<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "uft-8";
body {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    background: #fff;
}

* {
    font-family: "Times New Roman","Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.ma_pc_hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.ma_pchdl_l,
.ma_pchdl_r {
    width: 320px;
    background: #fff;
    position: relative;
}

.ma_pchdl_l {
    border-right: 1px solid #eee;
    padding: 36px 85px;
}

.ma_pchdll_img {
    display: inline-block;
    position: relative;
    margin-right: 22px;
    cursor: pointer;
}

.ma_pchdlli_xl {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    display: none;
    z-index: 10;
}

.ma_pchdlli_xl::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
}

.ma_pchdlli_xl img {
    width: auto;
}

.ma_pchdll_img:last-child {
    margin-right: 0;
}

.ma_pchdll_img img {
    position: relative;
}

.ma_pchdll_img a {
    background: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}

.ma_pchdl_c {
    width: calc(100% - 640px);
    height: 110px;
    text-align: center;
    background: #fff;
}

.ma_pchdl_r {
    background: url(../images/language_bg.jpg) no-repeat;
    background-size: cover;
}

.ma_pchdlr_top {
    padding: 0 70px;
    cursor: pointer;
    background: rgba(73, 73, 73, 0.87);
}

.ma_pchdlr_top div {
    display: inline-block;
}

.ma_pchdlrt_l,
.ma_pchdlrt_r {
    line-height: 110px;
}

.ma_pchdlrt_l {
    width: 18px;
    position: relative;
    bottom: 2px;
}

.ma_pchdlrtl_font {
    padding: 0 22px;
}

.ma_pchdlrtl_font p {
    font-size: 16px;
    color: #fff;
    line-height: 110px;
}

.ma_pchdlrt_r {
    width: 14px;
    position: relative;
    bottom: 2px;
    transition: all 0.36s;
}

.ma_pchdlr_top.alt .ma_pchdlrt_r {
    transform: rotate(180deg);
    transition: all 0.36s;
}

.ma_pchdlr_lx {
    position: absolute;
    top: 110px;
    width: 100%;
    background: rgba(118, 33, 0, 0.9);
    display: none;
    z-index: 200;
}

.ma_pchdlrlx_li {
    cursor: pointer;
    text-align: center;
    z-index: 100;
}
.ma_pchdlrlx_li a{
    font-size: 14px;
    color: #fff;
    line-height: 54px;
    display: block;
}
.ma_navbar {
    background: #762100;
    transition: all 0.36s;
}

.ma_navbar.alt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.ma_navbar_l,
.ma_navbar_r {
    width: 320px;
    height: 60px;
    position: relative;
    transition: all 0.36s;
}

.ma_navbar_l {
    padding-left: 44px;
}

.ma_navbar_c {
    width: calc(100% - 640px);
}

.ma_navbar_r .ma_pchdlrtl_font p {
    line-height: 60px;
    transition: all 0.36s;
}

.ma_navbar_r .ma_pchdlrt_l,
.ma_navbar_r .ma_pchdlrt_r {
    line-height: 60px;
    transition: all 0.36s;
}

.ma_navbar_r .ma_pchdlr_lx {
    top: 60px;
    z-index: 10;
}

.ma_navbar_r .ma_pchdlr_top {
    background: transparent;
}

.ma_navbar .ma_pchdlr_top {
    opacity: 0;
    transition: all .36s;
}

.ma_navbox {
    width: calc(100% - 60px);
    padding-left: 110px;
    padding-right: 50px;
}

.ma_navbox_li {
    float: left;
    position: relative;
    width: 20%;
}

.ma_navbox_li a {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    /* padding: 0 63px; */
    transition: all 0.36s;
    text-align: center;
    font-weight: bold;
    display: block;
}

.ma_navbox_li.alt {
    background: #6b1e00;
}

.ma_searchbox {
    width: 60px;
    height: 60px;
    position: relative;
    background: #6b1e00;
    cursor: pointer;
    transition: all 0.36s;
}

.ma_searchbox img {
    position: absolute;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ma_navbox_ul2 {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background: rgba(107, 30, 0, 0.8);
    display: none;
    z-index: 100;
}

.ma_navbox_li2 {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ma_navbox_li2:last-child {
    margin-bottom: 0;
}

.ma_navbox_li2 a {
    line-height: 60px;
}

.ma_modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.ma_modal_close {
    position: absolute;
    right: 50px;
    top: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 100;
}

.ma_modal_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ma_modal_content {
    width: 750px;
    background: none;
    padding: 20px;
    overflow: auto;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
}

.ma_modal_input {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 20px;
    color: #f5f5f5;
}

.ma_modal_searchs {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.ma_modal_box {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
}
.ma_logo1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 0.6s;
}

.ma_logo2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.ma_navbar_l.alt a {
    top: 0;
    left: 44px;
}

.ma_navbar_l.alt a .ma_logo1 {
    opacity: 0;
}

.ma_navbar_l.alt a .ma_logo2 {
    opacity: 1;
}

/*.ma_navbar.alt .ma_navbar_l,
.ma_navbar.alt .ma_navbar_r {
    height: 80px;
}*/

/*.ma_navbar.alt .ma_searchbox {
    height: 80px;
}

.ma_navbar.alt .ma_navbox_li a {
    line-height: 80px;
}*/

.ma_navbar.alt .ma_navbox_li2 a {
    line-height: 28px;
}

/*.ma_navbar.alt .ma_navbar_r .ma_pchdlrt_l,
.ma_navbar.alt .ma_navbar_r .ma_pchdlrt_r {
    line-height: 80px;
}

.ma_navbar.alt .ma_navbar_r .ma_pchdlrtl_font p {
    line-height: 80px;
}*/

/*.ma_navbar.alt .ma_navbar_r .ma_pchdlr_lx {
    top: 80px;
}

.ma_navbar.alt .ma_navbox_ul2 {
    top: 80px;
}*/


/* phå¯¼èˆª */
.ma_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 64px;
    padding: 0 15px;
    background: #fff;
}

.ma_ph_logo {
    width: 170px;
}

.ma_ph_logo a {
    line-height: 64px;
}

.ma_language_ph a {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.mc_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.ma_phmenubox {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.active .ma_nav_btn {
    background: transparent;
}

.active .ma_nav_btn::after {
    transform: rotate(45deg);
    top: 0;
}

.active .ma_nav_btn::before {
    transform: rotate(-45deg);
    top: 0;
}

.ma_point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    top: 25px;
}

.ma_nav_btn,
.ma_nav_btn::after,
.ma_nav_btn::before {
    width: 28px;
    height: 1px;
    display: inline-block;
    background: #333;
}

.ma_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.ma_nav_btn::after,
.ma_nav_btn::before {
    content: "";
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.ma_nav_btn::after {
    top: -10px;
}

.ma_nav_btn::before {
    top: 10px;
}

/*phå¯¼èˆª&amp;ä¸‹æ‹‰*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    transform: translateX(0);
    padding: 0 15px;
    background-color: #f1f1f1;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 18px;
    background-color: #f1f1f1;
    font-family: 'å¾®è½¯é›…é»‘';
}

.xialaph h4 {
    position: relative;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.header2 {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    transform: translateX(-50%);
}

.header2 .logo {
    width: 80px;
    line-height: 64px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 50px;
    height: 100%;
}

.header2 .menuph {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 25px;
    float: left;
    border-radius: 17.5px;
    position: relative;
    margin-bottom: 5px;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "å¾®è½¯é›…é»‘";
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}

.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}

/*ç”µè¯*/
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;

}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 18px;
    color: #666;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en {
    color: #666;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}


.yxnav_active1 a {
    display: block;
}

.ma_container {
    width: 1600px;
    margin: 0 auto;
}

.ma_ft {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.ma_ftbox {
    padding-top: 70px;
}

.ma_ftboxtl_li {
    display: inline-block;
    margin-right: 170px;
}

.ma_ftboxtl_li a {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 14px;
    transition: all 0.36s;
}

.ma_pchdll_img img {
    position: relative;
}

.ma_pchdll_img a {
    background: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}

.ma_ftboxt_box {
    padding-bottom: 60px;
}

.ma_ftbox_top {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.ma_ftboxbbr_l {
    position: relative;
}

.ma_ftboxbbr_l::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #6c6c6c;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}

.ma_ftboxbb_r div {
    display: inline-block;
    margin-left: 40px;
}

.ma_ftboxbb_r a {
    font-size: 14px;
    opacity: 0.2;
    color: #fff;
    line-height: 70px;
}

.ma_copyright span {
    line-height: 70px;
    margin-right: 18px;
}

.ma_copyright a {
    line-height: 70px;
    margin-right: 28px;
}

.ma_copyright span,
.ma_copyright a {
    font-size: 14px;
    color: #fff;
    opacity: 0.3;
}

/* banner */
.ma_ban_ph {
    display: none;

}

.ma_banner {
    margin-top: 170px;
}

.ma_banner.alt {
    margin-top: 60px;
}

.ma_ban_li {
    position: relative;
}

.ma_fontbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 790px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 60px 75px;
    z-index: 10;
    text-align: center;
}

.ma_fb_p1 {
    font-size: 16px;
    color: #fff;
    font-family: "Perpetua Titling MT" !important;
    font-weight: 100;
    line-height: 1.75;
}

.ma_fontbox h1 {
    font-size: 40px;
    line-height: 1.75;
    font-family: "æ€æºé»‘ä½“ CN";
    color: #fff;
    letter-spacing: 1.5px;
}

.ma_fb_p2 {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0.5px;
}

.ma_ban_pc {
    position: relative;
    width:100vw;
}

.ma_ban_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.ma_ban_video {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    z-index: 2;
    object-fit: fill;
}

.ma_banner .slick-dots {
    bottom: 30px;
}

.ma_banner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #fff;
    border-radius: 0%;
}

.ma_banner .slick-dots li.slick-active {
    background: #c8a472;
}

/* index */
.ma_sycontainer {
    width: 1600px;
    margin: 0 auto;
}

.ma_symain {
    padding: 58px 0 0;
}

.ma_sym_l {
    width: 62.5%;
    padding-right: 80px;
}
.ma_titlebox {
    position: relative;
}

.ma_title {
    display: inline-block;
    font-size: 28px;
    color: #333;
    margin-right: 8px;
}

.ma_tb_top span {
    font-size: 18px;
    color: #999;
    font-family: "Times New Roman" !important;
}

.ma_tb_top {
    margin-bottom: 15px;
}

.ma_tb_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.ma_tb_btn a {
    font-size: 14px;
    color: #c8a472;
    font-family: "Times New Roman" !important;
    transition: all 0.36s;
}

.ma_titlebox {
    margin-bottom: 40px;
}

.ma_syml_ul {
    margin: 0 -40px;
}

.ma_syml_li {
    float: left;
    width: 50%;
    padding: 0 40px;
    margin-bottom: 84px;
}

.ma_syml_li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ma_symlli_h3 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    height: 56px;
    overflow: hidden;
    margin-bottom: 12px;
    font-family: "å¾®è½¯é›…é»‘";
    font-weight: bold;
}

.ma_symlli_time {
    margin-bottom: 24px;
}

.ma_symlli_time img {
    width: 15px;
    margin-right: 6px;
}

.ma_symlli_time span {
    font-size: 14px;
    color: #333;
    font-family: "Times New Roman" !important;
}

.ca_news_title span{
    font-size: 18px;
    color: #999;
    font-family: "Times New Roman" !important;
}
.ma_symlli_main p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    height: 49px;
    overflow:hidden;
}

.ma_symlli_btn {
    background: #eeeeee;
    width: 135px;
    padding: 16px 0;
    text-align: center;
    margin-top: 20px;
}

.ma_symlli_btn p {
    font-size: 14px;
    color: #999;
    font-family: "Times New Roman" !important;
    transition: all 0.36s;
}

.ma_sym_r {
    width: 37.5%;
}

.ma_symr_li {
    margin-bottom: 16px;
}

.ma_symr_li:last-child {
    margin-bottom: 0;
}

.ma_symr_li a {
    display: block;
}

.ma_symrli_main {
    padding: 24px 60px 22px;
    background: #f7f7f7;
}

.ma_symrlim_l {
    width: 90px;
    padding-right: 30px;
    position: relative;
    top: 13px;
    border-right: 1px solid #cccccc;
}

.ma_symrliml_day {
    font-family: "Times New Roman" !important;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
    transition: all 0.36s;
}

.ma_symrliml_month {
    font-family: "Times New Roman" !important;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    transition: all 0.36s;
}

.ma_symrlim_r {
    width: calc(100% - 90px);
    padding-left: 44px;
}

.ma_symrlimr_name {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    display: block;
    transition: all 0.36s;
}

.ma_symrlimr_title {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    transition: all 0.36s;
    max-height: 52px;
    overflow: hidden;
}

/* b1 */
.ma_nsyfontbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.ma_nsyfb_h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    line-height: 50px;
}

.ma_nsyfb_p {
    color: #fff;
    font-size: 24px;
    font-family: "Times New Roman" !important;
    line-height: 34px;
}

.ma_ban_lim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ma_container {
    width: 1400px;
    margin: 0 auto;
}
.ma_ftboxt_box, .ma_ftboxb_box{
    width: 1600px;
    margin: 0 auto;
}
.ma_b1s1 {
    padding: 90px 0;
}

.ma_b1s1m_l {
    width: 595px;
}

.ma_b1s1m_r {
    width: calc(100% - 595px);
}

.ma_b1s1m_r p {
    font-size: 18px;
    color: #666;
    line-height: 1.75;
}

.ma_b1s1m1 {
    margin-bottom: 90px;
}

.ma_b1s1m2 {
    margin-bottom: 75px;
    width:1660px;
}

.ma_b1s1m2 img {
    width: 100%;
}

.ma_b1s1m3 {
    position: relative;
}

.ma_b1s1m3_l {
    width: 298px;
    height: 384px;
}
.g_b1s1m3_l{
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
}

.g_b1s1m3_l.alt {
    position: fixed;
}

.ma_b1s1m3l_main {
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 2px solid #eee;
}

.ma_b1s1m3lm_bor {
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 0%;
    background: #762100;
}

.ma_b1s1m3l_ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
}

.ma_b1s1m3l_li {
    color: #999;
    font-size: 16px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.36s;
    line-height: 1.5;
    font-weight: bold;
}

.ma_b1s1m3l_li.alt {
    color: #333;
}

.ma_b1s1m3l_li:last-child {
    margin-bottom: 0;
}

.ma_b1s1m3l_mains {
    width: calc(100% - 296px);
}

.ma_tb2_top,
.ma_tb2_img {
    display: inline-block;
}

.ma_tb2_top {
    margin-right: 16px;
}

.ma_title2 {
    font-size: 24px;
    color: #333;
}

.ma_tb2_img img {
    position: relative;
    bottom: 4px;
}

.ma_titlebox2 {
    margin-bottom: 30px;
}

.ma_b1s1m3r1m_1 p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.ma_b1s1m3r1m_1 p span {
    color: #762100;
    font-weight: bold;
}

.ma_b1s1m3r1m2_main {
    position: relative;
}

.ma_b1s1m3r1m2_li {
    position: relative;
    padding-right: 72px;
}

.ma_b1s1m3r1m_1 {
    margin-bottom: 30px;
}

.ma_b1s1m3r1li_main {
    width: 182px;
    height: 182px;
    border-radius: 50%;
    border: 1px solid #c8a472;
    text-align: center;
    padding: 42px 40px;
}

.ma_b1s1m3r1li_img {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 22px;
}

.ma_b1s1m3r1lim_img {
    width: 36px;
    margin: 0 auto 12px;
    position: relative;
}

.ma_b1s1m3r1lim_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.ma_b1s1m3r1lim_img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ma_b1s1m3r1lim_fon p {
    font-size: 16px;
    color: #762100;
    line-height: 24px;
    font-weight: bold;
}

.ma_b1s1m3r1m2_main {
    margin-bottom: 50px;
}

.ma_b1s1m3r1m3_title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.ma_b1s1m3r1m3_li {
    /*padding: 0 57px;*/
    float: left;
    width: 16.666666%;
    margin-bottom: 50px;
}

.ma_b1s1m3r1m3li_main {
    position: relative;
    padding-top: 18px;
}

.ma_b1s1m3r1m3li_img {
    position: relative;
    z-index: 10;
    width: 44px;
    height: 41px;
    margin-bottom: 16px;
}

.ma_b1s1m3r1m3li_img1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_b1s1m3r1m3li_img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.ma_b1s1m3r1m3li_font p {
    font-size: 16px;
    color: #333;
}

.ma_b1s1m3r1m3li_num {
    position: absolute;
    font-size: 60px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #c8a472;
    font-weight: bold;
    font-family: "Times New Roman" !important;
    z-index: -1;
    opacity: 0.16;
}

.ma_b1s1m3_r1 {
    padding-bottom: 20px;
}

.ma_b1s1m3_r2 {
    background: #f7f7f7;
    padding: 78px 0 28px;
}

.ma_b1container {
    position: relative;
}

.ma_b1s1m3_r3 {
    padding: 78px 0 0;
}

.ma_b1s1m3r1m3_main {
    margin: 0 -5px 35px;
}

.ma_b1s1m3r1m3s_box {
    padding: 0 5px;
    float: left;
    width: 100%;
}

.ma_b1s1m3r1m3s {
    position: relative;
}

.ma_b1s1m3r1m3s1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_b1s1m3r1m3li_num {
    position: absolute;
    font-size: 60px;
    top: 0;
    left: 50px;
    color: #c8a472;
    font-weight: bold;
    font-family: "Times New Roman" !important;
    z-index: -1;
    opacity: 0.16;
}

.ma_b1s1m3r1m3s_box:not(:first-child) {
    display: none;
}

.ma_b1s1m3r1m3b_l {
    width: 60px;
}

.ma_b1s1m3r1m3b_l {
    color: #999;
    font-size: 16px;
    font-family: "Times New Roman" !important;

}

.ma_b1s1m3r1m3b_l span {
    letter-spacing: 1px;
}

.ma_b1s1m3r1m3b_num {
    color: #333;
}

.ma_b1s1m3r1m3b_r {
    position: relative;
    width: 17px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
}

.ma_b1s1m3r1m3b_r2 {
    margin-left: 8px;
}

.ma_b1s1m3r1m3b_r1 .ma_b1s1m3r1m3b_rs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.36s;
}

.ma_b1s1m3r1m3b_r1 .ma_b1s1m3r1m3b_rs2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.36s;
}

.ma_b1s1m3r1m3b_r1.alt .ma_b1s1m3r1m3b_rs1 {
    z-index: 2;
}

.ma_b1s1m3r1m3b_r1.alt .ma_b1s1m3r1m3b_rs2 {
    z-index: 1;
}

.ma_b1s1m3r1m3b_r2 .ma_b1s1m3r1m3b_rs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.36s;
}

.ma_b1s1m3r1m3b_r2 .ma_b1s1m3r1m3b_rs2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.36s;
}

.ma_b1s1m3r1m3b_r2.alt .ma_b1s1m3r1m3b_rs1 {
    z-index: 2;
}

.ma_b1s1m3r1m3b_r2.alt .ma_b1s1m3r1m3b_rs2 {
    z-index: 1;
}

.ma_b1s1m3r1m3b_r3 {
    width: 11px;
    margin-left: 14px;
}

.ma_b1s1m3r1m3b_r3 .ma_b1s1m3r1m3b_rs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.36s;
}

.ma_b1s1m3r1m3b_r3 .ma_b1s1m3r1m3b_rs2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.36s;
}

.ma_b1s1m3r1m3b_r3 .ma_b1s1m3r1m3b_rs1 {
    opacity: 1;
}
.ma_b1s1m3r1m3b_r3.alt .ma_b1s1m3r1m3b_rs1 {
    opacity: 0;
}

.ma_b1s1m3r1m3b_r3 .ma_b1s1m3r1m3b_rs2 {
    opacity: 0;
}
.ma_b1s1m3r1m3b_r3.alt .ma_b1s1m3r1m3b_rs2 {
    opacity: 1;
}

.ma_b1s1m3r1m3b_c {
    width: calc(100% - 190px);
    height: 12px;
    position: relative;
    margin: 0 35px 0 15px;
}

.ma_b1s1m3r1m3b_c::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #cecece;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.ma_b1s1m3r1m3bc_xian {
    position: absolute;
    height: 2px;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    background: #762100;
}
.ma_disable {
    pointer-events: none;
}
.ma_b1s1m3r1m3bc_xian.alt{
    width: 0 !important;
}

/*carl*/
/* .ca_header {
    width: 100%;
    height: 100px;
}
.ca_lawheader {
    width: 100%;
    height: 169px;
}
.ca_banner {
    width: 100%;
    height: 300px;
    background-color: #000;
} */
/* content */
.ca_content {
    position: relative;
    width: 100%;
    font-family: Microsoft TaHei;
}
.ca_content_wrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.ca_news_nav {
    padding-top: 15px;
}
.ca_news_home span,
.ca_news_home a {
    display: inline-block;
}
.ca_home_ico {
    position: relative;
    top: -1px;
    width: 17px;
}
.ca_img_hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    opacity: 0;
    transition: 0.36s all linear;
}
.ca_img_static
{
    position: relative;
    left: 0px;
    top: -1px;
    width: 100%;
    z-index: 10;
    transition: 0.36s all linear;
    opacity: 1;
}
.ca_home_wrap:hover .ca_img_hover {
    opacity: 1;
}
.ca_home_wrap:hover .ca_img_static {
    opacity: 0;
}
.ca_home_wrap:hover .ca_home_txt {
    color: #762100;
}
.ca_news_navitem::after {
    content: "&gt;";
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.ca_lawresume_nav .ca_news_navitem::after {
    content: "&gt;";
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.ca_news_navitem:last-of-type::after {
    content: "";
}
.ca_home_txt {
    transition: 0.36s all linear;
}
.ca_news_title {
    padding-top: 46px;
}
.ca_title_en {
    line-height: 24px;
}
.ca_title_en {
    padding-left: 12px;
    font-family: 'Times New Roman' !important;
    line-height: 24px;
}
.ca_news_line {
    margin-top: 5px;
}
.ca_news_line span {
    display: block;
    height: 2px;
}
.ca_news_line span:nth-of-type(1) {
    width: 40px;
    margin-bottom: 2px;
}
.ca_news_line span:nth-of-type(2) {
    width: 28px;
    margin-bottom: 2px;
}
.ca_news_line span:nth-of-type(3) {
    width: 16px;
}

/* æ–°é—»åˆ—è¡¨ */
.ca_news_ls {
    width: 100%;
    margin-top: 36px;
}
.ca_news_ls ul {
    overflow: hidden;
}
.ca_news_item {
    width: 100%;
    padding: 24px;
    margin-bottom: 24px;
    box-sizing: border-box;
}
.ca_news_item a {
    display: inline-block;
    width: 100%;
}
.ca_news_img {
    width: 353px;
    position: relative;
    overflow: hidden;
}
.ca_img_real {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 19;
    transition: 0.36s all linear;

}
.ca_news_arc {
    width: calc(100% - 576px);
    padding-left: 66px;
    box-sizing: border-box;
}
.ca_arc_title {
    margin-top: 28px;
}
.ca_arc_title p {
    max-height: 72px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}
.ca_arc_time p {
    font-family: "Times New Roman", Times, serif !important;
    font-weight: 700;
    line-height: 42px;
}
.ca_arc_content {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ca_arc_more {
    margin-top: 15px;
}
.ca_arc_more span {
    font-family: "Times New Roman", Times, serif !important;
    display: inline-block;
    padding: 0 45px;
    transition: 0.36s all linear;
}
.ca_news_item:hover .ca_arc_more span {
    background: #762100;
    color: #fff;
}
.ca_title_cn {
    line-height: 24px;
}
/* åˆ†é¡µ */
.pc_fenye {
    position: relative;
    left: 50%;
    margin-top: 40px;
    margin-bottom: 64px;
    transform: translateX(-50%);
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.ca_pcfy a {
    float: left;
    margin: 0px 6px
}
.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    transition: .3s;
}
.pc_fenye li.activepage {
    color: #fff;
    background-color: #762100;
    margin: 0 6px;
}
.ca_arrow {
    position: relative;
    width: 9px; 
    margin: 0 auto;
}
.ca_arrow2 {
    position: relative;
    top: 0px;
    width: 5px;
    margin: 0 auto;
}
.ca_arrow_real {
    position: relative;
    width: 100%;
    left: 0px;
    top: 7px;
    z-index: 20;
}
.ca_arrow_hover {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    z-index: 19;
    opacity: 0;
}
.comp-tabli:hover,
.comp-tabli li:hover
{
    background-color: #762100;
    color: #fff !important;
}
.comp-tabli:hover .ca_arrow_real {
    opacity: 0;

}
.comp-tabli:hover .ca_arrow_hover {
    opacity: 1;
}
.ca_phfy {
    display: none;
}
.ca_fybtn {
    /*padding: 0 20px;*/
}
.ca_fybtn a {
    font-size: 14px;
    color: #333;
}


/* E2è§‚å¯Ÿé¡µé¢ */
/* è§‚å¯Ÿåˆ—è¡¨ */
/* .ca_news_ls ul {
    padding-top: 36px;
} */
.ca_view_ls {
    padding: 57px 164px 54px 53px;
    margin-bottom: 24px;
    background: url(../images/001.png) no-repeat;
    background-size: 190px 150px;
    background-position: bottom right;
}
.ca_view_ls a {
    display: inline-block;
}
.ca_view_left {
    position: relative;
}
.ca_view_left p {
    font-family: "Times New Roman", Times, serif !important;
    text-align: right;
}
.ca_view_left p:nth-of-type(1) {
    line-height: 36px;
}
.ca_view_arc {
    position: relative;
    left: 0px;
    width: calc(100% - 89px);
    transition: 0.36s all linear;
}
.ca_view_left::after {
    content: "";
    display: block;
    position: absolute;
    left: 85px;
    top: 15px;
    width: 50px;
    height: 1px;
    background-color: #aaa;
    transition: 0.36s all linear;
}

.ca_view_txt {
    padding-left: 70px;
    transition: 0.36s all linear;
}
.ca_view_title p {
    max-height: 64px;
    font-weight: 700;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ca_view_word {
    margin-top: 15px;
}
.ca_view_word P {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* è¯¦æƒ…é¡µ */
.ca_dpage_left {
    position: relative;
    width: calc(100% - 340px);
    padding-right: 80px;
    z-index: 1;
}
.ca_dpage_right {
    position: relative;
    width: 340px;
    padding-left: 70px;
    z-index: 1;
}
.ca_dpage_header {
    padding: 73px 0px 21px 0px;
}
.ca_padage_title p {
    padding-bottom: 50px;
    font-weight: bold;
}
.ca_dpage_detail {
    padding-bottom: 21px;
}
.ca_dpage_detail span {
    display: inline-block;
}
.ca_dname_wrap {
    position: relative;
    width: 12px;
    height: 13px;
}
.ca_dtime_wrap
{
    position: relative;
    width: 12px;
    height: 12px;
}
.ca_dscan_wrap
{
    position: relative;
    width: 17px;
    height: 13px;
    overflow: hidden;
}
.ca_dshare_wrap {
    position: relative;
    padding-left: -10px;
    width: 13px;
}
.ca_dimg_static {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 19;
}
.ca_dimg_real {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.ca_dpage_time {
    margin-left: 48px;
}
.ca_dpage_scan {
    margin-left: 53px;
}
.ca_dpage_share {
    margin-left: 82px;
    margin-top: 5px;
}
.ca_dname_txt {
    padding-left: 10px;
    color: #888;
}
.yxedr_active {
    padding: 35px 0px 86px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.yxedr_active p {
    font-size: 16px;
    line-height: 2em;
    color: #666;
}
.yxedr_active p img {
    width: 100%;
}
.ca_dpage_pclink,
.ca_dpage_phlink
{
    margin-top: 35px;
    margin-bottom: 67px;
}
.ca_dpage_phlink {
    display: none;
}
.ca_dpage_pclink a,
.ca_dpage_phlink a
{
    max-width: 320px;
    display: inline-block;
    text-decoration: underline;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ca_dpage_item {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}
.ca_dnav_top span {
    transition: 0.36s all linear;
}
.ca_dnav_top span:nth-of-type(1){
    font-family: "Times New Roman", Times, serif !important;
    line-height: 24px;
    padding-right: 5px;
}
.ca_dnav_top span:nth-of-type(2){
    line-height: 30px;
    border-left: 1px solid #ccc;
    padding-left: 10px
}
.ca_dnav_bottom p {
    max-width: 300px;
    max-height: 48px;
    overflow: hidden;
}
.ca_dnav_h {
    margin-top: 8px;
}

.bshare-custom .bshare-more.more-style-addthis {
    padding-bottom: 15px;
    background: url(../images/E3_share.png)  10px 0px no-repeat !important;
    background-size: cover;
}

.ca_dpage_left::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
    z-index: -1;
}
.ca_bd_none {
    border-right: 1px solid transparent;
}
/* c1ä¸šåŠ¡ */
.ca_business_ls {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fafafa;
}
.ca_business_wrap {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.ca_bussiness_ul {
    margin-left: -18px;
    margin-right: -18px;
}
.ca_bussiness_item {
    width: 33.333333%;
    height: 442px;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    margin-bottom: 37px;
}
.ca_bussiness_item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #fff;
    transition: 0.36s all linear;
}
.ca_bussiness_right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80px;
    width: 80px;
    line-height: 80px !important;
    text-align: center;
    background-color: #faf6f5;
    transition: 0.36s all linear;
}
.ca_bussiness_icon {
    margin-bottom: 25px;
}
.ca_bussiness_iconwrap {
    position: relative;
    width: 35px;
}
.ca_bussiness_iconstatic {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 0.36s all linear;
}
.ca_bussiness_iconreal {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
    transition: 0.36s all linear;
}
.ca_bussiness_title p {
    font-size: 26px;
    line-height: 1.5;
    transition: 0.36s all linear;
    font-weight: bold;
}
.ca_bussiness_word ul {
    margin-top: 30px;
    margin-bottom: 70px;
    max-height: 168px;
    overflow: hidden;
}
.ca_bussiness_word ul li {
    position: relative;
    /*max-height: 56px;*/
    padding-left: 10px; 
    transition: 0.36s all linear;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ca_bussiness_word ul li::before {
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #762100;
    border-radius: 50%;
    transition: 0.36s all linear;

}

/* D1éƒ¨åˆ† */
.ca_lawyercon_wrap {
    position: relative;
    top: 0px;
    width: 100%;
    font-family: "Microsoft YaHei";
    background: #f7f7f7;
}
.ca_lawyer_ls {
    margin-top: 26px;
}
.ca_lawyer_wrap {
    width: 1400px;
    margin: 0 auto;
}
.ca_lawyer_ul {
    margin-left: -15px;
    margin-right: -15px;
}
.ca_lawyer_item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
    /*transition: 0.36s all linear;*/
}
.ca_lawyer_item a {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    padding-top: 34px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 41px;
    background-color: #fff;
    overflow: hidden;
}
.g_d1tu{
    position: absolute;
    bottom:16px;
    left:60px;
    width:328px;
    z-index: 1;
}
.g_d1tu img{
    width:100%;
}
.ca_lawyer_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.ca_lawyer_static {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9;
}
.ca_lawyer_real {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ca_lawyer_inheader {
    padding-top: 25px;
    padding-bottom: 17px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.ca_lawyer_name {
    /* line-height: 28px; */
    font-weight: 700;
    transition: 0.36s all linear;
}
.ca_lawyer_relation {
    /* line-height: 28px; */
    margin-top: 12px;
    color: #c9c9c9;
    transition: 0.36s all linear;
}
.ca_lawyer_adress,
.ca_lawyer_phone,
.ca_lawyer_email
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.ca_lawyer_adress span {
    display: inline-block;
}
.ca_lawadress_icon {
    position: relative;
    top: 6px;
    width: 14px;
    height: 14px;
}
.ca_lawphone_icon
{
    display: inline-block;
    position: relative;
    top: 6px;
    width: 14px;
    height: 14px;
}
.ca_lawemail_icon {
    display: inline-block;
    position: relative;
    top: 6px;
    width: 14px;
    height: 14px;
}
.ca_lawadress_static {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 0.36s all linear;
}
.ca_lawadress_real {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: 0.36s all linear;
}
.ca_lawadress_cn {
    display: inline-block;
    max-width: 200px;
    padding-left: 13px;
    transition: 0.36s all linear;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ca_lawyer_fy {
    margin-top: 24px;
}
/* D2å¾‹å¸ˆè¯¦æƒ…é¡µ */
.ca_lawdetail_wrap {
    position: relative;
    width: 100%;
}
.ca_lawyer_detail {
    width: 1400px;
    margin: 0 auto;
}
.ca_lawdetail_left {
    position: fixed;
    top: 225px;
    transition: all .36s;
}
.ca_lawyer_poi {
    width: 270px;
}
.ca_lawyer_bottom {
    position: absolute;
    bottom: 84px;
}
.ca_lawyer_poi::after {
    content: "";
    display: inline-block;
    height: 317px;
    width: 100%;
    position: absolute;
    left: 45px;
    top: 170px;
    background: url("../images/lawresume_bsg.png") no-repeat;
    background-size: cover;
}
.ca_lawdetail_pic {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.ca_lawinfo_language,
.ca_lawinfo_qualifications,
.ca_lawinfo_education {
    margin-bottom: 5px;
}
.ca_lawdetail_lawinfo {
    margin-top: 20px;
}
.ca_lawinfo_bold {
    font-weight: 700;
}
.ca_lawinfo_school span {
    display: block;
}
.ca_lawdetail_right {
    width: 100%;
    padding-left: 370px;
    margin-bottom: 84px;
}
.ca_lawresume_mainwrap {
    position: absolute;
    top: -323px;
    left: 0px;
    width: 100%;
    background-size: cover;
    /*background: rgba(168,159,159,0.8);*/
}
.ca_lawresume_main {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding-top: 93px;
    padding-left: 370px;
    padding-bottom: 60px;
    float: none;
}
.ca_lawresume_relation {
    line-height: 28px;
    font-weight: 700;
}
.ca_lawresume_cname {
    font-weight: 700;
    margin-top: 15px;
}
.ca_lawresume_ename {
    margin-top: 12px;
}
.ca_lawresume_pea {
    margin-top: 31px;
}
.ca_lawresume_pea span {
    display: inline-block;
}
.ca_lawresume_phoneico,
.ca_lawresume_phonepcico
{ 
    width: 18px;
}
.ca_lawresume_phoneico img,
.ca_lawresume_emailico img,
.ca_lawresume_adressico img
{
    width: 100%;
}
.ca_lawresume_emailico,
.ca_lawresume_emailpcico
{
    margin-left: 90px;
    width: 18px;
}
.ca_lawresume_adressico,
.ca_lawresume_adresspcico
{ 
    margin-left: 90px;
    width: 18px;
}
.ca_lawresume_phoneico,
.ca_lawresume_emailico,
.ca_lawresume_adressico {
    display: none !important;
}
.ca_lawresume_phonetxt {
    line-height: 28px;
    padding-left: 10px;
}
.ca_lawresume_classheader {
    padding-top: 50px;
}
.ca_lawresume_brieftxt {
    padding-top: 23px;
}
.ca_lawresume_brieftxt ul li {
    position: relative;
    padding-left: 12px;
}
.ca_lawresume_brieftxt ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c8a472;
}
.ca_lawdetail_phpic {
    margin: 20px auto;
    max-width: 200px; 
    overflow: hidden;
    display: none;
}
.ca_lawdetail_lawpcinfo {
    display: none;
}
.ca_lawresume_nav {
    position: absolute;
    right: 0px;
    top: 15px;
}
.ca_lawresume_navitem::after {
    content: "&gt;";
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.ca_lawresume_navitem:last-of-type::after {
    content: "";
}
.ca_lawresume_homeicowrap {
    display: inline-block;
    position: relative;
    width: 17px;
}
.ca_lawresume_homeico {
    position: relative;
    left: -5px;
    top: 0px;
    width: 100%;
}
/* F1 */
.ca_recruit {
    width: 1400px;
    /* min-width: 360px; */
    margin: 0 auto;
    padding-top: 32px;
}
.ca_recruit_thead {
    width: 100%;
}
.ca_recruit_position {
    padding: 0px 0px 0px 40px;
    line-height: 68px !important;
}
.ca_recruit_chitem {
    width: 200px;
    line-height: 68px !important;
}
.ca_recruit_cbitem
{
    position: relative;
    width: 200px;
    line-height: 76px !important;
}
.ca_recruit_positionitem {
    padding-left: 40px;
    line-height: 76px !important;
}
.ca_recruit_itemhead {
    border-bottom: 1px solid #eee;
}
.ca_recruit_itemhead:hover {
    cursor: pointer;
}
.ca_recruit_show {
    position: absolute;
    right: 29px;
    top: 30px;
    display: inline-block;
    width: 16px;
    margin: 0 auto;
}
.ca_recruit_open {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    /* transition: 0.36s all linear; */
}
.ca_recruit_pack {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* transition: 0.36s all linear; */
}
.ca_recruit_itembox {
    display: none;
    width: 100%;
    padding-top: 38px;
    padding-left: 61px;
    padding-right: 61px;
    padding-bottom: 51px;
    background-color: #eaeaea;
    /* transition: 0.36s all linear; */
}
.ca_recruit_jobduty p {
    font-weight: 700;
    margin-bottom: 16px;
}
.ca_recruit_jobduty ol {
    margin-bottom: 25px;
}
.ca_recruit_jobduty ol li {
    max-width: 100%;
    list-style-type: decimal;
    word-break: break-all;
}
.ca_delivery {
    margin-top: 35px;
    margin-left: -15px;
}
.ca_delivery a {
    display: inline-block;
    padding: 5px 35px;
}
.ca_delivery_icowrap {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 12px;
    overflow: hidden;
}
.ca_delivery_ico {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.ca_delivery_word {
    padding-left: 13px;
    line-height: 36px;
}
/* F2 */
.ca_newscon_titles {
    padding-top: 0px;
}
.ca_concat {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 75px;
}
.ca_concat_wrap {
    width: 1400px;
    margin: 0 auto;
}
.ca_concat_left {
    width: 470px;
    padding: 66px 72px 51px 66px;
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ca_title_cns {
    line-height: 24px;
    padding-right: 15px;
}

.ca_concat_share {
    margin-top: 41px;
}
.ca_concat_sharewrap {
    padding: 13px;
    border-top: 1px solid rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(255,255,255,.6);
}
/*.bshare-custom .bshare-weixin {
    padding-left: 28px;
    background: url(../images/concat_weixin.png) no-repeat !important;
}
.bshare-custom .bshare-twitter {
    padding-left: 28px;
    background: url(../images/concat_tuite.png) no-repeat !important;
}
.bshare-custom .bshare-sinaminiblog {
    background: url(../images/concat_weibo.png) no-repeat !important;
}*/
.ca_concat_sharetxt {
    padding-right: 28px;
}
.ca_concat_adress
{
    margin-top: 37px;
}
.ca_concat_phone,
.ca_concat_email {
    margin-top: 24px;
}
.ca_concat_adressIco,
.ca_concat_phoneIco,
.ca_concat_emailIco
{
    width: 30px;
    height: 30px;
    border-radius: 50%
}
.ca_concat_adressIcoWrap {
    position: relative;
    top: 6px;
    width: 16px;
    margin: 0 auto;
}
.ca_concat_phoneIcoWrap,
.ca_concat_emailIcoWrap
{
    position: relative;
    top: 8px;
    width: 16px;
    margin: 0 auto;
}
.ca_concat_adressIconText,
.ca_concat_phoneIconText,
.ca_concat_emailIconText
{
    padding-left: 19px;
}
.ca_concat_imgreal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
.ca_concat_imgstatic {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    display: none;
}
.ca_concat_adressIconText span,
.ca_concat_phoneIconText span,
.ca_concat_emailIconText span
{
    line-height: 28px
}
.ca_concat_adressBtom,
.ca_concat_phoneBtom,
.ca_concat_emailBtom
{
    padding-left: 50px;
}
.ca_concat_adressBtom span,
.ca_concat_phoneBtom span,
.ca_concat_emailBtom span
{
    display: inline-block;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ca_concat_right {
    width: calc(100% - 520px);
    margin-left: 50px;
    padding: 55px 65px 78px 65px;
    float: right;
}
.ca_concat_userMessageArr {
    margin-left: -23px;
    margin-right: -23px;
}
.ca_concat_userMessageName,
.ca_concat_userMessagePhone,
.ca_concat_userMessageEmail,
.ca_concat_userMessageCompany
{
    display: inline-block;
    width: 50%;
    padding-left: 23px;
    padding-right: 23px;
}
.ca_concat_userMessageSug,
.ca_concat_userMessageSubmit
{
    display: inline-block;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
}
.ca_concat_userMessageNameWrap,
.ca_concat_userMessagePhoneWrap,
.ca_concat_userMessageEmailWrap,
.ca_concat_userMessageCompanyWrap,
.ca_concat_userMessageSugWrap
{
    border-bottom: 2px solid #eee;
}
.ca_concat_userMessageSubmitWrap {
    width: calc(100% - 240px);
    border-bottom: 2px solid #eee;
}
.ca_concat_userMessageNameTxt,
.ca_concat_userMessagePhoneTxt,
.ca_concat_userMessageEmailTxt,
.ca_concat_userMessageCompanyTxt,
.ca_concat_userMessageSugTxt,
.ca_concat_userMessageSubmitTxt
{
    display: inline-block;
    padding-bottom: 16px;
    padding-top: 44px;
    line-height: 24px;
    transition: 0.36s all linear;
}
#ca_concat_userMessageNameInput,
#ca_concat_userMessagePhoneInput,
#ca_concat_userMessageEmailInput,
#ca_concat_userMessageCompanyInput,
#ca_concat_userMessageSugInput,
#ca_concat_userMessageSubmitInput
{
    display: none;
    height: 24px;
    width: 100%;
    margin: 7px 0px;
}
#ca_concat_submit {
    display: inline-block;
    width: 195px;
    height: 45px;
    margin-top: 44px;
    text-align: center;
    line-height: 45px;
    background-color: #762100;
}
#ca_concat_submit:hover {
    cursor: pointer;
}
.ca_concat_vcode {
    display: inline-block;
}
.ca_concat_vcode a {
    display: inline-block;
    position: relative;
    width: 111px;
    overflow: hidden;
}
.ca_concat_formSug {
    transition: 0.36s all linear;
}
/* caä¿®æ”¹çš„ */
.ca_bussiness_bIcon {
    position: absolute;
    left: 0px;
    bottom: -50px;
    width: 320px;
    z-index: 1;
    transition: all .36s;
    /*opacity: .05;*/
}
.ca_bussiness_word{
    position: relative;
    z-index: 10;
}
.ca_lawyer_Bimg {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.ca_f2_weixin {
    background: url(../images/concat_weixin.png) no-repeat !important;
    background-size: cover;
}
.ca_f2_tuite {
    background: url(../images/concat_tuite.png) no-repeat !important;
    background-size: cover;
}
.ca_f2_xinlang {
    background: url(../images/concat_weibo.png) no-repeat !important;
    background-size: cover;
}
.ca_concat_form {
    margin-left: -24px;
    margin-right: -24px;
}
.ca_concat_formItem01 {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
}
.ca_concat_formWrap {
    position: relative;
    height: 75px;
    border-bottom: 1px solid #eee;
    transition: 0.36s all linear;
}
.ca_concat_formIName {
    position: absolute;
    left: 0px;
    bottom: 14px;
}
.ca_concat_formIName {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    transition: 0.36s all linear;
}
.ca_concat_formStar {
    color: #762100;
}
.ca_concat_formINp {
    display: none;
}
.ca_concat_formINp input {
    position: relative;
    top: 35px;
    width: 100%;
    height: 38px;
    padding: 8px 0px;
}
.ca_concat_suggest input {
    width: 100%;
    height: 38px;
    padding: 8px 0px;
}
.ca_concat_formItem02
{
    padding: 0px 24px;
    margin-top: 43px;
}
.ca_concat_suggest {
    margin-top: 37px;
    visibility: hidden;
}
.ca_concat_formWrap02 {
    position: relative;
    /* height: 75px; */
    border-bottom: 1px solid #eee;
    transition: 0.36s all linear;
}
.ca_concat_formItem03 {
    padding: 0px 24px;
}
.ca_concat_subBtn {
    display: inline-block;
    margin-top: 30px;
    margin-left: 45px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.ca_concat_formWrap03 {
    position: relative;
    height: 75px;
    border-bottom: 1px solid #eee;
    transition: 0.36s all linear;
}
.ca_concat_formWrap03 {
    width: calc(100% - 240px);
}
.ca_concat_yanzhengIco {
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.slick-current.ma_ban_li .ma_fb_p1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.3s;
}
.slick-current.ma_ban_li .ma_fontbox h1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}
.slick-current.ma_ban_li .ma_fb_p2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}
.ma_ft_contont p a:nth-of-type(2) {
    color: #999;
}
.ca_lawyer_fixed {
    position: fixed;
    top: 100px;
}
/* caä¿®æ”¹å®Œäº† */
/* æ&nbsp;·å¼è¡¨ */
.ca_bg_1 {
    background-color: #7a0c0c;
}
.ca_bg_2 {
    background-color: #c8a472;
}
.ca_bg_3 {
    background-color: #fafafa;
}
.ca_bg_4 {
    background-color: #c8a472;
}
.ca_bg_5 {
    background-color: #fff;
}
.ca_bg_6 {
    background-color: #eee;
}
.ca_bg_7 {
    background-color: #762100;
}
.ca_bg_8{
    background: #f7f7f7;
}
.ca_color_0 {
    color: #111111;
}
.ca_color_1 {
    color: #333 !important;
}
.ca_color_2 {
    color: #666;
}
.ca_color_3 {
    color: #762100;
}
.ca_color_4 {
    color: #999;
    font-size: 14px !important;
}
.ca_color_5 {
    color: #fff;
}
.ca_font_0 {
    font-size: 32px;
}
.ca_font_1 {
    font-size: 28px;
    line-height: 32px;
}
.ca_font_2 {
    font-size: 24px;
    line-height: 32px;
}
.ca_font_3 {
    font-size: 18px;
    line-height: 30px;
}
.ca_font_4 {
    font-size: 16px;
    line-height: 26px;
}
.ca_font_5 {
    font-size: 14px; 
    line-height: 26px;
}
.ca_lh_1 {
    line-height: 1em;
}
.ca_lh_2 {
    line-height: 2em;
}
.ca_arc_content .ca_lh_2 {
    color: #666;
    font-size: 16px !important;
}
.mp16 {
    margin-top: 16px;
}
.ma_pchdl_c{
    width:calc(100% - 640px);
}
.ma_pchdl_c img{
    width:242px;
    display: block;
    margin:34px auto;
}
.ma_logobox{
    width:178px;
    line-height:62px; 
    opacity: 0;
}
.ma_logobox img{
    width:100%;
}
a.yxnav_active1{
    background: #6b1e00;
}
.ma_navbox_li2.yxnav_active2 a{
    background:#762100;
}
.g_phnav1.yxnav_active1{
    background: transparent;
    color:#762100;
}
.g_phnav2.yxnav_active2{
    background: transparent;
    color:#762100;
}
.ma_tb_img{
    width:40px;
}
.ma_tb_img img{
    width:100%;
}
.g_ban{
    display: none;
}
.ma_tb2_img{
    width:40px;
}
.ma_tb2_img img{
    width:100%;
}
.ma_phnav_right{
    display: inline-block;
}
.g_lang{
    text-align: center;
}
.g_lang{
    margin-top: 10px;
}
.ma_language_ph:first-child{
    margin-right: 16px;
    position: relative;
}
.ma_language_ph:first-child::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-8px;
    width:1px;
    height:16px;
    background:#999;
}
.ma_section{
    overflow:hidden;
}
.ma_main{
    overflow:hidden;
}
.ca_lawyer_ls, .ca_lawyer_detail{
    overflow:hidden;
}
.ca_arc_full .ca_news_img{
    display: none;
}
.ca_arc_full .ca_news_arc{
    padding-left: 28px;
    width:100%;
}
.ca_content{
    overflow:hidden;
}
.ca_lawinfo_school p span {
    color: #666;
}
.ca_lawresume_brieftxt p {
    font-size: 16px;
    line-height: 2em;
    color: #666;
}
.ca_lawresume_class ul li {
    font-size: 14px;
    line-height: 2em;
    color: #666;
}
.ca_newscon_titles h2,
.ca_newscon_titles span
{
    color: #fff;
    font-family: 'Times New Roman' !important;
    line-height: 32px;
}
.ma_navbarb{
    transition: all .36s;
    background: #762100;
}
.ma_pc_hd.act .ma_navbarb{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
}
.ma_pc_hd.act .ma_logobox{
    opacity: 1;
}
.ma_pc_hd.act  .ma_navbar .ma_pchdlr_top{
    opacity: 1;
}
@media screen and (min-width: 1200px) {
    .ma_syml_li a:hover .ma_symlli_btn {
        background: #762100;
    }

    .ma_syml_li a:hover .ma_symlli_btn p {
        color: #fff;
    }

    .ma_tb_btn a:hover {
        color: #762100;
    }

    .ma_symr_li a:hover .ma_symrliml_day {
        color: #762100;
    }

    .ma_symr_li a:hover .ma_symrliml_month {
        color: #762100;
    }

    .ma_symr_li a:hover .ma_symrlimr_name {
        color: #762100;
    }

    .ma_symr_li a:hover .ma_symrlimr_title {
        color: #762100;
    }

    .ma_ftboxtl_li a:hover {
        color: #c8a472;
    }
    .ma_navbox_li2:hover a{
        background:#762100;
    }
    .ca_news_item:hover .ca_arc_more span {
        background: #762100;
        color: #fff;
    }
    .ca_home_wrap:hover .ca_img_hover {
        opacity: 1;
    }
    .ca_home_wrap:hover .ca_img_static {
        opacity: 0;
    }
    .ca_home_wrap:hover .ca_home_txt {
        color: #762100;
    }
    .ca_nav_link:hover {
        color: #762100;
        transition: 0.36s all linear;
    }
    .ca_view_ls:hover .ca_view_left::after {
        width: 90px;
    }
    .ca_view_ls:hover .ca_view_arc {
        left: 40px;
    }
    /* .ca_view_ls:hover .ca_view_txt {
        padding-left: 130px;
    } */
    .ca_view_ls:hover .ca_view_title p {
        color: #762100;
    }
    .ca_dpage_pclink a:hover {
        color: #762100;
    }
    .ca_dpage_item:hover .ca_dnav_top span {
        color: #762100;
    }
    .ca_bussiness_item a:hover {
        background-color: #762100;
    }
    .ca_bussiness_item a:hover .ca_bussiness_right {
        background-color: #84381a;
        color: #fff;
    }
    .ca_bussiness_item a:hover .ca_bussiness_iconstatic {
        opacity: 1;
    }
    .ca_bussiness_item a:hover .ca_bussiness_iconreal {
        opacity: 0;
    }
    .ca_bussiness_item a:hover .ca_bussiness_title p,
    .ca_bussiness_item a:hover .ca_bussiness_word li
    {
        color: #fff !important;
    }
    .ca_bussiness_item a:hover .ca_bussiness_word li::before {
        background-color: #fff;
    }
    .ca_lawyer_item a:hover {
        background: #762100;
    }
    .ca_lawyer_item a:hover .ca_lawyer_name,
    .ca_lawyer_item a:hover .ca_lawyer_relation
    {
        color: #fff !important;
    }
    .ca_lawyer_item a:hover .ca_lawadress_cn {
        color: #fff;
    }
    .ca_lawyer_item a:hover .ca_lawadress_real {
        opacity: 0;
    }
    .ca_lawyer_item a:hover .ca_lawadress_static {
        opacity: 1;
    }
    .ca_lawyer_item a:hover .ca_lawyer_inheader {
        border-bottom: 1px solid #955339;
    }
    .ca_recruit_show:hover {
        cursor: pointer;
    }
    /* caä¿®æ”¹çš„ */
    .ca_news_item:hover .ca_img_real {
        transform: scale(1.1);
    }
    .ma_pchdlrlx_li:hover a{
        color:rgba(255,255,255,.8);
    }
    .ca_bussiness_item a:hover .ca_bussiness_bIcon .ca_img_real{
        opacity: 0;
    }
    .ca_bussiness_item a:hover .ca_bussiness_bIcon .ca_img_static{
        opacity: 1;
    }
    .ca_lawyer_item a:hover .g_d1tu .g_d1tu1{
        opacity: 0;
    }
    .ca_lawyer_item a:hover .g_d1tu .g_d1tu2{
        opacity: 1;
    }
}
.ma_b1s1m3r1m_3{
	width:100%;
}
.ma_b1s1m3r1m3s2{
    position: absolute;
    top:0;
    left:0;
}
.ma_b1s1m3r1m3s {
    position: relative;
    width: 880px;
}
.ma_b1s1m3r1m3_btn{
    width: 880px;
}
.ca_lawyer_info{
    padding-top: 5px;
}
.ca_arc_more .ca_font_4 {
    line-height: 45px;
}
.ca_fybtn {
    color:#666;
}
.ca_dpage_share .ca_font_5{
    line-height: inherit;
}
.bshare-custom {
    margin-top: 5px;
}
.ca_arc_full .ca_arc_title {
    margin-top: 0;
}
.ca_concat .ca_concat_wrap{
    position: relative;
}
.ca_lawyer_introduce{
    position: relative;
    z-index: 10;
}
.g_d1tu1{
    position: absolute;
    top:0;
    left:0;

}
.g_d1tu2{
    position: relative;
    top:0;
    left:0;
    opacity: 0;
}
.ca_concat_share .bshare-custom a{
    margin-right: 12px !important;
    height:18px !important;
    width:18px !important;
    background-size: 18px 18px !important;
}
.ma_pchdlli_box, .ma_pchdll_img, .ma_pchdll_img{
	width:32px;
}
.ca_lawdetail_wrap .ca_home_ico {
    display: inline-block;
}
.ca_lawdetail_wrap .ca_img_static {
    opacity: 1;
}
.g_edit p{
    position: relative;
    padding-left: 12px;
}
.g_edit p::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c8a472;
}
.ma_b1s1m3r1lim_fon p {
    line-height: 20px;
}
.ma_b1s1m3r1li_main {
    padding: 30px 20px;
}
.ma_b1s1m3r1m3li_font p {
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}
.ma_b1s1m3r1m3_li {
    padding: 0 10px;
}
.ma_b1s1m3r1lim_img {
    margin: 0 auto 5px;
}
p {
    word-wrap: normal;
}
.ma_tb2_top .ma_title2{
    font-weight: bold;
}
.ma_tb_top .ma_title {
    font-weight: bold;
}
.ca_lawresume_classheader .ca_font_1 {
    font-size: 26px;
    font-weight: bold;
}
.ca_view_left {
    position: relative;
    width: 100px;
}
.ca_view_ls a {
    display: block;
}
.ca_view_arc {
    width: calc(100% - 100px);
}
.ca_view_left::after {
    left: 100px;
}
.ca_arc_title p {
    max-height: 64px;
    line-height: 32px;
}</pre></body></html>