@charset "utf-8";
/* 焦点轮播图*/

.slideBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 48%;
}

.slideBox .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.slideBox .hd ul li {
    float: left;
    width: 40px;
    height: 9px;
    overflow: hidden;
    margin-right: 8px;
    text-indent: -999px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35);
}

.slideBox .hd ul li.on {
    background: rgba(255, 255, 255, 0.5);
}

.slideBox .bd ul {
    width: 100%!important;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    display: block;
    border: none;
}

.banner.slideBox .bd img {
    height: 500px;
}

/*核心产品*/

.product {
    width: 100%;
    margin: 50px auto 81px auto;
}

.product .product-header {
    text-align: center;
}

.product .product-header .product-title {
    height: 29px;
    line-height: 29px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
}

.product .product-header .product-title-line {
    display: inline-block;
    width: 50px;
    height: 2px;
    margin-top: 9px;
    background: rgba(52, 152, 219, 1);
}

.product .product-content {
    margin-top: 59px;
  display: flex;
    justify-content: center;
}
.product .product-row {
    margin-top: 34px;
    display: flex;
}

.product .product-content .product-box {
    position: relative;
    border: 1px solid #D2D2D2;
    display: inline-block;
    width: 174px;
    height: 153px;
    margin-left: 30px;
    overflow: hidden;
}

.product .product-content .product-box:first-child {
    margin-left: 0px;
}

.product .product-box .product-img {
    display: table-cell;
    width: 174px;
    height: 116px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product .product-box .product-img img {
    border: none;
}

.product .product-box .product-name {
    margin-top: -4px;
    text-align: center;
    font-size: 17px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product .product-box .product-desc {
    opacity: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 176px;
    height: 154px;
    background: rgba(52, 152, 219, 1);
    box-shadow: 0px 4px 8px 0px rgba(52, 152, 219, 0.63);
    color: #fff;
    transform: scale(0.8, 0.8);
    transition: all .4s;
    text-align: center;
}

.product .product-box .product-desc .name {
    font-size: 17px;
    font-weight: 500;
    margin-top: 50px;
}

.product .product-box .product-desc .desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 20px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.product .product-box:hover .product-img {
    opacity: 0;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
}

.product .product-box:hover .product-name {
    opacity: 0;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
}

.product .product-box:hover .product-desc {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .85;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 1180px) {
    .product {
        /* width: 1180px; */
    }
    .product .product-content .product-box {
        width: 210px;
        height: 184px;
    }
    .product .product-box .product-img {
        width: 210px;
        height: 147px;
    }
    .product .product-box .product-name {
        margin-top: -12px;
        font-size: 20px;
    }
    .product .product-box .product-desc {
        width: 212px;
        height: 186px;
    }
    .product .product-box .product-desc .name {
        font-size: 20px;
        margin-top: 60px;
    }
    .product .product-box .product-desc .desc {
        font-size: 14px;
        height: 84px;
    }
}

@media screen and (max-width: 1180px) {
    .product {
        /* width: 100%; */
    }
    .product .product-content .product-box {
        width: 166px;
        height: 150px;
    }
    .product .product-box .product-img {
        width: 166px;
        height: 117px;
    }
    .product .product-box .product-name {
        margin-top: -12px;
        font-size: 16px;
    }
    .product .product-box .product-desc {
        width: 166px;
        height: 150px;
    }
    .product .product-box .product-desc .name {
        font-size: 16px;
        margin-top: 40px;
    }
    .product .product-box .product-desc .desc {
        font-size: 14px;
        height: 70px;
    }
}

/*案例*/

.case {
    background-color: #F4F4F4;
}

.case .case-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 63px;
    padding-bottom: 60px;
}

.case .case-header {
    text-align: center;
}

.case .case-header .case-title {
    height: 29px;
    line-height: 29px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
}

.case .case-header .case-sub-title {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #888888;
}

.case .case-more {
    text-align: right;
    position: absolute;
    right: 0;
    top: -8px;
}

.case .case-more a {
    font-size: 14px;
    font-weight: 500;
    color: #3498DB;
    height: 12px;
    line-height: 12px;
}

.case .case-content {
    display: flex;
    justify-content: center;
}

.case .case-content .case-list{
    position: relative;
}

.case .case-content .case-row {
    margin-top: 34px;
    display: flex;
}

.case .case-content .case-row:first-child {
    margin-top: 23px;
}

.case .case-content .case-box {
    position: relative;
    float: left;
    margin-left: 26px;
    width: 225px;
    overflow: hidden;
}

.case .case-content .case-box:first-child {
    margin-left: 0px;
}

.case .case-box .case-img {
    height: 166px;
    zoom: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case .case-box .case-name {
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
}

.case .case-box .case-desc {
    position: absolute;
    top: 202px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all .4s;
}

.case .case-box:hover .case-desc {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-202px);
    -ms-transform: translateY(-202px);
    transform: translateY(-202px);
}

.case .case-box .case-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3498DB;
    box-shadow: 1px 2px 6px 0px rgba(98, 98, 98, 0.5);
    opacity: 0.7;
    z-index: 2;
}

.case .case-box .case-desc .desc {
    position: relative;
    z-index: 3;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    height: 202px;
}

.case .case-box .case-desc .desc span {
    display: block;
    height: 96px;
    overflow: hidden;
}

@media screen and (min-width: 1180px) {
    .case .case-content .case-box {
        width: 275px;
    }
    .case .case-box .case-img {
        height: 199px;
    }
    .case .case-box .case-name {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }
    .case .case-box .case-desc {
        top: 241px;
    }
    .case .case-box:hover .case-desc {
        -webkit-transform: translateY(-241px);
        -ms-transform: translateY(-241px);
        transform: translateY(-241px);
    }
    .case .case-box .case-desc .desc {
        font-size: 15px;
        height: 241px;
    }
}

/*合作伙伴*/

.cooperative {
    padding-top: 74px;
    padding-bottom: 82px;
}

.cooperative .cooperative-container {
    width: 100%;
    margin: 0 auto;
}

.cooperative .cooperative-header {
    text-align: center;
}

.cooperative .cooperative-header .cooperative-title {
    height: 29px;
    line-height: 29px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
}

.cooperative .cooperative-header .cooperative-sub-title {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #888888;
}

.cooperative .cooperative-content {
    margin-top: 51px;
}

.cooperative .cooperative-content .cooperative-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperative .cooperative-row {
    margin-top: 35px;
    display: flex;
}

.cooperative .cooperative-row:first-child {
    margin-top: 0px;
}

.cooperative .cooperative-box {
    position: relative;
    float: left;
    margin-left: 26px;
    width: 172px;
    overflow: hidden;
    border: 1px solid rgba(229, 229, 229, 1);
}

.cooperative .cooperative-box:hover {
    box-shadow: 0px 2px 6px 0px rgba(81, 81, 81, 0.35);
}

.cooperative .cooperative-box:first-child {
    margin-left: 0px;
}

.cooperative .cooperative-box .cooperative-img {
    height: 103px;
    zoom: 1;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media screen and (min-width: 1180px) {
    .cooperative .cooperative-container {
        width: 1180px;
    }
    .cooperative .cooperative-box {
        width: 213px;
    }
    .cooperative .cooperative-box .cooperative-img {
        height: 124px;
    }
}