html, body {
  position: relative;
  height: 100vh;
}

.indexbody {
  position: absolute;
  height: 100%;
  width: 100%;
}

.index-pagination {
  position: absolute;
  left: 0;
  height: auto;
  top: 50%;
  left: 0.58rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  margin: 15px 0;
  opacity: 1;
}

.index-pagination-fff .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.13);
}

.index-pagination .swiper-pagination-bullet-active {
  background: #e8ac14;
}

.index-container {
  width: 100%;
  height:100vh;overflow:hidden;
}

.indexswiper1{width:100%;height:100vh;overflow:hidden;}

.banner {
  position: relative;
  height: 100vh;width:100%;
  overflow: hidden;
}
.banner .swiper-pagination {
  right: 0.8rem;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.17rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 0.17rem;
  box-shadow: 0px 0.2rem 0.45rem 0.05rem rgba(231, 148, 60, 0.3);
  border-radius: 50%;
  border: 0.02rem solid rgba(255, 255, 255, 0.3);
  background: none;
  margin: 0.3rem 0;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.3rem;
  border-radius: 0.09rem;
  background: #FFF;
}

.banner li {
  overflow: hidden;min-height:100vh;
}

.banner li .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner li img {
  min-height: 100%;
  height:100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation: scale11 6s infinite;
     -moz-animation: scale11 6s infinite;
       -o-animation: scale11 6s infinite;
          animation: scale11 6s infinite;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.banner li .img2{position:absolute;left:0px;top:0px;z-index:9;pointer-events:none;}

.banner li.on > img {
  -webkit-transform: scale(1.05, 1.05);
     -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.banner li video{width:100%;height:100vh;overflow:hidden;object-fit:cover;}

.bantxt h2 {
  font-weight: bold;
  color: #FFF;
  line-height: 1.2em;
  font-size: 0.64rem;
}
.bantxt h2 font {
  color: #C71E28;
}
.bantxt p {
  margin-top: 0.6rem;
  font-size: 0.24rem;
  max-width: 55%;
  color: rgba(255, 255, 255, 0.8);
}

.mbanvideo img{width:100%;height:100%;position:absolute;left:0px;top:0px;object-fit:cover;object-position:57% 50%}

.morebtn {
  width: 2rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.56rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0.2rem 0.45rem 0.05rem rgba(231, 148, 60, 0.3);
  border-radius: 0.3rem;
  margin-top: 0.5rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.2rem;
  color: #FFF;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.morebtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  border-radius: 0.6rem;
  background: #C71E28;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.morebtn:hover {
  border-color: #C71E28;
}
.morebtn:hover::before {
  width: 100%;
}

.scroll {
  color: #FFF;
  position: absolute;
  bottom: 0.8rem;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
.scroll img {
  width: 20px;
  display: block;
  -webkit-animation: mouse 2s infinite;
  -moz-animation: mouse 2s infinite;
    -o-animation: mouse 2s infinite;
       animation: mouse 2s infinite;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.2rem;
}

@-webkit-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-moz-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-o-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scale11 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes scale11 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
       transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.companybox {
  background: url(../images/companybg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rowbox {
  width: 100%;
}

.companypic {
  width: 48.1%;
  border-radius: 0.16rem;
  overflow: hidden;
  background: #C71E28;
  padding-bottom: 0.08rem;
}
.companypic img {
  border-radius: 0.16rem;
}

.companytxt {
  width: 46.3%;
}
.companytxt p {
  font-size: 18px;
  color: #666;
  text-align: justify;
}
.companytxt .morebtn2 {
  margin-top: 0.6rem;
}

.morebtn2 {
  box-shadow: none;
  border-color: #4C4C4C;
  color: #333;
}
.morebtn2:hover {
  color: #FFF;
}

.titbox {
  margin-bottom: 0.5rem;
}
.titbox h2 {
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1rem;
  color: #FFFFFF;
  text-stroke: 1px #CCCCCC;
  -webkit-text-stroke: 1px #CCCCCC;
}

.company-list {
  margin-top: 1rem;
  position: relative;
}
.company-list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(98, 98, 98, 0.3);
  position: absolute;
  left: 30.3%;
  top: 0;
}
.company-list::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(98, 98, 98, 0.3);
  position: absolute;
  right: 30.3%;
  top: 0;
}
.company-list img {
  width: 0.5rem;
  margin: 0 auto 0.2rem;
}
.company-list p {
  font-size: 18px;
  color: #4C4C4C;
  text-align: center;
}
.company-list li {
  width: 25%;
}

.marketbox {
  background: url(../images/marketsbg.webp) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.markettxt {
  width: 24%;
}
.markettxt h2 {
  font-size: 0.6rem;
  color: #FFF;
  line-height: 1.3em;
  padding-bottom: 0.3rem;
  font-weight: bold;
  position: relative;
}
.markettxt h2 font {
  color: #C71E28;
}
.markettxt h2::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.08rem;
  background: #C71E28;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.marketlist {
  padding-top: 0.4rem;
}
.marketlist li {
  margin-top: 0.5rem;
}
.marketlist li p {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.1rem;
}
.marketlist li p b{
  font-family: "TitilliumWeb-Semibold";
  font-size: .36rem;

}
.marketlist li span {
  font-size: 0.72rem;
  font-family: "TitilliumWeb-Semibold";
  color: #FFF;
  display: block;
  line-height: 1em;
}
.marketlist li span font{min-width: .9rem;display: inline-block;}
.marketlist li span i{
  font-style: normal;
}

.marketmap {
  width: 69.24%;
  position: relative;
}

.marketmap-list {
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0.8rem;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
}
.marketmap-list li {
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}
.marketmap-list li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 20px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
  position: absolute;
  right: -10px;
  bottom: 8px;
  -webkit-transform: rotate(20deg);
     -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
       -o-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
}
.marketmap-list li p {
  font-size: 14px;
  color: #4C4C4C;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
  max-width: 90%;
  margin: 0 auto;
}
.marketmap-list li:hover {
  background: #C71E28;
}
.marketmap-list li:hover::before {
  border-color: transparent transparent transparent #C71E28;
}
.marketmap-list li:hover p {
  color: #FFF;
}
.marketmap-list .marketmap-list1 {
  top: 14%;
  left: 64%;
}
.marketmap-list .marketmap-list2 {
  top: 4%;
  left:22%;
}
.marketmap-list .marketmap-list2::before {
  right: auto;
  left: -0.01rem;
  bottom: 0;
  -webkit-transform: rotate(118deg);
     -moz-transform: rotate(118deg);
      -ms-transform: rotate(118deg);
       -o-transform: rotate(118deg);
          transform: rotate(118deg);
}
.marketmap-list .marketmap-list3 {
  top: 43%;
  right: 56%;
}
.marketmap-list .marketmap-list3::before {
  right: auto;
  left: -0.01rem;
  bottom: 0;
  -webkit-transform: rotate(118deg);
     -moz-transform: rotate(118deg);
      -ms-transform: rotate(118deg);
       -o-transform: rotate(118deg);
          transform: rotate(118deg);
}
.marketmap-list .marketmap-list4 {
  top: 52%;
  left: 84%;
}
.marketmap-list .marketmap-list4::before {
  right: auto;
  left: -0.01rem;
  bottom: 0;
  -webkit-transform: rotate(118deg);
     -moz-transform: rotate(118deg);
      -ms-transform: rotate(118deg);
       -o-transform: rotate(118deg);
          transform: rotate(118deg);
}
.marketmap-list .marketmap-list5 {
  top: 51%;
  left: 1%;
  display: none;
}

.corebox {
  background: url(../images/corebg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rowlist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.rowlist li {
 /*  width: 14.55%; */
 width: 25%;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #FFF;
  padding-top: 2rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 0.99rem;
  height: 6rem;
}
.rowlist li > i {
  display: block;
  width: 0.8rem;
  margin: 0 auto 1.47rem;
}
.rowlist li h3 {
  font-size: 0.26rem;
  color: #4C4C4C;
  text-align: center;
  line-height: 1.3em;
  padding: 0 0.2rem;
}
.rowlist .rowlistact {
  /* width: 54.76%; */
  width: 74%;
  padding: 0;
}
.rowlist .rowlistact > i, .rowlist .rowlistact h3 {
  display: none;
}
.rowlist .rowlistact .rowlist-txt {
  display: block;
}

.rowlist-txt {
  position: relative;
  overflow: hidden;
  display: none;
  width: 100%;
  z-index: 1;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 1rem 0.85rem;
  box-sizing: border-box;
}
.rowlist-txt .img1 img {
  position: absolute;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.rowlist-txt h4 {
  font-size: 0.36rem;
  color: #FFF;
  position: relative;
  padding-bottom: 0.3rem;
}
.rowlist-txt h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.33rem;
  height: 0.05rem;
  background: #FFFFFF;
  border-radius: 0.03rem;
  left: 0;
  bottom: 0;
}
.rowlist-txt h5 {
  font-size: 0.22rem;
  color: #FFF;
  margin-top: 0.55rem;
}
.rowlist-txt p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.3rem;
}
.rowlist-txt i {
  width: 0.5rem;
  opacity: 0.75;
  display: block;
  margin-top: 0.8rem;
}

.joinbox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.joinrow {
  background: #FFFFFF;
  box-shadow: 0px 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.1);
  border-radius: 0.1rem;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.joinlist {
  width: 34.24%;
  position: relative;
}
.joinlist::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #DFDFDF;
  left: 50%;
  top: 0;
}
.joinlist::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: #DFDFDF;
  left: 0;
  top: 50%;
}
.joinlist li {
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding:0 0.3rem;
  box-sizing: border-box;display:flex;display:-webkit-flex;align-items:center;justify-content:center;
}
.joinlist li h4 {
  font-size: 0.22rem;
  font-family: "TitilliumWeb-Semibold";
}
.joinlist li p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.1rem;
  line-height: 1.3em;
}
.joinlist li span {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.21rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 0.15rem;
  border: 0.02rem solid #C71E28;
  display: block;
  margin-top: 0.4rem;
  font-size: 0.26rem;
  text-align: center;
  color: #C71E28;
}
.joinlist li:hover h4 {
  color: #C71E28;
}

.joinleft {
  width: 65.76%;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.joinpic {
  width: 56.2%;
  background: #4C4C4C;
  overflow: hidden;
  box-shadow: 0px 0.2rem 0.45rem 0.05rem rgba(76, 76, 76, 0.1);
  border-radius: 0.1rem;
}
.joinpic img {
  height: 100%;
}

.jointxt {
  width: 43.8%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0.65rem 0.6rem;
  padding-right: 0.45rem;
}
.jointxt h4 {
  font-size: 0.48rem;
  color: #4C4C4C;
  font-family: "TitilliumWeb-Semibold";
  margin-bottom: 0.35rem;
  line-height: 1.3em;
}
.jointxt h4 font{
  color: #C71E28;
}
.jointxt p {
  font-size: 18px;
  color: #333;
}
.jointxt-item li{
  font-size: 18px;
  color: #333;
  line-height: 2.5em;
  padding-left: 17px;
  position: relative;
}
.jointxt-item li::before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.listban {
  position: relative;
}

.listbantxt {
  position: absolute;
  width: 100%;
  top: 50%;
}
.listbantxt h2 {
  font-size: 0.8rem;
  font-family: "TitilliumWeb-Semibold";
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #FFFFFF;
  -webkit-text-stroke: 1px #FFFFFF;
  text-align: center;
  letter-spacing: 2px;
}

.listnav {
  border-bottom: 1px solid #E4E4E4;
}
.listnav ul{justify-content: center;}
.listnav li a {
  font-size: 0.24rem;
  color: #666666;
  line-height: 1.2rem;
  display: block;
  padding: 0 0.3rem;
}
.listnav li:hover a, .listnav .listnavact a {
  color: #C71E28;
  position: relative;
}
.listnav li:hover a:after, .listnav .listnavact a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.05rem;
  background: #C71E28;
  border-radius: 3px;
  left: 0;
}
.listnav1 li{margin: 0 .4rem;}
.profilebox {
  background: url(../images/profilebg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.listtit h2 {
  font-size: 0.5rem;
  padding-bottom: 0.6rem;
  line-height: 1em;
  position: relative;
  color: #707070;
  font-family: "TitilliumWeb-Semibold";
  margin-bottom: 0.55rem;
}
.listtit h2:after {
  content: "";
  width: 0.55rem;
  height: 0.06rem;
  background: #C71E28;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.listtit h2 span {
  color: #C71E28;
}
.listtit p {
  font-size: 18px;
  color: #666;
  line-height: 1.7em;
}

.milesbox {
  background: url(../images/profile1.jpg) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.milesbox i {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: -150px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  
}
.milesbox .iact {
  -webkit-transition: left 1.3s;
  -moz-transition: left 1.3s;
  -o-transition: left 1.3s;
  transition: left 1.3s;
  left: 100%;
}
.milesbox .listtit h2{color: #fff;}
.milesbox .listtit p {
  color: #fff;
}
.listtit-cen h2 {
  text-align: center;
}
.listtit-cen h2::after {
  left: 50%;
  margin-left: -0.275rem;
}
.listtit-cen p {
  text-align: center;
}

.listtit-fff h2 {
  color: #FFF;
}
.listtit-fff p {
  color: #FFF;
}

.mileslist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  padding-right: 12%;
}
.mileslist li {
  padding-left: 0.27rem;
  background: url(../images/mileline.png) no-repeat left top;
  width: 16%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 0.5rem;
}
.mileslist li h4 {
  line-height: 1em;
  font-size: 0.3rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.mileslist li p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3em;
}
.mileslist li:nth-child(2n) {
  margin-top: 0.4rem;
}

.mileslist2 {
  padding-left: 12%;
  padding-right: 0%;
  margin-top: 0.7rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mileslist2 li {
  padding-top: 0.5rem;
  padding-bottom: 0;
  background-image: url(../images/mileline2.png);
  margin-top: 0.4rem;
}
.mileslist2 li:nth-child(2n) {
  margin-top: 0;
}

.visionbox {
  background: url(../images/visionbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.visionbox .listtit p {
  color: #666;
}

.teambox {
  background: url(../images/teambg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
     width: 100%;
  overflow: hidden;
}

.bg_style_01{background:url(../images/visionbg.jpg) no-repeat;background-size:cover;}

.teambox .listtit p {
  font-size: 0.24rem;
}

.teamswiper {
  margin-top: 0rem;
}
.teamswiper .swiper-container {
  overflow: visible;
}
.teamswiper .swiper-pagination {
  bottom: 0.55rem;
  text-align: right;
  padding-right: 0.6rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.teamswiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 14px;
  opacity: 1;
  margin: 0;
  margin-left: 0.15rem;
}
.teamswiper .swiper-pagination-bullet-active {
  width: 0.24rem;
  background: #C71E28;
}
.teamswiper .swiper-slide {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-transform: scale(0.85);
     -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.54;
}
.teamswiper .swiper-slide-active, .teamswiper .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.teamswiper .swiper-slide-active .teamtit, .teamswiper .swiper-slide-duplicate-active .teamtit {
  display: block;
}

.teamtit {
  position: absolute;
  display: none;
  background: rgba(37, 34, 34, 0.54);
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0.3rem 0.5rem;
}

.teamtxt {
  border-left: 6px solid #C71E28;
  padding-left: 0.2rem;
}
.teamtxt h4 {
  font-size: 0.38rem;
  color: #FFF;
  font-family: "TitilliumWeb-Semibold";
  line-height: 1em;
  margin-bottom: 0.1rem;
}
.teamtxt p {
  font-size: 0.22rem;
  line-height: 1em;
  color: #FFF;
}

.messagebox .listtit {
  width: 56.3%;
}

.messagepic {
  width: 39.9%;
  overflow: hidden;
  border-radius: 0.1rem;
}

.tacttit {
  margin-bottom: 0.4rem;
}
.tacttit h3 {
  font-size: 0.34rem;
  color: #707070;
  font-family: "TitilliumWeb-Semibold";
  position: relative;
  padding-bottom: 0.2rem;
}
.tacttit h3:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.05rem;
  background: #C71E28;
  border-radius: 0.03rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tactitem {
  border-radius: 0.9rem;
  border: 1px solid #E5E5E5;
  position: relative;
  padding: 0.45rem 0.3rem;
  padding-left: 1.64rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 1.5rem;
}
.tactitem .picact {
  display: none;
}
.tactitem i {
  display: block;
  width: 1rem;
  position: absolute;
  left: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tactitem h4 {
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.tactitem p {
  font-size: 0.2rem;
  line-height: 1.3em;
  min-height: 2.6em;
}
.tactitem:hover {
  border-color: #C71E28;
  background: #C71E28;
}
.tactitem:hover i img {
  display: none;
}
.tactitem:hover i .picact {
  display: block;
}
.tactitem:hover h4, .tactitem:hover p {
  color: #FFF;
}

.tactlist {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tactlist li {
  width: 31.9%;
  margin-bottom: 0.3rem;
  margin-right: 2.15%;
}
.tactlist li:nth-child(3n) {
  margin-right: 0;
}

.argen-list {
  margin-top: 0.7rem;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.argen-list li {
  width: 31.9%;
  margin-bottom: 0.3rem;
  margin-right: 2.15%;
}
.argen-list li:nth-child(3n) {
  margin-right: 0;
}

.tactrow {
  background: url(../images/tactbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.tactrow-item i {
  width: 0.97rem;
  height: 0.97rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 9px 0px rgba(26, 26, 26, 0.07);
}
.tactrow-item p {
  color: #666666;
  font-size: 0.22rem;
  text-align: center;
  margin-top: 0.15rem;
}

.busban {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.busban h2 {
  font-family: "TitilliumWeb-Semibold";
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1em;
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #FFFFFF;
  -webkit-text-stroke: 1px #FFFFFF;
}
.busban p {
  font-size: 0.24rem;
  color: #FFF;
  margin-top: 0.5rem;
}

.keylist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  margin-top: 0.8rem;
}
.keylist li {
  width: 31.3%;
  margin-right: 3.05%;
  background: #FFFFFF;
  box-shadow: 0px 0.2rem 0.5rem 0px rgba(198, 198, 198, 0.3);
  border-radius: 0.1rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0.6rem;
}
.keylist li:nth-child(3n) {
  margin-right: 0;
}
.keylist li span {
  display: block;
  margin-bottom: 0.2rem;
}
.keylist li span i {
  display: inline-block;
  width: 0.2rem;
  height: 0.18rem;
  background: url(../images/star.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  margin-right: 2px;
}
.keylist li h4 {
  font-size: 0.22rem;
  font-family: "TitilliumWeb-Semibold";
  line-height: 1.3em;
  min-height: 3.9em;
  margin-bottom: 0.25rem;
}
.keylist li p {
  padding-top: 0.4rem;
  position: relative;
  color: #666666;
  font-size: 18px;
}
.keylist li p::before {
  content: "";
  display: block;
  width: 0.56rem;
  height: 0.04rem;
  background: #C71E28;
  border-radius: 0.02rem;
  position: absolute;
  top: 0;
  left: 0;
}
.keylist li:hover {
  background: url(../images/buspic1.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.keylist li:hover h4, .keylist li:hover p {
  color: #FFF;
}

.solumain {
  background: url(../images/solubg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.solubox {
  background: #FFFFFF;
  box-shadow: 0px 0.2rem 0.5rem 0px rgba(198, 198, 198, 0.3);
  border-radius: 0.1rem;
  margin-top: 0.6rem;
  padding: 0.55rem;
}

.solunav {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  border-bottom: 2px solid #E5E5E5;
}
.solunav li {
  width: 26.7%;
  padding-bottom: 0.3rem;
  font-size: 0.22rem;
  line-height: 1.2em;
  position: relative;
}
.solunav .solunavact {
  color: #C71E28;
}
.solunav .solunavact:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  background: #C71E28;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.solurow {
  margin-top: 0.6rem;
}
.solurow li {
  display: none;
}
.solurow li .wap-flex {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.solurow li:first-child {
  display: block;
}

.solupic {
  width: 43%;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #C71E28;
  padding-bottom: 0.08rem;
}
.solupic img {
  border-radius: 0.1rem;
}

.solutxt {
  width: 53.5%;
}
.solutxt h4 {
  font-size: 0.26rem;
  font-family: "TitilliumWeb-Semibold";
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.45rem;
}
.solutxt h4:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.04rem;
  background: #C71E28;
  border-radius: 0.02rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.solutxt p {
  color: #666;
  font-size: 18px;
}

.servicebox {
  background: url(../images/servicebg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.hosebox {
  background: url(../images/hosebg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.hosetxt {
  width: 61.4%;
}
.hosetxt .listtit {
  width: 80%;
}

.hoselist {
  width: 31.4%;
}

.hosetxt-item li {
  display: none;
}
.hosetxt-item li:first-child {
  display: block;
}

.hosetxt-bot {
  margin-top: 1.46rem;
}
.hosetxt-bot h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFF;
  max-width: 51%;
  position: relative;
  margin-bottom: 0.6rem;
}
.hosetxt-bot h4::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/hoseicon.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 50%;
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
}
.hosetxt-bot p {
  color: #FFF;
  opacity: 0.8;
}

.hoselist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.hoselist li {
  width: 48.8%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.05rem;
  margin-bottom: 0.1rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0.3rem;
}
.hoselist li .picact {
  display: none;
}
.hoselist li i {
  display: block;
  text-align: right;
  margin-bottom: 0.8rem;
}
.hoselist li i img {
  width: 0.55rem;
  display: inline-block;
}
.hoselist li p {
  font-size: 18px;
  line-height: 1.3em;
  color: #2C2C2C;
}
.hoselist li.hoselistact {
  background: #C71E28;
}
.hoselist li.hoselistact p {
  color: #FFF;
}
.hoselist li.hoselistact i {
  position: relative;
}
.hoselist li.hoselistact i::before {
  content: "";
  display: block;
  position: absolute;
  right: -0.15rem;
  top: -0.15rem;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/hoseicon.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.hoselist li.hoselistact i img {
  display: none;
}
.hoselist li.hoselistact i .picact {
  display: inline-block;
}

.ugcbox {
  background: url(../images/ugcbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.ugcbox p {
  font-size: 18px;
  color: #666;
}
.ugcbox .listtit h2 {
  padding-bottom: 0;
  margin-bottom: 0.3rem;
}
.ugcbox .listtit h2:after {
  display: none;
}
.ugcbox .listtit h3 {
  font-size: 0.3rem;
  text-align: center;
  color: #707070;
  padding-bottom: 0.45rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.ugcbox .listtit h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.05rem;
  background: #C71E28;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(211, 102, 10, 0.3);
  border-radius: 0.03rem;
  left: 50%;
  bottom: 0;
  margin-left: -0.25rem;
}

.mediabox {
  background: url(../images/mediabg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.mediabox .messagepic {
  background: #C71E28;
  padding-bottom: 0.08rem;
  border-radius: 0.1rem;
}
.mediabox .messagepic img {
  border-radius: 0.1rem;
}

.ugclist {
  margin-top: 0.68rem;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.ugclist li {
  width: 16.5%;
  background: #C71E28;
  z-index: 1;
  position: relative;
  padding: 0.7rem 0.3rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.ugclist li span {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 0.28rem;
  color: #FFF;
  opacity: 0.15;
  bottom: 0.58rem;
  width: 100%;
  left: 0;
}
.ugclist li h4 {
  font-size: 0.24rem;
  text-align: center;
  font-family: "TitilliumWeb-Semibold";
  color: #FFF;
  line-height: 1.3em;
}
.ugclist li i {
  display: block;
  width: 0.79rem;
  height: 0.79rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto 0.3rem;
}
.ugclist li i .picact {
  display: none;
}
.ugclist li p {
  display: none;
}
.ugclist li > img {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  height: 100%;
}
.ugclist .ugclistact {
  padding: 0.7rem 0.6rem;
  width: 66.6%;
}
.ugclist .ugclistact > img {
  display: block;
}
.ugclist .ugclistact p {
  display: block;
  color: #FFF;
  font-size: 18px;
  max-width: 80%;
}
.ugclist .ugclistact span {
  display: none;
}
.ugclist .ugclistact i {
  background: #C71E28;
  margin: 0;
  margin-bottom: 0.6rem;
}
.ugclist .ugclistact i img {
  display: none;
}
.ugclist .ugclistact i .picact {
  display: block;
}
.ugclist .ugclistact h4 {
  font-size: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.4rem;
  text-align: left;
}
.ugclist .ugclistact h4:after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.05rem;
  background: #FFFFFF;
  border-radius: 0.03rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1700px) {
  .titbox h2 {
    font-size: 0.8rem;
    line-height: 1em;
  }
  .markettxt h2 {
    font-size: 0.5rem;
  }
  .marketlist li span {
    font-size: 0.6rem;
  }
  .listtit h2 {
    font-size: 0.42rem;
    padding-bottom: 0.45rem;
    margin-bottom: 0.4rem;
  }
  .listtit p, .mileslist li p, .keylist li p, .solutxt p, .ugcbox p, .ugclist .ugclistact p, .companytxt p, .marketlist li p, .rowlist-txt p, .rowlist-txt p, .joinlist li p {
    font-size: 16px;
  }
  .hoselist li p {
    font-size: 15px;
  }
  .teambox .listtit p {
    font-size: 18px;
  }
  .listnav li a {
    line-height: 1rem;
    font-size: 0.22rem;
  }
  .tacttit h3 {
    font-size: 0.3rem;
  }
  .tactitem {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 1.6rem;
  }
  .tactitem h4 {
    font-size: 0.22rem;
  }
  .tactitem i {
    left: 0.4rem;
  }
  .tactitem p {
    font-size: 18px;
  }
  .argen-list {
    margin-top: 0.5rem;
  }
  .keylist li {
    padding: 0.5rem;
  }
  .keylist li span {
    margin-bottom: 0.3rem;
  }
  .keylist li p {
    padding-top: 0.3rem;
  }
  .keylist {
    margin-top: 0.6rem;
  }
  .jointxt h4 {
    font-size: 0.4rem;
  }
  .jointxt p {
    font-size: 16px;
  }
  .joinlist li {
    padding: 0.4rem 0.5rem;
  }
  .jointxt {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.4rem;
  }
}
@media (max-width: 1600px) {
  .listnav li a {
    font-size: 18px;
  }
  .nav > li > a {
    font-size: 16px;
  }
  .tactitem p {
    font-size: 16px;
  }
}


/*202405*/
.p4cont_click li{cursor:pointer}
.mileslist li{transition:.3s linear;-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;}
.mileslist li:hover{transform:translateY(-.1rem)}

.listtit p{font-size:.24rem;}
.hosetxt-bot{margin-top:1rem;}

.hosetxt-bot p{font-size:.24rem;line-height: 1.6em;min-height: 14.4em;}
.ugcbox p{font-size:.24rem;}
.ugclist .ugclistact p{font-size:.24rem;}





.carer_01{background:url("../images/career_03.webp") 50% no-repeat;background-size:cover;width:100%;overflow:hidden;text-align:right;padding:.7rem 0px;}
.carer01_c{display:inline-block;}
.carer_01 h2{width:100%;overflow:hidden;text-align:center;font-size:.5rem;font-family:"TitilliumWeb-Semibold";color:#fff;margin-bottom:.3rem;}
.carer_01 h2 span{width:100%;display:block;overflow:hidden;padding-bottom:.3rem;}
.carer_01 h2:after{width:.5rem;height:.05rem;display:block;margin:0px auto;padding:0px;background-color:#C71E28;content:"";}

.carer_01 .p{width:100%;overflow:hidden;font-size:.24rem;}
.carer_01 .p a{width:100%;display:block;overflow:hidden;color:#fff;border-radius:.6rem;height:.6rem;padding:0px .3rem;border:2px solid rgba(255,255,255,.5);background-color:rgba(255,255,255,.15);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:flex;display:-webkit-flex;align-items:center;justify-content:center;max-width:3rem;margin:0px auto;padding:0px;}
.carer_01 .p i{display:inline-block;background:url("../images/lj.svg") 0% 50% no-repeat;background-size:.2rem;padding-left:.3rem;font-style:normal;word-break:break-all;line-height:1.3;text-align:left;}
.carer_01 .p a:hover{background-color:#C71E28;border:2px solid #C71E28;}

.tactlist_t{width:100%;overflow:hidden;padding-bottom:.4rem;margin-top:.7rem;}
.tactlist_t span{width:100%;display:block;overflow:hidden;font-size:.34rem;color:#707070;padding-bottom:.2rem;}
.tactlist_t:after{content:"";display:block;width:.4rem;height:.05rem;display:block;border-radius:.05rem;background-color:#c71e28;}


.ab_01{width:100%;overflow:hidden;background:url("../images/ab_01.webp") 50% no-repeat;background-size:cover;}
.ab_01 .content{display:flex;display:-webkit-flex;align-items:center;justify-content:space-between;}
.ab_01 .fl{width:60%;padding-right:1rem;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.ab_01 .fl img{width:100%;display:block;}

.ab_01 .fr{width:40%;}


@media screen and (max-width:1700px){
    .carer_01 h2{font-size:.42rem;}
}
@media screen and (max-width:1000px){
  .carer_01 h2{font-size:.26rem;}
  .carer_01 h2:after{height:3px;}

  .carer01_c{width:100%;overflow:hidden;}
  
  .tactlist_t span{font-size:.24rem;}
  
  .ab_01 .content{display:block;}
  .ab_01 .fl{width:60%;margin:0px auto;padding-right:0px;float:none;}
  .ab_01 .fr{width:100%;margin-top:.4rem}
    
}

















