.content {
  /* width: 1200px; */
  /* margin: 0 auto; */
  min-width: 1200px;
}
.flex {
  display: flex;
}
/* 新闻 企业标题样式 */
.title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 19px;
  margin-left: 10px;
  line-height: 20px;
  border-bottom: px solid #eee;
}
/* 新闻企业标题红线样式 */
.red {
  /* display: inline-block; */
  line-height: 25px;
  width: 4px;
  height: 20px;
  background: #e70516;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.head_border {
  border-bottom: 2px solid #eee;
  height: 26px;
}
//鼠标滑过a标签的样式
a:hover {
  color: #ff0000;
}

/* 以上是公共样式 */

/* =============头部样式 */
.head_logo {
  height: 72px;
  width: 288px;
  line-height: 120px;
  /* margin-right:58px; */
}
.head_nav li {
  height: 72px;
  line-height: 72px;
  padding: 0 21px;
}
.head_nav li:last-child {
  border-right: 1px solid #c8c8c8;
}
.head_nav li a {
  width: 32px;
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  /* color: #FF0000; */
  color: #121a24;
  line-height: 72px;
}
.head_nav li a:hover {
  color: #ff0000;
}
.head_img {
  height: 72px;
  line-height: 85px;
  margin-left: 19px;
}
/* ==============nav图片 */
.navImg {
  height: 150px;
}
.navImg img {
  height: 150px;
  width: 100%;
  min-width: 1200px;
}

/* ============主体样式 */
.contact {
  background-color: #f8f8f8;
}
.contact .container {
  margin-top: -20px;
  background-color: #fff;
  height:658px;
}

.contact_con {
  border-right: 1px solid #e2e2e2;
  width: 430px;
  height:457px;
  margin-top: 74px;
  margin-left: 79px;
  /* background-color: skyblue; */
}
.contact_top_tile,
.contact_down_title {
  height: 29px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
}
.contact_top_cont,
.contact_down_cont {
  height: 112px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #666666;
  margin-top: 29px;
  margin-bottom: 39px;

  line-height: 26px;
}
.contact_message {
  padding-left: 109px;
}
.contact_message_title {
  margin-top:58px;
  height: 35px;
  font-size: 26px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}
.contact_message_rec {
  margin-top: 14px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
}
.contact_message_name input {
  padding-left: 28px;
  margin-top:35px;
  width: 440px;
  height: 52px;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.72;
  border: 1px solid #cccccc;
}
.contact_message_phone input {
  padding-left: 28px;
  margin-top:20px;
  width: 440px;
  height: 52px;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.72;
  border: 1px solid #cccccc;
}
.contact_message_cont .text {
  padding-top:10px;
  padding-left: 28px;
  margin-top:20px;
  width: 440px;
  height: 125px;
  opacity: 0.72;
  border: 1px solid #cccccc;
}
.contact_message_btn button{
border:none;
  width: 470px;
  height: 52px;
  background: #E91D2C;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
font-size: 16px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 52px;
letter-spacing: 10px;
margin-top: 34px;
}

