.capital {
  text-transform: uppercase;
}
.title {
  padding: 0 !important;
  text-align: center;
  border: none !important;
  margin: 0.2rem 0 0 0 !important;
  font-size: 0.16rem !important;
  font-weight: 400 !important;
  color: #303030 !important;
  height: unset !important;
}
.title > span {
  color: #0057FF;
}
.text_shadow {
  text-align: center;
  position: absolute;
  font-size: 0.4rem;
  font-weight: bold;
  color: #c6c6c6;
  line-height: 100%;
  opacity: 0.15;
  top: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
main > .banner {
  font-size: 0;
}
main > .banner > img {
  width: 100%;
}
main > .what {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
  background-color: #fff;
}
main > .what > .content {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
main > .what > .content > .item {
  width: 1.1rem;
  height: 1.6rem;
  font-size: 0;
}
main > .what > .content > .item.color > .top {
  background: url('../images/img-1@2x.png') no-repeat center;
}
main > .what > .content > .item.color > .bottom {
  border-bottom: 0.01rem solid #0b4bdb;
  border-right: 0.01rem solid #0b4bdb;
  border-left: 0.01rem solid #0b4bdb;
}
main > .what > .content > .item.material > .top {
  background: url('../images/img-2@2x.png') no-repeat center;
}
main > .what > .content > .item.material > .bottom {
  border-bottom: 0.01rem solid #388cff;
  border-left: 0.01rem solid #388cff;
  border-right: 0.01rem solid #388cff;
}
main > .what > .content > .item.finishing > .top {
  background: url('../images/img-3@2x.png') no-repeat center;
}
main > .what > .content > .item.finishing > .bottom {
  border-bottom: 0.01rem solid #ff6600;
  border-left: 0.01rem solid #ff6600;
  border-right: 0.01rem solid #ff6600;
}
main > .what > .content > .item > .top {
  width: 100%;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: contain !important;
  padding-top: 0.03rem;
  box-sizing: border-box;
}
main > .what > .content > .item > .top > p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
main > .what > .content > .item > .top > p:first-child {
  font-size: 0.15rem;
  font-weight: bold;
  color: #ffffff;
}
main > .what > .content > .item > .top > p:last-child {
  font-size: 0.1rem;
  font-weight: bold;
  color: #ffffff;
}
main > .what > .content > .item > .bottom {
  padding: 0 0.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 1.3rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #0b4bdb;
  border-right: 0.01rem solid #0b4bdb;
  border-left: 0.01rem solid #0b4bdb;
  font-size: 0.09rem;
  box-sizing: border-box !important;
  font-weight: 400;
  color: #303030;
  line-height: 0.14rem;
  text-align: justify;
}
main > .requirement {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
}
main > .requirement > .content {
  margin-top: 0.25rem;
  font-size: 0;
}
main > .requirement > .content > .swiper-container > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
}
main > .requirement > .content > .swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0.11rem;
}
main > .requirement > .content > .swiper-pagination > .swiper-pagination-bullet {
  width: 0.04rem;
  height: 0.04rem;
  background: #dcdcdc;
  border-radius: 0.02rem;
  margin-right: 0.04rem;
}
main > .requirement > .content > .swiper-pagination > .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
main > .requirement > .content > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bfbfbf;
}
main > .project {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
  background-color: #fff;
}
main > .project > .content {
  margin-top: 0.25rem;
  font-size: 0;
}
main > .project > .content > .item {
  height: 1.7rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
main > .project > .content > .item:nth-child(2) {
  margin-bottom: 0 !important;
}
main > .project > .content > .item:nth-child(2) > .left {
  background: #0057ff;
}
main > .project > .content > .item.blue > .right {
  border-top: 0.01rem solid #388cff;
  border-bottom: 0.01rem solid #388cff;
  border-right: 0.01rem solid #388cff;
  box-sizing: border-box;
}
main > .project > .content > .item.deepblue > .right {
  border-top: 0.01rem solid #0057ff;
  border-bottom: 0.01rem solid #0057ff;
  border-right: 0.01rem solid #0057ff;
  box-sizing: border-box;
}
main > .project > .content > .item > .left {
  width: 0.7rem;
  height: 100%;
  background: #388cff;
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
  writing-mode: vertical-rl;
  line-height: 0.7rem;
  text-align: center;
}
main > .project > .content > .item > .right {
  flex: 1;
  height: 100%;
  padding: 0.12rem;
}
main > .project > .content > .item > .right > p {
  margin: 0;
  padding: 0;
}
main > .project > .content > .item > .right > p.bt {
  font-size: 0.12rem;
  font-weight: bold;
  color: #303030;
}
main > .project > .content > .item > .right > p.bt.top13px {
  margin-top: 0.13rem;
}
main > .project > .content > .item > .right > p.text {
  font-size: 0.09rem;
  font-weight: 400;
  color: #303030;
  line-height: 0.15rem;
}
main > .project > .content > button {
  width: 1rem;
  height: 0.33rem;
  background: #ffe21f;
  margin: 0.17rem auto 0 auto;
  outline: none;
  box-shadow: none;
  border: none;
  display: block;
  font-size: 0.12rem;
  font-weight: 400;
  color: #303030;
}
main > .one_step {
  background: url('../images/banner-2@2x(1).png') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main > .one_step > p {
  margin: 0;
  padding: 0;
}
main > .one_step > p:first-child {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}
main > .one_step > p:last-child {
  font-size: 0.15rem;
  font-weight: 400;
  color: #ffffff;
}
main > .six_course {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 0.2rem;
}
main > .six_course > .content {
  margin-left: 0.12rem;
  margin-right: 0.12rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
}
main > .six_course > .content > .item {
  width: 1.15rem;
  height: 1.17rem;
  background: #ffffff;
  border: 0.01rem solid #e5e5e5;
  padding: 0.09rem;
  box-sizing: border-box;
  position: relative;
}
main > .six_course > .content > .item:nth-child(1) {
  border-bottom: 0;
}
main > .six_course > .content > .item:nth-child(2) {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
main > .six_course > .content > .item:nth-child(3) {
  border-bottom: 0;
}
main > .six_course > .content > .item:nth-child(5) {
  border-right: 0;
  border-left: 0;
}
main > .six_course > .content > .item > p {
  margin: 0;
  line-height: 100%;
}
main > .six_course > .content > .item > p:first-child {
  font-size: 0.18rem;
  font-weight: bold;
  color: #dcdcdc;
}
main > .six_course > .content > .item > p:nth-child(2) {
  font-size: 0.1rem;
  font-weight: bold;
  color: #303030;
  margin-top: 0.12rem;
  white-space: nowrap;
}
main > .six_course > .content > .item > p:nth-child(3) {
  margin-top: 0.11rem;
  font-size: 0.08rem;
  font-weight: 400;
  color: #303030;
  line-height: 0.1rem;
}
main > .six_course > .content > .item > .hr {
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
  margin-top: 0.12rem;
  width: 0.2rem;
  height: 0.01rem;
  border-bottom: 0.01rem solid #388cff;
}
main > .wholeprocess {
  overflow: hidden;
  background: url('../images/bg-1@2x.png') no-repeat center;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
}
main > .wholeprocess > .title {
  color: #ffffff !important;
}
main > .wholeprocess > .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.26rem;
}
main > .wholeprocess > .content > .item {
  margin-bottom: 0.1rem;
  width: 0.8rem;
  height: 0.7rem;
  background: #ffffff;
  position: relative;
}
main > .wholeprocess > .content > .item:nth-child(n+17) {
  margin-bottom: 0;
}
main > .wholeprocess > .content > .item > p {
  margin: 0;
  padding: 0;
}
main > .wholeprocess > .content > .item > p:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: #338cff;
  line-height: 0.14rem;
  opacity: 0.1;
}
main > .wholeprocess > .content > .item > p:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 0.16rem;
  line-height: 0.18rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 400;
  color: #666666;
}
main > .wholeprocess > .content > .item > p:last-child.nowrap {
  white-space: nowrap;
}
main > .knowledge {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
  background-color: #fff;
}
main > .knowledge > .content {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
main > .knowledge > .content > .item {
  width: 1.12rem;
  height: 0.9rem;
  font-size: 0;
  margin-bottom: 0.16rem;
}
main > .knowledge > .content > .item:nth-child(n+4) {
  margin-bottom: 0;
}
main > .knowledge > .content > .item > .top {
  font-size: 0;
}
main > .knowledge > .content > .item > .top > img {
  width: 100%;
}
main > .knowledge > .content > .item > p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.1rem;
  font-weight: bold;
  color: #303030;
  height: 0.3rem;
  background: #ffffff;
  border: 0.01rem solid #dcdcdc;
}
main > .activity {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
}
main > .activity > .content {
  margin-top: 0.25rem;
  font-size: 0;
}
main > .activity > .content > img {
  width: 100%;
  margin-bottom: 0.08rem;
}
main > .activity > .content > img:last-child {
  margin-bottom: 0;
}
main > .meetthedemand {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
  background-color: #fff;
}
main > .meetthedemand > .content {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main > .meetthedemand > .content > .item {
  width: 1.65rem;
  font-size: 0;
  margin-bottom: 0.23rem;
}
main > .meetthedemand > .content > .item:nth-child(n+3) {
  margin-bottom: 0;
}
main > .meetthedemand > .content > .item > .top {
  font-size: 0;
}
main > .meetthedemand > .content > .item > .top > img {
  width: 100%;
}
main > .meetthedemand > .content > .item > .bottom {
  width: 100%;
  height: 0.8rem;
  background: #ffffff;
  border: 0.01rem solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  box-sizing: border-box;
}
main > .meetthedemand > .content > .item > .bottom > p {
  padding: 0;
  margin: 0;
}
main > .meetthedemand > .content > .item > .bottom > p:first-child {
  font-size: 0.12rem;
  font-weight: bold;
  color: #303030;
}
main > .meetthedemand > .content > .item > .bottom > p:last-child {
  text-align: justify;
  font-size: 0.09rem;
  font-weight: 400;
  color: #303030;
  line-height: 0.15rem;
}
main > .banner2 {
  background: url('../images/banner-2@2x.png') no-repeat center;
  background-size: cover;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0;
}
main > .banner2 > p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.43rem;
}
main > .banner2 > button {
  width: 1.2rem;
  height: 0.33rem;
  background: #ffe21f;
  display: block;
  margin: 0.22rem auto 0 auto;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 0.12rem;
  font-weight: 400;
  color: #303030;
}
main > .specialist {
  overflow: hidden;
  padding-bottom: 0.2rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  position: relative;
}
main > .specialist > .content {
  margin-top: 0.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
main > .specialist > .content > .item {
  width: 1.6rem;
  height: 2.6rem;
  margin-bottom: 0.22rem;
  position: relative;
  margin-right: 0.22rem;
}
main > .specialist > .content > .item:nth-child(2n) {
  margin-right: 0;
}
main > .specialist > .content > .item:nth-child(n+3) {
  margin-bottom: 0;
}
main > .specialist > .content > .item > .text {
  position: absolute;
  display: flex;
  top: 0.3rem;
}
main > .specialist > .content > .item > .text.left {
  left: 0.17rem;
}
main > .specialist > .content > .item > .text.right {
  left: 1.09rem !important;
}
main > .specialist > .content > .item > .text > p {
  writing-mode: vertical-rl;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
main > .specialist > .content > .item > .text > p:first-child {
  margin-right: 0.05rem;
  font-size: 0.1rem;
  font-weight: 400;
  color: #303030;
}
main > .specialist > .content > .item > .text > p:last-child {
  font-size: 0.15rem;
  font-weight: bold;
  color: #303030;
}
main > .specialist > .content > .item:nth-child(n+3) {
  margin-bottom: 0;
}
main > .specialist > .content > .item.ht {
  background: url('../images/teacher-4@2x.png') no-repeat center;
  background-size: contain;
}
main > .specialist > .content > .item.ycy {
  background: url('../images/teacher-2@2x.png') no-repeat center;
  background-size: contain;
}
main > .specialist > .content > .item.gx {
  background: url('../images/teacher-3@2x.png') no-repeat center;
  background-size: contain;
}
main > .specialist > .content > .item.ydf {
  background: url('../images/teacher-4@2x(1).png') no-repeat center;
  background-size: contain;
}
main > .offen_question {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
main > .offen_question > .content {
  margin: 0.25rem 0.12rem 0 0.12rem;
}
main > .offen_question > .content > .item {
  margin-bottom: 0.25rem;
}
main > .offen_question > .content > .item > .q {
  font-size: 0;
}
main > .offen_question > .content > .item > .q > span:first-child {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  background: #388cff;
  border-radius: 50%;
  font-size: 0.12rem;
  font-weight: bold;
  color: #ffffff;
}
main > .offen_question > .content > .item > .q > span:last-child {
  margin-left: 0.09rem;
  font-size: 0.15rem;
  font-weight: bold;
  color: #388cff;
}
main > .offen_question > .content > .item > .a {
  font-size: 0;
  margin-top: 0.1rem;
  display: flex;
}
main > .offen_question > .content > .item > .a.single {
  align-items: center;
}
main > .offen_question > .content > .item > .a > span:first-child {
  display: inline-block;
  text-align: center;
  line-height: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #ebf2fe;
  border-radius: 50%;
  font-size: 0.12rem;
  font-weight: bold;
  color: #388cff;
  vertical-align: top;
}
main > .offen_question > .content > .item > .a > span:last-child {
  margin-left: 0.09rem;
  width: 3.1rem;
  display: inline-block;
  font-size: 0.1rem;
  font-weight: 400;
  color: #666666;
}
main > .banner_3 {
  background: url('../images/banner-31@2x.png') no-repeat center;
  background-size: contain !important;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 0.4rem;
  font-size: 0.33rem;
  font-weight: bold;
  color: #ffffff;
}
main > .banner_3 > p {
  margin: 0;
  padding: 0;
  text-align: center;
}
main > .banner_3 > button {
  margin-top: 0.1rem;
  outline: none;
  border: none;
  box-shadow: none;
  width: 1rem;
  height: 0.33rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
  display: block;
  background: #f05334;
}
