/* 我们服务*/
.tgt-section{
    padding: 60px 0;
}
.tgt-services-section{
    padding-bottom:110px;
}
.tgt-our-services{
    margin-bottom: 50px;
}
.tgt-our-services-img{
    position: relative;
}
.tgt-our-services-img a:after{
    content: "";
    background: #09162a;
    opacity: 0.20;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tgt-our-services{
    position: relative;
}
.tgt-our-services:hover a:after{
    opacity: 0.40;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tgt-our-services-box{
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: -50px 20px 20px;
    padding: 30px 15px 35px 15px;
}

.tgt-our-services-box{
    position: relative;
}
.tgt-our-services:hover .tgt-our-services-box:after{
    right: 20%;
}
.tgt-our-services-box{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.tgt-our-services-box:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: 0;
    background: #fc6a20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tgt-our-services-box h4{
    font-size: 18px;
    font-weight:550;
}
.tgt-our-services-box p,.tgt-section-title p{
    color:#777777;
}
.tgt-our-services .btn-read{
    color: #777777;
    text-decoration:none
}
.tgt-our-services:hover .btn-read{
    color: #fc6a20;
    border-bottom: 1px solid #fc6a20;
}


.tgt-section-title{
    text-align: center;
    margin-bottom: 40px;
}
.tgt-section-title h2{
    font-weight: 600;
}
/* ==专业团队== */
.tgt-team-box{
    text-align: center;
    margin-bottom: 10px;
}
.tgt-team-box-img{
    position: relative;
}
.tgt-team-box-img:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 78%;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color:#f7f7f7;
}
.tgt-team-box-img img{
    position: relative;
    z-index: 9;
}
.tgt-team-box-content{
    text-align: center;
    padding: 20px 15px 35px 15px;
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-color: #FFF;
    z-index: 9;
}
.tgt-team-box:hover .tgt-team-box-content {
    margin-top:-35px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tgt-team-social{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 70px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: .8s;
}
.tgt-team-box:hover .tgt-team-social{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tgt-team-social ul{
    padding: 0;
    margin: 0;
}
.tgt-team-social ul li{
    display: inline-block;
    margin: 5px;
}
.tgt-team-box:hover .tgt-team-box-content:after {
    right: 20%;
}
.tgt-team-box-content:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: 0;
    background: #fc6a20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}
