@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:480px)
{
.pro-heading h1 {
  color: #ad2828;
  float: left;
  font-family: open sans;
  font-size: 24px;
  font-weight: normal;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.pro-heading h1::before {
  background: #ad2829 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 170px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.pro-heading h1::after {
  background: #ad2829 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 170px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.pro-image {
  float: left;
  margin: 0 0 12px;
  width: 100%;
}
.protitle h3 {
  color: #10418b;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}
.banner-desc h1 {
  color: #fff;
  float: left;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
}
