.section-five-left > h3 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 30px;
}
.section-five-left > p {
  width: 350px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.6px;
  margin-top: 36px;
}
.banner-img-five > img {
  height: 643px;
}
.banner-img-five {
  height: 643px;
  width: 60%;
  border-bottom-right-radius: 2000px!important;
  border-top-right-radius: 2000px!important;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-bottom-right-radius: 2000px;
  border-top-right-radius: 2000px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.section-one-left > img {
  margin-top: 90px;
  margin-bottom: 24px;
}
.section-one-left > h3 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 30px;
}
.section-one-left > p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.6px;
  margin-top: 10px;
}
.logic {
  min-width: 1400px;
}
.logic > h3, .advantage > h3 {
  font-size: 48px;
  text-align: center;
  margin-top: 115px;
  margin-bottom: 150px;
}
.logic > img {
  display: block;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 176px;
}
.advantage {
  min-width: 1400px;
  background: #dddddd;
  padding-bottom: 147px;
}
.advantage > h3 {
  padding-top: 100px;
  margin-bottom: 77px;
}
.advantage > img {
  display: block;
  height: 260px;
  margin: 0 auto;
}
.server {
  min-width: 1400px;
  padding-bottom: 160px;
}
.server > h3 {
  font-size: 48px;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 126px;
}
.server_content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.server_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.server_item > h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.server_item > p {
  color: #5F5F5F;
  font-size: 21px;
  line-height: 41px;
}
.company {
  min-width: 1400px;
}
.company > img {
  width: 100%;
  display: none;
}
.company > img:first-child {
  display: block;
}

@media screen and (max-width:1400px){ 
  .banner-img-five{
    width: 60%;
  }
}