@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 .top {
  height: 100px;
}

.header .top .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;
  height: 100%;
}

.header .top .content .left {
  width: 250px;
}

.header .top .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .top .content .right .phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top .content .right .phone-wrap .icon {
  margin-right: 18px;
}

.header .top .content .right .phone-wrap .text-1 {
  font-size: 14px;
  color: #666666;
}

.header .top .content .right .phone-wrap .phone {
  font-size: 20px;
  color: #0066AF;
}

.header .top .content .right .nav-wrap {
  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;
  width: 86%;
  margin-top: 20px;
}

.header .top .content .right .nav-wrap .nav {
  font-size: 16px;
  position: relative;
}

.header .top .content .right .nav-wrap .nav::after {
  content: '';
  width: 108px;
  height: 4px;
  background: #004098;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .top .content .right .nav-wrap .nav:hover::after {
  opacity: 1;
}

.header .top .content .right .nav-wrap .nav .f-a {
  color: #555555;
}

.header .top .content .right .nav-wrap .on::after {
  opacity: 1;
}

.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%;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .banner-wrap .swiper-pagination-bullets {
  bottom: 17px;
}

.footer {
  background: #373737;
}

.footer .infor-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;
  padding: 43px 0;
}

.footer .infor-wrap .content .left {
  width: 1000px;
}

.footer .infor-wrap .content .left .f-nav-wrap .a {
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 30px;
}

.footer .infor-wrap .content .left .f-nav-wrap .a:nth-last-child(1) {
  margin-right: 0;
}

.footer .infor-wrap .content .left .f-nav-wrap .a:hover {
  color: #6FB916;
}

.footer .infor-wrap .content .left .infor {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .infor-wrap .content .left .infor .l {
  color: #fff;
  margin-right: 48px;
}

.footer .infor-wrap .content .left .infor .l .text-1 {
  font-size: 24px;
}

.footer .infor-wrap .content .left .infor .l .text-2 {
  color: #979797;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

.footer .infor-wrap .content .left .infor .m {
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 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;
}

.footer .infor-wrap .content .left .infor .m .phone-wrap {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 13px;
}

.footer .infor-wrap .content .left .infor .m .phone-wrap p:nth-child(1) {
  margin-bottom: 3px;
}

.footer .infor-wrap .content .left .infor .r {
  margin-left: 60px;
  margin-top: 4px;
}

.footer .infor-wrap .content .left .infor .r .item {
  color: #CBCBCB;
}

.footer .infor-wrap .content .left .infor .r .item:nth-child(1) {
  margin-bottom: 16px;
}

.footer .infor-wrap .content .left .infor .r .item .icon-wrap {
  width: 18px;
  display: inline-block;
  text-align: center;
}

.footer .infor-wrap .content .left .infor .r .item .icon-wrap .icon {
  vertical-align: middle;
  margin-right: 8px;
}

.footer .infor-wrap .content .right {
  width: 140px;
  height: 169px;
  background: #FFFFFF;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
}

.footer .infor-wrap .content .right .qrcode {
  width: 130px;
  height: 130px;
}

.footer .infor-wrap .content .right .text {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0;
  font-size: 14px;
  color: #7F7F7F;
  text-align: center;
}

.footer .copyright a {
  color: #7F7F7F;
}
/*# sourceMappingURL=common.css.map */