/*.footer_box {*/
  /*width: 100%;*/
  /*height: 220px;*/
  /*background: #192236;*/
  /*position: relative;*/
/*}*/
.footer_box .box {
  max-width: 1200px;
  margin: auto;
  padding: 34px 0 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background-color: #192236;
  font-size: 12px;
}
.footer_box .box .top {
  /*border: 1px solid #000;*/
  display: flex;
  align-items: center;
  /*align-items: flex-start;*/
  justify-content:space-between;
}
.footer_box .box .top .item:nth-child(1) {
  /*flex: 0.3;*/
  /*border: 1px solid green;*/
  margin-right: 40px;
}
.footer_box .box .top .item:nth-child(1) .top_log {
  display: flex;
  align-items: left;
  justify-content: flex-start;
  margin-left: 20px;
}
.footer_box .box .top .item:nth-child(1) .top_log img {
  height: 37px;
  /*width: 102px;*/
  margin-right: 22px;
}
.footer_box .box .top .item:nth-child(1) .top_log span {
  font-size: 14px;
  color: #DEEEFF;
}
.footer_box .box .top .item:nth-child(1) ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border: 1px solid #000;
}
.footer_box .box .top .item:nth-child(1) ul li {
  list-style: none;
  font-size: 12px;
  height: 130px;
  line-height: 26px;
  border: 1px solid #000;
}
.footer_box .box .top .item:nth-child(1) ul li p.footer_title {
  font-size: 14px;
  margin-bottom: 23px;
  color: #DEEEFF;
  height: auto;
}
.footer_box .box .top .item:nth-child(1) ul li p,
.footer_box .box .top .item:nth-child(1) ul li div {
  display: flex;
  align-items: center;
  position: relative;
  color: #55627F
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_qq,
.footer_box .box .top .item:nth-child(1) ul li div .msg_qq {
  position: absolute;
  top: 24px;
  left: -38px;
  display: none;
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_qq img,
.footer_box .box .top .item:nth-child(1) ul li div .msg_qq img {
  height: 86px;
  width: 86px;
  border: 6px solid #d6d8ea;
  margin-top: 10px;
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_qq .up,
.footer_box .box .top .item:nth-child(1) ul li div .msg_qq .up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #d6d8ea;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_qq a,
.footer_box .box .top .item:nth-child(1) ul li div .msg_qq a {
  color: #fff;
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_wechart,
.footer_box .box .top .item:nth-child(1) ul li div .msg_wechart {
  position: absolute;
  top: 24px;
  left: -8px;
  display: none;
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_wechart img,
.footer_box .box .top .item:nth-child(1) ul li div .msg_wechart img {
  height: 86px;
  width: 86px;
  border: 6px solid #d6d8ea;
  margin-top: 10px;
}
.footer_box .box .top .item:nth-child(1) ul li p .msg_wechart .up,
.footer_box .box .top .item:nth-child(1) ul li div .msg_wechart .up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #d6d8ea;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.footer_box .box .top .item:nth-child(1) ul li p i,
.footer_box .box .top .item:nth-child(1) ul li div i {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.footer_box .box .top .item:nth-child(1) ul li p .QQ,
.footer_box .box .top .item:nth-child(1) ul li div .QQ {
  background: url("../img/QQ_d.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .wechart,
.footer_box .box .top .item:nth-child(1) ul li div .wechart {
  background: url("../img/wchat.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .tw,
.footer_box .box .top .item:nth-child(1) ul li div .tw {
  background: url("../img/tw_d.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .in,
.footer_box .box .top .item:nth-child(1) ul li div .in {
  background: url("../img/in_d.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .fb,
.footer_box .box .top .item:nth-child(1) ul li div .fb {
  background: url("../img/facebook_d.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .QQ:hover,
.footer_box .box .top .item:nth-child(1) ul li div .QQ:hover {
  background: url("../img/QQ.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .wechart:hover,
.footer_box .box .top .item:nth-child(1) ul li div .wechart:hover {
  background: url("../img/wchatb.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .tw:hover,
.footer_box .box .top .item:nth-child(1) ul li div .tw:hover {
  background: url("../img/tw.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .in:hover,
.footer_box .box .top .item:nth-child(1) ul li div .in:hover {
  background: url("../img/in.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li p .fb:hover,
.footer_box .box .top .item:nth-child(1) ul li div .fb:hover {
  background: url("../img/facebook.png") 50% no-repeat;
  background-size: cover;
}
.footer_box .box .top .item:nth-child(1) ul li:first-child {
  margin-left: 0;
}
.footer_box .box .top .lines {
  height: 100px;
  width: 1px;
  background-color: rgba(34,52,85,1);
  margin: 0 60px;
  /*border: 1px solid green;*/
}
/*.footer_box .box .top .item:nth-child(3) {
  flex: 3;
}*/
.footer_box .box .top .item:nth-child(3) ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_box .box .top .item:nth-child(3) ul li {
  list-style: none;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
	height: auto;
}
.footer_box .box .top .item:nth-child(3) ul li p.footer_title {
  font-size: 14px;
  margin-bottom: 21px;
  color: #DEEEFF;
}
.footer_box .box .top .item:nth-child(3) ul li p a {
  color: #55627F;
  text-decoration: none;
}
.footer_box .box .top .item:nth-child(1) ul li p a {
  color: #55627F;
  text-decoration: none;
}
.footer_box .box .top .item:nth-child(3) ul li p:hover {
  /* opacity: 0.5; */
  animation:  titleCol 0.5s ease forwards;
}
.footer_box .box .top .item:nth-child(1) ul li p:hover {
  /* opacity: 0.5; */
  animation:  titleCol 0.5s ease forwards;
}
.footer_box .bottom {
  font-size: 12px;
  color: #55627F;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
 top: 160px;
  margin-bottom: 20px
}
.footer_box .box .top .item:nth-child(3) ul li a:hover {
  animation:  titleCol 0.5s ease forwards;
}
.footer_box .box .top .item:nth-child(1) ul li a:hover {
  animation:  titleCol 0.5s ease forwards;
}
@-moz-keyframes titleCol {
  0% {
    color:  #55627F
  }
  100% {
    color: #DEEEFF
  }
}
@-webkit-keyframes titleCol {
  0% {
    color:  #55627F
  }
  100% {
    color: #DEEEFF
  }
}
@-o-keyframes titleCol {
  0% {
    color:  #55627F
  }
  100% {
    color: #DEEEFF
  }
}
@keyframes titleCol {
  0% {
    color:  #55627F
  }
  100% {
    color: #DEEEFF
  }
}
