* {
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}
body {
  font: 14px / 1.5 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
  color: #333333;
  margin: 0px;
}
::before,
::after {
  box-sizing: content-box;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
hr {
  display: block;
  height: 1px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: #cccccc;
  margin: 1em 0px;
  padding: 0px;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0px;
  border: 0px;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: all 0.5s ease 0s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  inset: 0px;
  margin: auto;
}
.textdq {
  text-align: justify;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.dq {
  text-align: center;
}
* {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
* {
  box-sizing: border-box;
}
.clerboth {
  clear: both;
}
.footerBar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  padding-top: 18px;
  padding-bottom: 20px;
  width: 100%;
}
.footerBar .dl-container {
  position: relative;
  width: 100%;
}
.footerBar .phone {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 90px;
  height: 70px;
  box-sizing: border-box;
  background: url("http://www.weilongjiaju.com/templates/m_temp_64/images/bot-p-bg.png") center center / 100% 100% no-repeat;
  display: flex;
  padding-top: 18px;
  justify-content: center;
}
.footerBar .phone i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1c304c;
}
.footerBar .phone i img {
  width: 20px;
  height: 20px;
}
.footerBar ul {
  display: flex;
  width: 100%;
  border-radius: 40px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  background-color: #fbfbfb;
  box-shadow: rgba(0, 0, 0, 0.03) 0px -2px 10px 0px;
  padding: 0px 10px;
}
.footerBar ul li {
  height: 50px;
  float: left;
}
.footerBar ul li.on a {
  color: #333333;
}
.footerBar ul li img {
  width: 23px;
  height: 23px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}
.footerBar ul li a {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}

.footerBar ul li em{
  width: 2em;
  overflow: hidden;
}
.footerBar ul li:nth-child(3) {
  margin-right: 0.4rem;
  margin-left: auto !important;
}
.footerBar ul li:nth-child(1) {
  margin-right: 20px;
}
.footerBar ul li:nth-child(1),
.footerBar ul li:nth-child(3) {
  position: relative;
}
.footerBar ul li:nth-child(1)::after,
.footerBar ul li:nth-child(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
}
