/* --------------------------------------------------------------------------------------- */
h2 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 2em;
}

.itemsWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background: url(../images/qudaohezuo/img01.png) no-repeat;
}

.itemsWrap .leftTextWrap,
.itemsWrap .rightTextWrap {
  width: 60%;
  padding: 25px 35px;
  box-sizing: border-box;
  /* background: #1a2c3ae0; */
  background: #1a2c3a8a;

  font-size: 16px;
  color: #ffffff;
}

.itemsWrap .rightPicWrap,
.itemsWrap .leftPicWrap {
  width: 40%;
}

.contentWrap1 .itemsWrap .leftTextWrap .textItem {
  padding: 8px 0px 8px 45px;
  background: url(../images/icon37.png) no-repeat 17px 11px;
}
.contentWrap1 .itemsWrap .rightTextWrap .textItem {
  padding: 8px 0px 8px 45px;
  background: url(../images/icon37.png) no-repeat 17px 11px;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 800px) {
  .itemsWrap .leftTextWrap,
  .itemsWrap .rightTextWrap {
    width: 100%;
  }

  .itemsWrap .rightPicWrap,
  .itemsWrap .leftPicWrap {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }

  .contentWrap1 .itemsWrap .leftTextWrap,
  .contentWrap1 .itemsWrap .rightTextWrap {
    font-size: 15px;
  }
  .contentWrap1 .itemsWrap .leftTextWrap .textItem,
  .contentWrap1 .itemsWrap .rightTextWrap .textItem {
    padding: 8px 0px 8px 0px;
  }

  .qdhz_wrap01 .contentWrap2 .equityUl .equityLi .equityImg {
    width: 40px;
  }
  .qdhz_wrap01 .contentWrap2 .equityUl .equityLi .equityP {
    font-size: 14px;
  }

  .contentWrap3 .flowLine1 ul li p,
  .contentWrap3 .flowLine2 ul li p {
    font-size: 36px;
  }
  .contentWrap3 .flowLine1 ul li h5,
  .contentWrap3 .flowLine2 ul li h5 {
    font-size: 15px;
  }
}

.flowLine1 .icon1 {
  top: -12px;
  left: -11px;
}

.flowLine1 .icon2 {
  top: -12px;
  right: -11px;
  background-position: right top;
}

.flowLine2 .icon3 {
  bottom: -12px;
  right: -11px;
}

.flowLine2 .icon4 {
  top: -12px;
  left: -11px;
  background-position: right top;
}

.flowLine2 .icon5 {
  top: -12px;
  right: -11px;
  background-position: left bottom;
}

.flowLine2 .icon6 {
  bottom: -12px;
  left: -11px;
  background-position: right bottom;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.container::before {
  display: table;
  content: '';
}
.container::after {
  display: table;
  content: '';
  clear: both;
}

.contentWrap1 {
  /* max-width: 1600px; */
  padding: 0 5%;
  /* margin: 0 auto; */

  background: #1a2c3a8a;
  /* background: url(../images/qudaohezuo/backImg1.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
}

.contentWrap2 {
  /* max-width: 1600px; */
  padding: 0 5%;
  /* margin: 0 auto; */

  background: #1a2c3a8a;
  /* background: url(../images/qudaohezuo/backImg2.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
}
.contentWrap2 .equityUl {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.contentWrap2 .equityUl .equityLi {
  width: 30%;
  text-align: center;

  background-color: #1a2c3a8a;
  padding: 35px 0;
  box-sizing: border-box;
  margin-left: 16px;
}
.contentWrap2 .equityUl .equityLi .equityImg {
  width: 60px;
}
.contentWrap2 .equityUl .equityLi .equityP {
  color: white;
  font-size: 16px;
  margin-top: 10px;
}

.contentWrap3 {
  /* max-width: 1600px; */
  padding: 0 5%;
  /* margin: 0 auto; */

  background: #1a2c3a8a;
  /* background: url(../images/qudaohezuo/backImg3.jpg) no-repeat; */
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}
.contentWrap3 img {
  width: 100%;
}

.courseIcon {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  background: url(../images/qudaohezuo/liucheng.png) no-repeat left top;
}

.flowLine1 {
  border-top: 2px #00f4ff solid;
  border-right: 1px #00f4ff dashed;
  padding: 30px 0;
  position: relative;
}

.flowLine1 ul {
  display: flex;
  justify-content: center;
}

.flowLine1 ul li {
  float: left;
  width: 260px;
  height: 160px;
  margin-left: 30px;
  position: relative;
  color: white;
}

.flowLine1 ul li p {
  color: #fff;
  display: block;
  position: absolute;
  top: 40px;
  /* left: 0; */
  left: 50%;
  transform: translate(-50%, 0);
  height: 40px;
  /* width: 260px; */
  width: 100%;
  overflow: hidden;
  font-size: 48px;
  font-weight: bold;
  opacity: 0.9;
  text-align: center;
  line-height: normal;
}

.flowLine1 ul li h5 {
  font-weight: normal;
  font-size: 18px;
  /* width: 260px; */
  width: 100%;
  text-align: center;
  position: absolute;
  top: 83px;
  /* left: 0; */
  left: 50%;
  transform: translate(-50%, 0);

  color: #ffffff;
}

.flowLine2 {
  border-top: 1px #00f4ff dashed;
  border-left: 1px #00f4ff dashed;
  border-bottom: 2px #00f4ff solid;
  padding: 30px 0;
  position: relative;
}

.flowLine2 ul {
  display: flex;
  justify-content: center;
}

.flowLine2 ul li {
  float: left;
  width: 260px;
  height: 160px;
  margin-left: 30px;
  position: relative;
  color: white;
}

.flowLine2 ul li p {
  color: #fff;
  display: block;
  position: absolute;
  top: 40px;
  /* left: 0; */
  left: 50%;
  transform: translate(-50%, 0);
  height: 40px;
  /* width: 260px; */
  width: 100%;
  overflow: hidden;
  font-size: 48px;
  font-weight: bold;
  opacity: 0.9;
  text-align: center;
  line-height: normal;
}

.flowLine2 ul li h5 {
  font-weight: normal;
  font-size: 18px;
  /* width: 260px; */
  width: 100%;
  text-align: center;
  position: absolute;
  top: 83px;
  /* left: 0; */
  left: 50%;
  transform: translate(-50%, 0);

  color: #ffffff;
}

.messageBoardWrap {
  width: 400px;
  /* height: 400px; */
  height: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 5px 1px #ccc;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  transition: 0.8s;
}

.topWrap {
  width: 100%;
  height: 40px;
  background: #35b3ca;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topTitle {
  color: #ffffff;
  font-weight: bold;
}

#closeMessageBoard {
  cursor: pointer;
}

.formWrap {
  padding: 20px;
  box-sizing: border-box;
}

.inputItem {
  width: 100%;
  height: 40px;
  border: 2px solid #35b3ca;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #35b3ca;
}

.messageContent {
  width: 100%;
  border: 2px solid #35b3ca;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #35b3ca;
}

input::placeholder,
textarea::placeholder {
  color: #35b3ca;
  font-size: 18px;
}

textarea:focus {
  outline: none;
}

.submitMessage {
  width: 100%;
  text-align: center;
  background: #35b3ca;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
