@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 .top {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.header .top .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-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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header .top .content .nav-wrap .f-nav {
  width: 130px;
  height: 100%;
  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 .top .content .nav-wrap .f-nav:hover {
  background: #FB5B26;
}

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

.header .top .content .nav-wrap .active {
  background: #FB5B26;
}

.header .header-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.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 {
  background-color: #FB5B26 !important;
  opacity: 1 !important;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet {
  width: 76px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

/**.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;
}**/
.footer {
  height: 588px;
  background: url(../images/bg_5.png) center center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 55px;
}

.footer .first-block .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .first-block .content .left .text-1 {
  font-size: 18px;
  color: #FFFFFF;
}

.footer .first-block .content .left .text-2 {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 14px;
}

.footer .first-block .content .left .tags {
  margin-top: 17px;
}

.footer .first-block .content .left .tags .tag {
  display: inline-block;
  padding: 11px 12px;
  border: 1px solid #FB5B26;
  font-size: 14px;
  color: #FB5B26;
  margin-right: 7px;
}

.footer .first-block .content .left .tags .tag:nth-last-child(1) {
  margin-right: 0;
}

.footer .first-block .content .mid {
  width: 511px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .first-block .content .mid::before, .footer .first-block .content .mid::after {
  content: '';
  width: 1px;
  height: 101px;
  background: #374351;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .first-block .content .mid::before {
  left: 0;
}

.footer .first-block .content .mid::after {
  right: 0;
}

.footer .first-block .content .mid .label .icon {
  vertical-align: middle;
  margin-right: 12px;
}

.footer .first-block .content .mid .label .text-wrap {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  vertical-align: middle;
}

.footer .first-block .content .mid .label .text-wrap .en {
  font-size: 14px;
  margin-top: 6px;
  text-transform: uppercase;
}

.footer .first-block .content .mid .value {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 10px;
}

.footer .first-block .content .right {
  display: inline-block;
  font-size: 0;
}

.footer .first-block .content .right .img-wrap {
  display: inline-block;
  width: 136px;
  height: 136px;
  background-color: #fff;
  text-align: center;
  line-height: 136px;
}

.footer .first-block .content .right .img-wrap .qrcode {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.footer .first-block .content .right .descr {
  display: inline-block;
  width: 40px;
  height: 136px;
  vertical-align: top;
  background: #FB5B26;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 40px;
  text-align: center;
}

.footer .second-block {
  margin-top: 64px;
}

.footer .second-block .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;
  border-top: 1px solid #374351;
  padding-top: 56px;
}

.footer .second-block .content .left {
  width: 48%;
}

.footer .second-block .content .left .item {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.footer .second-block .content .left .item .icon {
  vertical-align: middle;
}

.footer .second-block .content .left .item span {
  vertical-align: middle;
}

.footer .second-block .content .left .item i {
  margin-right: 20px;
}

.footer .second-block .content .left .addr-label {
  opacity: 0.5;
  margin-bottom: 15px;
}

.footer .second-block .content .left .addr {
  font-size: 18px;
  color: #FFFFFF;
}

.footer .second-block .content .left .copyright {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 48px;
}

.footer .second-block .content .left .copyright a {
  color: #FFFFFF;
  opacity: 0.5;
}

.footer .second-block .content .right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .second-block .content .right .item {
  min-width: 25%;
}

.footer .second-block .content .right .item .f-nav {
  color: #FFFFFF;
  font-size: 16px;
}

.footer .second-block .content .right .item ul {
  margin-top: 27px;
}

.footer .second-block .content .right .item ul li {
  font-size: 14px;
  color: #888888;
  margin-bottom: 19px;
}

.footer .second-block .content .right .item ul li a {
  color: #888888;
}

.crumbs {
  background: #F5F5F5;
}

.crumbs .cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 70px;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crumbs .cont .icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.crumbs .cont a {
  color: #333333;
}

.sub-category-wrap .title {
  font-size: 45px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

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

.sub-category-wrap .sub-nav .s-nav {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding: 15px 20px;
  border-radius: 22px;
  border: 1px solid #D8D8D8;
  margin-right: 16px;
}

.sub-category-wrap .sub-nav .s-nav:nth-last-child(1) {
  margin-right: 0;
}
.sub-category-wrap .sub-nav .s-nav:hover,
.sub-category-wrap .sub-nav .active {
  border-color: #FB5B26;
  color: #FB5B26;
}
.pagination {
	width: 100%;
	margin: 30px 0;
	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: #FB5B26;
	border: 1px #FB5B26 solid;
	color: #fff;
}



.pager {
	width: 100%;
	margin: 100px auto 0;
}
.pager p {
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #777;
	overflow: hidden;
}
.pager a {
	color: #777;
}
.pager a:hover {
	color: #FB5B26;
	text-decoration: underline;
}