.solveHead {
  width: 100%;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.solveHead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #2673DD;
}
.banner {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
.banner img.bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.banner .content h4.title {
  font-size: 42px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
.banner .content h4.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(360deg, #2673DD 0%, rgba(61, 115, 214, 0) 100%);
}
.banner .content p.desc {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #CCCCCC;
  margin: 30px 0 75px;
}
.banner .content .create {
  width: 162px;
  height: 50px;
  background: #2673DD;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.templateOne .contentBox {
  width: 100%;
  height: 373px;
  background: #F7F7F7;
  margin: 30px 0 100px;
}
.templateOne .contentBox .container {
  height: 100%;
  justify-content: space-between;
}
.templateOne .contentBox .container .item {
  width: 266px;
  height: 214px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 24px 18px;
}
.templateOne .contentBox .container .item .title {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
  text-indent: 1.5em;
  position: relative;
}
.templateOne .contentBox .container .item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2673DD;
}
.templateOne .contentBox .container .item .desc {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 1.5em;
}
.templateTwo .contentBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin: 50px auto 100px;
}
.templateTwo .contentBox .item {
  width: 125px;
  height: 350px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.5s;
}
.templateTwo .contentBox .item .cover {
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.5em;
  background: url("../image/solve/bg1.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5A7396;
  opacity: 1;
}
.templateTwo .contentBox .item .inbox {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("../image/solve/bg2.png") no-repeat;
  opacity: 0;
}
.templateTwo .contentBox .item .inbox p {
  width: 105px;
  font-size: 24px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.templateTwo .contentBox .item .inbox a.gotoCheck {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 30px;
  background: url("../image/solve/bg3.png") no-repeat;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 5px;
}
.templateTwo .contentBox .item:hover {
  width: 200px;
}
.templateTwo .contentBox .item:hover .cover {
  display: none;
  opacity: 0;
}
.templateTwo .contentBox .item:hover .inbox {
  display: flex;
  opacity: 1;
}
.templateThree {
  margin: 100px 0;
}
.templateThree .contentBox {
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.templateThree .contentBox .item {
  width: 570px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-left: 30px;
}
.templateThree .contentBox .item img {
  width: 54px;
  height: 54px;
  margin-right: 30px;
}
.templateThree .contentBox .item .contents {
  padding-right: 40px;
}
.templateThree .contentBox .item .contents .titl {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.5em;
}
.templateThree .contentBox .item .contents .desc {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 1.5em;
}
.templateFour {
  margin-bottom: 100px;
}
.templateFour .contentBox {
  margin-top: 50px;
  width: 1300px;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.templateFour .contentBox .moudle {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.templateFour .contentBox .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #055CFF;
}
.templateFour .contentBox .moudle .tips .iconfont {
  font-size: 36px;
}
.templateFour .contentBox .moudle.show {
  display: block !important;
}
.templateFour .contentBox .item {
  width: 294px;
  height: 242px;
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 36px;
}
.templateFour .contentBox .item .activeCover {
  width: 100%;
  height: 160px;
}
.templateFour .contentBox .item .activeContent {
  padding: 10px 15px;
  display: block;
}
.templateFour .contentBox .item .activeContent .name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 2em;
  margin-bottom: 8px;
}
.templateFour .contentBox .item .activeContent .numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.templateFour .contentBox .item .activeContent .numbers div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  flex: 1;
  font-size: 0;
}
.templateFour .contentBox .item .activeContent .numbers div img {
  width: 20px;
  height: 20px;
}
.templateFour .contentBox .item .activeContent .numbers div span {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
.templateFour .contentBox .item:nth-child(4n+2),
.templateFour .contentBox .item:nth-child(4n+3),
.templateFour .contentBox .item:nth-child(4n+4) {
  margin-right: 41.3px;
}
.templateFour .checkMore {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  margin: 20px 0 0;
}
.templateFour .checkMore a {
  color: #2673DD;
}
.templateTwo2 {
  overflow: hidden;
}
.templateTwo2 .contentBox {
  display: flex;
  margin: 50px auto 0px;
  flex-wrap: wrap;
}
.templateTwo2 .contentBox ul.menu {
  width: 480px;
  height: 40px;
  justify-content: flex-start;
  margin-right: 500px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.templateTwo2 .contentBox ul.menu li {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-right: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #fff;
  box-sizing: border-box;
}
.templateTwo2 .contentBox ul.menu li:last-child {
  margin-right: 0;
}
.templateTwo2 .contentBox ul.menu li.active {
  color: #2673DD;
  border-bottom-color: #2673DD;
}
.templateTwo2 .contentBox .left {
  width: 480px;
  height: 480px;
  background-color: #212734;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.templateTwo2 .contentBox .left .swiper {
  height: auto;
  width: 100%;
}
.templateTwo2 .contentBox .left .swiper .swiper-slide {
  padding: 0 54px;
  box-sizing: border-box;
}
.templateTwo2 .contentBox .left .swiper .swiper-slide .title {
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 14px;
  padding-top: 21px;
  position: relative;
}
.templateTwo2 .contentBox .left .swiper .swiper-slide .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 7px;
  background: #2673DD;
}
.templateTwo2 .contentBox .left .swiper .swiper-slide .desc {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 1.5em;
}
.templateTwo2 .contentBox .left .swiper-pagination-one {
  margin-top: 50px;
  padding: 0 54px;
  box-sizing: border-box;
}
.templateTwo2 .contentBox .left .swiper-pagination-one .swiper-pagination-bullet {
  width: 33px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0;
  margin: 0;
  margin-right: 5px;
}
.templateTwo2 .contentBox .right {
  width: 720px;
  height: 100%;
}
.templateTwo2 .contentBox .right img {
  width: 100%;
  height: 100%;
}
