.main {
    background-color: #f9f9f9
}

.main .container-fluid {
    background-color: #fff
}

.main .about-home {
    height: .93rem;
    line-height: .93rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.main .about-home, .main .about-home .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.group-top img{
  width: 85%;
  margin: 0 auto;
}
@media (max-width:768px) {
  .group-top img{
    width: 100%;
  }
  .main .group-top{
    padding: 30px 0;
  }
}


.main .about-home .about {
    font-size: .18rem;
    color: #4c4c4c;
    line-height: .28rem;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.main .about-home .about a{
  font-size: .18rem;
}

.main .about-home .about > img {
    margin-right: .1rem
}

.main .about-home > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    height: 100%
}

.main .about-home > ul li {
    height: 100%;
    font-size: .18rem;
    color: #4c4c4c;
    position: relative;
    line-height: .93rem;
    cursor: pointer
}
.main .about-home > ul li a{
  font-size: .18rem;
}

.main .about-home > ul:hover li:nth-child(1) a{
  color:#333;
}
.main .about-home > ul:hover li:nth-child(1)::before{
 content: "";
 left:-999999px;
}
.main .about-home > ul li:nth-child(1) a{
    color:#eb6101;
}
/* .main .about-home > ul li:nth-child(1)::before{
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: .48rem;
    height: 3px;
    background: #eb6101;
} */

.main .about-home > ul li.active:after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: .48rem;
    height: 3px;
    background: #eb6101
}

.main .desc img {
  margin-top: .9rem;
  margin-bottom: 0.33rem;
}

.main .desc p {
    font-size: .2rem;
    color: #3b3b3b;
    line-height: .36rem
}

.main .desc p .company-name {
    font-size: .2rem;
    font-weight: 700;
    /* text-indent: 2em */
}



.main .group-list {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: .8rem;
    margin-bottom: 1.4rem
}

.main .group-list, .main .group-list > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main .group-list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.4rem;
    text-align: center
}

.main .group-list > div img {
    width: .44rem;
    height: .44rem
}

.main .group-list .title {
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .55rem;
    cursor: pointer
}
.main .group-list .title:hover{
    color: #eb6100;
}


.main .group-list .memo {
    font-size: .16rem;
    color: #4c4c4c;
    line-height: .24rem;
}



.main .our-dna {
    position: relative
}

.main .our-dna{
  background-color: #737274;
}
.main .our-dna .bg{
  width: 100%;
  margin: 0 auto;
}

.main .our-dna .dna-title {
    position: absolute;
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main .our-dna .dna-title h1 {
    font-size: .36rem;
    color: #fff;
    line-height: .15rem;
    text-align: center;
}

.main .our-dna .dna-title h3 {
    font-size: .16rem;
    color: #fff;
    line-height: .35rem;
    margin-top: .22rem;
    margin-bottom: .25rem;
    text-align: center;
}

.main .our-dna .dna-title h5 {
    font-size: .16rem;
    color: #fff;
    line-height: .18rem;
    opacity: .5;
    text-align: center;
}

.main .our-dna .bottom-title {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main .our-dna .bottom-title h2 {
    font-size: .36rem;
    color: #fff;
    line-height: .15rem;
    text-align: center;
}

.main .our-dna .bottom-title h4 {
    font-size: .16rem;
    color: #fff;
    opacity: .4;
    line-height: .35rem;
    margin-top: .22rem;
    text-align: center;
}

.main .our-dna .item {
    position: absolute;
    cursor: pointer
}

.main .our-dna .item:hover .chinese {
    color: #eb6100
}

.main .our-dna .item:hover .es {
    color: #eb6100
}

.main .our-dna .item .chinese {
    font-size: .2rem;
    color: #fff;
    line-height: .24rem
}

.main .our-dna .item .es {
    font-size: .15rem;
    color: #fff;
    line-height: .2rem;
    opacity: .5;
    margin-top: .13rem
}

.main .our-dna .item1 {
    top: 26%;
    left: 17%
}

.main .our-dna .item2 {
    top: 38%;
    left: 24%
}

.main .our-dna .item3 {
    top: 46%;
    left: 32%
}

.main .our-dna .item4 {
    top: 48.5%;
    left: 40.5%
}

.main .our-dna .item5 {
    top: 36%;
    left: 49%
}

.main .our-dna .item6 {
    top: 41%;
    left: 58.4%
}

.main .our-dna .item7 {
    top: 32%;
    left: 67%
}

.main .our-dna .item8 {
    top: 23%;
    left: 73.8%
}

.main .our-dna .item9 {
    top: 15.3%;
    left: 80.5%
}

.main .card-list {
    background-color: #fff;
    background:#fff url('/static/image/aboutSinca/about.jpg') no-repeat center;
    width: 100%;
    height: 7.39rem;
    background-size: 100% 100%;
    background-color: #676767;
}

.main .card-list-container, .main .card-list-container li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card-list-container li > img{
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.main .card-list-container .active img{
   display: none;
}
.main .card-list-container .active .request{
    color: #333
}
.main .card-list-container .active .tips{
    color: #333
}
/* .main .card-list-container .active::before{
    content: '';
    display:inline-block;
    background:url('/static/image/icon/3-1.png') no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
} */
.main .card-list-container li {
    width: 3.31rem;
    height: 7.46rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1px;
    background: rgba(76, 76, 76, .15);
    padding: 1.88rem .4rem 0
}



.main .card-list-container li.active .request, .main .card-list-container li.active .tips {
    color: #fff
}

.main .card-list-container .request {
    font-size: .26rem;
    color: #1e1e1e;
    line-height: .32rem;
    margin-top: .87rem
}

.main .card-list-container .tips {
    font-size: .2rem;
    color: #1e1e1e;
    line-height: .32rem;
    margin-top: .26rem
}

.main .our-team {
    padding: .64rem 0 1.2rem;
    background: #fff
}

.main .our-team .title {
    margin-bottom: .3rem;
    color: #4c4c4c;
    line-height: .61rem;
    font-size: .36rem
}

.main .our-team .title span {
    font-size: .16rem
}

.main .our-team .top {
    cursor: pointer;
}

.main .our-team .top1 {
    aspect-ratio: 989/274;
    cursor: pointer;
}

.main .our-team .top1:hover > div:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: .16rem solid #eb6100;
    animation: autoIncrement 200ms
}

.main .our-team .top:hover > div:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: .16rem solid #eb6100;
    z-index: 100;
    animation: autoIncrement 200ms
}

.main .our-team .top1 .team-txt {
    right: 15%;
    left: auto
}

.main .our-team .img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main .our-team ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main .our-team ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    cursor: pointer;
}

.main .our-team ul li:hover:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: .16rem solid #eb6100;
    animation: autoIncrement 200ms
}

.main .our-team .col {
    margin-bottom: .23rem;
    position: relative;
    padding: 0
}

.main .our-team .team-img {
    position: relative;
    z-index: 3
}

.main .our-team h3 {
    margin-bottom: .3rem;
    color: #333;
    text-transform: uppercase;
    font-size: .26rem
}

.main .our-team .team-txt {
    position: absolute;
    z-index: 4;
    top: 37%;
    left: 15%;
    color: #333
}

.main .our-team .team-txt h5 {
    font-size: .24rem;
    color: #4c4c4c;
    line-height: .28rem;
    margin-bottom: .1rem
}

.main .our-team .team-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s
}

.main .our-team .core-chairman {
    position: absolute;
    z-index: 4;
    top: 32%;
    left: 10%
}

.main .our-team .core-chairman h5 {
    font-weight: 400;
    font-size: .24rem;
    line-height: .34rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: 65%
}

.main .our-team .core-chairman h5 i {
    font-family: Arial;
    font-size: .8rem;
    display: inline-block;
    margin-top: .12rem;
    color: #fff;
    font-style: italic
}

.main .our-team .core-chairman h5 span {
    margin-left: .2rem;
    display: inline-block;
    float: left;
    color: #fff;
    font-size: .23rem;
}

.main .our-team .core-chairman p {
    font-size: .16rem;
    margin-top: .3rem;
    margin-left: .46rem;
    color: #fff
}

.main .our-team .core-chairman p span {
    float: left;
    margin-left: .2rem;
    color: #fff
}

.main .our-team .core-chairman p i {
    vertical-align: middle;
    content: "";
    display: block;
    width: .4rem;
    height: 1px;
    background: #fff;
    float: left;
    margin-top: .13rem
}

.main .group-top {
    margin-top: 1.33rem
}
.main .group-top .groupimg{
  display: block;
}
.main .group-top .groupenimg{
  display: none;
}


.enwebsite .group-top .groupenimg{
  display: block;
}

.enwebsite .group-top .groupimg{
  display: none;
}

.footer .container-bottom-left ul li {
    color: #fff;
    line-height: .33rem;
    font-size: .16rem;
    cursor: pointer;
}

.footer .container-bottom-left ul li:hover {
    color: #eb6100
}

.footer .container-top .logo {
    width: 1.2rem;
}

.footer .container-top .arrow-top {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #eb6100;
    border-left: 1px solid #eb6100;
    float: right;
    display: flex;
    cursor: pointer;
}

.footer .container-top .arrow-top:before {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #eb6100;
    transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: -11px;
    cursor: pointer;
}

.main .about-home > ul li:not(first-child):hover a:after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: .48rem;
    height: 3px;
    background: #eb6101;
}

.main .about-home li a:hover {
    color: #eb6100!important;
}

.main .about-home li a {
    cursor: pointer;
    display: block;
}


.main .about-home li a.active {
    color: #eb6100;
}

.main .about-home li a.active:before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: .48rem;
    height: 3px;
    background: #eb6101;
}

.main .card-list-container li {
    cursor: pointer;
    width: 0;
    flex: 1;
}
.main .card-list-container li.active {
    background: #eb6100;
}

.main .card-list-container li:first-child, .main .card-list-container li:last-child {
    display: none;
}

.main .card-list-container li.active {
    background: #eb6100;
}

.main .card-list-container li.active .request,.main .card-list-container li.active .tips{
    color:#fff;
}
.main .card-list-container li.active > img{
    display: none;
}

/* .main .card-list-container li:nth-last-of-type(4).active ::before{
    content: '';
    display:inline-block;
    background:url('/static/image/aboutSinca/1-2.png') no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 100% 100%; 
} */
.main .card-list-container li:nth-last-of-type(4).active img{
   opacity: 0;
   width: 0;
   height: 0;
}
.main .card-list-container li:nth-last-of-type(3).active::before{
    content: '';
    display:inline-block;
    background:url('/static/image/aboutSinca/1-1.png') no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 100% 100%; 
}
.main .card-list-container li:nth-last-of-type(3).active img{
   opacity: 0;
   width: 0;
   height: 0;
}

.main .card-list-container li:nth-last-of-type(5).active::before{
  content: '';
  display:inline-block;
  background:url('/static/image/icon/3-1.png') no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 100% 100%; 
}

.main .card-list-container li:nth-last-of-type(4).active::before{
  content: '';
  display:inline-block;
  background:url('/static/image/aboutSinca/1-2.png') no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 100% 100%; 
}

.main .card-list-container li:nth-last-of-type(2).active img{
 opacity: 0;
 width: 0;
 height: 0;
}

.main .card-list-container li.active .request {
    color: #fff;
}

.main .card-list-container li.active .tips {
    color: #fff;
}




.main .card-list-container .imgbox{
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.main .card-list-container .imgbox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .card-list-container .imgbox .defimg{
  opacity: 1;
}
.main .card-list-container .imgbox .activefimg{
  opacity: 0;
}

.main .card-list-container .active  .imgbox  .defimg{
  opacity: 0;
}
.main .card-list-container .active .imgbox .activefimg{
  opacity: 1;
}


.dan-img{
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 40px;
}

.main .our-dna .bg{
  margin: 0 auto;
}

.main .our-dna{
  background-color: #737274;
}


.enwebsite .main .desc p{
  text-align: justify;
  /* text-indent: 2em; */
  letter-spacing: 1px;
}

.enwebsite  .main .our-team ul .team-txt {
  position: absolute;
  z-index: 4;
  top: 37%;
  left: 11%;
  max-width: 40%;
  color: #333;
}

.enwebsite .main .our-dna .item5 {
  top: 35.1%;
  left: 49%;
  width: 10%;
}

.enwebsite .main .group-list .title{
  line-height: 1.4;
  margin: 27px 0 20px;
}
.enwebsite .main .group-list > div{
  width: 3.4rem;
}

.enwebsite .main .our-dna .bottom-title{
  bottom: 11%;
}

.main .our-dna .item4 .chinese{
  width: 80%;
}


.enwebsite  .main .our-dna .dna-title h3{
  line-height: 1.4;
}

.enwebsite .main .card-list-container li .tips {
  letter-spacing: 1px;
  /* text-align: justify; */
  /* text-align-last: left; */
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 11px;
  white-space: pre-wrap;
  /* line-height: 1.9; */
}




@media (max-width: 1600px) {
 
}


@media (max-width: 890px) {
  .enwebsite .main .card-list-container li{
    padding: 1rem 10px 0;
  }
  .main .card-list-container img {
      width: 30px;
      height: 30px
  }
  .main .card-list-container li.active .request{
    margin-top: 30px;
  }
  .main .card-list-container .active::before{
    width: 30px!important;
    height: 30px!important;
  }

  .main .card-list-container li:nth-last-of-type(2).active::before,
  .main .card-list-container li:nth-last-of-type(3).active::before,
  .main .card-list-container li:nth-last-of-type(4).active::before
  {
    width: 30px;
    height: 30px;

  }

  .enwebsite .main .group-list .title{
    height: 26px;
    line-height: 1.4;
    margin: 18px 0 0;
  }
  .enwebsite .main .group-list > div{
    width: 30%;
  }
}



@media (max-width: 768px) {
  .enwebsite .main .our-dna .item{

    max-width: 43px;
  }
}


@media (max-width: 500px) {
  .footer .container-bottom-left {
      gap: .45rem
  }
}

@media (max-width: 768px) {
  .main .product-platform .product-components > div ul li {
      margin: 0 10px;
  }

  header .logo {
      width: 1.2rem;
      height: auto;
  }

  .main .product-platform {
      padding: .91rem 0;
  }

  .main .common-banner-wrap .common-banner-title {
      font-size: .25rem;
      margin-bottom: 15px;
  }

  .main .application-area {
      padding-top: .82rem;
      padding-bottom: .915rem;
  }

  .main .application-area h1 {
      margin-bottom: .8rem
  }

  .main .our-dna .dna-title h1 {
      font-size: .26rem
  }

  .main .our-dna .dna-title h3 {
      margin-bottom: .15rem;
      margin-top: .15rem;
  }

  .main .our-dna .item .chinese {
      font-size: .15rem
  }

  .main .our-dna .item .es {
      font-size: .12rem
  }

}

@media (max-width: 600px) {
  .main .our-team {
      padding-bottom: .64rem
  }

  .main .our-dna .dna-title h1 {
      font-size: .16rem
  }

  .main .our-dna .dna-title h3 {
      margin-bottom: .10rem;
      margin-top: .10rem;
  }

  .main .our-dna .bottom-title {
      bottom: 1%;
  }

  .main .our-dna .bottom-title h2 {
      font-size: .23rem
  }

  .main .our-dna .bottom-title h4 {
      margin-top: .12rem
  }

  .main .our-dna .item .es {
      font-size: .11rem;
  }

  .main .card-list-container li:nth-of-type(2), .main .card-list-container li:nth-last-of-type(2) {
      display: none;
  }

  .main .card-list-container li {
      flex: 1;
  }

  .main .card-list-container img {
      /* width: 50px */
  }

  .main .our-dna {
      aspect-ratio: 640/309;
      height: 270px;
      transform: translateX(-15%);
  }
}

.container{
  position: relative;
}
.main .desc .glass-f{
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .main .desc .glass-f{
    width: 60px;
    height: auto;
    right: 15px;
  }
  .main .about-home .about > img {
      width: 12px;
  }
  .main .card-list-container li {
      padding-top: .88rem;
      padding: 1rem .3rem 0;
  }
  .main .group-list > div img {
      width: 40px;
      height: 40px;
  }
  .main .our-team ul .team-txt {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 5%;
    color: #333;
    width: 53.3%;
    transform: translateY(-50%);
    max-width: 53%;
    }
  

  .main .card-list-container .request{
    margin-top: .54rem;
  }
  .main .group-top{
    margin-top: .0;
  }

  .main .card-list-container li:first-child, .main .card-list-container li:last-child {
      display: none;
  }

    .main .our-team .core-chairman {
      position: absolute;
      z-index: 4;
      top: 14%;
      left: 0%;
  }

  .main .our-team .top1 .team-txt {
      right: 0;
      left: auto;
      width: 57%;
      top: 23%;
  }

  .enwebsite .main .card-list-container .request{
    line-height: 1.4;
    height: 32px;
    flex-shrink: 0;
  }

  .main .our-team ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    cursor: pointer;
    margin: 0 auto;
  }

  .our-bg-img{
  }
  .zhimg{
    display: block;
    width: 100%;
    height: auto;
  }
  .enimg{
    display: none;
  }
  .enwebsite .zhimg{
    display: none;
  }

  .enwebsite .enimg{
    display: block;
    width: 100%;
    height: auto;
  }



  .enwebsite .main .our-team ul li img{
  height: 110px;
  }

  .enwebsite .main .our-team ul .team-txt {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 3.7%;
  color: #333;
  width: 53.3%;
  transform: translateY(-50%);
  max-width: 47%;
  }
  .main .our-team .team-img img{
  height: 110px;
  }

  .main .our-team ul .team-txt h5{
  font-size: 14px;
  }
  .main .our-team ul .team-txt p{
  font-size: 12px;
  line-height: 1.5;
  }
/* .main .our-team ul .team-txt {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 6%;
    color: #333;
    width: 46%;
    transform: translateY(-50%);
  } */

  .main .about-home{
    flex-direction: column;
    height: auto;
    line-height: normal;
    align-items: start;
  }
  .main .about-home .about{
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .main .about-home > ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
  }


  
}

@keyframes autoIncrement {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}