@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: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

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

.header .top {
  height: 36px;
  background-color: #4f4f4f;
}

.header .top .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;
  font-size: 12px;
  color: #FFFFFF;
}

.header .top .content a {
  color: #FFFFFF;
}

.header .mid {
  height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .mid .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;
}

.header .mid .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .mid .content .left .logo-wrap {
  margin-right: 30px;
  width: 200px;
}
.header .mid .content .left .logo-wrap img {
	width: 100%;
}

.header .mid .content .left .text-wrap {
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

.header .mid .content .left .text-wrap .text-1 {
  font-size: 20px;
  color: #C30B0B;
  font-weight: bold;
}

.header .mid .content .left .text-wrap .text-2 {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.header .mid .content .right {
  font-size: 24px;
  color: #C30B0B;
}

.header .mid .content .right .icon {
  vertical-align: middle;
}

.header .mid .content .right .phone {
  display: inline-block;
  vertical-align: middle;
}

.header .nav-wrap {
  height: 50px;
  background-color: #0067ac;
}

.header .nav-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;
}

.header .nav-wrap .content .f-nav {
  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;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .nav-wrap .content .f-nav:hover {
  background-color: #004e83;
}

.header .nav-wrap .content .f-nav .nav {
  font-size: 14px;
  color: #FFFFFF;
}

.header .nav-wrap .content .on {
  background-color: #004e83;
}

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

.footer .infor-wrap {
  background-color: #2a2a2a;
}

.footer .infor-wrap .content {
  width: 1200px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 50px;
}

.footer .infor-wrap .content .left .block-1 {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}

.footer .infor-wrap .content .left .block-1 .text-1 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.footer .infor-wrap .content .left .block-1 .footer-nav-wrap {
  margin-top: 26px;
}

.footer .infor-wrap .content .left .block-1 .footer-nav-wrap a {
  font-size: 14px;
  color: #B3B2B2;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.footer .infor-wrap .content .left .block-2 {
  width: 400px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  color: #C4B9B9;
}

.footer .infor-wrap .content .left .block-2 .icon {
  vertical-align: middle;
}

.footer .infor-wrap .content .left .block-2 span {
  vertical-align: middle;
  display: inline-block;
  width: 200px;
}

.footer .infor-wrap .content .right .block-1 {
  display: inline-block;
  margin-right: 40px;
      color: #fff;
    font-size: 20px;
    vertical-align: middle;
	    line-height: 30px;
}

.footer .infor-wrap .content .right .block-1 .logo-2 {
  display: block;
  width: 240px;
  height: 80px;
}

.footer .infor-wrap .content .right .block-1 .phone {
  /* font-size: 20px; */
  color: #EBE7E7;
  /* margin-top: 15px; */
}

.footer .infor-wrap .content .right .block-2 {
  display: inline-block;
  vertical-align: middle;
  /* display: none; */
}

.footer .infor-wrap .content .right .block-2 .img-wrap {
  width: 125px;
  height: 125px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.footer .infor-wrap .content .right .block-2 .img-wrap .img {
  max-width: 100%;
  max-height: 100%;
}

.footer .infor-wrap .content .right .block-2 .text {
  font-size: 14px;
  color: #B3B2B2;
  text-align: center;
  margin-top: 10px;
}

.footer .copyright {
  background-color: #2a2a2a;
  border-top: 1px solid #5a5a5a;
}

.footer .copyright .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 19px 0 20px;
  font-size: 14px;
  color: #B3B2B2;
  text-align: center;
}

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