body {
  background: #fff;
  margin: 0;
  min-width: 1290px;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  border: none;
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  margin: 0;
  border: none;
  outline: none;
}

input {
  padding: 0;
  border: none;
  outline: none;
  box-sizing: content-box;
  background: none;
  cursor: pointer;
}

.iconfont {
  color: inherit;
  font: inherit;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.wrap {
  width: 1290px;
  margin: 0 auto;
  position: relative;
}

.noWrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.twoNoWrap {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.none{ display: none!important;}

/* 页面顶部 - header */
.header {
  background: #217abe;
  color: #fff;
}

.header .wrap {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .wrap span:nth-last-of-type(1) { 
}

/* 主导航 - maiNav */
.maiNav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #868686;
}

.maiNav .navList {
  display: flex;
  align-items: center;
  font: 16px/96px '微软雅黑';
}

.maiNav .navList a {
  padding: 0 16px;
}

.maiNav .navList .active,
.maiNav .navList a:hover {
  position: relative;
  color: #3f3f3f;
  font-weight: bold;
}

.maiNav .navList .active:after,
.maiNav .navList a:hover:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #fbba06;
}

/* banner 广告位 */
.bannerWrap {
  height: 598px;
  background-size: cover;
  position: relative;
  min-width: 1290px;
}

.bannerWrap .wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.bannerWrap .wrap .searchWrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 520px;
  padding-left: 40px;
  box-sizing: border-box;
  background: #fbbb02;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10000;
}

.bannerWrap .searchWrap input {
  width: 369px;
  height: 48px;
  background: #fff;
  text-indent: 16px;
  font: 18px/48px '微软雅黑';
  color: #b9b9b9;
}

.bannerWrap .searchWrap span {
  width: 110px;
  font: 20px/48px '微软雅黑';
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.swiper-container {
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* subHead */
.subHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subHead a {
  font: 14px/1 '微软雅黑';
  color: #505050;
}

.subHead .title p {
  font: 14px/1 '微软雅黑';
  color: #707070;
  margin-top: 15px;
}

.subHead .title .roundItem {
  display: flex;
  align-items: center;
  position: relative;
}

.subHead.heng .roundItem:after {
  position: absolute;
  content: '';
  top: 20px;
  left: -60px;
  width: 2000px;
  height: 1px;
  background: #E5E5E5;
  transform: translateX(-100%);
}

.subHead .roundItem span {
  width: 40px;
  height: 40px;
  border: 1px solid #E5E5E5;
  font: 24px/40px '微软雅黑';
  text-align: center;
  border-radius: 50%;

}

.subHead .roundItem span:nth-of-type(1) {
  background: #FBBB01;
  color: #fff;
  border-color: #FBBB01;
}

.subHead .roundItem em {
  width: 5px;
  height: 5px;
  background: #4F96CE;
  border-radius: 50%;
  margin: 0 7px;
}

/* 底部 */
.footer {
  height: 240px;
  background: #217ABE;
}

.footer .wrap {
  height: 100%;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footList {
  font: 18px/2 '微软雅黑';
  color: #F4F4F4;
}

.footer .qrCodeImg {
  width: 124px;
}

.footer .qrCodeImg img {
  width: 100%;
}

.footer .qrCodeImg p {
  font: 14px/1 '微软雅黑';
  color: #F4F4F4;
  margin-top: 10px;
  text-align: center;
}

/* 回到顶部 */
.toTop {
  position: fixed;
  right: 30px;
  top: 800px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #aaa;
  font: 30px/1 '微软雅黑';
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

/* 内容区 */
.main {
  padding-top: 91px;
  background: #F7F7F7 url('../image/mainBg.jpg') no-repeat top center;
  background-size: 100% auto;
}

.main .wrap {
  display: flex;
  justify-content: space-between;
}

.main .wrap .mainLeftNav {
  width: 284px;
}

.main .mainLeftNav .leftTitle {
  height: 133px;
  background: url('../image/leftNavBg.jpg') no-repeat center;
  padding-top: 48px;
  box-sizing: border-box;
  border-bottom: 4px solid #FBBB01;
}

.main .leftTitle {
  color: #fff;
  text-align: center;
}

.main .leftTitle div {
  font: bold 24px/1 '微软雅黑';
}

.main .leftTitle p {
  font: 14px/1 '微软雅黑';
  opacity: .5;
  margin-top: 12px;
}

.mainLeftNav .leftNavList {
  background: #fff;
  font: 20px/78px '微软雅黑';
}

.mainLeftNav .leftNavList li {
  padding: 0 20px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #505050;
  font-weight: bold;
}

.mainLeftNav .leftNavList li:nth-last-of-type(1) {
  border-bottom: none;
}

.mainLeftNav .leftNavList .iconfont {
  border: 1px solid #217ABE;
  font: 16px/20px '微软雅黑';
  border-radius: 50%;
  width: 20px;
  text-align: center;
  opacity: 0;
}

.mainLeftNav .leftNavList span {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainLeftNav .leftNavList .active {
  color: #217ABE;
}

.mainLeftNav .leftNavList .active .iconfont {
  opacity: 1;
}

.rightMain {
  width: 960px;
  min-height: 480px;
  background: #fff;
  padding: 40px 40px 90px;
  box-sizing: border-box;
}

.rightMain .rightMainHead {
  padding-bottom: 18px;
  font: bold 20px/1 '微软雅黑';
  color: #217ABE;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}

.rightMain .rightMainHead:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 106px;
  height: 4px;
  background: #FBBB01;
}

/* 分页 */
.pageWrap {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageWrap button {
  font: 18px/34px '微软雅黑';
  color: #707070;
  background: #F7F7F7;
  padding: 0 12px;
  margin: 0 1px;
  cursor: pointer;
}

.pageWrap .input_page_num {
  width: 30px;
  text-align: center;
  height: 32px;
  border: 1px solid #aaa;
  margin: 0 3px;
  vertical-align: top;
}

.pageWrap .current_page,
.pageWrap button:hover {
  color: #fff;
  background: #217ABE;
}