html,
body {
  width: 100%;
  font-size: 100px;
}

/* 联系我们盒子 */
.lxwmBox{
  width: 19.2rem;
  height: 5.94rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  background: url(../img/dbl/foot.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

/* 导航 外层 */
.navigation {
  width: 100%;
  height: 0.75rem;
  background-color: white;
  z-index: 999;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.05);
  /* position: fixed;
    top: 0; */
}

/* 导航 左边 logo */
.navigation .logoImg {
  width: 1.9rem;
  height: 0.6rem;
  margin: 0.12rem 0 0 1.5rem;
  display: inline-block;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 90% auto;
  cursor: pointer;
}

/* 导航 右边 分类*/
.navigation .nav {
  float: right;
  margin-right: 0.5rem;
}

.navigation .nav li{float: left}
/* 导航 右边 about us */
.navigation .nav li:last-child {margin-left: 5.5rem}


.navigation .nav>li {
  height: 0.32rem;
  float: left;
  padding: 0.28rem 0.25rem 0;
  text-align: center;
  position: relative;
}
.navigation .nav>li>a{
	font-family: 'ltb';
}

.navigation .nav>li:hover .hoverList {
  display: block;
}

@keyframes heightAuto1 {
  0% {
    height: 0;
  }

  100% {
    height: initial;
  }
}

.animeHeightAuto1 {
  animation: heightAuto1 0.2s linear forwards;
}

@keyframes heightAuto2 {
  0% {
    height: 0;
  }

  100% {
    height: initial;
  }
}

.animeHeightAuto2 {
  animation: heightAuto2 0.2s linear forwards;
}

@keyframes heightAuto3 {
  0% {
    height: 0;
  }

  100% {
    height: initial;
  }
}

.animeHeightAuto3 {
  animation: heightAuto3 0.2s linear forwards;
}

@keyframes heightAuto4 {
  0% {
    height: 0;
  }

  100% {
    /* height: 2.3rem; */
    height: initial;
  }
}

.animeHeightAuto4 {
  animation: heightAuto4 0.2s linear forwards;
}

@keyframes heightAuto5 {
  0% {
    height: 0;
  }

  100% {
    height: initial;
  }
}

.animeHeightAuto5 {
  animation: heightAuto5 0.2s linear forwards;
}

/* 划上出现的盒子 */
.hoverList {
  width: 1.5rem;
  /* height: 0; */
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.6rem;
  z-index: 999;
  background-color: white;
  border-top: 0.02rem solid #c82a28;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.05);
  display: none;
  transition: all 0.2s linear;
}

.navigation .nav>li>.hoverList>div>a{
	width: 1rem;
	padding: 0.2rem 0;
	border-bottom: 1px solid #f5f5f5;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.navigation .nav>li>.hoverList>div:nth-last-of-type(1)>a{
	border-bottom: none;
}


/* 底部 */
.foodBox {
  /* width: 100%;
  height: 4.5rem; */
  width: 100%;
  height: 4rem;
  /* background: url(../img/dbl/food.png) no-repeat center; */
  /* background-size: cover; */
  position: relative;
  border-top: 1px solid #eee;
  top:2rem;
}

.copyBox {
  position: absolute;
  bottom: -3rem;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  color: #666;

}

/* 文字盒子样式 */
.textBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.cpzx {
  margin-left: 1.3rem;
}

.publicSty {
  float: left;
  width: 2.8rem;
  height: auto;
  /*margin-top: 0.28rem;*/
  margin-top: -1.72rem;
}

.publicSty>dt {
  font-size: 0.2rem;
  color: #333;
  font-family: 'ltb';
  margin-bottom: 0.35rem;
}

.publicSty>dd {
  font-family: 'lt';
  color: #666;
  font-size: 0.14rem;
  margin-bottom: 0.25rem;
}

.publicSty a:hover {
  color: #c82a2b;
}

/* 文字盒子样式 结束 */
.ewm {
  width: 2.11rem;
  height: 2.00rem;
  position: absolute;
  left: 14.95rem;
  top: 0.7rem;
  display: none;
}

.icons {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 8rem;
  cursor: pointer;
  margin-top: 4rem;
}

.wx {
  top: 0.9rem;
}

.vd {
  /*top: 3.8rem*/
}
.fb {
  /*top: 3.8rem;*/
  margin-left: 0.8rem;
}

.ca {
  /*top: 3.8rem;*/
  margin-left: 1.4rem;
}

.dy {
  /*top: 3.8rem;*/
  margin-left: 2.1rem;
}

.py {
  /*top: 3.8rem;*/
  margin-left: 2.7rem;
}

.mp {
    top: 1rem;
    margin-left: -3rem;
}

.addr {
    position: absolute;
    top: 1.1rem;
    margin-left: -6.5rem;
}

.tel {
    top: 1.75rem;
    margin-left: -0.03rem;
}

.telNo {
    position: absolute;
    top: 1.8rem;
    margin-left: -3.5rem;
}

.wb {
  top: 1.5rem;
}

.tb {
  top: 2.1rem;
}

.zh {
  top: 2.5rem;
  display: none;
}


/* 光圈动画 中国*/
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  /* 10% {transform: scale(0.2);opacity: 0.8;}
	20% {transform: scale(0.4);opacity: 0.6;}
	30% {transform: scale(0.6);opacity: 0.4;}
	40% {transform: scale(0.8);opacity: 0.2;} */
  30% {
    transform: scale(1);
    opacity: 0;
  }

  70% {
    transform: scale(1);
    opacity: 0;
  }

  /* 60% {transform: scale(0.8);opacity: 0.2;}
	70% {transform: scale(0.6);opacity: 0.4;}
	80% {transform: scale(0.4);opacity: 0.6;}
	90% {transform: scale(0.2);opacity: 0.8;} */
  100% {
    transform: scale(0);
    opacity: 1;
  }
}

.container {
  position: relative;
  left: 8.98rem;
  top: 2.24rem;
  width: 0.6rem;
  height: 0.6rem;
  /*border: 1px solid #000;*/
  animation: warn1 3s linear 1.2s;
  animation-iteration-count: infinite;
}

/* 保持大小不变的小圆圈  */
/* .dot {
	position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  left: 0.14rem;
  top: 0.14rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border: 1px solid #f40d0d;
  background: #f43d3db0;
  border-radius: 0.2rem;
  z-index: 2;
  animation: warn 1s ease-out;
	animation-iteration-count: infinite;
} */
/* 产生动画（向外扩散变大）的圆圈  */
.pulse {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
  top: 0;
  /* border: 1px solid #f4313169;
  background: #ed2b2b4a; */
  background: url(../img/nmqq/anime.png) no-repeat center;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}


/* 光圈动画 欧洲*/
@keyframes warn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  30% {
    transform: scale(0);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.container1 {
  position: relative;
  left: 5.93rem;
  top: 0.18rem;
  width: 1.6rem;
  height: 1.6rem;
  /*border: 1px solid #000;*/
  animation: warn1 3s linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

/* 保持大小不变的小圆圈  */
/* .dot1 {
	position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  left: 0.14rem;
  top: 0.14rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border: 1px solid #f40d0d;
  background: #f43d3db0;
  border-radius: 0.2rem;
  z-index: 2;
  animation: warn 1s ease-out;
	animation-iteration-count: infinite;
} */
/* 产生动画（向外扩散变大）的圆圈  */
.pulse1 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  background: url(../img/nmqq/anime.png) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

/* 非洲光圈 */
.container2 {
  position: relative;
  left: 5.63rem;
  top: 0.58rem;
  width: 1.6rem;
  height: 1.6rem;
  animation: warn1 2.3s linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.pulse2 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  background: url(../img/nmqq/anime.png) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

/* 亚洲光圈 */
.container3 {
  position: relative;
  left: 8.05rem;
  top: -2.7rem;
  width: 1.6rem;
  height: 1.6rem;
  /*border: 1px solid #000;*/
  animation: warn1 1.6s linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.pulse3 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  background: url(../img/nmqq/anime.png) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

/* 北美光圈 */
.container4 {
  position: relative;
  left: 1.15rem;
  top: -4.28rem;
  width: 1.6rem;
  height: 1.6rem;
  /*border: 1px solid #000;*/
  animation: warn1 3s linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.pulse4 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  background: url(../img/nmqq/anime.png) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
/* 南美光圈 */
.container5 {
  position: relative;
  left: 2.81rem;
  top: -3.5rem;
  width: 1.6rem;
  height: 1.6rem;
  /*border: 1px solid #000;*/
  animation: warn1 3s linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.pulse5 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  background: url(../img/nmqq/anime.png) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
/* 澳大利亚光圈 */
.container6 {
  position: relative;
  left: 9.45rem;
  top: -4.7rem;
  width: 1.6rem;
  height: 1.6rem;
  /*border: 1px solid #000;*/
  animation: warn1 3s linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.pulse6 {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  background: url(../img/nmqq/anime.png) no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
/* 标题 复用 */
.nmTitlePublic {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nmTitlePublic>.leftIcon {
  width: 0.06rem;
  height: 0.16rem;
  background-color: rgba(200, 42, 40, 1);
}

.nmTitlePublic>.middleText {
  padding: 0 0.5rem;
}

.nmTitlePublic>.middleText>.topTitle {
  font-size: 0.26rem;
  line-height: 0.26rem;
  font-family: 'lt';
  color: #333;
  margin-bottom: 0.15rem;
}

.nmTitlePublic>.middleText>.bottomTitle {
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-family: 'lt';
  color: #999;
}

.nmTitlePublic>.rightIcon {
  width: 0.06rem;
  height: 0.16rem;
  background-color: rgba(200, 42, 40, 1);
}

/* 鼠标画上的线 */
.lineHover {
  position: relative;
}

.lineHoverBlcok {
  display: none;
  width: 0.5rem;
  height: 0.01rem;
  background-color: #c82a28;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.colred  .lineHoverBlcok,
.lineHover:hover .lineHoverBlcok {
  display: block;
  animation: line 0.3s linear forwards;
}

@keyframes line {
  0% {
    width: 0rem;
  }

  100% {
    width: 0.5rem;
  }
}


/* 带红色下划线的标题 */
.border_red {
  background-color: #c82a0a;
  width: 0.4rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  margin: 0.2rem auto 0;
}

/* 红色底的按钮 */
.redBtnSty{
  width: 2.3rem;
  height: 0.4rem;
  cursor: pointer;
  background-color: #c82a28;
  box-shadow: 0 0 0.1rem #c82a28;
  border-radius: 0.2rem;
  color: white;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-align: center;
  margin: auto;
}
.redBtnSty>.redBtnStyText{
	display: inline-block;
}
.redBtnSty>.redBtnStyIcon{
	display: inline-block;
	margin-left: 0.1rem;
}
.redBtnSty:hover{
  background-color: #bf2826;
}
.redBtnSty:hover .redBtnStyIcon{
  transform: translateX(0.02rem);
}