@charset "UTF-8";

@font-face {
  font-family: "syh-b";
  src: url(../fonts/SourceHanSansCN-Bold.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "syh-h";
  src: url(../fonts/SourceHanSansCN-Heavy.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "syh-r";
  src: url(../fonts/SourceHanSansCN-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sys-r";
  src: url(../fonts/SOURCEHANSERIFCN-REGULAR.OTF);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sys-b";
  src: url(../fonts/SOURCEHANSERIFCN-BOLD.OTF);
  font-weight: normal;
  font-style: normal;
}

body {
  min-width: 12.5rem;
}

/* 定位搜索框 */

.b-top {
  line-height: 0.4rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s;
  overflow: hidden;
}

.t-search-zzc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 105, 84, 0.96);
  backdrop-filter: blur(10px);
}

.t-head {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.56rem 5% 0 5%;
  z-index: 9;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.t-head a {
  display: block;
}

.t-head a img {
  display: block;
  height: 0.57rem;
}

.t-head b {
  background: url(../images/close-search.png) no-repeat;
  background-position: center center;
  background-size: 0.38rem auto;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.t-head b:hover {
  transform: rotate(360deg);
  transition: all 0.6s;
}

.allnav {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 9;
}

.allnav-box {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.allnav-box dl {
  transition: all 1s;
  width: 20%;
  margin-top: 0.8rem;
  transition-duration: 1s !important;
}

.allnav-box dl:nth-child(-n + 5) {
  margin-top: 0;
}

.allnav-box dl:hover dt a::after {
  width: 100%;
}

.allnav-box dl dt {
  display: flex;
  margin-bottom: 0.2rem;
}

.allnav-box dl dt a {
  display: block;
  font-size: 0.3rem;
  line-height: 0.54rem;
  color: #fff;
  position: relative;
}

.allnav-box dl.active dt a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url() no-repeat;
  background-position: center bottom;
  background-size: 0.34rem;
}

.allnav-box dl.active dt a::after {
  width: 0;
}

.allnav-box dl dt a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  border-bottom: solid 2px #fff;
  width: 0;
}

.allnav-box dl dd {}

.allnav-box dl dd a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: rgba(255, 255, 255, 0.6);
}

.allnav-box dl dd a:hover {
  color: #fff;
}

.b-top.on2 [data-aos^="fade"][data-aos^="fade"] {
  opacity: 1;
  transform: translateZ(0);
}

.b-top.on {
  opacity: 1;
  transform: translateY(0);
}

.b-top.on .t-head {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.top {
  max-width: 19.2rem;
  margin: 0 auto;
  position: fixed;
  right: 0.1rem;
  top: 0.18rem;
  width: 0.25rem;
  height: 0.25rem;
  z-index: 9999;
}

.top>img {
  display: block;
  width: 100%;
}

.wap-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  font-size: 0;
}

.wap-menu img {
  height: 0.25rem;
}

.close-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* 头部 */
.head {
  /* position: fixed; */
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.8s;
  background: rgba(255, 255, 255, 0.11);
  border-width: 0px 0px 1px 0px;
  /* border-style: solid; */
  border-color: rgba(255, 255, 255, 0.1);
}

.head.hide {
  transform: translateY(-100%);
}

/* head-nav */
.head-top {
  position: relative;
  z-index: 9;
  height: 1.27rem;
  background: #1364BE;
}

.head-top .w16 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  position: relative;
  transition: all 0.5s;
  display: block;
}

.logo a img {
  display: block;
  height: 0.73rem;
}

.h-right {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*search*/
.search {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.31);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.6s;
}

.search:hover {
  border-color: #fff;
}



input,
button {
  border: none;
  outline: none;
}

.search>span {
  display: block;
  width: 0.82rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background: #eeeeee;
  border-radius: 0.04rem;
  /* border: 1px solid #EDE5E6; */
  font-size: 14px;
  color: #9e9e9e;
  transition: all 0.6s;
}

.search .text {
  flex: 1;
  min-width: 0;
  padding-left: 0.1rem;
  padding-right: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  background: none;
  color: #fff;
}

.search .button {
  width: 0.6rem;
  height: 0.4rem;
  cursor: pointer;
  font-size: 0;
  background: url(../images/fdj.png) no-repeat center;
  background-size: 0.19rem auto;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

.nav {
  background: #fff;
  position: relative;
  z-index: 999;
}

.nav>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav>ul>li {
  width: 12.5%;
  text-align: center;
  position: relative;
}

.nav>ul>li>a {
  display: block;
  line-height: 0.5rem;
  transition: all 0.3s;
  font-size: 0.22rem;
  color: #333;
  position: relative;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
  /* background: #0551A5; */
  color: #0551A5;
}

.ejnav {
  position: absolute;
  top: 100%;
  z-index: 9999;
  overflow: hidden;
  line-height: normal;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -9;
}

.nav>ul>li:hover .ejnav {
  opacity: 1;
  transform: none;
  visibility: visible;
  z-index: 9;
}

.ejnav>ul {
  padding: 0.1rem 0 1rem 0;
}

.ejnav>ul>li {}

.ejnav>ul>li a {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #000;
}

.ejnav>ul>li a:hover {
  color: #0551A5;
  background: #fff;
}

.h-link {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}

.h-link a+a {
  border: none
}

.h-link a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
  color: #fff;
  border-right: 1px solid rgba(216, 216, 216, 0.25);
  padding: 0 20px;
  font-size: .17rem;
}

.h-link a:hover {
  opacity: 0.8
}

.h-link a img {
  display: block;
  height: 0.25rem;
}

.head2 {
  position: relative;
  z-index: 999;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-1.4rem);
  transition: all 0.8s;
}

.head2 {
  border-color: #e8e7e7;
}

.head2 .nav>ul>li>a {
  color: #222222;
}

.head2 .nav>ul>li:hover>a {
  color: #006954;
}

.head2 .h-link a {
  border-color: #b9b9b9;
}

.head2 {}

.head2.show {
  transform: translateY(0);
}

/* icon摇晃 */
@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* nav */

.next-back img {
  display: block;
  width: auto !important;
  height: auto !important;
}

/* foot */
.footer {
  padding-bottom: 0 !important;
  border-top: 1px solid #f1e9e9;
  background: url(../images/foot-bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.foot-t {
  display: flex;
  align-items: center;
}

.foot-t h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.47rem;
  color: #000000;
}

.link {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.link p {
  line-height: 0.47rem;
  padding-right: 0.2rem;
  background: none;
  text-align: left;
  font-size: 0.16rem;
  background: url(../images/link-icon-down.png) no-repeat;
  background-position: right center;
  background-size: 0.08rem auto;
}

.link>div {
  width: 17%;
  margin: 0 1.5%;
  position: relative;
  padding: 0 0.08rem;
  border-bottom: 1px solid #e5dede;
}

.link .x {
  display: block;
  height: 0.14rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.link>div:hover div {
  display: block;
}

.link>div div {
  position: absolute;
  bottom: 100%;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  left: 0;
  right: 0;
  max-height: 2.7rem;
  overflow-y: auto;
  z-index: 9;
  display: none;
}

.link>div div::-webkit-scrollbar {
  width: 3px;
}

.link>div div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e5e5e5;
}

.link>div div::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #999;
}

.link>div div a {
  display: block;
  color: #333;
  line-height: 0.36rem;
  font-size: 0.15rem;
  padding: 0 0.1rem;
}

.link>div div a:hover {
  background: #9a2226;
  color: #fff;
}

.foot-c {
  padding: .3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-l h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  color: #bb7600;
}

.foot-l p {
  font-family: "sys-b";
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 1;
  color: #bb7600;
  margin-top: 0.2rem;
}

.foot-m img {
  display: block;
  width: 4.96rem;
}

.foot-m {}

.foot-m p {
  text-align: center;
  font-size: 0.14rem;
  line-height: normal;
  color: #fff;
  padding-left: 0.05rem;
}
.foot-m p a{
  text-align: center;
  font-size: 0.14rem;
  line-height: normal;
  color: #fff;
  padding-left: 0.05rem;
}
.foot-r {}

.foot-r p {
  font-family: PingFang SC;
  font-size: .14rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #fff;
}

.foot-r p img {
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.2rem;
}

.foot-bq {
  background: #ab0000;
  line-height: 0.5rem;
}

.foot-bq .w16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #eda7a7;
  font-size: 0.14rem;
}

.foot-bq .r img {
  display: inline-block;
  vertical-align: -0.01rem;
  margin-right: 0.1rem;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}