@import url('common.css');
body {
  width: 100vw;
}
body header {
  width: 120em;
  margin: 0 auto;
  height: 10em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .logo {
  width: 12.3em;
  height: 10em;
  overflow: hidden;
}
body header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body header .navbar {
  display: flex;
  width: 80em;
  justify-content: space-between;
}
body header .navbar .item {
  line-height: 3em;
  height: 3em;
  display: inline-block;
  color: #000;
  position: relative;
}
body header .navbar .item:last-child {
  padding-right: 0;
}
body header .navbar .item a {
  font-size: 1.8em;
}
body header .navbar .item:hover a {
  color: #43A03C;
}
body header .navbar .active {
  color: #43A03C;
}
body header .navbar .active::after {
  content: '';
  width: 2em;
  height: 0.4em;
  background-color: #43A03C;
  position: absolute;
  top: 3.5em;
  left: calc(50% - 1em);
}
body .common-box .banner {
  width: 100%;
  height: 50em;
  overflow: hidden;
  position: relative;
}
body .common-box .banner .img-box {
  width: 100%;
  height: 50em;
  overflow: hidden;
}
body .common-box .banner .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 增加图片模糊 */
  /* filter: blur(3px); */
}
body .common-box .banner .banner-title {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 500px;
  font-size: 8em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  /* 字体投影 */
  text-shadow: 0 0 12px #bfbfbf;
  letter-spacing: 20px;
  /* 渐变颜色从中间向外边扩散 */
  background: radial-gradient(circle ,#22282b00, #22282b7a)
  /* background: linear-gradient(to bottom, #22282b81, #22282b11); */
}
body main {
  min-height: calc(100vh - 10em);
}
body main #banner .swiper-box {
  position: relative;
  width: 100%;
}
body main #banner .swiper-box .swiper-slide {
  height: 62em;
  width: 100%;
  overflow: hidden;
}
body main #banner .swiper-box .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main #banner .swiper-box .swiper-button-prev,
body main #banner .swiper-box .swiper-button-next {
  color: #fff;
  width: 5em;
  height: 5em;
  padding: 2em;
  --swiper-navigation-size: 1.8em;
  /* 设置按钮大小 默认是44px */
  opacity: 0.8;
  margin-top: 0;
  top: 57em;
}
body main #banner .swiper-box .swiper-button-prev {
  left: 36em;
  background-color: #43A03C;
}
body main #banner .swiper-box .swiper-button-next {
  left: 41em;
  background-color: #555;
}
body main #part1 {
  width: 120em;
  margin: 8em auto;
}
body main #part1 .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}
body main #part1 .top-box .left-box {
  width: 50%;
}
body main #part1 .top-box .left-box .title {
  font-size: 5.8em;
  color: #43A03C;
  font-weight: bold;
  margin-bottom: 20px;
}
body main #part1 .top-box .left-box .content {
  font-size: 1.6em;
  margin-bottom: 20px;
}
body main #part1 .top-box .left-box .btn {
  width: 8.375em;
  height: 3.125em;
  font-size: 1.6em;
}
body main #part1 .top-box .right-box {
  width: 45.7em;
  align-self: center;
}
body main #part1 .top-box .right-box .part1-box {
  width: 100%;
  height: 100%;
}
body main #part1 .top-box .right-box .part1-box .swiper-slide {
  height: 26em;
  width: 100% !important;
  overflow: hidden;
}
body main #part1 .top-box .right-box .part1-box .swiper-slide img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main #part1 .top-box .right-box .part1-box .swiper-slide-active {
  opacity: 1;
}
body main #part1 .top-box .right-box .part1-box .swiper-slide-prev {
  opacity: 1;
}
body main #part1 .bottom-box .items-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body main #part1 .bottom-box .items-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5em;
  border-right: 1px solid #ccc;
}
body main #part1 .bottom-box .items-box .item:last-child {
  border-right: none;
}
body main #part1 .bottom-box .items-box .item .img-box {
  width: 8em;
  height: 8em;
  overflow: hidden;
  margin-bottom: 2em;
}
body main #part1 .bottom-box .items-box .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body main #part1 .bottom-box .items-box .item:nth-child(2) .img-box img{
  transform: scale(1.2);
  margin-top: -10px;
}
body main #part1 .bottom-box .items-box .item .title {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
body main #part1 .bottom-box .items-box .item .text {
  font-size: 1.6em;
  line-height: 2em;
}
body main #part2 {
  background: url(/static/img/part2-bg.jpg) no-repeat;
  padding: 8em 0;
  background-size: cover;
}
body main #part2 .items-box {
  display: grid;
  width: 120em;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  overflow: hidden;
  gap: 2em;
}
body main #part2 .items-box .item {
  background-color: #fff;
  overflow: hidden;
  height: 40em;
  border-radius: 15px;
}
body main #part2 .items-box .item .part2-box1,
body main #part2 .items-box .item .part2-box2 {
  overflow: hidden;
}
body main #part2 .items-box .item .part2-box1 .swiper-slide,
body main #part2 .items-box .item .part2-box2 .swiper-slide {
  height: 40em;
  width: 59em;
  overflow: hidden;
}
body main #part2 .items-box .item .part2-box1 .swiper-slide img,
body main #part2 .items-box .item .part2-box2 .swiper-slide img {
  height: 30em;
  width: 100%;
  object-fit: cover;
}
body main #part2 .items-box .item .part2-box1 .swiper-slide .item-title,
body main #part2 .items-box .item .part2-box2 .swiper-slide .item-title {
  padding: 10px;
  height: 2em;
  font-size: 2em;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
body main #part2 .items-box .item .part2-box1 .swiper-slide .content,
body main #part2 .items-box .item .part2-box2 .swiper-slide .content {
  height: 3em;
  font-size: 1.6em;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
body main #part3 {
  width: 120em;
  margin: 8em auto;
}
body main #part3 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body main #part3 .part-title .img-box {
  width: 60em;
  height: 6em;
  overflow: hidden;
}
body main #part3 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main #part3 .items-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
body main #part3 .items-box .item {
  width: 100%;
  overflow: hidden;
  display: flex;
}
body main #part3 .items-box .item .swiper-slide {
  height: 30em;
  width: 100%;
  overflow: hidden;
}
body main #part3 .items-box .item .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body main #part3 .items-box .item .msg {
  padding: 5em 2em;
  width: 30em;
  height: 30em;
  background-color: #f5f5f5;
  border-radius: 15px;
  text-align: center;
}
body main #part3 .items-box .item .msg .item-title {
  font-size: 2.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body main #part3 .items-box .item .msg .content {
  text-overflow: ellipsis;
  font-size: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #666;
}
body main #part3 .items-box .reverse {
  flex-direction: row-reverse;
}
body main #part4 {
  padding: 8em 0;
  background: url(/static/img/part4-bg.jpg) no-repeat;
  background-size: cover;
}
body main #part4 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body main #part4 .part-title .img-box {
  width: 60em;
  height: 6em;
  overflow: hidden;
}
body main #part4 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main #part4 .items-box {
  width: 120em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
body main #part4 .items-box .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
body main #part4 .items-box .item img {
  width: 39em;
  height: 25em;
  object-fit: cover;
}
body main #part4 .items-box .item .item-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3em;
  text-align: center;
  line-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2em;
  color: #ececec;
}
body main #part5 {
  width: 120em;
  margin: 8em auto;
}
body main #part5 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body main #part5 .part-title .img-box {
  width: 60em;
  height: 6em;
  overflow: hidden;
}
body main #part5 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main #part5 .img-box {
  width: 98em;
  margin: 0 auto;
  height: 62em;
}
body main #part5 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #about .part1 {
  width: 120em;
  margin: 4em auto;
  display: flex;
  justify-content: space-between;
}
body #about .part1 .left-box {
  width: 50em;
}
body #about .part1 .left-box .left-box-title {
  font-size: 5.8em;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
body #about .part1 .left-box .content {
  font-size: 1.6em;
  color: #333;
  line-height: 2em;
}
body #about .part1 .right-box .items-box {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
}
body #about .part1 .right-box .items-box .item {
  width: 28em;
  height: auto;
  overflow: hidden;
}
body #about .part1 .right-box .items-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #about .part1 .right-box .items-box .item3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
body #about .part2 {
  background: url(/static/img/about-part2-bg.jpg) no-repeat;
  background-size: cover;
  padding: 8em 0;
}
body #about .part2 .part2-title {
  width: 1200px;
  margin: 0 auto;
  font-size: 5.8em;
  margin-bottom: 50px;
  font-weight: bold;
  color: #fff;
}
body #about .part2 .items-box {
  width: 120em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
body #about .part2 .items-box::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  top: 6em;
}
body #about .part2 .items-box .item {
  position: relative;
}
body #about .part2 .items-box .item::after {
  content: '';
  position: absolute;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background-color: #fff;
  top: 5.6em;
}
body #about .part2 .items-box .item .item-title {
  font-size: 2.6em;
  margin-bottom: 50px;
  color: #fff;
}
body #about .part2 .items-box .item .content {
  color: #fff;
  font-size: 1.6em;
  padding-right: 80px;
  white-space: pre-line;
}
body #about .part3 {
  padding: 8em 0;
  height: 64em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #about .part3 .img-box {
  position: absolute;
  left: 36em;
  width: 42em;
  height: 48em;
}
body #about .part3 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #about .part3 .msg-box {
  padding: 5em;
  background-color: #f5f5f5;
  height: 29em;
  width: 100%;
  position: relative;
}
body #about .part3 .msg-box .right-box {
  position: absolute;
  top: 5em;
  left: 80em;
  width: 40em;
}
body #about .part3 .msg-box .right-box .part3-title {
  font-size: 5.8em;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
body #about .part3 .msg-box .right-box .content {
  font-size: 1.6em;
  color: #000;
}
body #about .part4 {
  width: 120em;
  margin: 8em auto;
}
body #about .part4 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body #about .part4 .part-title .img-box {
  width: 60em;
  height: 6em;
  overflow: hidden;
}
body #about .part4 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #about .part4 .items-box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body #about .part4 .items-box .item {
  width: 25%;
  height: 42em;
  overflow: hidden;
}
body #about .part4 .items-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #zhongzhi .part1 {
  width: 120em;
  margin: 8em auto;
}
body #zhongzhi .part1 .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}
body #zhongzhi .part1 .top-box .left-box {
  width: 50em;
  height: 36em;
  overflow: hidden;
}
body #zhongzhi .part1 .top-box .left-box .title {
  font-size: 5.8em;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
body #zhongzhi .part1 .top-box .left-box .content {
  font-size: 1.6em;
  line-height: 2em;
}
body #zhongzhi .part1 .top-box .left-box .btn {
  width: 8.375em;
  height: 3.125em;
  font-size: 1.6em;
}
body #zhongzhi .part1 .top-box .right-box {
  width: 60em;
  height: 36em;
  overflow: hidden;
  border-radius: 15px;
}
body #zhongzhi .part1 .top-box .right-box .part1-box {
  overflow: hidden;
  position: relative;
}
body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-slide {
  width: 60em !important;
  height: 36em;
  overflow: hidden;
}
body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-prev,
body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-next {
  color: #fff;
  width: 5em;
  height: 5em;
  padding: 2em;
  --swiper-navigation-size: 1.8em;
  /* 设置按钮大小 默认是44px */
  --swiper-navigation-weight: bold;
  /* 设置按钮大小 默认是44px */
  opacity: 0.8;
  margin-top: 0;
  top: 31em;
}
body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-prev {
  left: 0;
  background-color: #43A03C;
}
body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-next {
  left: 5em;
  background-color: #555;
}
body #zhongzhi .part2 {
  background: url(/static/img/zhongzhi-part2-bg.jpg) no-repeat;
  background-size: cover;
  padding: 8em;
  height: 61.5em;
}
body #zhongzhi .part2 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body #zhongzhi .part2 .part-title .img-box {
  width: 10em;
  height: 6em;
  overflow: hidden;
}
body #zhongzhi .part2 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #zhongzhi .part2 .items-box {
  display: grid;
  width: 120em;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 2em;
}
body #zhongzhi .part2 .items-box .img-box {
  width: 100%;
  height: 28.5em;
  overflow: hidden;
}
body #zhongzhi .part2 .items-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #zhongzhi .part2 .items-box .item-title {
  font-size: 2em;
  width: 100%;
  padding: 1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
body #guopin .part1 {
  width: 120em;
  margin: 8em auto;
}
body #guopin .part1 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body #guopin .part1 .part-title .img-box {
  width: 100em;
  height: 6em;
  overflow: hidden;
}
body #guopin .part1 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body #guopin .part1 .items-box .item {
  display: flex;
  margin-bottom: 2em;
  justify-content: center;
}
body #guopin .part1 .items-box .item:last-child {
  margin-bottom: 0;
}
body #guopin .part1 .items-box .item .img-box {
  width: 50em;
  height: 30em;
  overflow: hidden;
  margin-right: 2em;
}
body #guopin .part1 .items-box .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #guopin .part1 .items-box .item .content {
  width: 24em;
  text-align: left;
  font-size: 1.6em;
  color: #777;
}
body #guopin .part1 .items-box .item .content .content-title {
  color: #000;
  font-size: 2em;
  font-weight: bold;
}
body #guopin .part1 .items-box .item .content b {
  display: block;
  font-weight: bold;
  color: #000;
  margin: 1em 0;
}
body #guopin .part2 {
  width: 120em;
  margin: 8em auto;
}
body #guopin .part2 .part-title {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
body #guopin .part2 .part-title .img-box {
  width: 100em;
  height: 6em;
  overflow: hidden;
}
body #guopin .part2 .part-title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #guopin .part2 .items-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 2em;
}
body #guopin .part2 .items-box .item {
  position: relative;
  width: 100%;
  height: 25em;
  overflow: hidden;
}
body #guopin .part2 .items-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #guopin .part2 .items-box .item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4em;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  height: 3em;
  line-height: 3em;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #hezuo .part1 {
  width: 120em;
  margin: 8em auto;
}
body #hezuo .part1 .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}
body #hezuo .part1 .top-box .left-box {
  width: 50em;
  padding-top: 10em;
}
body #hezuo .part1 .top-box .left-box .title {
  font-size: 5.8em;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
body #hezuo .part1 .top-box .left-box .content {
  font-size: 1.6em;
  margin-bottom: 20px;
  line-height: 2em;
}
body #hezuo .part1 .top-box .left-box .btn {
  width: 8.375em;
  height: 3.125em;
  font-size: 1.6em;
}
body #hezuo .part1 .top-box .right-box {
  width: 60em;
  height: 36em;
  overflow: hidden;
}
body #hezuo .part1 .top-box .right-box .part1-box {
  overflow: hidden;
  position: relative;
}
body #hezuo .part1 .top-box .right-box .part1-box .swiper-slide {
  width: 60em !important;
  height: 36em;
  overflow: hidden;
}
body #hezuo .part1 .top-box .right-box .part1-box .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-prev,
body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-next {
  color: #fff;
  width: 5em;
  height: 5em;
  padding: 2em;
  --swiper-navigation-size: 1.8em;
  /* 设置按钮大小 默认是44px */
  --swiper-navigation-weight: bold;
  /* 设置按钮大小 默认是44px */
  opacity: 0.8;
  margin-top: 0;
  top: 31em;
}
body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-prev {
  left: 0;
  background-color: #43A03C;
}
body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-next {
  left: 5em;
  background-color: #555;
}
body #hezuo .part2 {
  background: url(/static/img/hezuo-part2-bg.jpg) no-repeat;
  background-size: cover;
  padding: 6em;
}
body #hezuo .part2 .part2-title {
  width: 1200px;
  margin: 0 auto;
  font-size: 3.6em;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
}
body #hezuo .part2 .form-box {
  width: 120em;
  margin: 0 auto;
}
body #hezuo .part2 .form-box .input-box {
  margin-bottom: 1.5em;
}
body #hezuo .part2 .form-box .input-box .title {
  font-size: 1.6em;
  margin-bottom: 5px;
}
body #hezuo .part2 .form-box .input-box .form-control {
  height: 3.125em;
  font-size: 1.6em;
}
body #hezuo .part2 .form-box .input-box textarea {
  height: auto !important;
  resize: none;
}
body #hezuo .part2 .form-box .input-list-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
body #hezuo .part2 .form-box .btns-box {
  width: 100%;
  text-align: center;
  margin-top: 4em;
}
body #hezuo .part2 .form-box .btns-box .btn {
  width: 12em;
  height: 2.7em;
  font-size: 1.8em;
  background-color: #43A03C;
}
body #contact .part1 {
  width: 120em;
  margin: 8em auto;
  height: 40em;
  position: relative;
}
body #contact .part1 .items-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10em;
  height: 100%;
}
body #contact .part1 .items-box .item {
  display: flex;
  margin: 1em 0;
  align-items: center;
}
body #contact .part1 .items-box .item .img-box {
  width: 4.3em;
  height: 4.3em;
  overflow: hidden;
  margin-right: 1em;
}
body #contact .part1 .items-box .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #contact .part1 .items-box .item .text {
  font-size: 2em;
}
body #contact .part1 .form-box {
  position: absolute;
  background: url(/static/img/contact-part14-bg.png) no-repeat;
  background-size: cover;
  width: 58em;
  height: 65em;
  top: -12.5em;
  right: 10em;
  z-index: 500;
  padding: 4em 2em;
  color: #fff;
  border-radius: 15px;
}
body #contact .part1 .form-box .title-box {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
body #contact .part1 .form-box .title-box img {
  width: 1.6em;
  height: 2em;
  object-fit: cover;
  margin-right: 0.5em;
}
body #contact .part1 .form-box .title-box span {
  font-size: 1.8em;
  color: #fff;
  font-weight: bold;
}
body #contact .part1 .form-box .input-box {
  margin-bottom: 1.5em;
}
body #contact .part1 .form-box .input-box .title {
  font-size: 1.6em;
  margin-bottom: 5px;
}
body #contact .part1 .form-box .input-box .form-control {
  height: 3.125em;
  font-size: 1.6em;
}
body #contact .part1 .form-box .input-box textarea {
  height: auto !important;
  resize: none;
}
body #contact .part1 .form-box .input-list-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
body #contact .part1 .form-box .btns-box {
  width: 100%;
  text-align: center;
  margin-top: 4em;
}
body #contact .part1 .form-box .btns-box .btn {
  width: 12em;
  height: 2.7em;
  font-size: 1.8em;
  color: #43A03C;
}
body #contact .part2 {
  width: 100%;
  height: 42em;
}
body #contact .part2 .map {
  width: 100%;
  height: 100%;
}
body #contact .part2 .map .tdt-label {
  padding: 0 !important;
  box-shadow: none;
  border-radius: 15px;
}
body #company .part1 {
  width: 120em;
  margin: 8em auto;
}
body #company .part1 .items-box .item {
  display: flex;
  margin-bottom: 2em;
}
body #company .part1 .items-box .item .img-box {
  width: 30em;
  height: 18em;
  overflow: hidden;
}
body #company .part1 .items-box .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body #company .part1 .items-box .item .news-box {
  width: calc(100% - 30em);
  display: flex;
  height: 18em;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
body #company .part1 .items-box .item .news-box .date-box {
  padding: 2em;
  align-self: center;
  border-right: 1px solid #eee;
  text-align: center;
}
body #company .part1 .items-box .item .news-box .date-box .year {
  font-size: 3em;
  font-weight: bold;
}
body #company .part1 .items-box .item .news-box .date-box .day {
  font-size: 2em;
  color: #666;
}
body #company .part1 .items-box .item .news-box .msg-box {
  padding: 2em;
}
body #company .part1 .items-box .item .news-box .msg-box .msg-title {
  font-size: 2em;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
}
body #company .part1 .items-box .item .news-box .msg-box .content {
  font-size: 2em;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body #newDetail {
  width: 120em;
  margin: 8em auto;
  min-height: calc(100vh - 39.6em);
}
body #newDetail .newDetail-title {
  font-size: 1.8em;
  padding-bottom: 2em;
  margin-bottom: 4em;
  border-bottom: 1px solid #ccc;
}
body #newDetail .newDetail-title .text {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
body #newDetail .newDetail-title .time {
  color: #999;
}
body footer .msg-box {
  background-color: #1F531A;
  height: 22.6em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
body footer .msg-box .item {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  font-size: 1.6em;
}
body footer .msg-box .item a {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
body footer .copyright-box {
  font-size: 1.4em;
  height: 5em;
  text-align: center;
  line-height: 5em;
  background-color: #113F0D;
  color: #fff;
}
@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (max-width: 750px) {
  body {
    overflow-x: hidden;
    padding-top: 7em;
  }
  body header {
    width: 100%;
    padding: 0 2em;
    z-index: 99;
    height: 7em;
    top: 0;
    position: fixed;
    background-color: #fff;
  }
  body header .logo {
    width: 10em;
    height: 7em;
  }
  body header .open {
    display: block;
    width: 3em;
    height: 3em;
  }
  body header .navbar {
    display: none;
  }
  body header .menu-moblie {
    display: block;
    height: auto;
    position: fixed;
    width: 20em;
    padding: 1em 0 2em;
    background: #43A03C;
    left: -20em;
    top: 7em;
    text-align: center;
    transition: left 0.5s ease-out;
    z-index: 99;
    overflow: hidden;
    opacity: 1;
  }
  body header .menu-moblie .item {
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    height: 4em;
    line-height: 4em;
    text-align: left;
  }
  body header .menu-moblie .item a {
    color: #fff;
    font-size: 1.4em;
  }
  body .common-box .banner {
    height: 20em;
  }
  body .common-box .banner .img-box {
    height: 20em;
  }
  body .common-box .banner .banner-title {
    line-height: 8em;
    font-size: 2.5em;
    text-shadow: 0 0 12px #bfbfbf;
  letter-spacing: 20px;
  /* 渐变颜色从中间向外边扩散 */
  background: radial-gradient(circle ,#22282b00, #22282b7a)
  }
  body main #banner .swiper-box .swiper-slide {
    width: 100%;
    height: 20em;
  }
  body main #banner .swiper-box .swiper-button-prev,
  body main #banner .swiper-box .swiper-button-next {
    color: #fff;
    width: 3em;
    height: 3em;
    padding: 2em;
    --swiper-navigation-size: 1.8em;
    /* 设置按钮大小 默认是44px */
    opacity: 0.8;
    margin-top: 0;
    top: 16em;
  }
  body main #banner .swiper-box .swiper-button-prev {
    left: 0;
    background-color: #43A03C;
  }
  body main #banner .swiper-box .swiper-button-next {
    left: 4em;
    background-color: #555;
  }
  body main #part1 {
    padding: 2em;
    width: 100%;
  }
  body main #part1 .top-box {
    flex-direction: column;
  }
  body main #part1 .top-box .left-box {
    width: 100%;
  }
  body main #part1 .top-box .left-box .btn {
    margin-bottom: 1em;
  }
  body main #part1 .top-box .right-box {
    width: 100%;
  }
  body main #part1 .top-box .right-box .part1-box {
    margin: 0 auto;
    width: 90%;
  }
  body main #part1 .top-box .right-box .part1-box .swiper-slide {
    width: 100% !important;
  }
  body main #part1 .bottom-box .items-box {
    display: block;
  }
  body main #part1 .bottom-box .items-box .item {
    border-right: none;
  }
  body main #part2 {
    padding: 2em;
    width: 100%;
    background-size: cover;
  }
  body main #part2 .items-box {
    display: block;
    width: 100%;
  }
  body main #part2 .items-box .item {
    background-color: transparent;
  }
  body main #part2 .items-box .item .item-title {
    color: #fff;
  }
  body main #part2 .items-box .item .content {
    color: #eee;
  }
  body main #part3 {
    padding: 2em;
    width: 100%;
  }
  body main #part3 .part-title {
    margin-bottom: 2em;
  }
  body main #part3 .part-title .img-box {
    width: 100%;
    height: 100%;
  }
  body main #part3 .items-box {
    display: block;
  }
  body main #part3 .items-box .item {
    display: block;
  }
  body main #part3 .items-box .item .msg {
    width: 100%;
  }
  body main #part4 {
    padding: 2em;
    width: 100%;
    background-size: cover;
  }
  body main #part4 .part-title {
    margin-bottom: 2em;
  }
  body main #part4 .part-title .img-box {
    width: 100%;
    height: 100%;
  }
  body main #part4 .items-box {
    display: block;
    width: 100%;
  }
  body main #part4 .items-box .item {
    margin-bottom: 2em;
  }
  body main #part5 {
    padding: 2em;
    width: 100%;
    background-size: cover;
  }
  body main #part5 .part-title {
    margin-bottom: 2em;
  }
  body main #part5 .part-title .img-box {
    width: 100%;
    height: 100%;
  }
  body main #part5 .img-box {
    width: 100%;
    height: 100%;
  }
  body #about .part1 {
    padding: 2em;
    width: 100%;
    flex-direction: column;
  }
  body #about .part1 .left-box {
    margin-bottom: 2em;
    width: 100%;
  }
  body #about .part1 .left-box .left-box-title {
    font-size: 2.8em;
  }
  body #about .part1 .right-box .items-box {
    display: block;
  }
  body #about .part1 .right-box .items-box .item {
    width: 100%;
    margin-bottom: 2em;
  }
  body #about .part2 {
    padding: 2em;
    height: auto;
    background-size: cover;
  }
  body #about .part2 .part2-title {
    width: 100%;
    font-size: 2.8em;
    margin-bottom: 2em;
  }
  body #about .part2 .items-box {
    width: 100%;
    display: block;
  }
  body #about .part2 .items-box::after {
    background-color: transparent;
  }
  body #about .part3 {
    height: auto;
    padding: 2em;
    background-color: #f5f5f5;
  }
  body #about .part3 .img-box {
    position: static;
    width: 100%;
    max-height: 30em;
    margin-bottom: 2em;
  }
  body #about .part3 .img-box img {
    object-fit: contain;
  }
  body #about .part3 .msg-box {
    padding: 2em;
  }
  body #about .part3 .msg-box .right-box {
    width: 100%;
    position: static;
  }
  body #about .part4 {
    padding: 2em;
    width: 100%;
    background-size: cover;
  }
  body #about .part4 .part-title {
    margin-bottom: 2em;
  }
  body #about .part4 .part-title .img-box {
    width: 100%;
    height: 100%;
  }
  body #about .part4 .items-box {
    display: block;
  }
  body #about .part4 .items-box .item {
    margin-bottom: 2em;
    width: 100%;
  }
  body #about .part4 .items-box .item img {
    object-fit: contain;
  }
  body #zhongzhi .part1 {
    padding: 2em;
    width: 100%;
  }
  body #zhongzhi .part1 .top-box {
    display: block;
  }
  body #zhongzhi .part1 .top-box .left-box {
    padding-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  body #zhongzhi .part1 .top-box .right-box {
    width: 100% !important;
    height: 20em;
  }
  body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-slide {
    width: 100% !important;
    height: 20em !important;
  }
  body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-prev,
  body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-next {
    width: 3em;
    height: 3em;
    top: 16em;
  }
  body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-prev {
    left: 0;
  }
  body #zhongzhi .part1 .top-box .right-box .part1-box .swiper-button-next {
    left: 4em;
  }
  body #zhongzhi .part2 {
    height: auto;
    padding: 2em;
    width: 100%;
  }
  body #zhongzhi .part2 .part-title {
    margin-bottom: 2em;
  }
  body #zhongzhi .part2 .items-box {
    width: 100%;
    display: block;
  }
  body #guopin .part1 {
    padding: 2em;
    width: 100%;
  }
  body #guopin .part1 .part-title {
    margin-bottom: 2em;
  }
  body #guopin .part1 .part-title .img-box {
    width: 100%;
    height: 100%;
  }
  body #guopin .part1 .items-box {
    display: block;
  }
  body #guopin .part1 .items-box .item {
    margin-bottom: 2em;
    flex-direction: column;
  }
  body #guopin .part1 .items-box .item .img-box {
    width: 100%;
  }
  body #guopin .part1 .items-box .item .content {
    width: 100%;
  }
  body #guopin .part2 {
    padding: 2em;
    width: 100%;
  }
  body #guopin .part2 .part-title {
    margin-bottom: 2em;
  }
  body #guopin .part2 .part-title .img-box {
    width: 100%;
    height: 100%;
  }
  body #guopin .part2 .items-box {
    display: block;
  }
  body #guopin .part2 .items-box .item {
    margin-bottom: 2em;
  }
  body #company .part1 {
    padding: 2em;
    width: 100%;
  }
  body #company .part1 .items-box .item {
    flex-direction: column;
  }
  body #company .part1 .items-box .item .img-box {
    width: 100%;
    height: 20em;
  }
  body #company .part1 .items-box .item .news-box {
    width: 100%;
  }
  body #newDetail {
    padding: 2em;
    width: 100%;
  }
  body #newDetail .newDetail-title {
    flex-direction: column;
  }
  body #hezuo .part1 {
    padding: 2em;
    width: 100%;
  }
  body #hezuo .part1 .top-box {
    flex-direction: column;
  }
  body #hezuo .part1 .top-box .left-box {
    padding-top: 0;
    width: 100%;
  }
  body #hezuo .part1 .top-box .right-box {
    width: 100% !important;
    height: 20em;
  }
  body #hezuo .part1 .top-box .right-box .part1-box .swiper-slide {
    width: 100% !important;
    height: 20em !important;
  }
  body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-prev,
  body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-next {
    width: 3em;
    height: 3em;
    top: 16em;
  }
  body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-prev {
    left: 0;
  }
  body #hezuo .part1 .top-box .right-box .part1-box .swiper-button-next {
    left: 4em;
  }
  body #hezuo .part2 {
    width: 100%;
    padding: 2em;
  }
  body #hezuo .part2 .form-box {
    width: 100%;
  }
  body #contact .part1 {
    height: auto;
    padding: 2em;
    width: 100%;
  }
  body #contact .part1 .items-box {
    padding-left: 0;
    margin-bottom: 2em;
  }
  body #contact .part1 .form-box {
    position: static;
    width: 100%;
  }
  body #contact .part1 .form-box .title-box span {
    font-size: 1.5em;
  }
  body footer .msg-box {
    padding: 2em;
    width: 100%;
  }
  body footer .msg-box .item {
    text-align: center;
    width: 100%;
  }
  body footer .copyright-box {
    padding: 1em 2em;
    height: auto;
    line-height: 1.4;
  }
}
