.footer {
  background-color: #edeeee;
}
.footer .contactUs {
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 99;
}
.footer .contactUs .tit {
  position: relative;
  z-index: 2;
  width: 43px;
  height: 155px;
  background-image: linear-gradient(to bottom, #2FC2EF, #183996);
  border-radius: 5px 0 0 5px;
  color: #fff;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.footer .contactUs .contactUs_info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  background: #ffffff;
  border-radius: 20px 5px 5px 20px;
  box-shadow: 0px 0px 32px 0px rgba(29, 48, 87, 0.29);

  visibility: hidden;
display: flex;
align-items: center;
  padding: 0 50px 0 20px;
}
.footer .contactUs .contactUs_info .contactUs_info_in {
/*  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);*/
  position: static;
}
.footer .contactUs .contactUs_info .contactUs_info_in > div:last-child {
  margin-top: 18px;
}
.footer .contactUs .contactUs_info .contactUs_info_in > div a {
  display: inline-block;
/*  width: 116px;*/
  width:max-content;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid rgba(0, 78, 162, 0.1);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.footer .contactUs .contactUs_info .contactUs_info_in > div a:hover {
  background-color: #004EA2;
  color: #fff;
}
.footer .contactUs .expand {
  width: max-content;

  visibility: visible;
}
.footer .wrap {
  padding: 68px 0 45px 0;
}
.footer .wrap .footer_t {
  display: flex;
  justify-content: space-between;
}
.footer .wrap .footer_t .nav {
  flex: 0 0 auto;
}
.footer .wrap .footer_t .nav .tit a {
  font-weight: 500;
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 2px;
  color: #004EA2;
}
.footer .wrap .footer_t .nav .tit a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #004ea2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.footer .wrap .footer_t .nav .tit a:hover::after {
  width: 100%;
}
.footer .wrap .footer_t .nav .tit svg {
  display: none;
}
.footer .wrap .footer_t .nav .nav_subtit {
  margin-top: 26px;
}
.footer .wrap .footer_t .nav .nav_subtit .subtit {
  margin-bottom: 14px;
}
.footer .wrap .footer_t .nav .nav_subtit .subtit a {
  padding: 2px;
  display: inline-block;
  position: relative;
  color: #333333;
  font-weight: 400;
  text-align: left;
}
.footer .wrap .footer_t .nav .nav_subtit .subtit a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #004ea2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.footer .wrap .footer_t .nav .nav_subtit .subtit a:hover::after {
  width: 100%;
}
.footer .wrap .footer_t .nav .nav_subtit .subtit:last-child {
  margin-bottom: 0;
}
.footer .wrap > .hr1 {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background: #c2d1d8;
  border: none;
  margin: 44px 0 46px 0;
}
.footer .wrap .footer_share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .wrap .footer_share > a {
  width: 252px;
}
.footer .wrap .footer_share > a img{
    width: 100%;
}
.footer .wrap .footer_share .footer_share_r {
  display: flex;
  align-items: center;
}
.footer .wrap .footer_share .footer_share_r > a {
  margin-left: 20px;
  opacity: 0.2;
  display: inline-block;width: 45px;
height: 45px;border-radius: 100%;position: relative;background: #004EA2;overflow: hidden;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.footer .wrap .footer_share .footer_share_r > a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
}
.footer .wrap .footer_share .footer_share_r > a:hover {
  opacity: 1;
}
.footer .wrap > .hr2 {
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background: #c2d1d8;
  border: none;
  margin: 50px 0 35px 0;
}
.footer .wrap .footer_b {
  font-weight: 400;
  color: #bfbebe;
  display: flex;
  justify-content: space-between;
}
.footer .wrap .footer_b a:hover {
  color: #004EA2;
}
@media only screen and (max-width: 1600px) {
  .footer .wrap {
    padding: 3.5417vw 0 2.3438vw 0;
  }
  .footer .wrap > .hr1 {
    margin: 2.2917vw 0 2.3958vw 0;
  }
  .footer .wrap > .hr2 {
    margin: 2.6042vw 0 1.8229vw 0;
  }
}
@media only screen and (max-width: 1440px) {
  .footer .wrap .footer_share > a {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .layer .con .video {
    width: 80vw !important;
  }
  .footer .wrap .footer_share > a {
    width: 160px;
  }
  .footer .contactUs .tit {
    width: 40px;
    height: 120px;
  }
  .footer .contactUs .contactUs_info .contactUs_info_in {
    left: 20px;
  }
  .footer .contactUs .contactUs_info .contactUs_info_in > div:last-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
    .footer .wrap .footer_t .nav .nav_subtit .subtit a,
    .footer .wrap .footer_t .nav .tit a{font-size:18px;}
  .footer .wrap .footer_t .nav {
    flex: 0 0 100%;
  }
  .footer .wrap .footer_t .nav .nav_subtit {
    margin: 10px 0;
  }
  .footer .wrap > .hr2,
  .footer .wrap > .hr1 {
    margin: 20px 0;
  }
  .footer .wrap .footer_share > a {
    width: 120px;
  }
  .footer .wrap .footer_share .footer_share_r > a img {
    height: 20px;
  }
  .footer .wrap .footer_t .nav{margin-bottom:10px;}
  .footer .wrap .footer_t .nav:last-child{margin-bottom:0}
  .footer .wrap .footer_t .nav .nav_subtit .subtit {
    margin-bottom: 10px;
  }
  .footer .wrap .footer_t {
    flex-wrap: wrap;
  }
  .footer .wrap .footer_t .nav .nav_subtit {
    display: none;
  }
  .footer .wrap .footer_t .nav .tit svg {
    display: inline-block;
    transform: rotate(0);
    transition: all 0.2s linear;
  }
  .footer .wrap .footer_t .nav .tit svg.act {
    transform: rotate(90deg);
  }
  .footer .wrap .footer_t .nav .tit {
    display: flex;
    justify-content: space-between;
  }
  .footer .wrap .footer_b {
    flex-wrap: wrap;
  }
  .footer .wrap .footer_b > div {
    flex: 0 0 100%;
  }
  .footer .wrap {
    padding: 40px 0;
  }
}
