
/*联系方式*/
.contact-box{margin-top: 2%;}
.contact-box-top{display: flex;justify-content: space-between;}
.contact-box-top .contact-box-left{width: 55%;}
.contact-box-left ul li{margin: 25px 0px;font-size: 22px;}
.contact-box-left ul li span{color: #535354;}
.contact-box-right{display: flex;justify-content: end;}
.contact-box-right .erweima{display: flex;flex-direction: column;align-items: center;width: 15%;margin: 0px 20px;}
.contact-box-right .erweima img{max-width: 100%;width: 100%;}
.contact-box-right .erweima span{
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 20px;
}
/*联系方式*/
/*新闻动态*/

    .company-news .news-swiper{
    position: relative;
    margin-top: 35px;
    /*margin-bottom: 70px;*/
    margin-bottom: 0px;
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
}
.company-news .news-swiper>ul>li{
    box-shadow: 0 0 10px 5px #cccccc;
    /*width: 445px;*/
    width: 32%;
    /*height: 465px;*/
    /*height: 424px;*/
    padding-bottom: 20px;
    background: #FFFFFF;
    /*border-radius: 10px;*/
    border-radius: 10px;
    overflow: hidden;
    /*-webkit-border-radius: 10px;*/
    display: inline-block;
    margin-right: 27px;
    /*margin-bottom: 45px;*/
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.company-news .news-swiper li a .pic{
    /*height: 260px;*/
    height: auto;
    overflow: hidden;
    -webkit-transform:rotate(0deg);
    -webkit-border-radius: 0px;
}
.company-news .news-swiper li a .imgBg{
    /*height: 260px;*/
    height: 100%;
    
    background-size: cover;
    /*border-radius: 10px 10px 0 0;*/
    /*-webkit-border-radius: 10px 10px 0 0;*/
}
.company-news .news-swiper li a .imgBg img{
    width:100%;
    height: 100%;
    transition: all 0.36s;
    
}
.company-news.productBox .news-swiper li a .imgBg img{
    transform: scale(0.9);
}
.motion{transition: .3s all ease-in-out;}

.company-news .industry>ul>li:nth-child(3n){
    margin-right: 0px;
}
.company-news .industry>ul>li>a>span{
    position: absolute;
    /*width: 95%;*/
    border: 1px solid #fff;
    color:#fff;
    font-size: 15px;
    border-radius: 15px;
    padding: 2px 23px;
    top: 64%;
    right: 27px;
    text-align: end;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    
}
/*.company-news .industry>ul>li>span a{color:#fff;}*/
.company-news .industry>ul>li> a .p{
    /*width: 387px;*/
    width: 100%;
    padding: 0px 28px;
    font-size: 16px;
    color: #666666;
    margin: 0px auto;
    margin-top: 20px;
    line-height: 31px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 设置最多显示几行 */
    -webkit-box-orient: vertical;
}
.company-news .industry>ul>li> a .p .title{
    text-align:left;
    font-weight: 200;
    position: relative;
    font-size: 21px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-news .industry>ul>li> a .p .title::after{
    position: absolute;
    top: -1px;
    right: -24px;
    font-size: 28px;
    width: 20px;
    height: 20px;
    content: none;
    color: #8344f2;
}
.company-news .industry>ul>li> a .p .title span{
    color:#8344f2;
}

/*.company-news .industry li:hover{*/
  
/*}*/

.company-news .industry li a:hover .imgBg img{
   transform: scale(1);
}
/* .company-news .industry .chaining{
  height: 130px;
  overflow: auto;
}
.company-news .industry .chaining li{
    margin-left: 26px;
    margin-bottom: 10px;
    line-height: 25px;
} */
.company-news .industry .chaining li a:hover{
    color: #2b78ec;
}
/* .company-news .industry .chaining img{
    display: inline-block;
} 
.company-news .industry .chaining p{
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
} */
.company-news .industry .test {
    width: 397px;
    height: 105px;
    overflow: auto;
    float: left;
    margin: 24px;
    border: none;
}

.company-news .industry .scrollbar {
    width: 100%;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.company-news .industry .scrollbar .p{
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.company-news .industry .test-1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.company-news .industry .test-1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #D4D4D4;
}
.company-news .industry .test-1::-webkit-scrollbar{
    width: 5px;
}
.company-news .industry .test-1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ffffff;
}

.company-news .f26{
    position: absolute;
    /* width: 95%; */
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    padding: 2px 18px;
    top: 65%;
    right: 4%;
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    
    .company-news .p{
        width: 100%;
    padding: 12px 28px;
    font-size: 16px;
    color: #666666;
    margin: 0px auto;
    margin-top: 20px;
    line-height: 31px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
    div.company-news.business-area .p{
        -webkit-line-clamp: 5;
    }
    .company-news .p .title{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }
    .company-news .p>p{
        
        text-align: center;
    }
/*新闻动态*/
/*关于我们样式*/
.pc-hide{display:none;}
.pc-show{display:block;}
.tech-content{
    margin-top: 40px;
    /*margin-bottom: 80px;*/
    margin-bottom: 30px;
}
.tech-content .center{
    /*width: 1680px;*/
    width: 100%;
    margin: 0 auto;
}
.tech-content .tech-box{
    background: unset;
    padding: 20px 50px 20px 40px;
    box-shadow: 0 0 3px 2px #ccc;
}
.clearfix:after, .clearfix:before{
    content: "\200B";
    display: block;
    height: 0;
    visibility: hidden;
}
.tech-content .tech-box .left-cont{
    width: 250px;
    height: auto;
    float: left;
    border: solid 2px #bbbbbb;
    /*padding: 40px 10px 0 10px;*/
    padding: 40px 10px 64px 10px;
}
.tech-content .tech-box .left-cont .t1{
    font-size: 36px;
    color: #535354;
    font-weight: 900;
}
.tech-content .tech-box .left-cont .line{
    background-color: #535354;
    width: 50px;
    height: 2px;
    margin-top: 5px;
}
.tech-content .tech-box .left-cont .word{
    margin-top: 20px;
}
.tech-content .tech-box .left-cont .word p{
    text-transform: uppercase;
    line-height: 2em;
    font-size: 18px;
    color: #535354;
}
.tech-content .tech-box .left-cont .info{
    margin-top: 20px;
}
.tech-content .tech-box .left-cont .info p{
    font-size: 20px;
    line-height: 2em;
    font-weight: 900;
    text-align: center;
}
.tech-content .tech-box .left-cont .info a{text-align:center;}
.tech-content .tech-box .left-cont .info a>span{
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 4px;
}
.tech-content .tech-box .left-cont .info .logo-strone{
    max-width: 100%;
    width: 35%;
    /* margin-top: 7%; */
    display: block;
    margin: 0 auto;
    margin-top: 12%;
    border: 3px solid #535354;
    padding: 6px;
    border-radius: 50%;
}
.tech-content .tech-box .right-cont{
    width: 1300px;
    float: right;
}
.tech-content .tech-box .right-cont p{
    text-indent: 2em;
    line-height: 3em;
    color: #393939;
    font-size: 18px;
}
.tech-content .tech-display {
  width: 100%;
  height: 450px;
}

.tech-content .tech-display .left {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}

.tech-content .tech-display .right {
  float: right;
  padding: 50px 50px 0 40px;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  background: #fff;
}

.tech-content .tech-display .right .title {
  font-size: 30px;
  color: #333;
  line-height: 1.8em;
}

.tech-content .tech-display .right .info-box {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 30px;
  height: 250px;
  overflow-y: auto;
  /*定义滑块 内阴影+圆角*/
}

.tech-content .tech-display .right .info-box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}

.tech-content .tech-display .right .info-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #ffffff;
}

.tech-content .tech-display .right .info-box::-webkit-scrollbar-thumb {
  background-color: #fed130;
}

.tech-content .tech-display .right .date {
  color: #666;
  font-size: 14px;
}

.tech-content .research-detail {
  background: #fff;
}

.tech-content .research-detail .top-box {
  padding: 35px 100px 0 40px;
}

.tech-content .research-detail .top-box .title-box {
  text-align: center;
  color: #333;
  font-size: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.tech-content .research-detail .top-box .title-box .t2 {
  margin-top: 15px;
}

.tech-content .research-detail .research-content {
  padding: 40px 0 90px 45px;
}

.tech-content .research-detail .research-content .re-left {
  width: 140px;
  float: left;
  position: relative;
}

.tech-content .research-detail .research-content .re-left a {
  display: block;
  padding: 10px 0;
  color: #666;
  font-size: 14px;
}

.tech-content .research-detail .research-content .re-left .active {
  color: #535354;
}

.tech-content .research-detail .research-content .re-left .line {
  width: 2px;
  height: 20px;
  background: #535354;
  position: absolute;
  top: 10px;
  right: -2px;
  transition: all .6s;
}

.tech-content .research-detail .research-content .re-right {
  width: calc(100% - 140px);
  padding: 10px 50px 0px;
  float: left;
  border-left: 2px solid #eee;
}

.tech-content .research-detail .research-content .re-right table {
  max-width: 100%;
  width: 100%;
  border: 1px solid #eee;
}

.tech-content .research-detail .research-content .re-right th,
.tech-content .research-detail .research-content .re-right td {
  border: 1px solid #eee;
}

.tech-content .research-detail .research-content .re-right .info-box {
  border-bottom: 1px solid #eee;
}

.tech-content .research-detail .research-content .re-right .info-box .tt1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tech-content .research-detail .research-content .re-right .info-box .tt {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}

.tech-content .research-detail .research-content .re-right .info-box .info p {
  line-height: 2em;
  text-align: justify;
}

.tech-content .research-detail .research-content .re-right .info-box .info .t1 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.tech-content .research-detail .research-content .re-right .info-box .info .item {
  margin-bottom: 40px;
}

.tech-content .research-detail .research-content .re-right .info-box .info .item .label {
  width: 200px;
  float: left;
  line-height: 2em;
}

.tech-content .research-detail .research-content .re-right .info-box .info .item .text-box {
  float: left;
}

.tech-content .research-detail .research-content .re-right .info-box .info .more {
  margin-top: -30px;
  margin-bottom: 40px;
}

.tech-content .research-detail .research-content .re-right .info-box .info01 p {
  text-indent: 2em;
  margin-bottom: 40px;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
  width: 100%;
  height: 550px;
  margin-top: 40px;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper {
  width: 100%;
  height: 100%;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
  width: 750px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box {
  width: 100%;
  height: 50px;
  position: absolute;
  background: #f7f7f7;
  line-height: 50px;
  bottom: 0;
  padding-left: 30px;
  display: none;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box .txt {
  font-size: 14px;
  color: #666;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box .pagination-box {
  position: absolute;
  right: 15px;
  top: 60px;
  width: 50px;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box .pagination-box .swiper-pagination-current {
  color: #535354;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box {
  display: none;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-prev-meet {
  width: 50px;
  height: 100px;
  background-image: url("../img/ic13.png");
  background-repeat: no-repeat;
  background-size: 18px 33px;
  background-position: center;
  background-color: rgba(201, 38, 29, 0.8);
  outline: none;
  cursor: pointer;
  left: 0;
  margin-top: -50px;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-prev-meet.swiper-button-disabled {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-next-meet {
  width: 50px;
  height: 100px;
  background-image: url("../img/ic12.png");
  background-repeat: no-repeat;
  background-size: 18px 33px;
  background-position: center;
  background-color: rgba(201, 38, 29, 0.8);
  outline: none;
  cursor: pointer;
  right: 0;
  margin-top: -50px;
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-next-meet.swiper-button-disabled {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide-active .text-box,
.tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide-active .button-box {
  display: block;
}

.tech-content .info-manage-box {
  padding: 40px 40px 40px 30px;
  background-color: #fff;
  margin-bottom: 20px;
}

.tech-content .info-manage-box .left {
  width: 840px;
}

.tech-content .info-manage-box .left .t1 {
  font-size: 24px;
  color: #333;
}

.tech-content .info-manage-box .left .t1 .line {
  width: 4px;
  height: 22px;
  background: #535354;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.tech-content .info-manage-box .left .tech-list {
  margin-top: 30px;
}

.tech-content .info-manage-box .left .tech-list li {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.tech-content .info-manage-box .left .tech-list li .item-box {
  padding: 20px 0 20px;
}

.tech-content .info-manage-box .left .tech-list li .item-box .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/ic14.png");
}

.tech-content .info-manage-box .left .tech-list li .item-box span {
  color: #333;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: sub;
}

.tech-content .info-manage-box .left .tech-list li .icon-active .icon {
  background-image: url("../img/ic15.png");
}

.tech-content .info-manage-box .left .tech-list li .icon-active span {
  color: #535354;
}

.tech-content .info-manage-box .left .tech-list li .down-box {
  padding: 10px 0 20px 33px;
  display: none;
  margin-top: -20px;
}

.tech-content .info-manage-box .left .tech-list li .down-box p {
  line-height: 2em;
  color: #666;
  font-size: 14px;
}

.tech-content .info-manage-box .left .tech-list li .down-box p span {
  font-weight: bold;
}

.tech-content .info-manage-box .right {
  position: relative;
  width: 690px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tech-content .info-manage-box .right .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.tech-content .info-manage-box .right .mask span {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 40px;
}

.tech-content .info-manage-box .right-banner {
  width: 690px;
  height: 400px;
  float: right;
}

.tech-content .info-manage-box .right-banner .system-swiper {
  height: 100%;
}

.tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper {
  height: 100%;
}

.tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper .swiper-slide .text-box {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-system {
  bottom: 20px;
}

.tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.6;
}

.tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-bullet-active {
  background-color: #535354;
  opacity: 1;
}
.tech-content .info-manage-box .left {
    width: 50%;
  }

.tech-content .info-manage-box .right {
    width: 41%;
  }
  @media screen and (max-width: 1900px) {
    .tech-content .info-manage-box .left {
    width: 50%;
  }
  /*.industry li{box-shadow: 0 0 7px 2px #cccccc;}*/

  .tech-content .info-manage-box .right {
    width: 41%;
  }
  .tech-content .tech-box .left-cont {
    width: 15%;
    /*padding: 30px 6px 0 6px;*/
    padding: 30px 6px 75px 6px;
  }

  .tech-content .tech-box .right-cont {
    width: 83%;
  }
  .tech-content .info-manage-box .right-banner {
    width: 41%;
  }
}
@media screen and (max-width: 1600px) {
    .tech-content .tech-box .left-cont .t1 {
    font-size: 22px;
  }

  .tech-content .tech-box .left-cont .word p,
  .tech-content .tech-box .left-cont .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1460px) {
    .tech-content .info-manage-box .right {
    height: 280px;
  }
  .tech-content .info-manage-box .right-banner {
    height: 280px;
  }
}
@media screen and (max-width: 1386px) {
    .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
        height: 450px;
      }

    .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
        width: 680px;
        height: 400px;
      }
}
@media screen and (max-width: 1300px) {
    .tech-content .tech-box .left-cont{
        padding: 30px 6px 12px 6px;
        height: auto;
    }
}
@media screen and (max-width: 1044px) {
    .tech-content .info-manage-box .left {
    width: 100%;
  }

  .tech-content .info-manage-box .right {
    width: 100%;
    height: 3.5rem;
    margin-top: 0.2rem;
  }

  .tech-content .tech-display {
    height: auto;
  }

  .tech-content .tech-display .left {
    width: 100%;
    height: 4rem;
  }

  .tech-content .tech-display .right {
    width: 100%;
    padding: 0.25rem;
  }

  .tech-content .tech-display .right .info-box {
    height: auto;
    margin-top: 0.2rem;
  }

  .tech-content .tech-display .right .title {
    font-size: 20px;
  }

  .tech-content .research-detail .research-content {
    padding: 0 0.2rem 0.6rem 0.2rem;
  }

  .tech-content .research-detail .research-content .re-right {
    padding: 0.1rem 0 0;
  }

  .tech-content .research-detail .research-content .re-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tech-content .research-detail .research-content .re-left a {
    font-size: 16px;
  }

  .tech-content .research-detail .research-content .re-right {
    width: 100%;
    border-left: 0;
  }

  .tech-content .research-detail .research-content .re-left .active {
    font-weight: bold;
    font-size: 18px;
  }

  .tech-content .research-detail .top-box {
    padding: 0.3rem;
  }

  .tech-content .research-detail .top-box .title-box {
    font-size: 22px;
  }

  .tech-content .research-detail .research-content .re-left .line {
    display: none;
  }

  .tech-content .research-detail .research-content .re-left .active {
    border-bottom: 2px solid #535354;
  }

  .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
    height: 350px;
  }

  .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
    width: 450px;
    height: 300px;
  }
  .tech-content .tech-box {
    padding: 0.2rem;
  }

  .tech-content .tech-box .left-cont {
    width: 100%;
    height: auto;
    padding: 0.2rem;
  }

  .tech-content .tech-box .right-cont {
    width: 100%;
    margin-top: 0.2rem;
  }

  .tech-content .tech-box .left-cont .info,
  .tech-content .tech-box .left-cont .word {
    margin-top: 0.1rem;
  }

  .tech-content .info-manage-box .right-banner {
    width: 100%;
    height: 3.5rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
    .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-system {
    bottom: 0.2rem;
  }

  .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }

  .tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper .swiper-slide .text-box {
    font-size: 12px;
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .tech-content {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }

  .tech-content .info-manage-box {
    padding: 0.25rem;
  }

  .tech-content .info-manage-box .left .tech-list {
    margin-top: 0.3rem;
  }

  .tech-content .info-manage-box .left .tech-list li .item-box {
    padding: 0.2rem 0 0.2rem;
  }

  .tech-content .info-manage-box .left .tech-list li .item-box span {
    font-size: 14px;
  }

  .tech-content .info-manage-box .left .t1 {
    font-size: 18px;
  }
  .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
    height: 4rem;
  }

  .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
    width: 100% !important;
    height: auto;
  }

  .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-next-meet,
  .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-prev-meet {
    width: 40px;
    height: 50px;
    background-size: 10px 20px;
  }

  .tech-content .research-detail .research-content .re-left {
    flex-wrap: wrap;
  }

  .tech-content .research-detail .top-box .title-box {
    font-size: 16px;
    padding-bottom: 0.3rem;
  }

  .tech-content .research-detail .research-content .re-left a {
    padding: 0.1rem 0;
  }
}
/*关于我们样式*/

/*业务板块样式*/
        .solution .title{
            text-align: center;
            /* padding: 50px 0; */
            padding: 20px 0;
        }
        .solution .title>h3{
            position: relative;
            display: block;
            font-size: .4rem;
            font-weight: 800;
            color: rgba(53,59,73,1);
        }
        .solution .title>h3:after{
            position: absolute;
            z-index: 3;
            left: 50%;
            bottom: -10px;
            margin-left: -20px;
            width: 40px;
            height: 2px;
            background: #535354;
            content: '';
        }
        .solution .wraps{
            width: 90%;
            max-width: 1460px;
            margin: 0 auto;
        }
        .solution .describe{
            text-align: center;
            margin: 0 auto;
            font-size: 18px;
            color: #999;
            line-height: 26px;
        }
        .solution{ height: 9rem;padding: 50px 0; margin: 0 auto;
        /*background:url(../img/solution_bg.jpg) no-repeat center/cover;*/
        box-sizing: border-box; }
        .solution .container{position: relative; padding: 50px 0;}
        .solution .container>.box{position: absolute;width: 100%; box-sizing:border-box; 
        /*padding: 50px;*/
        padding: 20px 50px;
        }
        .solution .container>.box>.core{ text-align: center; margin: 0 auto;}
        .solution .container>.box>.core>img{max-width: 100%;height: auto;}
        .solution .container>.box>.circle{ position: absolute;z-index: 4; left: 50%;top: 0; opacity: 0; margin-left: -240px; width: 480px; height: 100%; zoom: 1; background: url("../img/solution_circle.png") no-repeat; background-position: 50% 50%; background-size: 100% auto; }
        .solution .container>.box>.circle:nth-child(1){-webkit-animation: enlarge 2s linear;-moz-animation: enlarge 2s linear;animation: enlarge 2s linear;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
        .solution .container>.box>.circle:nth-child(2){-webkit-animation: enlarge 2s linear 0.4s;-moz-animation: enlarge 2s linear 0.4s;animation: enlarge 2s linear 0.4s;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
        .solution .container>.box>.circle:nth-child(3){-webkit-animation: enlarge 2s linear 0.8s;-moz-animation: enlarge 2s linear 0.8s;animation: enlarge 2s linear 0.8s;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
        .solution .container>.box>.circle:nth-child(4){-webkit-animation: enlarge 2s linear 1.2s;-moz-animation: enlarge 2s linear 1.2s;animation: enlarge 2s linear 1.2s;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
        .solution .container>.box>.circle:nth-child(5){-webkit-animation: enlarge 2s linear 1.6s;-moz-animation: enlarge 2s linear 1.6s;animation: enlarge 2s linear 1.6s;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
        .solution .container>.box>.circle:nth-child(6){-webkit-animation: enlarge 2s linear 2s;-moz-animation: enlarge 2s linear 2s;animation: enlarge 2s linear 2s;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
        .solution .container>.navbar{ position: relative;z-index: 90; width: 30%; height: 100%; text-align: right;top:-50px;}
        .solution .container>.navbar>ul{margin: 0;}
        .solution .container>.navbar>ul>li{display: block; position: relative; 
        
        /*padding: 50px 0;*/
        /*padding: 40px 0;*/
        /*padding: 70px 0;*/
        padding: 24px 0;
        }
        .solution .container>.navbar>ul>li:nth-child(2),.solution .container>.navbar>ul>li:nth-child(3){ right: 70px;}
        .solution .container>.navbar>ul>li:nth-child(3),.solution .container>.navbar>ul>li:nth-child(4){right: 95px;}
        .solution .container>.navbar>ul>li:nth-child(5){right: 70px;}
        .solution .container>.navbar>ul>li:nth-child(6){right: unset;}
        
        .solution .container>.navbar>ul>li>a{ position: relative; display: block;font-size: 24px;color: #333; font-weight: 900;line-height: 50px;transition: all .35s; }
        .solution .container>.navbar>ul>li>a>i{display: inline-block; float: right; vertical-align: top;font-size: 50px;
        /*color: #ff6a00;*/
        color: #bbb;
        margin:0 20px;}
        .solution .container>.navbar>ul>li>a>p{ position: absolute;  background: rgba(0,0,0,.6); border-radius: 8px; height: 0; padding: 10px; opacity: 0; font-size: 1.4rem; color: #fff; line-height: 2rem;transition: all .35s; }
        .solution .container>.navbar:nth-of-type(3){ text-align: left; }
        .solution .container>.navbar:nth-of-type(3)>ul>li>a>i{float: left;}
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(2),.solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(3){ left: 70px; right: auto;}
        .solution .container>.navbar>ul>li>a:hover{ color: #535354; transform:translateY(-8px);}
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(2){left:62px;}
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(3),.solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(4){left:90px;}
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(5){left: 62px;}
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(6){left: unset;}
        /*.solution .container>.navbar>ul>li>a:hover p{ margin-top: -5px; height: auto;opacity: 1; }*/
        @keyframes enlarge {
        0% {
            transform:scale(1.1);
            opacity: 0.9;
        }
        25% {
            transform:scale(1.2);
            opacity: 0.7;
        }
        50% {
            transform:scale(1.3);
            opacity: 0.5;
        }
        75% {
            transform:scale(1.4);
            opacity: 0.3;
        }
        100% {
            transform:scale(1.5);
            opacity: 0.1;
        }
    }
    @media only screen and (max-width: 1280px){
        .solution .container>.box>.circle{ margin-left: -210px; width: 420px;}
        .solution .container>.navbar>ul>li>a{ font-size: 24px; line-height: 60px; }
        .solution .container>.navbar>ul>li>a>i{font-size: 38px; margin-right: 10px; }
        .solution .container>.navbar>ul>li>a>p{ font-size: 1.2rem;  line-height: 1.8rem;}
    }
    @media only screen and (max-width: 960px){
    
        .solution{padding:20px 0;}
        .solution .container>.box>.core>img { max-width: 60%; }
        .solution .container>.box>.circle{ margin-left: -200px; width: 400px;}
        .solution .container>.navbar>ul>li>a{ font-size: 1.4rem;}
        .solution .container>.navbar>ul>li>a>i{ font-size: 3.6rem; margin-right: 5px; }
    }
    @media only screen and (max-width: 880px){
        .solution .container>.navbar{width: 36%;}
        .solution .container>.navbar>ul>li{text-align: center; padding-top: 0;}
        .solution .container>.navbar>ul>li>a{ line-height: 40px;}
        .solution .container>.navbar>ul>li>a>i{display: block; float: none!important; margin: 0;}
        .solution .container>.navbar>ul>li>a>p{display: none;}
    }
    @media only screen and (max-width: 640px){
        .swiper-slide.industry{
            margin-top: 10px;
            margin-bottom: 0px;
        }
        .solution .container>.box{position: relative;padding: 50px;
            overflow: hidden;
        }
        .solution .container>.box>.core>img { max-width: 80%; }
        .solution .container>.navbar{ position: relative;z-index: 90; margin-top: -20%; width: 49%; height: auto; text-align: right;}
        .solution .container>.navbar>ul{margin: 0;
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
        }
        .solution .container>.navbar>ul>li{display: block; position: relative; padding: 10px 0;text-align: left;
            width: 48%;
        }
        .solution .container>.navbar>ul>li:nth-child(2),.solution .container>.navbar>ul>li:nth-child(3){ right: auto;}
        .solution .container>.navbar>ul>li>a{ background: #535354; color: rgba(255,255,255,1); border-radius: 3px; padding: 10px 7px; text-align: center; }
        .solution .container>.navbar>ul>li>a>i{  color: rgba(255,255,255,1); 
        font-size: 40px;
        /*font-size: 3rem;*/
        }
        .tech-content .tech-box .left-cont .info .logo-strone{
            /*display:none;*/
            width: 15%;
            margin-top: 1%;
        }
        .solution .container>.navbar>ul>li>a>p{ display: none; }
        .solution .container>.navbar:nth-of-type(3){ text-align: left; }
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(2),.solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(3){ left: 0; right: auto;}
        .solution .container>.navbar>ul>li>a:hover{ color: rgba(255,255,255,1);}
        .pc-hide{display:block;}
        .pc-show{display:none;}
        .tech-content .tech-box .left-cont .t1{
            font-size: 17px;
            /*font-size: 20px;*/
        }
        .tech-content .tech-box .left-cont .word p, .tech-content .tech-box .left-cont .info p{
            font-weight: 600;
            font-size: 17px;
        }
        .tech-content .tech-box .right-cont p{
            line-height: 29px;
            color: #393939;
            font-size: 15px;
        }
    }
    @media only screen and (max-width: 767px){
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(4){left:0;}
        .solution .container>.navbar:nth-of-type(3)>ul>li:nth-child(5){left:0;}
        .solution .container>.navbar>ul>li:nth-child(3), .solution .container>.navbar>ul>li:nth-child(4){right:0;}
        .solution .container>.navbar>ul>li:nth-child(5){right:0;}
    }
    @media only screen and (max-width: 520px){
        .solution{ padding: 0;}
        .solution .container>.box {padding: 20px;}
        .solution .container>.box>.circle{ margin-left: -140px; width: 280px; }
        .solution .container>.box>.core>img{max-width: 100%;}
        .solution .container>.navbar{ 
            /*margin-top: -26%;*/
            margin-top: 11%;}
        .solution .container>.navbar>ul>li>a { 
            font-size: 14px;
            /*font-size: 1.2rem;*/
            overflow: hidden;text-overflow:ellipsis; white-space: nowrap; }
    }
/*业务板块样式*/
@media screen and (max-width: 1880px){
    #contact.company-news .industry>ul>li{margin-right: 15px;}
}
@media screen and (max-width: 1680px){
    .head .box {
        width: 433px;
        height: 407px;
    }
    .industry>ul>li {
        width: 31%;
        margin-right: 40px;
        /*height: 425px;*/
    }
    .industry li .pic,
    .industry li .imgBg{
        height: auto;
        background-size: cover;
        -webkit-border-radius: 10px 10px 0 0;
    }
    /*.industry li .pic{height:unset!important;}*/
    
}
@media screen and (max-width: 1600px){
    .scrvice-content .scrvice-box .box11,.scrvice-content .scrvice-box .box55{display:none;}
    .head p:nth-child(1) {
        margin-top: 120px;
    }
    .industry>ul>li>a>span,
    #contact.company-news .industry>ul>li>a>span,
    #contact.company-news .f26{
        top: 56%;
    }
}

@media screen and (max-width: 1440px){
    .head p:nth-child(1) {
        font-size: 35px;
        margin-top: 90px;
        margin-bottom: 0px;
    }
    .head p:nth-child(2) {
        margin-bottom: 25px;
    }
    .industry {
        margin-top: 70px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1366px){
    .head .box {
        width: 379px;
        height: 356px;
    }
    .industry>ul>li>a>span,
    #contact.company-news .industry>ul>li>a>span{
        top: 53%;
    }
}
@media screen and (max-width: 750px){
    .company-news .news-swiper{
        margin-top: 0px;
    }
    #contact .contact-box-top{flex-wrap: wrap;}
    #contact .contact-box-left ul li{
        margin: 25px 0px;
        font-size: 16px;
    }
    #contact .contact-box-right{
        width: 100%;
    }
    #contact .contact-box-right .erweima{
        width: 40%;
    }
    #index #contact.company-news .company-nav .com-title{
        margin-bottom: 0px;
    }
    .com-title{
        text-align: left;
        padding-top: 3px;
    }
    #index .company-news .news-swiper .page-box .swiper-pagination{
        display: none;
        /*left: 14%;*/
        transform: translateX(-50%);
        bottom: 80px;
        /*background-color: #f5f5f5;*/
        background: #a1a1a1;
        border-radius: 20px;
        padding: 0 5px;
        text-wrap: nowrap;
        white-space: nowrap;
    }
    .scrvice-content .scrvice-box .box11,.scrvice-content .scrvice-box .box55{display:block;}
    .culture-right .box22>p.about-text{
        display:none;
    }
    .more-btn{
        text-align: center;
        font-size: 16px;
        margin-top: 30px;
        display: flex;
    }
    .more-btn>.box1{
       width:27%!important;
       display: flex;
       justify-content: flex-start;
       align-items: center;
       padding-right: 17px;
    }
    .more-btn .toggle{
        width: 45%;
        text-align: left;
    }
    .more-btn .toggle a{
        padding: 7px 20px;
        border-radius: 20px;
        background: #8344f2;
        color: #fff;
    }
    .culture-left .culture-left-box .culture-left-tit h1, .box4-title h1{
        font-size: 39px;
    }
    .culture-left .culture-left-box .culture-left-tit span{
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid black;
    }
    .culture-left{width: 100%;display: flex;justify-content: space-between;}
    .culture-left-list ul li{font-size: 16px;}
    
    .contact-box-top .contact-box-left{
        width: 100%;
    }
    #contact.company-news{padding: 50px 0 0px;margin-top:0px;}
    #contact.company-news .news-swiper{margin-bottom:0px;}
    #contact.company-news .f26{top: 55%;}
    div#contact.company-news.business-area .f26{top: 44%;}
    #contact.company-news .p .title{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #contact.company-news .industry{
        margin-top: 0rem;
    margin-bottom: 0.8rem;
    }
    #contact.company-news .news-swiper .page-box{
        transform: unset;
        left: 35%;
    }
}