html,
body {
  width: 100%;
  font-family: Arial, sans-serif;
}

.animate-300 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.animate-600 {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.animate-1200 {
  transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
}

.wd-menu-wrap {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  /*background: url(/frontend/web/image/layout/menu_bg.png) repeat-x left bottom;*/
  z-index: 99;
}

.wd-menu-wrap.snct0 {
  background: #fff;
  box-shadow: 0 1px 7px rgba(34, 35, 64, 0.06);
  border-bottom: 0;
}

.wd-menu {}

.wd-menu>ul {}

.wd-menu>ul>li {
  margin-right: 56px;
  padding-top: 17px;
  height: 60px;
  float: left;
  position: relative;
}

.wd-menu>ul>li .mc-show {
  display: none;
  margin-left: -103px;
  width: 206px;
  text-align: left;
  background: #fff;
  /*border: 1px solid #eee;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  position: absolute;
  top: 60px;
  left: 50%;
}

.wd-menu>ul>li>.mc-show a {
  display: block;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.wd-menu>ul>li>.mc-show a:last-child {
  border-bottom: 0;
}

.wd-menu>ul>li .mc-show a:hover {
  color: #07a6f0;
}

.wd-menu>ul>li:hover .mc-show {
  display: block;
}

.wd-menu>ul>li .mc-show a i {
  transform: rotate(270deg);
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  right: 24px;
}

.wd-menu>ul>li .logo {
  display: inline-block;
  width: 90px;
  height: 26px;
  background: url('/frontend/web/image/layout/logo.png') no-repeat top left;
}

.wd-menu>ul>li.t {
  margin-right: 230px;
}

.wd-menu > ul > li.t2 {
  margin-right: 210px;
}

.wd-menu>ul>li:last-child {
  margin-right: 0;
}

.wd-menu>ul>li a {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.wd-menu-wrap.snct0 .wd-menu>ul>li a {
  color: #000;
}

.wd-menu-wrap.snct0 .wd-menu>ul>li.u a {
  /*color: rgba(7,166,240);*/
  color: #07a6f0;
}

.wd-menu-wrap.snct0 .wd-menu>ul>li .logo {
  background: url('/frontend/web/image/layout/logo_blue.png') no-repeat top left;
}

.wd-menu-wrap.snct0 .wd-menu>ul>li.u.zo a {
  position: relative;
  color: #fff;
}

.wd-menu-wrap.snct0 .wd-menu>ul>li .mc-show a:hover {
  color: #07a6f0;
}

.wd-menu-wrap.snct0 .wd-menu>ul>li.u.zo a::before {
  content: '';
  display: block;
  width: 76px;
  height: 26px;
  border-radius: 13px;
  background: #07a6f0;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: -1;
}

.wd-experience {
  height: 418px;
  width: 100%;
  background: url('/frontend/web/image/layout/use_bg.png') no-repeat 50%;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wd-experience .wd-experience-title {
  font-size: 30px;
  color: rgba(7, 166, 240, 0.2);
}

.wd-experience .wd-experience-label {
  font-size: 30px;
  color: #ffffff;
  background-color: rgba(7, 166, 240);
  padding: 7px 35px;
  border-radius: 50px;
  margin-top: 30px;
}

.wd-footer-wrap {
  background: #fafafa;
}

.footer-top {
  padding-top: 42px;
  padding-bottom: 30px;
  background: url('/frontend/web/image/layout/footer_line.png') no-repeat left bottom;
}

.footer-top .snav {
  margin-right: 88px;
  float: left;
}

.footer-top .snav h5 {
  margin-bottom: 33px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
}

.footer-top .snav a {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}

.footer-top .snav.nmr {
  margin-right: 237px;
}

.footer-top .hotline {
  float: left;
}

.footer-top .hotline h4 {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 30px;
  color: #333;
}

.footer-top .hotline h6 {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}

.footer-top .qr-code {
  float: right;
}

.footer-top .qr-code>div {
  margin-left: 32px;
  float: right;
}

.footer-top .qr-code>div img {
  display: block;
}

.footer-top .qr-code>div p {
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #4d4d4d;
}

.footer-bottom {
  padding: 21px 0 43px 0;
}

.footer-bottom>p {
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}

.enq-wrap {
  padding-top: 40px;
  width: 48px;
  height: 96px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background: url('/frontend/web/image/layout/enq_bg.png') no-repeat top right;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 40%;
  right: 8px;
  box-sizing: initial;
  z-index: 1;
}

.enq-wrap .enq-show {
  display: none;
  width: 320px;
  height: 86px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -326px;
}

.enq-wrap .enq-show .di {
  padding-top: 16px;
  padding-left: 60px;
}

.enq-wrap .enq-show .di.d1 {
  background: url('/frontend/web/image/layout/message.png') no-repeat 20px 33px;
}

.enq-wrap .enq-show .di.d2 {
  background: url('/frontend/web/image/layout/phone.png') no-repeat 20px 33px;
}

.enq-wrap .enq-show .di span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 14px;
  color: #262626;
}

.enq-wrap .enq-show .di span.s2 {
  color: #8c8c8c;
}

.enq-wrap .enq-show .di span.s2 a {
  display: block;
  color: #38abe0;
}

.enq-wrap .enq-show .close {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.enq-wrap .enq-show .close img {
  width: 100%;
}

.totop-wrap {
  display: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 5%;
  right: 8px;
}

[data-aos='fade-up'] {
  transform: translateY(30px);
}
