@charset "utf-8";
/* CSS Reset 优化版 */
/* 清除所有元素默认内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}
/* 统一字体样式 */
body, button, input, select, textarea {
  font: 12px/1.5 "微软雅黑", Arial, sans-serif;
  font-size-adjust: none;
  font-stretch: normal;
}
/* 重置标题字体大小 */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
/* 重置斜体元素 */
address, cite, dfn, em, i, var {
  font-style: normal;
}
/* 重置列表样式 */
ul, ol {
  list-style: none;
}
/* 重置表单元素 */
legend {
  color: #000;
}
fieldset {
  border: none;
  vertical-align: bottom;
}
button, input, select, textarea {
  border: none;
  font-size: 100%;
}
/* 重置图像和表格 */
img {
  border: none;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5语义化标签支持 */
section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}
figure {
  margin: 0;
}
/* 清除浮动 */
.clear {
  height: 0;
  overflow: hidden;
  clear: both;
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* 链接样式 */
a {
  text-decoration: none;
  color: #323232;
  transition: 0.5s;
}
a:hover {
  color: #16a9ad;
}
/* 显示/隐藏相关类 */
.hidden, .hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* 浮动和文本对齐类 */
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.fn {
  float: none;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/* 其他工具类 */
.noBorder {
  border: none !important;
}
.noMg {
  margin: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
  float: right !important;
}
/* 全局基础样式 */
body {
  background: #fff;
  margin: 0 auto;
  color: #323232;
  overflow-x: hidden;
}
.wrapper {
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap {
  margin: 0px auto;
  width: 1380px;
}
.welcome {
  background: rgb(251, 251, 251);
  height: 32px;
  line-height: 32px;
  border-bottom-color: rgb(246, 246, 246);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.welcome .p1 {
  float: left;
}
.welcome .p1 a {
  margin-left: 15px;
  position: relative;
}
.welcome .p1 a img {
  transition: 0.5s;
  top: 26px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.welcome .p1 a.a1 img {
  left: -23px;
}
.welcome .p1 a.a2 img {
  left: -12px;
}
.welcome .p1 a:hover img {
  z-index: 3;
  opacity: 1;
}
.welcome .p1 .a1 {
  background: url("../images/welcome01.jpg") no-repeat left;
  padding-left: 20px;
}
.welcome .p1 .a2 {
  background: url("../images/welcome02.jpg") no-repeat left;
  padding-left: 20px;
}
.welcome .p2 {
  float: right;
}
.welcome .p2 a {
  margin: 0px 20px;
  color: rgb(79, 79, 79);
}
.welcome .p2 a:hover {
  color: rgb(22, 169, 173);
}
.welcome .p2 i {
  color: rgb(99, 121, 133);
}
.logo {
  float: left;
}
.tel {
  background: url("../images/wx.png") no-repeat left;
  padding-left: 80px;
  margin-top: 25px;
  float: right;
}
.tel p {
  color: rgb(96, 121, 134);
  font-size: 12px;
}
.tel span {
  color: rgb(96, 121, 134);
  font-size: 20px;
  display: block;
}
.nav {
  background: url("../images/nav.jpg");
}
.nav ul {
  width: 1380px;
}
.nav ul li {
  float: left;
  position: relative;
}
.nav ul li .aa {
  width: 171px;
  height: 52px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 52px;
  font-size: 16px;
  display: block;
}
.nav ul li:hover .aa {
  background: rgb(93, 118, 128);
}
.nav .current {
  background: rgb(93, 118, 128);
}
.subnav {
  background: rgb(255, 255, 255);
  padding: 25px 0px;
  left: 0px;
  top: 52px;
  width: 615px;
  border-bottom-color: rgb(22, 169, 173);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: none;
  position: absolute;
  z-index: 99999;
  box-shadow: 0px 3px 3px #333;
}
.subnav .sub01 {
  margin-left: 25px;
  float: left;
}
.subnav .sub01 dl dt {
  border: 1px solid rgb(204, 204, 204);
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.subnav .sub01 dl dt a {
  width: 160px;
  height: 30px;
  color: rgb(68, 68, 68);
  font-size: 14px;
  display: block;
}
.subnav .sub01 dl dt:hover {
  background: rgb(93, 118, 128);
  border-color: rgb(93, 118, 128);
}
.subnav .sub01 dl dt:hover a {
  color: rgb(255, 255, 255);
}
.subnav .sub02 {
  margin-left: 25px;
  float: left;
}
.subnav .sub02 .pic {}
.subnav .sub02 .txt {
  width: 375px;
  margin-top: 10px;
}
.subnav .sub02 .txt h1 {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.subnav01 {
  left: -100px !important;
}
.subnav02 {
  left: -101px !important;
}
.subnav03 {
  left: -271px !important;
}
/* 底部整体样式 - 优化紫色主题适配 */
.footer {
  background: url("../images/nav.jpg") center/cover no-repeat;
  color: #f0f0f8;
  padding: 40px 0 20px;
  margin-top: 30px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 90, 205, 0.1);
  z-index: 1;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  width: 1380px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
/* 联系信息样式优化 */
.contact-info {
  flex: 0 0 35%;
}
.contact-info h3, .message-form h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c8a2c8;
  display: inline-block;
  color: #e6e6fa;
}
.company-name {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ffffff;
}
.contact-details {
  list-style: none;
  padding: 0;
}
.contact-details li {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 14px;
}
.label {
  display: inline-block;
  width: 60px;
  color: #d8bfd8;
}
/* 留言表单样式优化 */
.message-form {
  flex: 0 0 40%;
}
#contact-form {
  width: 100%;
}
.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 4%; /* 两个input之间的空隙 */
}
.contact-form input, .contact-form textarea {
  padding: 10px 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: background-color 0.3s;
}
/* 保持input宽度为48%并添加空隙 */
.form-row input {
  width: 48%;
}
/* 固定textarea大小 */
.contact-form textarea {
  width: 100%;
  height: 120px; /* 固定高度 */
  resize: none; /* 禁止调整大小 */
  min-height: 120px;
  max-height: 120px;
}
.contact-form input:focus, .contact-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.25);
  outline: 1px solid #c8a2c8;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#contact-form textarea {
  margin-bottom: 15px;
}
.submit-btn {
  background-color: #7b68ee;
  color: #fff;
  border: none;
  padding: 10px 30px;
	margin-top: 15px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.submit-btn:hover {
  background-color: #6a5acd;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
/* 二维码区域二维码区域样式优化 */
.qr-codes {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qr-item {
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.qr-item:hover {
  transform: scale(1.05);
}
.qr-code {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.qr-item p {
  font-size: 14px;
  color: #f0f0f8;
}
/* 版权信息样式优化 */
.copyright {
  background: url("../images/nav.jpg") center/cover no-repeat;
  padding: 15px 0;
  margin-top: 0;
  position: relative;
}
.copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 90, 205, 0.2);
  z-index: 1;
}
.copyright .wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}
.copyright p {
  margin: 5px 0;
}