.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ff0000 transparent;
}
.half-border{
    border-right: 1px solid #D3D3D3;
    border-image: linear-gradient(to bottom, rgba(108,219,141,0) 25%,rgba(128,128,128,1) 25%,rgba(128,128,128,1) 75%,rgba(108,219,141,0) 75%);
    border-image-slice: 1;
}
@media (min-width:768px){
    .ctable p{
        font-weight: bolder;
        font-size: 53px;
        margin: 0;
        line-height: 60px;
        vertical-align: middle;
        padding-top: 5px;
    }
    .cicon{
        opacity: 0;
    }

    .cicon img{
        height: 50px;
    }

    .company .cicon{
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .company:hover .cicon{
        opacity: 1;
    }
}

@media (max-width:767px){
    .ctable p{
        font-weight: bolder;
        font-size: 30px;
        margin: 0;
        line-height: 40px;
        vertical-align: middle;
        padding-top: 5px;
    }

    .cicon img{
        height: 45px;
    }
    .ctable a{
        margin-top: 10px;
    }

}


.ctable a{
    text-decoration: none !important;
    outline: none !important;
    color: black;
}

.ctable .row{
    padding-bottom: 10px;
}



.ih-item {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
    outline: none;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    border-radius: 50%;
}
.ih-item.circle .img {
    position: relative;
    border-radius: 50%;
    width: 60%;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.ih-item.circle.effect17 .info {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity  0.3s ease-in-out;
    -o-transition: opacity  0.3s ease-in-out;
    transition: opacity  0.3s ease-in-out;
}
.ih-item.circle.effect17 .info h3 {
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bolder;
    margin: 0 30px;
    padding: 40% 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect17 .info p {
    color: white;
    padding-top: 46%;
    font-weight: bolder;
    margin: 0 30px;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*  遮蔽效果*/
.ih-item.circle.effect17 a:hover .img:before {
    box-shadow: 0px 30px 25px 10px rgba(0,0,0,0.3),inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 30px 25px 10px rgba(0,0,0,0.3),inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 30px 25px 10px rgba(0,0,0,0.3),inset 0 0 0 100vw rgba(0, 0, 0, 0.3);

    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(244,0,0,0.6) 80%, rgba(244,0,0,0.6) 80%);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(244,0,0,0.6) 80%, rgba(244,0,0,0.6) 80%);
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(244,0,0,0.6) 80%, rgba(244,0,0,0.6) 80%);
}
.ih-item.circle.effect17 a:hover .info {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity  0.3s ease-in-out;
    -o-transition: opacity  0.3s ease-in-out;
    transition: opacity  0.3s ease-in-out;
}
.ih-item.circle.effect17 a:hover .info p {
    opacity: 1;
}

