﻿.topNavSeachBox {
    display: block;
}

.topNavSeachBoxColor {
    display: none;
}

.topNavSeachInput {
    border-left: 2px solid #dddddd;
    font-size: 35px;
    font-weight: 600;
    height: 50px;
    vertical-align: central;
    margin-left: 50px;
    color: #686868;
    margin-right: 70px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .title > span {
        display: inline-block;
        vertical-align: middle;
        height: 1px;
        width: 60px;
        border: 1px solid #535353;
        margin-left: 20px;
        margin-right: 20px;
    }

.advantageUs > ul > li {
    display: inline-table;
    width: 275px;
    height: 425px;
    border: 1px solid #d4d4d4;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .advantageUs > ul > li :nth-child(2) {
        font-size: 23px;
        font-weight: 600;
    }

    .advantageUs > ul > li :nth-child(3) {
        text-align: left;
        margin-top: 15px;
        text-indent: 33px;
    }

.teamInfo {
    width: 800px;
    margin: 0 auto;
    line-height: 35px;
    text-indent: 33px;
    font-size: 17px;
}

.msteam {
    margin-left: 70px;
    margin-top: 20px;
}

.service {
    margin-bottom: 100px;
}

    .service > ul > li {
        display: inline-table;
        width: 290px;
        height: 280px;
        text-align: center;
        background: url('../../Img/Advantage/borderright.png') no-repeat right;
        padding-left: 20px;
        padding-right: 20px;
    }

        .service > ul > li :nth-child(1) {
            font-size: 22px;
            font-weight: 600;
            color: #036ffb;
            margin-bottom: 5px;
        }

        .service > ul > li :nth-child(2) {
            font-size: 28px;
            font-weight: 600;
            letter-spacing: 5px;
            margin-bottom: 15px;
        }

        .service > ul > li :nth-child(3) {
            line-height: 25px;
            height: 90px;
        }