/* 业务领域开始 */

.area {
    display: flex;
    justify-content: center;
}

.area_img div {
    height: 185px;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s;
}

.area_img a:hover p {
    color: #0756A9 !important;
}

.area_img a:hover img {
    transform: scale(1.1);
}

.area_img a div img {
    width: 95%;
    transition: all 0.6s;
}

.waterproof_engineering {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    padding: 25px 0 30px 0;
}


/* 业务领域结束 */


/* 工程案例开始 */

.engineering .bodyCon08:nth-child(2) {
    display: block;
}

.engineering .bodyCon08 {
    display: none;
}

.engineering {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url(../image/case_iamge.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.row_classics {
    display: flex;
    margin-top: 40px;
}

.classics {
    display: flex;
    flex-direction: column;
}

.classics span:nth-child(1) {
    font-size: 10px;
    font-weight: 700;
    color: #b47e39;
}

.classics span:nth-child(2) {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.underline {
    display: flex;
}

.underline_left {
    width: 70px;
    height: 3px;
    background: #0756a9;
}

.underline_right {
    width: 100px;
    height: 3px;
    background: #afd3f9;
}

.flotation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flotation ul li {
    background: #eeeeee;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.flotation ul li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    color: #0756A9;
    font-size: 15px;
    font-weight: 700;
}


/* 工程案例结束 */


/* 关于国强防水开始 */

.guoqiang {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.guoqiang_time {
    display: flex;
    margin-top: 40px;
}

.index_time p {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.row_guoqiang {
    display: flex;
    flex-wrap: wrap;
}

.company {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

.guoqiang_img {
    overflow: hidden;
    height: 540px;
}
.guoqiang_img a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.guoqiang_img img {
    width: 100%;
    transition: all 0.6s;
}

.guoqiang_img img:hover {
    transform: scale(1.05);
}

.company span:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 50px;
}

.company .name {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 30px;
}

.company span:nth-child(3) {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    text-indent: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 40px;
}

.company button {
    width: 140px;
    height: 40px;
    background: #0756a9;
    border: 0;
}

.company button a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    line-height: 40px;
}

.guoqiang_time {
    display: flex;
    justify-content: space-around;
}

.suffix {
    display: flex;
    margin-bottom: 10px;
}

.timer {
    font-size: 50px;
    font-weight: 550;
    color: #333333;
    line-height: 50px;
}

.suffix span {
    font-size: 10px;
    height: 10px;
    font-weight: 400;
    color: #333333;
    line-height: 70px;
    margin-left: 10px;
}

.row_quality img {
    width: 100%;
}


/* 关于国强防水结束 */


/* 最新质询开始 */

.latest {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
}

.latest {
    background-image: url(../image/information.png);
    background-repeat: no-repeat;
    background-size: 830px 330px;
    background-position: 0 0;
}

.row_latest {
    display: flex;
    justify-content: center;
}

.latest_details {
    margin-left: 20px;
    height: 450px;
    transition: all 0.6s;
}

.latest_details:hover {
    box-shadow: 0px 10px 20px 0px #f5f5f5;
}

.latest_details:hover .row_details p {
    color: #0756a9;
}

.latest_details:hover img {
    transform: scale(1.05);
}

.latest_img {
    transition: all 0.6s;
    height: 240px;
    overflow: hidden;
}

.latest_img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.row_details {
    background: #ffffff;
}

.row_details p:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 20px 20px 0;
    text-indent: 20px;
}

.row_details p:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 20px 20px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.details_time {
    display: flex;
    justify-content: space-between;
    margin: 0 20px 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 50px;
}

.details_time span:nth-child(2) {
    color: #0756a9;
}

.more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.more button {
    width: 230px;
    height: 40px;
    background: #ffffff;
    border: 0.2rem solid #999999;
}

.more button a {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.more button:hover {
    background: #0756A9;
    border: 0;
}

.more button:hover a {
    color: #ffffff;
}


/* 最新质询结束 */


/* 合作伙伴开始 */

.row_partner {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 60px;
}

.row_partner .collaborate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.collaborate img {
    width: 200px;
    height: 80px;
    transition: all 0.6s;
    margin-bottom: 30px;
    margin-left: 30px;
}

.collaborate img:hover {
    transform: scale(1.2);
}


/* 合作伙伴结束 */