﻿	@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
	border: none;
	outline: none;
}
:root {
	--primary: #ff7300;
	--primary-dark: #e66500;
	--secondary: #0066cc;
	--tertiary: #00c853;
	--quaternary: #6200ea;
}

/* 简化的Tailwind风格辅助类 */
.font-bold { font-weight: 700; }
.text-4xl { font-size: 2.5rem; }
.mb-4 { margin-bottom: 1rem; }
.tracking-tight { letter-spacing: -0.025em; }
.text-primary { color: var(--primary); }
.text-lg { font-size: 1.125rem; }
.text-gray-600 { color: #666666; }
.max-w-2xl { max-width: 42rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.w-24 { width: 6rem; }
.h-1 { height: 0.25rem; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-primary { --tw-gradient-from: var(--primary); --tw-gradient-to: var(--primary-dark); }
.to-secondary { --tw-gradient-to: var(--secondary); }
.rounded-full { border-radius: 9999px; }
.mt-8 { margin-top: 2rem; }
.mb-16 { margin-bottom: 4rem; }
.relative { position: relative; }
.absolute { position: absolute; }
.bottom-4 { bottom: 1rem; }
.left-1\/2 { left: 50%; }
.-translate-x-1\/2 { --tw-translate-x: -50%; }
.-top-10 { top: -2.5rem; }
.-left-10 { left: -2.5rem; }
.w-40 { width: 10rem; }
.h-40 { height: 10rem; }
.bg-primary\/5 { background-color: rgba(255, 115, 0, 0.05); }
.blur-3xl { filter: blur(2.5rem); }
.-bottom-20 { bottom: -5rem; }
.-right-10 { right: -2.5rem; }
.w-60 { width: 15rem; }
.h-60 { height: 15rem; }
.bg-secondary\/5 { background-color: rgba(0, 102, 204, 0.05); }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.group { position: relative; }
.overflow-hidden { overflow: hidden; }
.rounded-xl { border-radius: 0.75rem; }
.border { border-width: 1px; }
.border-gray-100 { border-color: #f3f4f6; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.transition-all { transition-property: all; }
.duration-300 { transition-duration: 300ms; }
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.hover\:-translate-y-2:hover { --tw-translate-y: -0.5rem; }
.h-64 { height: 12rem!important; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.object-cover { object-fit: cover; }
.duration-700 { transition-duration: 700ms; }
.group-hover\:scale-110:hover { --tw-scale-x: 1.1; --tw-scale-y: 1.1; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.from-black\/80 { --tw-gradient-from: rgba(0, 0, 0, 0.8); }
.via-black\/40 { --tw-gradient-via: rgba(0, 0, 0, 0.4); }
.to-transparent { --tw-gradient-to: transparent; }
.opacity-0 { opacity: 0; }
.group-hover\:opacity-100:hover { opacity: 1; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.pb-8 { padding-bottom: 2rem; }
.text-white { color: white; }
.translate-y-4 { --tw-translate-y: 1rem; }
.group-hover\:translate-y-0:hover { --tw-translate-y: 0px; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.rounded-full { border-radius: 9999px; }
.bg-primary { background-color: var(--primary); }
.mb-3 { margin-bottom: 0.75rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.text-xl { font-size: 1.25rem; }
.font-semibold { font-weight: 600; }
.mb-2 { margin-bottom: 0.5rem; }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-sm { font-size: 0.875rem; }
.max-w-xs { max-width: 20rem; }
.p-6 { padding: 1.5rem; }
.flex { display: flex; }
.gap-3 { gap: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.bg-primary\/10 { background-color: rgba(255, 115, 0, 0.1); }
.text-primary { color: var(--primary); }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.rounded-full { border-radius: 9999px; }
.text-xs { font-size: 0.75rem; }
.font-medium { font-weight: 500; }
.text-gray-400 { color: #9ca3af; }
.text-xl { font-size: 1.25rem; }
.font-bold { font-weight: 700; }
.mb-3 { margin-bottom: 0.75rem; }
.text-gray-800 { color: #1f2937; }
.line-clamp-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.group-hover\:text-primary:hover { color: var(--primary); }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; }
.text-gray-600 { color: #6b7280; }
.line-height\:1\.7 { line-height: 1.7; }
.flex-grow { flex-grow: 1; }
.mt-4 { margin-top: 1rem; }
.pt-4 { padding-top: 1rem; }
.border-t { border-top-width: 1px; }
.border-gray-100 { border-color: #f3f4f6; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.text-gray-500 { color: #6b7280; }
.text-xs { font-size: 0.75rem; }
.font-semibold { font-weight: 600; }
.bg-secondary\/10 { background-color: rgba(0, 102, 204, 0.1); }
.text-secondary { color: var(--secondary); }
.group-hover\:text-secondary:hover { color: var(--secondary); }
.bg-tertiary\/10 { background-color: rgba(0, 200, 83, 0.1); }
.text-tertiary { color: var(--tertiary); }
.group-hover\:text-tertiary:hover { color: var(--tertiary); }
.bg-quaternary\/10 { background-color: rgba(98, 0, 234, 0.1); }
.text-quaternary { color: var(--quaternary); }
.group-hover\:text-quaternary:hover { color: var(--quaternary); }
.mt-16 { margin-top: 4rem; }
.gap-2 { gap: 0.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-primary { --tw-gradient-from: var(--primary); --tw-gradient-to: var(--primary-dark); }
.to-primary-dark { --tw-gradient-to: var(--primary-dark); }
.text-white { color: white; }
.font-medium { font-weight: 500; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.hover\:-translate-y-1:hover { --tw-translate-y: -0.25rem; }
.hover\:from-primary-dark:hover { --tw-gradient-from: var(--primary-dark); }
.hover\:to-primary:hover { --tw-gradient-to: var(--primary); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-primary\/30:focus { --tw-ring-color: rgba(255, 115, 0, 0.3); }
.focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; }

/* 确保所有a标签都有鼠标指针效果 */
a {
    cursor: pointer !important;
    text-decoration: none;
}

html{
    overflow-y:scroll;
    overflow-x:scroll;
	scroll-behavior: smooth;
}

.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;
    color: #020202;
    font-weight: normal;
}

li {
    list-style: none;
}

#wrap,.mobile-nav, .nav-btn, .indicators{
    display: none;
}

.dongxun_home .dongxun{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
} 
 
.dongxun_home .dongxun .fas{
	color:#FFF;
	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-logo img:nth-child(1) {
    display: block;
}

.dongxun_home .menu-shrink .header-box .nav-logo img:nth-child(2) {
    display: none;
}


.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 img:nth-child(1) {
    display: none;
}

.header-box .nav-logo img:nth-child(2) {
    display: block;
}

.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;
    font-weight: 600;
    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;
    color: #01a63e;
    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: #FFF;
    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: #fff;
    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;
}

.ssfDismisser {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 31px;
    color: #8e9295;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

/*轮播图*/
#hero-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
}



/* 通用工具类（仅作用于轮播图内部，等价 Tailwind utility） */
#hero-carousel .relative { position: relative; }
#hero-carousel .absolute { position: absolute; }
#hero-carousel .inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
#hero-carousel .w-full { width: 100%; }
#hero-carousel .h-full { height: 100%; }
#hero-carousel .h-screen { height: 100vh; }
#hero-carousel .min-h-screen { min-height: 100vh; }
#hero-carousel .m-0 { margin: 0; }
#hero-carousel .p-0 { padding: 0; }
#hero-carousel .overflow-hidden { overflow: hidden; }
#hero-carousel .flex { display: flex; }
#hero-carousel .flex-col { flex-direction: column; }
#hero-carousel .items-center { align-items: center; }
#hero-carousel .justify-center { justify-content: center; }
#hero-carousel .text-center { text-align: center; }
#hero-carousel .z-0 { z-index: 0; }
#hero-carousel .z-10 { z-index: 10; }
#hero-carousel .z-20 { z-index: 20; }
#hero-carousel .opacity-0 { opacity: 0; }
#hero-carousel .opacity-100 { opacity: 1; }
#hero-carousel .translate-y-0 { transform: translateY(0); }
#hero-carousel .translate-y-4 { transform: translateY(1rem); }
#hero-carousel .text-white { color: #fff; }
#hero-carousel .text-white\/90 { color: rgba(255,255,255,.9); }
#hero-carousel .font-bold { font-weight: 700; }
#hero-carousel .leading-tight { line-height: 1.15; }
#hero-carousel .mb-6 { margin-bottom: 1.5rem; }
#hero-carousel .mb-10 { margin-bottom: 2.5rem; }
#hero-carousel .max-w-3xl { max-width: 48rem; }
#hero-carousel .mx-auto { margin-left: auto; margin-right: auto; }
#hero-carousel .gap-4 { gap: 1rem; }
#hero-carousel .container { width: 100%; max-width: 1200px; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }
#hero-carousel .bg-dark\/70 { background-color: rgba(26,32,44,.7); }
#hero-carousel .bg-white\/10 { background-color: rgba(255,255,255,.1); }
#hero-carousel .bg-white\/50 { background-color: rgba(255,255,255,.5); }
#hero-carousel .bg-white { background-color: #fff; }
#hero-carousel .border { border-width: 1px; }
#hero-carousel .border-white\/30 { border-color: rgba(255,255,255,.3); }
#hero-carousel .rounded-full { border-radius: 9999px; }
#hero-carousel .text-2xl { font-size: 1.5rem; }
#hero-carousel .text-xl { font-size: 1.25rem; }
#hero-carousel .h-3 { height: .75rem; }
#hero-carousel .w-3 { width: .75rem; }
#hero-carousel .w-8 { width: 2rem; }
#hero-carousel .space-x-2 > * + * { margin-left: .5rem; }
#hero-carousel .left-1\/2 { left: 50%; }
#hero-carousel .-translate-x-1\/2 { transform: translateX(-50%); }
#hero-carousel .top-1\/2 { top: 50%; }
#hero-carousel .-translate-y-1\/2 { transform: translateY(-50%); }
#hero-carousel .left-\[40px\] { left: 40px; }
#hero-carousel .right-\[40px\] { right: 40px; }
#hero-carousel .w-\[60px\] { width: 60px; }
#hero-carousel .h-\[60px\] { height: 60px; }
#hero-carousel .bottom-\[60px\] { bottom: 60px; }
#hero-carousel .bottom-0 { bottom: 0; }
#hero-carousel .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
#hero-carousel .backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
#hero-carousel .transition-all { transition: all .3s; }
#hero-carousel .transition-transform { transition: transform .5s; }
#hero-carousel .transition-opacity { transition: opacity .7s; }
#hero-carousel .duration-300 { transition-duration: 300ms; }
#hero-carousel .duration-500 { transition-duration: 500ms; }
#hero-carousel .duration-700 { transition-duration: 700ms; }
#hero-carousel .ease-in-out { transition-timing-function: cubic-bezier(.4,0,.2,1); }
#hero-carousel .delay-\[200ms\] { transition-delay: 200ms; }
#hero-carousel .delay-\[400ms\] { transition-delay: 400ms; }
#hero-carousel .text-shadow-lg { text-shadow: 0 4px 8px rgba(0,0,0,.5), 0 0 20px rgba(0,0,0,.3); }
#hero-carousel .object-cover { object-fit: cover; }
#hero-carousel .px-4 { padding-left: 1rem; padding-right: 1rem; }
#hero-carousel .hover\:bg-white\/20:hover { background-color: rgba(255,255,255,.2); }
#hero-carousel .hover\:scale-110:hover { transform: scale(1.1); }
#hero-carousel .hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1); }
#hero-carousel .focus\:outline-none:focus { outline: none; }
#hero-carousel .focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(255,255,255,.5); }
#hero-carousel .group i { transition: transform .3s; }
#hero-carousel .group:hover i.fa-chevron-left { transform: translateX(-3px); }
#hero-carousel .group:hover i.fa-chevron-right { transform: translateX(3px); }

/* 轮播容器 */
.carousel-container {
    height: 100%;
    width: 100%;
    position: relative;
}

/* 轮播项 */
.carousel-item {
    height: 100%;
    width: 100%;
    transition: opacity 0.7s ease, z-index 0.7s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-dark\/70 {
    background-color: rgb(26 32 44 / 0.7);
}

/* 轮播项图片容器 */
.carousel-item > .absolute.inset-0.z-0 {
    height: 100%;
    width: 100%;
}

.carousel-item > .absolute.inset-0.z-0 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 400px; /* 确保在小屏幕上也有足够高度 */
}

/* 轮播项内容容器 */
.carousel-item .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 英雄区标题样式 */
.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* 英雄区副标题样式 */
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}

/* 英雄区CTA按钮容器样式 */
.hero-cta {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
}

/* 英雄区CTA按钮水平排列（替代 Tailwind flex flex-col sm:flex-row，避免被 #hero-carousel .flex-col 覆盖） */
.hero-cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.carousel-container {
	width: 100% !important;
	height: 100% !important;
}
.carousel-item {
	transition: opacity 0.8s ease, transform 0.8s ease !important;
}
.carousel-item img {
	transition: transform 0.5s ease !important;
}
.carousel-item:hover img {
	transform: scale(1.05) !important;
}

.carousel-prev:hover,.carousel-next:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

/* 确保翻页按钮正确定位 */
.carousel-prev,
.carousel-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 50 !important;
	margin: 0 !important;
}
.carousel-prev {
	left: 20px !important;
}
.carousel-next {
	right: 20px !important;
}
/* 轮播控制按钮样式 */
.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 20;
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-prev:hover,
.carousel-next:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.btn-primary {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(22 93 255 / var(--tw-bg-opacity, 1));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn-primary:hover {
    --tw-translate-y: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: rgb(22 93 255 / 0.9);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(22 93 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: #fff!important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(22 93 255 / var(--tw-text-opacity, 1))!important;;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn-secondary:hover {
    --tw-translate-y: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: #fff;
    border-color: rgb(22 93 255 / 0.9);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* 轮播指示器样式 */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.carousel-indicators button {
    transition: all 0.3s ease;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    padding: 0;
}

.carousel-indicators button.active {
    width: 32px;
    border-radius: 6px;
    background-color: white;
}

/* 下滚提示动画 */
.animate-bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(-50%) translateY(0);
    }
    40% {
        transform: translateY(-50%) translateY(-20px);
    }
    60% {
        transform: translateY(-50%) translateY(-10px);
    }
}

/* 加载动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 确保文本在背景上有足够对比度 */
.text-shadow-lg {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

/*公司业务*/
.pation {
    padding: 2.44156vw 0 3.90649vw;
}

.section-header {
    position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.section-header.text-center {
    text-align: center;
}

.section-header.mb-10 {
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e2643;
    margin-bottom: 1.2rem;
    line-height: 1.2;
    position: relative;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #0557FA 0%, #0515F7 100%);
	border-radius: 2px;
}

.section-description {
    font-size: 1.1rem;
    color: #5c5d66;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
	color: rgb(255, 255, 255);
}

.vast {
    width: 78.13vw;
    max-width: 92%;
    margin-bottom: 30px;
}

.margin{
    padding: 100px 0;
}

.tit{
	background: linear-gradient(135deg, #f5f9ff 0%, #e6f0ff 100%);
}

.section {
    margin: 0 auto;
	clear: both;
}

.section .service_list{
    position: relative;
    display: flex;
    width: 100%;
    height: 49.75vh;
    margin-top: 60px;
}

.section .service_list>div:hover {
    flex: 1.9;
}

.section .service_list>div:hover~div {
    flex: 0.7;
}

.section .service_list>div:nth-child(1) {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8f4ff 100%);
}

.section .service_list>div:nth-child(2)  {
    background: linear-gradient(135deg, #f5f5f5 0%, #fff0e8 100%);
}

.section .service_list>div:nth-child(3)  {
    background: linear-gradient(135deg, #f5f5f5 0%, #f0f8e8 100%);
}

.section .service_list>div:nth-child(4)  {
    background: linear-gradient(135deg, #f5f5f5 0%, #f8e8ff 100%);
}

.section .service_list>div:nth-child(2) {
    margin: 0 1.46494vw;
}

.section .service_list>div:nth-child(3) {
    margin: 0 1.46494vw 0 0;
}

.section .service_list>div{
    padding: 1.46494vw 1.95324vw;
    flex: 1;
    transition: flex 0.3s ease;
    background: rgba(245, 245, 245, 1);
    border-radius: 10px;
}

.service-list {
    position: relative;
    cursor: pointer;
}

.service-list h2 {
    margin: 0.588vw 0;
    font-size: 1.372vw;
    font-weight: 600;
}

.service-list:hover h2 {
    color: #0557FA;
}

.service-list span {
    color: #666;
    font-size: 0.85vw;
}

.service_back {
    display: block;
    padding: 0.97662vw 0;
}

.service_back p {
    position: relative;
    padding: 5px 0;
    color: #333;
    font-size: 0.92vw;
}

.service-btn {
    position: absolute;
    left: 1.95324vw;
    bottom: 1.95324vw;
    opacity: 0;
}

.service-list a span {
    font-size: 32px;
    font-weight: 100;
    color: #0557FA;
}

.service-list:hover .service-btn {
    left: 80px;
    opacity: 1;
}

/*覆盖媒体*/

.section .channel {
    width: 100%;
    margin: 0 auto;
    max-width: 75vw;
    margin-top: 5.96997vh;
    position: relative;
}

.section .channel .Solution {
    width: 96%;
    margin: 0 auto;
    max-width: 75vw;
    overflow: hidden;
    position: relative;
	border-color: #ddd;
    border-style: dotted;
    border-width: 0 0 1px 1px;
}

.section .channel .Solution .item{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.section .channel .Solution .item li{
    width: 20%;
    background: #FFF;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 150px;
    display: table;
    position: relative;
}

.section .channel .Solution .item li a:nth-child(4n){
    border-width: 0 1px 0 0;
}

.section .channel .Solution .item li a{
    display: table-cell;
    vertical-align: middle;
    background: rgba(255,255,255,.35);
    text-align: center;
    width: 100%;
    height: 100%;
    border-color: #ddd;
    border-style: dotted;
    border-width: 1px 1px 0 0;
}

.section .channel .Solution .item img{
    display: block;
    margin: 0 auto;
    line-height: 0;
    max-width: 180px;
    max-height: 80px;
    vertical-align: middle;
}

.section .channel .Solution .item li a .item_img {
    display: block;
    margin: 0 auto;
    line-height: 0;
    max-width: 180px;
    max-height: 80px;
    vertical-align: middle;
}

.section .channel .Solution .item li a:hover .item_img {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

/* 公司新闻模块样式 */
.company-news-section {
	position: relative;
	padding: 100px 0;
	background: white;
	overflow: hidden;
}

.company-news-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 10% 20%, rgba(5, 87, 250, 0.03) 0%, rgba(255, 255, 255, 0) 90%);
	z-index: 0;
}
		
.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	position: relative;
	z-index: 1;
}

.news-item {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid rgba(230, 240, 255, 0.5);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
	border-color: rgba(5, 87, 250, 0.3);
}

.news-image-wrapper {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.news-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.news-item:hover .news-image {
	transform: scale(1.08);
}

.news-date {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(5, 87, 250, 0.9);
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 500;
	z-index: 2;
}

.news-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.news-title {
	font-size: 1.3rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}

.news-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-title a:hover {
	color: #0557FA;
}

.news-excerpt {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	flex: 1;
}

.news-read-more {
	display: inline-block;
	color: #0557FA;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	align-self: flex-start;
}

.news-read-more:hover {
	color: #0515F7;
	transform: translateX(5px);
}

.view-all-news {
	position: relative;
	z-index: 1;
}

.view-all-btn {
	display: inline-block;
	background: linear-gradient(135deg, #0557FA 0%, #0515F7 100%);
	color: white;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(5, 87, 250, 0.25);
	position: relative;
	overflow: hidden;
}

.view-all-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
}

.view-all-btn:hover::before {
	width: 300px;
	height: 300px;
}

.view-all-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(5, 87, 250, 0.4);
}

.case-study-section {
	padding: 120px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.case-studies-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 60px;
}

.bg-primary {
	background-color: #165DFF !important;
}

.text-primary {
	color: #165DFF !important;
}

.border-primary {
	border-color: #165DFF !important;
}

.animate-pulse-slow {
	animation: pulse-slow 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-slow {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
}
	
/* 注册咨询部分样式 */
.register-section {
	position: relative;
	padding: 85px 0;
	overflow: hidden;
	background: linear-gradient(135deg, #f5f9ff 0%, #e6f0ff 100%);
}


.titletion-enhanced{
   display: flex;
}

.register-container {
	position: relative;
	max-width: 1200px;
	margin: 42px auto 0;
	padding: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	background: white;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	border: 1px solid #e0e8ff;
}

.register-info {
	position: relative;
	z-index: 2;
	width: 50%;
	padding-right: 51px;
	animation: fadeInLeft 0.8s ease-out;
}

/* 验证码样式 */
.captcha-wrapper {
	display: flex;
	align-items: center;
	position: relative;
}

.captcha-wrapper input {
	flex: 1;
	padding-right: 110px;
}

.captcha-image {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 35px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	cursor: pointer;
	user-select: none;
}

.captcha-image:hover {
	background-color: #e9ecef;
}

.captcha-image canvas {
	display: block;
}

.error-message {
	display: block;
	margin-top: 5px;
	color: #e74c3c;
	font-size: 12px;
	padding-left: 35px;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.register-heading {
	font-size: 2.55rem;
	font-weight: 800;
	color: #333;
	line-height: 1.2;
	margin-bottom: 21px;
	position: relative;
}

.register-heading::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 68px;
	height: 3.5px;
	background: linear-gradient(90deg, #0557FA 0%, #0515F7 100%);
	border-radius: 2px;
}

.register-highlight {
	color: #0557FA;
	position: relative;
	display: inline-block;
}

.register-highlight::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 8px;
	background: rgba(5, 87, 250, 0.15);
	z-index: -1;
	border-radius: 4px;
}

.register-description {
	font-size: 0.98rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 34px;
	font-weight: 400;
}

.register-benefits {
	display: flex;
	flex-direction: column;
	gap: 19px;
	margin-bottom: 34px;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: rgba(255, 255, 255, 0.9);
	padding: 19px;
	border-radius: 11px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
	position: relative;
	overflow: hidden;
}

.benefit-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(180deg, #0557FA 0%, #0515F7 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.benefit-item:hover {
	transform: translateY(-3px) translateX(5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-color: #0557FA;
}

.benefit-item:hover::before {
	opacity: 1;
}

.benefit-icon {
	width: 52px;
	height: 52px;
	background: linear-gradient(135deg, #0557FA 0%, #0515F7 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.3rem;
	flex-shrink: 0;
	box-shadow: 0 5px 15px rgba(5, 87, 250, 0.3);
	transition: transform 0.3s ease;
}

.benefit-item:hover .benefit-icon {
	transform: scale(1.05) rotate(5deg);
}

.benefit-text strong {
	display: block;
	font-size: 1.1rem;
	color: #333;
	margin-bottom: 4px;
	margin-top: -3px;
	font-weight: 600;
}

.benefit-text span {
	display: block;
	font-size: 0.85rem;
	color: #666;
	line-height: 1.4;
}



.register-form-container {
	position: relative;
	z-index: 2;
	width: 45%;
	animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.form-card {
	background: white;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.form-card:hover {
	transform: translateY(-5px);
}

.form-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #0557FA 0%, #0515F7 100%);
}

.form-title {
	font-size: 1.45rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 21px;
	text-align: center;
	position: relative;
}

.form-title::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 51px;
	height: 2.6px;
	background: rgba(5, 87, 250, 0.3);
	border-radius: 1.5px;
}

.consultation-form {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.form-group {
	position: relative;
}

.input-label {
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	color: #555;
	margin-bottom: 6px;
}

.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.input-icon {
	position: absolute;
	left: 15px;
	color: #999;
	font-size: 1rem;
	transition: color 0.3s ease;
	z-index: 2;
}

.select-icon {
	position: absolute;
	right: 15px;
	color: #999;
	font-size: 0.8rem;
	pointer-events: none;
	z-index: 2;
	transition: transform 0.3s ease;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 12px 12px 12px 34px;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	font-size: 0.8rem;
	transition: all 0.3s ease;
	background: white;
	position: relative;
}

.form-group select {
	appearance: none;
	padding-right: 45px;
	cursor: pointer;
}

.form-group input:focus,
.form-group select:focus {
	outline: none;
	border-color: #0557FA;
	box-shadow: 0 0 0 3px rgba(5, 87, 250, 0.1);
}

.form-group input:focus + .input-icon,
.form-group select:focus + .input-icon {
	color: #0557FA;
}

.form-group select:focus ~ .select-icon {
	transform: rotate(180deg);
	color: #0557FA;
}

.form-submit-btn {
	width: 100%;
	padding: 14px;
	background: linear-gradient(135deg, #0557FA 0%, #0515F7 100%);
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	position: relative;
	overflow: hidden;
}

.form-submit-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
}

.form-submit-btn:hover::before {
	width: 300px;
	height: 300px;
}

.form-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(5, 87, 250, 0.4);
}

.form-submit-btn span {
	position: relative;
	z-index: 2;
}

.form-submit-btn .ml-2 {
	margin-left: 10px;
	transition: transform 0.3s ease;
	position: relative;
	z-index: 2;
}

.form-submit-btn:hover .ml-2 {
	transform: translateX(5px);
}

.form-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 0.92rem;
	color: #777;
	transition: color 0.3s ease;
}

.form-note:hover {
	color: #0557FA;
}

/* 浮动标签 */
.floating-tags {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 15px;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
}

.floating-tags .tag {
	background: white;
	padding: 10px 15px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 500;
	color: #0557FA;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	transform: rotate(90deg);
	white-space: nowrap;
	transition: all 0.3s ease;
	border: 1px solid rgba(5, 87, 250, 0.2);
}

.floating-tags .tag:hover {
	transform: rotate(90deg) translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	background: #0557FA;
	color: white;
}

.tag-1 {
	animation: tagFloat 4s ease-in-out infinite;
}

.tag-2 {
	animation: tagFloat 5s ease-in-out infinite 1s;
}

.tag-3 {
	animation: tagFloat 6s ease-in-out infinite 2s;
}

@keyframes tagFloat {
	0%, 100% {
		transform: rotate(90deg) translateY(0);
	}
	50% {
		transform: rotate(90deg) translateY(-10px);
	}
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1)
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0)
}
}
@-moz-keyframes tada {
0% {
-moz-transform:scale(1)
}
10%, 20% {
-moz-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-moz-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-moz-transform:scale(1.1) rotate(-3deg)
}
100% {
-moz-transform:scale(1) rotate(0)
}
}

/*友情链接*/

.dongxun_link{
    padding: 40px 0 50px 0;
    background: #1E293F;
    border-bottom: 1px solid #4b5054;
}

.dongxun_link .passed{
    width: 78.13vw;
    margin: 0 auto;
    max-width: 92%;
    position: relative;
    font-size: 14px;
}

/* 友情链接头部样式 */
.dongxun_link .passed .link-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #334155;
}

/* 标题样式 */
.dongxun_link .passed .link-header span {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    position: relative;
}

.dongxun_link .passed .link-header span::before {
    content: '';
    width: 8px;
    height: 24px;
    background: #ff7300;
    margin-right: 12px;
    border-radius: 4px;
}

/* 友链列表中的突出更多链接按钮样式 */
.dongxun_link .passed .links-grid .title-more-btn.highlight-link {
    background: linear-gradient(135deg, #ff7300, #ff9500);
    border: none;
    /*padding: 8px 16px;*/
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(255, 115, 0, 0.3);
    min-height: 40px;
    text-align: center;
}

.dongxun_link .passed .links-grid .title-more-btn.highlight-link::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.dongxun_link .passed .links-grid .title-more-btn.highlight-link:hover {
    background: linear-gradient(135deg, #ff9500, #ff7300);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 115, 0, 0.4);
}

.dongxun_link .passed .links-grid .title-more-btn.highlight-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 115, 0, 0.3);
}

.dongxun_link .passed .links-grid .title-more-btn.highlight-link .link-badge {
    background: linear-gradient(135deg, #ffffff, #f5f5f5);
    border: 2px solid rgba(255, 115, 0, 0.8);
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff7300;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.dongxun_link .passed .links-grid .title-more-btn.highlight-link:hover .link-badge {
    transform: scale(1.1);
    border-color: #ff7300;
    box-shadow: 0 3px 6px rgba(255, 115, 0, 0.3);
}

.dongxun_link .passed .links-grid .title-more-btn.highlight-link .link-text {
    font-size: 14px;
    font-weight: 500;
}

/* 链接操作按钮区域 */
.dongxun_link .passed .link-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* 更多按钮样式 */
.dongxun_link .passed .link-more-btn {
    background: transparent;
    border: 1px solid #475569;
    color: #e2e8f0;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.dongxun_link .passed .link-more-btn:hover {
    background: #334155;
    border-color: #ff7300;
    color: #ff7300;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 115, 0, 0.15);
}

/* 申请友链按钮样式 */
.dongxun_link .passed .apply-link-btn {
    background: linear-gradient(135deg, #ff7300, #ff9500);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.dongxun_link .passed .apply-link-btn:hover {
    background: linear-gradient(135deg, #ff9500, #ff7300);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 115, 0, 0.3);
}

/* 链接容器 */
.dongxun_link .passed .links-container {
    width: 100%;
}

/* 链接网格布局 */
.dongxun_link .passed .links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

/* 单个链接样式 */
.dongxun_link .passed .links-grid a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 12px 15px;
    background: transparent;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.dongxun_link .passed .links-grid a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ff7300;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.dongxun_link .passed .links-grid a:hover {
    color: #ffffff;
    border-color: rgba(255, 115, 0, 0.5);
    transform: translateY(-2px);
}

.dongxun_link .passed .links-grid a:hover::after {
    width: 100%;
}

/* 隐藏链接区域 */
.dongxun_link .passed .hidden-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
}

.dongxun_link .passed .hidden-links.is-open {
    max-height: 1000px;
    opacity: 1;
	padding: 4px 0;
    margin-bottom: 10px;
}

/*网站底部*/
.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: 140px;
    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: 100px;
    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;
}

/*左侧固定栏*/
.side-nav { 
	width: auto; 
} 
.side-nav-left { 
	left: 30px; 
} 
.side-nav { 
	position: fixed; 
	z-index: 99; 
	top: 50%; 
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
} 
.side-nav ul, .side-nav li { 
	list-style: none; 
} 

.side-nav li.cur { 
	background: #ff7300; 
	width: 40px;
} 

.side-nav li { 
	width: 10px;
	height: 1px;
	background: #999;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer!important;
	border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
} 

.nav-item-active { 
	background-color: #FF5932; 
} 

.side-nav-left li span, .side-nav-left li div {
	left: 30px;
}
.side-nav li span, .side-nav li div { 
	display: block;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	position: absolute;
	top: 50%;
	margin-top: -1.25em;
	color: #666;
	padding: 0.5em 1.5em;
	line-height: 1.5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
} 
.side-nav li:hover span,.side-nav li:hover div{
	opacity:1;
	*filter:alpha(opacity=100); 
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
}

.side-nav li:hover div { 
	opacity: 1; 
} 

/*右侧固定栏*/
.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;
}
/* 移动端菜单按钮样式 */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.menu-bar {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active .menu-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active .menu-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .menu-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* 响应式导航样式 */
@media (max-width: 768px) {
    /* 移动端菜单按钮显示 */
    .mobile-menu-toggle {
        display: flex;
    }
    .container {
		width: 100vw;
		max-width: 100%;
	}
    /* 调整header布局 */
    .dongxun .head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .header-box {
        justify-content: space-between;
        align-items: center;
    }
    
    /* 调整logo大小 */
    .nav-logo {
        max-width: 100px;
    }
    
    /* 隐藏搜索和语言选择器 */
    .header_search .nav_search,
    .choseLuangage {
        display: none;
    }
    
    /* 导航菜单响应式处理 */
    .nav_ul {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 98;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav_ul.mobile-open {
        max-height: 94vh;
		height: 94vh;
		display: block!important;
        overflow-y: auto;
    }
    
    /* 调整导航列表样式 */
    .nav_ul ul {
        flex-direction: column;
        width: 100%;
    }
    
    .nav_ul li {
        width: 100%;
        text-align: left;
		position: static!important;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav_ul li a {
        display: block;
		color: #000!important;
		position: static!important;
        padding: 15px 20px;
        font-size: 4.27896vw!important;
        width: 86%;
        box-sizing: border-box;
    }
    
    /* 调整下拉菜单样式 */
    .nav_ul .sub {
        position: static;
        background-color: #f9f9f9;
        display: none;
    }
    
    .nav_ul .nav.open .sub {
        display: block!important;
    }
    
    .nav_ul .sub dl {
        flex-direction: column;
    }
    
    .nav_ul .sub dd {
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    
    .nav_ul .sub dd:last-child {
        border-bottom: none;
    }
    
    .nav_ul .sub a.link {
        padding: 12px 20px 12px 40px;
        font-size: 14px;
        color: #666;
    }
    
    /* 调整下拉箭头 */
    .nav_ul .nav span i {
        right: 20px;
        transition: transform 0.3s ease;
    }
    
    .nav_ul .nav.open span i {
        transform: rotate(180deg);
    }
    
    /* 滚动时的导航栏效果增强 */
    .dongxun .head.scrolled {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
}

/* 响应式设计优化 */
    @media (max-width: 768px) {
        .mobile-menu-toggle {
            display: flex;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
		.side-nav,.dongxun_link,.copyright-left{
			display: none!important;
		}
		.site-footer .copyright-content {
			justify-content: center;
		}
		.site-footer .copyright-right {
			text-align: center;
		}
		.dongxun_home .menu-shrink .header-box .nav_ul ul li .rel::after,.dongxun_home .menu-shrink .header-box .nav_ul ul i::before, .dongxun_home .menu-shrink .header-box .nav_ul ul i::after {
			background: #fff!important;
		}
		.pation{
			max-width: 96%!important;
			margin: 0 auto;
			padding: 10.44156vw 0 3.90649vw;
		}
		.hero-subtitle {
			max-width: 80%!important;
			margin: 0 auto;
			margin-bottom:5vh;
		}
		.section{
			width: 100%!important;
			max-width: 100%!important;
		}
        .header-box {
            position: relative;
            display: flex;
            align-items: center;
        }
        
        .nav_ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%!important;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            z-index: 99;
        }
        
        .nav_ul.active {
            display: block;
        }
        
        .nav_ul ul {
            flex-direction: column;
            width: 100%;
        }
        
        .nav_ul li {
            width: 100%;
			line-height: 2.94494vh!important;
            border-bottom: 1px solid #f0f0f0;
        }
        
        /* 移除最后一个导航项无边框的规则，确保所有导航项都有边框线 */
        /* .nav_ul li:last-child {
            border-bottom: none;
        } */
        
        /* 确保移动端导航项始终显示边框线 */
        .nav_ul li {
            border-bottom: 1px solid #f0f0f0 !important;
        }
		
		.nav_ul ul li:hover i::before,.nav_ul ul i::after {
			position: relative!important;
		}
        
        .nav_ul a {
            display: block;
            padding: 15px 20px;
            white-space: nowrap;
        }
        
        .nav_ul .nav span {
            display: flex;
            align-items: center;
            position: relative;
            width: 100%;
        }
        
        .nav_ul .nav span i {
            content: "";
            position: absolute;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: solid 2px #666;
			border-right: solid 2px #666;
            width: 10px;
            height: 10px;
            right: 6vw;
            top: 50%;
            margin-top: -5px;
        }
        
        .nav_ul .nav.open span i {
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        
        .nav_ul .sub,
        .header-box .nav_ul .sub {
            position: static;
            width: 100%;
            background: #f9f9f9;
            box-shadow: none;
            display: none!important;
            padding: 0;
            transform: none;
            left: 0;
            top: auto;
            border-radius: 0;
        }
        
        .nav_ul .sub.active,
        .header-box .nav_ul .sub.active {
            display: block;
        }
        
        .nav_ul .sub dd,
        .header-box .nav_ul .sub dd {
            line-height: 4.58198vh;
            border-bottom: 1px solid #eee;
        }
        
        .nav_ul .sub dd:last-child,
        .header-box .nav_ul .sub dd:last-child {
            border-bottom: none;
        }
        
        .nav_ul .sub a,
        .header-box .nav_ul .sub dd a {
			border-bottom: 0!important;
            color: #333;
			width: 100%!important;
			text-align: left!important;
            font-size: 3.896vw!important;
            text-decoration: none;
            transition: all 0.3s ease;
			margin: 0 3.5vh!important;
            background: none !important;
        }
        
        .nav_ul .sub a:hover,
        .header-box .nav_ul .sub dd a:hover {
            background-color: #f0f0f0 !important;
            color: #1a54a5 !important;
        }
        
        .header-box {
            height: 5.8vh
        }
        
        .nav-logo {
			margin: 0 1rem!important;
        }
        
        .nav-logo img {
            height: 100%;
			display: block!important;
			max-width: 17.46vw!important;
        }
        .header-box .nav-logo .logo-text {
			display: none!important;
		}
        .header_search {
            display: none;
        }
        
        .choseLuangage {
            display: none;
        }
        
        .header-box {
            justify-content: space-between;
			margin: 0!important;
        }
		
		/* 隐藏PC端的hover效果 */
.service_list>div:hover {
    flex: 1;
}

.service_list>div:hover~div {
    flex: 1;
}

/* 添加移动端导航 */
.mobile-nav {
    position: absolute;
    z-index: 100;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.mobile-tabs {
    display: flex;
    width: 90vw;
    text-align: center;
    justify-content: space-between;
}

.mobile-tab {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.mobile-tab.active {
    color: #0557FA;
    border-bottom-color: #0557FA;
    font-weight: 600;
}

/* 导航按钮 */
.nav-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0557FA;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
    user-select: none;
    transition: all 0.3s ease;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

/* 指示器 */
.indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.service_list-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    margin-top: 50px;
    align-items: center;
    overflow: hidden;
}

 .service_list {
    display: flex;
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
    overflow-x: hidden; /* 改为hidden隐藏滚动条 */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    position: relative;
}

.service_list>div {
    flex: 0 0 100%!important;
    scroll-snap-align: start;
    margin: 0!important;
    padding: 0!important;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-list_padding {
    padding: 0 12vw;
}

.service-list h2 {
    margin: 15px 0;
    font-size: 24px;
}

.service-list span {
    font-size: 16px;
    line-height: 1.6;
}

.service_back {
    padding: 20px 0;
}

.service_back p {
    font-size: 16px;
    padding: 8px 0;
}

.service-btn {
    position: static;
    opacity: 1;
    margin-top: 20px;
    text-align: right;
}

.service-list a span {
    font-size: 24px;
}

.service-list:hover .service-btn {
left: auto;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.indicator.active {
    background-color: #0557FA;
    transform: scale(1.3);
}

.section .channel {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    float: left;
    position: relative;
}

.section .channel .Solution {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.section .channel .Solution .item li {
    width: 33.3%;
    background: #FFF;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 1rem;
    display: table;
    position: relative;
}
.section .channel .Solution .item li a{
	padding:1vh 0;
}
.section .channel .Solution .item img {
    line-height: 0;
    max-width: 28vw!important;
    max-height: 14vh!important;
}

.pation .titletion .section_tion .sectitle .text h5{
    margin-top: 0;
    font-size: 3.28129vw;
    letter-spacing: 0.04883vw;
    line-height: 150%;
}

.site-footer .footer-right {
    gap: 20px;
}

/*字体*/
@media only screen and (min-width:780px) {    
html {        
font-size:24px;
    }
}

@media only screen and (max-width:750px) {    
html {        
font-size:22px;
    }
}
@media only screen and (max-width:640px) {    
html {        
font-size:20px;
    }
}
@media only screen and (max-width:540px) {    
html {        
font-size:19px;
    }
}
@media only screen and (max-width:480px) {    
html {        
font-size:18px;
    }
}
@media only screen and (max-width:414px) {    
html {        
font-size:17px;
    }
}
@media only screen and (max-width: 400px) {    
html {        
font-size:16px;
    }
}
@media only screen and (max-width: 375px) {    
html {        
font-size:16px;
    }
}
@media only screen and (max-width: 360px) {    
html {        
font-size:15px;
    }
}
@media only screen and (max-width: 320px) {    
html {        
font-size:14px;
    }
}
}
/* 公司新闻模块移动端自适应样式 */
@media (max-width: 768px) {
	.company-news-section {
		padding: 2rem 0;
	}
	
	.section-header {
		margin-bottom: 2rem;
	}
	
	.section-header .section-title {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	
	.section-header .section-description {
		font-size: 1rem;
		padding: 0 1rem;
	}
	
	.news-grid {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.news-item {
		background: #fff;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease;
	}
	
	.news-item:hover {
		transform: translateY(-3px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}
	
	.news-image-wrapper {
		position: relative;
		height: 12rem;
		overflow: hidden;
	}
	
	.news-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}
	
	.news-item:hover .news-image {
		transform: scale(1.05);
	}
	
	.news-date {
		position: absolute;
		top: 10px;
		right: 10px;
		color: white;
		padding: 4px 10px;
		border-radius: 12px;
		font-size: 0.8rem;
		font-weight: 500;
	}
	
	.news-content {
		padding: 1rem;
	}
	
	.news-title {
		margin-bottom: 0.75rem;
	}
	
	.news-title a {
		font-size: 1.1rem;
		font-weight: 600;
		color: #333;
		text-decoration: none;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		transition: color 0.3s ease;
	}
	
	.news-title a:hover {
		color: #ff7300;
	}
	
	.news-excerpt {
		font-size: 0.9rem;
		color: #666;
		line-height: 1.6;
		margin-bottom: 1rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	
	.news-read-more {
		display: inline-flex;
		align-items: center;
		font-size: 0.9rem;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	
	.news-read-more:hover {
		color: #e66500;
		transform: translateX(3px);
	}
	
	.view-all-news {
		margin-top: 2rem;
	}
	
	.view-all-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.75rem 1.5rem;
		color: white;
		border-radius: 25px;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	
	.view-all-btn:hover {
		transform: translateY(-2px);
	}
}
/* 注册咨询部分移动端自适应样式 */
@media (max-width: 768px) {
	/* 调整注册咨询部分整体布局 */
	.register-section {
		width: 100%;
		max-width: 100% !important;
		background: linear-gradient(135deg, #f5f9ff 0%, #e6f0ff 100%);
	}
	
	/* 调整容器样式 */
	.register-container {
		flex-direction: column;
		padding: 25px 20px;
		border-radius: 15px;
		margin: 30px auto 0;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	}
	
	/* 调整左侧信息区域 */
	.register-info {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	
	/* 调整标题样式 */
	.register-heading {
		font-size: 2rem;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	
	.register-heading::after {
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 3px;
	}
	
	.register-description {
		font-size: 0.9rem;
		line-height: 1.6;
		margin-bottom: 25px;
	}
	
	/* 调整优势项样式 - 改为横排布局 */
	.register-benefits {
		display: flex;
		flex-direction: row;
		gap: 10px;
		margin-bottom: 25px;
		flex-wrap: wrap;
	}
	
	.benefit-item {
		flex: 1;
		min-width: calc(33.333% - 10px);
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 12px 8px;
		gap: 8px;
		border-radius: 8px;
	}
	
	.benefit-item::before {
		width: 100%;
		height: 3px;
		top: 0;
		left: 0;
	}
	
	.benefit-icon {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
	
	.benefit-text strong {
		font-size: 0.9rem;
		margin-bottom: 3px;
		line-height: 1.2;
	}
	
	.benefit-text span {
		font-size: 0.75rem;
		line-height: 1.4;
	}
	
	/* 小屏幕下调整优势项布局 */
	@media (max-width: 480px) {
		.benefit-item {
			min-width: 100%;
			flex-direction: row;
			text-align: left;
			padding: 12px;
			gap: 10px;
		}
		
		.benefit-item::before {
			width: 4px;
			height: 100%;
			top: 0;
			left: 0;
		}
		
		.benefit-icon {
			width: 36px;
			height: 36px;
			flex-shrink: 0;
		}
		
		.benefit-text strong {
			font-size: 0.85rem;
		}
		
		.benefit-text span {
			font-size: 0.75rem;
		}
	}
	
	/* 调整表单容器样式 */
	.register-form-container {
		width: 100%;
		position: relative;
	}
	
	/* 调整表单卡片样式 */
	.form-card {
		padding: 25px 20px;
		border-radius: 15px;
	}
	
	.form-title {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	
	/* 调整表单组样式 */
	.form-group {
		margin-bottom: 15px;
	}
	
	.input-label {
		font-size: 0.85rem;
		margin-bottom: 5px;
	}
	
	/* 调整输入框样式 */
	.form-group input,
	.form-group select {
		padding: 13px 13px 13px 40px;
		font-size: 0.9rem;
		border-radius: 8px;
		border-width: 1.5px;
	}
	
	.form-group select {
		padding-right: 40px;
	}
	
	.input-icon {
		left: 12px;
		font-size: 0.9rem;
	}
	
	/* 调整验证码样式 */
	
	.captcha-wrapper input {
		padding-right: 90px;
	}
	
	.captcha-image {
		width: 85px;
		height: 35px;
		font-size: 18px;
	}
	
	.error-message {
		padding-left: 0;
		font-size: 0.8rem;
		text-align: center;
	}
	
	/* 调整提交按钮样式 */
	.form-submit-btn {
		padding: 15px;
		font-size: 0.95rem;
		border-radius: 8px;
		margin-top: 10px;
	}
	
	.form-submit-btn:hover::before {
		width: 200px;
		height: 200px;
	}
	
	/* 调整表单说明文字 */
	.form-note {
		font-size: 0.85rem;
		margin-top: 10px;
		flex-wrap: wrap;
		gap: 5px;
	}
	
	/* 隐藏浮动标签，避免在移动端影响用户体验 */
	.floating-tags {
		display: none;
	}
	
	/* 为小屏幕（375px以下）添加额外样式 */
	@media (max-width: 375px) {
		.register-section {
			padding: 45px 10px;
		}
		
		.register-container {
			padding: 20px 15px;
			margin: 20px auto 0;
			border-radius: 12px;
		}
		
		.register-heading {
			font-size: 1.7rem;
		}
		
		.form-card {
			padding: 20px 15px;
			border-radius: 12px;
		}
		
		.form-title {
			font-size: 1.2rem;
		}
		
		.form-group input,
		.form-group select {
			padding: 12px 12px 12px 35px;
			font-size: 0.85rem;
		}
		
		.captcha-image {
			width: 80px;
			height: 32px;
			font-size: 16px;
		}
	}
}
@media (min-width: 768px) and (max-width: 1024px) {    
	html {        
	font-size:24px;
		}
/* ============================================================
   频道标题组件 ChannelHeaderWidget (channel_header)
   1:1 对齐 legacy t_list.css 第 571-638 行的 banner hero 区，
   提到全局 style.css 让首页 / 频道页都能命中。
   ============================================================ */
.central {
    position: relative;
    overflow: hidden;
    /*background-image: url(/t/site/img/bg.jpg);*/
    background: #0557fa;
    color: #FFFFFF;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 4.8vw;
    margin: 0 auto;
}

.dongxun_clearfix {
    /* background-color: #464646; */
    /* background-image: url(/t/site/img/box.png); */
    /* width: 100%; */
    height: 49.75vh;
    display: flex;
    padding: 0 4.8vw;
    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 {
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    padding: 0 0 0.7966vw;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    /* transform: translate(-50%, -50%); */
}

.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;
}

/* ============== 提交结果弹窗（与 list.css 中 .lead-modal-* 完全一致）==============
 * 这里再写一份是因为首页只引用 style.css / assets/styles.css，
 * 而 .lead-modal-* 的原始定义在 list.css（仅列表页加载）。
 * 保持两处定义完全相同，避免样式发散。
 */
.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; }
