﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
	border: none;
	outline: none;
}

@media (min-width: 1600px) {
    .container{
        max-width: 1600px;
    }
}

html{
    overflow-y:scroll;
    overflow-x:scroll;
} 

html, body {
    width:100%;
    height:100%;
    display: block!important;
}

a {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    FONT: 16px / 1.5 "Noto Sans SC", "Microsoft YaHei", 'SimSun', 'SimHei', Arial, Helvetica, sans-serif;
    min-height: 100%;
    color: #333;
    background: #fff;
}

input,textarea,select {
    color: #020202;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer!important;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    font-weight: normal;
}

li {
    list-style: none;
}


.dongxun_home .dongxun{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
} 
 
.dongxun_home .dongxun .fas{
	color:#000;
	font-size: 1.06727vw;
    line-height: 0;
}

.dongxun_home .menu-shrink{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.dongxun_home .menu-shrink .fas{
	color:#000;
}

.dongxun_home .menu-shrink .header-box .nav_ul ul li a{
    color: #000;
}

.dongxun_home .menu-shrink .header-box .header_search path {
    fill: #333;
}

.dongxun_home .menu-shrink .header-box .nav_ul ul li:hover .rel,.header-box .nav_ul ul li a:hover,.dongxun_home .menu-shrink .header-box .nav_ul ul li.active a {
    color: #0557FA;
}

.dongxun_home .menu-shrink .header-box .nav_ul ul li:hover > a::after,.dongxun_home .menu-shrink .header-box .nav_ul ul li.active a::after {
    background: #0515f7;
}


.dongxun_home .menu-shrink .header-box .nav_ul ul i::before,.dongxun_home .menu-shrink .header-box .nav_ul ul i::after {
    background-color: #000;
}

.dongxun_home .menu-shrink .header-box .nav_ul ul li .rel::after{
	background: #0515f7;
}

.dongxun_home .menu-shrink .header-box .nav_ul .sub {
    top: 100%;
}

.dongxun_home .menu-shrink .header-box .nav_ul ul li:hover i::before,.dongxun_home .menu-shrink .header-box .nav_ul ul li:hover i::after  {
    content: '';
    position: absolute;
    background-color: #0557FA;
    width: 50%;
    height: 1px;
    width: 7px;
    top: 1.49249vh;
}

.main-container {
    width: 78.13vw;
    margin: 0 auto;
    max-width: 92%;
}

.header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10.94494vh;
    min-height: 5.96997vh;
    transition: .5s;
}

.header-box .nav-logo img {
    max-width: 7.46vw;
}

.header-box .nav-logo .logo-text {
    display: block;
    height: 2.82vw;
    width: 7.46vw;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;
}

.dongxun_home .menu-shrink .header-box .nav-logo .logo-text {
    display: none;
}

.header-box .nav_ul{
    width: 68%;
	margin: 0 auto;
}

.header-box .nav_ul ul {
    display: flex;
    justify-content: space-between;
}

.header-box .nav_ul ul li {
    position: relative;
    line-height: 10.94494vh;
}

.header-box .nav_ul .sub {
    width: 5.85975vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    top: 70%;
    display: none;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    padding: 0.73247vw 0;
}

.header-box .nav_ul ul li:hover .sub,.header-box .nav_ul ul li:hover .list{
    display: block;
}

.header-box .nav_ul .sub dd a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
    padding: 0 !important;
    width: 70%;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 0.78129vw!important;
    line-height: 1.70909vw!important;
    transition: all .3s ease-in-out;
}

.header-box .nav_ul .sub dd a:hover{
    color: #0557FA!important;
}

.header-box .nav_ul .list {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 24px;
    display: none;
    z-index: 50;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.header-box .nav_ul ul li:hover .list {
    display: block;
}

.header-box .nav_ul ul li:hover .list:before {
    content: "";
    position: absolute;
    z-index: 6;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    left: 43%;
    margin-top: -2.40898vh;
}

.header-box .nav_ul .list .content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
	
	background: #fff;
    padding: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-box .nav_ul .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 160px;
    flex-shrink: 0;
	
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 197px;
    margin-left: 18px;
}

.header-box .nav_ul .list p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 0.78vw;
    line-height: 1.4;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    height: 42px;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}

.header-box .nav_ul .list p span.left {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #333;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

.header-box .nav_ul .list p span.left img {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}

.header-box .nav_ul .list p span.subtitle {
    color: #999;
    font-weight: 400;
    font-size: 0.7vw;
}

.header-box .nav_ul .list li {
    list-style: none;
	line-height: normal;
}

.header-box .nav_ul .list li a,
.header-box .nav_ul .list li span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
    color: #555;
    font-size: 0.74vw;
    text-decoration: none;
    transition: color 0.2s ease;
    cursor: pointer;
    line-height: 1.5;
}

.header-box .nav_ul .list li a:hover,
.header-box .nav_ul .list li span:hover {
    color: #0557FA;
}

.header-box .nav_ul .list li.active a,
.header-box .nav_ul .list li.active span {
    color: #0557FA;
    font-weight: 600;
}

.header-box .nav_ul .list li a .tag,
.header-box .nav_ul .list li span .tag {
    padding: 0 6px;
    margin-left: 4px;
    background: linear-gradient(90deg, #ff6a00, #ff2d2d);
    color: #fff;
    font-size: 0.6vw;
    line-height: 1.4;
    border-radius: 8px;
    font-weight: 600;
    transform: scale(0.9);
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

/* 移动端：.list 跟着 mobile 抽屉走（默认横向并排退化，父级 .open 控制显隐） */
@media (max-width: 768px) {
    .header-box .nav_ul .list {
        position: static;
        transform: none;
        width: 100%;
        min-width: 0;
        background: #f9f9f9;
        box-shadow: none;
        display: none;
        padding: 8px 16px 16px 32px;
        border-radius: 0;
    }
    .header-box .nav_ul .nav.open .list {
        display: block;
    }
    .header-box .nav_ul .list .content {
        flex-direction: column;
        gap: 12px;
    }
    .header-box .nav_ul .list ul {
        min-width: 0;
    }
    .header-box .nav_ul .list p,
    .header-box .nav_ul .list p span.subtitle,
    .header-box .nav_ul .list li a,
    .header-box .nav_ul .list li span {
        font-size: 3.6vw;
    }
    .header-box .nav_ul .list li a .tag,
    .header-box .nav_ul .list li span .tag {
        font-size: 2.8vw;
    }
    .header-box .nav_ul .list p span.left img {
        width: 16px;
        height: 16px;
    }
}

.header-box .nav_ul .sub dd:hover a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 0.29298vw;
    height: 0.59699vh;
    background: #0515f7;
    border-radius: 50%;
}

.header-box .nav_ul .sub:before {
    content: "";
    position: absolute;
    z-index: 6;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    left: 43%;
    margin-top: -2.10898vh;
}

.header-box .nav_ul .sub dd {
    line-height: 3.58198vh;
    text-align: center;
}



.header-box .nav_over .sub dd:hover a{
    color: #0557FA!important;
}

.header-box .nav_over ul i::before {
    -webkit-transform: rotate(135deg)!important;
    -moz-transform: rotate(135deg)!important;
    -o-transform: rotate(135deg)!important;
    transform: rotate(135deg)!important;
    left: 4px;
}

.header-box .nav_over ul i::after {
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -o-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
    left: 9px;
}

.header-box .nav_ul ul li a {
    color: #000;
    transition: .35s;
    position: relative;
    display: block;
    height: 100%;
    font-size: 0.87896vw;
    display: inline-block;
}

.header-box .nav_ul ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: transparent;
    bottom: -0.5px;
    transition: .5s;
    z-index: 2;
}

.header-box .nav_ul ul i{
    display: inline-block;
    width: 0.97662vw;
    height: 0.97662vw;
    position: relative;
}

.header-box .nav_ul ul i::before, .header-box .nav_ul ul i::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 50%;
    height: 1px;
    width: 7px;
    top: 1.49249vh;
}

.header-box .nav_ul ul i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
}

.header-box .nav_ul ul i::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 9px;
}

.header-box .nav_ul ul li:hover i::before {
    transform: rotate(-45deg);
}

.header-box .nav_ul ul li:hover i::after {
    transform: rotate(45deg);
}

.header-box .nav_ul ul li:hover .rel , .header-box .nav_ul ul li.active a {
    color: #0557FA;
}

.header-box .nav_ul ul li:hover i::before,.header-box .nav_ul ul li:hover i::after  {
    content: '';
    position: absolute;
    background-color: #0557FA;
    width: 50%;
    height: 1px;
    width: 7px;
    top: 1.49249vh;
}

.header-box .nav_ul ul li:hover a::after, .header-box .nav_ul ul li.active a::after {
    width: 100%; left: 0;
}

.header_search {
    display: flex;
    align-items: center;
}

.clearfix{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.55235vh;
}

.nav_search .icBox{
    cursor: pointer;
}

.searchFull {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: #fff;
    display: none;
}

.choseLuangage {
    position: relative;
    margin-left: 1.06494vw;
}

.choseLuangage .slibsange {
    height: 10.94494vh;
    display: flex;
    align-items: center;
}

.luangBox {
    height: 10.94494vh;
    display: flex;
    align-items: center;
    transition: .5s;
}

.luangBox span {
    color: #333;
}

.luangBox span {
    color: #fff;
    margin-left: 0.1rem;
    display: none;
}

.Luangagesub{
    width: 5.85975vw;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    top: 70%;
    display: none;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    padding: 0.73247vw 0;
}

.choseLuangage:hover .Luangagesub {
    display: block;
}

.Luangagesub:before {
    content: "";
    position: absolute;
    z-index: 6;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    left: 43%;
    margin-top: -2.10898vh;
}

.Luangagesub .tit{
    line-height: 26px;
    font-size: 0.68129vw;
    font-weight: 600;
    text-align: center;
}

.Luangagesub .titul li{
    line-height: 26px;
    text-align: center;
}

.Luangagesub .titul li {
    position: relative;
    line-height: 26px;
    text-align: center;
}

.Luangagesub .titul li a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 0.72129vw !important;
    line-height: 1.30909vw !important;
    transition: all .3s ease-in-out;
}

.Luangagesub .titul li.on a{
    color: #0557FA;
}

.Luangagesub .titul li.on::before {
    content: '';
    position: absolute;
    left: 1.0952vw;
    top: 50%;
    transform: translateY(-40%);
    width: 0.22298vw;
    height: 0.51699vh;
    background: #0515f7;
    border-radius: 50%;
}

.Luangagesub .titul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: transparent;
    bottom: -0.5px;
    transition: .5s;
    z-index: 2;
}

/* 字体切换样式 */
.simplified-font {
	font-family: 'Microsoft YaHei', Arial, sans-serif !important;
}

.traditional-font {
	font-family: 'Microsoft JhengHei', 'PMingLiU', Arial, sans-serif !important;
}
									
.searchFull .ssf-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.searchFull .ssf-fields-wrap {
    margin: 0 20%;
    position: relative;
}

.searchFull .ssf-fields-wrap .ssf-input {
    width: 100%;
    height: 60px;
    font-size: 20px;
    border: none;
    outline: none;
    border-bottom: 1px solid #a3a3a3;
}

.searchFull .ssf-fields-wrap .ssf-btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 0;
}

.cern{
    height: 10.94494vh;
}

.dongxun_line{
    padding: 1.79vh 0;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.dongxun_line b{
    padding-left: 10px;
    font-weight: normal;
    padding-left: 30px;
    background: url(../img/location.png) no-repeat left center;
    font-size: 14px;
    color: #808080;
}

.dongxun_line b,.dongxun_line a{
    font-size: 14px;
    color: #808080;
}

.dongxun_line span{
    padding: 0px 5px;
    color: #808080;
}

.vast {
    width: 78.13vw;
    max-width: 92%;
    margin-bottom: 30px;
}

.section {
    margin: 0 auto;
	clear: both;
}

.margin{
    padding: 100px 0;
}

/**/
.central{
    position: relative;
    overflow: hidden;
    background: #0557fa;
    color: #FFFFFF;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 4.8vw;
    margin: 0 auto;
}

.dongxun_clearfix{
    height: 49.75vh;
    display: flex;
    margin: 0 auto;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.slide_center{
    background-size: 10px 10px;
    opacity: .9;
    overflow: hidden;
    width: 30%;
}

.slide_center img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    border: 0;
    vertical-align: middle;
}

.tabCon{
    padding: 0 0 0.7966vw;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.tabCon .channe{
    max-width: 60%;
}

.tabCon .channe .channe_title{
    font-size: 2.93vw;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.tabCon .channe .con{
    font-size: 1.172vw;
    color: #ffffff;
}

.contact_box {
    /*padding: 130px 0 70px 0;*/
    position: relative;
    overflow: hidden;
}

.contact-container {
    display: flex;
    justify-content: space-between;
	padding: 150px 0;
}

.widget-news-card-list {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.box_title_h3 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}

.contact-info .info-content dl {
    margin-top: 60px;
}

.contact-info .info-content dl dd {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.contact-info .info-content dl dd .value {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .info-content dl dd span {
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
}

.contact-info .info-content dl dd a {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.contact_box .tactCode {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    gap: 35px;
    margin-top: 60px;
    text-align: center;
}

.contact_box .tactCode .codeBox {
    border: 1px solid #eeeeee;
    max-width: 200px;
}

.contact_box .tactCode .codeBox img {
    max-width: 100%;
}

.contact_box .tactCode span {
    color: #777777;
    display: block;
    margin-top: 10px;
}

.contact-container .message {
    width: 55%;
    position: relative;
    z-index: 1;
}

.contact-container .message h3 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-container .message .disc {
    color: #777;
    margin-bottom: 40px;
    font-size: 16px;
	text-indent: 0;
}

.index-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sort {
    position: relative;
    width: 48%;
    margin-bottom: 40px;
}

.sort3 {
    width: 100%;
}

.captcha-row{
	width: 100%;
	display: flex;
}

.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #333;
    width: 100%;
    outline: none;
    padding: 12px 0;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #0415F8;
}

.message label {
    font-weight: 400;
    color: #888;
    position: absolute;
    top: 12px;
    left: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.message label span {
    color: #BA0703;
}

input.form-control:focus + label,
input.form-control:not(:placeholder-shown) + label,
textarea.form-control:focus + label,
textarea.form-control:not(:placeholder-shown) + label {
    top: -15px;
    font-size: 14px;
}

.subinput {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.contact-container .message .sub {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background: #0415F8;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(4, 21, 248, 0.3);
}

.contact-container .message .sub:hover {
    background: #030db9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(4, 21, 248, 0.4);
}

.contact-container .message .sub:active {
    transform: translateY(0);
}

.captcha-container{
	padding: 0 20px;
}

.field-error{
	color: #ff0000;
	font-size: 12px;
}

.captcha-input {
    flex: 1;
    position: relative;
}

/* ============== 提交结果弹窗 ============== */
.lead-modal-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: lead-modal-fade 0.18s ease;
}
.lead-modal {
    position: relative;
    width: 360px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
    padding: 36px 28px 24px;
    text-align: center;
    animation: lead-modal-zoom 0.18s ease;
}
.lead-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: color 0.15s;
}
.lead-modal-close:hover { color: #333; }
.lead-modal-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin: 0 auto 16px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.lead-modal.success .lead-modal-icon { background: #19be6b; }
.lead-modal.error .lead-modal-icon { background: #ed3f14; }
.lead-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}
.lead-modal-message {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 22px;
    word-break: break-word;
}
.lead-modal-confirm {
    border: none;
    background: #165dff;
    color: #fff;
    font-size: 14px;
    padding: 9px 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}
.lead-modal-confirm:hover { background: #0e47cc; }
@keyframes lead-modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lead-modal-zoom {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* 错误提示样式 */
.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* 红色边框样式 */
.form-control.red {
    border-color: red;
}

.sort .error{
    font-size: 12px;
    margin-top: 5px;
}
.hidden {
    display: none;
}

/*job*/
.section .left{
	float: left;
    width: 78%;
}

.joblist {
    list-style: none;
    padding: 31px;
    min-height: 890px;
    border: 1px solid #e4e4e4;
}

.joblist h2{
    display: block;
}

.joblist .tit {
    font-size: 16px;
    font-weight: normal;
}

.joblist .tit,.joblist .tit1 {
    background: #1579df;
    font-size: 0.87896vw;
    height: 49px;
    line-height: 49px;
    margin: 0;
    color: #FFF;
}

.joblist li {
    border-bottom: 1px solid #f4f0ed;
}

.joblist li.odd .tit1 {
    background: #f7f7f7;
}

.joblist li .tit1 {
    background: #fff;
    font-weight: normal;
    font-size: 14px;
    color: #555;
    padding: 5px 0;
}

.joblist li .jobname {
    cursor: pointer;
    position: relative;
}

.joblist .tit span, .joblist .tit1 span {
    width: 12.5%;
    padding: 0 15px;
    display: block;
    float: left;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.joblist li .jobname em {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    border: 5px solid #7f7f7f;
    border-bottom-width: 8px;
    border-color: transparent transparent #555 transparent;
    transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.joblist li.active .jobname em {
    border-top-width: 8px;
    border-color: #555 transparent transparent transparent;
    margin-top: -2px;
}

.joblist li .tit1 .Applybtn {
    color: #28489c;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    outline: none;
}

.joblist .con {
    border-top: 1px solid #dedede;
    font-size: 14px;
    display: none;
    padding: 20px 6%;
    position: relative;
}

/* React (JobListWidget) 触发展开/收起：与 jQuery 双轨时以 class 为准 */
.joblist .con.expanded {
    display: block;
}

#contents{
    margin-bottom:50px;
}

.joblist .con strong{
    font-size: 0.87896vw;
    text-indent: 0;
    display: block;
}

.joblist .con p{
    line-height:20pt;
    font-size: 0.78129vw;
    text-indent: 2em;
    margin-top: 26px;
    text-align: justify;
}

.section .right {
    width: 22%;
	float: right;
}

.section h1{
    font-size: 1.9vw;
	font-weight: bold;
    text-align: justify;
}


.section h2{
    font-size: 0.78129vw;
    text-indent: 0;
    margin-bottom: 26px;
	font-weight: bold;
    text-align: justify;
}

.section hr{
	border-bottom: 1px solid #eee;
	margin-bottom: 26px;
}

.section p{
	line-height:150%;
    font-size: 0.78129vw;
    text-indent: 2em;
    margin-bottom: 26px;
    text-align: justify;
}

.section ul li{
	list-style: none;
}

.section ul li p{
	text-indent: 0;
}

.section .passed{
	background: #f8f8f8;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.section .right ul{
	padding-left: 0;
}

.top .1fla-code-group{
	padding-left: 80px;
}

.top ul li{
	list-style: unset;
}

.pro_tit {
    padding: 28px 0 17px;
}

.pro_tit h4 {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 0.97662vw;
    font-weight: bold;
    color: #020202;
    border-left: 3px solid #1579df;
}

.rec_flow {
    height: 1066px;
    padding-top: 32px;
    border: 1px solid #eee;
    border-left: none;
}

.rec_flow li {
    margin-bottom: 16px;
}

.rec_flow li>.flow_img {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    text-align: center;
}

.rec_icon {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: url(/t/site/img/rec_flow.png) no-repeat;
    vertical-align: top;
}

.rec_flow li>p {
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.rec_flow li>.flow_tb {
    height: 14px;
    background: url(/t/site/img/rec_tb_03.png) no-repeat center;
}

.rec_icon.fir{
	background-position: 0 0;
}

.rec_icon.sec{
	background-position: 0 -100px;
}

.rec_icon.thir{
	background-position: 0 -200px;
}

.rec_icon.four{
	background-position: 0 -300px;
}

.rec_icon.fif{
	background-position: 0 -400px;
}

.rec_icon.six{
	background-position: 0 -500px;
}

.joblist .txt{
	padding: 16px;
	background-color: #ddf0ff;
	margin-bottom: 40px;
}

.joblist .txt>tt{
	font-size: 13px;
	font-family:'Microsoft Yahei';
	color: #111;
	line-height:20pt;
}

.dongxun_content .f_center{
	text-align: center;
}

/*about*/
.contact_box .main h2{
    font-size: 20px;
    color: #000;
    height: auto;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact_box .main h3{
    font-size: 17px;
    height: auto;
    font-weight: bold;
    text-indent: 1em;
    margin-top: 26px;
    color: #000;
}

.contact_box .main h4{
    font-size: 16px;
    height: auto;
    font-weight: bold;
    text-indent: 2em;
    margin-top: 26px;
    color: #000;
}

.contact_box .main p{
    line-height: 200%;
    font-size: 18px;
    margin-bottom: 30px;
    text-indent: 2em;
    color: #000;
    text-align: justify;
}

.contact_box .main strong{
    padding: 10px 0;
}

/*news*/
.contact_box .contain li{
    padding: 45px 0;
    border-bottom: dashed 1px #e6e6e6;
}

.contact_box .contain .pic a:hover{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    z-index: 1;
    transition: .3s
}

.contact_box .contain .pic .news_link:hover::before{
    content: '';
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #1669e4;
    z-index: 0;
    transition: .3s;
    width: 200px;
    height: 100px;
}

.contact_box .contain li:hover .more i{
    transform: translateX(.3rem);
    background: #1669e4;
    border-color: #1669e4;
    color: #fff;
    border: 1px solid #1669e4;
}

.contact_box .contain li .news_link{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.contact_box .contain li .news_pic{
    width: 24%;
    min-height: 215px;
    overflow: hidden;
}

.contact_box .contain li .news_pic img {
    width: 100%;
    height: 100%;
	max-height: 215px;
    min-height: 215px;
    object-fit: cover;
    transition: .5s;
}

.contact_box .contain li:hover .news_pic img {
    transform: scale3d(1.1, 1.1, 1);
    transition: opacity 1s, transform 1s;
    backface-visibility: hidden;
}

.contact_box .contain li .row{
    width: 100%;
}

.contact_box .contain li .column{
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_box .contain li .details_title{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.contact_box .contain li a:hover .details_title,.contact_box .contain li .more:hover{
    color: #1669e4;
}

.contact_box .contain li .text{
    margin-top: 30px;
}

.contact_box .contain li .text .des{
    font-size: 18px;
    color: #666;
    line-height: 150%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contact_box .contain li .dctime{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 6%;
    color: #a9a9a9;
}

.contact_box .contain li .dctime span {
    font-size: 25px;
    display: block;
    line-height: 150%;
}

.contact_box .contain li .dctime .more {
    padding-top: 15px;
}

.contact_box .contain li .dctime .more i {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    transition: .3s;
}

.contact_box .contain li .dctime .more .buttion {
    display: inline-block;
    text-align: center; 
}

.contact_box .contain li .dctime .more .buttion svg {
    display: inline-block;
    vertical-align: middle;
    height: 100%; 
}

.contain .item {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e7e7;
}

.contain .item .text {
    margin-left: 80px;
    width: 300px;
}

.contain .item .text .n {
    opacity: 0.4;
    font-weight: 700;
    font-size: 1
}

.contain .item .text .c {
    font-size: 1.17195vw;
    margin-top: 5px;
}

.contain .item .content {
    width: calc(100% - 460px);
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 25px;
}

.contact_box .pageNo{
    text-align: center;
    padding: 65px 0;
}

.contact_box .pageNo b{
    color: #fff;
    background: #0515f7;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 15px;
}

.contact_box .pageNo a{
    color: #707070;
    background: #E6E6E6;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px 15px;
}

.contact_box .pageNo a:hover{
    color: #fff;
    background: #0515f7;
}

/* ===== 案例 ===== */
.section .cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.section .cases .page {
  padding: 0;
}

.section .cases .page .card {
  display: block;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(20, 24, 60, 0.12),
              0 2px 6px  rgba(20, 24, 60, 0.06);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section .cases .page .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20, 24, 60, 0.18),
              0 4px 10px  rgba(20, 24, 60, 0.08);
}

.section .cases .page .card .card-cover {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #1c1746;
}

.section .cases .page .card .card-cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section .cases .page .card .cover-logo {
  position: absolute;
  top: 14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.section .cases .page .card .cover-logo svg {
  display: block;
}

.section .cases .page .card .card-body {
  padding: 20px 22px 22px;
}

.section .cases .page .card .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1c1f23;
  margin-bottom: 12px;
}

.section .cases .page .card .card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #4a4f57;
  margin-bottom: 18px;
}

.section .cases .page .card .card-tag {
  display: inline-block;
  font-size: 12px;
  color: #8b8f96;
  position: relative;
  padding-left: 14px;
}

.section .cases .page .card .card-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9ccd2;
  transform: translateY(-50%);
}

/*解决方案*/
.contact_box .flex{
    display: flex;
    flex-direction: column; 
}

.contact_box .contain_rep{
    padding: 20px;
}

.contact_box .contain_rep li{
    width: 33.3333%;
    float: left;
    margin-bottom: 20px;
}

.contact_box .contain_rep li a{
    margin-right: 50px;
    display: block;
    position: relative;
    overflow: hidden;
}

.contact_box .contain_rep .rep{
    display:none;
    z-index: 777;
}

.contact_box .contain_rep img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    object-fit: cover; 
    width: 100%; 
    height: 100%; 
}

.contact_box .contain_rep .pic {
    overflow: hidden;
    position: relative;
}

.contact_box .contain_rep .pic .settle{
    width: 100%;
    height: auto;
    min-height: 305px;
    display: block;
}

.contact_box .contain_rep .resolve{
    height: 80px;
    background: #f4f4f4;
}

.contact_box .contain_rep .resolve .fl {
    margin-left: 5%;
    margin-top: 2.2%;
    transition: 0.4s;
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: auto auto;
}

.contact_box .contain_rep .resolve .restitle{
    font-size: 22px;
    color: #333333;
}

.contact_box .contain_rep .resolve .resdes {
    font-size: 14px;
    color: #808080;
    position: relative;
}

.contact_box .contain_rep .resolve .fr {
    margin-top: 7%;
    margin-right: 5%;
    transition: 0.4s;
}

.contact_box .contain_rep li:hover .rep{
    display:block;
}

.contact_box .contain_rep li:hover .rep{
    display:block;
    position: absolute;
    overflow: hidden;
}

.contact_box .contain_rep li:hover .resolve .fl{
    margin-left: 7%;
}

.contact_box .contain_rep li:hover .resolve .fr{
    margin-right: 7%;
}

.contact_box .contain_rep li:hover .resolve .fl .restitle{
    color: #0515f7;
}

/*网站底部*/
.site-footer {
	width: 100%;
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    background: #1E293F;
    overflow: hidden;
    transition: all 0.3s ease;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: linear-gradient(90deg, #ff7300, #ff9a40);
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


.site-footer .footer-content {
    padding-top: 60px;
}

.site-footer .w1210 {
    width: 78.13vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer a:hover {
    color: #ff7300!important;
    transform: translateX(3px);
}

.site-footer .footer-left {
    display: flex;
    flex-wrap: wrap;
    min-width: 300px;
    gap: 60px;
    flex: 1 1 0%;
}

.site-footer .footer-brand {
    max-width: 280px;
}

.site-footer .brand-logo {
    margin-bottom: 20px;
}

.site-footer .footer-logo {
    width: 160px;
    height: auto;
    transition: transform 0.3s ease;
}

.site-footer .footer-logo:hover {
    transform: scale(1.05);
}

.site-footer .brand-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

.site-footer .social-icons {
    display: flex;
    gap: 12px;
}

.site-footer .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
}

.site-footer .footer-article {
    width: auto;
    display: flex;
    gap: 50px;
}

.site-footer .footer-article dl {
    float: none;
    margin: 0px;
}

.site-footer .footer-article dl dt, .site-footer .footer-article dl h6 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.site-footer .footer-article dl dt::after, .site-footer .footer-article dl h6::after,.site-footer .contact-info h6::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: #ff7300;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.site-footer .footer-article dl:hover dt::after, .site-footer .footer-article dl:hover h6::after {
    width: 60px;
}

.site-footer .footer-right {
    display: flex;
    min-width: 400px;
    gap: 50px;
}

.site-footer .contact-info {
    max-width: 200px;
}

.site-footer .contact-info h6 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.site-footer .contact-list {
    margin: 0px 0px 25px;
    padding: 0px;
    list-style: none;
}

.site-footer .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.site-footer .contact-item:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.site-footer .contact-item:hover i {
    transform: scale(1.2) rotate(5deg);
}

.site-footer .contact-item i {
    font-size: 18px;
    color: rgb(255, 115, 0);
    margin-right: 12px;
    flex-shrink: 0;
}

.site-footer .contact-item span {
    line-height: 1.5;
}

.site-footer .contact-btn {
    display: inline-block;
    background-color: #ff7300;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(255, 115, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.site-footer .contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.site-footer .contact-btn:hover::before {
    left: 100%;
}

.site-footer .contact-btn:hover {
    background-color: transparent;
    border-color: #ff7300;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 115, 0, 0.4);
}

.site-footer .col-code {
    margin-top: 0px;
    width: 130px;
    text-align: center;
}

.site-footer .qrcode-container {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

.site-footer .qrcode-container:hover {
    transform: scale(1.05) translateY(-5px);
}

.site-footer .col-code img {
    width: 100px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.site-footer .col-code img:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border-color: #ff7300;
}

.site-footer .qrcode {
    width: 130px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 25px;
    border-radius: 12px;
    transition: transform 0.3s ease 0s;
}



.site-footer .col-code span {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 14px;
    transition: color 0.3s ease;
}

.site-footer .col-code:hover span {
    color: #ff7300;
    font-weight: 500;
}

.site-footer .footer-related{
    padding: 30px 0 20px;
	padding-bottom: 60px;
    overflow: hidden;
}

.site-footer a:hover {
    color: #ff7300!important;
}

.site-footer .footer-article dl dt,.site-footer .footer-article dl h6{
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.site-footer .footer-article dl dd {
    line-height: 200%;
    transition: all 0.3s ease;
}

.site-footer .footer-article dl dd:hover {
    transform: translateX(5px);
}

.site-footer .footer-article a:hover::before {
    opacity: 1;
    transform: translateX(0px);
}

.site-footer .footer-article a::before {
    content: "→";
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 115, 0);
    opacity: 0;
    transform: translateX(-5px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.site-footer .footer-article a:hover {
    padding-left: 20px;
    color: rgb(255, 115, 0) !important;
}

.site-footer .footer-article a:hover::before {
    opacity: 1;
    transform: translateX(0px);
}

.site-footer .footer-article a::before {
    content: "→";
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 115, 0);
    opacity: 0;
    transform: translateX(-5px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.site-footer .col-code {
    margin-top: 30px;
    width: 130px;
    text-align: center;
}

.site-footer .col-code span{
    color: #fff;
}

.site-footer .copyright {
    width: 78.13vw;
    margin: 0 auto;
    max-width: 92%;
    padding: 20px 0;
    overflow: hidden;
    color: #fff!important;
    border-top: 1px solid #4b5054;
    text-align: center;
    transition: background-color 0.3s ease;
}

.site-footer .copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer .copyright-left {
    text-align: left;
}

.site-footer .copyright-right {
    text-align: right;
}

.site-footer .copyright:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.site-footer .copyright a {
    color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

/* 公安网备链接：图标 + 文字并排 */
.site-footer .copyright a.police-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    vertical-align: middle;
}

.site-footer .copyright a.police-link .police-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}

.site-footer .copyright a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ff7300;
    transition: width 0.3s ease;
}

.site-footer .copyright a:hover::after {
    width: 100%;
}

.site-footer .copyright strong {
    font-weight: unset;
}

.site-footer .copyright .info-text em {
    font-weight: bold;
    font-style: normal;
    padding: 0 0.1rem;
}

.site-footer .copyright .Copyr-txt span{
    margin: 0 3px;
    color: #fff;
}

/*右侧固定栏*/
.fixedContactBar {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 998;
	background: #f5f7fa;
	border-radius: 25px 25px 25px 25px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0;
	width: 50px;
}

.fixedContactBar ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	align-items: center;
}

.fixedContactBar li {
	list-style: none;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0.17rem 0;
	border-bottom: 1px solid #E0E0E0;
}

.fixedContactBar li:last-child {
	border: 0;
}

.fixedContactBar a {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: none;
	border-radius: 0;
	width: 100%;
	height: 60px;
	justify-content: center;
	box-shadow: none;
	text-decoration: none;
	color: #333;
	margin: 0;
}

.fixedContactBar .icBox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}

.fixedContactBar .fas,
.fixedContactBar .fab {
	font-size: 18px;
	color: #333;
}

.fixedContactBar a:hover .fas,
.fixedContactBar a:hover .fab {
	color: #165dff;
}

.fixedContactBar span {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
}

.fixedContactBar a:hover span {
	color: #165dff;
}

.phoneTooltip {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	padding: 8px 12px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.phoneTooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	border-left: 6px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.fixedContactBar li:first-child:hover .phoneTooltip {
	opacity: 1;
	visibility: visible;
}

.phoneTooltip b {
	color: #0557FA;
	font-size: 14px;
	font-weight: 500;
}

/* 微信二维码样式 */
.wechat-qrcode {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
}

.fixedContactBar li:nth-child(2):hover .wechat-qrcode {
	opacity: 1;
	visibility: visible;
}

.qrcode-container {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	padding: 15px;
	text-align: center;
	position: relative;
	border: 1px solid #f0f0f0;
}

.qrcode-placeholder {
	width: 150px;
	height: 150px;
	background: #f8f8f8;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}

.qrcode-text {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
}

 
		
.fixedContactBar .fab.fa-weixin {
	color: #333;
}

.fixedContactBar a:hover .fab.fa-weixin {
	color: #165dff;
}

/* ==========================================================================
   独立分页器 widget 样式（list.css 集中维护）
   - className：widget-pagination [align-left|align-center|align-right]
   - 由 src/components/widgets/PaginationWidget.tsx 渲染，无内联样式
   - 必须完整铺满 layout（min-width/height/border/padding 等），不依赖 antd
     默认样式 —— antd 5 CSS-in-JS 通过 useInsertionEffect 注入，SSR 不跑，
     所以首屏 HTML 上的分页器只能用本文件兜底。点击 / hydrate 之后 antd
     会再注入一次，视觉与本文件一致（latter rule wins）。
   ========================================================================== */
.widget-pagination {
    display: block;
    padding: 40px 0;
    margin: 0;
    box-sizing: border-box;
    /* 父级若为 flex 列向，这里强制块级，避免被父 flex 错误地 vertical 堆叠 */
    align-self: stretch;
    flex: 0 0 auto;
}

.widget-pagination.align-left {
    text-align: left;
}

.widget-pagination.align-center {
    text-align: center;
}

.widget-pagination.align-right {
    text-align: right;
}

/* ===== 外层 ul —— 受父 text-align 控制整体居中/居左/居右 ===== */
.widget-pagination .ant-pagination {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
                 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(0, 0, 0, 0.88);
}

/* ===== li.ant-pagination-item —— 每个编号方块 ===== */
.widget-pagination .ant-pagination-item,
.widget-pagination .ant-pagination-prev,
.widget-pagination .ant-pagination-next,
.widget-pagination .ant-pagination-jump-prev,
.widget-pagination .ant-pagination-jump-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5715;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    list-style: none;
    user-select: none;
    outline: 0;
    transition: all 0.3s;
    vertical-align: middle;
}

.widget-pagination .ant-pagination-item a {
    display: block;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.88);
    text-decoration: none;
    line-height: 30px;
    transition: color 0.3s;
}

/* ===== prev / next 按钮内 icon 容器 ===== */
.widget-pagination .ant-pagination-prev .ant-pagination-item-link,
.widget-pagination .ant-pagination-next .ant-pagination-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.88);
    cursor: pointer;
    border-radius: 2px;
}

.widget-pagination .ant-pagination-prev .ant-pagination-item-link svg,
.widget-pagination .ant-pagination-next .ant-pagination-item-link svg {
    color: rgba(0, 0, 0, 0.88);
}

/* ===== 禁用态（第一页 / 最后一页时禁用 prev/next） ===== */
.widget-pagination .ant-pagination-disabled,
.widget-pagination .ant-pagination-disabled:hover {
    cursor: not-allowed;
}

.widget-pagination .ant-pagination-disabled,
.widget-pagination .ant-pagination-disabled .ant-pagination-item-link,
.widget-pagination .ant-pagination-disabled.ant-pagination-item {
    background: #f5f5f5;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
}

.widget-pagination .ant-pagination-disabled.ant-pagination-item a {
    color: rgba(0, 0, 0, 0.25);
}

/* ===== hover ===== */
.widget-pagination .ant-pagination-item:hover {
    border-color: #0515f7;
    color: #0515f7;
}

.widget-pagination .ant-pagination-item:hover a {
    color: #0515f7;
}

.widget-pagination .ant-pagination-prev:hover,
.widget-pagination .ant-pagination-next:hover {
    border-color: #0515f7;
    color: #0515f7;
}

.widget-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.widget-pagination .ant-pagination-next:hover .ant-pagination-item-link {
    color: #0515f7;
}

.widget-pagination .ant-pagination-prev:hover .ant-pagination-item-link svg,
.widget-pagination .ant-pagination-next:hover .ant-pagination-item-link svg {
    color: #0515f7;
}

/* ===== 主色：与 .contact_box .pageNo 一致（#0515f7 / #0557FA 系） ===== */
.widget-pagination .ant-pagination-item-active {
    background: #0515f7;
    border-color: #0515f7;
    color: #fff;
}

.widget-pagination .ant-pagination-item-active a {
    color: #fff;
}

.widget-pagination .ant-pagination-item-active:hover {
    background: #0515f7;
    border-color: #0515f7;
    color: #fff;
}

.widget-pagination .ant-pagination-item-active:hover a {
    color: #fff;
}

@keyframes wechat-qr-modal-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes wechat-qr-modal-pop-in {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

.wechat-qr-modal {
    position: relative;
    width: 260px;
    padding: 28px 24px 22px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: wechat-qr-modal-pop-in 0.18s ease-out;
}

.wechat-qr-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    color: #999;
    font-size: 22px;
    line-height: 26px;
    cursor: pointer;
    padding: 0;
}

.wechat-qr-modal__close:hover {
    color: #333;
}

.wechat-qr-modal__title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 18px;
}

.wechat-qr-modal__qr {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wechat-qr-modal__qr svg {
    width: 100%;
    height: 100%;
    display: block;
}

.wechat-qr-modal__hint {
    margin-top: 14px;
    font-size: 13px;
    color: #999;
}

/* ==========================================================================
   加载更多 widget 样式（list.css 集中维护）
   - className：widget-load-more
   - 由 src/components/widgets/LoadMoreWidget.tsx 渲染，无内联样式
   ========================================================================== */
.widget-load-more {
    padding: 32px 0;
    text-align: center;
}

.widget-load-more .load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 140px;
    padding: 10px 32px;
    font-size: 14px;
    line-height: 1.5;
    color: #1677ff;
    background: #fff;
    border: 1px solid #1677ff;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}

.widget-load-more .load-more-btn:hover {
    color: #fff;
    background: #1677ff;
    border-color: #1677ff;
}

.widget-load-more .load-more-btn.is-loading,
.widget-load-more .load-more-btn:disabled {
    opacity: .7;
    cursor: default;
}

.widget-load-more .load-more-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: widget-load-more-spin 1s linear infinite;
}

@keyframes widget-load-more-spin {
    to {
        transform: rotate(360deg);
    }
}

.widget-load-more .load-more-finished {
    display: inline-block;
    font-size: 14px;
    color: #999;
}

/* ==========================================================================
   案例结合页组件（list_filter）筛选器样式
   - className：widget-case-filter
   - 结构：.filter > .filter-title + .case_nav > li > a
   - 由 src/components/widgets/ContentMetaWidget.tsx 渲染，无内联样式
   ========================================================================== */
.widget-case-filter {
    width: 100%;
    padding: 20px 0;
}

.widget-case-filter .filter {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.widget-case-filter .filter:last-child {
    margin-bottom: 0;
}

.widget-case-filter .filter-title {
    flex-shrink: 0;
    width: 100px;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.widget-case-filter .case_nav {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-case-filter .case_nav li {
    display: inline-block;
}

.widget-case-filter .case_nav li a {
    display: block;
    padding: 5px 14px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-decoration: none;
    background: #f7f8fa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    transition: all 0.2s;
}

.widget-case-filter .case_nav li a:hover {
    color: #1677ff;
    border-color: #1677ff;
    background: #eef5ff;
}

.widget-case-filter .case_nav li.active a {
    color: #fff;
    background: #1677ff;
    border-color: #1677ff;
}