@charset"UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

dd {
	margin-left: 0
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	font-size: 12px
}

a:hover {
	text-decoration: none
}

.container {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}

.contain {
	width: 1200px;
	height: auto;
	margin: 0 auto
}

p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

.over {
	overflow: hidden;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.wh {
	width: 100%;
}

.relative {
	position: relative;
}



.top {
	width: 100%;
	height: 25px;
	background-color: #116bc3;
}

.top-left {
	width: 400px;
	float: left;
}

.top-left span {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 3px;
}

.top .toplist {
	width: 240px;
	height: 25px;
	float: right;
}

.top .toplist li {
	width: 80px;
	text-align: center;
	height: 25px;
	float: left;
}

.top .toplist li a {
	color: #ffffff;
	line-height: 25px;
	font-size: 12px;
	display: block;
}


.header {
	width: 100%;
	height: 120px;
	margin: 0;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
}

.nav {
	margin: 0 0 0 0;
	border-top: 1px #ddd solid;
	border-bottom: solid #ddd 1px;
	background-color: #2589eb;
}

.nav ul li {
	position: relative;
	float: left;
	display: block;
	padding: 15px 70px 15px 70px;
	border-right: solid #ddd 1px;
	background: #116bc3;
	position: relative;
}

.nav ul li:first-child {
	border-left: 1px solid #ddd;
}

.nav>ul>li>img {
	position: absolute;
	left: 24px;
	top: 16px;
}

.nav ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.nav ul li a:last-child {
	/*border-right:none*/
}

.nav ul li:hover,
.nav ul li.active {
	color: #fff;
}

.nav ul li:hover a,
.nav ul li.active a {
	color: #fff;
}



.nav ul li:hover .box {
	display: table;
}

.nav .box {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 49px;
	border: 1px #f5f5f5 solid;
	float: left;
	padding: 20px 30px;
	margin: 0 0 0 -120px;
	background: #f5f5f5;
}

.nav .box .left {
	display: table-cell;
	vertical-align: top
}

.nav .box .left .rom {
	margin-right: 0px;
}



.nav .chanpinzhongxin .left .rom {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.nav .case .left .rom {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.nav .box .left a {
	-webkit-column-break-inside: avoid;
	width: 130px;
	text-align: left;
	line-height: 35px;
	color: #666;
	margin: 0 20px 0 0;
	padding: 0 0px 0 10px;
	font-size: 13px;
	border-bottom: dashed 1px #ddd;
	background: url(../images/arrow_one.png) left no-repeat;
}

.nav .box .left a:hover {
	color: #289BAE
}

.nav .box img {
	display: table-cell;
	margin-left: 15px;
}








.index_box {
	width: 100%;
	height: 654px;
}

.index_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #116bc3;
	font-size: 30px;
	font-weight: bold;
}

.index_title_en {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #727272;
	font-size: 18px;
	font-family: Century Gothic, Arial, sans-serif;
}

.center {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/* ===== Features Section (Index) ===== */
.features-wrapper {
	width: 1280px;
	margin: 0 auto 30px auto;
	background-color: #f2f2f2;
	padding: 30px 0; /* Add vertical padding */
}

.features-container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start; /* items align top */
}

.feature-item {
	display: flex;
	align-items: flex-start;
	width: 280px; /* Fixed width to ensure alignment */
	gap: 15px;
}

.feature-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}

/* CSS Sprite Styles 
   Using generated SVG sprite containing the 4 icons horizontally (50px * 4 = 200px width)
*/
.sprite-icon {
	background-image: url('../images/icon/features-sprite.svg'); /* Auto-generated SVG sprite */
	background-repeat: no-repeat;
	display: block;
}

.sprite-icon.research {
	background-position: 0 0;
}

.sprite-icon.design {
	background-position: -50px 0;
}

.sprite-icon.developing {
	background-position: -100px 0;
}

.sprite-icon.marketing {
	background-position: -150px 0;
}

.feature-content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
	line-height: 1.2;
}

.feature-content p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}


.business .content .title .name2 {
	text-align: center;
	font-size: 30px;
	color: #444;
	margin-top: 20px;
}

.business {
	width: 100%;
	height: 741px;
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.business .back {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.business .content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 741px;
	margin-top: 50px;
}

.business .content .title {
	height: 118px;
	margin: 0 auto;
	margin-top: 13px;
	border: none;
	text-align: center;
}

.business .adstar {
	width: 440px;
	height: 440px;
	position: absolute;
	left: 50%;
	top: 201px;
	margin-left: -220px;
	cursor: pointer;
}

.business .adstar .cnback {
	width: 203px;
	height: 203px;
	margin: 0 auto;
	margin-top: 118.5px;
}

.business .adstar .adv {
	text-align: center;
	width: 400px;
	margin-top: 30px;
}

.business .adstar .name {
	width: 400px;
	color: #173e69;
	margin: 10px 0px;
	font-size: 28px;
	line-height: 36px;
}

.business .adstar .value {
	width: 400px;
	color: #808080;
}

.business .mode {
	position: absolute;
	width: 280px;
	text-align: center;
	cursor: pointer;
	left: 50%;
}

.business .mode p {
	margin: 6px 0px;
}

.business .mode em {
	font-size: 30px;
	font-style: normal;
}

.business .mode .jct {
	font-size: 18px;
	color: #333;
}

.business .mode .data {
	font-size: 13px;
	color: #808080;
}

.business .mode .index {
	width: 300px;
	height: 202px;
	background: url(../images/index.png) no-repeat;
	background-position: center;
}

.indexbusinessM {
	display: block;
	width: 100%;
	height: 741px;
	position: relative;
}


.home-img2 {
	margin: 30px 0;
	position: relative;
}

.home-img2 .home-img2-box {
	width: 400px;
	height: 140px;
	float: left;
	position: absolute;
	top: 30px;
	left: 130px;
	border: solid 1px #fff;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	text-align: center;
	color: #fff;
}

.home-img2 .home-img2-box h4 {
	margin-top: 16px;
	font-size: 20px;
	color: #fff;
}

.home-img2 .home-img2-box p {
	margin: 15px;
	font-size: 16px;
	padding: 0px;
	text-align: left;
	color: #fff;
}

.index_box4 {
	width: 100%;
	height: 420px;
	background: #fff url(../images/index_bg_02.png) no-repeat center top;
	padding-top: 40px;
}

.index_contact {
	width: 100%;
	height: 220px;
	margin-top: 20px;
}

.index_contact dl {
	width: 270px;
	height: 240px;
	border: solid #989898 1px;
	float: left;
	margin-left: 40px;
	text-align: center;
}

.index_contact dl dt {
	width: 184px;
	height: 40px;
	margin: 15px auto 0 auto;
}

.index_contact dl dt h2 {
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #132441;
	font-weight: normal;
}

.index_contact dl dt h3 {
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #c4c4c4;
	font-family: "Arial";
	font-weight: normal;
}

.index_contact dl dd {
	width: 184px;
	height: 40px;
	margin: 119px auto 0 auto;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
	font-family: "宋体";
	line-height: 30px;
}


.title {
	margin: 30px 0px;
	background: url('/images/title-bg.png') no-repeat center center;
}

.title .da_p {
	color: #000;
	font-size: 36px;
	text-transform: capitalize;
}

.title .da_p span {
	font-size: 14px;
	vertical-align: middle;
}

.title .xiao_p {
	font-size: 14px;
	color: #b1b1af;
	text-transform: uppercase;
	margin-top: 10px;
}

.title.tit1 .da_p {
	color: #fff;
}

.title.tit1 .da_p span {
	color: #fff;
}

.title.tit1 .xiao_p {
	color: #fff;
}


.clear_both {
	zoom: 1;
}

.clear_both:before {
	content: "";
	display: table;
	clear: both;
}

.clear_both:after {
	content: "";
	display: table;
	clear: both;
}

.wrap {
	max-width: 1200px;
	margin: auto;
}

.index_about {
	background: url(/images/index_about_bg.jpg) no-repeat;
	padding-bottom: 60px;
}

.index_about * {
	color: #fff;
}

.index_about .about_con .p1 {
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 100px;
	letter-spacing: 2px;
}

.index_about .about_con .shuju {
	width: 340px;
	border-left: 1px solid #fff;
	text-align: center;
}

.index_about .about_con .shuju:nth-child(1) {
	border-left: 0px;
	margin-left: 60px;
}

.index_about .about_con .shuju .shu {
	font-size: 50px;
	position: relative;
	display: inline-block;
}

.index_about .about_con .shuju .shu .span {
	font-size: 16px;
	position: absolute;
	top: 0;
	right: -26px;
}

.index_about .about_con .shuju .ju {
	font-size: 14px;
	margin-top: 15px;
}

.index_solu {
	background: #f8f8f8;
	padding-bottom: 75px;
}

.index_solu .solu_con {
	background: #fff;
	height: 440px;
}

.index_solu .solu_con .con {
	width: 300px;
	height: 440px;
}

.index_solu .solu_con .con .img {
	width: 300px;
	height: 220px;
}

.index_solu .solu_con .con .img .san {
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	left: 50%;
	margin-left: -12px;
}

.index_solu .solu_con .con .img .san.shang {
	border-bottom-color: #fff;
	bottom: 0px;
	top: auto;
}

.index_solu .solu_con .con .img .san.xia {
	border-top-color: #fff;
	top: 0px;
	bottom: auto;
}

.index_solu .solu_con .con .text {
	width: 260px;
	height: 230px;
	padding: 25px 20px;
}

.index_solu .solu_con .con .text .p1 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.index_solu .solu_con .con .text .p1:hover {
	color: #da5128;
}

.index_solu .solu_con .con .text .p2 {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	margin-top: 10px;
}



/*footer*/

.footer {
	background: #e5e5e5;
	padding: 50px 0 0 0
}

.footer .top {
	border-bottom: 1px #ddd solid;
	padding: 0 0 10px 0;
	margin-bottom: 20px
}

.footer .top h2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0
}

.footer .top a {
	display: inline-block;
	color: #333;
	font-size: 12px;
	margin: 0 10px 0 0
}

.footer .top a:hover {
	color: #289bae
}

.footer .left {
	width: 600px;
}

.footer .left h2 {
	color: #116bc3;
	font-size: 22px;
	font-weight: bold;
}

.footer .left h2 span {
	display: block;
	margin: 5px 0 0 0;
	color: #333;
	font-size: 12px;
	font-weight: 400
}

.footer .left form {
	margin: 20px 0 0 0;
}

.footer .left form input {
	float: left;
	width: 240px;
	border: none;
	margin: 0 10px 10px 0;
	background: #fff;
	padding: 10px 10px 10px 40px;
	color: #000;
	font-size: 14px;
}

.footer .left form input.one {
	background: #fff url(../images/ico-01.png) no-repeat;
	background-position: 15px 10px;
}

.footer .left form input.two {
	background: #fff url(../images/ico-02.png) no-repeat;
	background-position: 15px 10px;
}

.footer .left form input.three {
	background: #fff url(../images/ico-03.png) no-repeat;
	background-position: 15px 13px;
}

.footer .left form input.four {
	background: #fff url(../images/ico-04.png) no-repeat;
	background-position: 15px 10px;
}


.footer .left form textarea {
	width: 540px;
	border: none;
	margin: 0 10px 10px 0;
	background: #fff;
	padding: 7px 10px 5px 40px;
	color: #000;
	font-size: 14px;
	background: #fff url(../images/ico-05.png) no-repeat;
	background-position: 15px 10px;
}

.footer .left form button {
	cursor: pointer;
	color: #fff;
	padding: 15px 0;
	width: 250px;
	border: none;
	font-size: 12px;
	text-align: center;
	background: #116bc3;
}

.footer .left form button:hover {
	background: #000000;
}


.footer .right {
	margin-left: 20px;
	padding-left: 100px;
	border-left: 1px #ccc dashed;
}

.footer .right .tel {
	color: #666;
	;
	font-size: 14px;
	background: url(../images/tel_02_ico.png) no-repeat left;
	padding-left: 50px;
}

.footer .right .tel span {
	display: block;
	color: #116bc3;
	font-size: 24px;
}

.footer .right .box {
	margin: 50px 0 0 0;
	color: #666;
	font-size: 13px;
	line-height: 24px;
	;
}

.footer .right .box a {
	color: #666;
	font-size: 13px
}

.footer .right .box a:hover {
	color: #009944
}

.footer .bottom {
	margin: 20px 0 0 0;
	background: #d3d3d3;
	padding: 20px 0;
}

.footer .bottom h3 {
	float: left;
	line-height: 25px;
	color: #116bc3;
	font-size: 12px;
	margin: 0 10px 0 0;
}

.footer .bottom h3 span {
	color: #666666
}

.footer .bottom a {
	color: #666;
	font-size: 12px;
	margin: 0 10px 0;
	padding: 0 10px 0 0;
	line-height: 10px;
	border-right: 1px #aaa dashed;
}

.footer .bottom a:hover {
	color: #009944
}



.footer_hy {
	width: 100%;
	height: 145px;
	margin: 0 auto;
	background: url('/images/apply-bg.jpg');
}

.hy_bt {
	width: 105px;
	height: 145px;
	line-height: 145px;
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	float: left
}


.hy_nr {
	width: 1095px;
	height: 146px;
	float: left
}

.hynr {
	width: 60px;
	height: 90px;
	display: block;
	float: left;
	margin: 39px 0 0 0
}

.hyimg {
	display: block;
	width: 60px;
	height: 60px;
}

.hywz {
	display: block;
	width: 60px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #fff;
}

.ftx {
	width: 75px;
	height: 1px;
	background: url(../images/ftx.png) repeat-x;
	display: block;
	float: left;
	margin-top: 69px
}





#nav2 {
	position: relative;
	z-index: 1;
}

.mainCate {
	position: relative;
	height: 50px;
	line-height: normal; /* Reset line-height */
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
	transition: all 0.3s ease;
	overflow: hidden;
}

.mainCate:first-child {
	border-top: none; 
}

.mainCate a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
}

.mainCate .nav-text {
	flex: 1;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px; /* Space between text and arrow */
	display: block; /* For transform */
}

.mainCate i {
	flex-shrink: 0;
	color: #ccc;
	font-size: 12px;
	transition: all 0.3s;
}

/* Hover Effects */
.mainCate:hover {
	background: linear-gradient(to right, #0091de, #00a8ff);
	padding-left: 5px; /* Slide container content? No, padding on a handles it? */
	/* If we want slide effect, padding-left on container works if 'a' width allows it.
	   With 'w-100' on 'a', padding-left on container pushes 'a' to smaller width?
	   Let's keep it simple. */
}

.mainCate:hover .nav-text {
	color: #fff;
	overflow: visible;
	text-overflow: clip;
	/* Marquee logic: animate text only */
	animation: scroll-text-sidebar 4.5s linear infinite alternate;
}

.mainCate:hover i {
	color: #fff;
	transform: translateX(-5px);
}

#nav2 .on {
	background: #0091de;
}

#nav2 .on .subCate {
	display: block !important;
}


#nav2 .subCate {
	display: none;
	background: #fff;
	position: absolute;
	left: 218px;
	top: 0;
	width: 359px;
	padding: 0 25px;
	border: 1px solid #dbdedd;
	padding-bottom: 10px;
}

#nav2 .subCate h4 {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #959595;
	padding-top: 10px;
}

#nav2 .subCate h4 span {
	float: left;
	color: #333
}

#nav2 .subCate h4 a {
	float: right;
}

#nav2 .subCate p {
	line-height: 24px;
	overflow: hidden;
	padding: 10px 0px 0 0;
}

#nav2 .subCate p em {
	margin-right: 28px;
	float: left;
	display: inline;
}

#nav2 .subCate p em a:hover {
	color: #0091de;
}

.hh,
.nav2box {
	width: 218px;
	border: 1px solid #d2d2d2
}

.hh .hhtit,
.nav2box .nav2tit {
	line-height: 67px;
	background: #f9f9fa;
	font-size: 18px;
}

.nav2box .nav2tit i {
	background: url(../images/pngbg2.png) 0 -283px no-repeat;
	width: 23px;
	height: 19px;
	margin: 0 18px 0 25px
}

.nav2box .nav2tit i.spe {
	background: url(../images/pngbg12.png);
	width: 25px;
	height: 22px;
}

.dlhh dt,
.mtit {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 18px;
}

.dlhh dl dt span,
.mtit span {
	font-weight: bold;
	line-height: 34px;
	border-bottom: 3px solid #0091de;
	font-size: 16px;
	color: #333;
	float: left;
}

.dlhh dl dt a,
.mtit a {
	width: 53px;
	height: 19px;
	margin-top: 10px;
	background: url(../images/pngbg2.png) 0 0 no-repeat;
	float: right
}

.mtit span .icon1 {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url(../images/pngbg6.png)
}

.mtit .col1 {
	color: #fa6c26
}

.kc {
	width: 960px;
}

.kc table {
	width: 100%;
}

.kc tr {
	border: 1px solid #d2d2d2;
}

.kc td {
	text-align: center;
	height: 89px;
	width: 25%;
	line-height: 24px;
	color: #333
}

.kc .kcname {
	color: #333;
	font-size: 13px;
}

.kc .kcname:hover {
	color: #0091de
}

.kc .col1 {
	color: #666
}

.hotkc,
.dlhh,
.pp {
	margin-top: 11px;
}

.picScroll-top {
	position: relative;
	overflow: hidden;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("/images/arrow.png") 0 -100px no-repeat;
}

.picScroll-top .hd .next {
	background-position: 0 -140px;
}

.picScroll-top .hd .prevStop {
	background-position: -60px -100px;
}

.picScroll-top .hd .nextStop {
	background-position: -60px -140px;
}

.picScroll-top .bd ul {
	zoom: 1;
}

.picScroll-top .next,
.picScroll-top .prev {
	font-size: 20px;
	display: block;
	border-top: 1px solid #dcdcdc;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer
}

.picScroll-top .prev {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: -1px
}

.nav2box {
	position: relative
}

.subnav {
	position: absolute;
	z-index: 100;
	left: 218px
}

.subnav li {
	display: none;
	border: 1px solid #dbdedd;
}


.subCate {
	background: #fff;
	left: 218px;
	top: 0;
	width: 500px;
	padding: 0 25px;
	padding-bottom: 10px;
}

.subCate h4 {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #959595;
	padding-top: 10px;
}

.subCate h4 span {
	float: left;
	color: #333
}

.subCate h4 a {
	float: right;
}

.subCate p {
	line-height: 24px;
	overflow: hidden;
	padding: 10px 0px 0 0;
}

.subCate p em {
	margin-right: 28px;
	float: left;
	display: inline;
	width: 200px;
}


.slideBox2 {
	overflow: hidden;
	position: relative;
}


.propp .proppp2 {
	display: none
}

.propp .propppbtn {
	color: #33a7e5;
	cursor: pointer;
	margin-left: 20px
}

.slideBoxhhh {
	position: relative;
	border-top: 1px solid #cccccc
}

.slideBoxhhh .slideBox2tit {
	line-height: 50px;
	font-size: 14px;
	color: #333
}

.slideBoxhhh .prevsh,
.slideBoxhhh .nextsh {
	position: absolute;
	right: 36px;
	top: 52px;
	width: 36px;
	height: 20px;
	background: url(../images/pngbg15.png) left center no-repeat;
	z-index: 10
}

.slideBoxhhh .nextsh {
	right: 0;
	background-position: right center;
}


.about-list {
	width: 1200px;
	height: 50px;
	margin: 30px 0 20px 0;
}

.about-list li {
	width: 200px;
	height: 40px;
	float: left;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
	border: 1px solid #efefef;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about-list li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #666;
}

.about-list li.active,
.about-list li:hover {
	background-color: #0099CC;
	border: 1px solid #efefef;
}

.about-list li.active a,
.about-list li:hover a {
	color: #fff;
}

.about-list a {
	display: block;
}


.pro {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	min-height: 600px;
}

/* line 190, ../sass/index.scss */
.pro dl {
	float: left;
	width: 220px;
	height: 205px;
	margin-right: 25px;
	margin-bottom: 30px;
	cursor: pointer;
	border: 1px solid #ccc;
}

/* line 193, ../sass/index.scss */
.pro dl dt {
	width: 218px;
	height: 163.5px;
}

/* line 195, ../sass/index.scss */
.pro dl dt img {
	width: 100%;
	height: 100%;
}

/* line 197, ../sass/index.scss */
.pro dl dd {
	width: 220px;
	height: 40px;
	text-align: center;
}

/* line 199, ../sass/index.scss */
.pro dl dd span {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
}

/* line 205, ../sass/index.scss */
.pro dl:nth-child(5n) {
	margin-right: 0px;
}


.news2 {}


.global_news_ul_li {
	float: left;
	width: 284px;
	overflow: hidden;
	float: left;
	background-color: #fff;
	margin-right: 21px;
}

.global_news_ul_li:nth-child(4n) {
	margin-right: 0px;
}

.global_news_ul_li:hover {
	background-color: #0184CD
}

.global_news_ul_li:hover p {
	color: #fff;
}

.global_news_ul_li:hover p a {
	color: #fff;
}

.global_news_ul_li:hover p.ppp1 a {
	color: #fff;
}

.global_news_ul_li p.ppp1 {
	padding: 0 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 50px;
}

.global_news_ul_li p.ppp2 {
	padding: 0 10px;
	line-height: 24px;
	height: 140px;
}

.global_news_ul_li p.ppp3 {
	padding: 0 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.global_news_ul_li p.ppp3 a {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	background: url(../images/more_dot.png) no-repeat left center;
	padding-left: 20px;
}

.global_news_ul_li p.ppp1 a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.about-con {
	min-height: 500px;
}

.about-con img {
	max-width: 100%;
}

.productList {
	width: 960px;
	height: 420px;
	display: none;
}

.productListInfo1 .productList {
	display: block;
}

/*.productList:first-child{display:block;}*/
.productList dl {
	width: 225px;
	height: 205px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}

.productList dl:nth-child(4n) {
	margin-right: 0px;
}

.productList dl:hover img {
	transform: scale(1.1);
}

.productList dl dt {
	width: 225px;
	height: 165px;
	overflow: hidden;
}

.productList dl dt img {
	width: 225px;
	height: 165px;
	transition: all 1s;
}

.productList dl dd {
	width: 225px;
	height: 40px;
	text-align: center;
	overflow: hidden;
}

.productList dl dd span {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}



/*新闻列表*/
.news {
	background: #f2f2f2;
	padding: 25px 0
}

.focus {
	width: 1100px;
	margin: 0 auto
}

.fc_tit {
	text-align: center;
	height: 75px;
	line-height: 75px;
	margin-bottom: 40px;
	background: url(../images/bor1.png) no-repeat bottom;
}

.fc_tit a {
	color: #234e93;
	font-size: 30px;
	text-transform: uppercase;
}

.fc_tit em {
	display: block;
	color: #c2c2c2;
	font-size: 20px;
}

.focus_con {
	height: 434px;
	overflow: hidden;
}

.fs_lt {
	float: left;
	width: 330px;
	border-bottom: 4px solid #234e93;
	height: 430px;
}

.fs_lt h2 {
	color: #fff;
	letter-spacing: 2px;
	line-height: 36px;
}

.fs_lt h4 {
	background: #234e93;
	padding: 10px 16px 0;
	height: 78px;
	overflow: hidden;
}

.fs_lt h4 a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.fs_lt h4 b {
	display: block;
	font-size: 20px;
	line-height: 25px;
}

.fs_pic {
	width: 303px;
	height: 172px;
	position: relative;
}

.lt {
	position: absolute;
	left: 11px;
	top: 66px;
	background: url(../images/lt.png) no-repeat;
	width: 40px;
	height: 40px;
}

.rt {
	position: absolute;
	right: 11px;
	top: 66px;
	background: url(../images/rt.png) no-repeat;
	width: 40px;
	height: 40px;
}

.fs_wrp {
	width: 330px;
	overflow: hidden;
}

.fs_wrp li {
	float: left;
	width: 303px;
}

.fs_wrp li a,
.fs_wrp li img {
	display: block;
	width: 330px;
	height: 172px;
}

.fs_txt {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin: 12px 0 15px;
	padding: 0 0 0 0;
}

.fs_rt {
	width: 742px;
	float: right;
}

.fs_more {
	display: block;
	border: 2px solid #234e93;
	width: 94px;
	height: 30px;
	color: #234e93;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.fs_more:hover {
	display: block;
	border: 2px solid #234e93;
	width: 94px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	background: #234e93;
}

.fs_rt h4 {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	/*background:url(../images/n_line.gif) 293px 22px no-repeat;*/
}

.fs_rt h4 .n_more {
	float: right;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	padding-right: 18px;
}

.fs_rt h4 .n_name {
	color: #333;
	font-size: 18px;
	margin-right: 10px;
	border: 1px solid #234e93;
	background-color: #fff;
	text-align: center;
	padding: 5px 14px;
}

.fs_rt h4 .n_namesnone {}

.fs_rt h4 .cur {
	color: #234e93;
}

.n_list {}

.n_list li {
	height: 104px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.n_list dl {
	float: left;
	width: 620px;
}

.n_list dt {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 8px;
}

.n_list dt a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.n_list dd {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.n_list dd a {
	color: #333;
}

.n_list li span {
	float: right;
	width: 91px;
	height: 80px;
	line-height: 40px;
	padding-top: 10px;
	text-align: center;
	background: #234e93;
	color: #fff;
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.n_list li b {
	font-size: 30px;
	display: block;
}

.n_list .n_top span {
	background: #AD0000;
}

.n_list .n_top span b {
	font-size: 30px;
	margin-top: 14px;
	font-family: "Microsoft Yahei";
}

.sy-case {
	padding: 40px 0;
	border-bottom: 10px
}

.sy-title2 {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.sy-title2 span {
	/*background:url(../images/bor1.png) no-repeat center;*/
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.sy-title2 h1 {
	color: #234e93;
	font-size: 28px;
	height: 50px;
	line-height: 40px;
}

.sy-title2 h2 {
	height: 50px;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

.sy-title2 h3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #116bc3;
	font-size: 30px;
	font-weight: bold;
}

.sy-title2 h4 {
	width: 100%;
	font-weight: normal;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
	font-family: Century Gothic, Arial, sans-serif;
}

.u-listB,
.u-listB1 {
	margin: 8px -10px;
}

.u-listB li {
	float: left;
	width: 257px;
	text-align: center;
	border: #CCC 1px solid;
	background: #FFF;
	margin: 10px;
	visibility: visible;
	overflow: hidden;
}

.u-listB1 li {
	float: left;
	border: #CCC 1px solid;
	width: 257px;
	text-align: center;
	background: #FFF;
	margin: 10px;
	visibility: visible;
	overflow: hidden;
	border: none;
}

.u-txt4 {
	height: 35px;
	line-height: 35px;
	border: #CCC 1px solid;
	border-top: none;
}

.u-img1 {
	border-bottom: 1px solid #ccc;
}

.u-listB li img,
.u-listB1 li img {
	width: 257px;
	height: 280px;
	display: block;
	transition: 0.5s;
	overflow: hidden;
}

.u-txt5 {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.u-listB li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.6s;
	overflow: hidden;
	opacity: 0.7;
}

.u-listB1 li img:hover {
	transition: 0.6s;
	overflow: hidden;
	opacity: 0.7;
}



.sub_content {
	width: 1100px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	clear: both;
	background-color: #fff
}

.sub_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sub_content_left {
	width: 280px;
	display: flex;
	flex-direction: column;
	height: auto;
}

.sub_bt {
	width: 100%;
	height: 109px;
	position: absolute;
	margin-top: -50px;
	background-color: #116bc3;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	padding: 20px 0px 0px 20px;
}

.sub_bt h1 {
	font-size: 34px;
	color: #fff;
	font-weight: bold
}

.sub_bt h4 {
	font-size: 18px;
	color: #fff;
}

.sub_nav {
	width: 100%;
	height: 100%;
}

.sub_nav ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	text-align: left;
	vertical-align: middle;
	line-height: 38px;
	padding-left: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.sub_nav ul li:hover {
	cursor: pointer
}

.sub_nav ul li ul {
	display: block;
	width: 211px;
}

.sub_nav ul li a {
	display: block;
	text-decoration: none;
	color: #929292;
	font-size: 14px;
	width: 100%;
	float: left
}

.sub_nav ul li.active {
	background-color: #116bc3;
}

.sub_nav ul li.active a {
	color: #fff;
}

.sub_nav ul li a:hover {
	color: #5a5a5a
}

.sub_nav ul li span {
	padding: 0px 0px 0px 160px;
	display: block;
}

.sub_nav ul .sub_nav_bj {
	background: url(../images/bt_bg.jpg) repeat-x
}

.sub_nav ul li ul li {
	display: block;
	padding: 0;
	background: none;
	width: 211px;
}

.sub_service {
	width: 211px;
	height: auto;
	margin-top: 20px;
}

.sub_service a {
	display: block;
	width: 211px;
	height: 232px;
	margin-top: 10px;
}

.sub_service a img {}

.sub_content_right {
	flex: 1;
	height: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	min-width: 0;
}

.sub_content_right_top {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #cccccc;
}

.sub_content_right_top_top {
	width: 100%;
	height: 20px;
	font-size: 14px;
}

.sub_content_right_top_top a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
}

.sub_content_right_top_top a:hover {
	color: #5a5a5a
}

.sub_content_right_top_below {
	width: 100%;
	height: 55px;
	font-size: 24px;
	color: #5a5a5a;
	text-align: left;
	vertical-align: middle;
	line-height: 80px;
}

.sub_content_right_top_below span {
	font-size: 14px;
	color: #999999;
	padding-left: 10px;
}

.sub_content_right_below {
	padding-top: 45px;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	zoom: 1;
}

.sub_content_right_below p {
	line-height: 22px;
	padding-top: 10px;
	font-size: 13px;
	color: #666666
}

/*车型展示列表*/
.car_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.car_list ul li {
	display: block;
	float: left;
	width: 270px;
	height: 230px;
	margin-top: 15px;
	margin-right: 22px;
}

.pro-image {
	position: relative;
	width: 270px;
	height: 180px;
}

.pro-image img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.car_list ul li:nth-child(3n) {
	margin-right: 0px;

}

.car_list ul li a {
	display: block;
	float: left;
	width: 270px;
	height: 182px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.car_list ul li a>img {
	width: 100%;
}

.car_list ul li a div {
	width: 270px;
	height: 38px;
	background-color: #116bc3;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.car_list ul li a div:hover {
	background-color: #194e82;
}

.car_list ul li a img.arrows {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}



/*新闻列表*/
.news_list {
	width: 859px;
	height: 115px;
	;
	border-bottom: 1px solid #e5e4e2
}

.news_list_left {
	width: 166px;
	height: 98px;
	float: left
}

.news_list_right {
	width: 680px;
	height: 110px;
	float: left;
	margin-left: 13px;
}

.news_list_right a {
	text-decoration: none
}

.news_list_right h4 {
	width: 680px;
	height: 25px;
	display: block
}

.news_list_right h4 a {
	font-size: 14px;
	color: #e20316;
	font-weight: bold
}

.news_list_right h4 a:hover {
	text-decoration: underline
}

.news_list_right p {
	width: 680px;
	height: 75px;
	display: block
}

.news_list_right p a {
	color: #a9a6a6;
	font-size: 12px;
}

.news_list_right p a:hover {
	color: #5a5a5a;
}

.news_list_right p .details {
	color: #494848
}

.news_list_right p span {
	display: block;
	color: #a9a6a6;
	font-size: 12px;
	text-align: right;
	float: right
}

.news_list {
	margin-top: 20px;
}


.news_content_top {
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed #bfbfbf;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

.news_content_top h1 {
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

.news_content_top h2 {
	font-size: 12px;
	color: #999999
}

.news_content_top h2 span {
	padding-left: 40px;
}

.news_content_middle {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 14px;
	line-height: 25px;
}

.news_content_middle p {
	/*margin-top:8px;*/
}

.car_list ul li a div b {
	color: #fff;
}


.news_content_middle img {}


.aaa img {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ==================================
   EXTRACTED FROM EJS TEMPLATES
   Added by CSS consolidation task
   ================================== */

/* ===== FROM: views/layouts/main.ejs ===== */
html {
	font-size: 10px;
}

.banner-swiper {
	--swiper-navigation-color: rgba(255, 255, 255, 0.7);
	--swiper-pagination-color: rgba(255, 255, 255, 0.7);
}

/* ===== FROM: views/partials/header.ejs ===== */
.main-nav {
	display: flex;
	width: 100%;
	height: 30px;
	background-color: #000;
	align-items: center;
}

.main-nav a {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s;
}

.main-nav a:hover,
.main-nav a.active {
	background-color: #cc0000;
	color: #fff;
}

/* ===== FROM: views/partials/productCategory.ejs ===== */
.sub_nav ul li a {
	display: block;
	padding: 8px 4px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}

.sub_nav ul li:hover a {
	background: #f5f5f5;
	color: #116bc3;
	border-left-color: #116bc3;
	padding-left: 15px;
}

.sub_nav ul li a.active {
	background: #e8f4ff;
	color: #116bc3;
	font-weight: bold;
	border-left-color: #116bc3;
}

/* ===== FROM: views/index.ejs ===== */
.nav2box {
	width: 240px !important;
	float: left !important;
}



.kc {
	width: 1020px !important;
	float: right !important;
}

.productList {
	display: grid !important;
	grid-template-columns: repeat(4, 240px) !important;
	gap: 20px !important;
	width: 100% !important;
	justify-content: flex-start;
}

.product-card {
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-card:hover {
	border-color: #116bc3;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}

.product-card .img-box {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	background: #fdfdfd;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f5f5f5;
}

.product-card .img-box img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.5s ease;
}

.product-card:hover .img-box img {
	transform: scale(1.05);
}

.product-card .info-box {
	width: 100%;
	padding: 15px 5px 5px;
	text-align: center;
	overflow: hidden; /* Prevent text from spilling out */
}

.product-card .info-box span {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	display: inline-block; /* Allow width to fit text */
	min-width: 100%; /* Ensure centered if short */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	height: 1.5em;
	vertical-align: bottom;
}

.product-card .info-box:hover span {
	text-overflow: clip;
	overflow: visible;
	animation: scroll-text 4.5s linear infinite alternate; /* Slower 4.5s */
}

@keyframes scroll-text {
	0% { transform: translateX(0); }
	15% { transform: translateX(0); } /* Pause */
	100% { transform: translateX(calc(-100% + 260px)); } /* Scroll until ~260px remains visible */
}

/* Sidebar Marquee (MainCate) Keyframes */
@keyframes scroll-text-sidebar {
	0% { transform: translateX(0); }
	15% { transform: translateX(0); }
	100% { transform: translateX(calc(-100% + 180px)); } /* ~218px width - 24px margin = ~194px visible */
}

/* ===== FROM: views/productDetail.ejs ===== */
.content-body table {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

.content-body table,
.content-body table td,
.content-body table th {
	border: 1px solid #eee;
}

.content-body table td,
.content-body table th {
	padding: 10px;
	text-align: left;
}

.content-body table th {
	background: #f9f9f9;
	font-weight: bold;
}

/* ===== FROM: views/partials/pagination.ejs ===== */
.pagination-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	gap: 8px;
	flex-wrap: wrap;
	clear: both;
}

.pagination-container .total-info {
	color: #666;
	font-size: 14px;
	margin-right: 15px;
}

.pagination-container .page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.pagination-container .page-btn:hover {
	background: #f5f5f5;
	border-color: #ccc;
	color: #0066cc;
}

.pagination-container .page-btn.current {
	background: #0066cc;
	border-color: #0066cc;
	color: #fff;
	font-weight: bold;
}

.pagination-container .page-btn.disabled {
	background: #f9f9f9;
	border-color: #eee;
	color: #ccc;
	cursor: not-allowed;
}

.pagination-container .page-btn.prev,
.pagination-container .page-btn.next {
	padding: 0 16px;
}

.pagination-container .ellipsis {
	color: #999;
	padding: 0 5px;
	font-size: 14px;
}

/* ===== FROM: views/partials/product-carousel.ejs ===== */
.swiper-nav-small {
	--swiper-navigation-size: 15px;
	color: rgba(255, 255, 255, 0.8) !important;
	background: rgba(0, 0, 0, 0.2);
	width: 25px !important;
	height: 25px !important;
	border-radius: 50%;
	transition: all 0.3s;
	z-index: 10;
}

.swiper-nav-small:after {
	font-weight: bold;
}

.swiper-nav-small:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
}

/* ===== FROM: views/404.ejs ===== */
.error-404 body {
	font-family: 'Arial', sans-serif;
	line-height: 1.6;
	color: #333;
	text-align: center;
	padding: 50px 20px;
	background-color: #f9f9f9;
}

.error-404 .container {
	max-width: 600px;
	margin: 0 auto;
	background: white;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.error-404 h1 {
	font-size: 72px;
	margin: 20px 0;
	color: #3e8e41;
}

.error-404 h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
}

.error-404 p {
	margin-bottom: 30px;
	font-size: 16px;
}

.error-404 .btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #3e8e41;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	transition: background-color 0.3s;
}

.error-404 .btn:hover {
	background-color: #367c39;
}

/* ===== FROM: views/500.ejs ===== */
.error-500 body {
	font-family: 'Arial', sans-serif;
	line-height: 1.6;
	color: #333;
	text-align: center;
	padding: 50px 20px;
	background-color: #f9f9f9;
}

.error-500 .container {
	max-width: 600px;
	margin: 0 auto;
	background: white;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.error-500 h1 {
	font-size: 72px;
	margin: 20px 0;
	color: #d9534f;
}

.error-500 h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
}

.error-500 p {
	margin-bottom: 30px;
	font-size: 16px;
}

.error-500 .btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #3e8e41;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	transition: background-color 0.3s;
	margin: 0 10px;
}

.error-500 .btn:hover {
	background-color: #367c39;
}

.error-500 .btn-outline {
	background-color: transparent;
	border: 1px solid #3e8e41;
	color: #3e8e41;
}

.error-500 .btn-outline:hover {
	background-color: #3e8e41;
	color: white;
}

/* ===== About Page Navigation Links ===== */
/* ===== About Page Navigation Links ===== */
/* ===== About Page Navigation Links ===== */
/* ===== About Page Navigation Links ===== */
.about-nav-link {
	display: flex;
	align-items: center;
	justify-content: flex-start; /* Force left alignment */
	gap: 12px;
	padding: 0 16px; /* Horizontal padding only */
	height: 44px; /* Slightly taller for better touch target */
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 1px solid #dee2e6;
	border-left: 4px solid #116bc3; /* Thicker accent */
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-size: 15px; /* Slightly larger text */
	transition: all 0.2s ease-in-out;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	position: relative;
	box-sizing: border-box;
	width: 100%; /* Ensure full width of container */
}

.about-nav-link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0; /* Start with 0 width */
	background: rgba(17, 107, 195, 0.05);
	transition: width 0.3s ease;
	z-index: 0;
}

.about-nav-link:hover::before {
	width: 100%;
}

.about-nav-link:hover {
	background: #fff;
	border-color: #116bc3;
	color: #116bc3;
	padding-left: 20px; /* Subtle movement effect */
	box-shadow: 0 4px 8px rgba(17, 107, 195, 0.15);
}

.about-nav-link .icon {
	color: #116bc3;
	font-size: 12px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	z-index: 1;
	line-height: 1;
	display: flex;
	align-items: center;
}

.about-nav-link .text {
	font-weight: 600;
	letter-spacing: 0.5px;
	white-space: nowrap;
	z-index: 1;
	line-height: 1;

	/* flex: 1; Removed to separate icon and text */
	width: auto;
	text-align: left;
}

/* Detail Page Image Constraints */
.honor-detail-content img,
.aaa img, 
.product-detail-content img {
	max-width: 100% !important;
	height: auto !important;
	display: block; 
}