@media screen and (max-width: 1000px) {
  .banner {
    height: 6.6rem;
    box-sizing: border-box;
    background: url("/static/images/skill-top.jpg") center no-repeat;
    background-size: cover;
    position: relative;
  }
  .banner .banner-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
  }
  .banner .banner-mask .subject {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .banner .banner-mask .subject h2 {
    font-size: 0.4rem;
    font-weight: 300;
    margin: -0.2rem 0 0;
  }
  .banner .banner-mask .subject h3 {
    font-size: 0.4rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
  }
  .banner .banner-mask .subject .line {
    margin: 0.4rem auto;
    width: 1.54rem;
  }
  .banner .banner-mask .subject p {
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: 300;
  }
  .content {
    width: 100%;
  }
  .content-nlp {
    width: 100%;
    margin: 1.0533rem auto 0;
  }
  .content-nlp-desc {
    max-width: 6.81rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0.33rem auto 0;
    color: #898a9c;
  }
  .content-nlp .vertical-center {
    height: auto !important;
    margin-top: 0 !important;
  }
  .content-nlp-img {
    width: 4.01rem;
    height: 3.2rem;
    margin: 0.23rem 1.74rem;
  }
  .content-nlp-info {
    display: inline-block;
    width: 100%;
    font-size: 0;
  }
  .content-nlp-info-item:hover {
    background: #fff;
    border-radius: 8px;
  }
  .content-nlp-info-item:hover .content-nlp-info-item-title {
    color: #1d2143;
  }
  .content-nlp-info-item:hover .content-nlp-info-item-desc {
    color: #898a9c;
  }
  .content-nlp-info-item:hover .content-nlp-info-item-icon-1 {
    background-image: url("/static/images/index-nlp-icon1.png");
  }
  .content-nlp-info-item:hover .content-nlp-info-item-icon-2 {
    background-image: url("/static/images/index-nlp-icon2.png");
  }
  .content-nlp-info-item:hover .content-nlp-info-item-icon-3 {
    background-image: url("/static/images/index-nlp-icon3.png");
  }
  .content-nlp-info-item {
    width: 2.2rem;
    display: inline-block;
    padding-bottom: 0.7rem;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(120, 136, 170, 0.1);
    border-radius: 8px;
    text-align: center;
    margin: 0 0.15rem;
  }
  .content-nlp-info-item-icon {
    width: 0.41rem;
    height: 0.41rem;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0.52rem auto 0;
  }
  .content-nlp-info-item-icon-1 {
    background-image: url("/static/images/index-nlp-icon1.png");
  }
  .content-nlp-info-item-icon-2 {
    background-image: url("/static/images/index-nlp-icon2.png");
  }
  .content-nlp-info-item-icon-3 {
    background-image: url("/static/images/index-nlp-icon3.png");
  }
  .content-nlp-info-item-box {
    display: inline-block;
    vertical-align: middle;
  }
  .content-nlp-info-item-title.patch-en {
    min-height: 0.84rem;
  }
  .content-nlp-info-item-desc.patch-en {
    min-height: 3.5rem;
    line-height: 0.25rem !important;
  }
  .content-nlp-info-item-title {
    height: 0.28rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #1d2143;
    line-height: 0.28rem;
    margin-top: 0.3533rem;
  }
  .content-nlp-info-item-desc {
    height: 1.15rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #898a9c;
    line-height: 0.3rem;
    margin: 0.3067rem 0.1rem 0;
    text-align: left;
  }
  .content-center {
    width: 100%;
    height: 3.33rem;
    background: url(/static/images/skill-center.png) no-repeat center;
    background-size: cover;
    padding-top: 1.18rem;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0.33rem;
  }
  .content-center-title {
    height: 0.28rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #1d2143;
    line-height: 0.28rem;
  }
  .content-center-btn-en {
    width: 2.5rem !important;
  }
  .content-center-btn {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #0067ed;
    border-radius: 0.2rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0.39rem auto 0;
  }
  .content-teamwork {
    margin-top: 0.54rem;
  }
  .content-teamwork-info-img3 {
    display: none;
  }
  .content-teamwork-info-img1 {
    width: 6.86rem;
    height: 3.33rem;
    margin: 0.23rem auto 0;
  }
  .content-teamwork-info-box {
    width: 6.86rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 0.19rem 0rem rgba(120, 136, 170, 0.1);
    border-radius: 0.1rem;
    margin: 0.85rem auto 0.6rem;
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
  }
  .content-teamwork-info-box-top {
    width: 3.86rem;
    margin: auto;
  }
  .content-teamwork-info-box-top-img1 {
    width: 1.86rem;
    height: 0.375rem;
    display: inline-block;
  }
  .content-teamwork-info-box-top-line {
    width: 0.01rem;
    height: 0.23rem;
    background: #0067ed;
    display: inline-block;
  }
  .content-teamwork-info-box-top-img2 {
    width: 1.485rem;
    height: 0.375rem;
    display: inline-block;
  }
  .content-teamwork-info-box-title {
    font-size: 0.28rem;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-top: 0.23rem;
  }
  .content-teamwork-info-box-desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333333;
    margin-top: 0.46rem;
    position: relative;
  }
  .content-teamwork-info-box .nlp-link {
    margin-right: 0.2rem;
    color: #0067ed;
    font-size: 0.28rem;
    line-height: 0.48rem;
    text-align: right;
  }
  .content-teamwork-info-box .nlp-link a:visited {
    color: #0067ed;
  }
  .content-teamwork-info-box .nlp-link.patch-en {
    text-align: left;
  }
  .content-teamwork-info-box-footer {
    margin: 0.87rem auto 0;
    font-size: 0;
  }
  .content-teamwork-info-box-footer::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .content-teamwork-info-box-footer-info {
    text-align: center;
    width: 33%;
    display: inline-block;
    vertical-align: middle;
  }
  .content-teamwork-info-box-footer-info-num {
    font-size: 0.4rem;
    font-weight: 300;
    color: #0067ed;
  }
  .content-teamwork-info-box-footer-info-desc {
    font-size: 0.2rem;
    font-weight: 400;
    color: #0067ed;
    margin-top: 0.12rem;
  }
  .content-teamwork-info-box-footer-line {
    width: 0.02rem;
    height: 0.4rem;
    background-color: #0067ed;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1000px) {
  .banner {
    width: 100%;
    height: 12.2rem;
    background: url("/static/images/skill-top.jpg") no-repeat center;
    background-size: cover;
    z-index: 1;
  }
  .banner .banner-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
  }
  .banner .banner-mask .subject {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1.5rem;
    text-align: center;
    color: #fff;
  }
  .banner .banner-mask .subject h2 {
    font-size: 40px;
    font-weight: 300;
    margin: -43px 0 16px;
    letter-spacing: 1.2px;
  }
  .banner .banner-mask .subject h3 {
    font-size: 60px;
    font-weight: 300;
    margin: 16px 0;
    color: #fff;
    opacity: 0.3;
  }
  .banner .banner-mask .subject .line {
    width: 232px;
    margin: 60px auto 48px;
  }
  .banner .banner-mask .subject p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 200;
  }
  .content {
    width: 100%;
    position: relative;
    background: url("/static/images/skill-bg.png") no-repeat top;
    background-size: 100%;
    z-index: 2;
  }
  .content-nlp {
    width: 1249px;
    height: auto;
    margin: 60px auto 0;
  }
  .content-nlp-desc {
    margin: 60px auto 0;
    max-width: 822px;
    font-size: 18px;
    line-height: 36px;
    color: #898a9c;
    text-align: center;
  }
  .content-nlp-img {
    width: 602px;
    height: 480px;
    vertical-align: middle;
  }
  .content-nlp-info {
    display: inline-block;
    width: 480px;
    margin-left: 59px;
    margin-top: 60px;
    vertical-align: middle;
  }
  .content-nlp-info-item:hover {
    background: #0067ed;
    border-radius: 8px;
  }
  .content-nlp-info-item:hover .content-nlp-info-item-icon-1 {
    background-image: url("/static/images/index-nlp-icon-1.png");
  }
  .content-nlp-info-item:hover .content-nlp-info-item-icon-2 {
    background-image: url("/static/images/index-nlp-icon-2.png");
  }
  .content-nlp-info-item:hover .content-nlp-info-item-icon-3 {
    background-image: url("/static/images/index-nlp-icon-3.png");
  }
  .content-nlp-info-item:hover .content-nlp-info-item-title {
    color: #fefeff;
  }
  .content-nlp-info-item:hover .content-nlp-info-item-desc {
    color: #b2d2ff;
  }
  .content-nlp-info-item {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 26px 0;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(120, 136, 171, 0.3);
    border-radius: 8px;
  }
  .content-nlp-info-item-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 30px;
    background-size: 100% 100%;
    vertical-align: middle;
  }
  .content-nlp-info-item-icon-1 {
    background-image: url("/static/images/index-nlp-icon1.png");
  }
  .content-nlp-info-item-icon-2 {
    background-image: url("/static/images/index-nlp-icon2.png");
  }
  .content-nlp-info-item-icon-3 {
    background-image: url("/static/images/index-nlp-icon3.png");
  }
  .content-nlp-info-item-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 19px;
  }
  .content-nlp-info-item-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    color: #1d2143;
  }
  .content-nlp-info-item-title.patch-en {
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
  .content-nlp-info-item-desc {
    width: 361px;
    margin-top: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #898a9c;
  }
  .content-nlp-info-item-desc.patch-en {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .content-center {
    width: 100%;
    height: 500px;
    background-image: url("/static/images/skill-center.png");
    background-position: center 100%;
    padding-top: 171px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 101px;
  }
  .content-center-title {
    height: 40px;
    font-size: 40px;
    font-weight: 400;
    color: #1d2143;
    line-height: 40px;
  }
  .content-center-btn {
    width: 150px;
    height: 50px;
    background: #0067ed;
    box-shadow: 0px 0px 20px 0px rgba(120, 136, 170, 0.1);
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin: 76px auto 0;
    cursor: pointer;
    padding: 0 10px;
  }
  .content-teamwork {
    margin-top: 100px;
    margin-bottom: 200px;
    font-size: 0;
    position: relative;
  }
  .content-teamwork-info {
    width: 1300px;
    margin: auto;
    position: relative;
  }
  .content-teamwork-info-box {
    box-sizing: border-box;
    width: 1000px;
    height: 100%;
    padding: 100px 330px 100px 100px;
    margin-top: 60px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(120, 136, 170, 0.2);
  }
  .content-teamwork-info-box-top {
    width: 330px;
    margin: auto;
  }
  .content-teamwork-info-box-top-img1 {
    display: inline-block;
    width: 150px;
    height: 30px;
  }
  .content-teamwork-info-box-top-line {
    display: inline-block;
    width: 1px;
    height: 30px;
    margin: 0 30px;
    background: #0067ed;
  }
  .content-teamwork-info-box-top-img2 {
    display: inline-block;
    width: 119px;
    height: 30px;
  }
  .content-teamwork-info-box-title {
    margin-top: 21px;
    font-size: 22px;
    text-align: center;
    color: #1d2143;
  }
  .content-teamwork-info-box-desc {
    margin-top: 57px;
    width: 570px;
    line-height: 36px;
    font-size: 18px;
    color: #898a9c;
    position: relative;
  }
  .content-teamwork-info-box .nlp-link {
    margin-right: 10px;
    color: #0067ed;
    font-size: 18px;
    line-height: 36px;
    text-align: right;
  }
  .content-teamwork-info-box .nlp-link a:visited {
    color: #0067ed;
  }
  .content-teamwork-info-box .nlp-link.patch-en {
    text-align: left;
  }
  .content-teamwork-info-box-footer {
    width: 543px;
    margin: 61px auto 0;
    height: 150px;
  }
  .content-teamwork-info-box-footer::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .content-teamwork-info-box-footer-info {
    display: inline-block;
    text-align: center;
    width: 180px;
    vertical-align: top;
  }
  .content-teamwork-info-box-footer-info-num {
    margin-top: 20px;
    font-size: 48px;
    font-weight: 300;
    color: #0067ed;
  }
  .content-teamwork-info-box-footer-info-desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #0067ed;
  }
  .content-teamwork-info-box-footer-line {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #e6e6e6;
    vertical-align: middle;
  }
  .content-teamwork-info-img1 {
    position: absolute;
    top: 100px;
    left: 750px;
    width: 390px;
    height: 200px;
  }
  .content-teamwork-info-img2 {
    position: absolute;
    top: 210px;
    left: 680px;
    width: 500px;
    height: 182px;
    background: #e9f1ff;
    box-shadow: 0px 0px 20px 0px rgba(120, 136, 170, 0.2);
    z-index: -1;
  }
  .content-teamwork-info-img3 {
    position: absolute;
    top: 320px;
    left: 850px;
    width: 450px;
    height: 200px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1366px) {
  .banner {
    height: 8.15rem;
    z-index: 1;
  }
  .banner .banner-mask .subject h2 {
    font-size: 0.4rem;
    margin: -0.43rem 0 0.16rem;
  }
  .banner .banner-mask .subject h3 {
    font-size: 0.6rem;
    margin: 0.16rem 0;
  }
  .banner .banner-mask .subject .line {
    width: 2.32rem;
    margin: 0.6rem auto 0.48rem;
  }
  .banner .banner-mask .subject p {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1366px) {
  .content-nlp {
    width: 12.5rem;
    margin: 0.6rem auto 0;
  }
  .content-nlp.patch-en {
    margin-top: 1.4rem;
  }
  .content-nlp-desc {
    margin: 0.6rem auto 0;
    max-width: 8.2rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .content-nlp-img {
    width: 6rem;
    height: 4.8rem;
  }
  .content-nlp-info {
    width: 4.8rem;
    margin-left: 0.6rem;
    margin-top: 0.6rem;
  }
  .content-nlp-info-item:hover {
    border-radius: 8px;
  }
  .content-nlp-info-item {
    padding: 0.26rem 0;
    margin-bottom: 0.3rem;
  }
  .content-nlp-info-item-icon {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.3rem;
  }
  .content-nlp-info-item-box {
    margin-left: 0.19rem;
  }
  .content-nlp-info-item-title {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
  .content-nlp-info-item-title.patch-en {
    height: 0.18rem;
    font-size: 0.18rem;
    line-height: 0.18rem;
  }
  .content-nlp-info-item-desc {
    width: 3.6rem;
    margin-top: 0.19rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .content-nlp-info-item-desc.patch-en {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1366px) {
  .content-teamwork {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .content-teamwork-info {
    width: 13rem;
  }
  .content-teamwork-info-box {
    width: 7rem;
    padding: 1rem 0.3rem 1rem 0.5rem;
    margin-top: 0.6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(120, 136, 170, 0.2);
  }
  .content-teamwork-info-box-top {
    width: 3.3rem;
  }
  .content-teamwork-info-box-top-img1 {
    width: 1.5rem;
    height: 0.3rem;
  }
  .content-teamwork-info-box-top-line {
    height: 0.3rem;
    margin: 0 0.3rem;
  }
  .content-teamwork-info-box-top-img2 {
    width: 1.19rem;
    height: 0.3rem;
  }
  .content-teamwork-info-box-title {
    margin-top: 0.21rem;
    font-size: 0.22rem;
  }
  .content-teamwork-info-box-desc {
    margin-top: 0.57rem;
    width: 5.7rem;
    line-height: 0.36rem;
    font-size: 0.18rem;
  }
  .content-teamwork-info-box-footer {
    width: 5.43rem;
    margin: 0.61rem auto 0;
    height: 1.5rem;
  }
  .content-teamwork-info-box-footer-info {
    width: 1.8rem;
  }
  .content-teamwork-info-box-footer-info-num {
    margin-top: 0.2rem;
    font-size: 0.48rem;
  }
  .content-teamwork-info-box-footer-info-desc {
    margin-top: 0.2rem;
    font-size: 0.16rem;
  }
  .content-teamwork-info-box-footer-line {
    height: 0.4rem;
  }
  .content-teamwork-info-img1 {
    top: 1rem;
    left: 6.5rem;
    width: 3.9rem;
    height: 2rem;
  }
  .content-teamwork-info-img2 {
    top: 2.1rem;
    left: 6.8rem;
    width: 5rem;
    height: 1.82rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(120, 136, 170, 0.2);
  }
  .content-teamwork-info-img3 {
    top: 3.2rem;
    left: 8.5rem;
    width: 4.5rem;
    height: 2rem;
  }
}
.section {
  position: relative;
  box-sizing: border-box;
  margin: 190px auto;
}
.section:first-of-type {
  margin-top: 60px;
}
.section-desc {
  margin: 60px auto;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  text-align: justify;
  color: #898a9c;
}
.section-desc.patch-en {
  line-height: 1.5;
}
.section-title {
  position: relative;
  margin: 0 auto 80px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: #0067ed;
}
@media (max-width: 1000px) {
  .section {
    margin: 1.3rem auto;
  }
  .section:first-of-type {
    margin-top: 0.6rem;
  }
  .section-desc {
    margin: 0.4rem auto;
    width: 6.6rem;
    font-size: 0.28rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .section-title {
    margin: 0 auto 0.8rem;
    font-size: 0.38rem !important;
  }
  .section-title::after {
    bottom: -0.26rem;
    width: 0.6rem;
    height: 4px;
    border-radius: 2px;
  }
}
