@media screen and (min-width: 1321px) {
  .page-title {
    font-size: 58px;
    text-align: center;
    margin-bottom: 40px;
  }
  .company {
    margin-top: 90px;
  }
  .company-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .company-desc div {
    line-height: 32px;
  }
  .company-desc p {
    text-indent: 32px;
  }
  .banner1 {
    position: relative;
    margin-top: 90px;
  }
  .banner1 img {
    width: 100%;
  }
  .banner1 .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
  }
  .banner1 .mask div {
    font-size: 58px;
    margin-bottom: 30px;
    line-height: 65px;
  }
  .banner1 .mask p {
    font-size: 18px;
  }
  .process {
    margin-top: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process-bg {
    position: relative;
  }
  .process-bg img {
    width: 100%;
  }
  .process-content {
    height: 90px;
    padding: 30px 360px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
  }
  .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-info img {
    width: 50%;
  }
  .block-list {
    width: 50%;
    background-color: #F5F5F5;
    padding: 70px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
  }
  .block-item div {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .block-item p {
    color: #777;
  }
  .trusty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trusty-bg {
    position: relative;
    background: url('/Themes/Home/Default/Public/images/about_13.jpg') no-repeat;
    background-size: cover;
    background-position: right;
    padding: 40px 0;
  }
  .trusty .page-title {
    color: white;
    text-shadow: -2px 2px 10px rgba(0, 0, 0, .5);
  }
  .trusty-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: white;
    padding: 30px 120px;
  }
  .trusty-info {
    font-size: 16px;
    line-height: 28px;
    width: 50%;
  }
  .trusty-image {
    width: 360px;
    height: auto;
  }
  .box {
    padding: 80px 0;
  }
}
.image {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.image img {
  width: 100%;
}
.image-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  cursor: pointer;
}
.image-btn.prev {
  left: 0;
}
.image-btn.next {
  right: 0;
}
.image-btn i {
  font-size: 30px;
  color: #0065b3;
}
.progress {
  height: 25px;
  background-color: rgba(0, 101, 179, 0.5);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 130px;
}
.progress-item {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #0065b3;
  -webkit-box-shadow: 0 0 0 3px white;
          box-shadow: 0 0 0 3px white;
  position: relative;
  cursor: pointer;
}
.progress-item span {
  position: absolute;
  top: -70px;
  left: -20px;
  white-space: nowrap;
}
.progress-item:hover,
.progress-item.active {
  background-color: #FF8E00;
}
.advantage {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  background-color: white;
}
.advantage-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.advantage-item {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 1px;
}
.advantage-item div {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}
.advantage-item p {
  color: #777;
  font-size: 16px;
  font-weight: initial;
  line-height: 30px;
}
.advantage img {
  width: 100%;
}
.advantage-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  cursor: pointer;
}
.advantage-btn.prev {
  left: 0;
}
.advantage-btn.next {
  right: 0;
}
.advantage-btn i {
  font-size: 30px;
  color: #0065b3;
}
.box-container {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-item img {
  width: 100%;
}
.box-item div {
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .page-title {
    font-size: 36px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
  }
  .company-desc div {
    line-height: 32px;
    padding: 0 20px;
  }
  .company-desc p {
    text-indent: 32px;
  }
  .company video {
    width: 100%;
    margin: 20px 0;
  }
  .banner1 {
    position: relative;
    margin-top: 20px;
    z-index: 1;
  }
  .banner1 img {
    width: 100%;
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .banner1 .mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    padding: 20px;
  }
  .banner1 .mask div {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 45px;
  }
  .banner1 .mask p {
    font-size: 14px;
  }
  .process {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .process-bg {
    position: relative;
    z-index: 1;
  }
  .process-bg img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .process-content {
    height: 200px;
    padding: 20px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
  }
  .block-info img {
    width: 100%;
  }
  .block-list {
    width: 100%;
    background-color: #F5F5F5;
    padding: 20px;
    padding-right: 40px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
  }
  .block-item div {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .block-item p {
    color: #777;
  }
  .advantage {
    margin: 20px 0;
  }
  .trusty-content {
    background-color: white;
    padding: 20px;
  }
  .trusty-info {
    font-size: 16px;
    line-height: 30px;
  }
  .trusty-image {
    width: 100%;
    height: auto;
  }
}

.breadcrumb-nav {
  border-bottom: 1px solid #eee;
}

.breadcrumb-box {
  display: flex;justify-content: center;align-items: center;height: 60px;
}

.breadcrumb-box .link + .link{
  margin-left: 20px;
}
.breadcrumb-box .link.active {
  color: #0065b3;
}<!--ºÄÊ±1774179333.6596Ãë-->