.system {
    background-image: url(../images/system.png);
    background-size: 100% 100%;
    padding: calc(1rem + 2.5vw) 0;
}

.system .text {
    color: #7D8995;
}

.system img {
    width: 3.5rem;
    height: 3.75rem;
}

.system .box {
    background: rgba(3, 0, 47, 0.38);
    border-radius: 0.5rem;
    padding: 3rem 1rem;
    height: 100%;
}

.system .box text {
    color: #8E93AB;
}

.system h1 {color: #FFF;font-size: 2.5rem;}
.system-box{display: flex;flex-flow: row wrap;justify-content: space-between;margin-top: 30px;}
.system-box .system-item{width: 45%;}
.system-box .system-item .box{display: flex;flex-wrap:wrap; }
.system-box .system-item .box .content{margin-left: 10px;}
 .system-box .system-item .box   .content h4{font-size: 1.5rem;color: #FFF;}
/*权威机构评价*/
.wuyou-svc {
    padding: 65px 0 72px;
      background-image: url('../images/xinghan_02.png'); /* 替换为你的图片路径 */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}
.wuyou-svc ul {
  display: flex;
  justify-content: space-around;margin-top: 50px;
}

.wuyou-svc ul li {
  padding: 40px 20px;
  position: relative;
  width: 35%;background-color: #FFF;border-radius: 20px;
}

.wuyou-svc ul li .icon {
  margin-bottom: 20px;
  height: 55px;text-align: center;
}

.wuyou-svc ul li .icon img {
  max-height: 100%;
}

.wuyou-svc ul li .txt h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

.wuyou-svc ul li .txt p {
  font-size: 16px;
  color: #575d6c;
  line-height: 1.8;
}

.wuyou-svc ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 170px;
  background-color: #d2d6e7;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.wuyou-svc ul li:first-child::after {
  display: none;
}

.wuyou-svc .btn {
  margin-top: 80px;
  text-align: center;
}

.wuyou-svc .btn a {
  color: #0086f9;
  font-size: 16px;
}

.wuyou-svc .btn a:after {
  transform: translateY(-1px);
  content: "\e683";
  margin-left: 5px;
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.wuyou-svc .btn a:hover:after {
  margin-left: 10px;
}

/*权威机构评价结束*/


.starting {
  background-color: #f5f7fa;
  padding: 65px 0 40px;
  text-align: center;
}

.starting_sub {
  color: #575d6c;
  margin: 20px auto 10px;
}

.starting img {
  width: 100%;
}

.starting_m {
  color: #0086f1;
}

.starting_m::after {
  content: '';
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 1px solid #0086f1;
  border-top: 1px solid #0086f1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.starting_m:hover::after {
  margin-left: 15px;
  transition: 0.5s;
}


.service-xinghan-1:before {
    background-image: url("../images/xinghan/service-1.png");background-size: 100%;
}
.service-xinghan-2:before {
    background-image: url("../images/xinghan/service-2.png");background-size: 100%;
}
.service-xinghan-3:before {
    background-image: url("../images/xinghan/service-3.png");background-size: 100%;
}
.service-xinghan-4:before {
    background-image: url("../images/xinghan/service-4.png");background-size: 100%;
}
.service-xinghan-5:before {
    background-image: url("../images/xinghan/service-5.png");background-size: 100%;
}
.service-xinghan-6:before {
    background-image: url("../images/xinghan/service-6.png");background-size: 100%;
}
.service-xinghan-7:before {
    background-image: url("../images/xinghan/service-7.png");background-size: 100%;
}
.service-xinghan-8:before {
    background-image: url("../images/xinghan/service-8.png");background-size: 100%;
}

@media only screen and (max-width: 700px){
    .system {
    padding: calc(1rem) 0;
}
.system-box{display: flex;flex-direction: column;margin-top: 0px;}
.system-box .system-item{width: 100%;margin-top: 0.5rem;margin-bottom: 0.5rem;}
.system-box .system-item .box{display: flex;flex-wrap:wrap; padding: 1rem 0.5rem;}
.system-box .system-item .box  .content{margin-left: 10px;}
.system-box .system-item .box  .content h4{font-size: 1.2rem;}
.wuyou-svc{padding: 1rem 0 0px;}
.wuyou-svc ul{margin-top: 1rem;}
.wuyou-svc ul{display: block;}
.wuyou-svc ul li{width: 95%;margin: 0px auto 1rem auto;}
.wuyou-svc ul li .txt p{font-size: 0.9rem;}

}