.min_top {
  background-color: #f6f6f6;
  height: 26px;
  padding-bottom: 2px;
}
.min_top .rt {
  gap: 14px;
}
.head_nav {
  background-color: #fbfbfd;
  height: 70px;
}
.head_nav .head_box .lf_box .menu {
  min-width: 500px;
  margin-left: 110px;
  gap: 24px;
  font-size: 14px;
}
.head_nav .head_box .lf_box .menu .focus {
  font-size: 18px;
}
.head_nav .head_box .rt_box .search {
  background-color: #f7f7f7;
  border-radius: 25px;
  width: 170px;
  height: 30px;
  padding: 0 14px;
}
.head_nav .head_box .rt_box .search .ss {
  height: 30px;
}
.head_nav .head_box .rt_box .search .ss .stxt {
  width: 120px;
  border: none;
  background-color: #f7f7f7;
}
.head_nav .head_box .rt_box .search .ss .sicon {
  width: 14px;
}
.footer {
  background-image: url(../img/foob-backgournd.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 766px;
}
.footer .foot_box {
  position: relative;
  height: 100%;
}
.footer .foot_box .top {
  width: 860px;
  margin: 0 auto;
  padding-top: 100px;
  height: 200px;
}
.footer .foot_box .top .item {
  width: 120px;
  text-align: center;
  overflow: hidden;
}
.footer .foot_box .top .item .img,
.footer .foot_box .top .item .img2 {
  transition: all 0.2s;
}
.footer .foot_box .top .item .img img,
.footer .foot_box .top .item .img2 img {
  width: 90px;
}
.footer .foot_box .top .item .txt,
.footer .foot_box .top .item .txt2 {
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 2px;
  transition: all 0.2s;
}
.footer .foot_box .top .item .img {
  margin-right: -220px;
}
.footer .foot_box .top .item .txt {
  margin-left: -260px;
}
.footer .foot_box .top .item .img2 {
  position: relative;
  top: -220px;
}
.footer .foot_box .top .item .txt2 {
  position: relative;
  bottom: -260px;
}
.footer .foot_box .top .item .img_fs {
  animation: foot_img_fs 0.8s ease-in-out 0s 1 alternate forwards;
}
.footer .foot_box .top .item .txt_fs {
  animation: foot_txt_fs 0.8s ease-in-out 0s 1 alternate forwards;
}
.footer .foot_box .top .item .img_fs2 {
  animation: foot_img_fs2 0.8s ease-in-out 0s 1 alternate forwards;
}
.footer .foot_box .top .item .txt_fs2 {
  animation: foot_txt_fs2 0.8s ease-in-out 0s 1 alternate forwards;
}
.footer .foot_box .bottom {
  color: #fff;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footer .foot_box .bottom .lf {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 400px;
}
.footer .foot_box .bottom .lf a {
  color: #fff;
}
.footer .foot_box .bottom .lf a:hover {
  text-decoration: underline;
}
.footer .foot_box .bottom .lf .item {
  line-height: 34px;
}
.footer .foot_box .bottom .lf .item .title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 6px;
}
.footer .foot_box .bottom .lf .item .item_a {
  font-size: 14px;
}
.footer .foot_box .bottom .ct {
  font-size: 14px;
  line-height: 34px;
}
.footer .foot_box .bottom .ct .til {
  font-size: 18px;
}
.footer .foot_box .bottom .ct .tel {
  font-weight: 600;
  font-size: 32px;
  color: #06a3e8;
  margin: 14px 0;
}
.footer .foot_box .bottom .ct .com_row2 {
  padding-left: 70px;
  margin-top: -10px;
}
.footer .foot_box .bottom .rt .qrcode {
  text-align: center;
  margin-top: 24px;
}
.footer .foot_box .bottom .rt .qrcode .img {
  background-color: #fff;
  padding: 10px;
  width: 150px;
}
.footer .foot_box .bottom .rt .qrcode .img img {
  width: 100%;
}
.footer .foot_box .bottom .rt .qrcode .txt {
  font-size: 14px;
  margin-top: 10px;
}
.footer .foot_box .bottom .line {
  width: 1px;
  height: 220px;
  background-color: #fff;
  opacity: 0.5;
}
.footer .foot_box .foot_bottom {
  position: absolute;
  width: 100%;
  bottom: 26px;
  gap: 120px;
}
.footer .foot_box .foot_bottom .beian {
  text-align: center;
  color: #fff;
  gap: 14px;
  opacity: 0.8;
  font-size: 14px;
}
.footer .foot_box .foot_bottom .kw {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
@keyframes foot_img_fs {
  0% {
    margin-right: -220px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes foot_txt_fs {
  0% {
    margin-left: -260px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes foot_img_fs2 {
  0% {
    top: -220px;
  }
  100% {
    top: 0;
  }
}
@keyframes foot_txt_fs2 {
  0% {
    bottom: -260px;
  }
  100% {
    bottom: 0;
  }
}
.tool_menu {
  position: fixed;
  right: 22px;
  bottom: 200px;
  width: 70px;
  height: 210px;
  background: #f6f6f6;
  box-shadow: 0px 2px 8px 1px #06a3e8;
  z-index: 9;
  cursor: pointer;
}
.tool_menu .item {
  width: 70px;
  height: 70px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.tool_menu .item:hover {
  color: #fff;
  background-color: #06a3e8;
}
.tool_menu .item:hover .lf {
  display: block;
}
.tool_menu .item .txt {
  display: block;
  padding-top: 44px;
}
.tool_menu .item .lf {
  display: none;
  position: absolute;
  background-color: #fff;
  min-height: 70px;
  right: 70px;
  box-shadow: -2px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.tool_menu .item .lf .wximg {
  gap: 20px;
  padding: 20px 20px 14px 20px;
}
.tool_menu .item .lf .wximg .wxitem img {
  width: 100px;
}
.tool_menu .item .lf .wximg .wxitem .wxtxt {
  display: block;
  color: #222;
  padding-top: 6px;
}
.tool_menu .item .lf .tel_txt {
  padding: 14px 24px;
}
.tool_menu .ico1 {
  background: url(../img/kefu.svg) center 10px no-repeat;
  background-size: 28px auto !important;
}
.tool_menu .ico1:hover {
  background: #06a3e8 url(../img/kefu1.svg) center 10px no-repeat;
}
.tool_menu .ico2 {
  background: url(../img/tel.svg) center 12px no-repeat;
  background-size: 24px auto !important;
}
.tool_menu .ico2:hover {
  background: #06a3e8 url(../img/tel1.svg) center 12px no-repeat;
}
.tool_menu .ico3 {
  background: url(../img/top.svg) center 14px no-repeat;
  background-size: 22px auto !important;
}
.tool_menu .ico3:hover {
  background: #06a3e8 url(../img/top1.svg) center 14px no-repeat;
}
.pcwicon {
  padding-left: 20px;
  background: url(../img/20231113163426.png) left 0 no-repeat;
  background-size: auto 100%;
}
