/* pc */
/* pc_banenr */
.pc_banner {
    position: relative;
    height: 300px;
    background: url(../images/banner_pc.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.banner_inner>p {
    font-family: "SourceHanSerifCN-Heavy", Arial;
    font-size: 30px;
    font-weight: 800;
    color: #343434;
    line-height: 1.5em;
}

.banner_inner>p>span {
    color: #2364B5;
}

/* pc_banner结束 */

/* pc_breadcrumb */
.pc_breadcrumb {
    display: flex;
    align-items: center;
    height: 55px;
    font-size: 14px;
    color: #999;
}

.pc_breadcrumb>a {
    color: #999;
}

.pc_breadcrumb>span {
    color: #333;
}

/* pc_breadcrumb结束 */

/* pc_case */
.pc_case {
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

.pc_case_box {
    padding-bottom: 110px;
    position: relative;
    width: 70%;
    background: #fff;
}

.pc_case_title {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 20px;
    font-weight: bold;
    color: #4B4B4B;
}

.pc_case_list {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #E9E9E9;
}

.pc_case_img {
    position: relative;
}

.pc_case_img>img {
    display: block;
    width: 180px;
    height: 120px;
    object-fit: cover;
}

.pc_case_img>p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 3px 5px;
    background: #EB6000;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    color: #ffffff;
}

.pc_case_inner {
    margin-left: 20px;
    width: calc(100% - 200px);
}

.pc_case_list_title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}

.pc_case_list_text {
    margin-top: 15px;
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pc_case_list_time {
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
    color: #999999;
}

.pc_case_list:hover .pc_case_list_title {
    color: #034DA9;
}

/* pc_case结束 */

/* pc_right */
.pc_right {
    width: 28%;
}

.pc_right_mine {
    background: url(../image/pc_right_mine.png) no-repeat center;
    background-size: cover;
}

.pc_right_title {
    padding-left: 6%;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.pc_right_mine_box {
    padding: 0 6%;

}

.pc_right_mine_box>p {
    padding: 6% 0 6% 3em;
    font-size: 14px;
    color: #999999;
    text-indent: -3em;
}

.pc_right_mine_box>p:not(:last-child) {
    border-bottom: 1px dashed #E4E4E4;
}

.pc_right_mine_box>p>span {
    color: #333333;
}

.pc_right_case_list {
    background: #fff;
}

.pc_right_case_list>ul>li {
    padding: 0 6.67%;
    height: 55px;
    box-sizing: border-box;
    line-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_right_case_list>ul>li:not(:first-child) {
    border-top: 1px dashed #E5E5E5;

}

.pc_right_case_list>ul>li>a {
    font-size: 16px;
    color: #333;
    transition: color .2s;
}

.pc_right_case_list>ul>li>a>i {
    margin-right: 3%;
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #333;
    vertical-align: middle;
    transition: background .2s;
}

.pc_right_case_list>ul>li>a:hover {
    color: #dd0000;
}

.pc_right_case_list>ul>li>a:hover i {
    background: #dd0000;
}

.pc_right_tel {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    background: url(../images/pc_right_tel.png) no-repeat center;
    background-size: cover;
}

.pc_right_tel>p {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
}

@media (max-width: 1199px) {
    .pc_right_tel>p {
        font-size: 20px;
    }
}

.pc_page {
    position: absolute;
    bottom: 35px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.pc_page>li {
    list-style: none;
}

.pc_page>li>a,
.pc_page>li>span {
    margin: 0 5px;
    display: block;
    min-height: 38px;
    min-width: 38px;
    border: 1px solid #C9C8C8;
    border-radius: 2px;
    font-size: 16px;
    color: #484848;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
}

.pc_page>li:first-child>a,
.pc_page>li:first-child>span,
.pc_page>li:last-child>a,
.pc_page>li:last-child>span {
    height: 40px;
    width: 100px;
    background: #EBEBEB;
    border: none;
}

.pc_page .disabled {
    cursor: no-drop;
}

.pc_page .active>span,
.pc_page .active>a {
    background: #dd0000;
    border-color: #dd0000;
    color: #ffffff;
}


/* pc结束 */
/* m */
/* m_banner */
.m_banner_box {
    position: relative;
    overflow: hidden;
}

.m_banner {
    display: block;
    width: 100%;
    height: auto;
}

.m_banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.m_banner_inner>p {
    font-size: 36px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .m_banner_inner>p {
        font-size: 20px;
    }
}

/* m_banner结束 */

/* m_breadcrumb */
.m_breadcrumb {
    padding-left: 15px;
    height: 38px;
    font-size: 13px;
    color: #999;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_breadcrumb>a {
    color: #999;
}

.m_breadcrumb>span {
    color: #333;
}

/* m_breadcrumb结束 */

/* m_case */
.m_case_title {
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.m_case_box {
    padding: 15px 15px 30px;
    min-height: 300px;
}

.m_case_list {
    margin-bottom: 15px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.1);
    border-radius: 5px;
}

.m_case_img {
    position: relative;
    width: 105px;
    height: 75px;
}

.m_case_img>img {
    display: block;
    width: 105px;
    height: 75px;
    object-fit: cover;
}

.m_case_img>p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 2px 3px;
    background-color: #EB6000;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #ffffff;
}

.m_case_inner {
    margin-left: 10px;
    width: calc(100% - 115px);
}

.m_case_list_title {
    width: 100%;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_case_list_text {
    margin-top: 8px;
    height: 32px;
    font-size: 13px;
    color: #999999;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m_page {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.m_page>li {
    list-style: none;
}

.m_page>li>a,
.m_page>li>span {
    margin: 0 2.5px;
    display: block;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #C9C8C8;
    border-radius: 2px;
    font-size: 13px;
    color: #484848;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}

.m_page>li:first-child>a,
.m_page>li:first-child>span,
.m_page>li:last-child>a,
.m_page>li:last-child>span {
    height: 27px;
    width: 62.5px;
    background: #EBEBEB;
    border: none;
}

.m_page .disabled {
    cursor: no-drop;
}

.m_page .active>span,
.m_page .active>a {
    background: #dd0000;
    border-color: #dd0000;
    color: #ffffff;
}
/* m结束 */