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

.header .top {
  width: 100%;
  height: 100px;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.header .top .content {
  width: 1400px;
  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 .content .nav-wrap {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .top .content .nav-wrap .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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .top .content .nav-wrap .f-nav .a {
  color: #fff;
  font-size: 18px;
}

.header .top .content .nav-wrap .f-nav .a:hover, 
.header .top .content .nav-wrap .f-nav .active {
  color: #CAED1F;
}

.header .top .content .input-wrap {
  width: 260px;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px 0 25px;
  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 .content .input-wrap .input {
  font-size: 14px;
  color: #fff;
  width: 70%;
  height: 100%;
}

.header .top .content .input-wrap .input::-webkit-input-placeholder {
  color: #A7B9E3;
}

.header .top .content .input-wrap .input:-ms-input-placeholder {
  color: #A7B9E3;
}

.header .top .content .input-wrap .input::-ms-input-placeholder {
  color: #A7B9E3;
}

.header .top .content .input-wrap .input::placeholder {
  color: #A7B9E3;
}

.header .header-bg {
  background-color: rgba(54, 97, 183, 0.6);
}

.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%;
  max-height: 100vh;
  object-fit: cover;
}

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

.header .banner-wrap .banner-swiper-container .swiper-button-next,
.header .banner-wrap .banner-swiper-container .swiper-button-prev {
  color: #fff;
}

.header .banner-wrap .banner-swiper-container .swiper-button-prev {
  left: 7%;
}

.header .banner-wrap .banner-swiper-container .swiper-button-next {
  right: 7%;
}

.footer {
  background: #323232;
}

.footer .content {
  width: 1400px;
  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: 53px 0;
}
.footer .content .foot400 {
	position: absolute;
color: #fff;
font-size: 24px;
right: 150px;
top: 60px;

	
}
.footer .content .foot400 p{
	color: #3661B7;
font-size: 42px;
font-weight: bold;
}


.footer .content .copyright {
  position: absolute;
  top: 190px;
  left: 0;
  color: #7C7C7C;
  font-size: 14px;
}

.footer .content .copyright a {
  color: #7C7C7C;
}

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

.footer .content .left .logo {
  position: relative;
  top: -6px;
}

.footer .content .left i {
  display: block;
  margin: 0 50px;
  width: 1px;
  height: 40px;
  background: #686868;
  border-radius: 1px;
}

.footer .content .left .nav-wrap {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .content .left .nav-wrap a {
  color: #FFFFFF;
  margin-right: 20px;
}

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

.footer .content .left .nav-wrap a:hover {
  color: #CAED1F;
}

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

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

.footer .content .right .text {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 18px;
  text-align: center;
}

.sub-category-wrap {
  text-align: center;
  margin-top: 50px;
}

.sub-category-wrap .item {
  display: inline-block;
  padding: 15px 55px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  margin-right: 75px;
  font-size: 20px;
}

.sub-category-wrap .item:nth-last-child(1) {
  margin-right: 0;
}

.sub-category-wrap .active {
  background: #224EA6;
  color: #FFFFFF;
  border-color: #224EA6;
}

.pagination {
  margin-top: 68px;
}

.other {
  margin: 40px auto;
}

.other p {
  line-height: 30px;
  font-size: 14px;
  color: #555555;
}
/*翻页*/

.pagination {
	width: 100%;
	margin: 100px 0 30px;
	text-align: center;
}
.pagination:after {
	display: block;
	content: '';
	clear: both;
}
.pagination a {
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	min-width: 16px;
	height: 22px;
	line-height: 22px;
	border: 1px #999 solid;
	background: #fff;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #545454;
}
.pagination a:hover, .pagination a.on {
	background: #3661B7;
	border: 1px #3661B7 solid;
	color: #fff;
}
/**.header .top .content .nav-wrap .nav .sub-nav-wrap {
  min-width: 140%;
  position: absolute;
  top: 80px;
  background-color: #fff;
  z-index: 3;
  padding: 10px 6px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.header .top .content .nav-wrap .nav .sub-nav-wrap .s-a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  white-space:nowrap;
  word-break: keep-all;
}

.header .top .content .nav-wrap .nav .sub-nav-wrap .s-a:hover {
  color: #E60012;
}**/
/*# sourceMappingURL=common.css.map */