﻿.content {
    margin: 0 auto;
    width: 1420px;
}

#dowebok .page1 .tit1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.leader .page1 .tit1 {
    color: #2555B1;
}

.staff .page1 .tit1 {
    color: #ff9900;
}

.market .page1 .tit1 {
    color: #2db3b3;
}

.sale .page1 .tit1 {
    color: #66cc00;
}

.service .page1 .tit1 {
    color: #7c35b0;
}

.admin .page1 .tit1 {
    color: #cc9933;
}

.person .page1 .tit1 {
    color: #0099cc;
}

.fina .page1 .tit1 {
    color: #ffcc00;
}

.project .page1 .tit1 {
    color: #66cc00;
}

.customer .page1 .tit1 {
    color: #2db3b3;
}


#dowebok .page1 .tit2 {
    color: #999999;
    font-size: 13px;
}

.section {
    background: #fff;
}

/*.section:nth-child(odd) {
    background: #fff;
}

.section:nth-child(even) {
    background: #f1f1f1;
}*/

#animate1 {
    margin-top: -60px;
    display: none;
}

#animate2 {
    margin-top: 40px;
    display: none;
}

    #animate2 img {
        width: 810px;
        height: 380px;
    }

.page_left {
    float: left;
    text-align: left;
    width: 510px;
    margin-left: 100px;
}

    .page_left .page_tit {
        color: #333;
        font-weight: 700;
        font-size: 28px;
    }

    .page_left .list-paddingleft-2 {
        list-style-type: none!important;
    }

        .page_left .list-paddingleft-2 li p:first-child {
            color: #333;
            font-weight: 700;
            font-size: 16px;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        .page_left .list-paddingleft-2 li p:not(:first-child) {
            font-size: 14px;
            color: #333;
            line-height: 24px;
        }

.page_right {
    float: right;
    margin-right: 100px;
    position: relative;
}

    .page_right img {
        width: 670px;
    }

@media screen and (max-width: 1366px) {
    #animate1 {
        margin-top: -30px!important;
    }

    #animate2 {
        margin-top: 20px!important;
    }

        #animate2 img {
            width: 700px!important;
            height: 300px!important;
        }

    .content {
        width: 1166px!important;
    }

    .page_left {
        margin-left: 0!important;
    }

    .page_right {
        margin-right: 0!important;
    }

        .page_right img {
            width: 570px!important;
        }
}
