@charset "UTF-8";
.clear::after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

.clear-float::after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

html body {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
  width: 100%;
  min-width: 1300px;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  position: relative;
}

.header .top-wrap {
  width: 100%;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 99;
}

.header .top-wrap .content {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .top-wrap .content .logo-wrap .logo {
	display: block;
}
.header .top-wrap .content .nav-wrap {
	display: flex;
}
.header .top-wrap .content .nav-wrap a {
  font-size: 16px;
  color: #fff;
  margin-right: 55px;
}

.header .top-wrap .content .nav-wrap a:nth-last-child(1) {
  margin-right: 0;
}

.header .top-wrap .content .nav-wrap a:hover,
.header .top-wrap .content .nav-wrap .on {
  color: #04C6EA;
  font-weight: bold;
}

.header .banner-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.header .banner-wrap .banner-swiper-container {
  width: 100%;
  height: 100%;
}

.header .banner-wrap .banner-swiper-container .swiper-slide {
  position: relative;
}

.header .banner-wrap .banner-swiper-container .swiper-slide .banner {
  width: 100%;
  height: 100%;
  display: block;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

.footer .content {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.footer .infor-wrap {
  padding: 74px 0;
  background: #EBEBEB;
}

.footer .infor-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
}

.footer .infor-wrap .content .left {
  height: 100%;
  padding: 0 84px 0 0;
  border-right: 1px solid rgba(27, 27, 27, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .infor-wrap .content .mid {
  width: 420px;
  height: 100%;
  padding: 0 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid rgba(27, 27, 27, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .infor-wrap .content .mid a {
  font-size: 18px;
  color: #333333;
  margin-right: 30px;
}

.footer .infor-wrap .content .mid a:nth-child(2n + 2) {
  margin-right: 0;
}

.footer .infor-wrap .content .right {
  width: 535px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer .infor-wrap .content .right .call-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 84px;
}

.footer .infor-wrap .content .right .call-wrap .icon-wrap {
  width: 61px;
  height: 61px;
  background: #0580C4;
  border-radius: 50%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .infor-wrap .content .right .call-wrap .text-wrap {
  color: #333;
}

.footer .infor-wrap .content .right .call-wrap .text-wrap .text-1 {
  font-size: 14px;
}

.footer .infor-wrap .content .right .call-wrap .text-wrap .text-2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.footer .infor-wrap .content .right .qrcode-wrap {
  width: 137px;
  height: 156px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 9px 0 0 0;
}

.footer .infor-wrap .content .right .qrcode-wrap .qrcode {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.footer .infor-wrap .content .right .qrcode-wrap .tips {
  font-size: 12px;
  color: #555555;
  margin-top: 4px;
}

.footer .copyright-wrap {
  padding: 21px 0;
  background: #ACACAC;
}

.footer .copyright-wrap .content {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.footer .copyright-wrap .content span {
  margin-right: 30px;
}

.footer .copyright-wrap .content a {
  color: #FFFFFF;
}
/*# sourceMappingURL=common.css.map */