.main .title {
  zoom: 1;
}
.main .title .t-left {
  float: left;
  width: 48%;
  padding-right: 3%;
  padding-bottom: 10px;
  background: url(../images/3_1.png) bottom no-repeat;
  background-size: 100% auto;
  font-size: 40px;
  text-align: right;
  color: #172a88;
}
.main .title .t-right {
  float: right;
  width: 48%;
  padding-left: 2%;
  padding-top: 5px;
  background: url(../images/4.png) top no-repeat;
  background-size: 100% auto;
  font-size: 34px;
  color: #172a88;
}
.main .title::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.news {
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.news .contact-container {
  width: 1200px;
  margin: 0 auto;
}
.news .contact-container .sendMsg {
  background: #172a88;
  padding: 50px 20px;
}
.news .contact-container .sendMsg form {
  float: left;
  margin-right: 15px;
  width: 411px;
}
.news .contact-container .sendMsg form input {
  padding-left: 10px;
  font-size: 16px;
  display: block;
  height: 30px;
  width: 401px;
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #f9f9f9;
  background: #172a88;
  color: #fff;
  outline: none;
}
.news .contact-container .sendMsg form input:first-child {
  margin-top: 35px;
}
.news .contact-container .sendMsg form ::-webkit-input-placeholder {
  color: #fff;
}
.news .contact-container .sendMsg form :-ms-input-placeholder {
  color: #fff;
}
.news .contact-container .sendMsg form textarea {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #f9f9f9;
  background: #172a88;
  color: #fff;
  outline: none;
  width: 401px;
  padding-left: 10px;
  min-height: 85px;
}
.news .contact-container .sendMsg form .btn span {
  display: inline-block;
  width: 239px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #172a88;
  background: #fff;
  font-size: 16px;
  border: 0;
  margin-top: 23px;
  margin-left: 10px;
  cursor: pointer;
}
.news .contact-container .sendMsg img {
  width: 734px;
}
.news .contact-container ul {
  margin-top: 92px;
}
.news .contact-container ul li {
  float: left;
  width: 218px;
  height: 181px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  border: 1px solid #172a88;
  text-align: center;
}
.news .contact-container ul li p {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 50px;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #172a88;
}
.news .contact-container ul li p span {
  display: block;
  line-height: 30px;
}
.news .contact-container ul li p span:last-child {
  font-size: 18px;
}
.news .contact-container ul li:not(:last-child) {
  margin-right: 66px;
}
.news .contact-container ul:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
@media (max-width: 496px) {
  .banner .pro-list {
    display: none;
  }
  .main .title {
    zoom: 1;
  }
  .main .title .t-left {
    float: left;
    width: 48%;
    padding-right: 3%;
    padding-bottom: 3px;
    background: url(../images/3_1.png) bottom no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    text-align: right;
    color: #172a88;
  }
  .main .title .t-right {
    float: right;
    width: 48%;
    padding-left: 2%;
    padding-top: 3px;
    background: url(../images/4.png) top no-repeat;
    background-size: 100% auto;
    font-size: 13px;
    color: #172a88;
  }
  .main .title::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
  .news {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .news .contact-container {
    width: 100%;
    margin: 0 auto;
  }
  .news .contact-container .sendMsg {
    margin-top: 25px;
    background: #172a88;
    padding: 15px 5px;
  }
  .news .contact-container .sendMsg form {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .news .contact-container .sendMsg form input {
    padding-left: 2%;
    font-size: 14px;
    display: block;
    height: 30px;
    width: 98%;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #f9f9f9;
    background: #172a88;
    color: #fff;
    outline: none;
  }
  .news .contact-container .sendMsg form input:first-child {
    margin-top: 15px;
  }
  .news .contact-container .sendMsg form textarea {
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #f9f9f9;
    background: #172a88;
    color: #fff;
    outline: none;
    width: 98%;
    padding-left: 2%;
    min-height: 85px;
  }
  .news .contact-container .sendMsg form .btn span {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #172a88;
    background: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    margin-top: 23px;
    margin-left: 10px;
    cursor: pointer;
  }
  .news .contact-container .sendMsg img {
    display: none;
    width: 734px;
  }
  .news .contact-container .sendMsg::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
  .news .contact-container ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    margin-left: 2%;
    margin-right: 2%;
  }
  .news .contact-container ul li {
    float: none;
    width: 98%;
    height: auto;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news .contact-container ul li img {
    width: 8%;
    height: auto;
  }
  .news .contact-container ul li p {
    width: 88%;
    font-size: 12px;
    line-height: 25px;
    margin-top: 0px;
    margin-left: 4%;
    padding-left: 4%;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #172a88;
    display: flex;
    flex-direction: column;
  }
  .news .contact-container ul li p span {
    text-align: left;
    line-height: 20px;
  }
  .news .contact-container ul li p span:last-child {
    font-size: 13px;
  }
  .news .contact-container ul li p:last-child {
    font-size: 13px;
    color: #000;
  }
  .news .contact-container ul li:not(:last-child) {
    margin-right: 2%;
  }
  .news .contact-container ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
}
