﻿/*#0052d9*/
/*按钮的各种形式*/
.btn {
    float: left;
    background-color: #0052d9;
    border: 1px solid #0052d9;
    padding: 0px 15px;
    color: #fff;
    font: 16px 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

    .btn a {
        color: #fff;
        line-height: 48px;
    }

        .btn a:hover {
            color: #fff;
            line-height: 48px;
            text-decoration: none;
        }
/*按钮无背景*/
.btnBorder {
    border: 1px solid #0052d9;
    padding: 0px 15px;
    color: #333;
    font: 16px 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

    .btnBorder a {
        color: #333;
        line-height: 48px;
    }

        .btnBorder a:hover {
            color: #333;
            line-height: 48px;
            text-decoration: none;
        }
/*圆角按钮*/
.btnGo {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    background-color: #0052d9;
    border: 1px solid #0052d9;
    color: #fff;
    text-align: center;
}

    .btnGo a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

        .btnGo a:hover {
            color: #fff;
            text-decoration: none;
        }
/*小按钮*/
.btnSmall {
    border-radius: 12px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    background-color: #0052d9;
    color: #fff;
    text-align: center;
}

    .btnSmall a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

        .btnSmall a:hover {
            color: #fff;
            text-decoration: none;
        }

/*pageMenu*/
#pageMenu {
    float: right;
}

    #pageMenu a {
        color: #333;
        text-decoration: none;
    }

        #pageMenu a:hover {
            color: #0052d9;
            text-decoration: none;
        }

    #pageMenu li {
        color: #333;
        float: left;
        margin: 0px 20px;
        font-size: 16px;
    }

    #pageMenu .topSelLi {
        color: #0052d9;
        height: 71px;
        border-bottom: 3px solid #0052d9;
    }

/*突出某些链接，颜色区别于其他文字*/
.colorLink a {
    color: #0052d9;
    text-decoration: none;
}

    .colorLink a:hover {
        color: #0052d9;
        text-decoration: none;
    }

/*部分页面内容上方显示的菜单栏，如招聘内容上方显示其他职位信息入口*/
#mainMenu {
    width: 1200px;
    margin: 10px 0px 30px 0px;
    overflow: hidden;
}

    #mainMenu li {
        float: left;
        margin-right: 40px;
        font-size: 16px;
        line-height: 30px;
    }

    #mainMenu a {
        display: block;
    }

    #mainMenu .selLi {
        border-bottom: 3px solid #0052d9;
    }

/*文章中CG标题的下边框*/
.CgTitBtmBorder {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 60px;
    border-top: 3px solid #0052d9;
}

/*产品、招聘列表中的主标题*/
.liTitle {
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    border-left: 5px solid #0052d9;
    margin-bottom: 15px;
}

    .liTitle a {
        display: block;
        text-decoration: none;
    }

        .liTitle a:hover {
            text-decoration: none;
        }

/*招聘列表中的BTN*/
.liBtn {
    float: left;
    margin: 0px 0px 15px 15px;
    padding: 0px 15px;
    background-color: #0052d9;
    border-radius: 18px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

    .liBtn a {
        color: #fff;
        text-decoration: none;
    }

        .liBtn a:hover {
            color: #fff;
            text-decoration: none;
        }
