header {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  width: 100%;
}
header.white1 .header {
  background-color: transparent;
}
header.white .header,
header.on .header {
  background-color: #fff;
}
header.white .header .logo img:nth-child(1),
header.on .header .logo img:nth-child(1) {
  opacity: 1;
}
header.white .header .logo img:nth-child(2),
header.on .header .logo img:nth-child(2) {
  opacity: 0;
}
header.white .header .right .nav .item a,
header.on .header .right .nav .item a {
  color: #333333;
}
header.white .header .right .flex .search span,
header.on .header .right .flex .search span {
  color: #333333;
}
header.white .header .right .flex .line,
header.on .header .right .flex .line {
  background-color: rgba(0, 0, 0, 0.5);
}
header.white .header .right .flex .tab .icon span,
header.on .header .right .flex .tab .icon span {
  color: #333333;
}
header.white .header .right .flex .tab p,
header.on .header .right .flex .tab p {
  color: #333333;
}
header.on .header {
  height: 60px;
}
header .header {
  transition: all 0.6s;
  width: 100%;
  padding: 0 40px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s ease;
}
header .header .logo {
  height: 36px;
  position: relative;
}
header .header .logo img {
  transition: all 0.6s;
}
header .header .logo img:nth-child(1) {
  position: absolute;
  opacity: 0;
}
header .header .right {
  display: flex;
  align-items: center;
}
header .header .right .nav {
  display: flex;
  gap: 50px;
  margin-right: 50px;
}
header .header .right .nav .item a {
  color: #fff;
  transition: all 0.6s;
  display: block;
  font-size: 18px;
}
header .header .right .nav .item.on a,
header .header .right .nav .item a:hover {
  color: #0C3388;
}
header .header .right .flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .header .right .flex .search span {
  color: #fff;
  font-size: 22px;
  transition: all 0.6s;
}
header .header .right .flex .search:hover span {
  color: #0C3388;
}
header .header .right .flex .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 18px;
}
header .header .right .flex .tab {
  display: flex;
  gap: 5px;
}
header .header .right .flex .tab:hover .icon span {
  color: #0C3388;
}
header .header .right .flex .tab:hover p {
  color: #0C3388;
}
header .header .right .flex .tab .icon span {
  color: #fff;
  transition: all 0.6s;
  font-size: 24px;
}
header .header .right .flex .tab p {
  color: #fff;
  transition: all 0.6s;
}
.common_title h3 {
  font-size: 40px;
  color: #333333;
}
.common_title.center {
  text-align: center;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.common_button {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 32px;
  width: fit-content;
  color: #fff;
  background-color: #0C3388;
  border-radius: 23px;
}
.common_swiper_tab {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.common_swiper_tab.absolute {
  position: absolute;
  width: calc(100% + 160px);
  justify-content: space-between;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.common_swiper_tab .cir {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #CED6E7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}
.common_swiper_tab .cir.next {
  transform: rotate(180deg);
}
.common_swiper_tab .cir span {
  color: #fff;
}
.common_swiper_tab .cir:hover {
  background-color: #0C3388;
}
footer {
  background-color: #132E69;
}
footer .footer {
  width: 1400px;
  margin: 0 auto;
  padding-top: 75px;
}
footer .footer .top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
}
footer .footer .top .left .logo {
  width: 370px;
  filter: brightness(0) invert(1);
  margin-bottom: 45px;
}
footer .footer .top .left .logo img {
  width: 100%;
}
footer .footer .top .left .tel {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
footer .footer .top .left .info {
  margin-bottom: 90px;
}
footer .footer .top .left .info a,
footer .footer .top .left .info p {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}
footer .footer .top .left .list {
  display: flex;
  gap: 12px;
}
footer .footer .top .left .list .item {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
footer .footer .top .left .list .item:hover {
  background-color: #fff;
}
footer .footer .top .left .list .item:hover span {
  color: #0C3388;
}
footer .footer .top .left .list .item span {
  transition: all 0.6s;
  font-size: 24px;
  color: #fff;
}
footer .footer .top .right {
  display: flex;
  gap: 160px;
}
footer .footer .top .right .list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .footer .top .right .list .item {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  position: relative;
  transition: all 0.6s;
  width: fit-content;
}
footer .footer .top .right .list .item:hover {
  opacity: 1;
}
footer .footer .top .right .list .item:hover::after {
  transform: scale(1);
}
footer .footer .top .right .list .item::after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.6s;
  left: 0;
}
footer .footer .top .right .list .item:nth-child(1) {
  opacity: 1;
  color: #fff;
  font-size: 18px;
}
footer .footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
footer .footer .bottom p {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer .bottom p:nth-child(1) a {
  text-decoration: underline;
}
footer .footer .bottom p a {
  display: inline-block;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
}
footer .footer .bottom p a:hover {
  color: #fff;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .wrap .text {
  position: absolute;
  top: 50%;
  left: 260px;
  transform: translateY(-50%);
  z-index: 6;
}
.banner .wrap .text P {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.banner .wrap .img {
  overflow: hidden;
}
.banner .wrap .img.aos-animate img {
  transform: scale(1);
}
.banner .wrap .img img {
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
  transform: scale(1.1);
  width: 100%;
  height: 100%;
}
.common_page {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.common_page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #FFF;
  border-radius: 23px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  transition: 0.6s;
}
.common_page a:nth-last-child(1) {
  width: 88px;
}
.common_page a.sp {
  width: fit-content;
  color: #555;
  font-weight: 400;
  background: unset !important;
}
.common_page a.sp:hover,
.common_page a.sp.on {
  color: #0C3388 !important;
}
.common_page a:hover,
.common_page a.on {
  background: #0C3388;
  color: #ffffff;
}

header .header .right .flex .tab{
  display: flex;
  align-items: center;
}


.common_swiper_tab .cir span{
  font-size: 0.833333333vw;
}
header .header .logo{
  display: flex;
  align-items: center;
}
header .header .right .flex .tab .icon,
header .header .right .flex .search{
  display: flex;
  align-items: center;
}
.fixed_menu,
.PE_menu {
  display: none;
}


@media screen and (max-width: 1919px) {
header.on .header{
height: 3.125vw;
}
header .header{
padding: 0px 2.0833333333vw;
 height: 3.9583333333vw;
}
header .header .logo{
height: 1.875vw;
}
header .header .right .nav{
gap: 2.6041666667vw;
 margin-right: 2.6041666667vw;
}
header .header .right .nav .item a{
font-size: 0.9375vw;
}
header .header .right .flex{
gap: 1.25vw;
}
header .header .right .flex .search span{
font-size: 1.1458333333vw;
}
header .header .right .flex .line{
height: 0.9375vw;
}
header .header .right .flex .tab{
gap: 0.2604166667vw;
}
header .header .right .flex .tab .icon span{
font-size: 1.25vw;
}
.common_title h3{
font-size: 2.0833333333vw;
}
.w1600{
width: 83.3333333333vw;
}
.w1400{
width: 72.9166666667vw;
}
.common_button{
height: 2.3958333333vw;
 padding: 0px 1.6666666667vw;
 border-radius: 1.1979166667vw;
}
.common_swiper_tab{
gap: 1.0416666667vw;
}
.common_swiper_tab.absolute{
width: calc(100% + 8.3333333333vw);
}
.common_swiper_tab .cir{
width: 2.2916666667vw;
 height: 2.2916666667vw;
}
footer .footer{
width: 72.9166666667vw;
 padding-top: 3.90625vw;
}
footer .footer .top{
padding-bottom: 1.0416666667vw;
}
footer .footer .top .left .logo{
width: 19.2708333333vw;
 margin-bottom: 2.34375vw;
}
footer .footer .top .left .tel{
font-size: 1.4583333333vw;
 margin-bottom: 0.8333333333vw;
}
footer .footer .top .left .info{
margin-bottom: 4.6875vw;
}
footer .footer .top .left .info a, footer .footer .top .left .info p{
line-height: 1.5625vw;
 font-size: 0.8333333333vw;
}
footer .footer .top .left .list{
gap: 0.625vw;
}
footer .footer .top .left .list .item{
border-radius: 0.5208333333vw;
 width: 2.5vw;
 height: 2.5vw;
}
footer .footer .top .left .list .item span{
font-size: 1.25vw;
}
footer .footer .top .right{
gap: 8.3333333333vw;
}
footer .footer .top .right .list{
gap: 1.3020833333vw;
}
footer .footer .top .right .list .item{
font-size: 0.8333333333vw;
}
footer .footer .top .right .list .item:nth-child(1){
font-size: 0.9375vw;
}
footer .footer .bottom{
padding: 1.0416666667vw 0px;
}
footer .footer .bottom p a{
margin: 0px 0.5208333333vw;
}
.banner .wrap .text{
left: 13.5416666667vw;
}
.banner .wrap .text p{
font-size: 2.5vw;
}
.common_page{
gap: 0.5208333333vw;
}
.common_page a{
width: 2.3958333333vw;
 height: 2.3958333333vw;
 border-radius: 1.1979166667vw;
 font-size: 0.8333333333vw;
}
.common_page a:nth-last-child(1){
width: 4.5833333333vw;
}

header .header .right .flex .tab p{
  font-size: 0.833333333vw;
}
footer .footer .bottom p{
  font-size: 0.833333333vw;
}
.common_button p{
  font-size: 0.833333333vw;
}
}
@media screen and (max-width: 1024px) {
  .banner .wrap{
    transform: none !important;
    margin-top: 60px;
  }
  .banner .wrap .text{
    left: 5vw;
  }
  .banner .wrap .text p{
    font-size: 24px;
  }
  .w1400{
    width: 90vw;
  }
  .common_title h3{
    font-size: 20px;
  }
  .banner .wrap .img img{
    height: 300px;
  }
  .common_swiper_tab.absolute{
    position: static;
    width: fit-content;
    gap: 20px;
    transform: none;
  }
  .common_swiper_tab .cir{
    width: 36px;
    height: 36px;
  }
  .common_swiper_tab .cir span{
    font-size: 14px;
  }
  header .header{
    height: 60px !important;
    padding: 0 5vw;
    background-color: #fff !important
  }
  header .header .logo img:nth-child(2){
    opacity: 0 !important;
  }
  header .header .logo img:nth-child(1){
    opacity: 1 !important;
  }
  header .header .logo{
    height: 26px;
  }
  header .header .right .nav{
    display: none;
  }
  header .header .right .flex .search span{
    font-size: 18px;
    color: #333333;
  }
  header .header .right .flex{
    gap: 10px;
  }
  header .header .right .flex .line{
    height: 14px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .header .right .flex .tab{
    gap: 5px;
  }
  header .header .right .flex .tab .icon span{
    font-size: 18px;
    color: #333333;
  }
  header .header .right .flex .tab p{
    font-size: 14px;
    color: #333333;
  }

    header .header .right .flex .tab .icon {
    display: none;
  }

  .PE_menu {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s ease;
    position: relative;
    z-index: 3;
    margin-left: 10px;
  }
   .PE_menu .fist div {
    width: 20px;
    height: 1px;
    background: #111;
    transition: 0.3s ease;
    transform-origin: left;
  }

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

  .PE_menu .fist div:nth-child(2) {
    transition-delay: 0.1s;
  }

  .PE_menu .fist div:nth-child(3) {
    transition-delay: 0.2s;
  }

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

  .PE_menu .last div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left top;
    transition: 0.3s ease;
  }

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

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

  .PE_menu.on {
    background: transparent !important;
  }

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

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

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

  .PE_menu.on .last div:last-child {
    transform: translate(-50%, -50%) scaleY(1);
    transition-delay: 0.4s;
  }
   .fixed_menu {
    display: block;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    position: fixed;
    height: 100vh;
    top: 0;
    background-color: #fff;
    right: 0;
    padding: 80px 5vw 120px;
    pointer-events: none;
    transition: all 1s;
    z-index: 100;
  }

  .fixed_menu .scroll {
    padding-right: 0;
  }

  .fixed_menu.active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
  }

  .menuList>.item {
    border-bottom: 1px solid #ccc;
  }

  .menuList .item a {
    font-size: 16px;
    color: #999;
  }

  .menuList>.item>.body>.item>.head a {
    font-size: 14px;
    color: #666;
  }

  .menuList>.item>.head a {
    font-size: 16px;
    color: #111;
  }

  .menuList>.item .head {
    display: flex;
    align-items: center;
    padding: 3px 0;
    justify-content: space-between;
  }

  .menuList>.item>.head {
    padding: 15px 0;

  }

  .menuList>.item .head .icon {
    width: 16px;
    transition: all .6s;
    display: flex;
  }

  .menuList .item .head.on .icon {
    transform: rotate(90deg)
  }

  .menuList>.item .body {
    padding-left: 15px;
  }

  .menuList>.item .body .item>a {
    line-height: 28px;
  }

  .menuList>.item>.body .body {
    padding-top: 10px;
  }


  .menuList .body {
    /* padding-top: 5px; */
    padding-bottom: 10px;
    display: none;
  }

  .menuList .body>.item:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .footer .top .right{
    display: none;
  }
  footer .footer{
    width: 90vw;
    padding-top: 50px;
  }
  footer .footer .top .left .logo{
    width: 160px;
    margin-bottom: 30px;
  }
  footer .footer .top .left .tel{
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .footer .top .left .info a, footer .footer .top .left .info p{
    font-size: 14px;
    line-height: 2;
  }
  footer .footer .top .left .info {
    margin-bottom: 30px;
  }
  footer .footer .top .left .list .item{
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  footer .footer .top .left .list .item span{
    font-size: 14px;
  }
  footer .footer .top{
    padding-bottom: 20px;
  }
  footer .footer .bottom{
    padding: 20px 0;
    align-items: start;
    flex-direction: column;
  }
  footer .footer .bottom p{
    font-size: 14px;
    line-height: 2;
  }
  footer .footer .bottom p a{
    margin: 0;
  }
  footer .footer .top .left .list{
    gap: 10px;
  }
 .banner .wrap{
  position: relative;
 }
  .banner .wrap .img img{
  transform: scale(1);
 } 
   .w1600{
    width: 90vw;
  }
  .common_button{
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }
  .common_button p{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .bottom p a{
    display: block;
    width: fit-content;
  }
}