body {
  background-color: #F4F7F8 !important;
  /* height: 1000px; */
}

/* 头部 */
.header-wrapper {
  width: 100%;
  height: 36px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #f0f0f0;
}

.header-wrapper .header-div {
  width: 1200px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  overflow: hidden;
}

.header-div .hotline {
  float: left;
  font-size: 12px;
  color: #555;
}

.header-div .hotline .tel-number {
  font-weight: bold;
}

.header-wrapper .header-link {
  float: right;
}

.header-wrapper .header-link .link-item {
  float: left;
  padding: 0 14px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  margin-top: 10px;
  border-right: 1px solid #ccc;
}

.header-wrapper .header-link .link-item a:hover {
  color: #ff4f53;
}

.header-wrapper .header-link .link-item-nostyle {
  padding-right: 0;
  border-right: none;
}

#logout_a:hover {
  color: #ff4f53;
  cursor: pointer;
}

.header-hide {
  display: none;
}

/* end 头部 */

/* 导航 */
.nav-wrapper {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: relative;
}

.nav-wrapper .nav-div {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.nav-div .nav-logo {
  float: left;
  font-size: 0;
}

.nav-div .logo-img {
  height: 50px;
}

.nav-div .nav-link {
  float: right;
}

.nav-div .link-item {
  float: left;
  font-size: 26px;
  padding: 0 20px;
  color: #444;
  text-align: center;
  font-size: 18px;
}

.nav-div .link-item a {
  color: #444;
  position: relative;
}

.nav-div .link-item a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background: #007AD6;
  transform: scale(0);
  transition: all 0.3s;
}

.nav-div .link-item a:hover {
  color: #007AD6;
}

.nav-div .link-item a:hover:before {
  transform: scale(1);
}

.nav-div .link-item-nostyle {
  padding-right: 0;
}

.nav-div .link-active a {
  color: #007AD6;
}

.nav-div .link-active a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background: #007AD6;
  transform: scale(1);
  transition: all 0.3s;
}

/* end 导航 */

/* 底部 */
.footer-wrapper {
  width: 100%;
  /* padding: 40px 0 0 0; */
  margin-top: 100px;
  position: relative;
  /* background-color: #fff; */
}

.footer-div {
  width: 1200px;
  /* height: 80px; */
  line-height: 80px;

  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* background-color: #fff; */
}

.footer-content {
  /* width: 100%; */
  display: none;
  /* display: flex; */
  flex-wrap: nowrap;
  padding: 40px 0 0 0;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
}

.footer-content .con-item.con-1 {
  line-height: 30px;
  font-size: 14px;
  color: #404040;
  display: flex;
  flex-direction: row;
  padding-left: 20px;
}

.footer-content .con-item.con-1 ul {
  /* width: 100px; */
  padding: 0 26px;
}

.footer-content .con-item.con-1 li {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.footer-content .con-item.con-1 li h2 {
  font-size: 16px;
  font-weight: 700;
}

.footer-content .con-item.con-1 li a:hover {
  text-decoration: underline;
}

.footer-content .con-item.con-2 {
  padding-right: 60px;
  display: flex;
  flex-direction: row;
}

.footer-content .con-item.con-2 .img-div {
  width: 100px;
  padding: 0 20px;
}

.footer-content .con-item.con-2 .img-div p {
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
}

.footer-content .con-item.con-2 .img-div .img-code {
  width: 100px;
}

.footer-content .con-item.con-3 {
  padding-right: 20px;
}

.footer-content .con-item.con-3 p:first-child {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 0px 0 15px 0;
  color: #404040;
}

.footer-content .con-item.con-3 p {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 20px 0 15px 0;
  color: #404040;
}

.footer-content .con-item.con-3 .icon-dianhua {
  color: #f60;
  margin-right: 10px;
  font-size: 14px;
}

.footer-content .con-item.con-3 .num {
  line-height: 26px;
  font-size: 24px;
  color: #f60;
}

.footer-div .company-info {
  /* border-top: 1px solid #f0f0f0; */
  line-height: 30px;
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
  color: #404040;
  /* position: absolute;
  left: 0;
  bottom: 0; */
}

.footer-div .company-info2 {
  /* border-top: 1px solid #f0f0f0; */
  line-height: 30px;
  padding: 20px 0px 20px 0;
  /* margin-bottom: 80px; */
  text-align: center;
  color: #404040;
}

/* end 底部 */

/* loading */
.loading-div {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 60%;
  margin-top: -25px;
}

.loading-div img {
  width: 50px;
  height: 50px;
}

/* 面包屑 */
.bread-wrapper {
  width: 100%;
  margin-top: 20px;
}

.bread-wrapper .bread-div {
  width: 1200px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
}

/* 公共 */
/* 清除浮动 */
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfloat {
  zoom: 1
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 边距 */
.mar-top20 {
  margin-top: 20px;
}

.mar-top40 {
  margin-top: 40px;
}

.mar-bot20 {
  margin-bottom: 20px;
}

/* 颜色 */
.a-hover-red:hover {
  color: #ff4f53;
}

.danger-color {
  color: #ff4f53;
}

.primary-color {
  color: #32a9f2;
}

.black-color {
  color: #393D49;
}

.bg-blue {
  background-color: #32a9f2;
}

.bg-orgin {
  background-color: rgb(247, 196, 102);
}

/* 字体 */
.text-ar {
  text-align: right;
}

/* 功能 */
.at-hide {
  display: none;
}