﻿/*#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;
        }
/*按钮100%*/
.btnFull {
    width: 100%;
    background-color: #0052d9;
    border-width: 0px;
    padding: 0px 15px;
    color: #fff;
    font: 16px 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

    .btnFull a {
        color: #fff;
        line-height: 50px;
    }

        .btnFull a:hover {
            color: #fff;
            line-height: 50px;
            text-decoration: none;
        }

/*产品详情页底部电话和咨询按钮栏*/
#pop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: left;
    z-index: 998;
    background-color: #0052d9;
    overflow: hidden;
    color: #fff;
}

    #pop a {
        color: #fff;
        text-decoration: none;
    }

/*文章中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;
        }
