/* pc */

/* pc_banner */
.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 {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.pc_left {
    width: 70%;
}

/* pc_case */
.pc_case_box {
/*    padding-bottom: 80px;*/
    background: #ffffff;
}

.pc_case_title {
    padding: 20px;
    font-size: 28px;
    color: #333333;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5em;
    text-align:center;
}

.pc_case_author {
    padding-bottom: 15px;
    font-size: 14px;
    color: #999999;
    text-align:center;
    border-bottom: 1px solid #E4E4E4;
}

.pc_case_author>span:last-child {
    margin-left: 30px;
}

.pc_case_inner {
    padding: 20px 20px 80px;
}

.pc_case_inner img {
    max-width: 100% !important;
    height: auto !important;
    padding: 30px 0;
}

.pc_case_inner h2 {
    font-size: 22px !important;
    margin-bottom: 16px !important;
    line-height: 20px;
    font-weight: bold;
    border-left: 5px solid #38A3DB;
    padding: 0 0 0 10px;
    margin-top: 20px;
}

.pc_case_inner p,
.pc_case_inner span,
.pc_case_inner strong {
    font-size: 16px !important;
    border: none !important;
    line-height: 33px !important;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pc_case_inner strong {
    font-size: 18px !important;
    font-weight: bolder !important;
}

/* pc_case结束 */

/* pc_form */
.pc_case_form {
    margin: 0 auto;
    padding: 30px 60px 35px;
    box-sizing: border-box;
    width: 450px;
    box-shadow: 0px 0px 10px 0px rgba(105, 105, 105, 0.1);
    border-radius: 5px;
}

.pc_case_form_title {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.pc_case_form_tel {
    margin-top: 20px;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 48px;
    background: #F5F5F5;
    border: none;
    outline: none;
    font-size: 16px;
}

.pc_case_form_ask {
    margin-top: 20px;
    padding: 20px;
    display: block;
    width: 100%;
    height: 140px;
    background: #F5F5F5;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
}

.pc_case_form_btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 48px;
    background: #034DA9;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
}

/* pc_form结束 */

/* pc_list */
.pc_left_box {
    margin-top: 30px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
}

.pc_left_list {
    width: 47%;
}

.pc_left_list:nth-child(3),
.pc_left_list:last-child {
    margin-top: 40px;
}

.pc_left_list_title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 18px;
    font-weight: bold;
}

.pc_left_list_title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    height: 3px;
    width: 70px;
    background: #034DA9;
    border-radius: 1.5px;
}

.pc_left_list_inner {
    padding: 10px 0;
}

.pc_left_list_inner>li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc_left_list_inner>li>a {
    font-size: 16px;
    color: #333333;
    transition: color .3s;
}

.pc_left_list_inner>li>a:hover {
    color: #034DA9;
}

/* pc_list结束 */

/* 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 {
    margin-top: 20px;
    background: #ffffff;
}

.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: #034DAA;
}

.pc_right_case_list>ul>li>a:hover i {
    background: #034DAA;
}

.pc_right_tel {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    background: url(../image/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结束 */

/* 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: 8px;
    height: 38px;
    font-size: 12px;
    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 {
    padding: 15px;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align:center;
}

.m_hr {
    height: 10px;
    background: #F5F5F5;
}

.m_author {
    padding-bottom: 15px;
    font-size: 12px;
    color: #999999;
    line-height: 1.5em;
    text-align:center;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 13px;
}

.m_author>span {
    display: inline-block;
}

.m_author>span:first-child {
    margin-right: 20px;
}

.m_case_inner {
    padding: 0 15px;
}

.m_case_inner img {
    max-width: 100% !important;
    height: auto !important;
}

.m_case_inner h2 {
    font-size: 14px !important;
    margin-bottom: 16px !important;
    line-height: 20px;
    font-weight: bold;
    border-left: 5px solid #38A3DB;
    padding: 0 0 0 10px;
    margin-top: 20px;
}

.m_case_inner p,
.m_case_inner span,
.m_case_inner strong {
    font-size: 13px !important;
    border: none !important;
    line-height: 1.6em !important;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 16px;
}

.m_case_inner strong {
    font-size: 14px !important;
    font-weight: bolder !important;
}

.m_case_form {
    margin: 40px 15px;
    padding: 20px 15px;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.2);
    border-radius: 10px;
}

.m_case_form_title {
    font-size: 15px;
    color: #333333;
    text-align: center;
}

.m_case_form_tel {
    margin-top: 20px;
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #B4B4B4;
    border-radius: 2px;
    font-size: 13px;
}

.m_case_form_ask {
    margin-top: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #B4B4B4;
    border-radius: 2px;
    resize: none;
    font-size: 13px;
}

.m_case_form_btn {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 40px;
    background: #034DA9;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
}

/* m结束 */