header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  transition: all 1s;
  border-bottom: 1px solid transparent;
}

header:hover,
header.on {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.on .header {
  height: 70px;
}

header.on .header .logo {
  width: 120px;
}
/*header .header .logo img{*/
/*    width: 100%;*/
/*}*/
header:hover .header .logo img:nth-child(1),
header.on .header .logo img:nth-child(1) {
  opacity: 1;
}

header:hover .header .logo img:nth-child(2),
header.on .header .logo img:nth-child(2) {
  opacity: 0;
}

header:hover .header .right .list .item a,
header.on .header .right .list .item a {
  /* color: #333333; */
  color: rgb(101, 112, 118);
}

/* header:hover .header .right .list .item .level .joke,
header.on .header .right .list .item .level .joke {
  background-color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(120, 130, 148, 0.2);
} */
header:hover .header .right .list .item .level .joke a,
header.on .header .right .list .item .level .joke a {
  /* color: #333; */
  color: rgb(101, 112, 118);
}

header:hover .header .right .search span,
header:hover .header .right .tab span,
header.on .header .right .search span,
header.on .header .right .tab span {
  /* color: #333333; */
  color: rgb(101, 112, 118);
}

header .header {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 320px);
  margin: 0 auto;
  transition: all 1s;
}

header .header .logo {
  width: 180px;
  display: block;
  transition: all 1s;
  position: relative;
}

header .header .logo img {
  transition: all 1s;
}

header .header .logo img:nth-child(1) {
  opacity: 0;
}

header .header .logo img:nth-child(2) {
  left: 0;
  top: 0;
  position: absolute;
}

header .header .right {
  display: flex;
  align-items: center;
  height: 100%;
}

header .header .right .list {
  display: flex;
  margin-right: 65px;
  height: 100%;
}

header .header .right .list .item {
  height: 100%;
  /* position: relative; */
}

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

header .header .right .list .item.on>a {
  color: #475A9E;
}

header .header .right .list .item>a {
  color: #fff;
  font-size: 16px;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  height: 100%;
}

header .header .right .list .item>a:hover {
  color: #475A9E;
}

/* header .header .right .list .item:hover .level {
  pointer-events: all;
}
header .header .right .list .item:hover .level .joke {
  opacity: 1;
  transform: translateY(0);
} */
header .header .right .list .item .level {
  top: calc(100% + 1px);
  left: 0;
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  padding: 25px 0;
  clip-path: inset(0 0 100% 0);
  transform-origin: top;
  transition: 0.6s;
  box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.1);
}

header .header .right .list .item:hover .level {
  clip-path: inset(0 0 0 0);

}

header .header .right .list .item .level .joke {
  display: flex;
  justify-content: center;
  gap: 40px;
}

header .header .right .list .item .level .joke a {
  color: #808080;
  transition: all 0.5s;
}

header .header .right .list .item .level .joke a:hover {
  color: #005BAC;
}

/* header .header .right .list .item .level {
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
header .header .right .list .item .level .joke {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  top: 8px;
  position: relative;
  padding: 20px 30px 10px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.6s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
header .header .right .list .item .level .joke a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  width: fit-content;
  display: block;
  white-space: nowrap;
  line-height: 30px;
  position: relative;
  transition: 0.6s ease;
  margin: 0 auto 10px;
}
header .header .right .list .item .level .joke a:hover {
  color: #E6AB17;
}
header .header .right .list .item .level .joke a:hover:after {
  width: 100%;
  left: 0;
}
header .header .right .list .item .level .joke a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #E6AB17;
  right: 0;
  bottom: 0;
  transition: 0.6s ease;
} */
header .header .right .tab {
  /* margin-right: 70px; */
}

header .header .right .search,
header .header .right .tab {
  cursor: pointer;
}

header .header .right .search:hover span,
header .header .right .tab:hover span {
  color: #475A9E;
}

header .header .right .search span,
header .header .right .tab span {
  transition: all 0.6s;
  color: #fff;
  font-size: 16px;
  transition: all 0.6s;
  align-items: center;
  height: 100%;
}

header .header .right .search span,
header .header .right .tab .lang {
  padding-left: 10px;
}

.common_more a {
  width: 170px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  /* color: #111; */
  color: rgb(101, 112, 118);
  font-size: 18px;
  transition: all 0.6s;
}

.common_more a:hover {
  border-color: #475A9E;
  background-color: #475A9E;
  color: #fff;
}

footer {
  overflow: hidden;
  margin: 100px 0 0;
  position: relative;
  background-color: #F6F7F9;
}

footer .footer {
  padding-top: 80px;
  position: relative;
  width: 1600px;
  z-index: 2;
  margin: 0 auto;
}

footer .footer .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
width: 1600px;
  margin: 0 auto;
}

footer .footer .top .logo {
  width: 220px;
}

footer .footer .top .right .t {
  display: flex;
}

footer .footer .top .right .t {
  display: flex;
}

footer .footer .top .right .list {
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}


footer .footer .top .right .list .item {
  height: 36px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.6s;
  font-weight: 400;
  font-size: 15px;
  color: #1A1A1A;
  line-height: 32px;
  opacity: 0.6;
}


footer .footer .top .right .list .item:nth-child(1) {
  padding-bottom: 40px;
  font-size: 18px;
  opacity: 1;
}

footer .footer .top .right .list a:hover {
  color: #475A9E;
  opacity: 1;
}

footer .footer .bottom {
  padding: 26px ;

}

footer .footer .bottom .link {
  padding: 26px 0;
}

footer .footer .bottom .line {
  width: 1600px;
  height: 1px;
  background-color: #E4E7F2;
}

footer .footer .bottom p {
  padding-top: 30px;
  font-size: 15px;
  opacity: .6;
}


.footer .top .left .contact .tel p {
  padding-top: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 36px;
}

.footer .top .left .contact .hotline {
  font-weight: 500;
  font-size: 32px;
  color: #1A1A1A;
  line-height: 36px;
}

.footer .top .left .contact .email {
  padding-top: 42px;
  font-weight: bold;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 36px;
  opacity: 0.8;
}

.footer .top .left .contact .add {
  font-weight: bold;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 36px;
  opacity: 0.8;
}

.banner {
  overflow: hidden;
}

.banner .wrap .img.aos-animate img {
  transform: scale(1);
}

.banner .wrap .img img {
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
  width: 100%;
}

.banner .wrap .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner .wrap .text .p1 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.banner .wrap .text .p2 {
  color: #fff;
  font-size: 40px;
}

.commonTab {
  height: 60px;
}

.commonTab.active .wrap {
  position: fixed;
  top: 70px;
}

.commonTab .wrap {
  width: 100vw;
  z-index: 10;
  background-color: #fff;
}

.commonTab .wrap .list {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.commonTab .wrap .list .item {
  /* color: rgba(17, 17, 17, 0.6); */
  color: rgb(101, 112, 118);
  position: relative;
  transition: all 0.6s;
}

.commonTab .wrap .list .item:hover {
  color: #E6AB17;
}

.commonTab .wrap .list .item.on {
  color: #E6AB17;
}

.commonTab .wrap .list .item.on::after {
  opacity: 1;
}

.commonTab .wrap .list .item::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E6AB17;
  content: "";
  position: absolute;
  display: block;
  left: -15px;
  top: 50%;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(-50%);
}

.commonTab .wrap .list .item:not(:last-child) {
  margin-right: 50px;
}

.common_page {
  display: flex;
  width: fit-content;
  margin: 70px auto 0;
}

.common_page .prev,
.common_page .next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(230, 171, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  cursor: pointer;
}

.common_page .prev span,
.common_page .next span {
  color: #8896A4;
  transition: all 0.6s;
}

.common_page .prev:hover,
.common_page .next:hover,
.common_page .prev.active,
.common_page .next.active {
  background-color: #E6AB17;
}

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

.common_page .page {
  margin: 0 10px;
  display: flex;
  grid-gap: 10px;
}

.common_page .page .item {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #999999;
  transition: all 0.6s;
}

.common_page .page .item:hover,
.common_page .page .item.active {
  background-color: #E6AB17;
  color: #fff;
}

.common_page .next {
  transform: rotate(180deg);
}

.blackMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  z-index: 19;
  pointer-events: none;
  opacity: 0;
  transition: all .6s;
}

.blackMask.on {
  opacity: 1;

}

.common_scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}

.common_scroll .icon {
  width: 20px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #fff;
  z-index: 2;
  margin-bottom: 20px;
}

.common_scroll .text {
  color: #fff;
}

.common_scroll .icon::after {
  width: 2px;
  height: 6px;
  content: "";
  display: block;
  position: relative;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: 2s mouse infinite linear;
  background-color: #fff
}



@keyframes mouse {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(3px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}


@media screen and (max-width: 1024px) {
  header .header {
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 5%;
  }

  header .header .logo {
    width: 100px;
    /*height: 42px;*/
  }

  .header .logo img:nth-child(2) {
    opacity: 1;
  }

  .header .logo img:nth-child(1) {
    opacity: 0;
  }

  header .header .right .list {
    display: none;
  }

  .header .r .other .head_search {
    color: #000;
    font-size: 16px;
    margin: 0 22px 0 0;
  }

  .header .r .other .lag .iconfont,
  .header .r .other .lag p {
    color: #000;
  }

  .header .r .other .lag .iconfont {
    font-size: 16px;
  }

  .header .r .other .lag p {
    font-size: 14px;
    margin: 0 5px;
  }

  .header .r .other .menu {
    display: none;
  }

  .header .r .other .head_search:after {
    display: none;
  }

  header .header .logo img:nth-child(1) {
    position: relative;
    z-index: 999;
    opacity: 1;
  }

  header .header .right .search span,
  header .header .right .tab span {
    color: #333;
  }
}

@media screen and (max-width: 1024px) {
  .header .right .menu {
    display: block !important;
    cursor: pointer;
    position: relative;
  }

  .header .right .menu .show {
    width: 25px;
  }

  .header .right .menu .show span {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    transition: .3s ease;
    transform-origin: left;
    transition-delay: .3s;
  }

  .header .right .menu .show span:last-child {
    margin: 7px 0px 0px;
  }

  .header .right {
    gap: 25px;
    align-items: center;
  }

  .header .right .menu .hide {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s ease;
  }

  .header .right .menu .hide img {
    width: 100%;
  }

  .header .right .menu.menu_on .show span {
    transform: scaleX(0);
    transition-delay: unset;
  }

  .header .right .menu.menu_on .show span:nth-child(2) {
    transition-delay: .2s;
  }

  .header .right .menu.menu_on .hide {
    transform: translate(-50%, -57%) scale(1);
    transition-delay: .4s;
  }


  .mobile_background {
    opacity: 1;
    display: block !important;
  }

  .mobile_background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: 0.6s;
    background: #fff;
    display: none;
    clip-path: inset(0% 0% 100% 0%);
  }

  .mobile_background_active {
    clip-path: inset(0% 0% 0% 0%);
  }

  .mobile_background .joke {
    position: relative;
    margin: 65px 0 0 0;
    height: 86vh;
    overflow: scroll;
  }

  .mobile_background .joke ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: left;
    margin: auto;
  }

  .mobile_background_active .joke ul li {
    display: block;
  }

  .mobile_background .joke ul li>a,
  .mobile_background .joke ul li .headline a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #111;
    margin: 0 !important;
    font-weight: 500;
    padding: 16px 5%;
    width: 80%;
  }

  .mobile_background .joke ul li.teshu .headline a {
    width: 100%;
    justify-content: unset;
  }

  .mobile_background .joke ul li .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile_background .joke ul li .headline .iconfont {
    color: #111;
    font-size: 10px;
    position: relative;
    left: -5%;
    transition: 0.3s ease;
  }

  .mobile_background .joke ul li>a.on {
    color: #00388B;
  }

  .mobile_background .joke ul li>a .iconfont {
    color: #111;
    font-size: 16px;
    transition: 0.6s;
  }

  .mobile_background .joke ul li.on>a .iconfont {
    transform: rotate(90deg);
  }

  .mobile_background .joke ul li .hidden {
    overflow: hidden;
    display: none;
  }

  .mobile_background .joke ul li .hidden .list .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  }

  .mobile_background .joke ul li .hidden .list.cxk_2 .display a {
    width: 100%;
    height: 100%;
  }

  .mobile_background .joke ul li .hidden .list .display a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    width: 100%;
    line-height: 37px;
  }

  .mobile_background .joke ul li .hidden .list .display .iconfont {
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 0;
  }

  .mobile_background .joke ul li .hidden .list .level {
    overflow: hidden;
    display: none;
  }

  .mobile_background .iconfont {
    /*transition: 0.6s;*/
  }

  .mobile_background .iconfont.on {
    transform: rotate(90deg);
  }

  .mobile_background .joke ul li .hidden .list .level a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    font-weight: 400;
    height: 41px;
    line-height: 30px;
    width: 90%;
    margin: auto;
  }

  .mobile_background .joke ul li .hidden>div {
    margin: 0 0 20px;
  }

  .mobile_background .joke .dis_button {
    display: flex;
    width: 100%;
    padding: 0 3%;
    margin: 25px 0 0 0;
  }

  .mobile_background .joke .dis_button .common_more {
    margin: 0 15px 0 0;
  }

  .mobile_background .joke .dis_button .place {
    position: relative;
  }

  .mobile_background .joke .dis_button .place .code {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    top: calc(100% + 15px);
    width: 100px;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  }

  .mobile_background .joke .dis_button .place:hover .code {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  footer .footer{
    width: 90%;
    padding-top: 50px;
    margin: 0 auto;
  }
  footer .footer .top{
    flex-direction: column;
  }
  footer .footer .top .logo{
    width: 150px;
  }
  footer .footer .top .right{
    display: none;
  }
  .footer .top .left .contact .email{
    padding-top: 20px;
  }
  footer .footer .bottom p{
    font-size: 12px;
  }
}

