body {
  font-family: "宋体";
}
audio,
canvas,
embed,
iframe,
object,
svg,
video {
  display: inherit;
}
.artText {
  width: 95px;
  font-weight: bold;
  font-size: 45px;
  color: #efefef;
  position: relative;
}
.artText .artTextbg {
  width: 95px;
  font-weight: bold;
  font-size: 45px;
  color: #464646;
  text-shadow: 0 0 5px #a7a7a7, 0 0 10px #818181;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  filter: blur(2px);
}
.swiper-button-prev,
.swiper-button-next {
  height: 45px !important;
  width: 45px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  font-weight: 700 !important;
  border-radius: 50% !important;
  color: white !important;
}
.swiper-button-prev:after {
  font-size: 20px !important;
}
.swiper-button-next:after {
  font-size: 20px !important;
}
.searchCom {
  display: flex;
  align-items: center;
}
.searchCom input {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 250px;
  margin-right: 3px;
}
.searchCom input::placeholder {
  color: #c0c4cc;
  font-size: 14px;
}
.searchCom .btn {
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #0189ec;
  border-color: #0189ec;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  z-index: 91;
  top: 0px;
  right: 0px;
  position: fixed;
  box-shadow: 0 3px 5px #efefef;
  background-color: white;
}
.nav .logo {
  width: 380px;
  margin-right: 35px;
}
.nav .tabList {
  min-width: 765px;
  width: 65%;
  display: flex;
  align-items: center;
  height: 110px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.nav .tabList a {
  height: 110px;
  line-height: 110px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
}
.nav .tabList a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  transition: 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: #25599f;
}
.nav .tabList a:hover:after {
  background-color: #0b93e1;
  opacity: 1;
}
.nav .tabList .active:after {
  opacity: 1;
}
.nav .tabList .active {
  color: #25599f;
}
.crumbs {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.crumbs .active {
  color: #000000;
  font-weight: 400;
}
.crumbs a {
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.crumbs a img {
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
.footer {
  width: 100%;
  background-image: url("http://www.longhuanhj.com/static/img/foot.1df660d3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #f0eeee;
  line-height: 1.2;
}
.footer .foot_box {
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f0eeee;
}
.footer .foot_box .foot_left {
  font-weight: 700;
}
.footer .foot_box .foot_left .foot_one {
  width: 85%;
}
.footer .foot_box .foot_left .foot_one > img {
  width: 86%;
}
.footer .foot_box .foot_left .foot_two {
  margin: 10px 0;
}
.footer .foot_box .foot_left .foot_two .cursor {
  color: #fff;
}
.footer .foot_box .foot_right {
  display: flex;
  flex-direction: row;
}
.footer .foot_box .foot_right img {
  margin-left: 10px;
  width: 100px;
  height: 100px;
}
.page {
  text-align: center;
  background-color: #fff;
}
.page .pagination {
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
  display: inline-block;
}
.page .pagination li {
  float: left;
}
.page .pagination li a {
  color: #666;
  border: none;
  padding: 0 10px;
  font-size: 17px;
}
.page .pagination li a:hover {
  background-color: #fff;
}
.page .pagination li span {
  color: #666;
  border: none;
  padding: 0 10px;
  font-size: 17px;
}
.page .pagination .active a,
.page .pagination .active a:focus,
.page .pagination .active a:hover,
.page .pagination .active span,
.page .pagination .active span:focus,
.page .pagination .active span:hover {
  background-color: #fff;
  border-color: none;
  color: #076ce0;
}
.imgBox {
  width: 100%;
  background: #efefef;
  position: relative;
}
.tit_url {
  z-index: 90;
  position: absolute;
  letter-spacing: 1px;
  font-size: 45px;
  font-weight: 700;
  color: #efefef;
  text-shadow: 7px 8px 1px #333;
  letter-spacing: 2px;
  top: 40%;
  left: 10%;
  animation: fadeleave-data 1s ease;
  -webkit-animation: fadeleave-data 1s ease;
}
@-webkit-keyframes fadeleave-data {
  0% {
    -webkit-transform: translateY(400px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeleave-data {
  0% {
    -webkit-transform: translateY(400px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.science {
  animation: xing-data 0.25s ease;
  -webkit-animation: xing-data 0.3s ease;
  text-align: center;
  width: 100%;
  height: 560px;
}
@-webkit-keyframes xing-data {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes xing-data {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.w-full {
  width: 100%;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[50\%\] {
  width: 50%;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.m-\[50px_auto_10px\] {
  margin: 50px auto 10px;
}
.m-auto {
  margin: auto;
}
.h-\[600px\] {
  height: 600px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.text-\[17px\] {
  font-size: 17px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.w-\[42\%\] {
  width: 42%;
}
.h-\[300px\] {
  height: 300px;
}
.float-right {
  float: right;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[#000\] {
  color: #000;
}
.indent-\[2em\] {
  text-indent: 2em;
}
.font-bold {
  font-weight: bold;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
.clear-both {
  clear: both;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.w-\[43\.5\%\] {
  width: 43.5%;
}
.mb-\[\.5\%\] {
  margin-bottom: 0.5%;
}
.mr-\[\.5\%\] {
  margin-right: 0.5%;
}
.w-\[56\%\] {
  width: 56%;
}
.w-\[32\.75\%\] {
  width: 32.75%;
}
.w-\[22\.75\%\] {
  width: 22.75%;
}
.pb-\[0_\!important\] {
  padding-bottom: 0 !important;
}
.shadow-\[2px_2px_4px_5px_\#efefef\] {
  --tw-shadow: 2px 2px 4px 5px #efefef;
  --tw-shadow-colored: 2px 2px 4px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.p-\[10px\] {
  padding: 10px;
}
.box-border {
  box-sizing: border-box;
}
.gap-x-\[20px\] {
  column-gap: 20px;
}
.grid-cols-\[repeat\(3\2c 1fr\)\] {
  grid-template-columns: repeat(3, 1fr);
}
.grid {
  display: grid;
}
.gap-\[10px\] {
  gap: 10px;
}
.grid-cols-\[repeat\(4\2c 1fr\)\] {
  grid-template-columns: repeat(4, 1fr);
}
.bg-\[\#b0b0b0\] {
  background-color: #b0b0b0;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.w-\[35px\] {
  width: 35px;
}
.h-\[35px\] {
  height: 35px;
}
.ml-\[2\%\] {
  margin-left: 2%;
}
.top-\[260px\] {
  top: 260px;
}
.left-\[220px\] {
  left: 220px;
}
.absolute {
  position: absolute;
}
.mr-\[95px\] {
  margin-right: 95px;
}
.ml-\[95px\] {
  margin-left: 95px;
}
.w-\[15px\] {
  width: 15px;
}
.gap-y-\[25px\] {
  row-gap: 25px;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.h-\[442px\] {
  height: 442px;
}
.h-full {
  height: 100%;
}
.h-\[680px\] {
  height: 680px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.p-\[0px_10px\] {
  padding: 0px 10px;
}
img,
video {
  max-width: 100%;
  height: auto;
}
audio,
canvas,
embed,
iframe,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
body {
  margin: 0;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.bg-\[url\(\'\.\.\/static\/assets\/images\/icon10\.png\'\)\] {
  background-image: url("../images/icon10.png");
}
.bg-\[url\(\'\.\.\/static\/assets\/images\/icon11\.png\'\)\] {
  background-image: url("../images/icon11.png");
}
.bg-\[url\(\'\.\.\/static\/assets\/images\/icon12\.png\'\)\] {
  background-image: url("../images/icon12.png");
}
.bg-\[url\(\'\.\.\/static\/assets\/images\/icon13\.png\'\)\] {
  background-image: url("../images/icon13.png");
}
.bg-\[url\(\'\.\.\/static\/assets\/images\/icon14\.png\'\)\] {
  background-image: url("../images/icon14.png");
}
.bg-\[url\(\'\.\/assets\/images\/icon10\.png\'\)\] {
  background-image: url("../images/icon10.png");
}
.bg-\[url\(\'\.\/assets\/images\/icon11\.png\'\)\] {
  background-image: url("../images/icon11.png");
}
.bg-\[url\(\'\.\/assets\/images\/icon12\.png\'\)\] {
  background-image: url("../images/icon12.png");
}
.bg-\[url\(\'\.\/assets\/images\/icon13\.png\'\)\] {
  background-image: url("../images/icon13.png");
}
.bg-\[url\(\'\.\/assets\/images\/icon14\.png\'\)\] {
  background-image: url("../images/icon14.png");
}
#fly {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  color: #fff;
  font-weight: bold;
}
#fly a {
  width: 240px;
  height: 170px;
  background-image: url(../images/2.a2d048e5.jpg);
  background-size: cover;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
}
#fly a .title {
  position: absolute;
  cursor: pointer;
  letter-spacing: 2px;
  bottom: 10px;
  right: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
}
#fly .close {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 4px;
  font-size: 16px;
  z-index: 9998;
}
#flyBtn {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 100;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  padding: 6px;
  color: #fff;
  border-radius: 2px;
  display: none;
}
