@charset "UTF-8";
.cpxq-tit-con {
  width: 100%;
  overflow: hidden;
}

.cpxq-tit-t {
  width: 100%;
}

.cpxq-tit-t-t {
  overflow: hidden;
}

.cpxq-tit-t-t h5 {
  font-size: 20px;
  padding-left: 15px;
  margin: 20px 0;
  border-left: 4px solid #1795ff;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .cpxq-tit-t-t h5 {
    font-size: 14px;
    margin: 10px 0;
  }
}

.cpxq-tit-t-t span {
  font-size: 16px;
  color: #333333;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .cpxq-tit-t-t span {
    font-size: 12px;
  }
}

.wmdys {
  width: 100%;
  padding: 30px 0;
}

.wmdys .wmys-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .wmdys .wmys-tit {
    padding: 0;
    display: none;
  }
}

.wmdys .wmys-tit li {
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .wmdys .wmys-tit li {
    padding-bottom: 5px;
  }
}

.wmdys .wmys-tit li span {
  color: #000000;
  font-size: 19px;
  padding: 15px 0;
}

@media screen and (max-width: 1024px) {
  .wmdys .wmys-tit li span {
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
}

.wmdys .wmys-tit li span:after {
  content: "";
  width: 1px;
  height: 10px;
  border-left: 1px solid #1795ff;
  position: relative;
  bottom: -30px;
  left: -50%;
}

.wmdys .wmys-tit li p {
  width: 91px;
  height: 91px;
  line-height: 91px;
  font-size: 45px;
  background: #dfdfdf;
  border-radius: 50%;
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .wmdys .wmys-tit li p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.wmdys .wmys-tit li:hover p {
  background: #1795ff;
  color: #ffffff;
  cursor: pointer;
}

.wmdys .wmys-tit li:hover {
  border-bottom: 2px solid #1795ff;
}

.wmdys .wmys-tit li:hover:after {
  border-top: 5px solid #1795ff;
  content: "";
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #1795ff;
  position: absolute;
  bottom: -7px;
}

.list-l {
  border-bottom: 2px solid #1795ff;
}

.list-l .iconfont {
  color: #ffffff !important;
  background: #1795ff !important;
}

.list-l::after {
  content: "";
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #1795ff;
  position: absolute;
  bottom: -7px;
}

.wmys-con {
  padding: 40px 0;
  position: relative;
  height: 330px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .wmys-con {
    height: auto;
    padding: 20px 0;
  }
}

.wmys-con .wmys-list {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
  top: 40px;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .wmys-con .wmys-list {
    flex-direction: column;
    position: unset;
  }
}

.wmys-con .wmys-list .wmys-list-l {
  flex: 1;
  background: #cccccc;
  width: 440px;
  height: 240px;
}

@media screen and (max-width: 1024px) {
  .wmys-con .wmys-list .wmys-list-l {
    width: 100%;
  }
}

.wmys-con .wmys-list .wmys-list-l img {
  width: 100%;
  height: 100%;
}

.wmys-con .wmys-list .wmys-list-r {
  width: 710px;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .wmys-con .wmys-list .wmys-list-r {
    width: 100%;
    padding: 0;
  }
}

.wmys-con .wmys-list .wmys-list-r h5 {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: bold;
  font-family: "Source Han Sans CN";
}

@media screen and (max-width: 1024px) {
  .wmys-con .wmys-list .wmys-list-r h5 {
    font-size: 14px;
  }
}

.wmys-con .wmys-list .wmys-list-r span {
  display: block;
  margin: 30px 0;
  font-size: 16px;
  color: #666666;
  font-family: "Source Han Sans CN";
  text-indent: 25pt;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1024px) {
  .wmys-con .wmys-list .wmys-list-r span {
    margin: 0;
    font-size: 12px;
    line-height: 25px;
    -webkit-line-clamp: unset;
  }
}

.ywxq-fom {
  width: 900px;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .ywxq-fom {
    width: 100%;
  }
}

.ywxq-fom ul {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

.ywxq-fom ul li {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #c9c9c9;
  margin-bottom: 15px;
  /*display: flex;*/
  flex-direction: row;
  justify-content: right;
}

@media screen and (max-width: 1024px) {
  .ywxq-fom ul li {
    flex-direction: column;
    height: auto;
    line-height: normal;
    width: 100%;
    text-align: left;
  }
}

.ywxq-fom ul li span {
  font-size: 16px;
  color: #444444;
}

@media screen and (max-width: 1024px) {
  .ywxq-fom ul li span {
    width: 30%;
    font-size: 12px;
  }
}

.ywxq-fom ul li textarea {
  width: 85%;
  height: 200px;
  padding: 0 15px;
  color: #333;
  border: 1px solid #c9c9c9;
}

@media screen and (max-width: 1024px) {
  .ywxq-fom ul li textarea {
    width: 100%;
    height: 80px;
  }
}

.ywxq-fom ul li input {
  width: 270px;
  height: 35px;
  border: 1px solid #c9c9c9;
  margin-right: 10px;
  padding: 0 15px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .ywxq-fom ul li input {
    width: 100%;
  }
}

.ywxq-fom ul .tijiao-but {
  width: 28%;
}

.ywxq-fom ul .tijiao-but button {
  width: 115px;
  height: 36px;
  line-height: 36px;
  color: #1795ff;
  font-size: 16px;
  border: 1px solid #1795ff;
}

.ywxq-fom ul .tijiao-but button:hover {
  background: #1795ff;
  color: #ffffff;
  cursor: pointer;
}

.ywxq-fom ul .texa-bd {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .ywxq-fom ul .texa-bd {
    height: auto;
  }
}

.flexxx {
  display: flex !important;
  z-index: 9;
}

.flex-bg {
  background: #1795ff !important;
  color: #ffffff !important;
}
