@charset "UTF-8";
.banner-bg {
  padding-top: 135px;
  box-sizing: border-box;
  height: 590px;
  background-image: url(/index/images/aboutUS/banner.jpg);
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .partners .banner-bg{ height:450px;}
  .banner2-bg {
  padding-top: 135px;
  box-sizing: border-box;
  height: 450px;
  background-image: url(/index/images/aboutUS/banner.jpg);
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .banner-bg strong {
    font-size: 50px;
    font-weight: bolder;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
    .banner-bg_en strong {
      font-size: 44px;
      line-height: 60px;
    }

  .banner-bg em {
    font-size: 24px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }

.partner{ padding-top:50px; padding-bottom:50px}
.logolist{ padding-top:30px; padding-bottom:80px}
.logolist ul{ padding-top:30px}
.logolist ul li{float:left; width:16%; padding-right:2%; padding-left:2%; padding-bottom:30px; text-align:center}
.logolist ul li h4{ font-size:16px; line-height:40px;}
.logolist ul li img{width:100%; height:auto; border:1px solid #e0e0e0;}

 
.logolist ul li img {
  
}
.cl{clear:both}
.partner .title-2 h2{ font-size:22px}
@media screen and (max-width: 1200px) {
  .banner-bg {
    padding-top: 75px;
    height: 440px; }
    .banner-bg strong {
      font-size: 40px;
      margin-bottom: 8px; }
      .banner-bg_en strong {
        font-size: 34px;
        line-height: 40px;
      }
    .banner-bg em {
      font-size: 18px; } }
@media screen and (max-width: 750px) {
  .banner-bg {
    height: 260px; }
    .banner-bg strong {
      font-size: 20px;
      letter-spacing: 0px;
      margin-bottom: 5px; }
      .banner-bg_en strong {
        font-size: 20px;
        line-height: 28px;
      }
    .banner-bg em {
      text-align: center;
      width: 85%;
      font-size: 12px; } }
/* 公司简介 */
.aboutUS-introduce {
  margin-top: 70px;
  font-size: 16px; }
  .aboutUS-introduce .desc {
    letter-spacing: 2px;
    margin-top: 45px; }
    .aboutUS-introduce .desc p {
      text-indent: 2em;
      line-height: 28px;
      margin-bottom: 10px; }
  .aboutUS-introduce .itde-list {
    padding-top: 200px;
    margin-top: 380px;
    background-image: url(/index/images/aboutUS/intorduce-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .aboutUS-introduce .itde-list .itde-list-bg {
      width: 1200px;
      height: 500px;
      padding: 0 15px;
      box-sizing: border-box;
      position: absolute;
      top: -360px;
      left: 50%;
      transform: translate(-50%); }
      .aboutUS-introduce .itde-list .itde-list-bg div {
        width: 100%;
        height: 100%;
        background-image: url(/index/images/aboutUS/m-banner.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .aboutUS-introduce .itde-list ul {
      display: flex;
      flex-wrap: wrap; }
      .aboutUS-introduce .itde-list ul li {
        width: 33.33%;
        margin-bottom: 70px;
        padding-right: 30px;
        box-sizing: border-box; }
        .aboutUS-introduce .itde-list ul li h4 {
          font-size: 24px;
          font-weight: bold;
          color: #9912ac;
          margin-bottom: 15px; }
        .aboutUS-introduce .itde-list ul li span {
          font-size: 16px;
          line-height: 24px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }

@media screen and (max-width: 1200px) {
  .aboutUS-introduce .itde-list {
    padding-top: 150px;
    margin-top: 320px; }
    .aboutUS-introduce .itde-list .itde-list-bg {
      width: 100%;
      padding: 0 15px;
      height: 400px;
      top: -300px; } }
@media screen and (max-width: 750px) {
  .aboutUS-introduce {
    margin-top: 20px; }
    .aboutUS-introduce .desc {
      margin-top: 20px; }
    .aboutUS-introduce .itde-list {
      padding-top: 110px;
      margin-top: 100px; }
      .aboutUS-introduce .itde-list .itde-list-bg {
        width: 100%;
        padding: 0 15px;
        height: 180px;
        top: -90px; }
      .aboutUS-introduce .itde-list ul li {
        width: 50%;
        margin-bottom: 15px;
        padding-right: 15px; }
        .aboutUS-introduce .itde-list ul li h4 {
          font-size: 18px;
          margin-bottom: 8px; }
        .aboutUS-introduce .itde-list ul li span {
          font-size: 12px; } }
/* 里程碑 */
.aboutUS-milestone {
  padding: 60px 0;
  background-image: url(/index/images/aboutUS/mlestone-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .aboutUS-milestone .title-2 {
    color: #fff; }
  .aboutUS-milestone .content {
    margin-top: 40px;
    display: flex; }
    .aboutUS-milestone .content .img {
      flex: 4;
      width: 440px;
      height: 660px;
      margin-right: 80px;
      background-image: url(/index/images/aboutUS/mlestone-banner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative; }
    .aboutUS-milestone .content .scroll-container {
      flex: 6;
      overflow: hidden;
      max-height: 660px; }
      .aboutUS-milestone .content .scroll-container .scroll {
        height: 100%;
        width: 100%;
        padding-right: 17px;
        padding-bottom: 17px;
        overflow: scroll; }
        .aboutUS-milestone .content .scroll-container .scroll ul {
          width: 100%;
          overflow: hidden;
          padding: 20px;
          box-sizing: border-box; }
          .aboutUS-milestone .content .scroll-container .scroll ul li {
            color: #fff;
            padding-left: 50px;
            box-sizing: border-box;
            padding-bottom: 40px;
            border-left: 1px #666 solid;
            position: relative; }
            .aboutUS-milestone .content .scroll-container .scroll ul li:last-child {
              border-left: none; }
            .aboutUS-milestone .content .scroll-container .scroll ul li:before {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              content: " ";
              width: 24px;
              height: 24px;
              border-radius: 100%;
              background-color: rgba(202, 30, 201, 0.4);
              position: absolute;
              left: -12px;
              top: -12px; }
            .aboutUS-milestone .content .scroll-container .scroll ul li:after {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              content: " ";
              width: 12px;
              height: 12px;
              border-radius: 100%;
              background-color: #ca1ec9;
              position: absolute;
              left: -6px;
              top: -6px; }
            .aboutUS-milestone .content .scroll-container .scroll ul li div {
              transition: all 0.3s;
              transform-origin: 0 0; }
              .aboutUS-milestone .content .scroll-container .scroll ul li div h4 {
                font-size: 24px;
                margin-bottom: 15px;
                position: relative;
                top: -10px; }
              .aboutUS-milestone .content .scroll-container .scroll ul li div p {
                width: 90%;
                font-size: 16px;
                letter-spacing: 2px;
                line-height: 30px;
                position: relative;
                top: -10px; }
            .aboutUS-milestone .content .scroll-container .scroll ul li:hover div {
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
            .aboutUS-milestone .content .scroll-container .scroll ul li:hover:after, .aboutUS-milestone .content .scroll-container .scroll ul li:hover:before {
              -webkit-transform: scale(1.3);
              transform: scale(1.3); }

@media screen and (max-width: 1200px) {
  .aboutUS-milestone .content .img {
    width: 340px;
    height: 500px;
    margin-right: 60px; }
  .aboutUS-milestone .content .scroll {
    height: 500px; } }
@media screen and (max-width: 750px) {
  .aboutUS-milestone {
    padding: 20px 0; }
    .aboutUS-milestone .content {
      margin-top: 10px;
      flex-direction: column; }
      .aboutUS-milestone .content .img {
        width: 100%;
        height: 330px;
        margin-right: 0; }
      .aboutUS-milestone .content .scroll-container .scroll {
        height: 400px;
        padding-bottom: 0; }
        .aboutUS-milestone .content .scroll-container .scroll ul li {
          padding-left: 25px;
          padding-bottom: 20px; }
          .aboutUS-milestone .content .scroll-container .scroll ul li div h4 {
            font-size: 18px;
            margin-bottom: 8px;
            top: -5px; }
          .aboutUS-milestone .content .scroll-container .scroll ul li div p {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            top: -5px; } }
/* 总裁寄语 */
.aboutUS-brand {
  padding: 60px 0;
  background-image: url(/index/images/aboutUS/dream-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .aboutUS-brand .title-2 h2, .aboutUS-brand .title-2 em, .aboutUS-brand .title-2 span {
    color: #fff; }
  .aboutUS-brand .content {
    margin-top: 60px;
    position: relative;
    width: 700px;
    height: 300px; }
    .aboutUS-brand .content:after {
      content: ' ';
      position: absolute;
      top: 20px;
      left: 20px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7); }
    .aboutUS-brand .content .message {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .aboutUS-brand .content .message img {
        width: 58%; }
      .aboutUS-brand .content .message div {
        margin-top: 30px; }
        .aboutUS-brand .content .message div p {
          color: #666;
          font-size: 18px;
          letter-spacing: 2px;
          line-height: 34px; }

@media screen and (max-width: 1200px) {
  .aboutUS-brand .content {
    width: 565px;
    height: 330px; }
    .aboutUS-brand .content .message {
      padding: 30px 45px; }
      .aboutUS-brand .content .message div p {
        color: #666;
        font-size: 16px;
        line-height: 28px; } }
@media screen and (max-width: 750px) {
  .aboutUS-brand {
    padding: 30px 0; }
    .aboutUS-brand .content {
      margin-top: 30px;
      width: 100%;
      height: 280px; }
      .aboutUS-brand .content:after {
        content: none; }
      .aboutUS-brand .content .message {
        padding: 20px 20px; }
        .aboutUS-brand .content .message div {
          margin-top: 15px; }
          .aboutUS-brand .content .message div p {
            color: #666;
            font-size: 12px;
            line-height: 20px; } }
/* 企业愿景 */
.aboutUS-dream {
  padding: 60px 0;
  background-image: url(/index/images/aboutUS/brand-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

@media screen and (max-width: 750px) {
  .aboutUS-dream {
    padding: 30px 0; } }
/* 企业使命 */
.aboutUS-mission {
  padding: 60px 0;
  background-image: url(/index/images/aboutUS/fly-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; }
  .aboutUS-compliance{
      margin: 80px 0 0 0;
  }

@media screen and (max-width: 750px) {
  .aboutUS-mission {
    padding: 30px 0; } }
/* 荣誉资质 */
.aboutUS-honro {
  background-image: url(/index/images/aboutUS/honro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  padding-bottom: 40px;
  position: relative; }
  .aboutUS-honro .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .aboutUS-honro .title .tab {
      border-bottom: 1px #cacaca solid; }
      .aboutUS-honro .title .tab span {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        padding: 0 10px;
        line-height: 46px;
        position: relative; }
        .aboutUS-honro .title .tab span.active:after {
          content: ' ';
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 100%;
          height: 2px;
          background: #a838a8; }
  .aboutUS-honro ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    transition: max-height 0.5s;
    overflow: hidden; }
    .aboutUS-honro ul li {
      width: 30%;
      height: 110px;
      box-sizing: border-box;
      border: 1px #cacaca solid;
      padding: 16px 20px;
      box-sizing: border-box;
      margin-bottom: 40px;
      background: rgba(255, 255, 255, 0.8); }
      .aboutUS-honro ul li:nth-child(3n-1) {
        margin: 0 5%;
        margin-bottom: 40px; }
      .aboutUS-honro ul li h4 {
        font-size: 16px;
        margin-bottom: 10px; }
      .aboutUS-honro ul li p {
        line-height: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical; }
  .aboutUS-honro .bar {
    width: 200px;
    margin: 0 auto;
    display: flex; }
    .aboutUS-honro .bar span {
      cursor: pointer;
      display: inline-block;
      width: 50%;
      height: 4px;
      background: #cacaca; }
      .aboutUS-honro .bar span.active {
        background: #a838a8; }
  .aboutUS-honro .up {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 396px;
    height: 40px;
    padding-bottom: 8px;
    background: url(/index/images/card/up.png) no-repeat;
    background-size: 100%;
    width: 360px;
    text-align: center;
    line-height: 40px; }
    .aboutUS-honro .up em {
      color: #8a0596;
      margin-right: 10px; }

@media screen and (max-width: 750px) {
  .aboutUS-honro {
    padding: 40px 0; }
    .aboutUS-honro .title {
      flex-direction: column;
      align-items: flex-start; }
      .aboutUS-honro .title .tab {
        margin: 0 auto;
        margin-top: 10px; }
    .aboutUS-honro ul {
      margin-top: 20px; }
      .aboutUS-honro ul li {
        width: 100%; }
        .aboutUS-honro ul li:nth-child(3n-1) {
          margin-left: 0;
          margin-right: 0; }
        .aboutUS-honro ul li h4 {
          margin-bottom: 10px; }
    .aboutUS-honro .up {
      width: 297px;
      height: 30px;
      bottom: -38px; } }
/* 公共图片文字 */
.brand-content {
  margin-top: 140px;
  margin-bottom: 70px; }
  .brand-content .brand-text {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .brand-content .brand-text strong {
      font-size: 70px;
      font-weight: bold;
      margin-bottom: 30px;
      letter-spacing: 9px; }
    .brand-content .brand-text em {
      text-align: center;
      font-size: 24px;
      line-height: 50px;
      letter-spacing: 2px; }

@media screen and (max-width: 1200px) {
  .brand-content .brand-text strong {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 8px; }
  .brand-content .brand-text em {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 6px; }
      .aboutUS-compliance{
      margin: 50px 0 0 0 ;
  }
    
}
@media screen and (max-width: 750px) {
      .aboutUS-compliance{
      margin: 30px 0 0 0 ;
  }
  .brand-content {
    margin-top: 30px;
    margin-bottom: 15px; }
    .brand-content .brand-text strong {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 15px;
      letter-spacing: 4px; }
    .brand-content .brand-text em {
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 2px; } }
/* 合作伙伴 */
.aboutUS-partner {
  padding: 60px 0; }
  .aboutUS-partner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px; }
    .aboutUS-partner ul li {
      width: 200px;
      height: 84px;
      margin-bottom: 40px;
      background: #fff; }
      .aboutUS-partner ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center; }
        .aboutUS-partner ul li a img {
          width: 200px;
          height: 84px; }

@media screen and (max-width: 750px) {
  .aboutUS-partner {
    padding: 30px 0;
    padding-top: 60px; }
    .aboutUS-partner ul {
      margin-top: 25px; }
      .aboutUS-partner ul li {
        width: 31%;
        height: 42px;
        margin-bottom: 20px; }
        .aboutUS-partner ul li a img {
          width: 100%;
          height: auto; } }
/* 联系DB电竞 */
.aboutUS-contact {
  padding: 60px 0;
  background-image: url(/index/images/aboutUS/contact-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; }
  .aboutUS-contact .content {
    font-size: 0.32em;
    margin-top: 30px;
    display: flex; }
    .aboutUS-contact .content .left {
      color: #fff;
      width: 50%;
      padding-right: 60px;
      flex-grow: 1; }
      .aboutUS-contact .content .left li {
        margin-bottom: 20px;
        line-height: 26px;
        display: flex;
        font-size: 16px; }
        .aboutUS-contact .content .left li strong {
          flex-shrink: 0; }
    .aboutUS-contact .content .right {
      width: 50%;
      flex-grow: 1; }
      .aboutUS-contact .content .right .map img {
        width: 100%; }
      .aboutUS-contact .content .right p {
        margin-top: 20px;
        text-align: center; }

@media screen and (max-width: 1200px) {
  .aboutUS-contact .content .left {
    color: #fff;
    width: 40%;
    padding-right: 45px; }
  .aboutUS-contact .content .right {
    width: 60%; } }
@media screen and (max-width: 750px) {
  .aboutUS-contact {
    padding: 30px 0; }
    .aboutUS-contact .content {
      margin-top: 15px;
      flex-direction: column; }
      .aboutUS-contact .content .left {
        -webkit-order: 2;
        width: 100%;
        padding-right: 0; }
        .aboutUS-contact .content .left li {
          margin-bottom: 10px;
          line-height: 20px;
          display:block}
          .aboutUS-contact .content .left li span{}
      .aboutUS-contact .content .right {
        margin-bottom: 10px;
        -webkit-order: 1;
        width: 100%; }
        .aboutUS-contact .content .right .map img {
          width: 100%; }
        .aboutUS-contact .content .right p {
          display: none; } }

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