body {
  font-size: 16px;
  /* zoom: 1.2083; */
  /* background-color: #FAFBFF; */
}
/* .w {
  width: 1200px;
  margin: auto;
} */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 84px;
  background-color: #fff;
}

.header .nav {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* Logo 组样式 */
.header .nav .logo-box {
  display: flex; 
  align-items: center;
  gap: 10px; 
}

.header .nav .logo img {
  width: 50px;
  height: auto;
  display: block;
}

.header .nav .logo span {
  color: #1E5697;
  font-size: 24px;
}

/* 导航菜单样式 */
.header .nav .nav-list {
  display: flex;
  align-items: center;
}

.header .nav .nav-list .nav1 {
  display: flex;
  gap: 20px; 
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .header .nav .logo {
  display: block;
  width: 118px;
  height: 32px;
  font-size: 0;
}
.header .nav .logo img {
  width: 50%;
  margin-top: -10px;
  float: right;
}
.header .nav .logo span {
  color: #1E5697;
  font-size: 24px;
}

.header .nav .nav-list {
  flex: 1;
  margin-left: 5%;
} */
.header .nav .nav-list .nav1 {
  display: flex;
}
.header .nav .nav-list .nav1 .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 84px;
  margin-left: 25px;
}
.header .nav .nav-list .nav1 .nav-item .nav-link {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  color: #495057;
}
.header .nav .nav-list .nav1 .nav-item .Solution {
  position: fixed;
  left: 0;
  top: 84px;
  z-index: 9999999;
  width: 100vw;
  height: 360px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list {
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list dl {
  margin-left: 60px;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list dl dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list dl dt a {
  color: #333333;
  text-decoration: none;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list dl dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 16px;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list dl dd a {
  color: #888888;
  text-decoration: none;
}
.header .nav .nav-list .nav1 .nav-item .Solution .Solution-list dl dd:hover a {
  color: #3269FF !important;
}
.header .nav .nav-list .nav1 .nav-item .nav-link:hover {
  cursor: pointer;
  color: #3269FF !important;
  border-bottom: #3269FF 5px solid;
}
.header .nav .nav-list .nav1 .nav-item .isActive {
  color: #3269FF !important;
  font-weight: 700;
  border-bottom: #3269FF 5px solid;
}
.header .nav .nav-list .nav1 .nav-item .isMove {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.header .nav .nav-list .nav1 .nav-item:nth-child(4):hover .isMove {
  max-height: 360px;
}
.header .nav .btn-dark {
  font-size: 16px;
  padding: 12px 24px;
  margin-bottom: 24px;
  border-radius: 8px 8px 8px 8px;
  background-color: #495057;
  border-color: #fff;
  margin-right: 21px;
}
.Contact {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 72px;
  height: 254px;
  z-index: 9999;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px #f0e2e1;
  background: #ffffff;
}
.Contact ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.Contact ul li {
  position: relative;
}
.Contact ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  text-decoration: none;
}
.Contact ul li a .pic {
  width: 32px;
  height: 32px;
}
.Contact ul li a .pic img {
  width: 100%;
}
.Contact ul li a .txt {
  margin-top: 5px;
  color: #c6281d;
  font-size: 13px;
  font-weight: 400;
}
.Contact ul li .phone {
  position: absolute;
  top: 5px;
  left: -350px;
  width: 330px;
  height: 160px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px #dae1ff;
  border-radius: 10px 10px 10px 10px;
}
.Contact ul li .phone .phone-top {
  width: 330px;
  height: 80px;
  background: #fff8f8;
  border-radius: 13px 13px 0px 0px;
  padding-top: 32px;
  text-align: center;
}
.Contact ul li .phone .phone-buttom {
  width: 330px;
  height: 80px;
  font-size: 36px;
  font-weight: 700;
  color: #ea5f5f;
  padding-top: 20px;
  line-height: 40px;
  text-align: center;
}
.Contact ul li .QR_code {
  position: absolute;
  top: -130px;
  left: -350px;
  width: 330px;
  height: 370px;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px #dae1ff;
  border-radius: 10px 10px 10px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Contact ul li .QR_code .qr-code {
  width: 210px;
  height: 205px;
}

.Contact ul li .QR_code .qr-btn  {
  width: 260px;
  height: 36px;
  background: #EA5F5F;
  box-shadow: 0px 2px 6px 0px #FFC4C4;
  border-radius: 40px 40px 40px 40px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  margin: 20px 0;
  text-align: center;
}

.Contact ul li .QR_code .qr-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.qu-phone-black {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.Contact ul li .isMove {
  display: none;
}
.Contact ul li:first-child {
  margin-top: 0px;
}
.Contact ul li:first-child:hover .isMove {
  display: block;
}
.Contact ul li:nth-child(2):hover .isMove {
  display: flex;
}
.Contact ul li:nth-child(3):hover .isMove {
  display: block;
}
.Contact .BackToTop {
  display: none;
  width: 72px;
  height: 72px;
  margin-top: 70px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px #eeeeee;
  border-radius: 67px 67px 67px 67px;
  background-color: #fff;
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/BackToTop.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  transition: all 0.3s;
}
.Contact .BackToTop:hover {
  background-color: #fff;
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/BackToTop_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}

.footer-wrap{
  width: 100%;
}

.footer {
  background-color: #1a1a2e; 
  color: #fff; 
  padding: 20px 0 40px 0;
  font-family: "微软雅黑", sans-serif;
  position: relative;
}

.footer-container {
  width: 80%; 
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

.footer-column {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer-column1{
  width: 8%;
}
.footer-column2{
  width: 20%;
}
.footer-column3 {
  width: 35%;
}
.footer-column h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer-column ul {
  list-style: none; 
}
.footer-column li {
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
}

.footer-entrance {
  display: flex;
  align-items: flex-start; 
}
.entrance-item {
  text-align: center;
  margin: 0 10px;
}
.entrance-item img {
  width: 80px; 
  height: 80px;
  display: block; 
  margin-bottom: 5px;
}
.entrance-item p {
  font-size: 14px;
  color: #ccc;
}

.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  background-color: #0E1420;
  bottom: 0;
  position: absolute;
}



.grey-bg{
  background-color: #FAFAFA;
}

.breadcrumb-content {
  height: auto !important;
}
.breadcrumb-content .w .top_1 {
  margin-bottom: 30px;
}
.breadcrumb-content .w .top_1 .breadcrumb {
  background-color: #fff !important;
  border-bottom: 1px solid #D6D6D6;
}
.breadcrumb-content .w .breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  /* 将连接符改为›符号 */
  padding: 0 0.5rem;
  /* 可选：添加间距 */
  color: #000;
  /* 可选：改变颜色 */
}
#video-btn-s {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
#video-btn-s .video-btn-conent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  width: 250px;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

#video-btn-s .video-btn-conent .video-btn-img {
  width: 32px; 
  height: 32px;
  margin-right: 10px;
}
#video-btn-s .video-btn-conent .video-play-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  font-size: 16px;
  font-weight: 400;
  /* color: #C6281D; */
  /* line-height: 40px; */
}

#video-btn-s .video-btn-conent .video-play-btn .video-play-btn-msg {
  font-size: 14px;
  color: #888888;
}

#video-btn-s .video-btn-conent .video-play-btn:hover {
  .video-play-btn-color {
    color: #C6281D;
  }
}

.video-alert {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
}
.video-alert-content {
  width: 860px;
  height: 600px;
  background: #FFFFFF;
  margin: 87px auto;
}
.video-alert-content .alert-header {
  padding: 0 20px;
  height: 67px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.video-alert-content .alert-header .alert-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.video-alert-content .alert-body {
  margin: 10px 20px 20px 20px;
}
