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

.header .top {
  height: 48px;
  background-color: #f0f0f0;
}

.header .top .content {
  width: 1545px;
  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 p {
  font-size: 14px;
  color: #4E4E4E;
}

.header .top .content .search-wrap {
  width: 280px;
  height: 36px;
  border: 1px solid #275ea9;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

.header .top .content .search-wrap .input {
  height: 100%;
  font-size: 14px;
  width: 60%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .top .content .search-wrap button {
  width: 89px;
  height: 100%;
  font-size: 14px;
  color: #4E4E4E;
  border: none;
  border-left: 1px solid #275ea9;
  background-color: #fff;
}

.header .mid {
  height: 143px;
  background: #fff;
}

.header .mid .content {
  width: 1545px;
  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 .mid .content .logo {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .mid .content .logo .img {
  width: 100%;
}

.header .mid .content .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 160px;
}
@media only screen and (max-width: 375px){
.header .mid .content .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 242px;
}
.header .mid .content .nav-wrap .nav {
  width: 120px;
  font-size: 18px;
  color: #000000;
  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;
}

}
.header .mid .content .nav-wrap .nav:hover {
  color: #255da8;
}

.header .mid .content .nav-wrap .on {
  color: #255da8;
}

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

.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 .form-wrap {
  width: 443px;
  height: 447px;
  position: absolute;
  top: 70px;
  right: 192px;
  background-color: #fff;
  z-index: 2;
}

.header .banner-wrap .form-wrap .tab-wrap {
  background-color: #f2f2f2;
  width: 100%;
  height: 64px;
  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 .banner-wrap .form-wrap .tab-wrap .tab {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  font-size: 20px;
  color: #6C6C6C;
  cursor: pointer;
}

.header .banner-wrap .form-wrap .tab-wrap .on {
  background-color: #255da8;
  color: #fff;
}

.header .banner-wrap .form-wrap .item-wrap {
  margin-top: 37px;
}

.header .banner-wrap .form-wrap .item-wrap .item {
  width: 359px;
  height: 56px;
  border: 1px solid #858585;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  color: #858585;
  padding: 0 28px;
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .banner-wrap .form-wrap .item-wrap .item .label {
  width: 30%;
}

.header .banner-wrap .form-wrap .item-wrap .item .input {
  width: 50%;
  height: 100%;
  font-size: 19px;
  color: #858585;
}

.header .banner-wrap .form-wrap .item-wrap .submit {
  width: 355px;
  height: 51px;
  background-color: #255da8;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 auto;
  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 {
  width: 1545px;
  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;
}

.footer .infor-wrap .content .left {
  width: 50%;
  padding-top: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .infor-wrap .content .left .f-nav-wrap {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .infor-wrap .content .right {
  width: 30%;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

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

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

.footer .infor-wrap .content .right .list {
  margin-top: 20px;
}

.footer .infor-wrap .content .right .list .item {
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
}

.footer .copyright-wrap {
  background-color: #ebebeb;
  height: 45px;
}

.footer .copyright-wrap .content {
  width: 1545px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
	  
          align-items: center;
		  justify-content: center;
}

.footer .copyright-wrap .content p {
  margin-right: 30px;
}
/*# sourceMappingURL=common.css.map */