.focu-pic img {
  width: 100%;
  display: block;
  /* 将img元素设置为块级元素 */
}

.midBox {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
}

.newScience {

    margin-bottom: 210px;
}

.newScience .title {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 54px;
    text-align: center;
    margin-bottom: 0px;
}

.newScience .introduce {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0080C9;
    /* line-height: 54px; */
    text-align: center;
    margin-top: 0px;
}

.iconBox {
    display: flex;
    width: 700px;
    justify-content: space-between;
    margin: 80px auto 0;
    cursor: pointer;
}

.iconBox .imageBox {
    display: flex;
    flex-direction: column;
    align-items: center;

}



.iconBox p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 0;
    position: relative;
    bottom: 0;

}

.iconBox img {
    height: 42px;
    width: 42px;

}

.imageBox .normal-icon {
    /* 设置图标的默认样式（灰色） */
    filter: grayscale(100%);
}

.imageBox:hover .normal-icon {
    /* 设置图标在悬停状态下的样式（白色） */
    filter: none;
}

.imageBox .hover-icon {
    /* 设置图标在悬停状态下的样式（白色） */
    display: none;
    /* 默认隐藏悬停状态下的图标 */
}

.imageBox:hover .hover-icon {
    /* 设置图标在悬停状态下的样式（白色） */
    display: none;
    /* 显示悬停状态下的图标 */
}

.imageBox:hover p {
    color: #0080C9;
}

.line {
    height: 1px;
    background: #DDDDDD;
    width: 100%;
}

.newScienContentBox {
    display: flex;
    justify-content: space-between;

}

.newScienContentBox .text {
    width: 661px;
    height: 338px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 29px;
    margin-top: 0px;
    position: relative;
    bottom: 5px;
    /* line-height: 32px; */
}

.produc {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.produc .cardBox {
    width: 100%;
    background-color: #ffffff;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 90px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.produc .cardBox .single {
    margin: 0px 35px;
    display: flex;
    flex-direction: column;

    /* align-items: center; */
}

.produc .cardBox .single .pbox {
    display: flex;
    /* align-items: center; */
}

.produc .cardBox .single .pbox .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 0px;
    margin-top: 0px;
}

.produc .cardBox .single .pbox .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    /* line-height: 0px; */
    margin-bottom: 0px;
    position: relative;
    /* top: 30px; */
    left: 5px;
}

.produc .cardBox .single .p3 {
    width: 200px;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    /* line-height: 0px; */
}

.classicBox {
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #ffffff, #ECECEC);
}

.classic {
    position: relative;
}



.producContent {
    display: flex;
    position: relative;
}

.producContent .sign {
    width: 16px;
    height: 16px;
    background-color: #0080C9;
    border-radius: 2px;
}

.producContent .p3 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 54px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.producContent .signBox {
    display: flex;
    align-items: center;
}

.producContent .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 54px;
}

.producContent .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.producContent .imagebox img {
    width: 500px;
}

.producContent .producContentLeft {
    margin-right: 80px;
}

.classic .abSign {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 450px;
}

.classic .abSign .right {
    width: 56px;
    height: 56px;
    position: relative;
    left: 100px;
}

.classic .abSign .left {
    width: 56px;
    height: 56px;
    position: relative;
    right: 100px;
}

.swiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper2 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiper2 .swiper-slide img{
    width: 240px;
    height: 120px;
}

.swiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.classicBox .circleBox .circle {
    width: 62px;
    height: 92px;
    background: #0080C9;
    border-radius: 46px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 10px;
    /* width: 70px; */

}

.classicBox .circleBox {
    display: flex;
}

.performanceBox {
    display: flex;
    justify-content: center;

    background: url(../../images/bg-engineering.png);
}

.newsBox {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.newsContent {
    display: flex;
    margin-bottom: 30px;


}

.newsBox {
    background-color: #fff;
}

.newsContent .left img {
    width: 220px;
    height: 220px;
    border-radius: 20px;
    margin-right: 20px;
}

.newsContent .right .time {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.newsContent .titleBox {
    display: flex;
    align-items: center;
}

.newsContent .titleBox .sign {
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.newsContent .titleBox .title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 54px;
    margin-bottom: 0px;
}

.newsContent .content {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aiVisionBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
}

.aiVisionBox .abSign {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 130px;
}

.aiVisionBox .abSign .right {
    width: 56px;
    height: 56px;
    position: relative;
    left: 100px;
}

.aiVisionBox .abSign .left {
    width: 56px;
    height: 56px;
    position: relative;
    right: 100px;
}

.aiVisionBoximg img {
     width: 100%;
    height: 100%;
}

.aiVisionBoximg .img {
    width: 100px;
    border: solid 1px #b2b2b2;
    border-radius: 20px;
    padding: 3px;
}