
.banner-box img {
    max-width: 100%;
}
/* 数字化手术室 */
.relative-section {
    position: relative;
}
.bg {
 position: absolute;
}
.bg-1 {
 top: 2rem;
 right: 0;
 animation: zoom-in-out 5s infinite;
}
.bg-2 {
  top: 3.5rem;
  left: .4rem; 
  animation: zoom-in-out 5s infinite;
}
.bg-3 {
    top: 1rem;
    left: 2.15rem; 
    z-index: -99;
    animation: zoom-in-out 5s infinite linear;
  }
  .bg-s-1 {
    top: 0rem;
    left: .63rem; 
    animation: zoom-in-out 5s infinite;
  }
  .bg-s-2 {
      top: 1rem;
      right:2.4rem; 
      animation: zoom-in-out 5s infinite linear;
      z-index: -9;
    }
    .bg-s-3 {
        top: 60%;
        left: .63rem; 
        animation: zoom-in-out 5s infinite;
      }
    .bg-s-4 {
        top:50%;
        right:.1rem; 
        animation: zoom-in-out 5s infinite linear;
        z-index: -9;
    }
    .bg-s-5 {
        bottom: -20%;
        left: 1rem; 
        animation: zoom-in-out 5s infinite;
      }
    .bg-s-6 {
        bottom: -2%;
        right:.1rem; 
        animation: zoom-in-out 5s infinite linear;
        z-index: -9;
    }
    .bg-about-1 {
        top: 0rem;
        left: 2.2rem; 
        animation: zoom-in-out 5s infinite;
        z-index: -1;
    }
    .solution-container {
        position: relative;
        z-index: 1;
    }
    .about {
        position: relative;
        z-index: 1;
    }
     .digital-operating-room-list img {
        max-width: 100%;
    }
  @keyframes zoom-in-out {
    /* 0% {
        transform: scale(0.7) rotate(0deg);
      }
      50% {
        transform: scale(1.1) rotate(180deg);
      }
      100% {
        transform: scale(0.7) rotate(360deg);
      } */
      0% {
        transform: scale(0.7);
      }
      50% {
        transform: scale(1.1);
      }
      100% {
        transform: scale(0.7);
      }
  }
.digital-operating-room-list {
    box-shadow: 0 .05rem .2rem rgba(175, 204, 255, 0.5);
    margin-top: 50px;
}
.digital-operating-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.digital-operating-title img {
    max-width: 11.52rem;
    padding-top: .49rem;
}
.digital-operating-titleCN {
    padding: .6rem 0 .19rem;
}
.titleCN {
    font-weight: bold;
    font-size: .46rem;
    color: #2D3340;
    line-height: .3rem; 
    text-align: center;
    letter-spacing: .05rem;
}
.titleEN {
    font-weight: 400;
    font-size: .2rem;
    color: #2665E4;
    line-height: .3rem;
    text-align: center;
    letter-spacing: .02rem;
}
.digital-operating-room-list h3 {
    font-weight: bold;
    font-size: .36rem;
    color: #2D3340;
    line-height: .3rem;
    padding: .2rem 0 .2rem .49rem;
}
.digital-operating-room-list ul li a {
    font-weight: 400;
    font-size: .3rem;
    color: #2D3340;
    transition: all 0.5s ease;
}
.digital-operating-room-list li a:hover {
    color: #598cf8;
}
.digital-operating-room-list ul li {
    height: .8rem;
    display: flex;
    align-items: center;
    border-bottom: .01rem solid var(--primary-color2);
    padding-left: .49rem;
}
.about {
    position: relative;
}
.about-title .titleCN {
    padding: 1rem 0 .18rem;
}
.about-content {
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.about-content .about-img {
    width: 6rem;
}
.about-content .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content .about-text {
    flex: 1;
    font-weight: 400;
    font-size: 0.24rem;
    color: #2D3340;
    padding: .46rem 0 .46rem .8rem;
    text-indent: 2em;
}
.about-content {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 0 .56rem 0 .5rem;
}
.keyInfo {
    font-weight: 400;
    font-size: .36rem;
    color: #FFFFFF;
    line-height: .36rem;
    background-color:  rgba(251,181,50,0.9);
    width: 6.5rem;
    height: 1rem;
    text-align: right;
    line-height: 1rem;
    padding-right: .32rem;
    position: absolute;
    right: 56px;
    bottom: 0;
}

/* 底部 */
footer {
    background: #274785;
    font-size: .2rem;
    color: #FFFFFF;
    line-height: .36rem;
    padding: 1rem 0 0.5rem;
    letter-spacing: .05rem;
}
.copyright-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 1rem;
    letter-spacing: 0.2em;
}
.copyright-info a {
    color: #efeded;
}
/*.beian a:last-child {*/
/*    margin-left: 15px;*/
/*}*/
.foot-centent {
    display: flex;
}
footer .company-name {
    font-weight: bold;
    font-size: .34rem;
    color: #FFFFFF;
    line-height: 1.5;
}
footer .phone {
    margin: .5rem 0;
}
footer .address {
    margin: .5rem 0;
}
footer .erweima {
    text-align: center;
    padding-right: 1.84rem;
    letter-spacing: .01rem;
}
footer .erweima img{
    max-width: 2rem;
    margin-bottom: .3rem;
}
footer .left {
    padding-left: 1.76rem;
    padding-right: .64rem;
    border-right: .01rem solid #ccc;
    max-width: 900px;
}
footer .right {
    display: flex;
    padding-left: .59rem;
}
footer .right a {
    color: #FFFFFF;
}
.foot-nav-item {
    margin-right: .8rem;
}
.foot-nav-item a {
    font-weight: bold;
}
footer .solution ul {
 margin-top: .4rem;
}
footer .solution ul li {
    margin-bottom: .3rem;
}
footer .solution ul li a{
    font-weight: 400;
    letter-spacing: .02rem;
}
/* 解决方案 */
.bannerTtile2{
    font-size: .28rem;
    color:  #332E41;
    font-weight: 100;
}
.productList{
    width: 3.64rem;
}
.productItemDiv {
    width: 100%; 
    color: #2D3340; 
    background: #E1ECFB; 
    font-weight: 400;
    position: relative;
    cursor: pointer;
    border-top: .01rem dashed #C1B9C7;
}
.productItemHead{
    height: .9rem;
    width: .1rem;
    float: left;
    position: absolute;
    background: #F0C000;
    display: none;
}
.productItem {
    font-size: .26rem;
    color: #2D3340;
    text-align: left; 
    padding-left: .32rem; 
    line-height: .9rem;
    width: 100%;
}
.productInfoDiv{
    text-align: center;
    display: none;
}
.productTitle{
    font-size: .36rem;
    color: #2D3340;
    letter-spacing: 0;
    text-align: center;
    margin-top: -0.21rem;
    padding: .57rem 0 0rem;
}
.productTitle h2 {
  border-bottom: .01rem solid #B5C5E4;
  padding-bottom: .56rem;
}
.productTitleDesc{
    font-size: .24rem;
    color: #2D3340;
    padding: .49rem .36rem 0;
    text-align: left;
}
.productTitleDesc h3 {
    font-size: .32rem;
    color: #2D3340;
    margin-bottom: .48rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productTitleDesc li {
    margin-top: .1rem;
}
.productTitleDesc ul {
    margin-bottom: .6rem;
}
.productTitleDesc h3 span {
    padding-bottom: .1rem;
    border-bottom: .04rem solid #4C83F2;
    text-align: left;
    letter-spacing: 5px;
}
.productTitleDesc p {
    text-indent: 2em;
}
.productContent{
    font-size: .2rem;
    color: #7A8896;
    letter-spacing: 1px;
    text-align: center;
}
.solution-content {
    max-width: 7rem;
    margin-left: .5rem;
}
.product01Info {
    width: fit-content;
    font-size: .26rem;
    color: #2F5AB2;
    letter-spacing: 0;
    background: #EBEFF5;
    border-radius: .3rem;
    margin: .5rem auto 0;
    padding: .1rem .38rem;
    margin-bottom: .21rem;
}
.product01Info:last-child {
    margin-bottom: 0;
}
.product02Title {
    width:  fit-content;
    font-size: .24rem;
    color: #332E41;
    letter-spacing: 0;
    font-weight: 500;
    margin: .5rem auto 0;
    border-bottom: .04rem solid #893AC1;
    padding-bottom: .06rem;
}
.product03DetailContainer {
    width: 2.07rem;
    height: 1.62rem;
    margin: .4rem 0 0 .17rem;
    float: left;
}
.product03Detail {
    font-size: .14rem;
    color: #332E41;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    background: #F8F8F8;
}
.productList .productList-title {
    width: 100%; 
    color: #fff; 
    text-align: center; 
    background: #4c83f2; 
    font-weight: 100; 
    padding: .42rem 0;
}
.productList .productList-titleCN {
    font-size: .3rem;
    margin-bottom: .2rem;
}
.productList .productList-titleEN {
    font-size: .2rem;
}

/* 关于我们页面 */
.title .titleCN {
    padding: .5rem 0 .18rem;
}

/* 联系我们 */
.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-content {
    display: flex;
    margin-top: .5rem;
    margin-bottom: 1rem;
    box-shadow: 0 .05rem .2rem rgba(175, 204, 255, 0.5);
}
.contact-map {
    width: 7.8rem;
    background-color: #2D3340;
}
.contact-info {
    flex: 1;
    padding: .82rem .7rem .77rem .35rem;
}
.contact-info .wechat {
    display: flex;
    align-items: center;
}
.contact-info .wechat .contact-erweima {
    max-width: .9rem;
    margin-left: .5rem;
}
.contact-info  .icon {
 max-height: .6rem;
}
.contact-info  .tel img,
.contact-address img{
    margin-right: .25rem;
}

.contact-info .phoneNum {
    display: flex;
    flex-direction: column;
}
.contact-info .addressInfo {
    display: flex;
    flex-direction: column;
}
.contact-info .phoneNum span {
    font-weight: 400;
    font-size: .24rem;
}
.contact-info .phoneNum span:nth-child(1) {
    font-weight: 400;
    font-size: .16rem;
    color: #808080;
}
.contact-info .addressInfo span {
    font-weight: 400;
    font-size: .24rem;
}
.contact-info .addressInfo span:nth-child(1) {
    font-weight: 400;
    font-size: .16rem;
    color: #808080;
}
.tel, .contact-address {
    display: flex;
    align-items: center;
}
.wechat, .tel, .contact-address {
    padding: .25rem 0;
}
.tel, .contact-address {
    border-top: .01rem solid #E6E6E6;
}

#mapContainer {
    width: 100%;
    height: 100%;
}
 @media (max-width: 1800px){
    .foot-nav-item {
        margin-right: 30px;
    }
}

@media (max-width: 1440px){
    .solution-content {
        max-width: 10rem;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    .section-heading {
        padding-left: 30px;
    }
}

@media (max-width: 1200px){
    .about-content {
        flex-direction: column;
        align-items: center;
    }
    .about-content .about-text {
        padding-left: 0;
    }
    .keyInfo {
     bottom: 126px;
    }
    .solution-content {
        max-width: 9rem;
    }
    .mt-5, .my-5 {
        margin-top: 0 !important;
    }
    footer .left {
        max-width: 500px;
    }
}


@media (max-width: 992px){
    .row {
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }
    .slideInLeft {
        width: 100%;
    }
    .productList {
       width: 100%;
    }
 
    .solution-content {
        margin-left: 0;
        width: 100%;
        max-width: initial;
        margin-top: 30px;
    }
    .contact-content {
      flex-direction: column;
    }
    .contact-map {
      height: 300px;
      width: 100%;
    }

    footer .left {
        padding-right: .5rem;
    }
    footer .right {
        flex-direction: column;
        padding-left: .5rem;
    }
    footer .solution ul {
        margin-top: 20px;
    }
    footer .solution ul li {
        margin-bottom: 20px;
    }
    footer .solution ul li:last-child {
        margin-bottom: 0;
    }
    .foot-nav-item {
    margin-bottom: 30px;
    }
    .foot-nav-item a {
     font-size: 14px;
    }
    footer .solution ul li a {
        font-size: 14px;
    }
    .phone,.company-name,.address {
        font-size: 14px;
        line-height: 1.5;
    }
} 


@media (max-width: 767px) {
    .copyright-info {
        flex-direction: column;
        padding: 0 20px;
    }
    .copyright-info p {
        font-size: 12px;
        line-height: 1.5;
    }
    .copyright-info a {
        margin-top: 20px;
        font-size: 12px;
    }
    .keyInfo {
        position: static;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .about-content {
        margin-bottom: 0;
    }
    .bg-3 {
        left: 0.15rem;
    }
    .digital-operating-title img {
        max-width: 100%;
    }
    .about-content .about-text {
        font-size: 14px;
    }
    footer .left {
        padding-left: 30px;
    }
    /* .banner-box img {
        min-height: 280px;
        object-fit: cover;
        object-position: 20%;
    } */
}
@media (max-width: 600px) {
    .productList .productList-titleCN {
        font-size: 22px;
    }
    .contact-info .addressInfo span {
    font-size: 16px;
}
    footer .company-name {
        font-size: 20px;
    }
    .productItem {
     font-size: 18px;
    }
    .productTitle h2 {
        font-size: 18px;
    }
    .digital-operating-room-list ul li a {
        font-size: 14px;
    }
   
    .productTitleDesc {
        font-size: 18px;
    }
    .productTitleDesc h3 span {
        font-size: 16px;
    }
    .productTitleDesc p {
        font-size: 16px;
    }
    .product01Info {
        font-size: 16px;
    }
    .productTitleDesc li {
        font-size: 16px;
    }
    .contact-info .phoneNum span {
        font-size: 16px;
    }
    .contact-info .phoneNum span:nth-child(1) {
        font-size: 14px;
    }
    .contact-info .addressInfo span:nth-child(1) {
        font-size: 14px;
    }
    .bg {
        display: none;
    }
    .foot-centent {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .left {
        padding-right: 0;
        padding-left:30px;
        border: 0;
    }
    footer .right {
        flex-direction: column;
        padding-left: 30px;
        margin-top: 40px;
    }
    footer {
        letter-spacing: 1px;
    }
    .erweima p {
        font-size: 14px;
    }
}