* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
}

.line {
  width: 500px;
  height: 1px;
  background: rgb(23, 84, 175);
}
.link-title {
  font-size: 24px;
  color: #063869;
  font-weight: 600;
}

.xuanxiang {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 80px;
}
.xuanxiang a {
  width: 24%;
}

.xuanxiang span {
  background: rgb(240, 240, 240);
  display: inline-block;
  width: 100%;
  line-height: 2em;
  padding: 1em;
  margin-top: 5px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgb(224, 224, 224);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.xuanxiang a:hover span {
  background: #4272c7;
  transform: translateY(-15px);
  box-shadow: 1px 5px 5px 0 #b0b9b1;
}

.xuanxiang a:hover .zi {
  color: #cccccc;
  display: table;
  margin: 0 auto;

  padding-top: 0.1px;
  padding-bottom: 0.1px;
  font-size: 17px;
  font-weight: bolder;
}

.zi {
  color: #1296DB;
  display: table;
  margin: 0 auto;

  padding-top: 0.1px;
  padding-bottom: 0.1px;
  font-size: 17px;
  font-weight: 600;
}

.customers .kuaisu {
  display: inline-block;
  font-family: "微软雅黑";
  font-size: 14px;
  top: 150px;
  color: #ffffff;
}



.xuanxiang img {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.img-1 {
  content: url(../images/party_1.png);
}

.xuanxiang a:hover .img-1 {
  content: url(/_upload/tpl/0d/40/3392/template3392/images/party.png);
  object-fit: cover;
}

.img-2 {
  content: url(../images/safe_center_1.png);
}

.xuanxiang a:hover .img-2 {
  content: url(/_upload/tpl/0d/40/3392/template3392/images/safe_center.png);
  object-fit: cover;
}

.img-3 {
  content: url(../images/order_list_1.png);
}

.xuanxiang a:hover .img-3 {
  content: url(/_upload/tpl/0d/40/3392/template3392/images/order_list.png);
  object-fit: cover;
}

.img-4 {
  content: url(../images/service_1.png);
}

.xuanxiang a:hover .img-4 {
  content: url(/_upload/tpl/0d/40/3392/template3392/images/service.png);
  object-fit: cover;
}

.zuihou {
  background-color: #75b3e1;
  padding-top: 10px;
  text-align: center;
  color:#ffffff;
}
.zuihou .devide-line {
  width: 100%;
  border-bottom: 0.5px solid;
  margin: 8px 0;
}

#footer .inner p {
  font-size: 12px;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 30px;
  color: #ffffff;
}

.wrapper footer p {
  display: table;
  margin: 0 auto;
  font-family: "等线";
  color: white;
  padding-bottom: 4px;
  font-size: 10px;
}

.footer .inner .mod .zuihou .customers {
  font-size: 10px;
  text-align: left;
  font-family: "等线";
  color: white;
  padding-top: 5px;
  padding-bottom: 4px;
  display: inline-block;
  width: 870px;
}

.footer .inner .mod .zuihou .customers a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
}

.footer .inner .mod .zuihou .customers a:hover {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
}

.right {
  font-size: 10px;
  font-family: "等线";
  color: white;
  padding-top: 5px;
  padding-bottom: 4px;
  display: inline-block;
}

.link-rows {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

table.customers tr {
  height: 24px;
}

table.right td img {
  margin-top: 10px;
  width: 70px;
  height: 70px;
}
table.right td {
  width: 100px;
  top: 150px;
  color: #cccccc;
}
.td {
  width: 500px;
  overflow: hidden;
}

.td2 {
  width: 400px;
  overflow: hidden;
}
