/* ==我们优势== */
.tgt-effective-solution{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
}
.tgt-effective-solution-box-right{
    position: relative;
}
.tgt-bg-overlay-content{
    z-index: 9;
    height: 100%;
    background-color: #052f5a;
    padding: 60px;
    margin-top: -60px;
    position: relative;
    background-image: url(../images/feature-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.tgt-bg-overlay-content p{
    line-height:28px;
    padding-bottom:20px;
}
.tgt-bg-overlay,.tgt-bg-inner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tgt-bg-overlay-right,.tgt-bg-inner-overlay-right{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.tgt-bg-overlay,.tgt-bg-inner-overlay{
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
    width: auto;
    margin-right: -100px;
    right: 0;
    background-image: url(../images/feature-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -37px -25px;
    background-color: #052f5a;
}
.tgt-effective-solution-icon {
    margin-bottom: 10px;
}
.tgt-effective-solution-icon i{
    color:#fc6a20;
    font-size: 40px;
}
.white-color h1,.white-color h2,.white-color h3{
    color: #FFF;
}
.white-color h4{
    font-weight: 400;
    font-size: 18px;
    color: #FFF;
}
.white-color p{
    color: #c7c6c6;
}
.white-color a:hover,.white-color a:focus{
    color: #F96921;
}