header {
  background-color: #036937;
  position: relative;
}
header > img {
  width: 100%;
}
header .img2 {
  position: absolute;
  top: 0;
  left: 0;
}
header .img3 {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
  animation: shake 1s ease-in-out infinite;
}
header .cont img {
  position: absolute;
  left: 0;
  top: -140px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@keyframes shake {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.text-center {
  text-align: center;
}
.title-wrap p {
  line-height: 1.2;
  letter-spacing: 1px;
}
.title-wrap .cn {
  font-size: 40px;
  font-weight: bold;
}
.title-wrap .cn span {
  position: relative;
}
.title-wrap .cn span img {
  position: absolute;
}
.title-wrap .cn .title-l {
  left: -30px;
  top: 10px;
}
.title-wrap .cn .title-r {
  right: -30px;
  bottom: 0;
}
.title-wrap .en {
  color: #9A9A9A;
}
#modular1 .m1-cont > div {
  width: 590px;
}
#modular1 .m1-cont p {
  line-height: 36px;
  margin-top: -10px;
}
#modular1 .m1-cont p:nth-child(1) {
  margin-bottom: 20px;
}
#modular1 .c1 {
  flex-direction: row;
  margin-bottom: 30px;
}
#modular1 .c2 {
  flex-direction: row-reverse;
}
.title-o {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.m1-1 {
  background: url(../images/bg2.png) no-repeat center;
  background-size: cover;
}
.m1-1 .content {
  padding-bottom: 60px;
}
.main-color {
  color: #036937;
}
.font-bold {
  margin: 30px 0;
}
#modular2 {
  padding-bottom: 0;
}
#modular2 .m2-cont {
  position: relative;
}
#modular2 .m2-cont .img {
  position: absolute;
  top: -26px;
}
#modular2 .m2-cont .text {
  margin-left: 110px;
  background: #036937;
  padding-left: 490px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
}
#modular2 .m2-cont .text b,
#modular2 .m2-cont .text p {
  color: #fff;
}
#modular2 .m2-cont .text p:not(.title3) {
  display: list-item;
  margin-left: 20px;
  margin-bottom: 20px;
}
#modular2 .m2-cont .text .font-bold {
  font-weight: bold;
}
#modular2 .tabs {
  margin-top: 30px;
}
#modular2 .tabs .tab-item {
  width: 140px;
  height: 160px;
  background: url(../images/icon-bg.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
#modular2 .tabs .tab-item.text-item img {
  width: 45px;
}
#modular2 .tabs .tab-item.j {
  background: none;
}
#modular2 .tabs p {
  color: #fff;
  font-size: 20px;
  margin-top: 14px;
}
#modular2 .tab-change {
  border: 2px solid #036937;
  border-radius: 20px;
  text-align: center;
  padding: 40px 130px;
  line-height: 2;
  margin-top: 40px;
  position: relative;
}
#modular2 .tab-change > img {
  position: absolute;
  width: 38px;
  height: 20px;
  top: -20px;
  background: url(../images/sanjiao2.png) no-repeat center;
  background-size: contain;
  left: 50px;
  display: block !important;
  transition: 500ms;
}
#modular2 .tab-change > img.index-0 {
  left: 50px;
}
#modular2 .tab-change > img.index-1 {
  left: 315px;
}
#modular2 .tab-change > img.index-2 {
  left: 580px;
}
#modular2 .tab-change > img.index-3 {
  left: 845px;
}
#modular2 .tab-change > img.index-4 {
  left: 1110px;
}
#modular2 .tab-change .change {
  display: none;
}
#modular2 .tab-change .change:nth-child(1) {
  display: block;
}
#modular2 .m2-cont2 {
  padding: 40px 20px;
  margin-top: 30px;
  background: #036937;
}
#modular2 .m2-cont2 .text a,
#modular2 .m2-cont2 .text p {
  color: #fff;
  line-height: 2;
}
#modular2 .m2-cont2 .text a {
  text-decoration: underline;
}
#modular2 .m2-cont2 .text p:not(:last-child) {
  margin-bottom: 20px;
}
.title3 {
  font-weight: bold;
  font-size: 26px;
}
#modular3 .title3 {
  margin-top: -20px;
}
#modular3 table {
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%;
}
#modular3 table .tit th {
  color: #fff;
  position: relative;
  background: #036937;
  border: solid 1px #036937;
  min-width: 190px;
}
#modular3 table .tit th:nth-child(1) {
  min-width: 150px;
}
#modular3 table .tit span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 20px;
}
#modular3 table th,
#modular3 table td {
  border: solid 1px #666666;
  padding: 10px;
  line-height: 1.5;
}
#modular3 table td {
  min-height: 80px;
  min-width: 150px;
  padding: 20px 10px;
}
.m3-wrap {
  background: #f2f2f2;
}
.m3-wrap .m3-t {
  font-size: 20px;
  margin: 30px 0 40px;
  font-weight: bold;
}
.m3-wrap .m3-t a {
  color: #036937;
}
.m3-wrap .text-center {
  margin-top: 30px;
  font-size: 18px;
}
.m3-wrap .text-center a {
  font-size: 20px;
}
#modular4 {
  padding-bottom: 0;
}
#modular4 .list {
  flex-wrap: wrap;
}
#modular4 .list .list-item {
  width: 570px;
}
#modular4 .list .list-item:nth-child(1),
#modular4 .list .list-item:nth-child(2) {
  margin-bottom: 55px;
}
#modular4 .list .list-item .title {
  background: url(../images/t-bg.png) no-repeat left center;
  background-size: contain;
  height: 50px;
  color: #fff;
  line-height: 50px;
}
#modular4 .list .list-item .title img {
  margin: 0 15px;
}
#modular4 .list .list-item .text {
  border: 2px solid #036937;
  border-radius: 0 20px 20px 20px;
  padding: 35px 10px;
  line-height: 2;
}
.title4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#modular5 {
  padding-bottom: 0;
}
#modular5 .m5-cont {
  margin-bottom: 20px;
}
#modular5 .m5-cont p {
  line-height: 34px;
  margin-bottom: 15px;
}
#modular5 .m5-cont .flex-sb div {
  flex: 1;
}
#modular5 .m5-cont .flex-sb div:nth-child(1) {
  margin-right: 30px;
}
.m5-wrap {
  padding-top: 30px;
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}
.m5-wrap table {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.m5-wrap table th {
  background: #036937;
  color: #fff;
  position: relative;
  border: solid 1px #036937;
  height: 40px;
  padding: 15px 10px;
}
.m5-wrap table th span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 0;
}
.m5-wrap table td {
  min-width: 110px;
  border: solid 1px #000;
  line-height: 1.5;
  padding: 15px 10px;
}
.m5-wrap2 {
  padding-bottom: 0;
}
.m5-wrap2 p {
  line-height: 2;
  margin-bottom: 15px;
}
.m5-wrap2 .text {
  flex: 1;
  margin-right: 30px;
}
#modular6 {
  background: url(../images/bg4.png) no-repeat center;
  background-size: cover;
}
#modular6 .title4 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 15px;
}
#modular6 .content {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
#modular6 .text p,
#modular6 .text a {
  line-height: 2;
  font-size: 18px;
  color: #fff;
}
#modular6 .img {
  align-items: flex-end;
}
#modular6 .img img {
  margin-left: 30px;
  height: 140px;
}
#modular6 .mbachina {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  top: 20px;
}
@media (max-width: 768px) {
  header {
    position: relative;
  }
  header .img-2 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  header .cont {
    position: absolute;
    top: 0.8rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .cont img {
    position: static;
    top: 0;
  }
  header .img3 {
    width: 0.42rem;
  }
  .title-wrap .cn {
    font-size: 0.44rem;
    letter-spacing: 2px;
  }
  .title-wrap .cn img {
    width: 0.28rem;
  }
  .title-wrap .cn .title-l {
    left: -0.3rem;
    top: 0.1rem;
  }
  .title-wrap .cn .title-r {
    right: -0.3rem;
    bottom: 0.05rem;
  }
  .title-wrap .en {
    font-size: 0.16rem;
    letter-spacing: 0;
  }
  .content {
    padding-top: 0.4rem;
  }
  #modular1 .m1-cont > div {
    width: 100%;
  }
  #modular1 .m1-cont .img {
    margin-bottom: 0.4rem;
  }
  #modular1 .m1-cont p {
    line-height: 1.8;
  }
  #modular1 .c1 {
    margin-bottom: 0.3rem;
  }
  #modular1 .c1,
  #modular1 .c2 {
    display: block;
  }
  .m1-1 {
    background: url(../images/m-bg2.png) no-repeat center;
    background-size: cover;
  }
  .m1-1 .content {
    padding-bottom: 0;
    overflow-x: auto;
  }
  .m1-1 .content img {
    width: 1200px;
    max-width: 1200px;
  }
  #modular2 .m2-cont .img {
    position: static;
  }
  #modular2 .m2-cont .text {
    margin-left: 0;
    padding: 0.3rem;
  }
  #modular2 .m2-cont .text p.font-bold {
    display: block;
    margin-left: 0;
    margin: 0.3rem 0;
  }
  #modular2 .tabs {
    justify-content: center;
  }
  #modular2 .tabs .tab-item {
    width: 1rem;
    margin: 0 0.15rem;
    height: 2rem;
  }
  #modular2 .tabs .tab-item.text-item img {
    width: auto;
    height: 0.5rem;
  }
  #modular2 .tabs .tab-item.text-item img,
  #modular2 .tabs .tab-item.text-item p {
    position: relative;
    top: 0.4rem;
  }
  #modular2 .tabs .tab-item.text-item p {
    color: #333;
    white-space: nowrap;
  }
  #modular2 .tabs p {
    font-weight: bold;
    font-size: 0.2rem;
    margin-top: 0.4rem;
  }
  #modular2 .tabs .j {
    display: none;
  }
  #modular2 .tab-change {
    padding: 0.3rem 0.15rem;
    margin-top: 0.3rem;
  }
  #modular2 .tab-change .change {
    font-size: 0.22rem;
  }
  #modular2 .tab-change > img {
    width: 0.4rem;
    height: 0.2rem;
    top: -0.2rem;
  }
  #modular2 .tab-change > img.index-0 {
    left: 0.6rem;
  }
  #modular2 .tab-change > img.index-1 {
    left: 1.9rem;
  }
  #modular2 .tab-change > img.index-2 {
    left: 3.2rem;
  }
  #modular2 .tab-change > img.index-3 {
    left: 4.5rem;
  }
  #modular2 .tab-change > img.index-4 {
    left: 5.8rem;
  }
  #modular2 .m2-cont2 {
    display: block;
    padding: 0;
  }
  #modular2 .m2-cont2 .text {
    padding: 0.3rem 0.2rem;
  }
  #modular2 .m2-cont2 .text p {
    word-break: break-all;
  }
  #modular2 .m2-cont2 .text p:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .title-o {
    font-size: 0.4rem;
  }
  .title3 {
    font-size: 0.28rem;
  }
  #modular3 .title3 {
    margin-top: 0;
  }
  #modular3 .scroll-wrap {
    overflow-x: auto;
  }
  #modular3 table {
    width: 1000px;
  }
  #modular3 table .tit th {
    min-width: 3rem;
  }
  #modular3 table .tit th:nth-child(1) {
    min-width: 1rem;
  }
  #modular3 table th,
  #modular3 table td {
    font-size: 0.28rem;
  }
  #modular3 table td {
    min-width: 2rem;
    padding: 0.15rem;
    min-height: unset;
  }
  .m3-wrap .title3 {
    margin-right: 0;
  }
  .m3-wrap .text-center {
    font-size: 0.28rem;
  }
  .m3-wrap .text-center a {
    font-size: 0.28rem;
  }
  .m3-wrap .m3-t {
    font-size: 0.28rem;
    word-break: break-all;
    margin: 0.3rem 0;
  }
  .m3-wrap .m3-t a {
    font-size: 0.28rem;
  }
  #modular4 .list {
    padding-bottom: 0.6rem;
  }
  #modular4 .list .list-item:nth-child(1),
  #modular4 .list .list-item:nth-child(2) {
    margin-bottom: 0;
  }
  #modular4 .list .list-item .title {
    line-height: 0.8rem;
    height: 0.8rem;
  }
  #modular4 .list .list-item .title img {
    margin: 0 0.15rem;
    width: auto;
    height: 0.3rem;
  }
  #modular4 .list .list-item .text {
    padding: 0.3rem 0.2rem;
    font-size: 0.28rem;
    line-height: 1.8;
  }
  #modular4 .list .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.14rem;
    border-radius: 0.7rem;
    background: #D9D9D9;
    opacity: 1;
  }
  #modular4 .list .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #036937;
  }
  #modular5 .m5-cont p {
    font-size: 0.28rem;
    line-height: 1.8;
    margin-bottom: 0.15rem;
  }
  #modular5 .m5-cont .flex-sb {
    display: block;
  }
  #modular5 .m5-cont .flex-sb div:nth-child(1) {
    margin-right: 0;
    word-break: break-all;
  }
  .m5-wrap .scroll-wrap {
    overflow-x: auto;
  }
  .m5-wrap table {
    margin-top: 0;
    width: 900px;
    font-size: 0.28rem;
  }
  .m5-wrap table th {
    height: 0.5rem;
  }
  .m5-wrap table th,
  .m5-wrap table td {
    padding: 0.15rem 0.1rem;
  }
  .m5-wrap2 .m5-cont {
    margin-bottom: 0.3rem;
  }
  .m5-wrap2 p {
    line-height: 1.8;
    margin-bottom: 0.15rem;
  }
  .m5-wrap2 .flex-sb {
    display: block;
  }
  #modular6 {
    padding-bottom: 0.5rem;
  }
  #modular6 .ttttt {
    text-align: center;
  }
  #modular6 .title4 {
    font-size: 0.28rem;
  }
  #modular6 .content {
    display: block;
    padding-top: 0;
  }
  #modular6 .content .text {
    margin-bottom: 0.3rem;
  }
  #modular6 .content .text a {
    font-weight: bold;
  }
  #modular6 .content .text p,
  #modular6 .content .text a {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  #modular6 .content .img {
    justify-content: center;
  }
  #modular6 .content .img img {
    height: auto;
    flex: 1;
    margin: 0 0.15rem;
    width: 1.4rem;
  }
  #modular6 .mbachina {
    font-size: 0.2rem;
    top: 0.2rem;
  }
}
