.banner {
  width: 100%;
  height: 100vh;
  background: url(../img/63.png) center;
  background-size: cover;
  position: relative;
}
.banner .banMain {
  color: #fff;
  padding-top: 260px;
}
.banner .banMain .top {
  font-size: 36px;
  font-weight: 400;
  position: relative;
}
.banner .banMain .top::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #2A71B9;
}
.banner .banMain .name {
  font-size: 60px;
  font-weight: bold;
  margin: 47px 0 30px;
}
.banner .banMain .proitem {
  font-size: 18px;
  font-weight: 400;
}
.banner .banMain a {
  width: 187px;
  height: 68px;
  background: #2A71B9;
  text-align: center;
  line-height: 68px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  margin-top: 66px;
}
.banner .banbom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2A71B9;
  padding: 15px 0;
}
.banner .banbom ul {
  color: #fff;
}
.banner .banbom ul li {
  margin: 0 5px;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  transition: all 0.3s;
}
.banner .banbom ul li:first-child {
  margin-right: 90px;
}
.banner .banbom ul li p {
  text-align: center;
}
.banner .banbom ul li:hover {
  color: #2A71B9;
}
.banner .banbom ul .active {
  position: relative;
}
.banner .banbom ul .active::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 10;
  background-color: #2A71B9;
}
.proTitle {
  padding: 0 10px;
  box-sizing: border-box;
}
.proTitle .left p {
  font-size: 30px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #2A71B9;
}
.proTitle .left p:last-child {
  font-size: 20px;
  font-family: Antonio;
  font-weight: bold;
  color: #A9A9A9;
}
.proTitle .right {
  position: relative;
  box-sizing: border-box;
}
.proTitle .right input {
  width: 375px;
  height: 51px;
  border: 2px solid #BFBFBF;
  padding: 0 50px 0 14px;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
}
.proTitle .right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.proXl {
  margin: 62px 0 33px;
}
.proXl .proXlList {
  margin: 46px auto 50px;
}
.proXl .proXlList li {
    width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proXl .proXlList li a{
 display: inline-block;
 width: 100%;
}
.proXl .proXlList li img{
  width: 100%;
}
.proXl .proXlList li p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: 37px;
  width: 100%;
}
.proXl .proXlList li p:last-child {
  font-size: 18px;
  margin-top: 0;
}
.proXh .proXhList {
  margin-top: 30px;
}
.proXh .proXhList .proItem {
  width: 22.7%;
  margin: 1%;
  border: 2px solid #eee;
  overflow: hidden;
}
.proXh .proXhList .proItem:hover img {
  transform: scale(1.1);
}
.proXh .proXhList .proItem a {
  display: block;
}
.proXh .proXhList .proItem img {
  width: 100%;
  transition: all 0.6s;
}
.proXh .proXhList .proItem .itemMain {
  padding: 22px 17px;
  box-sizing: border-box;
}
.proXh .proXhList .proItem .itemMain .abtn {
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  padding: 12px 30px;
  background-color: #2A71B9;
  margin-top: 27px;
}
.proXh .proXhList .proItem p {
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #000000;
}
.proXh .proXhList .proItem .title {
  font-size: 18px;
  font-weight: 500;
  color: #2A71B9;
  margin-bottom: 18px;
}
.layui-flow-more {
  margin: 50px auto !important;
}
@media screen and (max-width: 750px) {
  .banner {
    height: 60vh;
  }
  .banner .banMain {
    padding-top: 98px;
  }
  .banner .banMain .top {
    font-size: 20px;
  }
  .banner .banMain .name {
    font-size: 24px;
    margin: 30px 0 20px;
  }
  .banner .banMain a {
    font-size: 20px;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
  }
  .banner .banbom ul li {
    margin: 0 6px;
    font-size: 14px;
  }
  .banner .banbom ul li:first-child {
    margin-right: 10px;
  }
  .proXl .proXlList {
    flex-wrap: wrap;
  }
  .proXl .proXlList li {
    margin-bottom: 20px;
  }
  .proXl .proXlList li p {
    margin-top: 10px;
  }
  .proTitle .right input {
    width: 200px;
  }
  .proXh .proXhList .proItem {
    width: 48%;
  }
  .proXl .proXlList li {
  width: 45%;
}
}
