﻿.section {
  padding: 3rem 0;
}
.section .section-title {
  text-align: center;
}
.section-title p {
  font-size: 1.95rem;
  color: #333333;
  font-weight: bold;
}
.section-title span {
  display: inline-block;
  width: 3.85rem;
  height: 0.25rem;
  background: #ff9220;
  border-radius: 0.15rem;
  margin-top: 0.7rem;
}
.section-title text {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: #666666;
  font-weight: bold;
}
/* 内容0 */
.section-0 {
  height: 32.5rem;
  background: url(/images/scheme/industry_scheme/cy1/section-0-bg.png) no-repeat;
  background-size: cover;
}
.section-0 .section-banner {
  padding: 8.5rem 0 0 18rem;
  color: #fff;
}
.section-0 .section-banner p {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.92px;
  margin-bottom: 1rem;
}
.section-0 .section-banner text {
  font-size: 1.15rem;
}
.section-0 .section-buttons {
  margin-top: 2rem;
  display: flex;
}
.section-0 .section-buttons a {
  text-align: center;
  width: 6.7rem;
  height: 2rem;
  line-height: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  color: #ff8431;
  letter-spacing: 0.38px;
  font-size: 0.95rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
/* 内容1 */
.section-1 .section-group {
  margin-top: 1.55rem;
  padding: 0 22rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-1 .section-group .section-item {
  margin-top: 1.2rem;
  text-align: center;
}
.section-1 .section-group .section-item img {
  margin-bottom: 0.5rem;
  width: 7.5rem;
  height: 7.5rem;
}
.section-1 .section-group .section-item p {
  font-size: 1.15rem;
  color: #434245;
}
/* 内容2 */
.section-2 {
  background: #f0f2f5;
}
.section-2 .section-box {
  padding: 0 19.25rem;
}
.section-2 .section-box .section-box-title {
  padding: 0.95rem 1.3rem;
  color: #fff;
  background: #ff8231;
  border-radius: 1.3rem 1.3rem 0 0;
  box-shadow: 0px 0px 10px 0px rgba(2, 107, 44, 0.16);
  font-size: 1.95rem;
  letter-spacing: 0.78px;
  font-weight: bold;
  text-align: center;
}
.section-2 .section-box .section-group {
  background: #ffffff;
  border-radius: 0.95rem;
  box-shadow: 0px 0px 10px 0px rgba(2, 107, 44, 0.16);
  padding: 1rem 2.5rem 3.5rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-2 .section-box .section-group .section-item {
  width: 8.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.section-2 .section-box .section-group .section-item img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.section-2 .section-box .section-group .section-item p {
  font-size: 1rem;
  color: #434245;
}
/* 内容3 */
.section-3 .section-image {
  text-align: center;
  margin-top: 2.5rem;
}
.section-3 .section-image img {
  width: 57.25rem;
  height: 36.2rem;
}
/* 内容4 */
.section-4 {
  background: #fff6f0;
}
.section-4 .section-box {
  width: 57.5rem;
  height: 30.3rem;
  background: url(/images/scheme/industry_scheme/cy1/section-4-bg.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-4 .section-box .section-group {
  width: 29.3rem;
  height: 27.65rem;
  background: rgba(231, 231, 231, 0.76);
  border-radius: 0.9rem;
  padding: 3rem 1.5rem;
  box-sizing: border-box;
}
.section-4 .section-box .section-group .section-group-title {
  margin-bottom: 4rem;
}
.section-4 .section-box .section-group .section-group-title p {
  font-size: 2.15rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.section-4 .section-box .section-group .section-group-title text {
  display: block;
  font-size: 1.15rem;
  color: #333333;
  margin-bottom: 1.75rem;
}
.section-4 .section-box .section-group .section-group-title span {
  display: inline-block;
  width: 3.3rem;
  height: 0.4rem;
  background: #f08a36;
  border-radius: 0.2rem;
}
.section-4 .section-box .section-group .section-flex {
  display: flex;
  justify-content: space-between;
}
.section-4 .section-box .section-group .section-flex .section-item {
  width: 8.3rem;
  height: 11.6rem;
  position: relative;
  text-align: center;
}
.section-4 .section-box .section-group .section-flex .section-item img {
  width: 8.3rem;
  height: 11.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section-4 .section-box .section-group .section-flex .section-item p {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  margin-top: 7rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.section-4 .section-box .section-group .section-flex .section-item span {
  display: inline-block;
  font-size: 0.65rem;
  color: #3d3d3d;
  position: relative;
}
/* 内容5 */
.section-5 {
  display: flex;
  justify-content: center;
}
.section-5 .section-left {
  margin-right: 4rem;
  width: 26.1rem;
}
.section-5 .section-left .section-left-title p {
  font-size: 2.45rem;
  font-weight: bold;
  color: #333333;
}
.section-5 .section-left .section-left-title span {
  display: inline-block;
  width: 3.3rem;
  height: 0.4rem;
  background: #f08a36;
  border-radius: 0.2rem;
  margin-top: 2rem;
}
.section-5 .section-left ul {
  margin-top: 3.7rem;
}
.section-5 .section-left ul li p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3d3d3d;
  margin-bottom: 0.85rem;
}
.section-5 .section-left ul li text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #3d3d3d;
}
.section-5 .section-right img {
  width: 27.3rem;
  height: 15.9rem;
  margin-top: 7rem;
}
/* 内容6 */
.section-6 {
  background-color: rgba(255, 146, 32, 0.09);
}
.section-6 .section-box {
  width: 57.5rem;
  background: #ffffff;
  border-radius: 1.1rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  padding: 1.6rem 3rem 2.3rem 4rem;
  box-sizing: border-box;
}
.section-6 .section-box .section-box-title {
  margin-bottom: 2.3rem;
  text-align: center;
}
.section-6 .section-box .section-box-title p {
  color: #333333;
  font-size: 1.95rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.section-6 .section-box .section-box-title text {
  color: #333333;
  font-size: 1.25rem;
}
.section-6 .section-box-flex {
  display: flex;
  align-items: center;
}
.section-6 .section-box-flex .section-box-left {
  margin-right: 2.6rem;
}
.section-6 .section-box-flex .section-box-left img {
  width: 11.45rem;
  height: 6.3rem;
}
.section-6 .section-box-flex .section-box-right ul {
  display: flex;
  flex-wrap: wrap;
}
.section-6 .section-box-flex .section-box-right ul li {
  width: 7.5rem;
  display: flex;
  align-items: center;
  line-height: 2.5rem;
  font-size: 0.95rem;
  color: #434245;
}
.section-6 .section-box-flex .section-box-right ul span {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  background: #ff9220;
  margin-right: 0.5rem;
  border-radius: 50%;
}
/* 内容7 */
.section-7 .section-box {
  width: 51.65rem;
  height: 25.5rem;
  box-sizing: border-box;
  background: url(/images/scheme/industry_scheme/cy1/section-7-bg.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 4.3rem 0 0 3.5rem;
}
.section-7 .section-box .section-box-title {
  margin-bottom: 2.3rem;
  color: #fff;
}
.section-7 .section-box .section-box-title p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.section-7 .section-box .section-box-title span {
  display: inline-block;
  width: 3rem;
  height: 0.3rem;
  background: #ffffff;
  border-radius: 3px;
}
.section-7 ul {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2rem;
  width: 10rem;
}
.section-7 ul li {
  font-size: 0.85rem;
}
.section-7 ul li span {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.section-7 .section-flex {
  margin: 0 auto;
  margin-top: 1.85rem;
  width: 51.65rem;
  display: flex;
  justify-content: space-between;
}
.section-7 .section-flex .section-part-bottom {
  background: #ffffff;
  border-radius: 0px 0px 11px 11px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 2.5rem 2.5rem 3.25rem 2.5rem;
  box-sizing: border-box;
  height: 18rem;
  margin-top: -0.5rem;
}
.section-7 .section-flex .section-part {
  flex: 1;
}
.section-7 .section-flex .section-part img {
  width: 100%;
  height: 26.1rem;
}
.section-7 .section-flex .section-part .section-part-title p {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 1.5rem;
}
.section-7 .section-flex .section-part .section-part-title span {
  display: inline-block;
  width: 3.4rem;
  height: 0.4rem;
  background: #ff9220;
  border-radius: 0.2rem;
}
.section-7 .section-flex .section-part .section-part-desc {
  margin-top: 1.9rem;
}
.section-7 .section-flex .section-part .section-part-desc p {
  color: #545454;
  font-size: 1.1rem;
}
/* 内容8 */
.section-8 {
  background: #fff5eb;
}
.section-8 .section-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-8 .section-flex .section-left {
  margin-right: 0.75rem;
}
.section-8 .section-flex .section-right {
  margin-top: 3rem;
}
.section-8 .section-flex .section-right .section-box {
  width: 27.55rem;
  padding: 2rem 0 2rem 2rem;
  background: linear-gradient(179deg, #fffffb 1%, #feebe1 56%, #fcc48f 100%);
  border-radius: 14px;
  box-shadow: 0px 3px 6px 0px rgba(246, 127, 74, 0.01);
  box-sizing: border-box;
  position: relative;
}
.section-8 .section-flex .section-right .section-box p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 0.65rem;
}
.section-8 .section-flex .section-right .section-box text {
  color: #595a5a;
  line-height: 1.7rem;
  font-size: 0.9rem;
  letter-spacing: 0.72px;
}
.section-8 .section-flex .section-right .section-box img {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translate(0, -50%);
}
/* 内容9 */
.section-9 .section-group {
  padding: 0 19.25rem;
  margin-top: 2.25rem;
  display: flex;
  justify-content: space-between;
}
.section-9 .section-group .section-item {
  width: 18rem;
  border-radius: 0.75rem;
  background-color: rgba(239, 239, 239, 0.77);
  padding: 0 4rem 2.3rem 4rem;
  box-sizing: border-box;
}
.section-9 .section-group .section-item .section-image {
  width: 10rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-9 .section-group .section-item p {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
  margin-top: -1rem;
}
.section-9 .section-part {
  padding: 0 22.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1rem;
}
.section-9 .section-part .section-item {
  width: 12rem;
  text-align: center;
  margin-top: 4rem;
}
.section-9 .section-part .section-item .section-image {
  height: 9.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-9 .section-part .section-item p {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
}
/* 内容10 */
.section-10 {
  background: #fff5eb;
}
.section-10 .section-box-o {
  margin-top: 2rem;
}
.section-10 .section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.section-10 .section-box .section-square {
  width: 1.2rem;
  height: 1.2rem;
}
.section-10 .section-box .section-border {
  width: 10.55rem;
  height: 5.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.2rem solid #ff944d;
  border-radius: 12px;
}
.section-10 .section-box .section-border img {
  height: 3rem;
}
