.case-h{
    width: 100%;
    height: 400px;
    background-image: url("../img/a34.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case-h-wk{
    width: 1200px;
    margin: auto;
    color: #FFF;
    padding-top: 80px;
}
.case-h-title{
    font-size: 36px;
    font-weight: bold;
}
.case-h-span{
    width: 550px;
    font-size: 14px;
    padding: 24px 0;
    font-weight: lighter;
}
.case-btn{
    overflow: hidden;
    height: 44px;
    width: 200px;
    border-color: #FFF;
}
.case-btn a{
    color: #fff;
    line-height: 42px;
}
.case-btn:hover{
    border-color: #FFF;
}
.case-btn:hover i{
    background-color: #FFF;
}
.case-btn:hover a{
    color: #00d972 !important;
}
.case-h-img{
    float: right;
    margin-top: -228px;
}


.weg{
    width: 100%;
}
.weg-wk{
    width: 1200px;
    margin: auto;
    height: 90px;
}
.weg-item{
    width: 20%;
    height: 90px;
    float: left;
    cursor: pointer;
}
.weg-item:hover .iconfont,
.weg-item:hover .weg-name {
    color: #00b0c1;
}

.weg-item.active .iconfont,
.weg-item.active .weg-name{
    color: #00b0c1;
}
.weg-item.active:after,.weg-item:hover:after{
    content: "";
    display: block;
    width:0;
    height:0;
    border-width:10px 10px 0;
    border-style:solid;
    border-color:#00b0c1 transparent transparent;/*灰 透明 透明 */
    margin:24px auto;
    position:relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.weg-item-nr{
    height: 90px;
    width: 100px;
    margin: auto;
}
.weg-item-nr span{
    display: block;
    text-align: center;
    color: #8c8c8c;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.weg-item-nr span.iconfont{
    font-size: 48px;
}
.weg-item-nr span.weg-name{
    font-size: 18px;
    padding-top: 16px;
}
.webnr{
    clear: both;
    width: 100%;
    background-image: url("../img/a37.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    height: 333px;
    display: none;
}
.webnr.active{
    display: block;
}
.wegb-wk{
    width: 1200px;
    margin: auto;
    padding: 60px 0 30px 0;
}
.wegb-item{
    width: 120px;
    height: 79px;
    float: left;
    margin-bottom: 60px;
}
.wegb-item span{
    display: block;
    text-align: center;
}
.wegb-item span.iconfont{
    font-size: 36px;
    color: #00c6d9;
}
.wegb-item span.wegb-span{
    color: #888;
    font-size: 12px;
    padding-top: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.wegb-item:hover span.wegb-span{
    color: #00c6d9;
}
.wegb-item:hover span.iconfont{
    -webkit-animation: wegbANI linear 0.6s;
    -o-animation: wegbANI linear 0.6s;
    animation: wegbANI linear 0.6s;
}
@keyframes wegbANI {
    0%{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    25%{
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    50%{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    75%{
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100%{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.wehy{
    width: 100%;
}
.wehy-wk{
    width: 1200px;
    margin: auto;
    height: 244px;
}
.wehy-wk .wehy-item{
    width: 280px;
    height: 100%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    float: left;
    margin-right: 26px;

}
.wehy-wk .wehy-item:last-child{
    margin-right: 0;
}
.wehy-item-img{
    width: 280px;
    height: 140px;
}
.wehy-item-pro-title{
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.wehy-item-pro-span{
    font-size: 12px;
    color: #888;
    margin:auto 40px ;
    text-align: center;
}
.we-dh{
    width: 100%;
    height: 573px;
    background-image: url("../img/a42.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00c6d9;
}

.wedh{
    width: 100%;
    height: 286px;
}
.wedh-wk{
    width: 1200px;
    margin: auto;
    height: 100%;
}
.wedh-item{
    width: 240px;
    background: #ffffff;
    height: 100%;
    float: left;
    border-right: 1px solid #e5e5e5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.wedh-item:hover{
    height: 326px;
    box-shadow: 0px 17px 9px 0px rgba(0, 0, 0, 0.16);

}
.wedh-item:hover .wedh-btn{
    display: block;
    -webkit-animation: wedhBTNANI 0.6s ease-in-out;
    -o-animation: wedhBTNANI 0.6s ease-in-out;
    animation: wedhBTNANI 0.6s ease-in-out;
}
.wedh-item:hover .wedh-titel {
    color: #00c6d9;
}
.wedh-item:last-child{
    border: none;
}

.wedh-padding{
    padding: 36px;
    text-align: center;
}
.wedh-titel{
    font-size: 22px;
    color: #4f4f4f;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.wedh-img{
    padding-top: 29px ;
    height: 109px;
    margin-bottom: 29px;
}
.wedh-pro{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    padding-bottom: 20px;
}
.wedh-btn{
    overflow: hidden;
    width: 120px;
    height: 36px;
    margin: auto;
    display: none;
}
@keyframes wedhBTNANI {
    from{
        margin-top: 30px;
        opacity: 0;
    }
    to{
        margin-top: 0px;
        opacity: 1;
    }
}
.wedh-btn a{
    height: 36px;
    line-height: 36px;
    color: #666666;
    font-size: 12px;
    font-weight: lighter;
}