/* 五个图标导航 */

.five_icon {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.five_icon .z3db1frow {
    width: 100%;
    position: absolute;
    top: -125px;
    left: 0;
    z-index: 999;
    height: 112px;
    box-sizing: border-box;
    padding: 6px;
    text-align: center;
    font-size: 0;
    background: url(../images/mask.png);
}

.five_icon .z3db1frow .z3db1fcol-md2-4 {
    height: 100%;
}

.five_icon a {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(../images/mask3.png);
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.five_icon .z3db1frow .z3db1fcol-md2-4:nth-of-type(odd) a {
    background: url(../images/mask2.png);
    color: #000;

}

.five_icon a .five_icon_span span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.five_icon .z3db1frow .z3db1fcol-md2-4:nth-of-type(odd) a span {
    display: block;
    text-align: center;
    color: #014099;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.five_icon .five_icon_pic {
    width: 40px;
    height: 40px;
}

.five_icon .five_icon_pic img {
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

.five_icon .z3db1frow .z3db1fcol-md2-4:hover .five_icon_pic img {
    transform: rotateY(360deg);
}

@media screen and (max-width:1024px) {
    .five_icon {
        box-sizing: border-box;
        width: 98%;
    }
}

@media screen and (max-width:650px) {
    .five_icon .z3db1frow {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
    }

    .five_icon .z3db1frow .z3db1fcol-md2-4 {
        margin: 10px 0;
    }

    .five_icon a {
        padding: 15px 10px;
    }
}

/* 公司简介开始 */
.home_about {
    padding-top: 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.home_about .z3db1fcol-md6:hover {
    background: #fff;
}

.home_about .z3db1fcol-md6:last-child {
    box-sizing: border-box;
    padding: 15px;
}

.home_about_pic {
    width: 100%;
}

.home_about_pic img {
    max-width: 100%;
}

.home_about_con {
    box-sizing: border-box;
    padding-left: 20px;
}

.home_about_title {
    color: #999999;

    height: 40px;
    margin: 0 0 20px 0;
    overflow: hidden;
    line-height: 50px;
    box-sizing: border-box;
}

.home_about_title h3 {
    display: inline-block;
    color: #333333;
    font-size: 30px;
    height: 53px;
    overflow: hidden;
    line-height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

.home_about_title span {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
}

.home_about_con p {
    display: block;
    color: #555555;
    font-size: 14px;
    overflow: hidden;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.home_about_con a {
    display: block;
    width: 80px;
    height: 42px;
    font-size: 13px;
    line-height: 42px;
    margin: 35px 0 0 0;
    padding: 0 30px 0;
    background-color: #014099;
    color: #fff;
    text-align: center;
}

.home_about .wow {
    background: #fff;
}

@media screen and (max-width:1024px) {
    .home_about {
        box-sizing: border-box;
        padding: 50px 15px 15px;
    }
}

@media screen and (max-width:650px) {

    .home_about .z3db1fcol-md6:last-child,
    .home_about_con {
        padding: 15px;
    }

}

/* .新闻资讯 */
.news {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.news_tittle {
    text-align: center;
    margin: 50px auto 30px;
}

.news_tittle .wow {
    background: none;
}

.news_tittle h3 {
    font-size: 30px;
    color: #333;
    line-height: 2;
    padding-bottom: 20px;
    background: none;
}

.news_tittle span {
    font-size: 14px;
    color: #999;
    background: none;
}

.news_tittle h3.wow:hover,
.news_tittle span.wow:hover {
    background: none;
}

.news .z3db1ftab-title {
    border-bottom: 0;
}

.news .z3db1ftab-title li:last-child {
    float: right;
}

.news .z3db1ftab-title li::after {
    display: none;
}

.news-more {
    color: #999;
    font-size: 14px;
    font-weight: 550;
}

.news .z3db1ftab-title .z3db1fthis {
    background-color: #014099;
    color: #fff;
}

/* 新闻轮播图 */

.news_item_swiper {
    width: 100%;
    position: relative;
    height: 411px;
    background-color: #fff;
    overflow: hidden;
    padding: 25px 40px 70px;
    box-sizing: border-box;
}

.nis_case {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;

}

.nis_case .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.news_item_swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.news .swiper-pagination {
    margin-top: 15px;
    width: 100%;

    text-align: left;
    box-sizing: border-box;
    padding-left: 30px;
}

.news .swiper-pagination span {
    margin: 3px;
    width: 12px;
    height: 12px;
}

.news .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #014099;
}

.news_swiper_pic {
    height: 200px;
    overflow: hidden;
    margin: 30px 0 0;
    text-align: left;
}

.news_swiper_pic img {
    max-width: 100%;
    max-height: 100%;
}

.newsSwiperinfo {
    color: #999999;
    font-size: 30px;
    text-align: left;
    padding: 15px 0 0;
    box-sizing: border-box;
    width: 100%;
}

.newsSwiperinfo h3 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 10px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .新闻案例 */
.homenews dl {
    display: block;
    width: 100%;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;

    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
}

.homenews dl a {
    display: block;
}

.homenews dl dd {
    position: relative;
    color: #666666;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.homenews dl dd h3 {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.homenews dl dd span {
    display: inline-block;

    float: right;
    font-size: 16px;
    color: #999999;
    height: 52px;
    overflow: hidden;
}

.homenews dl dt {
    position: relative;
    margin: 8px 0;
    display: none;
}

.homenews dl dt .pic {
    width: 170px;
    height: 63px;
    width: 33%;
    float: left;
}

.homenews dl dt .pic img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.homenews dl dt .txt {
    width: 33%;
    display: inline-block;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
}

.homenews dl dt .more {
    width: 33%;
    display: inline-block;
    float: right;
    text-align: right;
}

@media screen and (max-width:1024px) {
    .news {
        padding: 15px;
        box-sizing: border-box;

    }
}

@media screen and (max-width:650px) {
    .news_item_swiper {
        margin-bottom: 15px;
    }

    .homenews dl {
        padding-left: 0;
    }

    .news_item_swiper {
        padding: 25px 20px 70px;
    }
}