.footer {
  background: url(/Content/Areas/News/images/newHome/footer_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 0.83vw;
}

.footer_inner {
  width: 62.50vw;
  margin: 0 auto;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.38vw;
  border-bottom: 0.05vw solid #3F3C3C;
}

.footer_top_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_top_right img {
  margin: 0 0.42vw;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
  width: 1.61vw;
}

.footer_top_right span {
  font-weight: 500;
  font-size: 0.73vw;
  color: #999999;
  margin-right: 0.52vw;
}

.footer_nav .logo {
  display: none;
}

.footer_nav li.lv1_li:first-child {
  display: none;
}

.footer_middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.60vw 0;
}

.footer_nav .nav {
  width: auto;
}

.footer_nav .nav .lv1_li .lv2_ul {
  display: block;
  position: initial;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  line-height: normal;
}

.footer_nav .nav .lv1_li {
  height: auto;
  padding: 0;
  margin-right: 4.17vw;
}

.footer_nav .nav .lv1_li .lv2_ul .lv2_tit {
  background: none;
  color: #999999;
  text-align: left;
}

.footer_nav .nav .lv1_ul {
  height: auto;
}

.footer_nav .lv2_ul .lv2_li .lv2_tit::after {
  display: none;
}

.footer_nav .nav .lv1_li .lv2_ul li {
  margin-bottom: 1.04vw;
}

.footer_nav .nav .lv1_li::after {
  display: none;
}

.footer_nav .nav .lv1_li .cur {
  padding: 0;
}

.footer_contact {
  text-align: center;
  color: #999;
}

.footer_contact img {
  margin-bottom: 0.52vw;
  width: 7vw;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #B3B3B3;
}

.footer_bottom_bottom {
  width: 100%;
  height: 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.05vw solid #3F3C3C;
  margin-top: 1.04vw;
}

.footer_bottom a {color: #B3B3B3;}

.footer_bottom_left p {
  line-height: 1.67vw;
}

.footer_bottom_left p a {
  margin-right: 1.04vw;
}
.footer_top_right img:hover {
    opacity: 1;
}

.footer_bottom_left p a:hover {
    text-decoration: underline;
}
a.footer_logo img {
    height: 1.15vw;
}
.footer_bottom_right img {
    height: 1.72vw;
}

@media only screen and (max-width:768px){
  .footer_inner {
    width: 100%;
    padding: 0 3vw;
    box-sizing: border-box;
}

.footer_middle {
    display: none;
}

a.footer_logo img {
    height: 4vw;
}

.footer_top {
    height: auto;
    padding: 3vw 0;
}

.footer_top_right span {
    font-size: 14px;
    margin-right: 2vw;
}

.footer_top_right img {
    margin: 0 1vw;
    width: 5vw;
}

.footer_bottom>div {
    width: 100%;
    text-align: center;
}

.footer_bottom {
}

.footer {
    font-size: 3vw;
    line-height: 6vw;
}

.footer_bottom_left p {
    line-height: 6vw;
}

.footer_bottom_right img {
    height: 5vw;
    margin-bottom: 1vw;
    margin-top: 3vw;
}

.footer_bottom_bottom {
    height: auto;
    padding: 3vw 0;
}

.footer_bottom_left {
    padding-top: 3vw;
}
}