@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Courier New", Courier, monospace;
  background-color: #222836;
  overflow-x: hidden;
}

@font-face {
  font-family: DIN;
  src: url(../font/DIN-LIGHTALTERNATE.OTF);
}
@font-face {
  font-family: Montserrat;
  src: url(../font/MONTSERRAT-BLACK.OTF);
}
.mainMedia {
  width: 1100px;
  margin: auto;
  display: flex;
  padding: 11rem 0;
}
.mainMedia .mainInfo {
  width: 100%;
  flex: auto;
}
.mainMedia .mainInfo .mainTitle {
  display: inline-block;
  font-size: 44px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 75px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  -webkit-text-fill-color: white;
  text-fill-color: white;
  color: white;
  transition: all 0.5s ease-in-out;
  user-select: none;
}
.mainMedia .mainInfo .mainTitle:hover {
  opacity: 1;
  -webkit-text-fill-color: white;
  text-fill-color: white;
}
.mainMedia .mainInfo .mainTitle:hover ~ .cursor {
  transform: scale(2.5);
  mix-blend-mode: difference;
  background: white;
}
.mainMedia .mainInfo .subTitle {
  user-select: none;
  color: #FFFFFF;
  height: 27px;
  font-size: 23px;
  font-family: DIN;
  font-weight: 300;
}
.mainMedia .mainInfo .subTitle:hover ~ .cursor {
  transform: scale(2.5);
  mix-blend-mode: difference;
  background: white;
}
.mainMedia .mainInfo .secTitle {
  user-select: none;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 300;
  line-height: 40px;
  font-family: Source Han Sans CN;
  padding-top: 10px;
}
.mainMedia .mainInfo .secTitle:hover ~ .cursor {
  transform: scale(2.5);
  mix-blend-mode: difference;
  background: white;
}
.mainMedia .mainInfo .subImg img {
  margin-top: 100px;
  margin-left: -15px;
  height: 90px;
}
.mainMedia .mainInfo .cursor {
  display: none;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  border: 0.125rem solid white;
  border-radius: 50%;
  box-shadow: 2px -3px 2rem -1px rgba(250, 250, 250, 0.64);
  pointer-events: none;
  background-color: white;
  transition: background-color ease-in-out 0.25s, transform ease-in-out 0.25s, opacity linear 0.125s, left linear 0.125s, top linear 0.125s;
  cursor: pointer;
  position: absolute;
}
.mainMedia .mainInfo:hover .cursor {
  display: inline-block;
  opacity: 1;
}
.mainMedia .mainImage {
  width: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes float {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mainMedia .mainImage .planetImg {
  width: 551px;
  height: 551px;
  position: absolute;
  animation: float infinite 12s;
}

.mainCarousel {
  display: flex;
  width: 1100px;
  margin: 6rem auto;
}
.mainCarousel .tabHeader {
  width: 465px;
  height: 662px;
  transform: translateX(-200px);
  opacity: 0;
  transition: all ease-in-out 0.75s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/chain_bg.png");
  z-index: 1;
}
.mainCarousel .tabHeader .headerTitle {
  padding: 7rem 5rem 5rem 5rem;
}
.mainCarousel .tabHeader .headerTitle .title {
  line-height: 39px;
  font-size: 39px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 45px;
  color: #FFFFFF;
}
.mainCarousel .tabHeader .headerTitle .subTitle {
  height: 20px;
  font-size: 16px;
  font-family: DIN;
  font-weight: 300;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.95);
}
.mainCarousel .tabHeader .headerMenu {
  padding: 0 5rem;
}
.mainCarousel .tabHeader .headerMenu .item {
  cursor: pointer;
  margin-bottom: 25px;
}
.mainCarousel .tabHeader .headerMenu .item .square {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: white;
  margin-right: 20px;
  margin-bottom: -2px;
  transition: all ease-in-out 0.35s;
}
.mainCarousel .tabHeader .headerMenu .item .title {
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #DFDFDF;
  padding-bottom: 1rem;
}
.mainCarousel .tabHeader .headerMenu .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  margin-top: 31px;
  background: transparent;
  transition: all ease-in-out 0.35s;
}
.mainCarousel .tabHeader .headerMenu .item:hover .square, .mainCarousel .tabHeader .headerMenu .item.active .square {
  background: #F3D822;
}
.mainCarousel .tabHeader .headerMenu .item:hover::before, .mainCarousel .tabHeader .headerMenu .item.active::before {
  width: 175px;
  background: #FFAF00;
}
.mainCarousel .tabHeader.active {
  opacity: 1;
  transform: translateX(0px) translateY(25px);
}
.mainCarousel .tabContent {
  margin-top: 90px;
  width: 760px;
  height: 537px;
  display: flex;
  z-index: 10;
}
.mainCarousel .tabContent .tabBody {
  width: 0;
  height: 537px;
  opacity: 0;
  transition: margin-left ease-in-out 0.75s;
  position: absolute;
  margin-left: 200px;
  pointer-events:none;
}
.mainCarousel .tabContent .tabBody .media {
  width: 760px;
  height: 537px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/chain_r_bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mainCarousel .tabContent .tabBody .media .mediaImage {
  z-index: 20;
  width: 393px;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translateX(-40%);
  margin-left: -150px;
}
.mainCarousel .tabContent .tabBody .media .mediaInfo {
  width: 300px;
  height: 290px;
  display: flex;
  flex-direction: column;
  transform: translateX(50%);
}
.mainCarousel .tabContent .tabBody .media .mediaInfo .textInfo {
  flex: auto;
  padding-top: 50px;
}
.mainCarousel .tabContent .tabBody .media .mediaInfo .textInfo .title {
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 54px;
  color: #FFFFFF;
}
.mainCarousel .tabContent .tabBody .media .mediaInfo .textInfo .desc {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.mainCarousel .tabContent .tabBody .media .mediaInfo .mediaActs {
  transform: translateX(170%) translateY(200%);
  width: 60px;
  text-align: right;
  padding-right:48px;
  background:url('../images/mediaActs_bg.png') no-repeat right center;
  background-size:auto 14px;
}
.mainCarousel .tabContent .tabBody .media .mediaInfo .mediaActs a {
  text-decoration: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #F3D822;
  pointer-events:auto;
}
.mainCarousel .tabContent .tabBody.active {
  width: 760px;
  margin-left: 0px;
  opacity: 1;
}

.mainAdvantage {
  width: 1100px;
  margin: 13rem auto;
}
.mainAdvantage .header {
  text-align: center;
  margin-bottom: 5rem;
}
.mainAdvantage .header .title {
  font-size: 39px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 67px;
  color: #FFFFFF;
}
.mainAdvantage .header .subTitle {
  font-size: 70px;
  font-family: DIN;
  font-weight: 900;
  line-height: 86px;
  color: rgba(223, 223, 223, 0.3);
  opacity: 0.22;
  margin-top: -105px;
}
.mainAdvantage .body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainAdvantage .body .item {
  max-width: 339px;
  width: 339px;
  height: 407px;
  margin: 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mainAdvantage .body .item .image {
  text-align: center;
  padding: 3.5rem 0 1.5rem 0;
}
.mainAdvantage .body .item .image img {
  height: 146px;
}
.mainAdvantage .body .item .title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 41px;
  color: #DFDFDF;
  padding: 0.5rem 1.5rem;
  text-align:center;
}
.mainAdvantage .body .item .subTitle {
  padding: 0 1.5rem;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  line-height: 24px;
  color: #DEDEDE;
}
.mainAdvantage .body .item:nth-child(1) {
  background-image: url("../images/advantage_bg1.png");
}
.mainAdvantage .body .item:nth-child(2) {
  background-image: url("../images/advantage_bg2.png");
}
.mainAdvantage .body .item:nth-child(3) {
  background-image: url("../images/advantage_bg3.png");
}

.mainAboutUs {
  width: 100%;
  height: 479px;
  /*background: url("../img/组 1517.png") no-repeat center;
  background-size: auto;*/
  margin: auto;
}
.mainAboutUs .body {
  width: 100%;
  /*width: 1100px;*/
  margin: auto;
  display: flex;
}
.mainAboutUs .body .null {
  /*flex: 1 0 0%;*/
  width:45%;
  background:url('../images/home_about.jpg') no-repeat right;
  background-size:cover;
}
.mainAboutUs .body .aboutRt{
  width:51%;
  padding-left:4%;
  background:#E27979;
}
.mainAboutUs .body .info {
  width:66%;
  flex: 0 0 auto;
  /*width: 590px;*/
  padding: 50px 0;
}
.mainAboutUs .body .info > .title {
  font-size: 39px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 50px;
  color: #FFFFFF;
}
.mainAboutUs .body .info > .subTitle {
  font-size: 16px;
  font-family: DIN;
  font-weight: 300;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 2rem;
  width: 60%;
}
.mainAboutUs .body .info > .desc {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  line-height: 27px;
  color: #FFFFFF;
}
.mainAboutUs .body .info > .stats {
  display: flex;
  padding-top: 3rem;
}
.mainAboutUs .body .info > .stats .item .title {
  display: inline-block;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 48px;
  color: #FFFFFF33;
  border-bottom: 1px solid white;
}
.mainAboutUs .body .info > .stats .item .title .unit {
  font-size: small;
  line-height: 0;
}
.mainAboutUs .body .info > .stats .item .subTitle {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.mainAboutUs .body .info > .stats .sp {
  margin: 1.75rem 2rem 0 2rem;
  width: 1px;
  height: 40px;
  background-color: white;
  opacity: 0.2;
}
.mainAboutUs .extraImage img {
  transform: translateX(29px) translateY(-60%);
  float: right;
  width: 510px;
}

.mainMapLocation {
  margin: auto;
  width: 100%;
  height: 351px;
  background: rgba(0, 0, 0, 0);
  background-image: url("../images/map_address.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.mainMapLocation .body {
  width: 1100px;
  margin: auto;
  display: flex;
}
.mainMapLocation .body .null {
  flex: 1 0 0%;
}
.mainMapLocation .body .info {
  flex: 0 0 auto;
  width: 630px;
  padding: 110px 0;
}
.mainMapLocation .body .info > .title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 27px;
  color: #FFFFFF;
}

.mainContact {
  display: flex;
  width: 800px;
  margin: 8rem auto;
}
.mainContact .image {
  flex: 0 0 auto;
}
.mainContact .image img {
  width: 135px;
  height: 234px;
  background: rgba(0, 0, 0, 0);
}
.mainContact .info {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  height: 234px;
  margin: 0 3rem;
}
.mainContact .info > div:first-child {
  flex: auto;
}
.mainContact .info .title {
  font-size: 39px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 67px;
  color: #FFFFFF;
}
.mainContact .extra {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  height: 234px;
}
.mainContact .extra > div:first-child {
  flex: auto;
}
.mainContact .subTitle {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  line-height: 27px;
  color: #FFFFFF;
}



@media (min-width: 1366px) {
    .mainAboutUs .extraImage img{
      width:340px;
    }
    /*.xing_bg{
      height:200px !important;
      background-size:auto 100%;6
    }*/
}
@media (min-width: 1440px) {
    .mainAboutUs .extraImage img{
      width:360px;
    }
    .xing_bg{
      height:800px !important;
      background-size:auto 100%;
    }
}
@media (min-width: 1441px) {
    .mainAboutUs .extraImage img{
      width:510px;
    }
    .xing_bg{
      height:1063px !important;
      background-size:auto 100%;
    }
}

/*# sourceMappingURL=index.css.map */

















