html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

@keyframes slider {
  0% {
    transform: translate(10, 10px);
  }

  25% {
    transform: translate(0px);
  }

  50% {
    transform: translate(10px, 10px);
  }

  75% {
    transform: translate(0px);
  }
}

@keyframes blink {
  0% {
    opacity: 0.6;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 1;
  }
}

@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.05);
  }
}

p {
  color: #434343;
}

.swiper-parent {
  width: 100%;
  padding: 0px;
}

.navbar {
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #eb1c25;
  padding: 0 10%;
}

.logo {
  padding: 10px 10%;
}
.top-txt {
  float: right;
  color: #eb1c25;
  font-size: 20px;
  margin-top: 20px;
}
.top-language {
  float: right;
  color: #eb1c25;
  font-size: 20px;
  margin-top: 26px;
  margin-right: 40px;
}
.copyright {
  color: #888888;
}

.footer {
  width: 100%;
  height: 100px;
  line-height: 40px;
  margin: 0 auto;
  background: #eb1c25;
  text-align: center;
  margin-top: -10px;
  padding-top: 10px;
}

.navbar ul,
.navbar ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.navbar a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 40px;
}

.navbar a:hover,
.navbar a:active {
  text-decoration: underline;
}

/* .indexSwiper img {
  margin-top: -240px;
} */

.signtable td {
  height: 40px;
  line-height: 32px;
}

.tel {
  color: #434343;
  text-decoration: none;
}

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
}

.banner .bannercontent {
  position: absolute;
  font-size: 16px;
  color: #313131;
  left: 10%;
  top: 40px;
}

.banner .bannercontent h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0px;
}

.more {
  padding-top: 30px;
  display: inline-block;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
}

.more img {
  height: 28px;
}

.indexSwiper img {
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
}

.indexSwiper .bannercontent {
  position: absolute;
  font-size: 16px;
  color: #313131;
  left: 10%;
  top: 40px;
}

.indexSwiper .bannercontent h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0px;
}

.redbox {
  width: 100px;
  height: 5px;
  background: #eb1c25;
}

.sec1 {
  height: 300px;
  overflow: hidden;
}

.section {
  position: static;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.business-intro {
  position: static;
  text-align: left;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #343434;
  line-height: 40px;
}
.business-intro p {
  text-indent: 2em;
  hyphens: auto;
}

.title2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
}

.title-business-intro {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.w100 {
  width: 100%;
}

.w100 img {
  margin: 0px;
}

.page img {
  max-width: 100%;
}

a,
input,
button,
img {
  outline: none;
  -webkit-appearance: none;
}

.inputbox {
  border: 1px solid #eb1c25;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
}

.submitbtn {
  margin: 40px 0px 20px 0px;
  padding: 5px 60px;
  border-radius: 20px;
  background: #eb1c25;
  border: 0px;
  color: #ffffff;
  font-size: 16px;
}

.splittd {
  border-right: 1px solid #ffffff;
}

.ipt {
  width: 260px;
  height: 28px;
  border: 0px;
}

footer {
  background: #eb1c25;
  color: #ffffff;
}

.footer-content {
  margin: 0 10% 10px;
  border-bottom: 1px solid #ffffff;
}

.footer-content table:first-child {
  padding-top: 10px;
}

.footer-content a {
  color: #ffffff;
  text-decoration: none;
  width: 100px;
  /* border: 1px solid yellow; */
  margin-right: 20px;
}

.footer-content a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-content {
  /* border: 1px solid white; */
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.footer-content .left .left-t {
  display: flex;
  margin-bottom: 80px;
}
.footer-content .left .left-t .line {
  border-right: 1px solid white;
  margin: 16px 52px 0 12px;
  height: 56px;
}
.footer-content .left .left-t .l {
  width: 100px;
}
.footer-content .left .left-t .l,
.footer-content .left .r {
  padding-top: 16px;
  height: 56px;
}
.footer-content .left .left-t .r {
  width: 250px;
  /* border: 1px solid white; */
}
.footer-content .left .l,
.footer-content .left .r a {
  line-height: 28px;
}
.white {
  color: #ffffff;
}

.topbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.8;
  z-index: 10000000;
}

.swiper-pagination-bullet-active {
  background: #eb1c25 !important;
}

.topbtn img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.bannerimg2 {
  position: absolute;
  /* left: 40%;
  width: 45%;
  top: 50%; */
  -webkit-animation-name: slider;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
}
.join-container {
  max-width: 1240px;
  margin: 0 auto;
  /* padding-top: 19px; */
  text-align: left;
}
.join-item {
  padding-top: 80px;
}
.join-title {
  position: relative;
  padding: 0 20px 28px;
  height: 48px;
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  line-height: 48px;
  border-bottom: 1px solid #c8c8c8;
}
.title-btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: 144px;
  padding-left: 32px;
  height: 48px;
  background: url('../images/arrow.png') 88px 12px no-repeat #d81818;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
  box-sizing: border-box;
  text-decoration: none;
}
.join-content {
  padding: 0 20px;
}
.content-tit {
  margin: 0;
  padding: 27px 0 24px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.content-text {
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
}
.content-text b {
  display: inline-block;
  vertical-align: top;
  margin: 9px 16px 0 0;
  width: 10px;
  height: 10px;
  background: #6c6c6c;
  border-radius: 50%;
}
#pagination {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.paginationjs .paginationjs-pages li {
  margin: 0 4px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.paginationjs .paginationjs-pages li.active > a {
  background: #e91f27;
}
.paginationjs .paginationjs-pages li:last-child {
  border: 1px solid #e6e6e6;
}
.paginationjs .paginationjs-go-input > input[type='text'],
.paginationjs .paginationjs-go-button > input[type='button'] {
  border: 1px solid #e6e6e6;
}
.main {
}
.flex-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.w1920-grey {
  max-width: 1920px;
  background: #f0f0f0;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pad-0-12 p {
  padding: 0 12px !important;
}
.section-title {
  position: relative;
  padding: 90px 0 150px;
}
.section-title::after {
  position: absolute;
  left: 0;
  bottom: 100px;
  content: '';
  width: 86px;
  height: 8px;
  background: #e40012;
}
.section-title.center {
  text-align: center;
}
.section-title.center::after {
  left: 50%;
  transform: translateX(-50%);
}
.title-name {
  padding-bottom: 19px;
  font-size: 48px;
  font-family: Source Han Sans CN, Microsoft YaHei, sans-serif;
  font-weight: 800;
  color: #343434;
  line-height: 1;
}
.title-en {
  font-size: 42px;
  font-family: Source Han Sans CN, Microsoft YaHei, sans-serif;
  font-weight: bold;
  color: #d8d8d8;
  line-height: 1;
}
.banner .bannercontent .txt-box {
  padding-top: 24px;
  line-height: 24px;
}
.web-p-w63 {
  width: 63%;
}
.web-p-w60,
.web-img-w60 {
  width: 60%;
}
.zs-img-txt {
  position: absolute;
  top: 12%;
  left: 10%;
  color: white;
  font-size: 4.5rem;
  font-weight: bold;
}
.zs-img-txt2 {
  top: 30%;
}
.i-box iframe {
  width: 100%;
  height: 120vh;
}
.copy-right-b {
  display: inline-block;
  text-decoration: none;
  /* height: 20px;
  line-height: 20px; */
  color: #f5f5f5;
}
.color-txt1 {
  color: #939393;
}
/* .map-img {
  position: absolute;
  width: 100px !important;
} */
.indexSwiper .bannerimg5 {
  /* margin-top: -26px; */
}
