.lanm-nav {
  border-bottom: 1px solid #e1e1e1;
}

.lanm-nav ul {
  font-size: 0;
  text-align: center;
}

.lanm-nav ul li {
  margin-right: 70px;
  display: inline-block;
  vertical-align: middle;
}

.lanm-nav ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 70px;
}

.lanm-nav ul li a:after,
.flex-lanmu .lanm-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  height: 2px;
  bottom: -1px;
  background-color: #e30f1f;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: alll 0.5s;
  /* Opera */
}

.lanm-nav ul li.on a,
.flex-lanmu .lanm-nav ul li a.on {
  color: #e30f1f;
}

.lanm-nav ul li.on a:after,
.lanm-nav ul li a:hover:after,
.flex-lanmu .lanm-nav ul li a.on:after,
.flex-lanmu .lanm-nav ul li a:hover:after {
  left: 0;
  right: 0;
}

.flex-lanmu .lanm-nav ul li.on a:after,
.flex-lanmu .lanm-nav ul li a:hover:after {
  left: 50%;
  right: 50%;
}

.flex-lanmu .lanm-nav ul li.on a {
  color: #333;
}

.pplm {
  padding-bottom: 50px;
}
.pplm .top2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 80px 0;
}
.pplm .top2 .left {
  flex: 1;
}
.pplm .top2 .left h2 {
  color: #333;
  font-size: 40px;
}
.pplm .top2 .left p {
  font-size: 20px;
  color: #666;
}
.pplm .top2 .right {
  flex: 2;
  text-align: right;
}
.pplm .top2 .searchbox {
  border: 1px solid #e1e1e1;
  width: 90%;
  line-height: 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.pplm .top2 .rmss {
  text-align: left;
  padding-left: 150px;
  padding-top: 10px;
}
.pplm .top2 .searchbox i {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #999;
  margin-left: 20px;
}
.pplm .top2 .searchbox .txt {
  border: none;
  width: 100%;
  line-height: 100%;
  border-radius: 30px;
  padding-left: 50px;
  font-size: 16px;
}
.pplm .top2 .searchbox .btn {
  position: absolute;
  right: 0;
  background-color: #e30f1f;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  border: none;
  height: 100%;
  cursor: pointer;
}

.brand .type {
  font-size: 30px;
  font-weight: 400;
}
.brand .type span {
  font-size: 50px;
  color: #e30f1f;
  vertical-align: sub;
}
.brand .items {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 30px;
}
.brand .item {
  float: left;
  padding: 0 10px 20px 10px;
}
.brand .item img {
  transition: all 0.5s;
}
.brand .item:hover img {
  transform: translate(0, -10px);
}

/* 相助通道 */
.hztd .top2 {
  padding: 50px 0;
}
.hztd .top2 .con {
  width: 720px;
}
.hztd .top2 h3 {
  color: #333;
  font-size: 40px;
  font-weight: 400;
}
.hztd .top2 h2 {
  color: #333;
  font-size: 40px;
  margin-bottom: 30px;
}
.hztd .top2 p {
  color: #666;
  font-size: 18px;
}
.hztd .feedback {
  overflow: hidden;
  padding-bottom: 100px;
}
.hztd .feedback .tit {
  font-size: 40px;
  color: #333;
  margin-right: 100px;
}
.hztd .feedback .name {
  color: #333;
  font-size: 22px;
  margin-right: 50px;
}
.hztd .feedback i {
  color: #e30f1f;
  font-size: 22px;
  margin-right: 5px;
}
.hztd .feedback .email {
  font-size: 22px;
  color: #333;
}
.hztd .feedback .remark {
  color: #666;
  font-size: 18px;
  margin: 30px 0;
}
.hztd .feedback .inputbox {
  position: relative;
  border-bottom: 1px solid #999;
  height: 70px;
  padding: 10px 0 10px 20px;
  width: 500px;
  float: left;
  margin-bottom: 30px;
  margin-right: 80px;
}
.hztd .feedback .inputbox b {
  position: absolute;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  left: 0;
}
.hztd .feedback .inputbox span {
  color: #e30f1f;
}

.hztd .feedback .inp {
  margin-left: 100px;
  line-height: 70px;
  height: 100%;
  width: 380px;
  font-size: 20px;
  border: none;
}
.hztd .feedback .btnbox {
  width: 100%;
  clear: both;
  float: none;
  padding-top: 20px;
}
.hztd .feedback .btn {
  border-radius: 40px 40px 0 40px;
  background-color: #e30f1f;
  color: #fff;
  width: 200px;
  height: 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.hztd .feedback .btn:hover {
  background-color: #cc0212;
}

.hztd .hztp {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hztd .hztp .swiper-slide {
  position: relative;
  padding-bottom: 50px;
}
.hztd .hztp .swiper-slide .img {
  overflow: hidden;
}
.hztd .hztp .swiper-slide:hover .pic {
  transform: scale(1.1);
}
.hztd .hztp .swiper-slide .img .pic {
  width: 100%;
  transition: all 1s;
}
.hztd .hztp .swiper-slide .intro {
  display: flex;
  padding: 20px 40px;
  background-color: #efefef;
}
.hztd .hztp .swiper-slide .ico {
}
.hztd .hztp .swiper-slide .ico img {
  width: 50px;
}
.hztd .hztp .swiper-slide p {
  font-size: 18px;
  color: #333;
  margin-left: 20px;
}
.swiper-pagination-bullet-active {
  background-color: #e30f1f;
}

.popbox .attr {
  display: flex;
  justify-content: space-between;
}
.popbox .attr .l{
  flex: 1;
}
.popbox .attr .r{
  flex: 1;
  text-align: center;
}
.popbox .attr .r img{
  max-width: 100%;
}
.popbox .attr .r p{
  color: #666;
}


.popbox .box .attr b{
  margin-right: 0;
}

@media (max-width: 1360px) {
  .popbox .box {
    width: calc(90% - 10%);
  }
}
@media (max-width: 1000px) {
  .lanm-nav ul {
    margin: 0 -5px;
    padding: 5px 0;
  }

  .lanm-nav ul li {
    width: 50%;
    float: left;
    margin-right: 0;
    text-align: center;
    margin: 5px 0;
  }

  .lanm-nav ul li a {
    display: block;
    margin: 0 5px;
    border: 1px solid #eee;
    line-height: 40px;
    font-size: 16px;
  }
  .pplm .top2 {
    display: block;
  }

  .brand .item {
    width: 50%;
  }
  .brand .item img {
    width: 100%;
  }

  .pplm .top2 .left h2 {
    text-align: center;
    font-size: 24px;
  }
  .pplm .top2 .left p {
    font-size: 16px;
    text-align: center;
  }
  .pplm .top2 .right {
    text-align: center;
    margin-top: 30px;
  }
  .pplm .top2 .searchbox .txt {
    font-size: 14px;
  }
  .pplm .top2 .searchbox .btn {
    font-size: 16px;
    padding: 5px 14px;
  }
  .pplm .top2 {
    padding-bottom: 30px;
  }
  .brand .type {
    font-size: 18px;
  }
  .brand .items {
    padding-top: 10px;
  }
  .popbox .box .txt .top2 {
    display: block;
  }
  .popbox .box .txt .top2 h3 {
    font-size: 22px;
  }
  .popbox .box .txt .left p {
    font-size: 16px;
  }
  .popbox .box .txt .top2 .left,
  .popbox .box .txt .top2 .right {
    text-align: center;
  }
  .hztd .top2 .con {
    width: 100%;
  }
  .hztd .feedback .tit {
    width: 100%;
    display: block;
  }
  .hztd .top2 h3,
  .hztd .top2 h2 {
    font-size: 28px;
  }
  .hztd .feedback {
    padding-bottom: 40px;
  }
  .hztd .feedback .tit {
    font-size: 28px;
  }
  .hztd .feedback .inputbox b {
    font-size: 16px;
  }
  .hztd .feedback .inp {
    font-size: 16px;
  }
  .hztd .hztp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pplm .top2 .rmss {
    padding-left: 0;
  }
  .popbox .attr {
    display: block;
  }
  .popbox .attr .r img{
    height: 120px;
  }
  .popbox .box .txt .top2
  {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .popbox .box .img{
    height: 150px;
    
  }
  .popbox .box .img img{
    height: 150px;
    width: auto;
  }
}
<!--耗时1764440001.6514秒-->