.crumbs {
  color: #999999;
  margin-bottom: 40px;
}

.crumbs a {
  color: #999999;
  font-size: 14px;
  transition: all 1s;
}
.crumbs a:last-child{
  color: #111;
}

.crumbs a:not([href="javascript:;"]):hover {
  color: #2C6DB6;
}

.crumbs a span {
  color: #302E3D;
  margin-right: 5px;
}

.banner .wrap img {
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 101;
  padding: 0 100px;
  transition: background-color 1s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header:hover,
header.active,
header.white {
  background-color: #fff;
}
header:hover .header .logo,
header.active .header .logo,
header.white .header .logo {
  filter: none;
}
header.active .header .list .item>a,
header.white .header .list .item>a{
  color: #111;
}

header:hover .header .list .item:hover>a,
header:hover .header .list .item.on>a ,
header.active .header .list .item:hover>a,
header.active .header .list .item.on>a,
header.white .header .list .item:hover>a,
header.white .header .list .item.on>a  {
  color: #2C6DB6;
}


header:hover .header .list .item:hover .line,
header:hover .header .list .item.on .line,
header.active .header .list .item:hover .line,
header.active .header .list .item.on .line,
header.white .header .list .item:hover .line,
header.white .header .list .item.on .line {
  background-color: #2C6DB6;
}

header .header .list .item:hover .hide .joke {
  transform: translateY(0);
  opacity: 1;
}

header .header .list .item:hover .hide {
  pointer-events: all;
}


header:hover .header .list .item:hover .line::after,
header:hover .header .list .item.on .line::after,
header:hover .header .list .item:hover .line::before,
header:hover .header .list .item.on .line::before,
header.active .header .list .item:hover .line::after,
header.active .header .list .item.on .line::after,
header.active .header .list .item:hover .line::before,
header.active .header .list .item.on .line::before,
header.white .header .list .item:hover .line::after,
header.white .header .list .item.on .line::after,
header.white .header .list .item:hover .line::before,
header.white .header .list .item.on .line::before {
  background-color: #2C6DB6;
}

header:hover .header .list .item a {
  color: #111;
}

header .header .list .item .level{
  width: 100vw;

  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
}
header:hover .header .list .item .line,
header.active .header .list .item .line,
header.white .header .list .item .line {
  background-color: #111;
}


header:hover .header .list .item .line::after,
header:hover .header .list .item .line::before,
header.active .header .list .item .line::after,
header.active .header .list .item .line::before,
header.white .header .list .item .line::after,
header.white .header .list .item .line::before {
  background-color: #111;
}

header:hover .header .tab::after,
header.active .header .tab::after,
header.white .header .tab::after {
  border-right-color: #111;
}
header:hover .header .tab span,
header.active .header .tab span,
header.white .header .tab span {
  color: #111;
}

header .header {
  width: 100%;
  margin: 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 1s;
}

header .header .logo {
  width: 150px;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}

header .header .list {
  display: flex;
  height: 100%;
}

header .header .list .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .list .item.nr{
  position: static;
}

header .header .list .item .hide {
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  padding-top: 10px;
  pointer-events: none;
}

header .header .list .item .hide .joke {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: .3s ease;
  box-shadow: 0 1px 75px 1px rgba(0, 0, 0, 0.06);
}

header .header .list .item .hide .joke a {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 34px;
  display: block;
  width: fit-content;
  margin: auto;
  transition: .3s ease;
  white-space: nowrap;
  padding: 0 39px;
}

header .header .list .item .hide .joke a:hover {
  color: #2C6DB6;
}


header .header .list .item.on .line,
header .header .list .item:hover .line {
  width: 100%;
  opacity: 1;
}
header .header .list .item:hover .level{
  clip-path: inset(0 0 0 0);
}
header .header .list .item .level{
  clip-path: inset(0 0 100% 0);
  transition: all 1s;
}
header .header .list .item .level .joke{
  width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
  /* position: relative; */
}
header .header .list .item .level .joke .left{
  width: 230px;
  padding-right: 25px;
}
header .header .list .item .level .joke .left a{
  width: 100%;
  height: 54px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  transition: all .6s;
}
header .header .list .item .level .joke .left a.active{
  background-color: #F7F7F7;
}
header .header .list .item .level .joke .left a .txt{
  transition: all .6s;
}
header .header .list .item .level .joke .left a.active .txt{
  color: #2C6DB6;
}
header .header .list .item .level .joke .left a:not(:last-child){
  margin-bottom: 15px;
}
header .header .list .item .level .joke .left a .icon{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
header .header .list .item .level .joke .left a .icon img{
  width: 100%;
}
header .header .list .item .level .joke{
  display: flex;
}
header .header .list .item .level .joke .right{
  flex: 1;
  height: 420px;
  padding:0 60px;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  position: relative;
}
header .header .list .item .level .joke .right .trem.active{
  opacity: 1;
  transition-delay: .3s;
  transform: translateY(0);
  pointer-events: all;
}
header .header .list .item .level .joke .right .trem{
  display: grid;
  gap:40px 60px;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  top: 0;
  transition: all 1s;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
header .header .list .item .level .joke .right .trem .img{
  width: 150px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 8px;
  /* padding: 10px; */
  overflow: hidden;
}
header .header .list .item .level .joke .right .trem .img img{
  transition: all .6s;
  width: 100%;
  height: 100%;
}
header .header .list .item .level .joke .right .trem a:hover .img img{
  transform: scale(1.1);
}
header .header .list .item .level .joke .right .trem a:hover .text{
  color: #2C6DB6;
}
header .header .list .item .level .joke .right .trem a{
  width: 100%;
}
header .header .list .item .level .joke .right .trem .text{
  color: #000;
  transition: all .6s;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}


header .header .list .item .line {
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 27px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}

header .header .list .item .line::after,
header .header .list .item .line::before {
  width: 3px;
  height: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 0.5s;
}

header .header .list .item .line::after {
  left: 0;
  transform: translateX(-50%);
}

header .header .list .item .line::before {
  right: 0;
  transform: translateX(50%);
}

header .header .list .item>a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 1s;
}

header .header .list .item:not(:last-child) {
  margin-right: 80px;
}

header .header .tab {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

header .header .tab::after {
  content: "";
  transition: all 0.5s;
  width: 0;
  height: 0;
  display: block;
  border: 4px transparent solid;
  border-right-color: #fff;
  position: absolute;
  transform: rotate(-135deg);
  right: 0;
  bottom: 0;
}

header .header .tab span {
  color: #fff;
  transition: all 1s;
}

footer {
  position: relative;
  overflow: hidden;
  background-color: #020D1B;
}

footer .footer {
  width: 1600px;
  margin: 0 auto;
  padding-top: 104px;
}

footer .footer .top {
  margin-bottom: 78px;
  display: flex;
  justify-content: space-between;
}

footer .footer .top .left {
  margin-right: 273px;
}

footer .footer .top .left .logo {
  width: 209px;
  filter: brightness(0) invert(1);
}

footer .footer .top .left .number {
  margin-top: 50px;
}

footer .footer .top .left .number h3 {
  font-size: 40px;
  color: #fff;
}

footer .footer .top .left .number p {
  color: #fff;
  font-size: 16px;
  color: #b3b3b3;
}

footer .footer .top .left .number p span {
  color: #fff;
  margin-right: 5px;
}

footer .footer .top .left .email {
  margin-top: 60px;
}

footer .footer .top .left .email .item {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 18px;
  line-height: 40px;
}

footer .footer .top .right {
  padding-left: 103px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer .top .right .list {
  display: flex;
  margin-bottom: 105px;
}

footer .footer .top .right .list .item {
  color: #B3B3B3;
  display: block;
  transition: all 0.5s;
}

footer .footer .top .right .list .item:hover {
  color: #fff;
}

footer .footer .top .right .list .item:not(:last-child) {
  margin-right: 30px;
}

footer .footer .top .right .social h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

footer .footer .top .right .social .b {
  display: flex;
  justify-content: space-between;
}

footer .footer .top .right .social .b .l {
  display: flex;
}

footer .footer .top .right .social .b .l .trem .mark {
  width: 100px;
  height: 100px;
  bottom: 80px;
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  padding: 5px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}

footer .footer .top .right .social .b .l .trem:hover .mark {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

footer .footer .top .right .social .b .l .trem {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 60px;
  background-color: #1C2632;
  transition: all 0.5s;
  position: relative;
}

footer .footer .top .right .social .b .l .trem:hover {
  background-color: #fff;
}

footer .footer .top .right .social .b .l .trem:hover span {
  color: #1C2632;
}

footer .footer .top .right .social .b .l .trem:not(:last-child) {
  margin-right: 20px;
}

footer .footer .top .right .social .b .l .trem span {
  color: #fff;
  transition: all 0.5s;
  font-size: 26px;
}

footer .footer .top .right .social .b .up {
  color: #020D1B;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}

footer .footer .top .right .social .b .up:hover span {
  transform: translateY(-5px);
}

footer .footer .top .right .social .b .up span {
  transition: all 0.5s;
}

footer .footer .top .right .social .b .up p {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
}

footer .footer .bottom {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
}

footer .footer .bottom p a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

footer .footer .bottom p a:hover {
  color: #2C6DB6;
}

.common_tab {
  /* width: 100vw; */
  width: 100%;
  height: 60px;
}

.common_tab.active .list {
  position: fixed;
  top: 88px;
}
.common_tab .list .scroll{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.common_tab .list {

  height: 60px;
  background-color: #fff;
  width: 100%;
  z-index: 10;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.common_tab .list .item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common_tab .list .item a {
  color: #3D454D;
  font-size: 16px;
  transition: all 0.5s;
}

.common_tab .list .item:hover a,
.common_tab .list .item.active a {
  color: #2C6DB6;
}

.common_tab .list .item:hover .line,
.common_tab .list .item.active .line {
  width: 100%;
  opacity: 1;
}

.common_tab .list .item:not(:last-child) {
  margin-right: 60px;
}

.common_tab .list .item .line {
  width: 0;
  height: 3px;
  background-color: #2C6DB6;
  position: absolute;
  bottom: -1px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}

.common_tab .list .item .line::after,
.common_tab .list .item .line::before {
  width: 7px;
  height: 7px;
  background-color: #2C6DB6;
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}

.common_tab .list .item .line::after {
  left: 0;
  transform: translateX(-50%);
}

.common_tab .list .item .line::before {
  right: 0;
  transform: translateX(50%);
}

.pagebox {
  display: flex;
}

.pagebox .prev,
.pagebox .next,
.pagebox .item {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}

.pagebox .prev span,
.pagebox .next span,
.pagebox .item span {
  transition: all 1s;
  color: #B2B7B7;
}

.pagebox .page {
  display: flex;
  margin: 0 20px;
}

.pagebox .page .item {
  color: #9F9F9F;
}

.pagebox .page .item:not(:last-child) {
  margin-right: 10px;
}

.pagebox .page .item:hover,
.pagebox .page .item.active {
  color: #fff;
  background-color: #2C6DB6;
}

.pagebox .prev,
.pagebox .next {
  background-color: #fff;
}

.pagebox .prev:hover,
.pagebox .next:hover {
  background-color: #2C6DB6;
}

.pagebox .prev:hover span,
.pagebox .next:hover span {
  color: #fff;
}

.pagebox .prev {
  transform: rotate(180deg);
}

.menu_show {
  display: none;
}

header .header .menu {
  display: none;
}

@media screen and (max-width: 1919px) {
  header {
    padding: 0px 5.2083333333vw;
  }

  header .header {
    height: 4.5833333333vw;
  }

  header .header .logo {
    width: 7.8125vw;
  }

  header .header .list .item .hide {
    padding-top: 0.5208333333vw;
  }

  header .header .list .item .hide .joke {
    border-radius: 0.4166666667vw;
    padding: 0.8333333333vw 0px;
    transform: translateY(1.0416666667vw);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3.90625vw 1px;
  }

  header .header .list .item .hide .joke a {
    font-size: 0.8333333333vw;
    line-height: 1.7708333333vw;
    padding: 0px 2.03125vw;
  }

  header .header .list .item .line {
    bottom: 1.40625vw;
  }



  header .header .list .item:not(:last-child) {
    margin-right: 4.1666666667vw;
  }

  header .header .tab {
    width: 1.875vw;
    height: 1.875vw;
  }

  header .header .tab::after {
    border-width: 0.2083333333vw;
  }

  footer .footer {
    width: 83.3333333333vw;
    padding-top: 5.4166666667vw;
  }

  footer .footer .top {
    margin-bottom: 4.0625vw;
  }

  footer .footer .top .left {
    margin-right: 14.21875vw;
  }

  footer .footer .top .left .logo {
    width: 10.8854166667vw;
  }

  footer .footer .top .left .number {
    margin-top: 2.6041666667vw;
  }

  footer .footer .top .left .number h3 {
    font-size: 2.0833333333vw;
  }

  footer .footer .top .left .number p {
    font-size: 0.8333333333vw;
  }

  footer .footer .top .left .number p span {
    margin-right: 0.2604166667vw;
  }

  footer .footer .top .left .email {
    margin-top: 3.125vw;
  }

  footer .footer .top .left .email .item {
    font-size: 0.9375vw;
    line-height: 2.0833333333vw;
  }

  footer .footer .top .right {
    padding-left: 5.3645833333vw;
  }

  footer .footer .top .right .list {
    margin-bottom: 5.46875vw;
  }

  footer .footer .top .right .list .item:not(:last-child) {
    margin-right: 1.5625vw;
  }

  footer .footer .top .right .social h4 {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
  }

  footer .footer .top .right .social .b .l .trem .mark {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    bottom: 4.1666666667vw;
    padding: 0.2604166667vw;
    transform: translateY(0.5208333333vw);
  }

  footer .footer .top .right .social .b .l .trem {
    width: 3.125vw;
    height: 3.125vw;
  }

  footer .footer .top .right .social .b .l .trem:not(:last-child) {
    margin-right: 1.0416666667vw;
  }

  footer .footer .top .right .social .b .l .trem span {
    font-size: 1.3541666667vw;
  }

  footer .footer .top .right .social .b .up {
    width: 3.125vw;
    height: 3.125vw;
  }

  footer .footer .top .right .social .b .up:hover span {
    transform: translateY(-0.2604166667vw);
  }

  footer .footer .top .right .social .b .up p {
    font-size: 0.625vw;
  }

  footer .footer .bottom {
    padding: 2.0833333333vw 0px;
  }

  .common_tab {
    height: 3.125vw;
  }

  .common_tab.active .list {
    top: 4.5833333333vw;
  }

  .common_tab .list {
    height: 3.125vw;
  }

  .common_tab .list .item a {
    font-size: 0.8333333333vw;
  }

  .common_tab .list .item:not(:last-child) {
    margin-right: 3.125vw;
  }

  .common_tab .list .item .line {
    height: 0.15625vw;
  }

  .common_tab .list .item .line::after,
  .common_tab .list .item .line::before {
    width: 0.3645833333vw;
    height: 0.3645833333vw;
  }

  .pagebox .prev,
  .pagebox .next,
  .pagebox .item {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .pagebox .page {
    margin: 0px 1.0416666667vw;
  }

  .pagebox .page .item:not(:last-child) {
    margin-right: 0.5208333333vw;
  }

  header .header .list .item>a{
    font-size: 0.8333333vw;
  }
}

@media screen and (max-width: 1024px) {

  header .header .tab,
  header .header .list{
    display: none;
  }
  .common_tab,
  .common_tab .list{
    height: 50px;
  }
  .common_tab.active .list{
    top: 60px;
  }
  .common_tab .list .item a{
    font-size: 14px;
  }

  .common_tab .list .item .line{
    display: none;
  }
  .common_tab .list .scroll{
    overflow: auto;
    justify-content: start;
    width: 90%;
    margin: 0 auto;
  }
  .common_tab .list .scroll::-webkit-scrollbar{
    display: none;
  }
  .common_tab .list .item{
    white-space:nowrap;
  }


  header .header .logo {
    width: 100px;
  }

  header {
    padding: 0 5vw;
    background-color: #fff;
  }

  header .header {
    height: 60px;
  }

  .banner {
    padding-top: 60px;
  }

  header .header .logo {
    filter: none;
  }

  header .header .menu {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease;
    position: relative;
  }

  header .header .menu .fist div {
    width: 24px;
    height: 2px;
    background: #111;
    transition: .3s ease;
    transform-origin: left;
  }

  header .header .menu .fist div:not(:last-child) {
    margin: 0 0 5px;
    transition-delay: .3s;
  }

  header .header .menu .fist div:nth-child(2) {
    transition-delay: .1s;
  }

  header .header .menu .fist div:nth-child(3) {
    transition-delay: .2s;
  }

  header .header .menu .last {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
  }

  header .header .menu .last div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left top;
    transition: .3s ease;
  }

  header .header .menu .last div:first-child {
    width: 100%;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%) scaleX(0);
  }

  header .header .menu .last div:last-child {
    width: 2px;
    height: 100%;
    background: #111;
    transform: translate(-50%, -50%) scaleY(0);
  }

  header .header .menu.on {
    background: transparent !important;
  }

  header .header .menu.on .fist div {
    transform: scaleX(0);
  }

  header .header .menu.on .fist div:first-child {
    transition-delay: unset;
  }


  header .header .menu.on .last div:first-child {
    transform: translate(-50%, -50%) scaleX(1);
    transition-delay: .5s;
  }

  header .header .menu.on .last div:last-child {
    transform: translate(-50%, -50%) scaleY(1);
    transition-delay: .4s;
  }


  .menu_show {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    display: block;
    background-color: #fff;
    /* transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s; */
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
    clip-path: inset(0 0 100% 0);
  }

  .menu_show.active {
    clip-path: inset(0 0 0 0);
  }

  .menu_show.active .warp .item {
    transform: translateY(0);
    opacity: 1;
  }

  .menu_show.active .warp .item:nth-child(1) {
    transition-delay: .5s;
  }

  .menu_show.active .warp .item:nth-child(2) {
    transition-delay: .6s;
  }

  .menu_show.active .warp .item:nth-child(3) {
    transition-delay: .7s;
  }

  .menu_show.active .warp .item:nth-child(4) {
    transition-delay: .8s;
  }

  .menu_show.active .warp .item:nth-child(5) {
    transition-delay: .9s;
  }

  .menu_show.active .warp .item:nth-child(6) {
    transition-delay: 1s;
  }

  .menu_show.active .warp .item:nth-child(7) {
    transition-delay: 1.1s;
  }

  .menu_show.active .warp .item:nth-child(8) {
    transition-delay: 1.2s;
  }

  .menu_show .warp {
    max-height: 100vh;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
  }

  .menu_show .warp .item {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    transform: translateY(20px);
    opacity: 0;
    transition: all 1s;
    font-size: 20px;
    color: #111;
    font-family: HD;
  }

  .menu_show .warp .item.on a {
    color: #2C6DB6;
  }

  .menu_show .warp .item a {
    color: #333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  footer .footer .top .right .list {
    display: none;
  }

  footer .footer .top .right .social .b .up {
    display: none;
  }

  footer .footer {
    width: 90%;
  }

  footer .footer .top {
    flex-direction: column;
  }

  footer .footer .top .left {
    margin-right: 0;
    text-align: center;
  }

  footer .footer .top .left .logo {
    margin: 0 auto;
  }

  footer .footer {
    padding-top: 60px;
  }

  footer .footer .top .left .logo {
    width: 140px;
  }

  footer .footer .top .left .number {
    margin-top: 20px;
  }

  footer .footer .top .left .number h3 {
    font-size: 24px;
  }

  footer .footer .top .left .number p {
    font-size: 14px;
    margin-top: 5px;
  }

  footer .footer .top .left .email {
    margin-top: 20px;
  }

  footer .footer .top .left .email .item {
    font-size: 14px;
    line-height: 2;
  }

  footer .footer .top .right {
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }

  footer .footer .top .right .social h4 {
    text-align: center;
  }

  footer .footer .top .right .social .b {
    justify-content: center;
  }

  footer .footer .top .right .social h4 {
    font-size: 20px;
  }

  footer .footer .top .right .social .b .l .trem {
    width: 40px;
    height: 40px;
  }

  footer .footer .top .right .social .b .l .trem span {
    font-size: 20px;
  }

  footer .footer .top .right .social .b .l .trem .mark {
    width: 120px;
    height: 120px;
  }

  footer .footer .top .right .social .b .l .trem .mark {
    transform: translateY(-10px);
  }

  footer .footer .top .right .social .b .l .trem:hover .mark {
    transform: translateY(-20px);
  }

  footer .footer .top {
    margin-bottom: 30px;
  }

  footer .footer .bottom {
    padding: 30px 0;
    font-size: 14px;
    line-height: 2;
    align-items: center;
    flex-direction: column;
  }

  /* .banner {
    height: 50vh;
  } */

  .banner .wrap,
  .banner .wrap img {
    height: 100%;
  }

  .pagebox .prev, .pagebox .next, .pagebox .item{
    width: 36px;
    height: 36px;
  }
  .pagebox .page{
    margin: 0 10px;
  }
  .pagebox .page .item:not(:last-child){
    margin-right: 10px;
  }


  .menu_show .warp .item .head a{
    color: #333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding:15px 0;
  }
  header .header{
    align-items: center;
  }
  .menu_show .warp .item .body{
    padding-bottom: 10px;
    display: none;
  }
  .menu_show .warp .item .body .twohead{
    display: flex;
    padding-right: 10px;
  }
  .menu_show .warp .item .body .twohead.active a{
    color: #2C6DB6;
  }
  .menu_show .warp .item .body .twohead.active span{
    transform: rotate(180deg);
  }
  .menu_show .warp .item .body .twohead span{
    font-size: 14px;
    display: block;
    transform: rotate(90deg);
    transition: all .6s;
    height: fit-content;
  }
  .menu_show .warp .item .body .twobody{
    padding: 0 20px;
    display: none;
  }
  .menu_show .warp .item .body a{
    font-size: 14px;
    line-height: 2;
    display: block;
    color: #666666;
    padding-left: 10px;
  }
  .menu_show .warp .item .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu_show .warp .item .head a{
    width: fit-content;
  }
  .menu_show .warp .item .head.active a{
    color: #2C6DB6;
  }
  .menu_show .warp .item .head.active span{
    transform: rotate(180deg);
  }
  .menu_show .warp .item .head span{
    transform: rotate(90deg);
    transition: all .5s;
    display: block;
  }
  .menu_show .warp .scroll{
    height: 70vh;
    overflow: auto
  }
  .menu_show .warp .scroll::-webkit-scrollbar{
    width: 0;
  }
}

@media screen and (max-width: 540px) {
  footer .footer .bottom p {
    text-align: center;
  }

  footer .footer .bottom p:first-child a {
    display: block;
  }

  footer .footer .bottom {
    padding: 20px 0;
  }

  footer .footer .top {
    margin-bottom: 20px;
  }

  footer .footer {
    padding-top: 50px;
  }
}