* {
  padding: 0;
  margin: 0;
}
.exam-wrap {
  width: 100%;
  margin-top: 2.875rem;
}
.exam-banner {
  width: 100%;
  height: 40.625rem;
  background: url('../img/examination/banner1.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exam-banner-inner {
  width: 75rem;
  padding-left: 3rem;
}
.exam-banner-title {
  font-size: 3rem;
  color: #0164FE;
}
.exam-banner-content {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
.exam-banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #383838;
}

.exam-banner-content ul li {
  margin-top: .375rem;
  position: relative;
}
.exam-banner-content ul li::before {
  position: absolute;
  left: -1.125rem;
  top: .375rem;
  content: '';
  width: .5rem;
  height: .5rem;
  background-color: #17E8A4;
}
.exam-banner-right {
  margin-left: 15rem !important;
}

.exam-section-two {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1.875rem 0 .75rem 0;
}
.exam-section-two-inner {
  width: 75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exam-section-two-box {
  display: flex;
  color: #A6A6A6;
  font-size: 1rem;
}
.exam-section-two-box img {
  width: 5.4375rem;
  height: 6.125rem;
  margin-right: .75rem;
}
.exam-section-two-title {
  color: #383838;
  font-size: 1.25rem;
  margin-top: .875rem;
  margin-bottom: .25rem;
}

.exam-solution-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F9FD;
  box-shadow: -2px 0px 8px 2px rgba(1, 48, 128, 0.04);
}
.exam-solution-inner {
  width: 99.125rem;
  text-align: center;
}
.exam-solution-title {
  color: #383838;
  font-size: 2.25rem;
  padding: 5.625rem 0 2.5rem 0;
}
.exam-solution-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.625rem;
}
.exam-solution-tab {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 1.875rem 0;
}
.exam-solution-tab li {
  padding-bottom: .375rem;
  cursor: pointer;
  border-bottom: .1875rem solid #fff;
}
.exam-solution-tab li:nth-of-type(2) {
  margin-left: 12.5rem;
}
.exam-solution-tab-active {
  color: #2B79FE;
  border-bottom: .1875rem solid #2B79FE !important;
}
.exam-solution-desc {
  width: 75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exam-solution-desc2 {
  display: none;
}
.exam-solution-img {
  width: 28rem;
  height: 31.8125rem;
}
.exam-solution-img2 {
  width: 38.5625rem;
  height: 23.9375rem;
}
.exam-solution-desc-title {
  color: #383838;
  font-size: 1.875rem;
  text-align: left;
}
.exam-solution-desc-text {
  margin-top: 1.25rem;
  color: #383838;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: left;
  width: 37.1875rem;
}
.exam-solution-list {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
.exam-solution-list ul {
  list-style: none;
}
.exam-solution-list ul li {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.exam-solution-list-right {
  margin-left: 17.5rem;
}
.exam-solution-list ul li div {
  margin-left: .375rem;
}
.exam-solution-list ul li img {
  margin-right: .5rem;
}
.icon-student {
  width: 1.25rem;
  height: 1.0625rem;
}
.icon-signup {
  width: 1.25rem;
  height: 1.3125rem;
}
.icon-profile {
  width: 1.25rem;
  height: 1.5rem;
}
.icon-audit {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-profile {
  width: 1.25rem;
  height: 1.5rem;
}
.icon-zhinneng {
  width: 1.1875rem;
  height: 1.5625rem;
}
.icon-dengfen {
  width: 1.25rem;
  height: 1.375rem;
}
.icon-users {
  width: 1.25rem;
  height: 1.375rem;
}
.icon-print {
  width: 1.1875rem;
  height: 1.1875rem;
}
.icon-analyze {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: -0.5rem;
}
.icon-print {
  width: 1.1875rem;
  height: 1.1875rem;
}
.icon-jihua {
  width: 1.25rem;
  height: 1.3125rem;
}

.exam-section-four {
  width: 100%;
  background-color: #2B79FE;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 9.375rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.exam-solution-inner-b{
  position: absolute;
  width: 99.125rem;
  height: 2rem;
  top: 0rem;
  z-index: 22;
  background: #FFF;
  box-shadow: 0px 4px 0px 2px rgba(1, 48, 128, 0.04);
}
.exam-section-four-inner {
  width: 98rem;
}
.exam-section-four-title {
  font-size: 2.25rem;
  text-align: center;
}
.exam-section-four-content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
}
.exam-section-four-box {
  display: flex;
  font-size: 2rem;
}
.section-four-1 {
  width: 3.0625rem;
  height: 3.1875rem;
}
.section-four-right {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
}
.section-four-img-1 {
  width: 5rem;
  height: 3.3125rem;
}
.section-four-img-2 {
  width: 4.375rem;
  height: 3.5625rem;
}
.section-four-img-3 {
  width: 4.375rem;
  height: 3.625rem;
}
.section-four-img-4 {
  width: 4.375rem;
  height: 3.4375rem;
}
.exam-section-four-text {
  margin-left: .75rem;
}

.exam-section-five {
  width: 100%;
  display: flex;
  justify-content: center;
}
.exam-section-five-inner {
  width: 75.625rem;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 8px 4px rgba(1, 48, 122, 0.05);
}
.exam-section-five-box {
  width: 25rem;
  height: 25rem;
  border-right: 1px solid #F1F0FF;
  border-top: 1px solid #F1F0FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exam-section-five-box:nth-of-type(3n) {
  border-right: none;
}
.exam-section-fix-icon {
  width: 4.125rem;
  height: 4.125rem;
  background: url('../img/examination/icon_bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exam-section-fix-icon2 {
  background: url('../img/examination/icon_bg2.png') no-repeat;
  background-size: 100% 100%;
}
.exam-section-five-title {
  color: #356CEB;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: .75rem;
}
.exam-section-five-list {
  list-style: none;
  margin-top: 1rem;
  margin-left: 1.25rem;
}
.exam-section-five-list li {
  font-size: 1rem;
  color: #808080;
  margin-top: .75rem;
  position: relative;
}
.exam-section-five-list li::before {
  position: absolute;
  left: -0.875rem;
  top: .375rem;
  content: '';
  width: .5rem;
  height: .5rem;
  background-color: #356CEB;
  border-radius: 50%;
}
.exam-icon-tel {
  width: 2.0625rem;
  height: 2.0625rem;
}
.exam-icon-tech {
  width: 2.375rem;
  height: 1.625rem;
}
.exam-icon-prodcut {
  width: 1.6875rem;
  height: 1.875rem;
}
.exam-icon-star {
  width: 2.0625rem;
  height: 2.0625rem;
}
.exam-icon-yidi {
  width: 2.5625rem;
  height: 2.25rem;
}
.exam-icon-support {
  width: 2.4375rem;
  height: 2rem;
}
.exam-section-six {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10.1875rem;
}
.exam-section-six-box {
  width: 50%;
  height: 36.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.exam-section-six-box:hover div::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 36.25rem;
  background-color: rgba(56, 157, 252, 0.15);
}
.exam-section-six-box1 {
  background: url('../img/examination/six_bg1.png') no-repeat;
  background-size: 100% 100%;
}
.exam-section-six-box2 {
  background: url('../img/examination/six_bg2.png') no-repeat;
  background-size: 100% 100%;
}
.exam-section-six-box3 {
  background: url('../img/examination/six_bg3.png') no-repeat;
  background-size: 100% 100%;
}
.exam-section-six-box4 {
  background: url('../img/examination/six_bg4.png') no-repeat;
  background-size: 100% 100%;
}
.exam-section-six-box-inner {
  font-size: 1.125rem;
  color: #383838;
  line-height: 1.875rem;
  width: 30rem;
}
.exam-section-six-title {
  color: #356CEB;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2.0625rem;
}
.exam-section-six-box-inner p {
  margin-top: .875rem;
}
.exam-section-seven,
.exam-section-seven img {
  width: 100%;
}