.nav_tit {
  padding: 16px 46px;
  background: #F6F7F9;
  border-radius: 3px;
  border-left: 6px solid #006799;
}
.con .page1 {
  padding: 50px 0 100px 0;
}
.con .page1 .page1_1 {
  margin-top: 44px;
  margin-bottom: 40px;
}
.con .page1 .page1_1 .list {
  flex: 1;
  padding: 36px 40px 86px 40px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-right: 30px;
  margin-bottom: 20px; 

}
.con .page1 .page1_1 .list > div{
      position: relative;
      padding-bottom: 60px;
      height: 100%;
}
.con .page1 .page1_1 .list:last-child {
  margin-right: 0;
}
.con .page1 .page1_1 .list .image {
  height: 38px;
}
.con .page1 .page1_1 .list .image img {
  height: 100%;
}
.con .page1 .page1_1 .list .tit {
  font-weight: 600;
  color: #000000;
  text-align: left;
  margin-top: 26px;
}
.con .page1 .page1_1 .list .list_footer {
  display: flex;
}
.con .page1 .page1_1 .list .mes {
  flex:0 0 100%;
  max-width:100%;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
/*  padding-right: 30px;*/
}
.con .page1 .page1_1 .list .num {
  flex: 0 0 90px;
  font-weight: 500;
  color: #ABABAB;
  line-height: 20px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
  align-self: flex-end;
}
.con .page1 .page1_2 {
  padding: 48px 46px 0 46px;
}
.con .page1 .page1_2 .mes {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
.con .page1 .page1_2 .btn {
  margin-top: 36px;
  padding: 12px 40px;
  background: #F6F7F9;
  border-radius: 50px;
}
.con .page1 .page1_2 .btn svg {
  opacity: 0.5;
  margin-right: 4px;
}
.con .page1 .page1_2 .btn:hover {
  color: #fff;
}
.con .page1 .page1_2 .btn:hover svg path {
  fill: #fff;
  opacity: 1;
}
.con .page2 {
  background: url(../img/index_page5Bg.jpg) no-repeat;
  background-size: cover;
  padding: 170px 0;
}
.con .page2 .navSubTit {
  color: #fff;
}
.con .page2 .navTit {
  color: #fff;
  margin-top: 24px;
}
.con .page2 #consult {
  max-width: 830px;
  width: 100%;
  margin-top: 60px;
}
.con .page2 #consult .list {
  width: 100%;
  margin-bottom: 30px;
}
.con .page2 #consult .list > div {
  flex: 1;
  margin-right: 10px;
}
.con .page2 #consult .list > div:last-child {
  margin-right: 0;
}
.con .page2 #consult .list .layui-row {
  flex: 0 0 calc(((100% - 10px)/3) * 2);
}
.con .page2 #consult .list .layui-col-xs3 img {
  cursor: pointer;
}
.con .page2 .layui-form-item {
  margin-bottom: 0;
}
.con .page2 .layui-form-select .layui-edge {
  top: 15px;
}
.con .page2 .layui-form-select dl dd.layui-this {
  background: var(--onColor);
}
.con .page2 .layui-input {
  background: transparent;
  padding-bottom: 20px;
  border: none;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: inherit;
  padding-left: 0;
  border-radius: 0;
}
.con .page2 .layui-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.con .page2 .layui-form-select dl dd.layui-this {
  color: #fff;
}
.con .page2 .layui-input:focus,
.con .page2 .layui-textarea:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
.con .page2 button {
  background: transparent;
  border: none;
  color: #fff;

}
@media only screen and (max-width: 1600px) {
  .con .page2 {
    padding: 8.8542vw 0;
  }
  .con .page1 {
    padding: 2.6042vw 0 5.2083vw 0;
  }
  .nav_tit {
    padding: 16px 2.3958vw;
  }
  .con .page1 .page1_2 {
    padding: 2.5vw 2.3958vw 0 2.3958vw;
  }
  .con .page1 .page1_1 .list {
    padding: 1.875vw 2.0833vw 4.4792vw 2.0833vw;
  }
  .con .page1 .page1_1 .list .mes {
  /*  padding-right: 10px;*/
  }
  .con .page1 .page1_1 {
    margin-top: 2.2917vw;
    margin-bottom: 2.0833vw;
  }
}
@media only screen and (max-width: 1200px) {
  .con .page1 .page1_1 .list .tit {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .con .page1 {
    padding: 6px 0 40px 0;
  }
  .con .page1 .page1_1 .list > div{
      padding-bottom: 0;
  }
  .con .page1 .page1_1 .list .num{
      position: static;
      flex: 0 0 auto;
  }
  .con .page1 .page1_1 .list .mes{
      max-width: none;
  }
  .nav_tit {
    padding: 10px 20px;
  }
  .con .page1 .page1_1 .list {
    padding: 20px;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .con .page1 .page1_1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .con .page1 .page1_2 {
    padding: 20px 20px 0 20px;
  }
  .con .page1 .page1_2 .btn {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .con .page2 {
    padding: 40px 0;
    background-position: center;
  }
  .con .page2 .layui-input {
    padding-bottom: 10px;
  }
  .con .page2 #consult .list {
    margin-bottom: 10px;
  }
  .con .page2 #consult .list .layui-row {
    flex: 0 0 100%;
  }
  .layui-col-xs9 {
    width: 60%;
  }
  .con .page2 #consult .list > div {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .con .page2 #consult .list > div:last-child {
    margin-bottom: 0;
  }
  .con .page2 #consult {
    margin-top: 40px;
  }
  .con .page2 .navTit {
    margin-top: 20px;
  }
}
