.tk_headH {
    padding: 40px 0 20px;
    background-color: #FFFFFF;
}

.tk_headH {
    color: #121314;
    line-height: 42px;
    font-size: 32px;
    height: 42px;
    text-align: center;
}

.honor-head {
    padding-top: 80px;
}
.honorH-text {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    line-height: 21px;
    color: #696A6A;
}
.honorH-main {
    margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
}
.honorH-main-list {
    margin-top: -20px;
    margin-right: -20px;
}

.honorH-item {
    float: left;
    width:350px;
    height:263px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(179,199,222,10);
    position: relative;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.honorH-item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.honorH-item .desk {
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 366px;
    height: 253px;
    background: #939393;
    opacity: 0;
    transition: .3s;
    text-align: center;
    line-height: 380px;
    color: #fff;
}

.honorH-item .desk span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    padding-top: 57px;
    background: url("../images/icon-big-img.png") no-repeat center top;
}
.honorH-item:hover .desk {
    opacity: 0.6;
}

.honorT-item {
    height:263px;
}
.honorT-item .desk {
    height: 283px;
    line-height: 283px;
}


