input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.aboutTit {
  margin: 6% 0 2%; }
  .aboutTit h2 {
    font-size: 36px;
    width: 100%; }
  .aboutTit span {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    display: block; }
  .aboutTit h2, .aboutTit span {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media (max-width: 1200px) {
  .aboutTit h2 {
    font-size: 30px; } }

@media (max-width: 996px) {
  .aboutTit h2 {
    font-size: 25px; } }

@media (max-width: 768px) {
  .aboutTit h2 {
    font-size: 20px; }
  .aboutTit span {
    font-size: 14px; } }

@media (max-width: 480px) {
  .aboutTit h2 {
    font-size: 16px; }
  .aboutTit span {
    font-size: 12px; } }

.aboutNav {
  border-top: 1px solid #e0e0e0;
  padding-top: 3%; }
  .aboutNav div {
    background: #f4f4f4;
    transition: all .5s ease;
    -webkit-transition: all .5s ease; }
    .aboutNav div a {
      display: flex;
      height: 55px;
      justify-content: center;
      align-items: center;
      color: #666;
      font-size: 18px; }
  .aboutNav div.b a {
    color: white; }

@media (max-width: 1200px) {
  .aboutNav div a {
    height: 44px;
    font-size: 16px; } }

@media (max-width: 480px) {
  .aboutNav div a {
    font-size: 14px; } }

#about .des {
  border-left: 5px solid #ee7700;
  padding-left: 15px; }
  #about .des p {
    font-size: 14px;
    color: #666;
    line-height: 30px; }

#about img {
  margin-top: 5%; }

@media (max-width: 480px) {
  #about .des p {
    font-size: 12px;
    line-height: 25px; } }

.imgL .honorList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .imgL .honorList li {
    width: 32%;
    margin-bottom: 2%; }
    .imgL .honorList li .img {
      overflow: hidden; }
      .imgL .honorList li .img img {
        transition: all .5s ease;
        -webkit-transition: all .5s ease; }
    .imgL .honorList li p {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #333;
      font-size: 16px;
      margin-top: 1%; }

.imgL .honorList li:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08); }

@media (max-width: 996px) {
  .imgL .honorList li p {
    font-size: 14px; } }

@media (max-width: 768px) {
  .imgL .honorList li {
    width: 45%; } }

@media (max-width: 480px) {
  .imgL .honorList li {
    width: 48%; }
  .imgL .honorList li p {
    font-size: 12px; } }

#contact img {
  width: 100%; }

#contact .contactD {
  margin-top: 4%;
  font-size: 16px;
  color: #999; }
  #contact .contactD li {
    margin-bottom: 2%; }

@media (max-width: 768px) {
  #contact .contactD {
    font-size: 14px; } }

@media (max-width: 480px) {
  #contact .contactD {
    font-size: 12px; } }

#leave {
  text-align: center;
  background: url("../image/aboutBj.jpg") no-repeat;
  background-size: cover;
  padding: 5% 0;
  margin-top: 3%; }
  #leave h3 {
    font-size: 48px; }
  #leave p {
    font-size: 18px;
    color: #666;
    margin: 2% 0 5%; }
  #leave .con {
    width: 500px;
    margin: 0 auto; }
    #leave .con input {
      width: 100%;
      height: 54px;
      border: 1px solid #bbb;
      font-size: 18px;
      padding: 0 15px;
      margin-bottom: 5%;
      background: transparent; }
    #leave .con textarea {
      width: 100%;
      height: 140px;
      border: 1px solid #bbb;
      font-size: 18px;
      padding: 15px;
      background: transparent;
      outline: none; }
    #leave .con a {
      display: block;
      width: 100%;
      height: 54px;
      line-height: 54px;
      color: white;
      margin-top: 4%;
      font-size: 18px;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      border: 1px solid #ee7700; }

@media (max-width: 1200px) {
  #leave h3 {
    font-size: 38px; } }

@media (max-width: 996px) {
  #leave h3 {
    font-size: 30px; }
  #leave p {
    font-size: 16px; }
  #leave .con input {
    height: 50px; } }

@media (max-width: 768px) {
  #leave h3 {
    font-size: 25px; }
  #leave p {
    font-size: 14px; }
  #leave .con input {
    height: 45px; }
  #leave .con a {
    height: 45px;
    line-height: 45px;
    font-size: 16px; }
  #leave .con input, #leave .con textarea {
    font-size: 16px; } }

@media (max-width: 510px) {
  #leave .con {
    width: 100%; } }

@media (max-width: 480px) {
  #leave h3 {
    font-size: 20px; }
  #leave .con input, #leave .con textarea {
    font-size: 14px; }
  #leave .con input {
    height: 40px; }
  #leave .con a {
    height: 40px;
    line-height: 40px;
    font-size: 14px; } }

#leave .con a:hover {
  background: transparent !important;
  color: #ee7700;
  border: 1px solid #ee7700;
  box-sizing: border-box; }
