.content {
    height: 40rem;
    width: 100%;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-header {
    height: 25%;
    color: #004a41;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-padding {
    height: auto;
    padding: 0 10%;
}

.product-div-a {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004a41;
}

.product-div-a span {
    color: #004a41;
}

.product-img {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
}

.Water-pipe {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    width: auto;
    height: auto;
}

.product-pipe-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: 100%;
    padding: 0px 10px;
}

.Home-img-product img {
    max-width: 100%;
    max-height: 100%;
    /*height: 300px;*/
}

.Home-img-product {
    overflow: hidden;
    background-color: #FFFFFF;
    width: auto;
    height: 300px;
    flex: 1;
    /* height: 300px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s;
}

.Water-pipe span {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategic-img {
    height: 15rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategic-img>img {
    height: 100%;
    width: 100%;
}

.strategic-img div {
    position: absolute;
    color: white;
    font-size: 36px;
}

.strategic-img div span {
    color: white;
    font-size: 26px;
    font-weight: lighter;
}

.concept {
    height: 50rem;
    width: 100%;
    background-color: #f2f2f2;
}

.concept-header {
    height: 20%;
    width: 100%;
    color: #004a41;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
}

.concept-box {
    height: 100%;
    width: 80%;
    padding: 12px 0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.concept-box-padding {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.concept-box .concept-idea {
    width: 40%;
    height: 30%;
    cursor: pointer;
}

.idea-img01 {
    height: 50px;
    width: 50px;
    padding: 0px 20px;
}

.news-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.concept-idea:hover {
    background: #F6F6F6;
    box-shadow: 0px 0px 21px 9px rgba(30, 86, 160, 0.05);
    border-radius: 5px;
    cursor: pointer;
}

.concept-idea {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.idea-text {
    width: 75%;
}

.idea-text span {
    line-height: 26px;
}

.year {
    text-align: center;
}

.idea-text span:nth-child(2) {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-wrap: break-word;
    /*英文强制换行*/
}

.idea-div-home {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
    color: rgb(0, 74, 65);
}

.Swiper-FirstSwiper {
    width: 100%;
    height: 300px;
}

.Swiper-BoxSwiper .news-swiper-img {
    max-width: 100%;
    max-height: 100%;
}

.news {
    height: 45rem;
    width: 100%;
}

.news-title {
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004a41;
    font-size: 30px;
    font-weight: bold;
}

.ind-index-box {
    height: 5rem;
    width: 100%;
}

.con {
    display: none;
    height: 100%;
    width: 100%;
    /* border: 1px solid red; */
}

.tab {
    height: 70%;
    padding: 0 10%;
}

.ind-top {
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind-top-left,
.ind-top-right,
.ind-top-mid div {
    padding: 20px 30px;
    cursor: pointer;
}


/* .ind-new:hover {
    background: #00216e;
    border-radius: 20px;
    padding: 10px 20px;
    color: white;
} */

.ind-new {
    border-radius: 40px;
    padding: 12px 30px;
}

.con-news {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* .nav-bg-color {
    background-color: #007771 !important;
} */

.con-new-div {
    width: 30%;
    /* height: 100%; */
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}


/* .con-new-div>img {
    width: 100%;
    height: 403px;
} */

.con-content {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}


/* .con-footer {
    width: 12%;
    height: 100%;
    border: 1px solid red;
} */

.con-content-data {
    height: 30%;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.con-content-data:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 4px rgba(0, 86, 145, 0.1);
    cursor: pointer;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
}

.con-content-data.active {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 4px rgba(0, 86, 145, 0.1);
    cursor: pointer;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}

.con-title {
    line-height: 1.4rem;
}

.con-first-data {
    width: 20%;
    height: 78%;
    border-right: 1px solid black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.new-history-box {
    width: 32%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-history-box img {
    max-width: 100%;
    max-height: 100%;
}

.con-second {
    width: 80%;
    height: 78%;
    padding: 0px 15px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.day {
    font-size: 40px;
    font-weight: bold;
}

.con-new-title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    height: auto;
}

.con-second-title {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: auto;
}

.switch-Enlish-box {
    width: 50px;
    height: 50px;
    background: #004236;
}

.res {
    height: auto;
    width: 100%;
    background-color: #004a41;
    display: flex;
    flex-direction: column;
}

.res-title {
    height: 8rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    color: white;
}

.res-img {
    height: 70%;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    box-sizing: border-box;
    grid-auto-flow: dense;
}

.honer-res-box {
    height: 60px;
    width: 100%;
}

.res-box {
    /* width: 20%; */
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-honor-box {
    /* width: 320px; */
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.home-honor-box img {
    max-width: 100%;
    max-height: 100%;
}

.res-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    color: white;
    padding: 10px 0px;
}


/* .res-box span:hover {
    background-color: white;
    color: #00216e;
} */
