/*banner*/
.indexBanner_wrpBox {
    position: relative;
}

/*.bannerImg_wrp img{height:620px;}*/
.slides li {
    position: relative;
}

.slides .bannerWord {
    position: absolute;
    width: 1210px;
    margin: 0 auto;
    top: 166px;
    left: 438px;
}

.bannerWord>p {
    width: 1210px;
    margin: 0 auto;
}

.bannerWord>p>a {
    padding: 15px 0 10px 0;
    color: #d1bf46;
    font-size: 14px;
}

.bannerWord2>p>a {
    color: #fff
}

.bannerWord3>p>a {
    color: #000
}

.bannerWord i {
    display: block;
    width: 100%;
    height: 120px;
    background: url(/static/addons/cms/images/dingye_index/banner_1_word.png) 0 0 no-repeat;
}

.bannerWord2 i {
    background: url(/static/addons/cms/images/dingye_index/banner_2_word.png) 0 0 no-repeat;
}

.bannerWord3 i {
    background: url(/static/addons/cms/images/dingye_index/banner_3_word.png) 0 0 no-repeat;
}

.bannerBot_wrp {
    margin: 0 auto;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bannerBot_wrp ol li {
    float: left;
}

.botCon a {
    display: block;
    color: #fff;
}

.botCon {
    width: 403px;
    height: 86px;
    background: rgba(0, 0, 0, .6);
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.bannerContact_wrp a {
    display: block;
    float: right;
    position: relative;
    top: 0;
    width: 130px;
    height: 50px;
}

.bannerBot_wrp li {
    position: relative;
    cursor: pointer;
}

.comAdd_show {
    display: none;
    width: 325px;
    padding: 50px 39px 0 39px;
    position: absolute;
    top: -270px;
    right: 0;
    height: 220px;
    color: #fff;
    font-size: 14px;
    background: #d0172b;
}

.comAdd_show>.addBg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.comAdd_show>.addTit {
    position: relative;
    z-index: 3;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
}

.comAdd_show>.addTxt {
    position: relative;
    z-index: 3;
}

.comAdd_show>.addTxt p {
    padding-bottom: 25px;
}

.comAdd_show>.addTxt p.last {
    border-bottom: 1px solid #fff;
}

.botCon.bgRed {
    background: #d0172b;
}

.comCore_li .comAdd_show {
    padding-top: 100px;
    height: 170px;
}

.comCore_li .comAdd_show>.addTxt p.last {
    padding-bottom: 63px;
}

/* 植物新品种介绍 */

.plantsintro_banner {
    width: 100%;
    height: 300px;
    background: url(/static/addons/cms/images/banner.png) center center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.plantsintro_banner>.plantsintro_title {
    color: #fff;
    font-size: 68px;
    line-height: 255px;
}

.plantsintro_banner>.plantsintro_current {
    height: 49px;
    position: absolute;
    bottom: 0px;
    line-height: 49px;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.6);
}

.plantsintro_banner>.plantsintro_current>a {
    font-weight: 600;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.plantsintro_banner>.plantsintro_current>a:hover {
    background-color: #faad14;
}

.plantsintro_banner>.plantsintro_current>.cur {
    background-color: #faad14;
}

.default_hdBox>.newtype_box {
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    color: #505559;
    text-align: left;
}

.default_hdBox>.newtype_box>.introCon_txt>p {
    margin: 0;
    /* ⭐ 清除默认外边距 */
    padding: 0;
    /* ⭐ 清除默认内边距 */
    text-align: justify;
    /* 两端对齐 */
}

/* 相关律师 */

.lawyer_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.lawyer_item {
    display: block;
    width: 630px;
    height: 159px;
    background-color: #f5f5f5;
    text-align: left;
    margin-top: 20px;
    cursor: pointer;
}

.lawyer_item_first {
    width: 100%;
}

.lawyer_item:hover {
    box-shadow: 0px 10px 9px 0px rgb(0 0 0 / 5%);
}

.lawyer_item>.lawyer_img {
    width: 103px;
    height: 103px;
    padding: 28px 20px 28px 25px;
    float: left;
}

.lawyer_item>.lawyer_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 0px;
}

.lawyer_item>.lawyer_name {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    font-weight: 600;
    color: #505559;
    padding-top: 28px;
}

.lawyer_item>.lawyer_name>.lawyer_label {
    font-size: 12px;
    font-weight: 400;
    color: #13c2c2;
    padding: 1.5px 7px;
    border: 1px solid #13c2c2;
    border-radius: 33px;
    margin-left: 8px;
}

.lawyer_item>.lawyer_forte {
    font-size: 12px;
    font-weight: 400;
    color: #7e868c;
    height: 55px;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.lawyer_item>.lawyer_contactbox {
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 14px;
    color: #505559;
    padding-bottom: 28px;
}

.lawyer_item>.lawyer_contactbox>span {
    padding-left: 30px;
}

.lawyer_item>.lawyer_contactbox>.lawyer_phone {
    position: relative;
}

.lawyer_item>.lawyer_contactbox>.lawyer_phone::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background-image: url(/static/addons/cms/images/phone3.png);
    background-size: 100% 100%;
}

.lawyer_item>.lawyer_contactbox>.lawyer_email {
    position: relative;
}

.lawyer_item>.lawyer_contactbox>.lawyer_email::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 2px;
    width: 24px;
    height: 24px;
    background-image: url(/static/addons/cms/images/mail.png);
    background-size: 100% 100%;
}

/* 相关案例 */

.case_table {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 120px;
}

.case_box {
    width: 51%;
}

.case_img {
    width: 588px;
    height: 580px;
    background: url('/static/addons/cms/images/Frame 254.png') center center no-repeat;
    float: right;
}

.case_box>.case_item {
    display: block;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #f0f0f0;
    width: 640px;
    height: 145px;
}


.case_box>.case_item:hover {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
}

.case_box>.case_item>.case_title {
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    font-size: 18px;
    color: #505559;
    margin: 25px;
    margin-bottom: 0px;
}

.case_box>.case_item>.case_text {
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 14px;
    color: #343434;
    margin: 8px 25px;
    margin-bottom: 0px;
    line-height: 34px;
}

/* 新品种权搜索 */

.searchbox {
    padding-top: 80px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.searchbox>.search_input {
    width: 20%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 48px;
}

.searchbox>.search_button {
    width: 5%;
    height: 50px;
    background-color: #13c2c2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.searchbox>.glass {
    position: absolute;
    bottom: 10px;
    right: 384px;
}

.searchbox>.XCircle {
    position: absolute;
    bottom: 13px;
    right: 7.5%;
    cursor: pointer;
}

.searchbox>.search_limit {
    color: #7e868c;
    position: absolute;
    left: 0px;
    top: 95px;
}

.searchbox>.search_limit>span {
    color: #faad14;
}

.video_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.video_box::after {
    content: "";
    width: 630px;
}



.video_box>.video_item {
    width: 308px;
    height: 295px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    margin-top: 40px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(1) {
    width: 630px;
    height: 410px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(1)>.video_img>img {
    width: 100%;
    height: 330px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(1)>.video_vx {
    top: 340px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(1)>.video_title {
    width: 70%;
    font-size: 18px;
    font-weight: 600;
}

.dingye_searchbox>.video_box>.video_item:nth-child(2) {
    width: 630px;
    height: 410px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(2)>.video_img>img {
    width: 100%;
    height: 330px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(2)>.video_vx {
    top: 340px;
}

.dingye_searchbox>.video_box>.video_item:nth-child(2)>.video_title {
    width: 70%;
    font-size: 18px;
    font-weight: 600;
}

.video_box>.video_item>.video_img {
    position: relative;
}

.video_box>.video_item>.video_img>img {
    width: 308px;
    height: 212px;
}

.video_box>.video_item>.video_img>.video_button {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 64px;
    height: 64px;
    background: url(/static/addons/cms/images/PlayCirclefill.png) 0 0 no-repeat;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.dingye_searchbox>.video_box>.video_item:nth-child(1)>.video_img>.video_button {
    left: 45%;
    top: 41%;
}

.dingye_searchbox>.video_box>.video_item:nth-child(2)>.video_img>.video_button {
    left: 45%;
    top: 41%;
}

.video_box>.video_item>.video_img>.video_button:hover {
    transform: scale(1.2);
}

.video_box>.video_item>.video_title {
    font-family: 'Source Han Sans CN';
    color: #505559;
    width: 60%;
    padding-top: 8px;
}

.video_box>.video_item:hover>.video_title {
    color: #13c2c2;
}

.video_box>.video_item>.video_time {
    font-size: 12px;
    color: #7e868c;
    padding-top: 8px;
}


.video_box>.video_item>.video_vx {
    color: #505559;
    position: absolute;
    width: 102px;
    height: 33px;
    border: 1px solid #7e868c;
    border-radius: 4px;
    text-align: center;
    line-height: 33px;
    top: 220px;
    right: 2px;
    cursor: pointer;
}

.video_box>.video_item>.video_vx:hover {
    background-color: #e0e0e0;
}

/* 视频号弹出层 */


.masked_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /* 定位为固定位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明遮罩 */
    z-index: 1000;
    /* 确保遮罩在其他内容之上 */
}

.masked_video>.masked_box {
    position: relative;
    width: 284px;
    height: 284px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 15px;
    color: #000;
}

.masked_video>.masked_box>.masked_text {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.masked_video>.masked_box>.masked_img {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.masked_video>.masked_box>.maskedvideo_multiply {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

/* 视频弹出层 */


.plants_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /* 定位为固定位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明遮罩 */
    z-index: 1000;
    /* 确保遮罩在其他内容之上 */
}

.plants_video>.masked_box {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    font-size: 15px;
    color: #000;
}

.plants_video>.masked_box>.masked_text {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.plants_video>.masked_box>.masked_img {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.plants_video>.masked_box>.plantsvideo_multiply {
    position: absolute;
    top: 0px;
    right: 12px;
    cursor: pointer;
}


/* 鼎业品牌概况 */

.brand_banner {
    width: 100%;
    height: 300px;
    background: url(/static/addons/cms/images/banner2.png) center center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.brand_banner>.brand_title {
    color: #fff;
    font-size: 68px;
    line-height: 255px;
}

.brand_banner>.brand_current {
    height: 49px;
    position: absolute;
    bottom: 0px;
    line-height: 49px;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.6);
}

.brand_banner>.brand_current>a {
    font-weight: 600;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.brand_banner>.brand_current>a:hover {
    background-color: #faad14;
}

.brand_banner>.brand_current>.cur {
    background-color: #faad14;
}

.brand_aboutimg {
    width: 387.2px;
    height: 340px;
    background-color: #f5f5f5;
    float: left;
    margin-right: 40px;
}

.purpose_box {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.purpose_box>.purpose_item {
    width: 32%;
    height: 506px;
    position: relative;
}

.purpose_box>.purpose_item:nth-child(1) {
    background: url(/static/addons/cms/images/purpose1.png) center center no-repeat;
}

.purpose_box>.purpose_item:nth-child(2) {
    background: url(/static/addons/cms/images/purpose2.png) center center no-repeat;
}

.purpose_box>.purpose_item:nth-child(3) {
    background: url(/static/addons/cms/images/purpose3.png) center center no-repeat;
}

.purpose_box>.purpose_item>.purpose_title {
    width: 94px;
    height: 38px;
    border: 1px solid #faad14;
    border-radius: 48px;
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    color: #faad14;
    line-height: 38px;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 7%;
}

.purpose_box>.purpose_item>.purpose_text {
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 7%;
}


.dingye_innovate>.default_hdBox>.default_hd1 {
    padding: 0px 0 20px 0;
}

.dingye_innovate>.default_hdBox>.default_hd1::before {
    bottom: 15px;
}

.innovate_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.innovate_box>.innovate_item {
    width: 641px;
    height: 342px;
    background-color: #f8f8f8;
    position: relative;
}

.innovate_box>.innovate_item>.innovate_title {
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    font-size: 18px;
    color: #505559;
    text-align: left;
    padding: 40px 0px 20px 95px;
}

.innovate_box>.innovate_item>.users::after {
    content: '';
    position: absolute;
    top: 34px;
    left: 42px;
    width: 32px;
    height: 32px;
    background: url(/static/addons/cms/images/UsersThree.png) center center no-repeat;
    background-size: 100% 100%;

}

.innovate_box>.innovate_item>.light::after {
    content: '';
    position: absolute;
    top: 34px;
    left: 42px;
    width: 32px;
    height: 32px;
    background: url(/static/addons/cms/images/Lightbulb.png) center center no-repeat;
    background-size: 100% 100%;
}

.innovate_box>.innovate_item>.innovate_text {
    font-family: 'Source Han Sans CN';
    color: #262626;
    text-align: left;
    padding: 0px 40px 40px 40px;
    line-height: 30px;
}

.innovate_box>.innovate_item>.innovate_text>p {
    margin: 0;
    /* ⭐ 清除默认外边距 */
    padding: 0;
    /* ⭐ 清除默认内边距 */
    text-align: justify;
    /* 两端对齐 */
}

.glory_box {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */

    /* 替换为 Grid 布局：自动填充列，每列最小宽度为 23% */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    gap: 20px;
    /* 使用 gap 统一控制间距，比 margin 更精准 */

    padding-top: 20px;
    padding-bottom: 120px;
}

.glory_box>.glory_item {
    width: auto;
    /* 移除固定 width，让 Grid 自动计算 */
    height: 314px;
    background-color: #f5f5f5;
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 18px;
    color: #000;

    /* margin-bottom: 20px; 移除此行，由 gap 替代 */
}

.glory_box>.glory_item>img {
    width: 100%;
}

.glory_box>.glory_item>.glory_text {
    padding: 8px;
    text-align: left;
}


/* 鼎业动态 */

.trends_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.trends_box::after {
    content: "";
    width: 410px;
}

.trends_box>a {
    display: block;
    width: 410px;
    height: 390px;
    margin-top: 80px;
    background-color: #f5f5f5;
    position: relative;
}

/* .trends_item {
    position: relative;
} */

.trends_item>.trends_title {
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    font-size: 18px;
    color: #505559;
    margin: 20px;
}

.trends_item>.trends_time {
    font-weight: 500;
    font-size: 12px;
    color: #7e868c;
    margin-left: 20px;
    position: absolute;
    bottom: 16px;
}

.trends_item>.trends_title>span:first-child {
    color: #13c2c2;
}

.trends_item:hover>.trends_title>span {
    color: #13c2c2;
}

.trends_item>.trends_img {
    overflow: hidden;
}

.trends_item>.trends_img>img {
    width: 410px;
    height: 268px;
    transition: transform 0.3s ease-in-out;
}

.trends_item>.trends_img:hover>img {
    transform: scale(1.1);
}

/* 鼎业动态文章页 */

.article_box>.article_title {
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    font-size: 32px;
    color: #252525;

    text-align: center;
    padding: 40px 0;
}

.article_box>.article_text {
    line-height: 28px;
}

.article_box>.article_line {
    padding-bottom: 40px;
    border-bottom: 1px solid #d8e6f0;
}

.article_box>.article_title>.article_time {
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 14px;
    color: #7e868c;

    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.article_page {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 120px 0;
}

.article_page>a {
    display: flex;
    justify-content: space-between;
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 14px;
    color: #505559;
}

.article_page>a:hover {
    color: #13c2c2;
}

/* 鼎业研究概况 */

.study_banner {
    width: 100%;
    height: 300px;
    background: url(/static/addons/cms/images/banner3.png) center center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.study_banner>.study_title {
    color: #fff;
    font-size: 68px;
    line-height: 255px;
}

.study_banner>.study_current {
    height: 49px;
    position: absolute;
    bottom: 0px;
    line-height: 49px;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.6);
}

.study_banner>.study_current>a {
    font-weight: 600;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.study_banner>.study_current>a:hover {
    background-color: #faad14;
}

.study_banner>.study_current>.cur {
    background-color: #faad14;
}

/* 法规速递 */

.studylaws_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.studylaws_box>.studylaws_item {
    margin-top: 80px;
    width: 48%;
    height: 272px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}

.studylaws_box>.studylaws_item:hover {
    background-color: #e4e4e4;
}

.studylaws_box>.studylaws_item>.studylaws_time {
    font-family: 'Source Han Sans CN';
    color: #7e868c;
    text-align: right;
    padding: 24px;
    padding-bottom: 30px;
}

.studylaws_box>.studylaws_item>.studylaws_time>span {
    font-size: 24px;
    padding-right: 14px;
}

.studylaws_box>.studylaws_item>.studylaws_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    font-size: 18px;
    color: #505559;
    padding: 0 24px 12px 24px;
}

.studylaws_box>.studylaws_item>.studylaws_text {
    height: 28px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Source Han Sans CN';
    color: #343434;
    padding: 0 24px 24px 24px;
}

.studylaws_box>.studylaws_item>.studylaws_more {
    color: #13c2c2;
    display: block;
    padding: 45px;
    padding-left: 24px;
}

.studylaws_box>.studylaws_item>.studylaws_more::before {
    content: '';
    display: block;
    position: absolute;
    left: 88px;
    bottom: 29.5px;
    width: 12px;
    height: 13px;
    background-image: url(/static/addons/cms/images/ArrowRight.png);
    background-size: 100% 100%;
}

/* 律师团队 */

.lawyer_banner {
    width: 100%;
    height: 300px;
    background: url(/static/addons/cms/images/banner4.png) center center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.lawyer_banner>.lawyer_title {
    color: #fff;
    font-size: 68px;
    line-height: 255px;
}

.searchbox>.search_limit>.search_type {
    width: 114px;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #262626;
}

.searchbox>.search_limit>.search_type>option {
    width: 114px;
    height: 48px;
    color: #262626;
}

.choose {
    width: 100px;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #252525;
    padding-left: 14px;
    background: #FFFFFF url(/static/addons/cms/images/CaretDown.png) 90px 16px no-repeat;
    cursor: pointer;
}

.option {
    display: none;
    padding-top: 2px;
}

.option>ul {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    z-index: 99;
}

.option>ul>li {
    width: 114px;
    height: 48px;
    font-weight: 500;
    background-color: #ffffff;
    text-align: center;
    line-height: 48px;
    position: relative;
    cursor: pointer;
}

.option>ul>li>a>span {
    color: #505559;
}

.option>ul>li>.selected>span {
    color: #13c2c2;
}



.option>ul>li:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 1px;
    background-color: #f0f0f0;
}

.option>ul>li:last-child::before {
    height: 0px;
}

.choosetwo {
    width: 100px;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #252525;
    padding-left: 14px;
    background: #FFFFFF url(/static/addons/cms/images/CaretDown.png) 90px 16px no-repeat;
    cursor: pointer;
}

.search_limit>.cur {
    background: #FFFFFF url(/static/addons/cms/images/CaretUp.png) 90px 16px no-repeat;
}

.search_limittwo>.cur {
    background: #FFFFFF url(/static/addons/cms/images/CaretUp.png) 90px 16px no-repeat;
}


.optiontwo {
    display: none;
    padding-top: 2px;
}

.optiontwo>ul {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    z-index: 99;
}

.optiontwo>ul>li {
    width: 114px;
    height: 48px;
    color: #505559;
    font-weight: 500;
    background-color: #ffffff;
    text-align: center;
    line-height: 48px;
    position: relative;
    cursor: pointer;
}

.optiontwo>ul>li>a>span {
    color: #505559;
}

.optiontwo>ul>li>.selected>span {
    color: #13c2c2;
}

.option>ul>li:hover {
    color: #13c2c2;
}

.optiontwo>ul>li:hover {
    color: #13c2c2;
}

.optiontwo>ul>li:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 1px;
    background-color: #f0f0f0;
}

.optiontwo>ul>li:last-child::before {
    height: 0px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dingye_lawyer>.lawyer_searchbox .search_limit {
    top: 80px;
}

.dingye_lawyer>.lawyer_searchbox .search_limittwo {
    color: #7e868c;
    position: absolute;
    left: 150px;
    top: 80px;
}

.lawyer_searchbox {
    padding-top: 80px;
}

.lawyer_searchbox .search_input {
    width: 359px;
    height: 38px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 48px;
}

.lawyer_searchbox .search_inputres {
    width: 359px;
    height: 38px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 48px;
}

.lawyer_searchbox .search_button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 390px;
    background-image: url(/static/addons/cms/images/MagnifyingGlass.png);
    background-size: 100% 100%;
    background-color: #ffffff;
    cursor: pointer;
}

.lawyer_searchbox img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 390px;
}

.lawyer_searchbox .glass {
    position: absolute;
    bottom: 10px;
    right: 384px;
}

.lawyer_searchbox .XCircle {
    position: absolute;
    bottom: 13px;
    right: 7.5%;
    cursor: pointer;
}

.lawyer_searchbox .search_limit {
    color: #252c32;
}

.lawyer_searchbox .search_limit>span {
    color: #faad14;
}

.lawyerbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.lawyerbox::after {
    content: "";
    width: 410px;
}

.lawyerbox>.lawyerbox_item {
    display: block;
    width: 410px;
    height: 435px;
    background-color: #f5f5f5;
    margin-bottom: 80px;
}

.lawyerbox>.lawyerbox_item>.lawyerbox_img {
    width: 353px;
    height: 264px;
    margin: auto;
    margin-top: 28px;
    overflow: hidden;
}

.lawyerbox>.lawyerbox_item>.lawyerbox_img>img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.lawyerbox>.lawyerbox_item:hover>.lawyerbox_img>img {
    transform: scale(1.1);
}


.lawyerbox>.lawyerbox_item>.lawyerbox_title {
    padding-top: 14px;
    color: #13c2c2;
}

.lawyerbox>.lawyerbox_item>.lawyerbox_title>span {
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    padding-left: 28px;
    padding-right: 14px;
}

.lawyerbox>.lawyerbox_item>.lawyerbox_text {
    font-size: 14px;
    color: #505559;
    padding: 28px;
    padding-top: 14px;
}

.lawyerbox>.lawyerbox_item>.lawyerbox_text>span {
    font-size: 14px;
    color: #262626;
}

/* 律师文章页 */

.dingye_lawyerarticle {
    display: flex;
    padding-bottom: 120px;
    padding-top: 40px;
}

.lawyer_left {
    width: 282px;
}

.lawyer_left>.lawyer_photo {
    height: 422px;
}

.lawyer_left>.lawyer_phonebox {
    padding: 20px 0px 20px 35px;
    font-family: 'Source Han Sans CN';
    color: #505559;
    font-weight: 500;
    position: relative;
}

.lawyer_left>.lawyer_phonebox>.lawyer_phone::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 2px;
    width: 25px;
    height: 24px;
    background-image: url(/static/addons/cms/images/phone2.png);
    background-size: 100% 100%;
}

.lawyer_left>.lawyer_phonebox>.lawyer_email {
    padding-top: 12px;
}

.lawyer_left>.lawyer_phonebox>.lawyer_email::after {
    content: '';
    position: absolute;
    left: 2px;
    width: 25px;
    height: 24px;
    background-image: url(/static/addons/cms/images/mail.png);
    background-size: 100% 100%;
}

.lawyer_left>.lawyer_vx {
    width: 160px;
    height: 160px;
}

.lawyer_right {
    padding-left: 40px;
}

.lawyer_right>.lawyer_name {
    font-family: 'Source Han Sans CN';
    color: #000;
    font-weight: 600;
    font-size: 38px;
}

.lawyer_right>.lawyer_nameone {
    font-family: 'Source Han Sans CN';
    color: #000;
    font-weight: 600;
}

.lawyer_right>.lawyer_nameone>.lawyer_nametitle {
    font-size: 38px;
    padding-bottom: 5px;
}

.lawyer_right>.lawyer_nameone>.lawyer_label {
    font-size: 12px;
    font-weight: 400;
    color: #13c2c2;
    height: 23px;
    padding: 5px;
    border: 1px solid #13c2c2;
    border-radius: 22px;
}

.lawyer_right>.lawyer_name>.lawyer_label {
    font-size: 12px;
    font-weight: 400;
    color: #13c2c2;
    height: 23px;
    padding: 5px;
    border: 1px solid #13c2c2;
    border-radius: 22px;
}

.lawyer_right>.lawyer_text>p {
    font-size: 18px;
    color: #000;
    padding-top: 40px;
    line-height: 38px;
}

/* 联系我们 */

.about_banner {
    width: 100%;
    height: 300px;
    background: url(/static/addons/cms/images/banner6.png) center center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.about_banner>.about_title {
    color: #fff;
    font-size: 68px;
    line-height: 255px;
}

.dingye_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dingye_about>.about_item {
    position: relative;
    width: 32%;
    height: 305px;
    margin-top: 80px;
    margin-bottom: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.dingye_about>.about_item>p:first-child {
    font-family: 'Source Han Sans CN';
    font-size: 16px;
    color: #7e868c;
    margin: 84px 24px 24px 24px;
}

.dingye_about>.about_item>p {
    font-family: 'Source Han Sans CN';
    color: #262626;
    font-weight: 500;
    margin: 0px 24px 24px 24px;
}

.dingye_about>.about_item>.chat_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Source Han Sans CN';
    font-size: 16px;
    color: #7e868c;
    margin: 0px 24px 24px 24px;
}

.dingye_about>.about_item>.chat_box>.chat_item {
    width: 48%;
}

.dingye_about>.about_item>.chat_box>.chat_item>img {
    width: 164px;
    height: 164px;
    padding-top: 20px;
}


.dingye_about>.map::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 28px;
    height: 28px;
    background-image: url(/static/addons/cms/images/map.png);
    background-size: 100% 100%;
}

.dingye_about>.contact::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 29px;
    height: 28px;
    background-image: url(/static/addons/cms/images/contact.png);
    background-size: 100% 100%;
}

.dingye_about>.chat::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 28px;
    height: 28px;
    background-image: url(/static/addons/cms/images/chat.png);
    background-size: 100% 100%;
}

.dingye_about>.map_gx::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 28px;
    height: 28px;
    background-image: url(/static/addons/cms/images/map_1.png);
    background-size: 100% 100%;
}

.dingye_about>.contact_gx::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 29px;
    height: 28px;
    background-image: url(/static/addons/cms/images/contact_1.png);
    background-size: 100% 100%;
}

.dingye_about>.chat_gx::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 28px;
    height: 28px;
    background-image: url(/static/addons/cms/images/chat_1.png);
    background-size: 100% 100%;
}

#map {
    width: 100%;
    height: 550px;
    padding-top: 32px;
    background-image: url(/static/addons/cms/images/bjmap.png);
}

#map2 {
    width: 100%;
    height: 550px;
    padding-top: 32px;
    margin-bottom: 120px;
    background-image: url(/static/addons/cms/images/gxmap.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* 专业领域 */

.specialty_banner {
    width: 100%;
    height: 300px;
    background: url(/static/addons/cms/images/banner5.png) center center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.specialty_banner>.specialty_title {
    color: #fff;
    font-size: 68px;
    line-height: 255px;
}

.default_hdBox>.service {
    position: relative;
}

.default_hdBox>.service>img {
    position: absolute;
    top: 16px;
    margin-left: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.specialty_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.specialty_box>.specialty_item {
    position: relative;
    width: 30%;
    height: 270px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-family: 'Source Han Sans CN';
    color: #343434;
    text-align: left;
    margin-top: 32px;
}

.specialty_box>.specialty_item:hover {
    border: 1px solid #13c2c2;
}



.specialty_box>.specialty_item>p:first-child {
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    font-size: 18px;
    color: #505559;
    padding-top: 28px;
    padding-left: 70px;
}

.specialty_box>.specialty_item>p:nth-child(2) {
    padding: 40px 18px 0px 18px;
    line-height: 25px;
}

.specialty_box>.w100h150 {
    width: 100%;
    height: 150px;
}

.specialty_box>.w100h180 {
    width: 100%;
    height: 180px;
}

.specialty_box>.w48h240 {
    width: 48%;
    height: 240px;
}

.specialty_box>.law::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/law.png);
    background-size: 100% 100%;
}

.specialty_box>.money::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 29px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/money.png);
    background-size: 100% 100%;
}

.specialty_box>.calculator::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 29px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/calculator.png);
    background-size: 100% 100%;
}

.specialty_box>.floor::after {
    content: '';
    position: absolute;
    top: 28px;
    margin-left: 20px;
    width: 26px;
    height: 22px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/floor.png);
    background-size: 100% 100%;
}

.specialty_box>.circle::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 29px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/circle_1.png);
    background-size: 100% 100%;
}

.specialty_box>.stock::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 29px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/stock.png);
    background-size: 100% 100%;
}

.specialty_box>.folder::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    background-color: #fff3dc;
    border-radius: 28px;
    border: 4px solid #fff3dc;
    background-image: url(/static/addons/cms/images/folder.png);
    background-size: 100% 100%;
}

.specialty_box>.auction::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 29px;
    height: 28px;
    background-color: #fff3dc;
    border-radius: 28px;
    border: 4px solid #fff3dc;
    background-image: url(/static/addons/cms/images/auction.png);
    background-size: 100% 100%;
}

.specialty_box>.field::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 25px;
    height: 24px;
    background-color: #fff3dc;
    border-radius: 28px;
    border: 4px solid #fff3dc;
    background-image: url(/static/addons/cms/images/field.png);
    background-size: 100% 100%;
}

.specialty_box>.wrap::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    background-color: #fff3dc;
    border-radius: 28px;
    border: 4px solid #fff3dc;
    background-image: url(/static/addons/cms/images/wrap.png);
    background-size: 100% 100%;
}

.specialty_box>.contact::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 29px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/contact.png);
    background-size: 100% 100%;
}

.specialty_box>.flag_img::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 26px;
    height: 25px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/flag.png);
    background-size: 100% 100%;
}

.specialty_box>.plant::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    background-color: #e6fffb;
    border-radius: 28px;
    border: 4px solid #e6fffb;
    background-image: url(/static/addons/cms/images/plant.png);
    background-size: 100% 100%;
}

.specialty_box>.bank::after {
    content: '';
    position: absolute;
    top: 24px;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    background-color: #fff3dc;
    border-radius: 28px;
    border: 4px solid #fff3dc;
    background-image: url(/static/addons/cms/images/bank.png);
    background-size: 100% 100%;
}

.specialty_last {
    padding-bottom: 120px;
}

/* 翻页 */
.el-pagination {
    margin-bottom: 120px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.el-pagination:after,
.el-pagination:before {
    display: table;
    content: "";
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}

#pages,
#pages li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

#pages li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
}

#pages li a {
    color: #000;
}

#pages li.active {
    color: #13c2c2;
    cursor: default;
}

#pages li.active span {
    border: 1px solid #13c2c2;
}

.el-pagination .btn-next {
    padding-left: 12px;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: 50% no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 25px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.lawyer_heng {
    padding-bottom: 80px;
    border-bottom: 1px solid #d8e6f0;
}

.lawyer_searchbox .h40 {
    left: 262px;
}

.lawyer_searchbox .h38 {
    height: 38px;
}

.lawyer_searchbox .search_close {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/static/addons/cms/images/XCircle.png);
    background-size: 100% 100%;
    left: 435px;
    top: 6px;
    cursor: pointer;
}

/* 筛选分类容器样式 */
.classify-box {
    height: 24px;
    margin-bottom: 15px;
    border-radius: 6px;
}

/* 选项组容器 */
.classify-choose.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 单个选项样式 */
.radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    user-select: none;
    margin-right: 15px;
}

/* 圆形选择器（外层） */
.radio-circle {
    width: 12px;
    height: 12px;
    border: 1px solid #afafaf;
    /* 外层边框 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    flex-shrink: 0;
}

/* 中间中空的内层（关键：使用透明背景 + 无填充） */
.circle-inner {
    width: 2px;
    /* 20px - 2px(外层边框) - 2px(内边距) * 2 */
    height: 2px;
    border-radius: 50%;
    background: transparent;
    /* 关键：必须设置为透明 */
    border: 1px solid transparent;
    /* 关键：无边框 */
    padding: 2px;
    /* 内边距（实际中空区域） */
}

/* 选中状态的圆形 */
.radio-item.selected .radio-circle {
    border-color: #13c2c2;
    background-color: #13c2c2;
}

/* 选中状态的内圆 */
.radio-item.selected .circle-inner {
    background: #ffffff;
}

.classify-name {
    color: #8c8c8c;
    margin-right: 12px;
}