header {
  position: relative;
}
header > img {
  width: 100%;
}
header .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .cont img {
  display: block;
}
header .cont img:nth-child(1) {
  margin-bottom: 50px;
}
.title-wrap .cn-title {
  font-size: 30px;
  font-weight: bold;
}
.title-wrap .cn-title img {
  vertical-align: middle;
}
.title-wrap .en-title {
  font-size: 26px;
  color: #999;
}
.title-wrap.title-wrap2 .cn-title {
  color: #fff;
}
.title-wrap.title-wrap2 .en-title {
  color: #ffffff80;
}
#modular1 .content .cont-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #f8f8f8;
}
#modular1 .content .cont-wrap .text_wrap {
  width: 600px;
  box-sizing: border-box;
  padding: 0 35px;
  display: flex;
  align-items: center;
}
#modular1 .content .cont-wrap .text_wrap p {
  line-height: 2;
}
#modular1 .content .cont-wrap .text_wrap span {
  color: #9B0D14;
}
#modular1 .content .content_1 .text_wrap {
  background: url(../images/m1_img1.png) no-repeat right center;
  background-size: 220px 220px;
  background-position-x: 340px;
}
#modular1 .content .content_2 {
  flex-direction: row-reverse;
  margin-top: 30px;
}
#modular1 .content .content_2 .text_wrap {
  background: url(../images/m1_img2.png) no-repeat left center;
  background-size: 250px 250px;
}
#modular2 {
  background: url(../images/m2_bg.png) no-repeat right top;
  background-size: cover;
  position: relative;
}
#modular2 .content {
  padding-top: 20px;
}
#modular2 .content p {
  line-height: 2;
}
#modular2 .ab-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#modular2 .cont {
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .cont .left-img {
  width: 340px;
}
#modular2 .cont .cont-inner {
  margin-left: 30px;
  flex: 1;
}
#modular2 .cont .wtf-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#modular2 .cont .wtf-list li {
  box-sizing: border-box;
  padding: 15px;
  width: 260px;
  background: #9B0D14;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
#modular2 .cont .wtf-list li::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #B89358;
  border-right: 2px solid #B89358;
  position: absolute;
  right: 10px;
  top: 10px;
}
#modular2 .cont .wtf-list li:nth-child(2),
#modular2 .cont .wtf-list li:nth-child(5) {
  background: #B89358;
}
#modular2 .cont .wtf-list li:nth-child(2)::after,
#modular2 .cont .wtf-list li:nth-child(5)::after {
  border-color: #9B0D14;
}
#modular2 .cont .wtf-list li:last-child .l {
  border-right: none;
}
#modular2 .cont .wtf-list li .l {
  border-right: 1px dotted #fff;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
#modular2 .cont .wtf-list li .r {
  padding-left: 15px;
}
#modular2 .cont .wtf-list li .r p {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
#modular2 .cont .wtf-list li .r p span {
  font-weight: bold;
  font-size: 40px;
}
#modular3 .content {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 50px;
}
#modular3 .content .cont-wrap {
  padding: 40px 45px 40px 35px;
  border: 1px solid #9B0D14;
  position: relative;
  background: url(../images/m3-bg.png) no-repeat right bottom;
}
#modular3 .content .cont-wrap:nth-child(1) {
  margin-right: 20px;
  width: 450px;
}
#modular3 .content .cont-wrap:nth-child(2) {
  flex: 1;
}
#modular3 .content .cont-wrap p {
  line-height: 2;
}
#modular3 .content .cont-wrap .color-gray {
  color: #666;
  font-size: 16px;
}
#modular3 .content .cont-wrap .cont-title {
  position: absolute;
  left: 0;
  top: -25px;
}
#modular4 {
  background: url(../images/m4_bg.png) no-repeat right bottom;
  background-size: cover;
}
#modular4 .content table {
  border-collapse: collapse;
  width: 850px;
  background: rgba(255, 255, 255, 0.8);
}
#modular4 .content table .t-head {
  color: #fff;
  background: #9B0D14;
}
#modular4 .content table .t-head p {
  color: #fff;
  text-align: center;
}
#modular4 .content table th,
#modular4 .content table td {
  height: 60px;
  border: 1px solid #9B0D1422;
  text-align: center;
  padding: 25px;
}
#modular4 .content table th {
  color: #333;
  white-space: nowrap;
}
#modular4 .content table th:nth-child(2) {
  width: 380px;
}
#modular4 .content table td {
  color: #666;
  font-size: 16px;
}
#modular5 .content {
  padding-top: 50px;
}
#modular5 .cont_wrap {
  background: #f8f8f8;
  padding: 30px 0 30px 100px;
  position: relative;
}
#modular5 .cont_wrap:nth-child(1) {
  margin-bottom: 40px;
}
#modular5 .cont_wrap p {
  line-height: 2;
}
#modular5 .cont_wrap .cont_title {
  position: absolute;
  left: 0;
  top: -25px;
}
#modular6 {
  background: url(../images/m6_bg.png) no-repeat left top;
  background-size: cover;
}
#modular6 .pc-cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular6 .pc-cont .cont_wrap {
  width: 280px;
  height: 440px;
  padding: 40px 15px;
  background: #fff;
  cursor: pointer;
  transition: 300ms;
  position: relative;
}
#modular6 .pc-cont .cont_wrap::after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/m6_icon1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 20px;
  transition: 300ms;
}
#modular6 .pc-cont .cont_wrap p {
  font-size: 16px;
  line-height: 1.8;
}
#modular6 .pc-cont .cont_wrap p a {
  color: #9B0D14;
  text-decoration: underline;
}
#modular6 .pc-cont .cont_wrap p a:hover {
  color: #5f090d;
}
#modular6 .pc-cont .cont_wrap .text {
  opacity: 0;
}
#modular6 .pc-cont .cont_wrap .text.on {
  opacity: 1;
  transition: 300ms;
}
#modular6 .pc-cont .cont_wrap .title {
  font-size: 24px;
  color: #9B0D14;
}
#modular6 .pc-cont .cont_wrap .en_title {
  font-size: 14px;
  color: #999;
  display: block;
  writing-mode: vertical-lr;
  line-height: 1;
  margin-left: 0;
  transition: 300ms;
}
#modular6 .pc-cont .cont_wrap.on {
  width: 600px;
}
#modular6 .pc-cont .cont_wrap.on .en_title {
  display: inline-block;
  writing-mode: unset;
  line-height: unset;
  margin-left: 20px;
}
#modular6 .pc-cont .cont_wrap.on::after {
  background: url(../images/m6_icon2.png) no-repeat center;
  background-size: contain;
}
#modular6 .pc-cont .cont_wrap.on:hover::after {
  transform: translateX(-10px);
}
#modular6 .pc-cont .cont_wrap:hover {
  box-shadow: 0 0 20px 0 #9B0D1430;
}
#modular6 .pc-cont .cont_wrap:hover::after {
  transform: translateX(10px);
}
#modular6 .pc-cont .cont_wrap:nth-child(1) {
  background: url(../images/m6_img1.png) no-repeat bottom left;
  background-size: cover;
}
#modular6 .pc-cont .cont_wrap:nth-child(1).on {
  background: url(../images/m6_img1-on.png) no-repeat bottom left;
  background-size: cover;
}
#modular6 .pc-cont .cont_wrap:nth-child(2) {
  background: url(../images/m6_img2.png) no-repeat bottom left;
  background-size: cover;
}
#modular6 .pc-cont .cont_wrap:nth-child(2).on {
  background: url(../images/m6_img2-on.png) no-repeat bottom left;
  background-size: cover;
}
#modular6 .pc-cont .cont_wrap:nth-child(3) {
  background: url(../images/m6_img3.png) no-repeat bottom left;
  background-size: cover;
}
#modular6 .pc-cont .cont_wrap:nth-child(3).on {
  background: url(../images/m6_img3-on.png) no-repeat bottom left;
  background-size: cover;
}
#modular6 .m-cont {
  display: none;
}
#modular7 {
  padding-bottom: 0;
}
#modular7 .cont_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#modular7 .cont_wrap div {
  width: 46%;
  letter-spacing: 1px;
  line-height: 2;
}
#modular7 .cont_wrap2 p {
  font-size: 16px;
  line-height: 2;
}
#modular7 .cont_wrap2 p a {
  color: #9B0D14;
  text-decoration: underline;
}
#modular8 {
  background: url(../images/m8_bg.png) no-repeat center;
  background-size: cover;
}
#modular8 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#modular8 .content p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
#modular8 .content p a {
  color: inherit;
}
#modular8 .code p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  header .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .cont img {
    display: block;
  }
  header .cont img:nth-child(1) {
    margin-bottom: 0.5rem;
    width: 2.8rem;
  }
  header .cont img:nth-child(2) {
    width: 4.9rem;
  }
  .title-wrap .cn-title {
    font-size: 0.36rem;
  }
  .title-wrap .cn-title img {
    height: 0.4rem;
  }
  .title-wrap .en-title {
    font-size: 0.28rem;
  }
  #modular1 .content .cont-wrap {
    display: block;
  }
  #modular1 .content .cont-wrap .text_wrap {
    width: unset;
    padding: 0.2rem;
  }
  #modular1 .content .content_1 .text_wrap {
    background: #f8f8f8 url(../images/m1_img1.png) no-repeat right center;
    background-size: 3.6rem 3.7rem;
    background-position-x: center;
  }
  #modular1 .content .content_2 {
    margin-top: 0.5rem;
  }
  #modular1 .content .content_2 .text_wrap {
    background: #f8f8f8 url(../images/m1_img2.png) no-repeat center;
    background-size: 3.6rem 3.7rem;
  }
  #modular2 {
    background: #f8f8f8 url(../images/mbg1.png) no-repeat right top;
    background-size: contain;
    position: relative;
    padding-bottom: 0;
  }
  #modular2 .content {
    padding-top: 0.3rem;
  }
  #modular2 .content p {
    line-height: 2;
  }
  #modular2 .ab-img {
    position: static;
  }
  #modular2 .cont {
    display: block;
  }
  #modular2 .cont .left-img {
    display: none;
  }
  #modular2 .cont .cont-inner {
    margin-left: 0;
  }
  #modular2 .mwtf-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }
  #modular2 .mwtf-list:nth-child(1) {
    margin-top: 0.3rem;
  }
  #modular2 .mwtf-list:nth-child(1) .list-item:nth-child(2),
  #modular2 .mwtf-list:nth-child(1) .list-item:nth-child(4) {
    background: #B89358;
  }
  #modular2 .mwtf-list:nth-child(1) .list-item:nth-child(2)::after,
  #modular2 .mwtf-list:nth-child(1) .list-item:nth-child(4)::after {
    border-color: #9B0D14;
  }
  #modular2 .mwtf-list .ll {
    width: 3.2rem;
  }
  #modular2 .mwtf-list .rr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #modular2 .mwtf-list .list-item {
    box-sizing: border-box;
    padding: 0.15rem;
    width: 3.2rem;
    background: #9B0D14;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }
  #modular2 .mwtf-list .list-item::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #B89358;
    border-right: 2px solid #B89358;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #modular2 .mwtf-list .list-item .l {
    border-right: 1px dotted #fff;
    padding-right: 0.15rem;
    display: flex;
    align-items: center;
  }
  #modular2 .mwtf-list .list-item .l img {
    height: 0.5rem;
  }
  #modular2 .mwtf-list .list-item .r {
    padding-left: 0.15rem;
  }
  #modular2 .mwtf-list .list-item .r p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.2;
  }
  #modular2 .mwtf-list .list-item .r p span {
    font-weight: bold;
    font-size: 0.28rem;
  }
  #modular2 .mwtf-list .list-item2 .l {
    border: none;
  }
  #modular2 .mwtf-list .list-item2 .l img {
    height: 0.6rem;
  }
  #modular3 {
    padding-bottom: 0;
  }
  #modular3 .content {
    display: block;
    padding-top: 0.5rem;
  }
  #modular3 .content .cont-wrap {
    padding: 0.5rem 0.5rem 0.4rem 0.4rem;
    border: 1px solid #9B0D14;
  }
  #modular3 .content .cont-wrap:nth-child(1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #modular3 .content .cont-wrap:nth-child(2) .cont-title {
    width: 3rem;
  }
  #modular3 .content .cont-wrap .color-gray {
    color: #666;
    font-size: 0.26rem;
  }
  #modular3 .content .cont-wrap .cont-title {
    position: absolute;
    left: 0;
    width: 5rem;
    height: 0.5rem;
    top: -0.25rem;
  }
  #modular4 {
    background: url(../images/m-bg2.png) no-repeat right bottom;
    background-size: cover;
  }
  #modular4 .content table {
    border-collapse: collapse;
    width: auto;
    background: rgba(255, 255, 255, 0.9);
  }
  #modular4 .content table .t-head {
    color: #fff;
    background: #9B0D14;
  }
  #modular4 .content table .t-head p {
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
  }
  #modular4 .content table th,
  #modular4 .content table td {
    height: 0.6rem;
    border: 1px solid #9B0D1422;
    padding: 0.15rem;
  }
  #modular4 .content table th {
    font-size: 0.2rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
  }
  #modular4 .content table th:nth-child(2) {
    width: auto;
  }
  #modular4 .content table td {
    color: #666;
    font-size: 0.18rem;
  }
  #modular5 .content {
    padding-top: 0.6rem;
  }
  #modular5 .cont_wrap {
    background: #f8f8f8;
    padding: 0.4rem 0.3rem;
    position: relative;
  }
  #modular5 .cont_wrap:nth-child(1) {
    margin-bottom: 0.5rem;
  }
  #modular5 .cont_wrap p {
    line-height: 2;
  }
  #modular5 .cont_wrap .cont_title {
    position: absolute;
    left: 0;
    top: -0.3rem;
    width: 1.8rem;
    height: 0.6rem;
  }
  #modular6 {
    background: #F8F8F8;
  }
  #modular6 .pc-cont {
    display: none;
  }
  #modular6 .m-cont {
    display: block;
  }
  #modular6 .m-cont p {
    font-size: 0.26rem;
    line-height: 2;
  }
  #modular6 .m-cont .title {
    font-weight: bold;
    font-size: 0.3rem;
    color: #9B0D14;
    margin-bottom: 0.3rem;
  }
  #modular6 .m-cont .title .en_title {
    font-size: 0.2rem;
    color: #999;
    font-family: '黑体';
    font-weight: normal;
  }
  #modular6 .m-cont .swiper-container {
    padding-bottom: 0.8rem;
  }
  #modular6 .m-cont .swiper-slide > div {
    padding: 0.3rem;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
    height: 9rem;
  }
  #modular6 .m-cont .swiper-slide:nth-child(1) > div {
    background: url(../images/m-img2.png) no-repeat center;
    background-size: cover;
  }
  #modular6 .m-cont .swiper-slide:nth-child(2) > div {
    background: url(../images/m-img3.png) no-repeat center;
    background-size: cover;
  }
  #modular6 .m-cont .swiper-slide:nth-child(3) > div {
    background: url(../images/m-img4.png) no-repeat center;
    background-size: cover;
  }
  #modular6 .m-cont .swiper-pagination-bullet {
    background: #9B0D14;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.05rem;
    opacity: 0.3;
    transition: 300ms;
  }
  #modular6 .m-cont .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.3rem;
  }
  #modular7 {
    padding-bottom: 0.8rem;
  }
  #modular7 .cont_wrap {
    margin-bottom: 0;
    font-size: 0.28rem;
    display: block;
  }
  #modular7 .cont_wrap .l:nth-child(1) {
    margin-bottom: 0.4rem;
  }
  #modular7 .cont_wrap div {
    width: 100%;
  }
  #modular7 .cont_wrap2 {
    background: url(../images/m-bg3.png) no-repeat center bottom;
    background-size: cover;
    padding: 2rem 0.3rem 0;
  }
  #modular7 .cont_wrap2 p {
    font-size: 0.26rem;
    position: relative;
    line-height: 1.8;
  }
  #modular8 {
    background: url(../images/m-bg4.png) no-repeat center;
    background-size: cover;
  }
  #modular8 .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #modular8 .content p {
    color: #fff;
    font-size: 0.26rem;
    line-height: 2;
  }
  #modular8 .code {
    width: 1.4rem;
    margin-left: 0.3rem;
  }
  #modular8 .code p {
    text-align: center;
    font-size: 0.26rem;
  }
  #modular8 .mbachina {
    text-align: center;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    font-size: 0.24rem;
    position: relative;
    top: 0.5rem;
  }
}
