* {
  font-family: 'Microsoft YaHei';
  background-repeat: no-repeat;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f3f4f6;
  overflow-x: hidden;
  position: relative;
  min-width: 1280px;
  text-align: left;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: inline-block;
}

a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

.color-black {
  color: #322e2f;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #e7563a !important;
}

.color-orange {
  color: #ff6727 !important;
}

.color-gray {
  color: #7f7f7f !important;
}

.padding-zero {
  padding: 0;
}

.footer {
  height: 480px !important;
  background-color: #231f20;
  display: flex;
  padding-top: 20px;
}

.footer .footer-bottom {
  position: absolute;
  width: 100%;
  top: 310px;
  text-align: center;
}

.color-white a.link {
  color: #fff;
}

.footer-bottom .text-1 {
  color: #9f9f9f;
  font-size: 14px;
}

.footer-bottom .text-2 {
  color: #707070;
  font-size: 13px;
  margin: 10px 0 0 0;
}

.footer-bottom .text-2 a {
  text-decoration: none;
  color: #707070;
}

.footer-bottom .link {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.footer-bottom .link a {
  color: #fff;
  font-size: 10px;
  margin: 0 5px;
}

.footer-bottom .link a:hover {
  color: #ff6727;
}

/* 浮动客户框 */
.fl-ad {
  position: fixed;
  z-index: 9999;
}

.fl-ad li {
  position: relative;
  list-style-type: none;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  display: block;
}

.fl-ad li:hover {
  background-color: #61b0ff;
}

.box-hide {
  position: absolute;
  top: 0px;
  transition: all 1s ease-in-out;
}

.box-show {
  position: absolute;
  top: 0px;
  transition: all 1s ease-in-out;
  background-color: #61b0ff;
  /*border: solid 1px #61B0FF;*/
}

.box-hide .li-left {
  float: left;
  width: 80px;
  font-size: 14px;
  display: none;
  transition: all 1s ease-in-out;
}

.box-hide .li-right {
  width: 80px;
  text-align: left;
  font-size: 14px;
  display: none;
  transition: all 1s ease-in-out;
}

.box-hide .wechatImg {
  margin: auto;
  width: 0;
  display: none;
  transition: all 1s ease-in-out;
}

.box-show ul {
  margin-top: 10px;
}

.box-show .li-left {
  float: left;
  width: 80px;
  font-size: 14px;
  display: block;
  transition: all 1s ease-in-out;
  padding: 0;
}

.box-show .li-right {
  margin-left: 80px;
  width: 120px;
  text-align: left;
  font-size: 14px;
  transition: all 1s ease-in-out;
  display: block;
  padding: 0;
}

.box-show .wechatImg {
  margin: 5% auto 0 auto;
  width: 90%;
}
