.toppic {
  height: 80vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.toppic .box {
  margin-top: 35vh;
  margin-left: 64px;
}
.toppic .box p {
  font-size: 48px;
  color: #000;
  font-weight: bolder;
}
.toppic .box a {
  background-color: #0a73c3;
  border-radius: 5px;
  font-size: 16px;
  width: 162px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.webdesign .section.section1 {
  background-color: #000;
  padding: 64px;
  height: 75vh;
  display: flex;
  align-content: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.webdesign .section.section1 .row {
  width: 100%;
}
.webdesign .section.section1 .left {
  color: #fff;
}
.webdesign .section.section1 .left .box {
  width: 450px;
}
.webdesign .section.section1 .left span {
  color: #cdf563;
  font-size: 16px;
}
.webdesign .section.section1 .left h1 {
  font-family: NSimSun;
  font-size: 72px;
  font-weight: bolder;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.webdesign .section.section1 .left p {
  font-size: 20px;
}
.webdesign .section.section1 .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.webdesign .section.section1 .right .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.webdesign .section.section1 .right .box a {
  border-color: #cdf563;
  font-weight: normal;
  color: #cdf563;
  width: 190px;
  height: 50px;
  font-size: 16px;
}
.webdesign .section.section1 .right .box a::after {
  background-color: #cdf563;
}
.webdesign .section.section2 {
  background-color: #cdf563;
}
.webdesign .section.section2 img {
  background-color: #fff;
}
.webdesign .section.section3 {
  background-color: #000;
  padding: 72px 64px;
  padding-bottom: 100px;
}
.webdesign .section.section3 .first-box span {
  font-size: 18px;
  color: #ffcc63;
}
.webdesign .section.section3 .first-box h1 {
  color: #fff;
  font-family: NSimSun;
  font-size: 72px;
  font-weight: bolder;
  margin-bottom: 3rem;
}
.webdesign .section.section3 .first-box p {
  font-size: 24px;
  color: #fff;
}
.webdesign .section.section3 .second-box .tabs-title {
  display: flex;
  margin: 3rem 0;
}
.webdesign .section.section3 .second-box .tabs-title .item {
  width: 145px;
  height: 45px;
  border-radius: 30px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  font-weight: bolder;
  transition: all 0.3s;
  margin-right: 1.5rem;
  cursor: unset;
  color: #666;
}
.webdesign .section.section3 .second-box .tabs-title .item.active {
  color: #000;
  background-color: #ffcc63;
}
.webdesign .section.section3 .second-box .tabs-content .item {
  display: none;
  color: #fff;
  font-size: 16px;
  line-height: 2rem;
}
.webdesign .section.section3 .second-box .tabs-content .item.active {
  display: block;
}
.webdesign .section.section4 {
  background-color: #ffcc63;
}
.webdesign .section.section4 img {
  background-color: #fff;
}
.webdesign .section.section5 {
  background-color: #000;
  padding: 64px;
}
.webdesign .section.section5 .left > *{
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 3rem;
}
.webdesign .section.section5 .right a {
  width: 190px;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
}
.webdesign .section.section6 {
  background-color: #33382c;
  padding: 64px;
}
.webdesign .section.section6 .first-box span {
  color: #efa770;
  font-size: 16px;
}
.webdesign .section.section6 .first-box h1 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.webdesign .section.section6 .second-box .tabs-title {
  display: flex;
  margin: 3rem 0;
}
.webdesign .section.section6 .second-box .tabs-title .item {
  width: 145px;
  height: 45px;
  border-radius: 30px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  font-weight: bolder;
  transition: all 0.3s;
  margin-right: 1.5rem;
  cursor: unset;
  color: rgb(239 170 119 / 50%);
}
.webdesign .section.section6 .second-box .tabs-title .item.active {
  color: #33382c;
  background-color: #efa770;
}
.webdesign .section.section6 .second-box .tabs-content .item {
  display: none;
  color: #fff;
  font-size: 24px;
}
.webdesign .section.section6 .second-box .tabs-content .item.active {
  display: block;
}
.webdesign .section.section6 .second-box .tabs-content .item .box i {
  font-size: 84px;
  font-family: NSimSun;
  font-style: normal;
  font-weight: bolder;
  color: #efa770;
}
.webdesign .section.section6 .second-box .tabs-content .item .box span {
  color: #efa770;
}
.webdesign .section.section6 .second-box .tabs-content .item .box .content {
  font-size: 16px;
  color: #fff;
  text-align: justify;
}
.webdesign .section.section8 {
  background-color: #000;
  padding: 64px;
  color: #fff;
}
.webdesign .section.section8 .box {
  /* margin-top: -120px; */
}
.webdesign .section.section8 .box .content > *{
  font-size: 30px;
  color: #fff;
  line-height: 3rem;
}
.webdesign .section.section10 {
  background-color: #c2f1c7;
  padding: 64px;
}
.webdesign .section.section10 .text .title {
  font-size: 30px;
  /* font-family: SimSun; */
  font-weight: bolder;
  color: #000;
}
.webdesign .section.section10 .text .content {
  font-size: 16px;
  /* color: rgb(0, 0, 0, 0.7); */
  color: #000;
}
.webdesign .section.section11 {
  background-color: #f8f8f8;
  padding: 64px;
}

.webdesign .section.section11 .left h1 {
  font-size: 30px;
  color: #000;
}
.webdesign .section.section11 .left a {
  border-color: #000;
  color: #000;
  width: 160px;
  height: 50px;
}
.webdesign .section.section11 .left a:hover span {
  color: #fff;
}
.webdesign .section.section11 .left a::after {
  background-color: #000;
}
.webdesign .section.section11 .right {
  color: #000;
  font-size: 16px;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
.webdesign .section.section13 {
  background-color: #000;
  padding: 64px;
  padding-right: 0;
  color: #fff;
}
.webdesign .section.section13 h1 {
  margin-bottom: 50px;
  margin-top: 50px;
  font-family: NSimSun;
}
.webdesign .section.section13 p {
  font-size: 18px;
}
.webdesign .section.section14 {
  padding: 64px;
}
.webdesign .section.section14 .first-box span {
  font-size: 18px;
  color: #4201f5;
}
.webdesign .section.section14 .first-box h1 {
  font-family: NSimSun;
  color: #000;
}
.webdesign .section.section14 .second-box .box {
  border-bottom: 1px solid #eee;
}
.webdesign .section.section14 .second-box .box .title {
  font-size: 20px;
  color: #000;
  font-weight: bolder;
  padding: 1.5rem 0;
  cursor: pointer;
}
.webdesign .section.section14 .second-box .box .title span {
  transition: all 0.3s;
  width: 15px;
}
.webdesign .section.section14 .second-box .box .title span.times {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.webdesign .section.section14 .second-box .box .content {
  width: 100%;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 16px;
}
.webdesign .section.section14 .second-box .box.active .title span.plus {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.webdesign .section.section14 .second-box .box.active .title span.times {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.webdesign .section.section14 .second-box .box.active .content {
  height: auto;
}
.webdesign .section.section15 {
  background-color: #4201f5;
  padding: 64px;
}
.webdesign .section.section15 h1 {
  font-size: 30px;
  color: #fff;
  line-height: 3rem;
}
.webdesign .section.section15 a {
  width: 165px;
  height: 45px;
}
.webdesign .section.section15 a span {
  color: #4201f5;
  font-size: 16px;
  font-weight: normal;
}