@charset "UTF-8";
.page-footer {
  color: #fff;
  font-family: "微软雅黑";
}

.page-footer .footer-top {
  background: linear-gradient(-90deg, #0074ff, #00c2ff);
  background: -webkit-linear-gradient(-90deg, #0074ff, #00c2ff);
  background: -moz-linear-gradient(-90deg, #0074ff, #00c2ff);
  background: -o-linear-gradient(-90deg, #0074ff, #00c2ff);
  background: -ms-linear-gradient(-90deg, #0074ff, #00c2ff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0074ff, endColorstr=#00c2ff);
  /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0074ff, endColorstr=#00c2ff)";
  /*IE8+*/
  padding: 60px 0 70px;
  min-width: 1300px;
}

.page-footer .footer-top .warp {
  width: 1300px;
  margin: 0 auto;
}

.page-footer .footer-top .warp .warp-top {
  padding-left: 6px;
}

.page-footer .footer-top .warp .warp-top::after, .page-footer .footer-top .warp .warp-top::before {
  content: " ";
  display: table;
  clear: both;
}

.page-footer .footer-top .warp .warp-top .img {
  float: left;
}

.page-footer .footer-top .warp .warp-top .navbar {
  float: right;
}

.page-footer .footer-top .warp .warp-top .navbar ul {
  float: right;
}

.page-footer .footer-top .warp .warp-top .navbar ul::after, .page-footer .footer-top .warp .warp-top .navbar ul::before {
  content: " ";
  display: table;
  clear: both;
}

.page-footer .footer-top .warp .warp-top .navbar ul li {
  float: left;
  padding: 0 18px;
  width: 120px;
  text-align: center;
  line-height: 1;
  position: relative;
  border-left: 1px solid #fff;
}

.page-footer .footer-top .warp .warp-top .navbar ul li:last-child {
  border-right: 1px solid #fff;
  margin-right: 40px;
}

.page-footer .footer-top .warp .warp-top .navbar ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.page-footer .footer-top .warp .warp-bottom {
  margin-top: 60px;
  padding-left: 6px;
}

.page-footer .footer-top .warp .warp-bottom::after, .page-footer .footer-top .warp .warp-bottom::before {
  content: " ";
  display: table;
  clear: both;
}

.page-footer .footer-top .warp .warp-bottom h5 {
  font-size: 32px;
  font-weight: 400;
  width: 412px;
  float: left;
}

.page-footer .footer-top .warp .warp-bottom .warp-address {
  width: 450px;
  float: left;
  border-left: 1px solid #fff;
  padding-left: 52px;
  line-height: 1.6;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .desc {
  padding-left: 0;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img {
  position: relative;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img::before {
  content: "";
  clear: both;
  display: inline-block;
  position: absolute;
  top: 2px;
  width: 22px;
  height: 22px;
  left: -30px;
  background-size: 100% auto;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img.phone {
  margin-top: 14px;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img.phone::before {
  background: url("../images/iconfont_2.png") no-repeat center;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img.email {
  margin-top: 4px;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img.email::before {
  background: url("../images/iconfont_3.png") no-repeat center;
}

.page-footer .footer-top .warp .warp-bottom .warp-address .icon-img.map::before {
  background: url("../images/iconfont_1.png") no-repeat;
}

.page-footer .footer-top .warp .warp-bottom .qr-box {
  float: right;
  margin-right: 50px;
}

.page-footer .footer-top .warp .warp-bottom .qr-box::after, .page-footer .footer-top .warp .warp-bottom .qr-box::before {
  content: " ";
  display: table;
  clear: both;
}

.page-footer .footer-top .warp .warp-bottom .qr-box .qr-img {
  width: 144px;
  height: 144px;
  float: left;
  margin-left: 22px;
}

.page-footer .footer-top .warp .warp-bottom .qr-box .qr-img:first-child {
  margin-left: 0;
}

.page-footer .footer-bottom {
  height: 80px;
  line-height: 80px;
  min-width: 1300px;
  background: linear-gradient(45deg, #00a6dc, #0064dc);
  background: -webkit-linear-gradient(45deg, #00a6dc, #0064dc);
  background: -moz-linear-gradient(45deg, #00a6dc, #0064dc);
  background: -o-linear-gradient(45deg, #00a6dc, #0064dc);
  background: -ms-linear-gradient(45deg, #00a6dc, #0064dc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.5, startColorstr=#00a6dc, endColorstr=#0064dc);
  /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.5, startColorstr=#00a6dc, endColorstr=#0064dc)";
  /*IE8+*/
}

.page-footer .footer-bottom .warp {
  width: 1300px;
  margin: 0 auto;
}

.page-footer .footer-bottom .warp::after, .page-footer .footer-bottom .warp::before {
  content: " ";
  display: table;
  clear: both;
}

.page-footer .footer-bottom .warp .left {
  float: left;
  padding-left: 6px;
}

.page-footer .footer-bottom .warp .right {
  float: right;
  width: 250px;
  margin-top: 12px;
}

.page-footer .footer-bottom .warp .right .icon-a {
  cursor: pointer;
  display: block;
  float: right;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  margin-left: 6px;
  overflow: hidden;
  transition: all 0.2s linear;
}

.page-footer .footer-bottom .warp .right .icon-a::after, .page-footer .footer-bottom .warp .right .icon-a::before {
  content: " ";
  display: table;
  clear: both;
}

.page-footer .footer-bottom .warp .right .icon-a:hover {
  box-shadow: 0 0 10px rgba(230, 226, 226, 0.5);
}

.page-footer .footer-bottom .warp .right .icon-a i {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  transition: all 0.2s linear;
}

.page-footer .footer-bottom .warp .right .icon-a i:hover {
  transform: scale(1.2);
}

.page-footer .footer-bottom .warp .right .icon-a i.r-icon001 {
  background: url("../images/index/index-icon001.png") no-repeat center;
  background-size: cover;
}

.page-footer .footer-bottom .warp .right .icon-a i.r-icon002 {
  background: url("../images/index/index-icon002.png") no-repeat center;
  background-size: cover;
}

.page-footer .footer-bottom .warp .right .icon-a i.r-icon003 {
  background: url("../images/index/index-icon003.png") no-repeat center;
  background-size: cover;
}

.page-footer .footer-bottom .warp .right .icon-a i.r-icon004 {
  background: url("../images/index/index-icon004.png") no-repeat center;
  background-size: cover;
}
