@charset 'utf-8';

.con_contactus {
	background: #f7f7f7;
	padding: 60px 0;
}

.text-center {
	text-align: center
}

input[type=submit] {
	transition: all .3s !important
}

input,
textarea {
	outline: none
}

.col-md-4,
.col-sm-6,
.col-md-8,
.col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.col-sm-6,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-6 {
		width: 50%
	}
}

@media (min-width: 992px) {
	.col-md-4,
	.col-md-8 {
		float: left
	}
	.col-md-8 {
		width: 66.666666666667%
	}
	.col-md-4 {
		width: 33.333333333333%
	}
}

.paddTop15 {
	padding-top: 15px
}

.paddBottom30 {
	padding-bottom: 30px
}

.paddBottom65 {
	padding-bottom: 65px
}

.paddBottom90 {
	padding: 30px;
}

@media (max-width: 960px) {
	.paddBottom90 {
		padding: 0;
	}
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

@supports (position: sticky) {}

@supports (-webkit-overflow-scrolling:touch) {}

:where(.wp-block-file__button) {
	border-radius: 2em;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {}

.wp-block-image :where(.has-border-color) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid
}

ul {
	box-sizing: border-box
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: .125em .5em
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

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

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

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

input {
	line-height: normal
}

textarea {
	overflow: auto
}

body {
	color: #000;
	background: #fff;
	font-style: normal
}

i {
	font-style: italic
}

img {
	height: auto;
	max-width: 100%
}


textarea {
	padding-left: 3px;
	width: 100%
}

a {
	color: #4169e1
}

a:focus,
a:hover {
	color: #191970
}

a:focus {
	outline: thin dotted
}

a:hover {
	outline: 0
}

::selection {
	color: #fff;
	background: #0274be
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body:not(.logged-in) {
	position: relative
}



.MTcontactPageForm input[type=submit] {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none !important;
	background: #004e9d;
	border: 1px solid #004e9d;
	transition: all .3s
}

.MTcontactPageForm input[type=submit]:hover {
	background: #111;
	border: 1px solid #111;
	color: #fff !important
}

.MTcontactPageForm input[type=submit] {
	min-width: 145px
}

.clrWhite {
	color: #fff !important
}

.MTcontactPageForm input[type=text],
.MTcontactPageForm input[type=email],
.MTcontactPageForm textarea {
	width: 100%;
	border: none;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 30px;
	border-radius: 0;
	font-size: 16px;
	color: #000;
}

.MTcontactPageForm textarea {
	min-height: 170px;
	border: 1px solid #ddd;
	padding: 20px 45px !important
}

.MTnameField,
.MTemailField {
	margin-top: 20px;
	position: relative;
}

.MTnumberField,
.MTcompanyField,
.MTtextField {
	margin-top: 20px;
	position: relative;
}

.MTbuttonField {
	margin-top: 30px;
	text-align: center;
}

.MTnameField::after {
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/mtnameicon.png) left center no-repeat !important;
	position: absolute;
	left: 15px;
	top: 15px;
}

.MTemailField::after {
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/mtmailicon.png) left center no-repeat !important;
	position: absolute;
	left: 15px;
	top: 15px;
}

.MTnumberField::after {
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/mtnumbericon.png) left center no-repeat !important;
	position: absolute;
	left: 15px;
	top: 15px;
}

.MTcompanyField::after {
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/mtcompanyicon.png) left center no-repeat !important;
	position: absolute;
	left: 15px;
	top: 15px;
}

.MTtextField::after {
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/mtmessgicon.png) left center no-repeat !important;
	position: absolute;
	left: 30px;
	top: 20px;
}

.MTcontactDetailWrapper {
	background: url(../images/lan.png);
}

.MTcontactDetailContent {
	padding: 40px 25px 30px
}

.MTcontactDetailTitle {
	font-size: 50px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
	display: block;
	letter-spacing: 2px;
	padding-top: 15px
}

.MTcontactDetailTitle span {
	font-size: 16px;
	display: block;
	padding-bottom: 15px
}

.MTcontactDetailSep {
	border-bottom: 1px solid #fff
}

.MTcontactDetails {
	padding: 35px 25px
}

.MTcontactDetails ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative
}

.MTcontactDetails ul li {
	position: relative;
	padding: 7px 0 6px 40px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff
}

.MTcontactDetails ul li a {
	color: #fff
}

.MTcontactDetails ul li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(../images/cu3contactsprite.png)
}

.MTcontactDetails ul li.email:before {
	background-position: 0 0
}

.MTcontactDetails ul li.location1:before {
	background-position: 0 -33px;
}

.MTcontactDetails ul li.address:before {
	background-position: 0 -98px;
}

.MTcontactQuote {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 80px;
	padding: 40px 0 30px
}

.MTcontactQuote:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 36px;
	height: 30px;
	transform: scale(-1, -1)
}

.MTcontactPageForm {
	padding: 75px 40px;
	background: #fff;
}

.MTcontactPageForm .FormTitle {
	padding-bottom: 30px;
	text-align: center;
}

.MTcontactPageForm .FormTitle h2 {
	display: inline-block;
	font-size: 46px;
	color: #000;
	position: relative;
	padding-bottom: 20px;
}

.MTcontactPageForm .FormTitle h2::after {
	width: 50px;
	height: 5px;
	content: '';
	background: #1453ac;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.MTcontactPageForm .FormTitle p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}

.MTcontactFormText{
	font-size: 16px;
	/* text-align: center; */
	line-height: 32px;
}

.MTaboutContactWrapper {
	box-shadow: 0px 0px 3px 3px rgb(0 54 172 / 12%);
}

.MTcontactDetailSection {
	padding: 0
}

@media(max-width: 991px) {
	.responsiveMargin {
		margin-top: 30px
	}
}

@media(max-width: 479px) {
	.MTcontactPageForm {
		padding: 30px 10px
	}

	.MTnameField,
	.MTemailField {
		margin-bottom: 30px
	}
}

@media (max-width:960px) {
	.con_contactus {
		padding: 30px 15px;
	}
	.MTcontactPageForm .FormTitle h2 {
	    font-size: 22px;
	}
}













/* 2026-8-26 */


          /* Hero */
          .hero { background: linear-gradient(135deg, var(--primary-color) 0%, #5e1f70 100%); color: #fff; padding: 80px 20px; text-align: center; }
          .hero h1 { font-size: 2.8rem; margin-bottom: 20px; }
          .hero p { max-width: 900px; margin: 0 auto; opacity: 0.9; }
  
          .container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
          h2.section-title { color: var(--primary-color); margin-bottom: 15px; text-align: center; }
          .section-desc { text-align: center; color: var(--text-light); max-width: 800px; margin: 0 auto 50px auto; }
  
          /* Numbers Section ("Precision in Numbers") - 一排五个，不换行 */
          .numbers-section { background: var(--primary-light); padding: 50px 30px; border-radius: 16px; margin-bottom: 70px; border: 1px solid var(--border-color); text-align: center; }
          .numbers-section h2 { color: var(--primary-color); margin-bottom: 40px; }
          
          .numbers-grid { 
              display: flex; 
              flex-wrap: nowrap; 
              gap: 15px; 
              justify-content: space-between; 
              align-items: stretch;
              overflow-x: auto; 
              padding-bottom: 5px;
          }
          .number-card { 
              background: #fff; 
              padding: 25px 10px; 
              border-radius: 12px; 
              box-shadow: 0 4px 15px rgba(121, 40, 144, 0.05); 
              transition: transform 0.3s ease; 
              flex: 1;
              min-width: 0; 
          }
          .number-card:hover { transform: translateY(-5px); }
          .number-val { font-size: 1.6rem; font-weight: 700; color: var(--primary-color); margin-bottom: 8px; white-space: nowrap; }
          .number-label { color: var(--text-light); font-weight: 500; line-height: 1.3; }
  
          /* Zigzag / Interactive Image-Text Layout */
          .tech-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 60px; background: #fff; border: 1px solid var(--border-color); border-radius: 16px; padding: 40px; box-shadow: 0 5px 20px rgba(0,0,0,0.02); transition: box-shadow 0.3s ease; }
          .tech-split:hover { box-shadow: 0 10px 30px rgba(121, 40, 144, 0.08); }
          .tech-split.reverse { direction: rtl; }
          .tech-split.reverse >* { direction: ltr; }
  
          .tech-content h3 { color: var(--primary-color); margin-bottom: 15px; }
          .tech-content p { color: var(--text-light); margin-bottom: 20px; }
          .tech-content ul { list-style: none; }
          .tech-content li { color: var(--text-main); margin-bottom: 8px; position: relative; padding-left: 20px; }
          .tech-content li::before { content: '✦'; position: absolute; left: 0; color: var(--primary-color); }
  
          .tech-img-wrapper { position: relative; overflow: hidden; border-radius: 10px; height: 300px; background: #f9f9f9; }
          .tech-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
          .tech-split:hover .tech-img-wrapper img { transform: scale(1.05); }
  
          /* Highlight Section */
          .highlight-box { background: #fff; border: 2px solid var(--primary-color); padding: 40px; border-radius: 16px; text-align: center; margin-top: 60px; }
          .highlight-box h3 { color: var(--primary-color); margin-bottom: 15px; }
          .highlight-box p { color: var(--text-light); max-width: 850px; margin: 0 auto; }
  
          /* CTA */
          .cta { text-align: center; margin-top: 60px; padding: 40px; }
          .btn { background: var(--primary-color); color: #fff; padding: 15px 40px; text-decoration: none; border-radius: 50px; font-weight: 600; display: inline-block; transition: background 0.3s; }
          .btn:hover { background: #5e1f70; }
  
          @media (max-width: 768px) {
              .tech-split, .tech-split.reverse { grid-template-columns: 1fr; direction: ltr; }
              .hero h1 { font-size: 2.2rem; }
              .numbers-grid { flex-wrap: wrap; }
              .number-card { flex: 0 0 calc(50% - 10px); }
          }
		  
		  
		     /* 容器通用布局 */
          .container {
              max-width: 1200px;
              margin: 0 auto;
              padding: 60px 20px;
          }
  
          section {
              margin-bottom: 60px;
          }
  
          h2.section-title::after {
              content: '';
              display: block;
              width: 60px;
              height: 4px;
              background-color: var(--accent-color);
              margin: 10px auto 0;
              border-radius: 2px;
          }
  
          /* 栏目两栏布局 (文字 + 图片) */
          .service-split {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 40px;
              align-items: center;
              margin-bottom: 40px;
          }
          .service-split.reverse {
              direction: rtl;
          }
          .service-split.reverse >* {
              direction: ltr;
          }
          
          .service-img img {
              width: 100%;
              height: 320px;
              object-fit: cover;
              border-radius: 8px;
              box-shadow: 0 10px 25px rgba(0,0,0,0.08);
          }
  
          /* 功能网格卡片 */
          .grid-3 {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
              gap: 30px;
          }
          .card {
              background: var(--bg-light);
              border: 1px solid var(--border-color);
              border-radius: 8px;
              padding: 30px;
              transition: transform 0.3s ease, box-shadow 0.3s ease;
          }
          .card:hover {
              transform: translateY(-5px);
              box-shadow: 0 12px 30px rgba(0,0,0,0.08);
              background: #FFFFFF;
          }
  
          .card ul {
              list-style: none;
          }
          .card ul li {
              position: relative;
              padding-left: 20px;
              margin-bottom: 10px;
              color: var(--text-light);
              font-size: 16px;
          }
          .card ul li::before {
              content: '✓';
              position: absolute;
              left: 0;
              color: var(--accent-color);
              font-weight: bold;
          }
  
          /* 应急响应高亮区块 */
          .emergency-box {
              background: linear-gradient(135deg, #F9F0FF 100%, #F3E5FF 0%);
              border: 2px solid #E6CCFF;
              border-radius: 12px;
              padding: 40px;
              text-align: center;
          }
          .emergency-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
              gap: 20px;
              margin-top: 30px;
          }
          .emergency-item {
              background: #FFFFFF;
              padding: 25px;
              border-radius: 8px;
              box-shadow: 0 4px 12px rgba(0,0,0,0.05);
          }
          .emergency-item h5 {
              color: var(--accent-color);
              font-size: 18px;
              margin-bottom: 8px;
          }
  
          /* 常见问题样式 (FAQ) */
          .faq-container {
              max-width: 1200px;
              margin: 0 auto;
          }
          .faq-item {
              background: var(--bg-light);
              border: 1px solid var(--border-color);
              border-radius: 6px;
              margin-bottom: 15px;
              padding: 20px;
          }
  
          /* 为什么选择我们特色条 - 修复垂直居中及内部元素居中对齐 */
          .features-strip {
              background: var(--primary-color);
              color: #FFFFFF;
              padding: 50px 20px;
              text-align: center;
              border-radius: 12px;
              margin: 60px 0;
          }
          .features-strip h3 {
              font-size: 28px;
              color: #FFFFFF;
              margin-bottom: 30px;
              text-align: center;
          }
          .features-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
              gap: 30px;
              align-items: center; /* 垂直居中对齐网格项 */
          }
          .feature-box {
              display: flex;
              flex-direction: column;
              align-items: center; /* 水平居中 */
              justify-content: center; /* 垂直居中 */
              text-align: center;
          }
          .feature-box h4 {
              font-size: 20px;
              color: #D6BCFA;
              margin-bottom: 8px;
              display: block; /* 覆盖之前的 flex */
          }
          .feature-box p {
              font-size: 15px;
              color: #EEDDFF;
              margin-bottom: 0;
          }
  
          /* 底部 CTA 引导召唤 */
          .cta-section {
              background: #F4F1F7;
              text-align: center;
              padding: 60px 20px;
              border-radius: 12px;
          }
          .cta-section h3 {
              font-size: 32px;
              color: var(--primary-color);
              margin-bottom: 15px;
          }
          .btn {
              display: inline-block;
              background-color: var(--accent-color);
              color: #FFFFFF;
              padding: 14px 35px;
              border-radius: 6px;
              text-decoration: none;
              font-weight: 600;
              transition: background 0.3s;
          }
          .btn:hover {
              background-color: #792890;
          }
  
          @media (max-width: 768px) {
              .service-split {
                  grid-template-columns: 1fr;
              }
              .support-hero h1 {
                  font-size: 2rem;
              }
          }
