.resolve-img{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/resolve/rail.png) 100% 100%;
  background-size:cover;
}
/* .resolve-tail{
  background: url(../img/resolve/rail.png);
  background-size: 100% 100%;
} */
/* .resolve-factory{
  background: url(../img/resolve/rail.png);
  background-size: 100% 100%;
}
.resolve-financial{
  background: url(../img/resolve/rail.png);
  background-size: 100% 100%;
}
.resolve-health{
  background: url(../img/resolve/rail.png);
  background-size: 100% 100%;
}
.resolve-internet{
  background: url(../img/resolve/rail.png);
  background-size: 100% 100%;
}
.resolve-education{
  background: url(../img/resolve/rail.png);
  background-size: 100% 100%;
}
.resolve-government{
  background: url(../img/resolve/rail.png);
  /* background-size: 100% 100%;
} */
.resolve-font{
  color: #fff;
  width: 1200px;
}
.resolve-font h1{
  font-size: 40px;
  /* font-weight: bold; */
  margin-bottom: 20px;
}
.resolve-font h6{
  width: 60%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.resolve-font h6 p{
  margin-top: 20px;
}
.resovle-content{
  width: 1200px;
  margin: 0 auto;
  color: #3C5266;
  margin-bottom: 80px;
}
.resovle-content-grey{
  width: 100%;
  background-color: #F5F8FC;
  color: #3C5266;
}
.resovle-content h1{
  font-size: 30px;
  margin: 80px 0 40px 0;
}
.resovle-content-grey h1{
  font-size: 20px;
  display: flex;
  align-items: center;
}

.resovle-content-grey span a{
  font-size: 16px;
  margin: 20px 0;
  font-size: 16px;
  display: block;
  color: #868F9B;
  line-height: 26px;
}
.resovle-content-grey span a:hover{
  /* text-decoration: underline; */
}
.resovle-content span{
  font-size: 16px;
  margin: 20px 0;
  font-size: 16px;
  display: block;
  line-height: 26px;
}
.resovle-content span:first-of-type{
  margin-top: 0px;
}
.resovle-content span:last-of-type{
  margin-bottom: 0px;
}
.resovle-eg{
  width: 1200px;
  margin: 0 auto;
  color: #3C5266;
  padding: 80px 0;
}
.resovle-eg-content{
  display: flex;
  justify-content: space-between;
}
.resovle-eg-font{
  width: 60%;
  margin-right: 40px;
}
.resovle-eg-font1{
  width: 60%;
  margin-left: 40px;
  margin-right: 0px;
}
.resovle-eg-font h1:hover a{
  cursor: pointer;
  color: #007ECA;
}
.resovle-eg-font h1:before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #007ECA;
  margin-right: 8px;
}
.resovle-eg-img{
  width: 552px;
  height: 262px;
  /* background: #E1E4E6; */
}
.resovle-eg-img img{
  width: 100%;
  height: 100%;
}

.target_box{
  display: flex;
}
.target_box .target{
  width: 226px;
  height: 64px;
  background: #006AE8;
  border-radius: 50px 0px 50px 0px;
  margin-right: 24px;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
}