﻿﻿.s_button1:before {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.s_button1:hover:before {
	animation: style1 .75s;
	z-index: 1;
}
@keyframes style1 {
    0% {
	background: rgba(0, 0, 0, .25);
	transform: translateX(-50%) translateY(-50%) scale(0)
}
to {
	background: transparent;
	transform: translateX(-50%) translateY(-50%) scale(1)
}
}
.s_button4::after {
	opacity: 1;
	width: 0
}
.s_button4:hover::after {
	width: 100%;
	background-color: rgba(64, 158, 244, 1);
}
.s_title {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	font-family: Arial;
}
.s_button1:hover {
	background-color: rgba(51,51,51,1);
	color: rgba(255, 255, 255, 1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-style: none;
	border-color: #dc2f31;
	font-size: 14px;
}
.s_summary {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}
.s_button1 {
	background-color: #dc2f31;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: rgba(255, 255, 255, 1);
	border-style: none;
	border-color: #dc2f31;
	font-size: 14px;
	border-width: 1px;
	position: relative;
	overflow: hidden;
}
.s_button5 {
	background-color: rgba(255,255,255,0);
	font-size: 14px;
	color: #dc2f31;
	border-style: solid;
	border-width: 1px;
	border-color: #dc2f31;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all .3s;
}
.s_subtitle {
	color: #222222;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.s_templatetitle {
	font-size: 16px;
	color: rgba(72, 34, 133, 1);
}
.s_templatesum {
	font-size: 14px;
	color: rgba(75, 21, 156, 0.7);
}
.s_link {
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.s_list {
	background-color: rgba(255, 255, 255, 0);
}
.s_item {
	background-color: rgba(0, 0, 0, 1);
}
.s_comp {
	background-color: rgba(255, 254, 248, 1);
}
.s_tmpl {
	background-color: rgba(255, 255, 255, 1);
}
body {
	background-color: rgba(255, 255, 255, 0);
}
.s_button2 {
	background-color: #dc2f31;
	font-size: 16px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .3s;
	margin-top: 30px;
	padding: .375rem 1rem;
}
.s_button2:hover {
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	border-style: solid;
	border-color: rgba(255,255,255,0.1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-width: 1px;
}
.s_button3 {
	background-color: #dc2f31;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: #dc2f31;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.s_button3:hover {
	background-color: rgba(51,51,51,1);
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(51,51,51,1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.s_button4 {
	background-color: rgba(255,255,255,0);
	font-size: 14px;
	color: #dc2f31;
	border-style: solid;
	border-width: 1px;
	border-color: #dc2f31;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.s_button4:hover {
	background-color: #dc2f31;
	font-size: 14px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-color: #dc2f31;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.s_button5:hover {
	background-color: #dc2f31;
	font-size: 14px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-color: #dc2f31;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.s_button6 {
	background-color: rgba(255, 255, 255, 1);
	font-size: 14px;
	color: rgba(75, 21, 156, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(75, 21, 156, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all .3s;
}
.s_button6:hover {
	background-color: rgba(75, 21, 156, 1);
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(75, 21, 156, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page_a {
	font-size: 14px;
	color: rgba(138, 138, 138, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(235, 235, 235, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: Arial;
	background-color: rgba(255, 255, 255, 0);
}
.page_a:hover {
	color: rgba(64, 158, 255, 1);
	border-color: rgba(64, 158, 255, 1);
	background-color: rgba(255, 255, 255, 0);
}
.page_a.current {
	background-color: rgba(34, 42, 53, 1);
	font-size: 14px;
	font-family: Arial;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 0;
	border-color: rgba(34, 42, 53, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.page_a.current:hover {
	background-color: rgba(71, 75, 82, 1);
	color: rgba(255, 255, 255, 1);
	border-color: rgba(64, 158, 255, 1);
}
.page_jump {
	font-size: 14px;
	color: rgba(116, 116, 116, 1);
}
.page_jump:hover {
	color: rgba(116, 116, 116, 1);
}
.page_a.disabled {
	background-color: rgba(244, 244, 245, 1);
	font-size: 14px;
	color: rgba(192, 196, 204, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(244, 244, 245, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.page_a.disabled:hover {
	background-color: rgba(244, 244, 245, 1);
	color: rgba(192, 196, 204, 1);
	border-color: rgba(244, 244, 245, 1);
}
.page_input {
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	color: rgba(96, 98, 102, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(235, 235, 235, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.page_input:hover {
	background-color: rgba(255, 255, 255, 0);
	color: rgba(96, 98, 102, 1);
	border-color: rgba(64, 158, 255, 1);
}

































































































@font-face {
	font-family: "6d5f00f6-3c26-47fd-b3fa-0f78768daa4c";
	src: url("../fonts/6d5f00f6-3c26-47fd-b3fa-0f78768daa4c.ttf") format("truetype");
	font-alias: BrownStd-Bold;
}
@font-face {
	font-family: "13b58b3c-e2a9-4950-8279-621969561b4e";
	src: url("../fonts/13b58b3c-e2a9-4950-8279-621969561b4e.ttf") format("truetype");
	font-alias: Oswald;
	font-display: swap;
}
@font-face {
	font-family: "a0e68968-35bf-4bff-9a2a-d47f2d0363c5";
	src: url("https://omo-oss-file1.thefastfile.com/portal-saas/new2023061417444122269/cms/file/a0e68968-35bf-4bff-9a2a-d47f2d0363c5.otf") format("opentype");
	font-alias: Oswald-Bold;
	font-display: swap;
}
@font-face {
	font-family: "c85eacfa-7ec5-4c2b-91b7-b49d409e0486";
	src: url("https://omo-oss-file1.thefastfile.com/portal-saas/new2023061417444122269/cms/file/c85eacfa-7ec5-4c2b-91b7-b49d409e0486.ttf") format("truetype");
	font-alias: Oswald-Regular;
	font-display: swap;
}/*-* CUSTOM_STYLESHEET_BEGIN_TAG *-*/body {
  font-family: Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight:300;
}
* {
 font-family: Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  word-wrap:break-word;
  word-break:keep-all;
}
.btn:focus {
    box-shadow: none
}
.noprint{visibility:hidden} 
.s_tmpl {
    background: 0 0
}

:root{
  --ztcolor:#20449d;
  --ztcolorh:#dc2f31;
  --primary:#ffffff;
  --bgcolor:#20449d;
  --bgcolorh:#dc2f31;
--color1:#20449d;
}
.e_container-1 .cbox-1-1 {
display:block !important;
padding:0px;
}
.p_breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.e_text-3 a {
font-family: "c85eacfa-7ec5-4c2b-91b7-b49d409e0486";
 background:#20449d !important;

}
.e_text-3 a.on,.e_text-3 a:hover{
    color: #ffffff;
background:#dc2f31 !important;
}

.e_bannerA-1 .p_img img {
opacity:0.8 !important;
}
.e_bannerA-1 .p_img {
background:#20449d;
}

.e_richText-5 strong {
font-weight:700 !important;
}

@media only screen and (max-width: 768px){
  
.e_bannerA-1 .p_info div {
    width:80% !important;
  margin-left:10%;
}
 .e_bannerA-1 .swiper-slide {
    height: 145px !important;
}
  .e_text-3 a {
font-size:16px !important;
  padding:0px 4vw !important;
font-weight:normal !important;
}
 .e_loop-2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px !important;
	left: 0;
	bottom: -1px;
	background: rgba(255,255,255,0.15) !important;
} 
  
  
}

@media only screen and (min-width: 769px){
.e_text-3 a {
font-size:18px !important;
  padding:0px 2vw !important;
font-weight:normal !important;
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px){

}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc2f31;
}

.e_bannerA-1 .p_info .p_btitle * {
font-family: "c85eacfa-7ec5-4c2b-91b7-b49d409e0486" !important;
  text-transform:uppercase;
  font-size:3vw !important;
}
.e_bannerA-1 .p_info .p_summary {
    font-size: 18px !important;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
  font-family:arial;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}/*-* CUSTOM_STYLESHEET_END_TAG *-*/

/* Fix sideBar positioning */
.sideBar,
div.sideBar,
.e_html-1 .sideBar,
body .sideBar,
body div.sideBar,
body .e_html-1 .sideBar {
    position: fixed !important;
    right: 0 !important;
    top: 25% !important;
    z-index: 998 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
}
.s_tmpl_footer {
	background-color: rgba(255, 255, 255, 1);
}

/* About Page Styles */
.about-section {
	background-color: #f8f9fa;
	padding: 60px 20px;
}

.about-section .p_gridbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.about-text {
	flex: 0 0 60%;
	max-width: 60%;
	padding-right: 40px;
}

.about-image {
	flex: 0 0 40%;
	max-width: 40%;
}

.about-title {
	color: #20449d;
	font-size: 36px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}

.about-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background-color: #dc2f31;
}

.about-content {
	max-width: 100%;
}

.about-paragraph {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}

.about-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.about-main-image {
	max-width: 100%;
	height: auto;
	max-height: 450px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-main-image:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

/* Strength Section Styles */
#c_static_804_P_004-1693386413171 {
	padding: 60px 20px;
	background-color: #ffffff;
}

#c_static_804_P_004-1693386413171 .e_h1-2 {
	color: #20449d;
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

#c_static_804_P_004-1693386413171 .e_h1-2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #dc2f31;
}

#c_static_804_P_004-1693386413171 .e_text-3 {
	text-align: center;
	color: #666;
	margin-bottom: 40px;
	font-size: 16px;
}

#c_static_804_P_004-1693386413171 .p_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

#c_static_804_P_004-1693386413171 .p_loopitem {
	flex: 1;
	min-width: 280px;
	max-width: 350px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#c_static_804_P_004-1693386413171 .p_loopitem:hover {
	transform: translateY(-10px);
}

#c_static_804_P_004-1693386413171 .e_image-11 img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

#c_static_804_P_004-1693386413171 .e_container-10 {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

#c_static_804_P_004-1693386413171 .e_text-13 {
	padding: 20px;
	text-align: center;
	color: #20449d;
	font-weight: bold;
	font-size: 16px;
}

/* Responsive Styles */
@media only screen and (max-width: 992px) {
	.about-section {
		padding: 40px 15px;
	}
	
	.about-text {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	
	.about-image {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.about-main-image {
		max-height: 350px;
	}
}

@media only screen and (max-width: 768px) {
	.about-title {
		font-size: 28px;
		text-align: center;
	}
	
	.about-title::after {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.about-paragraph {
		font-size: 15px;
	}
	
	#c_static_804_P_004-1693386413171 {
		padding: 40px 15px;
	}
	
	#c_static_804_P_004-1693386413171 .e_h1-2 {
		font-size: 26px;
	}
	
	#c_static_804_P_004-1693386413171 .p_loopitem {
		max-width: 100%;
	}
}

/* ===== 首页 Products 图片统一高度修复 ===== */
#c_product_list_179-16933785708430 .e_image-8 {
	height: 260px !important;
}

#c_product_list_179-16933785708430 .e_image-8 img {
	width: 100%;
	height: 100% !important;
	object-fit: cover !important;
	opacity: .8;
}

@media only screen and (max-width: 768px) {
	#c_product_list_179-16933785708430 .e_image-8 {
		height: 180px !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	#c_product_list_179-16933785708430 .e_image-8 {
		height: 200px !important;
	}
}