.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 .product-content {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
  margin-top: 60px;
}
.pro .product-content .pro-left {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pro .product-content .pro-left img {
  width: 672px;
  height: 672px;
}
.pro .product-content .pro-right {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  width: 498px;
  max-height: 672px;
  overflow: hidden;
  padding-left: 30px;
}
.pro .product-content .pro-right h3 {
  font-size: 33px;
  margin-bottom: 30px;
}
.pro .product-content .pro-right table {
  width: 100%;
}
.pro .product-content .pro-right table td {
  border: 1px solid #333;
  text-align: center;
}
.pro .product-content .pro-right p {
  font-size: 15px;
  line-height: 30px;
}
.pro .product-content::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.pro .more-product {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.pro .more-product h3 {
  font-size: 40px;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 30px;
}
.pro .more-product ul {
  width: 1281px;
}
.pro .more-product ul li {
  float: left;
  margin-right: 80px;
}
.pro .more-product ul li a {
  text-decoration: none;
}
.pro .more-product ul li img {
  width: 346px;
  height: 390px;
}
.pro .more-product ul li p {
  font-size: 28px;
  color: #313131;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .more-product ul li:hover p {
  color: #172a88;
}
.pro .more-product 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;
  }
  .pro {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .pro .product-content {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .pro .product-content .pro-left {
    float: left;
    width: 96%;
    margin-left: 2%;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .pro .product-content .pro-left img {
    width: 100%;
    height: auto;
  }
  .pro .product-content .pro-right {
    position: relative;
    top: 0;
    transform: translateY(0);
    float: right;
    width: 96%;
    padding-left: 0;
    margin-left: 2%;
    margin-right: 2%;
  }
  .pro .product-content .pro-right h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .pro .product-content .pro-right table {
    width: 100%;
  }
  .pro .product-content .pro-right table td {
    border: 1px solid #333;
    text-align: center;
  }
  .pro .product-content .pro-right p {
    font-size: 14px;
    line-height: 25px;
  }
  .pro .product-content::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
  .pro .more-product {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .pro .more-product h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  .pro .more-product ul {
    width: 96%;
    margin-left: 2%;
    white-space: nowrap;
    overflow: auto;
  }
  .pro .more-product ul li {
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-bottom: 5px;
  }
  .pro .more-product ul li a {
    text-decoration: none;
  }
  .pro .more-product ul li img {
    width: 100%;
    height: 200px;
  }
  .pro .more-product ul li p {
    font-size: 15px;
    color: #313131;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pro .more-product ul li:not(:nth-child(odd)) {
    margin-right: 0;
  }
  .pro .more-product ul li:hover p {
    color: #172a88;
  }
  .pro .more-product ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
}
@media (max-width: 320px) {
  .pro .more-product ul li img {
    width: 100%;
    height: 150px;
  }
}
