﻿.section {
  padding: 3rem 0;
}
.section .section-title {
  text-align: center;
  color: #7d633f;
}
.section-title p {
  font-size: 2.4rem;
  font-weight: bold;
}
.section-title .line {
  display: inline-block;
  margin-top: 1.1rem;
  width: 3.85rem;
  height: 0.25rem;
  background: #ffffff;
  border-radius: 0.15rem;
}
.section-title span {
  display: inline-block;
  width: 3.85rem;
  height: 0.25rem;
  background: #ff9220;
  border-radius: 0.15rem;
  margin-top: 0.9rem;
}
.section-title label {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.section-title text {
  display: block;
  margin-top: 0.9rem;
  font-size: 1.5rem;
}
/* 内容0 */
.section-0 {
  height: 32.5rem;
  background: url(/images/scheme/industry_scheme/qpcs/section-0-bg.png)
    no-repeat;
  background-size: cover;
}
.section-0 .section-banner {
  padding: 9rem 0 0 20rem;
  color: #fff;
}
.section-0 .section-banner p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.3rem;
  color: #fbd092;
}
.section-0 .section-banner p span {
  color: #fff;
}
.section-0 .section-banner text {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
}
.section-0 .section-buttons {
  margin-top: 4rem;
  display: flex;
}
.section-0 .section-buttons a {
  text-align: center;
  width: 5.3rem;
  height: 1.7rem;
  line-height: 1.7rem;
  background: #fbd092;
  border-radius: 0.85rem;
  color: #361e09;
  letter-spacing: 0.38px;
  font-size: 0.9rem;
  letter-spacing: 0.36px;
}
/* 内容1 */
.section-1 .section-group {
  padding: 0 19rem;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.section-1 .section-group .section-item {
  position: relative;
}
.section-1 .section-group .section-item img {
  width: 13.45rem;
  height: 17.5rem;
}
.section-1 .section-group .section-item p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 内容2 */
.section-2 {
  background-color: rgba(201, 152, 94, 0.25);
}
.section-2 .section-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 23.5rem;
  margin-top: -1.4rem;
}
.section-2 .section-group .section-item {
  width: 7.5rem;
  margin-top: 3.7rem;
  text-align: center;
}
.section-2 .section-group .section-item .section-image {
  height: 4.5rem;
}
.section-2 .section-group .section-item p {
  font-size: 1.45rem;
  color: #000000;
  font-weight: 500;
}
/* 内容3 */
.section-3 .section-group {
  padding: 0 19rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-3 .section-group .section-item {
  margin-top: 1.7rem;
  width: 17.7rem;
  height: 9.5rem;
  background: #fff;
  border-radius: 0.65rem;
  box-shadow: 0px 0px 9px 0px rgba(104, 104, 104, 0.36);
  position: relative;
  padding: 1.2rem 0.8rem;
  box-sizing: border-box;
}
.section-3 .section-group .section-item .section-item-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(0deg, #38d3a7 100%);
  border-radius: 0.65rem 0 0.65rem 0;
  font-weight: 500;
  font-size: 1.5rem;
}
.section-3 .section-group .section-item .section-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-3 .section-group .section-item .section-left {
  width: 8rem;
  color: #272727;
  font-weight: 500;
  font-size: 0.9rem;
}
.section-3 .section-group .section-item .section-right {
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 内容4 */
.section-4 {
  background: #c9985e;
}
.section-4 .section-group {
  margin-top: 2rem;
  padding: 0 19.25rem;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-4 .section-item {
    width: 18.5rem;
    height: 10.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.section-4 .section-item img{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
}
.section-4 .section-item .section-desc{
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.section-4 .section-item .section-desc p{
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
}
.section-4 .section-item .section-desc span{
    display: inline-block;
    width: 0.9rem;
    height: 0.1rem;
    background: #ffffff;
}
.section-4 .section-item .section-desc text{
    display: block;
    font-size: 0.9rem;
}
/* 内容5 */
.section-5 .section-image {
  margin-top: 4rem;
  text-align: center;
}
.section-5 .section-image img {
  width: 57.6rem;
  height: 28.25rem;
}
/* 内容6 */
.section-6 {
  background: rgba(201, 152, 94, 0.23);
}
.section-6 .section-image {
  margin-top: 4rem;
  text-align: center;
}
.section-6 .section-image img {
  width: 54.95rem;
  height: 17.55rem;
}
.section-6 .section-box {
  margin: 0 auto;
  width: 57.4rem;
  background: #ffffff;
  border-radius: 1.1rem;
  box-shadow: -5px 0px 87.55px 0.75px rgba(88, 88, 88, 0.16);
  box-sizing: border-box;
  padding: 1.3rem 1.7rem;
}
.section-6 .section-box .section-box-title {
  text-align: center;
}
.section-6 .section-box .section-box-title p {
  display: inline-block;
  width: 25.3rem;
  height: 1.8rem;
  background: #f66d12;
  border-radius: 0.9rem;
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.section-6 .section-box .section-box-title span {
  font-weight: bold;
  font-size: 1.35rem;
}
.section-6 .section-box .section-box-title text {
  font-size: 1.05rem;
  color: #0e0e0e;
  letter-spacing: -0.43px;
}
.section-6 .section-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.9rem;
  justify-content: space-between;
}
.section-6 .section-box ul li {
  width: 50%;
  font-size: 0.9rem;
  color: #252525;
  letter-spacing: -0.42px;
  line-height: 1.5rem;
}
/* 内容7 */
.section-7 .section-group {
  margin-top: 1.75rem;
  padding: 0 21rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-7 .section-group .section-item {
  padding: 2.3rem 2.5rem;
  width: 9.8rem;
  background: #ffffff;
  border-radius: 1.1rem;
  box-shadow: 0px 0px 15.3px 0px rgba(88, 88, 88, 0.16);
  text-align: center;
  box-sizing: border-box;
  margin-top: 1.6rem;
}
.section-7 .section-group .section-item .section-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .section-group .section-item .section-image img {
  height: 3.2rem;
}
.section-7 .section-group .section-item p {
  font-size: 1.2rem;
  color: #000000;
  margin-top: 0.8rem;
}
/* 内容8 */
.section-8 {
  background: #c9985e;
}
.section-8 .section-flex {
  width: 57.4rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.1rem;
}
.section-8 .section-flex .section-left {
  display: flex;
  border-radius: 1.1rem;
}
.section-8 .section-flex .section-left img {
  width: 31.35rem;
  height: 21.15rem;
  border-radius: 1.1rem;
}
.section-8 .section-flex .section-right {
  background: #ffffff;
  border-radius: 1.1rem;
  box-shadow: -5px 0px 87.55px 0.75px rgba(88, 88, 88, 0.16);
}
.section-8 .section-flex .section-right ul {
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem;
}
.section-8 .section-flex .section-right li {
  margin-bottom: 0.7rem;
  width: 18.8rem;
  height: 2.3rem;
  background: #c9985e;
  border-radius: 1.15rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}
.section-8 .section-flex .section-right li:last-child {
  margin-bottom: 0;
}
.section-8 .section-flex .section-right li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #fff;
  margin-right: 1rem;
  border-radius: 50%;
  color: #c9985e;
  font-weight: bold;
  margin-left: 0.1rem;
  font-size: 1.5rem;
}
/* 内容9 */
.section-9 {
  background: rgba(201, 152, 94, 0.34);
}
.section-9 .section-box {
  margin: 0 auto;
  margin-top: 2.5rem;
  padding: 2.5rem 0 2.5rem 1.7rem;
  width: 57.5rem;
  background: #ffffff;
  border-radius: 0.9rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-9 .section-box .section-left {
  margin-right: 3.9rem;
}
.section-9 .section-box .section-left img {
  width: 27.95rem;
  height: 13.15rem;
}
.section-9 .section-box .section-right ul {
  display: flex;
  flex-wrap: wrap;
}
.section-9 .section-box .section-right li {
  margin-right: 2rem;
  margin-bottom: 1.75rem;
  text-align: center;
  width: 5.9rem;
}
.section-9 .section-box .section-right li .section-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.section-9 .section-box .section-right li .section-image img {
  height: 3rem;
}
.section-9 .section-box .section-right li p {
  font-size: 1.15rem;
  color: #000000;
  font-weight: 500;
}
/* 内容10 */
.section-10 {
  background: #eeeeee;
}
.section-10 .section-group {
  padding: 0 18rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.4rem;
}
.section-10 .section-group .section-item {
  text-align: center;
  margin-top: 2.3rem;
  margin-right: 3.75rem;
  width: 6rem;
}
.section-10 .section-group .section-item .section-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
}
.section-10 .section-group .section-item .section-image img {
  height: 4rem;
}
.section-10 .section-group .section-item p {
  font-size: 1.5rem;
  color: #353535;
}
/* 内容11 */
.section-11 .section-group {
  margin-top: 4rem;
  padding: 0 19rem;
  display: flex;
  justify-content: space-between;
}
.section-11 .section-group .section-item {
  width: 10.45rem;
  height: 16.2rem;
  background: #ffffff;
  border: 3px solid #c9985e;
  border-radius: 10px;
  text-align: center;
}
.section-11 .section-group .section-item .section-image {
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-11 .section-group .section-item .section-image img {
  height: 7.5rem;
}
.section-11 .section-group .section-item p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #272727;
  letter-spacing: 2.03px;
}
/* 内容12 */
.section-12 {
  background: #c9985e;
}
.section-12 .section-box-o {
  margin-top: 2rem;
}
.section-12 .section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.section-12 .section-box .section-square {
  width: 1.2rem;
  height: 1.2rem;
}
.section-12 .section-box .section-border {
  width: 10.55rem;
  height: 5.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
}
.section-12 .section-box .section-border img {
  height: 3rem;
}
