.contactM {
  width: 100%;
  margin-top: 114px;
}
.contactM .banner {
  min-width: 1300px;
}
.contactM .banner img {
  width: 100%;
  height: auto;
  display: block;
}
.contactM .contact_con {
  width: 1300px;
  margin: 0 auto 72px;
  display: flex;
  justify-content: space-between;
}
.contactM .contact_con .con_left {
  width: 255px;
  border-right: 1px solid #ccc;
  margin-top: 105px;
  padding-right: 70px;
}
.contactM .contact_con .con_left .icons {
  display: flex;
  margin-top: 36px;
}
.contactM .contact_con .con_left .icons img {
  width: 28px;
  height: auto;
  display: block;
  margin-right: 23px;
  align-self: center;
}
.contactM .contact_con .con_left .icons p {
  align-self: center;
  font-size: 16px;
  color: #777777;
  width: 204px;
}
.contactM .contact_con .con_right {
  width: 919px;
}
.contactM .contact_con .con_right span {
  color: red;
  display: block;
  margin: 14px 9px 0 9px;
}
.contactM .contact_con .con_right .contact_title {
  font-size: 30px;
  color: #333;
  margin-top: 121px;
}
.contactM .contact_con .con_right .hint {
  font-size: 14px;
  color: #8d8d8d;
  margin: 12px 0;
}
.contactM .contact_con .con_right .textArea_wrap {
  width: 919px;
  height: 172px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b9b9b9;
  display: flex;
}
.contactM .contact_con .con_right .textArea_wrap #textarea1 {
  width: 95%;
  margin: 10px 0 0;
  height: 144px;
  border: none;
  font-size: 14px;
  outline: none;
}
.contactM .contact_con .con_right .inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactM .contact_con .con_right .inputs .input_wrap {
  width: 431px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b9b9b9;
  display: flex;
  margin-top: 20px;
}
.contactM .contact_con .con_right .inputs .input_wrap input {
  display: block;
  width: 91%;
  height: 20px;
  margin-top: 10px;
  border: none;
  outline: none;
}
.contactM .contact_con .con_right .inputs .input_wrap ::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 14px;
}
.contactM .contact_con .con_right .inputs .input_wrap:nth-of-type(4){
	border: none;
}
.contactM .contact_con .con_right .inputs .input_wrap .input-val{
	border: solid 1px #b9b9b9;
	display: block;
	height: 100%;
	margin-top: 0;
	border-radius: 5px;
	padding-left: 20px;
}
.contactM .contact_con .con_right .inputs .input_wrap .canvas{
	
}
.contactM .contact_con .con_right .submit {
  width: 241px;
  height: 46px;
  background-color: #02347c;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin: 40px auto 0;
  user-select: none;
}