body {
  font-size: 16px;
  /* zoom: 1.2083; */
  /* background-color: #FAFBFF; */
}
.w {
  width: 1200px;
  margin: auto;
}
.header {
  position: sticky;
  top: 0px;
  z-index: 999;
  height: 84px;
  background-color: #fff;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .logo {
  display: block;
  width: 118px;
  height: 32px;
  font-size: 0;
  margin-left: 8px;
}
.header .nav .logo img {
  width: 100%;
}
.header .nav .nav-list {
  flex: 1;
  margin-left: 76px;
}
.header .nav .nav-list .nav1 {
  display: flex;
}
.header .nav .nav-list .nav1 .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 84px;
  margin-left: 5px;
}
.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: #c6281d !important;
}
.header .nav .nav-list .nav1 .nav-item .nav-link:hover {
  cursor: pointer;
  color: #c6281d !important;
  border-bottom: #c6281d 5px solid;
}
.header .nav .nav-list .nav1 .nav-item .isActive {
  color: #c6281d !important;
  font-weight: 700;
  border-bottom: #c6281d 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 {
  padding-top: 70px;
  height: 417px;
  background: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/dbbg.jpg") no-repeat;
  background-size: 100% 417px;
  color: #d9dbe1;
}
.footer footer .top {
  display: flex;
}
.footer footer .top .left {
  margin-left: 57px;
}
.footer footer .top .left .pic {
  width: 120px;
  height: 120px;
  background: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/ewm.png") no-repeat;
  background-size: cover;
}
.footer footer .top .left .txt {
  width: 126px;
  height: 48px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footer footer .top .left .txt1 {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
.footer footer .top .left .txt1 i {
  font-size: 18px;
}
.footer footer .top .right {
  /* margin-left: 33px; */
}
.footer footer .top .right .list {
  display: flex;
}
.footer footer .top .right .list dl {
  margin-left: 100px;
}
.footer footer .top .right .list dl dt {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.footer footer .top .right .list dl dt a {
  color: #d9dbe1;
  text-decoration: none;
}
.footer footer .top .right .list dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footer footer .top .right .list dl dd a {
  color: #d9dbe1;
  text-decoration: none;
}
.footer footer .top .right .list dl dd a:hover {
  text-decoration: underline;
}
.footer footer .buttom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin-top: 50px;
  font-size: 14px;
}
.footer footer .buttom .left {
  display: flex;
}
.footer footer .buttom .left a {
  margin-left: 5px;
  color: #d9dbe1;
  text-decoration: none;
}

.footer footer .buttom .right {
  display: flex;
}

.footer footer .buttom .right .baimg {
  width: 18px;
}
.footer footer .buttom .right a {
  margin-left: 5px;
  color: #d9dbe1;
  text-decoration: none;
}

.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;
}
