.inner-banner .info {
  top: 188px;
}
.inner-banner .info .banner-container h6 {
  font-size: 18px;
  line-height: 25px;
}
.what-cesscn {
  padding-top: 70px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-cesscn .title {
  margin-bottom: 49px;
}
.what-cesscn .title h3 {
  color: #fff;
}
.what-cesscn .info-box {
  position: relative;
}
.what-cesscn .info-box img.icon-1 {
  width: 136px;
  height: 136px;
  position: absolute;
  top: -23px;
  left: -6px;
  z-index: 2;
}
.what-cesscn .info-box .info {
  padding: 46px 62px 50px 178px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  position: relative;
}
.what-cesscn .info-box .info::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 190px solid;
  border-top: 90px solid;
  border-left: 0;
  border-color: #0061EB transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.what-cesscn .info-box .info p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.problem .title {
  margin-bottom: 50px;
}
.problem .problem-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 19px;
  background-image: url(../images/problem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.problem .problem-content ul.content {
  flex-wrap: wrap;
  align-items: flex-start;
}
.problem .problem-content ul.content li {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 9px 41px 1px rgba(0, 41, 94, 0.16);
  border-radius: 12px 12px 12px 12px;
}
.problem .problem-content ul.content li .que {
  display: flex;
  margin-bottom: 20px;
}
.problem .problem-content ul.content li .que .left-ico {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}
.problem .problem-content ul.content li .que .left-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul.content li .que .right-info {
  max-width: calc(100% - 51px);
  padding: 10px 16px 13px 16px;
  background-color: #CCE1FF;
  border-radius: 0px 8px 8px 8px;
}
.problem .problem-content ul.content li .que .right-info p {
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.problem .problem-content ul.content li .ans {
  display: flex;
  justify-content: end;
}
.problem .problem-content ul.content li .ans .left-info {
  max-width: calc(100% - 51px);
}
.problem .problem-content ul.content li .ans .left-info .tips {
  font-size: 12px;
  line-height: 17px;
  color: #8E8E8E;
  text-align: right;
  margin-bottom: 6px;
}
.problem .problem-content ul.content li .ans .left-info .info {
  padding: 12px 11px 10px 16px;
  background-color: #F0F0F2;
  border-radius: 8px 0 8px 8px;
}
.problem .problem-content ul.content li .ans .left-info .info p {
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.problem .problem-content ul.content li .ans .right-ico {
  width: 40px;
  height: 40px;
  margin-left: 11px;
  margin-top: 23px;
}
.problem .problem-content ul.content li .ans .right-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul.content li:nth-child(1) {
  padding: 30px 20px;
  width: 464px;
  margin-right: 310px;
}
.problem .problem-content ul.content li:nth-child(2) {
  width: 426px;
  margin-top: 33px;
}
.problem .problem-content ul.content li:nth-child(3) {
  width: 430px;
  margin-top: 50px;
  margin-right: 301px;
}
.problem .problem-content ul.content li:nth-child(4) {
  width: 449px;
  margin-top: 100px;
}
.problem .problem-content ul.content li:nth-child(4) .ans .left-info .info {
  padding-bottom: 15px;
}
.problem a.zx-btn {
  margin-top: 89px;
}
.type .title {
  margin-bottom: 50px;
}
.type ul.content {
  border-radius: 8px;
  overflow: hidden;
}
.type ul.content li {
  padding: 60px 20px;
  width: 168px;
  height: 360px;
  margin-right: 10px;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.type ul.content li:last-child {
  margin-right: 0;
}
.type ul.content li:nth-child(1) {
  background-image: url(../images/type_bg1.png);
}
.type ul.content li:nth-child(2) {
  background-image: url(../images/type_bg2.png);
}
.type ul.content li:nth-child(3) {
  background-image: url(../images/type_bg3.png);
}
.type ul.content li:nth-child(4) {
  background-image: url(../images/type_bg4.png);
}
.type ul.content li h4 {
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}
.type ul.content li h4 label,
.type ul.content li h4 span {
  display: block;
  line-height: 24px;
}
.type ul.content li p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-top: 27px;
  display: none;
  transition: all 0.3s;
}
.type ul.content li.active {
  width: 666px;
  padding: 60px 40px;
}
.type ul.content li.active:nth-child(1) {
  background-image: url(../images/type_bg1_a.png);
}
.type ul.content li.active:nth-child(2) {
  background-image: url(../images/type_bg2_a.png);
}
.type ul.content li.active:nth-child(3) {
  background-image: url(../images/type_bg3_a.png);
}
.type ul.content li.active:nth-child(4) {
  background-image: url(../images/type_bg4_a.png);
}
.type ul.content li.active h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
}
.type ul.content li.active p {
  display: block;
}
.cesscn-intro {
  padding-top: 50px;
  padding-bottom: 39px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cesscn-intro .info {
  text-align: center;
  color: #fff;
}
.cesscn-intro .info h2 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 23px;
}
.cesscn-intro .info h6 {
  font-size: 16px;
  line-height: 36px;
}
