.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;
}
.pro {
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.pro .company-content {
  width: 1200px;
  margin: 0 auto;
}
.pro .company-content p {
  margin: 0 auto;
  margin-top: 80px;
  font-weight: normal;
  font-size: 24px;
  line-height: 45px;
  color: #5b5b5b;
}
.pro .company-content .companyList {
  margin-top: 70px;
}
.pro .company-content .companyList li {
  float: left;
  margin-right: 44px;
}
.pro .company-content .companyList li img {
  width: 345px;
  height: 372px;
}
.pro .company-content .companyList::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.pro .company-content .company-qua {
  margin-top: 70px;
  color: #172a88;
}
.pro .company-content .company-qua h3 {
  font-size: 40px;
  font-weight: normal;
}
.pro .company-content .company-qua p {
  font-size: 34px;
  margin: 0 ;
  color: #172a88;
}
.pro .company-content .company-qua-content .qua-commont {
  width: 830px;
  margin: 0 auto;
  margin-top: 50px;
}
.pro .company-content .company-qua-content .qua-commont .qua-commont-left {
  float: left;
  margin-top: 50px;
  margin-right: 166px;
}
.pro .company-content .company-qua-content .qua-commont .qua-commont-left p {
  font-size: 30px;
  margin-top: 50px;
  color: #181818;
}
.pro .company-content .company-qua-content .qua-commont .qua-commont-left p:first-child {
  font-weight: 500;
}
.pro .company-content .company-qua-content .qua-commont .qua-commont-left p:last-child {
  font-weight: 400;
}
.pro .company-content .company-qua-content .qua-commont .qua-commont-right {
  float: left;
  padding: 20px;
  background: #ccc;
}
.pro .company-content .company-qua-content .qua-commont .qua-commont-right img {
  width: 414px;
}
.pro .company-content .company-qua-content .qua-commont::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 1;
}
.showImg {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.showImg img {
  max-width: 96%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
  }
  .pro {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .pro .company-content {
    width: 96%;
    margin: 0 auto;
    margin-left: 2%;
    margin-right: 2%;
  }
  .pro .company-content p {
    margin: 0 auto;
    margin-top: 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #5b5b5b;
  }
  .pro .company-content img {
    max-width: 100%;
  }
  .pro .company-content table {
    max-width: 100%;
  }
  .pro .company-content .companyList {
    margin-top: 25px;
  }
  .pro .company-content .companyList li {
    float: left;
    margin-right: 0;
    margin-top: 10px;
    width: 48%;
  }
  .pro .company-content .companyList li img {
    width: 100%;
    height: auto;
  }
  .pro .company-content .companyList li:not(:nth-child(even)) {
    margin-right: 4%;
  }
  .pro .company-content .companyList::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
  .pro .company-content .company-qua {
    margin-top: 20px;
    color: #172a88;
    margin-left: 2%;
    margin-right: 2%;
  }
  .pro .company-content .company-qua h3 {
    font-size: 18px;
    font-weight: normal;
  }
  .pro .company-content .company-qua p {
    font-size: 16px;
    margin: 0 ;
    color: #172a88;
  }
  .pro .company-content .company-qua-content .qua-commont {
    width: 96%;
    margin: 0 auto;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 35px;
  }
  .pro .company-content .company-qua-content .qua-commont .qua-commont-left {
    float: left;
    margin-top: 50px;
    margin-right: 0;
    width: 40%;
  }
  .pro .company-content .company-qua-content .qua-commont .qua-commont-left p {
    font-size: 14px;
    margin-top: 10px;
    color: #181818;
  }
  .pro .company-content .company-qua-content .qua-commont .qua-commont-left p:first-child {
    font-weight: 500;
  }
  .pro .company-content .company-qua-content .qua-commont .qua-commont-left p:last-child {
    font-weight: 400;
  }
  .pro .company-content .company-qua-content .qua-commont .qua-commont-right {
    float: left;
    padding: 0;
    width: 60%;
    background: #ccc;
  }
  .pro .company-content .company-qua-content .qua-commont .qua-commont-right img {
    width: 100%;
  }
  .pro .company-content .company-qua-content .qua-commont::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 1;
  }
}
