/*
 * @Description: footer部分样式
 * @Version: 2.0
 * @Date: 2020-05-15 16:10:01
 * @LastEditors: *
 * @LastEditTime: 2020-06-05 11:28:12
 */
/* footer */
a:hover {
  text-decoration: none !important;
}
.footer {
  background: #f9fafc;
  height: 303px;
  /* margin: 40px auto; */
  min-width: 1200px;
  position: absolute;
  max-width: 2560px;
  left: 0;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.footer-company-box {
  width: 100%;
  background-color: #f5f5f6;
}
.footer-company {
  width: 1400px;
  margin: 0 auto;
  height: 100px;
  background-color: #f5f5f6;
}
.footer-company img {
  /* width: 220px; */
  height: 60px !important;
  /* margin-right: 11px;
  margin-top: 20px; */
}
.footer-company .slick-slide img {
  width: 100% !important;
  margin-top: 10% !important;
}
.footer-company .slick-current img {
  width: 100% !important;
  margin-top: 10% !important;
}
.footer-company .slick-active {
  opacity: 1 !important;
}
.footer-company a:focus{
  outline: none;
}
.footer-company .slick-list{
  height: 100% !important;
}
.footer-company a{
  height: 100px !important;
  margin-right: 10px;
}
/* .footer-company img:last-child {
  width: 220px;
  height: 60px;
  margin-right: 0px;
  margin-top: 20px;
} */
.footer-content {
  width: 1400px;
  margin: 0 auto;
  z-index: 99;
}

.footer-about-left {
  font-size: 16px;
  margin-top: 48px;
  line-height: 40px;
  float: left;
}

.left-contact {
  color: #223343;
  font-weight: 600;
  float: left;
}
.left-contact a {
  color: #223343;
}

.left-edition {
  color: #777c86;
}

.foot-jingwu {
  color: #777c86;
}

.foot-jingwu img {
  margin-right: 10px;
}

.footer-about-right {
  float: right;
  margin-top: 40px;
}

.right-icon-back {
  width: 60px;
  height: 60px;
  background: #d8d8d8;
  border-radius: 30px;
  background: #47db8a;
  cursor: default;
}
.right-icon-back span {
  color: #ffffff;
  line-height: 60px;
  font-size: 35px;
}

.right-icon {
  cursor: pointer;
}

.right-icon-back2 {
  background: #55b0f2;
}

.right-icon img {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}

.right-icon-erweima {
  animation: a_erweima_item_show 0.3s ease-out both;
  -webkit-animation: a_erweima_item_show 0.3s ease-out both; /* Safari 和 Chrome */
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 7px #ffffff solid;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: -130px;
  margin-left: -20px;
}

.right-icon-erweima2 {
  display: none;
  margin-left: 70px;
}

@keyframes a_erweima_item_show {
  from {
    margin-top: -150px;
  }
  to {
    margin-top: -130px;
  }
}

.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  margin-left: 43px;
  margin-top: 17px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.right-icon-erweima img,
.right-icon-erweima2 img {
  width: 100px;
  height: 100px;
}

.right-icon {
  margin-top: 20px;
  float: left;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  color: #777c86;
  margin-left: 20px;
}

.icon-text {
  margin-top: 10px;
  text-align: center;
}

.login-select button {
  color: #666b75;
  width: 160px;
  height: 40px;
  border-radius: 3px;
  font-size: 16px;
  background-color: rgba(249, 250, 252, 1);
  border: 1px solid rgba(200, 200, 200, 1);
}

.login-select span {
  font-size: 14px;
  color: #c8c8c8;
  margin-left: 16px;
}

.login-select {
  margin-left: 40px;
}
/* .login-selec .btn-default:hover {
  color: #666B75;
  background-color: rgba(249, 250, 252, 1);
  border-color: #adadad;
} */

@media screen and (max-width: 1450px) {
  body {
    overflow-x: hidden;
  }
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  /* footer */
  .footer-content {
    width: 1200px;
    z-index: 99;
  }
  .footer-company {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    background-color: #f5f5f6;
  }

  /* .footer-company img {
    width: 186px;
    height: 60px;
    margin-right: 11px;
    margin-top: 20px;
  }
  .footer-company img:last-child {
    width: 186px;
    height: 60px;
    margin-right: 0px;
    margin-top: 20px;
  } */
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
