@charset "UTF-8";

/*
 * 用于企业展示网站的自定义sheet
 */

/*--------------------------------------------------------------
# cert
--------------------------------------------------------------*/
.cert .cert-item {
    margin-bottom: 30px;
}

.cert #cert-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.cert #cert-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

.cert #cert-flters li:hover, .cert #cert-flters li.filter-active {
    color: #fff;
    background: #009970;
}

.cert #cert-flters li:last-child {
    margin-right: 0;
}

.cert .cert-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(54, 52, 58, 0.6);
}

.cert .cert-wrap::before {
    content: "";
    background: rgba(54, 52, 58, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.cert .cert-wrap img {
    transition: all ease-in-out 0.3s;
}

.cert .cert-wrap .cert-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.cert .cert-wrap .cert-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.cert .cert-wrap .cert-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.cert .cert-wrap .cert-links {
    text-align: center;
    z-index: 4;
}

.cert .cert-wrap .cert-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.cert .cert-wrap .cert-links a:hover {
    color: #00cc95;
}

.cert .cert-wrap:hover::before {
    opacity: 1;
}

.cert .cert-wrap:hover img {
    transform: scale(1.2);
}

.cert .cert-wrap:hover .cert-info {
    opacity: 1;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.kclients .clients-wrap {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.kclients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    height: 100px;
}

.kclients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    filter: grayscale(0%);
}

.kclients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
}

infoimg {
    width :100%;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #009970;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #009970;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*
# 设定图片尺寸
 */
.softlist-img .img {
    margin: 15px 10px 15px 30px;
    width:400px;
    height:300px;
    float:left;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    /*background: #ffffff;*/
    padding: 40px 0 20px 0;
    color: #000066;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.counts .counters span {
    font-size: 48px;
    display: block;
    font-weight: 700;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

/*
 # 规定的尺寸内保持图片纵横比
 */

.img-box {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 400px;
    border: 1px solid #000;
}
.img-box img {

    position: absolute;
    max-width: 600px;
    max-height: 400px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}





