/*动画*/
@keyframes mymove {
        0%   {box-shadow:0 0 10px 0px skyblue;}
        50%  {box-shadow:0 0 10px 5px skyblue;}
        100% {box-shadow:0 0 10px 0px skyblue;}
    }
@-webkit-keyframes mymove /* Safari and Chrome */
    {
        0%   {top:0px;box-shadow:0 0 10px 0px skyblue;}
        50%  {box-shadow:0 0 10px 5px skyblue;}
        100% {box-shadow:0 0 10px 0px skyblue;}
    }

/*联系我们页面 开始*/
.singleContact .list {
  display: flex;
  justify-content: space-between;
}
.contact-us{
    padding: 60px 0;
}
.contact-us .title{
    font-size: 35px;
    text-align: center;
    padding-bottom: 30px;
}
.singleContact .list .callus {
  width: 32%;
  background: #f6f6f6;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.singleContact .list .callus .iconfont {
    background: #0d68b7;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.singleContact .list .callus .right{
    width: calc(100% - 60px);
}



.singleContact .mapList .top {
  display: flex;
  flex-direction: column;
}

.singleContact .mapList .top b {
  color: #0559c0;
  font-size: 1.5em;
}

.form>p{
    font-size: 35px;
    text-align: center;
    display: block;
}
.form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    
}
.form input[type='text']{
    width: 49%;
    height: 50px;
    border: 1px solid  #ccc;
    padding-left: 5px;
    box-sizing: border-box;
}
.form textarea{
    width: 100%;
    margin-top: 20px;
    height:250px;
    box-sizing: border-box;
    border: 1px solid  #ccc;
    padding-left: 5px;
}
.form input[type='submit']{
    padding: 8px 30px;
    width: 200px;
    height: 40px;
    background: var(--dataColor);
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 20px auto;
}
#map {
  margin: 60px 0;
}

/*联系我们页面 结束*/



/*关于我们页面 开始*/

/*aboutCompany 开始*/
.aboutCompany b {
  text-align: center;
  display: block;
  padding: 70px 0 50px;
  position: relative;
  font-size: 35px;
}
.aboutCompany b:before {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--dataColor);
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.aboutCompany .lg-video-object{
    width: 100vw;
    background: #000;
    height: 100vh;
}
.aboutCompany .content {
  display: flex;
  margin: 0 auto;
  margin-bottom: 60px;
  justify-content: space-between;
  position: relative;
}
.aboutCompany .content .left{
    width: 55%;
}
.aboutCompany .content .left>p{
    display: block;
    width: 100%;
    line-height:2;
    white-space: normal;
    word-wrap:break-word;
    text-indent: 2em;
    color: #555;
    word-break:break-all;
    
}
.aboutCompany .content .left >.title{
    position: relative;
    font-weight: bold;
    color:  var(--dataColor);
    display: block;
    padding: 10px;
    font-size: 30px;
    margin-bottom: 20px;
    
}
.aboutCompany .content .left >.title:before {
    content: "";
    width: 50px;
    height: 4px;
    background:  var(--dataColor);
    position: absolute;
    
    bottom:0px;
}
.aboutCompany .right{
    width: 40%;
}
.aboutCompany .right img{
    object-fit: cover;
}


/*aboutCompany 结束*/

/*aboutCompany 开始*/
.development .resole {
  position: relative;
}
.development .swiper-container{
    width: 100%;
    height: 100%;
}
.development .swiper-container .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.development .resole .list {
    width: 100%;
    overflow: hidden;
  position: absolute;
    max-width: 1280px;
    padding: 0 10px;
    top: 0;
    left: 50%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
}



.develist .swiper-slide>p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  display: block;
}

.develist .swiper-slide>span {
  color: #fff;
  text-align: center;
}

.develist-pagination {
  position: static !important;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow-y:;
}

.develist-pagination>span {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  opacity: 1;
  position: relative;
  background: transparent;
}

.develist-pagination>span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.development .swiper-pagination-bullet-active {
  font-size: 1.5em;
  background-color: #fff;
  color: #0d5ec2;
  padding: 10px 20px;
  margin-bottom: -20px;
  font-weight: bold;
  border-radius: 50%;
}

.development .swiper-pagination-bullet-active::before {
  display: none;
}

/*aboutCompany 结束*/

/*-aboutFly 开始*/
.aboutFly {
  position: relative;
}

.aboutFly>img {
  display: block;
  width: 100%;
}

.aboutFly .list {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  transform: translateX(-50%);
  padding:60px 10px 20px;
  display: flex;
  justify-content: space-between;
}

.aboutFly .list .item {
  width: 30%;
  color: #fff;
  text-align: center;
  font-weight: bold;

}

.aboutFly .list .item span {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  font-size: 1.5em;
  position: relative;
}

.aboutFly .list .item p{
    font-weight: normal;
}

/*-aboutFly 结束*/
.video{
    display: block;
    width: 100vw;
    height: 80vh;
    background: #000;
}
/*aboutPatent 开始*/
.patent {
  background-image: url(/template/suho/pc/static/images/about/about_68.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.patent .list {
  display: flex;
}

.patent .list .item {
  width: calc(20% - 20px);
  margin: 10px;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
}

.patent .list .item p {
  color: #0559c0;
  font-weight: bold;
  background-color: #fff;
  width: 100% !important;
  padding: 20px 0;
  font-size: 2.4em;
  display: block;
}

.patent .list .item b {
  display: block;
  padding: 10px;
}

.patent .list .item span {
  color: #767676;
}

.patent>.box>img {
  display: block;
  width: 100%;
  margin: 60px 0;
}

/*aboutPatent 结束*/

/*Partner 开始*/
.Partner {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
.Partner>p{
    font-size: 35px;
    padding-bottom: 20px;
}
.Partner .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.Partner .box a {
    width: calc(16.6666% - 20px);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 14px 0px #f6f6f6;
    display: flex;
    align-items: center;
    margin: 10px 10px;
}
.Partner .box a img{
    width: 100%;
}

/*Partner 结束*/

/*countries 开始*/
.countries {
  position: relative;
  margin-top: 60px;
}

.countries .aboutMap{
    position: relative;
    
}
.countries .aboutMap .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.countries .aboutMap .info span{
    position: absolute;
    border-radius: 50%;
   
}
.countries .aboutMap .info span:hover{
    animation: appear 5s infinite;
    -webkit-animation:mymove 5s infinite; /* Safari and Chrome */
}
.countries>img {
  width: 100%;
  display: block;
}

.countries>.box {
  width: 100%;
  text-align: center;
}

.countries>.box p {
  font-weight: bold;
  font-size: 35px;
}

.countries>.box span {
  display: block;
  margin-top: 20px;
  color: #767676;
}

/*countries 结束*/

/*关于我们页面 结束*/
@media (max-width:1300px){
    .singleContact .list{
        padding: 20px ;
    }
     .Partner .box a{
        padding: 5px; 
        margin: 0;
        width: 33.33%;
     }
    #map{
        margin: 20px 0 !important;
    }
    #resole >img{
        height: 500px;
        object-fit: cover;
    }
}
 @media(max-width:600px) {
     .aboutFly>img{
         height: 500px;
         object-fit: cover;
     }
     .countries {
      margin-top: 30px;
    }
    .countries>.box span{
        font-size: 12px;
    }
    .countries>.box p{
        font-size: 20px;
    }
     .develist{
         height: 80%;
     }
    .development .resole{
        height: 500px;
    }
    .development .resole .list{
        flex-direction: column;
    }
    .resole .list>p{
        text-align: center;
    }
    .resole .list>p:after{
        top: 40px;
        width: 30%;
        left: 50%;
        transform: translateX(-50%);
    }
    .development .swiper-pagination-bullet-active{
        border: 0;
    }
    .develist-pagination{
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .develist-pagination>span{
        display: inline-block;
        width: auto;
        padding:0 20px;
    }
    .video{
        width: 100vw;
        height: 100vw;
        background: #000;
    }
    .aboutCompany .content .left{
        width: 100%;
    }
    .aboutCompany .content .right{
        width: 100%;
    }
    .aboutCompany .content .left>p{
        font-size: 10px;
    }
    .aboutCompany .content {
        flex-direction: column;
    }
    .singleContact .list{
        flex-direction: column; 
        align-items: center;
    }
    .singleContact .list .callus{
        width: 100%;
        margin-bottom: 10px;
    }
    .singleContact .mapList .top{
       align-items: center;
    }
    .aboutFly .list{
        flex-direction: column;
        box-sizing: border-box;
        font-size: 0.8em;
    }
    .aboutFly .list .item p img{
        width: 55px;
    }
    .aboutFly .list .item{
        width: 100%;
        
    }
    .aboutFly .list .item span{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .patent .list {
        flex-wrap: wrap;
        justify-content:center;
    }
    .patent .list .item{
        width: calc(49% - 20px);
        box-shadow: 0 0 11px 0px #ccc;
    }
    .aboutCompany span{
        width:100%;
        font-weight: bold;
    }
 }