html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 88%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.kf {
	width: 208px;
	position: fixed;/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(kefu.png) 12px center no-repeat #214d98;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px!important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
	height: auto;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url(erweima.png) 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(huidaodingbu.png) center center no-repeat #214d98;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #214d98;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url(jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 72%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #ce2e33;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.footer-fix li i.i1 {
	background-image: url(f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(f_02.png);
}
.footer-fix li i.i3 {
	background-image: url(f_03.png);
}
.footer-fix li i.i4 {
	background-image: url(f_04.png);
}
.swiper-pagination-bullet-active {
	background-color: #e13f38;
}
.str_wrap {
	position: relative;
	overflow: hidden;
}
.str_move {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
	white-space: nowrap;
}
.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 15px 0;
}
.header .tel {
	float: right;
	background: url(tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
}
.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #dd0000;
}
.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
.header .text strong {
	display: block;
	font-size: 26px;
}
.header .nav {
	font-size: 0;
	background-color: #204c97;
	color: #fff;
}
.header .nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	/*background: url(li_07.jpg) no-repeat right center;*/
	padding-right: 1px;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 70px;
	padding: 0 60px;
	color: #fff;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #dd0000;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 100;
	text-align: center;
	background-color: #1a3a5c;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: transparent !important;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav .dropdown-box a:hover {
	background-color: #dd0000 !important;
	color: #fff;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	padding: 4px;
	float: right;
	margin-left: 15px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	box-sizing: border-box;
}
.menu-btn:before, .menu-btn:after {
	display: none;
	content: none;
}
.menu-btn span {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #0d5ba4;
	border-radius: 2px;
}
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 570px;
	position: relative;
	z-index: 1;
}

.banner .swiper-pagination {
	bottom: 30px;
	z-index: 10;
}
.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}
.yunu-sou {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hot {
	float: left;
	padding: 7px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	border: 1px solid #eee;
	padding: 6px 12px;
	width: 210px;
	font-size: 14px;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 34px;
	background: url(sear.png) no-repeat center / contain #cc2231;
	color: #fff;
	font-size: 0;
}
.section {
	padding: 50px 0;
	position: relative;
	z-index: 10;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}
.section-title span {
	color: #1e4890;
}
.section-title small {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}
.title-1 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 24px;
	color: #0d5ba4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 32px;
}
.title-1 .more {
	float: right;
	font-size: 14px;
}
.title-1 small {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
}
.in-prd-cate {
	float: left;
	width: 290px;
	border: 3px solid #214d98;
	background-color: #fff;
}
.in-prd-cate .tit {
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	background-color: #214d98;
}
.in-prd-cate dl {
	padding: 10px;
	margin: 0;
}
.in-prd-cate dt a {
	display: block;
	line-height: 60px;
	background: url(g3.jpg) no-repeat center;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-prd-cate dd {
	margin: 0;
	display: block; /* 默认显示 */
}

.in-prd-cate dd a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-prd-con {
	float: right;
	width: 870px;
}
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
}
.list-1 li .img-center {
	background-color: #fff;
	height: 280px;
	line-height: 280px;
	border: 1px solid #ddd;
}
.list-1 li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-1 li a:hover .img-center {
	border-color: #dd0000;
}
.list-1-1 li .img-center {
	height: 220px;
	line-height: 220px;
}
.in-case-menu {
	float: left;
	width: 300px;
}
.in-case-menu li a {
	display: block;
	background: url(ag2.jpg) no-repeat center / 100% 100%;
	line-height: 64px;
	padding-left: 64px;
	font-size: 16px;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-case-menu li.active a {
	background-image: url(ag1.jpg);
	color: #fff;
}
.in-case-con {
	margin-left: 325px;
}
.in-case-con dl {
	margin: 0;
	overflow: hidden;
}
.in-case-con dt {
	float: left;
	width: 436px;
}
.in-case-con dd {
	margin-left: 466px;
}
.in-case-con dd h4 {
	margin: 0;
	font-size: 18px;
}
.in-case-con dd p {
	margin: 20px 0 0;
	color: #777;
	line-height: 2;
	text-align: justify;
	height: 258px;
}
.in-case-con dd .more {
	display: block;
	width: 180px;
	line-height: 38px;
	background-color: #dd0000;
	color: #fff;
	float: right;
	margin-top: 20px;
    padding-left: 50px;
	font-size: 16px;
}
.in-honours ul {
	font-size: 0;
}
.in-honours li {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.in-honours li a {
	display: block;
}
.in-honours li .img-center {
	height: 300px;
	line-height: 300px;
	background-color: #fff;
}
.in-honours li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	width: 526px;
}
.in-about dd {
	margin-left: 550px;
}
.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
}
.bg1 {
	color: #fff;
	background: url(asq_27.jpg) no-repeat center / cover;
}
.bg1 .section-title span {
	color: #fff;
}
.bg1 .section-title small {
	color: #fff;
}
.in-lc {
	margin: -20px 0 0 -20px;
}
.in-lc li {
	float: left;
	width: 33.333333%
}
.in-lc li a {
	display: block;
	margin: 20px 0 0 20px;
	position: relative;
	color: #fff;
}
.in-lc li .img-cover {
	padding-top: 76%;
}
.in-lc li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
}
.in-news {
	margin-left: -45px;
}
.in-news .item {
	float: left;
	width: 50%;
}
.in-news .wrap {
	margin-left: 45px;
}
.in-news .img-center {
	margin-bottom: 20px;
}
.in-news .title-1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.list-2 li {
	border-bottom: 1px dotted #ccc;
}
.list-2 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(li2.jpg) left center no-repeat;
	padding-left: 15px;
}
.list-2 li span {
	float: right;
	font-size: 12px;
	color: #fff;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0d5ba4;
	padding-bottom: 15px;
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.footer {
	padding: 50px 0;
	background-color: #253653;
	color: #bec3cc;
}
.footer a {
	color: #bec3cc;
}
.footer a:hover {
	color: #fff;
}
.footer-nav {
	margin-bottom: 30px;
	background-color: #334564;
	border-radius: 5px;
	font-size: 0;
	padding: 15px;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 20px;
}
.footer-ewm {
	float: right;
	width: 120px;
	text-align: center;
}
.footer-ewm p {
	margin: 10px 0 0;
	font-size: 12px;
}
.footer-info {
	margin-right: 160px;
	padding-left: 10px;
}
.footer-info p {
	margin: 5px 0 0;
}
.banner-sub {
	height: 400px;
	background: no-repeat center / cover;
}
.ct2-sd {
	float: left;
	width: 360px;
}
.ct2-mn {
	float: right;
	width: 810px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: url(k1.jpg) no-repeat center / cover;
	padding: 20px 0;
}
.contact-sd {
	padding: 20px;
	line-height: 1.8;
	font-size: 13px;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
	text-align: center;
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 44px;
	padding: 0 0 0 25px;
}
.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
	display: none; /* 默认隐藏箭头 */
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.lanmu-box {
	display: block;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu-box p.on a {
	color: #dd0000;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: #dd0000;
}
/* .lanmu li.open .lanmu-box {
	display: block;
} */
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.sub-tit {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #0d5ba4;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.curmbs {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	background: url(hom1.jpg) no-repeat 0 center;
	padding-left: 20px;
}
.curmbs em {
	font-style: normal;
	padding: 0 5px;
}
.list-3 {
}
.list-3 li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.list-3 li a {
	display: block;
	overflow: hidden;
}
.list-3 li .img-center {
	float: left;
	width: 240px;
}
.list-3 li .text {
	margin-left: 260px;
}
.list-3 li .text h4 {
	font-size: 20px;
	margin: 0;
}
.list-3 li .text .date {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}
.list-3 li .text p {
	margin: 10px 0 0;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}
.list-3 li .text span {
	float: right;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 50px;
	padding: 0 20px;
	margin-top: 10px;
}
.list-3 li a:hover .text span {
	background-color: #dd0000;
	color: #fff;
	border-color: #dd0000;
}
.list-4 li {
	border-bottom: 1px dotted #ccc;
}
.list-4 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(libg.jpg) left center no-repeat;
	padding-left: 20px;
}
.list-4 li span {
	float: right;
	font-size: 12px;
	color: #666;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.8;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yunu-showcase {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.yunu-showcase-info .tel {
	margin-top: 15px;
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #dd0000;
}
.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .img-center {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}
.preview .arrow-left {
	background: url(feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .active-nav .img-center {
	border-color: #dd0000;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.map {
	height: 400px;
	margin-top: 20px;
}
.swiper-container.banner {
	z-index: 1;
	position: relative;
}
 @media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-bottom: 50px;
}
.container {
	width: auto;
}
#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}
.kf {
	display: none;
}
.footer-fix {
	display: block;
}
.header {
	padding: 0;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header .topbar {
	display: none !important;
	height: 0;
	overflow: hidden;
}
.header-main {
	padding: 8px 15px;
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: auto;
	line-height: 1;
	float: none;
	padding: 0;
	margin: 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: #fff; /* 添加背景色 */
	border-bottom: 0;
	z-index: 1001; /* 确保导航菜单在遮罩层之上 */
	position: relative;
}
.header .nav ul {
	margin: 0 -15px;
	display: block;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #dd0000
}
.header .nav li.open .arr:after {
	border-color: #dd0000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	display: none;
	background-color: #eaf4ff;
	min-width: auto;
	text-align: left;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.header .nav .dropdown-box a {
	color: #1a3a5c !important;
	border-top: 1px solid #c5dff0;
	padding: 0 15px 0 30px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
	font-size: 14px;
}
.header .nav .dropdown-box a:hover {
	background-color: #d0eafa !important;
	color: #0a6db5 !important;
}
.menu-btn {
	display: flex;
	align-items: center;
}
.banner .swiper-slide {
	height: 150px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.yunu-sou {
	padding: 0;
	border-bottom: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	border-color: transparent;
	width: 100%;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
}

.in-prd-cate {
	display: none;
} 

/* 移动端导航遮罩层 */
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.nav-overlay.active {
    display: block;
}

.in-prd-con {
	float: none;
	width: auto;
}
.section {
	padding: 30px 0;
}
.section-title {
	margin-bottom: 20px;
	font-size: 18px;
}
.section-title small {
	font-size: 12px;
	margin-top: 5px;
}
.title-1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.title-1 small {
	font-size: 12px;
}
.list-1 {
	margin: -15px 0 0 -15px;
}
.list-1 li {
	width: 50%;
}
.list-1 li a {
	margin: 15px 0 0 15px;
}
.list-1 li .img-center {
	height: 188px;
	line-height: 188px;
}
.list-1 li p {
	margin-top: 10px;
}
.list-1 li a:hover .img-center {
	border-color: #dd0000;
}
.list-1-1 li .img-center {
	height: 108px;
	line-height: 108px;
}
.in-case-menu {
	display: none;
}
.in-case-con {
	margin: 0;
}
.in-case-con dt {
	float: none;
	width: auto;
}
.in-case-con dd {
	margin: 15px 0 0;
}
.in-case-con dd p {
	height: auto;
	margin: 10px 0 0;
	line-height: 1.8;
}
.in-case-con dd .more {
	margin-top: 15px;
}
.in-honours li {
	width: 140px;
}
.in-honours li .img-center {
	height: 150px;
	line-height: 150px;
}
.in-honours li p {
	margin-top: 10px;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 15px 0 0;
}
.in-about dd p {
	line-height: 1.8;
}
.in-lc li {
	width: 100%;
}
.in-news {
	margin-top: -20px;
}
.in-news .item {
	width: 100%;
}
.in-news .wrap {
	margin-top: 20px;
}
.in-news .img-center {
	display: none;
}
.in-news .title-1 {
	font-size: 18px;
}
.footer {
	padding: 30px 0;
}
.footer-nav {
	display: none;
}
.footer-ewm {
	display: none;
}
.footer-info {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.banner-sub {
	height: 130px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.sub-tit {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.curmbs {
	display: none;
}
.pages {
	margin-top: 20px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.list-3 li .img-center {
	float: none;
	width: auto;
}
.list-3 li .text {
	margin: 15px 0 0;
}
.list-3 li .text h4 {
	font-size: 16px;
}
.list-3 li .text p {
	font-size: 12px;
}
.list-4 li a {
	line-height: 40px;
	padding-left: 15px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title h1 {
	font-size: 18px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.pc-slide {
	float: none;
	width: auto;
}
.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
}
.map {
	height: 200px;
}
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	text-align: center;
	padding: 20px 0px;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #e62022;
	background: white;
	border: 1px #e62022 solid;
}
.pagination a.cur {
	border: none;
	background: #e62022;
	color: #fff;
}
.pagination p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
@media only screen and (max-width: 479px) {
.m-message label input.inp {
	width: 56%;
}
.m-message label textarea {
	width: 56%;
}
}

/* PC端关于我们和联系我们面板样式 */
@media screen and (min-width: 768px) {
	.panel-sd {
		background-color: #f8f9fa; /* 面板背景色 */
		border-radius: 8px; /* 圆角 */
		box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 阴影效果 */
		transition: all 0.3s ease; /* 平滑过渡 */
		border: 1px solid #e9ecef; /* 边框 */
	}
	
	.panel-sd:hover {
		box-shadow: 0 8px 16px rgba(0,0,0,0.15); /* 悬停时增强阴影 */
		transform: translateY(-5px); /* 悬停时轻微上移 */
	}
	
	.panel-sd .tit {
		font-size: 24px; /* 增大标题字体 */
		background: linear-gradient(135deg, #214d98, #1a3a7a); /* 渐变背景 */
		border-radius: 8px 8px 0 0; /* 顶部圆角 */
		padding: 25px 0; /* 增加内边距 */
		position: relative; /* 相对定位 */
	}
	
	.panel-sd .tit:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.1); /* 半透明白色覆盖 */
		border-radius: 8px 8px 0 0; /* 与标题圆角一致 */
		transition: opacity 0.3s ease; /* 平滑过渡 */
	}
	
	.panel-sd .tit:hover:before {
		opacity: 0.2; /* 悬停时改变透明度 */
	}
	
	.contact-sd {
		font-size: 16px; /* 增大联系信息字体 */
		padding: 25px; /* 增加内边距 */
		line-height: 2.8; /* 行高 */
		background-color: #ffffff; /* 联系信息背景色 */
		border-radius: 0 0 8px 8px; /* 底部圆角 */
	}
	
	.lanmu {
		background-color: #ffffff; /* 栏目背景色 */
		border-radius: 0 0 8px 8px; /* 底部圆角 */
		padding: 10px 0; /* 内边距 */
	}
	
	.lanmu li>a {
		text-align: center;
		font-size: 16px; /* 增大栏目链接字体 */
		line-height: 50px; /* 调整行高 */
		padding: 0 25px; /* 增加左右内边距 */
		color: #495057; /* 字体颜色 */
		transition: all 0.3s ease; /* 平滑过渡 */
		border-left: 3px solid transparent; /* 左侧边框 */
	}
	
	.lanmu-box p a {
		font-size: 15px; /* 增加子菜单字体大小 */
		line-height: 45px; /* 调整行高 */
		text-align:center;
		color: #6c757d; /* 字体颜色 */
		transition: all 0.3s ease; /* 平滑过渡 */
	}
	
	
	
	
	
	.lanmu-box p a:hover {
		color: #fff;
    background-color: #FF5722;
    text-align: center;
		font-weight: bold; /* 粗体 */
		padding-left: 45px; /* 悬停时稍微右移 */
	}
	
	.lanmu li.active>a {
		color: #fff;
    background-color: #FF5722;
    text-align: center;
		font-weight: bold; /* 粗体 */
	}
}
.pages{
	text-align: center;
    margin-top: 50px;
}
.pages a,span.page_prev,span.page_nowindex,span.page_next{
	display: inline-block;
	height:34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #d2d2d2;
	text-align: center;
	margin: 0 3px;
	color: #666666;
}
.page_last{display: none!important}
.pages a.cur,
span.page_nowindex,.pages a:hover{
	color: #FFFFFF;
	background: #060606;
	border: 1px solid #060606;
}
.pages{
	text-align: center;
	margin: 30px;
	/*font-size: 0*/;
}
.pages a,span.page_prev,span.page_nowindex,span.page_next{
	display: inline-block;
	height:34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #d2d2d2;
	text-align: center;
	margin: 0 3px;
	color: #666666;
}
.pages a.cur,
span.page_nowindex,.pages a:hover{
	color: #FFFFFF;
	background: #214d98;
	border: 1px solid #214d98;
}
.sxp {
   float: left;
    width: 50%;
    padding-left: 10px;
    font-size: 16px;
    display: inline;
}

/* ============================================
   科技感炫酷样式 - Tech & Cool Style
   ============================================ */

/* CSS变量定义 */
:root {
    --tech-secondary: #0099cc;
    --tech-accent: #00ffff;
    --tech-glow: rgba(0, 212, 255, 0.5);
    --tech-dark: #0a1628;
    --tech-darker: #050d18;
    --tech-gradient: linear-gradient(135deg, #00d4ff, #0099cc, #0066aa);
    --tech-gradient-reverse: linear-gradient(135deg, #0066aa, #0099cc, #00d4ff);
}

/* ============================================
   全局动画关键帧
   ============================================ */
@keyframes techGlow {
    0%, 100% { box-shadow: 0 0 5px var(--tech-glow), 0 0 10px var(--tech-glow); }
    50% { box-shadow: 0 0 20px var(--tech-glow), 0 0 30px var(--tech-glow), 0 0 40px var(--tech-glow); }
}

@keyframes techPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes techLine {
    0% { transform: scaleX(0); transform-origin: left; }
    50% { transform: scaleX(1); transform-origin: left; }
    50.1% { transform: scaleX(1); transform-origin: right; }
    100% { transform: scaleX(0); transform-origin: right; }
}

@keyframes techFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes techRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes scrollHint {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(20px); }
}

@keyframes particle {
    0%, 100% { opacity: 0; transform: translateY(0) scale(0); }
    50% { opacity: 1; transform: translateY(-20px) scale(1); }
}

@keyframes gridPulse {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.3; }
}

/* ============================================
   头部区域科技感样式
   ============================================ */

/* 科技感顶部装饰光条 */
.tech-light-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--tech-gradient);
    animation: techLine 3s ease-in-out infinite;
    z-index: 1001;
}

.tech-light-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tech-gradient);
    filter: blur(5px);
}

.header {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.header .topbar {
    background: linear-gradient(90deg, #0a1628 0%, #1a2a4a 50%, #0a1628 100%);
    color: #a0c4e8;
    position: relative;
    overflow: hidden;
}

.header .topbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    animation: techLine 4s linear infinite;
}

.header .topbar li a {
    color: #a0c4e8;
    transition: all 0.3s ease;
}

.header .topbar li a:hover {
    color: var(--tech-primary);
    text-shadow: 0 0 10px var(--tech-glow);
}

.header .topbar .tech-icon {
    margin-right: 5px;
    font-style: normal;
}

.header-main {
    padding: 20px 0;
    background: #ffffff;
    position: relative;
}

.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 覆盖clearfix对flex布局的干扰 */
.header-main .container.clearfix:before,
.header-main .container.clearfix:after {
    display: none !important;
    content: none !important;
}

/* Logo区域优化 */
.header .logo {
    float: none;
    font-size: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .logo.img-center {
    text-align: left !important;
}

.header .logo.img-center img,
.header .logo img {
    display: block;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    max-height: 65px;
    width: auto;
    vertical-align: top;
}

/* 覆盖原始.img-center对logo的影响 */
.header .logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    position: relative;
}

/* Logo发光效果 */
.logo-glow {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at left center, var(--tech-glow) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.header .logo:hover .logo-glow {
    opacity: 0.5;
}

.header .logo img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 0 transparent);
    max-height: 70px;
    width: auto;
}

.header .logo:hover img {
    filter: drop-shadow(0 0 20px var(--tech-glow));
    transform: scale(1.02);
}

/* 电话号码科技感样式 */
.header .tel {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    margin: 0;
    float: none;
}

.tel-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: var(--tech-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    position: relative;
    animation: techGlow 2s ease-in-out infinite;
}

.tel-icon::before {
    content: '☎';
    color: #fff;
    font-size: 20px;
}

.tel-icon span {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--tech-primary);
    border-radius: 50%;
    animation: techPulse 2s ease-out infinite;
}

.tel-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tel-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.header .tel strong {
    font-size: 22px;
    font-family: 'Arial', sans-serif;
    background: var(--tech-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}


/* PC端hover显示（仅992px以上PC端） */
@media screen and (min-width: 992px) {
    .header .nav li.dropdown:hover .dropdown-box {
        display: block !important;
    }
}

.dropdown-arrow {
    position: absolute;
    top: -8px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 212, 255, 0.3);
}

.dropdown-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--tech-primary);
    border-radius: 50%;
    margin-right: 10px;
    animation: techPulse 1.5s ease-in-out infinite;
}

.header .nav .dropdown-box a {
    color: #a0c4e8;
    padding: 10px 25px;
    transition: all 0.3s ease;
    background: none !important;
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
}

.header .nav .dropdown-box a:last-child {
    border-bottom: none;
}

.header .nav .dropdown-box a:hover {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.2) 0%, transparent 100%) !important;
    color: var(--tech-accent);
    padding-left: 35px;
}

/* ============================================
   Banner轮播科技感样式
   ============================================ */

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.7) 0%, rgba(10, 22, 40, 0.3) 50%, rgba(10, 22, 40, 0.7) 100%);
    z-index: 1;
}

.banner-tech-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.banner-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridPulse 4s ease-in-out infinite;
}

.banner-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
    animation: techPulse 4s ease-in-out infinite;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: 80%;
    max-width: 800px;
}

.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.banner-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 30px var(--tech-glow), 0 0 60px rgba(0, 212, 255, 0.3);
    margin: 0 20px;
    letter-spacing: 8px;
}

.banner-line {
    width: 100px;
    height: 2px;
    background: var(--tech-gradient);
    position: relative;
}

.banner-line::before,
.banner-line::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--tech-primary);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px var(--tech-glow);
}

.banner-line::before { left: -5px; }
.banner-line::after { right: -5px; }

.banner-desc {
    font-size: 20px;
    color: var(--tech-accent);
    letter-spacing: 4px;
    text-shadow: 0 0 20px var(--tech-glow);
}

.banner-scroll-hint {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.banner-scroll-hint span {
    display: block;
    width: 30px;
    height: 50px;
    border: 2px solid var(--tech-primary);
    border-radius: 20px;
    position: relative;
}

.banner-scroll-hint span::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--tech-primary);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: scrollHint 2s ease-in-out infinite;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.banner .swiper-pagination-bullet-active {
    background: var(--tech-primary);
    border-color: var(--tech-primary);
    opacity: 1;
    box-shadow: 0 0 10px var(--tech-glow);
    transform: scale(1.2);
}

/* ============================================
   区域装饰背景
   ============================================ */

.section-tech-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.tech-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tech-primary), transparent);
    opacity: 0.3;
}

.tech-line-1 {
    top: 20%;
    left: 0;
    width: 100%;
}

.tech-line-2 {
    bottom: 20%;
    left: 0;
    width: 100%;
}

.tech-circle {
    position: absolute;
    top: 50%;
    right: -200px;
    width: 400px;
    height: 400px;
    border: 1px solid var(--tech-primary);
    border-radius: 50%;
    opacity: 0.1;
    transform: translateY(-50%);
}

.tech-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, var(--tech-primary) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.1;
}

.tech-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* ============================================
   区块标题科技感样式
   ============================================ */

.section-title {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.title-decorator {
    display: none;
}

.section-title small {
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
}

/* ============================================
   产品展示区域
   ============================================ */

.section-products {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.in-prd-cate {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.in-prd-cate .tit {
    background: var(--tech-gradient);
    position: relative;
    overflow: hidden;
}

.in-prd-cate .tit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: techLine 3s linear infinite;
}

.tit-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.in-prd-cate dd a {
    transition: all 0.3s ease;
    padding-left: 35px;
}

.cate-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--tech-primary);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.in-prd-cate dd a:hover {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.1) 0%, transparent 100%);
    color: var(--tech-secondary);
    padding-left: 45px;
}

.in-prd-cate dd a:hover .cate-arrow {
    border-left-color: var(--tech-accent);
    transform: translateX(5px);
}

/* 产品卡片科技感效果 */
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 212, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.list-1 li a:hover .product-card-glow {
    opacity: 1;
}

.list-1 li .img-center {
    border: 2px solid #e8eef5;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.list-1 li a:hover .img-center {
    border-color: var(--tech-primary);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2), 0 0 20px rgba(0, 212, 255, 0.1);
    transform: translateY(-5px);
}

.list-1 li p {
    transition: all 0.3s ease;
}

.product-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--tech-primary);
    border-radius: 50%;
    margin-right: 8px;
    opacity: 0;
    transition: all 0.3s ease;
}

.list-1 li a:hover .product-dot {
    opacity: 1;
}

.list-1 li a:hover p {
    color: var(--tech-secondary);
}

/* 更多按钮科技感 */
.title-1 .more {
    background: var(--tech-gradient);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.title-1 .more span {
    position: relative;
    z-index: 1;
}

.title-1 .more i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    position: relative;
}

.title-1 .more i::before,
.title-1 .more i::after {
    content: '';
    position: absolute;
    background: #fff;
}

.title-1 .more i::before {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-1 .more i::after {
    width: 2px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.title-1 .more:hover {
    box-shadow: 0 5px 20px var(--tech-glow);
    transform: translateX(5px);
}

.title-1 .more:hover i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* ============================================
   案例区域科技感样式
   ============================================ */

.section-cases {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.in-case-menu li a {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 100%);
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.case-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.in-case-menu li.active a,
.in-case-menu li a:hover {
    background: var(--tech-gradient);
    color: #fff;
    box-shadow: 0 5px 20px var(--tech-glow);
    transform: translateX(10px);
}

.in-case-menu li.active .case-icon,
.in-case-menu li a:hover .case-icon {
    background: #fff;
    box-shadow: 0 0 10px #fff;
}

.in-case-con dd h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--tech-dark);
}

.case-title-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--tech-gradient);
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 0 10px var(--tech-glow);
}

.in-case-con dd .more {
    background: var(--tech-gradient);
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.in-case-con dd .more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.in-case-con dd .more:hover::before {
    left: 100%;
}

.in-case-con dd .more i {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    margin-left: 8px;
    position: relative;
}

.in-case-con dd .more i::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.in-case-con dd .more:hover {
    box-shadow: 0 5px 25px var(--tech-glow);
    transform: translateY(-3px);
}

/* ============================================
   关于我们区域科技感样式
   ============================================ */

.section-about {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.about-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.about-img-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 212, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-img-wrapper:hover .about-img-glow {
    opacity: 1;
}

.about-arrow {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: var(--tech-primary);
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

.about-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--tech-primary);
    border-right: 2px solid var(--tech-primary);
    transform: rotate(45deg);
}

/* ============================================
   新闻区域科技感样式
   ============================================ */

.section-news {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.list-2 li {
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    transition: all 0.3s ease;
}

.list-2 li:hover {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.05) 0%, transparent 100%);
}

.list-2 li a {
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 8px 0;
    background: none;
    padding-left: 0;
}

.news-date {
    background: var(--tech-gradient);
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 12px;
    min-width: 85px;
    text-align: center;
    line-height: 1.6;
    flex-shrink: 0;
    display: inline-block;
}

.news-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--tech-primary);
    border-radius: 50%;
    margin-right: 10px;
    animation: techPulse 1.5s ease-in-out infinite;
}

.list-2 li a:hover .news-dot {
    box-shadow: 0 0 10px var(--tech-glow);
}

.list-2 li span {
    float: none;
}

/* 友情链接科技感 */
.link-arrow {
    display: none;
}

/* ============================================
   页脚区域科技感样式
   ============================================ */

.footer {
    background: linear-gradient(180deg, #0a1628 0%, #050d18 100%);
    position: relative;
    overflow: hidden;
}

.footer-tech-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--tech-gradient);
}

.footer-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(0, 212, 255, 0.3) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridPulse 5s ease-in-out infinite;
}

.footer-nav {
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.1);
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.footer-nav-dot {
    display: none;
}

.footer-ewm {
    position: relative;
    z-index: 1;
}

.ewm-wrapper {
    position: relative;
    display: inline-block;
}

.ewm-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, var(--tech-glow) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ewm-wrapper:hover .ewm-glow {
    opacity: 0.5;
}

.footer-ewm .img-center {
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 8px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
}

.footer-info {
    position: relative;
    z-index: 1;
}

.footer-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-icon {
    font-size: 18px;
    color: var(--tech-primary);
    margin-right: 10px;
    text-shadow: 0 0 10px var(--tech-glow);
}

.footer-info-item p {
    margin: 0;
}

.footer-copyright,
.footer-icp {
    border-top: 1px solid rgba(0, 212, 255, 0.1);
    padding-top: 15px;
    margin-top: 15px;
}

/* ============================================
   侧边客服科技感样式
   ============================================ */

.kf {
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.kt-top {
    background: var(--tech-gradient);
    position: relative;
    overflow: hidden;
}

.kt-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: techLine 3s linear infinite;
}

.kf-icon {
    font-style: normal;
    margin-right: 5px;
}

.kf .con {
    background: rgba(10, 22, 40, 0.98);
    border-left: 1px solid rgba(0, 212, 255, 0.2);
    border-right: 1px solid rgba(0, 212, 255, 0.2);
}

.kf .con h5 {
    color: var(--tech-primary);
    font-size: 15px;
}

.kf-title-icon {
    margin-right: 8px;
}

.contact-label {
    color: #888;
}

.contact-value {
    color: var(--tech-accent) !important;
    font-weight: 500;
    font-size: 15px;
}

.qr-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, var(--tech-glow) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kf .con .qr:hover .qr-glow {
    opacity: 0.5;
}

.kf-side {
    background: var(--tech-gradient);
    transition: all 0.3s ease;
}

.kf-side:hover {
    box-shadow: -5px 0 20px var(--tech-glow);
}

.kf .backTop {
    background: var(--tech-gradient);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kf .backTop::before {
    content: '\\2191';
    color: #fff;
    font-size: 18px;
}

.kf .backTop:hover {
    box-shadow: 0 -5px 20px var(--tech-glow);
}


/* ============================================
   响应式自适应 - 移动端
   ============================================ */

@media screen and (max-width: 991px) {
    /* 隐藏顶部动态光条 */
    .tech-light-bar {
        display: none;
    }
    
    /* 隐藏滚动提示动画 */
    .banner-scroll-hint {
        display: none;
    }
    
    /* 隐藏移动端电话区域 */
    .header .tel {
        display: none !important;
    }
    
   
    
    .banner-title h2 {
        font-size: 24px;
        letter-spacing: 4px;
    }
    
    .banner-line {
        width: 40px;
    }
    
    .banner-desc {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .title-decorator {
        width: 25px;
    }
    
    .title-decorator::before,
    .title-decorator::after {
        width: 6px;
        height: 6px;
    }
    
    
   
    
    .footer-particles {
        background-size: 30px 30px;
    }
    
    .footer-info-item {
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .footer-icon {
        margin-right: 8px;
        margin-bottom: 0;
        font-size: 16px;
    }
    
    .footer-info-item p {
        font-size: 13px;
    }
    
    .footer-copyright,
    .footer-icp {
        font-size: 12px;
    }
    
    .tel-icon {
        display: none;
    }
}\n
/* ============================================
   滚动条美化
   ============================================ */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0a1628;
}

::-webkit-scrollbar-thumb {
    background: var(--tech-gradient);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--tech-primary);
}

/* ============================================
   文本选择样式
   ============================================ */

::selection {
    background: var(--tech-primary);
    color: #fff;
}

::-moz-selection {
    background: var(--tech-primary);
    color: #fff;
}