/*
 * @Description: footer部分样式
 * @Version: 2.0
 * @Date: 2020-05-15 16:10:01
 * @LastEditors: *
 * @LastEditTime: 2020-06-23 19:01:35
 */
/* footer */
a:hover {
  text-decoration: none !important;
}

.footer {
  background: #F9FAFC;
  height: 465px;
  /* margin: 40px auto; */
  min-width: 1200px;
}

.footer-content {
  width: 1400px;
  margin: 0 auto;
}

.footer-top {
  overflow: hidden;
  margin-bottom: 47px;
  padding-top: 80px;
}

.footer-about-left {
  font-size: 16px;
  line-height: 25px;
  color: #666B75;
  float: left;
}

.left-icon {
  width: 191px;
  height: 50px;
}

.left-icon img {
  width: 100%;
  height: 100%;
}

.left-contact {
  color: #666B75;
  line-height: 35px;
  margin-top: 35px;
}

.footer-about-right {
  float: right;
  position: relative;
  /* width: 60%; */
}

.right-row .right-row-span:first-child {
  font-size: 20px;
  color: #223343;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.right-row .right-row-span:first-child a{
  color: #223343;
}

.right-row{
  margin-top: 25px;
  color: #666B75;
  overflow: hidden;
  font-size: 16px;
  width: 33%;
  float: left;
}

.right-row-span {
  width: 100%;
  margin-right: 100px;
  text-align: left;
  /* float: left; */
  margin-bottom: 10px;
}
.right-row:last-child {
  float: right;
  /* margin-left: 200px; */
  /* width: 190px; */
}
.right-row .right-row-span:last-child {
  margin-right: 0px;
}
.right-row-span a {
  color: #666B75;
}
.footer-bottom {
  border-top: 1px solid #E8E8E8;
  overflow: hidden;
  height: 81px;
  line-height: 81px;
}

.footer-bottom-left {
  float: left;
  color: #666B75;
  font-size: 14px;
}

.footer-bottom-right {
  overflow: hidden;
  float: right;
  margin-right: 20px;
}

.bottom-right-link {
  float: left;
  margin-right: 50px;
}
.bottom-right-link a {
  color: #666B75;
}

.bottom-right-link img {
  margin-right: 4px;
}

.bottom-right-link:last-child {
  float: right;
  margin-right: 0px;
}


.right-icon-back {
  width: 40px;
  height: 40px;
  background: #D8D8D8;
  border-radius: 30px;
  background: #47DB8A;
  cursor: pointer;
}
.right-icon-back span {
  color: #ffffff;
  font-size: 25px;
}

.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 .3s ease-out both;
  -webkit-animation:a_erweima_item_show .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, .2);
  margin-top: -130px;
  margin-left: -20px;
}

.right-icon-erweima2 {
  display: none;
  margin-left: -31px;
}

@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;
  line-height: 40px;
  color: #777C86;
  margin-left: 20px;
}

.icon-text {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 1450px) {
  body {
    overflow-x: hidden;
  }
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {

  /* footer */
  .footer-content {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
