/*!
 * 咨询热线
 * date：2020-10-26
 * author：qianyuting
 */

body {
    background: none;
}

.em-menus-item > a:after {
    display: none !important;
}

.em-info-hd {
    height: 76px;
    line-height: 76px;
    font-size: 22px;
}

.em-info-hd span {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.em-info-hd span:before {
    position: absolute;
    left: 6px;
    top: 50%;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -10px;
    background-color: #0773fc;
}

.em-search-box {
    position: relative;
    width: 360px;
    height: 36px;
    line-height: 34px;
    margin-top: 20px;
    padding: 0 70px 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.em-search-box input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.em-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    background-color: #0773fc;
    border-radius: 4px;
    text-align: center;
}

.hotline-table {
    margin-top: 10px;
    width: 100%;
    table-layout: fixed;
}

.hotline-table td {
    height: 60px;
    padding: 0 40px;
    font-size: 16px;
    border: 1px solid #dbe5f1;
    box-sizing: border-box;
    word-break: break-all;
}

.hotline-table td:first-child {
    width: 300px;
    color: #728090;
    background-color: #f5faff;
}

.hotline-table td:nth-child(2) {
    width: clac(100% - 300px);
    color: #666;
}

/* start qguoqiang 2022-07-26 */

.source {
    margin-top: -18px;
    line-height: 36px;
    font-size: 18px;
}

.source-title {
    margin-top: 18px;
}

.source-right {
    width: calc(100% - 90px);
}

.source-a {
    margin-top: 18px;
    width: 85px;
    text-align: center;
    color: #666;
    border-radius: 18px;
}

.source-a.current,
.source-a:hover {
    background-color: #137eef;
    color: #fff;
}

.source-a:nth-child(n + 2) {
    margin-left: 5px;
}

/* end qguoqiang 2022-07-26 */
.em-menus-item.current>a{
    background-color: #056dff;
    background-image: linear-gradient(90deg,
    #056dff 0%,
    #3c8dff 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    color: #ffffff;
    box-shadow: 0px 4px 6px 0px
    rgba(7, 115, 252, 0.22);
}
.em-menus-item.current>a:after{
    background-image: url(../images/icon_nav_up.png);
}

.em-menus-item.current>.em-child-menus{
    display: block;
}


.em-child-menus-item.current>a{
    color: #1e70e3;
}

.em-child-menus-item.current>a:before{
    width: 3px;
    height: 24px;
    background-color: #0773fc;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}