@CHARSET "UTF-8";
:root {
    --ThemeColor: #FFF;
}

.animated.faster {
    animation-duration: 0.3s;
}

.clear-both {
    clear: both;
}

.main-wrap {
    min-width: 1240px;
    background: var(--ThemeColor);
    padding-bottom: 41px;
}

.part-wrap {
    width: 960px;
    margin: 0 auto;
}

.part-title {
    content: '';
    height: 50px;
    background: no-repeat 20px center scroll transparent;
    background-size: auto 40px;
    border-top: 1px solid transparent;
    position: relative;
    margin-top: 40px;
}

.part-title:after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("./img/solid.png") no-repeat center center transparent;
    background-size: 100% 1px;
}

.part-desc {
    padding: 20px 40px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    line-height: 28px;
}

.part-desc b.pname {
    font-size: 16px;
    padding-right: 2px;
}

.about-part .part-title {
    background-image: url("./img/about.png");
}

.help-part .part-title {
    background-image: url("./img/help.png");
}

.call-part .part-title {
    background-image: url("./img/call.png");
}

.company-part .part-title {
    background-image: url("./img/company.png");
}