.padTop {
  padding-top: 40px;
}
.list .listLink {
  height: 36px;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
  color: #333;
  display: flex;
}
.list .listLink i {
  width: 13px;
  height: 36px;
  background: url(../images/index/icon04.png) left center no-repeat;
}
.list .listLink .itemText {
  width: calc(100% - 110px);
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .listLink em {
  width: 90px;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.list .listLink:hover {
  cursor: pointer;
  color: #2e58ab;
  transition: all 0.3s ease-in-out;
}
.list .listLink:hover em {
  color: #2e58ab;
}
.content {
  position: relative;
  min-height: 500px;
  width: 100%;
}
.content .conBg {
  position: absolute;
  top: 0;
  background: url(../images/index/con_bg.png) center no-repeat;
  width: 100%;
  height: 313px;
  background-size: cover;
  z-index: -1;
}
.content .w1200.bg {
  background-color: #fff;
}
.content .w1200.bg .pad {
  padding: 30px 30px 0 30px;
}
.content .w1200.bg .pad .ind01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .w1200.bg .pad .ind01 .headlines {
  width: 43px;
  height: 29px;
  background: url(../images/index/headlines_i1.png) center no-repeat;
  margin-right: 10px;
  margin-top: 5px;
}
.content .w1200.bg .pad .ind01 a {
  font-size: 26px;
  color: #2e58ab;
  font-weight: bold;
  height: 110px;
  line-height: 110px;
  width: auto;
  max-width: 80%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.content .w1200.bg .pad .ind02 {
  display: flex;
}
.content .w1200.bg .pad .ind02 .ind02Left {
  width: 53.33%;
  height: 360px;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-container {
  width: 100%;
  height: 100% !important;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a .pos {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a .pos p {
  transition: all 0.5s 0.2s;
  margin-top: 60px;
  margin-left: 2%;
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-slide-active a .pos p {
  transition: all 0.5s 0.2s;
  margin-top: 0rem;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-pagination-bullet-active {
  width: 30px;
  height: 6px;
  display: inline-block;
  border-radius: 6px;
  background-color: #2e58ab;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-horizontal > .swiper-pagination-bullets {
  left: inherit;
  right: 2%;
  bottom: 15px !important;
  width: 36%;
  text-align: right;
}
.content .w1200.bg .pad .ind02 .ind02Left .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.content .w1200.bg .pad .ind02 .ind02Right {
  width: 46.67%;
  height: 350px;
  padding-top: 10px;
  background-color: #f4fafe;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend {
  padding: 14px 28px 15px 24px;
  width: 475px;
  height: 88px;
  background: url(../images/index/icon_32.png) center no-repeat;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .fl {
  padding: 7px 10px 7px 0;
  width: 53px;
  height: 39px;
  font-size: 16px;
  font-weight: bold;
  line-height: 39px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  background: url(../images/index/icon_31.png) center no-repeat;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .fr {
  width: 400px;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .fr b {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
  transition-duration: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .fr p {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  transition-duration: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .fr a:hover b {
  color: #2d71b6;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .fr a:hover p {
  color: #666666;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad {
  padding: 5px 20px;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad .tab_tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad .tab_tit .tabItem {
  width: 24.5%;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad .tab_tit .tabItem:hover {
  cursor: pointer;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad .tab_tit .tabItem.cur {
  color: #2e58ab;
  position: relative;
  border-bottom: 3px solid #2e58ab;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad .tab_next .list {
  display: none;
}
.content .w1200.bg .pad .ind02 .ind02Right .pad .tab_next .list.on {
  display: block;
}
.content .w1200.bg .pad .ind03 {
  display: flex;
  margin-top: 20px;
}
.content .w1200.bg .pad .ind03 .ind03Left {
  width: 53.33%;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit {
  width: 70%;
  display: flex;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit .tabItem {
  width: 24%;
  margin-right: 1%;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit .tabItem:nth-child(4) {
  margin-right: 0;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit .tabItem:hover {
  cursor: pointer;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit .tabItem.cur {
  color: #2e58ab;
  position: relative;
  border-bottom: 3px solid #2e58ab;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox {
  width: 20%;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox .more {
  display: none;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox .more.on {
  display: block;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox .more {
  color: #666;
  font-size: 16px;
  position: relative;
  text-align: right;
  padding-right: 21px;
  height: 50px;
  line-height: 50px;
}
.content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox .more::before {
  position: absolute;
  content: "";
  background: url(../images/index/icon05.png) center no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
  top: 17px;
}
.content .w1200.bg .pad .ind03 .ind03Left .tab_next {
  margin-top: 10px;
}
.content .w1200.bg .pad .ind03 .ind03Left .tab_next .list {
  display: none;
}
.content .w1200.bg .pad .ind03 .ind03Left .tab_next .list.on {
  display: block;
}
.content .w1200.bg .pad .ind03 .ind03Right {
  width: calc(46.67% - 30px);
  padding-left: 30px;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit {
  width: 70%;
  display: flex;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit .tabItem {
  width: 30%;
  margin-right: 2%;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit .tabItem:hover {
  cursor: pointer;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit .tabItem.cur {
  color: #2e58ab;
  position: relative;
  border-bottom: 3px solid #2e58ab;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox {
  width: 20%;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox .more {
  display: none;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox .more.on {
  display: block;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox .more {
  color: #666;
  font-size: 16px;
  position: relative;
  text-align: right;
  padding-right: 21px;
  height: 50px;
  line-height: 50px;
}
.content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox .more::before {
  position: absolute;
  content: "";
  background: url(../images/index/icon05.png) center no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
  top: 17px;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list {
  display: none;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list.on {
  display: block;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2 {
  transition: all 0.3s ease-in-out;
  color: #333;
  border-left: 1px dashed #d3d3d3;
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2::before {
  position: absolute;
  content: "";
  left: -3px;
  top: 0;
  width: 6px;
  height: 6px;
  background: url(../images/index/icon04.png) left center no-repeat;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2 .itemText {
  width: auto;
  max-width: 100%;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2 em {
  font-size: 16px;
  color: #999;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2:hover {
  cursor: pointer;
  color: #2e58ab;
  transition: all 0.3s ease-in-out;
}
.content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2:hover em {
  color: #2e58ab;
}
.content .w1200.bg .pad .ind04 .tab_tit {
  display: flex;
  justify-content: space-between;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem {
  width: 30%;
  margin-right: 3%;
  font-size: 26px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem:hover {
  cursor: pointer;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem:nth-child(3) {
  margin-right: 0;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem img {
  margin-right: 20px;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem .images1 {
  display: block;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem .images2 {
  display: none;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.cur {
  color: #fff;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.cur::after {
  position: absolute;
  content: "";
  background: url(../images/index/icon06.png) center no-repeat;
  width: 18px;
  height: 11px;
  left: calc(50% - 9px);
  bottom: -9px;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.cur .images2 {
  display: block;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.cur .images1 {
  display: none;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem1 {
  background: url(../images/index/tabItem1.png) left no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem1 img {
  width: 35px;
  height: 34px;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem1.cur {
  background: url(../images/index/tabItem1s.png) left no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
  position: relative;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem2 {
  background: url(../images/index/tabItem2.png) center no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem2.cur {
  background: url(../images/index/tabItem2s.png) left no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
  position: relative;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem2 img {
  width: 35px;
  height: 34px;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem3 {
  background: url(../images/index/tabItem3.png) center no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem3.cur {
  background: url(../images/index/tabItem3s.png) left no-repeat;
  width: 100%;
  height: 70px;
  background-size: contain;
  position: relative;
}
.content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem3 img {
  width: 30px;
  height: 26px;
}
.content .w1200.bg .pad .ind04 .tab_next .list {
  display: none;
  margin-top: 30px;
}
.content .w1200.bg .pad .ind04 .tab_next .list.on {
  display: block;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk {
  display: flex;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft {
  width: 47.91%;
  display: flex;
  flex-wrap: wrap;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 3%;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink:nth-child(2n) {
  margin-right: 0;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink .titleBox {
  padding-left: 30px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink .titleBox .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink img {
  padding-right: 30px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink01,
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink02,
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink03,
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink04 {
  width: 48.5%;
  margin-bottom: 15px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink01 {
  background: url(../images/index/xxgkLink01.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink01 .titleBox .title {
  color: #2257b1;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink02 {
  background: url(../images/index/xxgkLink02.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink02 .titleBox .title {
  color: #2257b1;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink03 {
  background: url(../images/index/xxgkLink03.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink03 .titleBox .title {
  color: #c53748;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink04 {
  background: url(../images/index/xxgkLink04.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink04 .titleBox .title {
  color: #5025bb;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 {
  width: 100%;
  margin-right: 0;
  background: url(../images/index/xxgkLink05.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex {
  display: flex;
  align-items: center;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex .title {
  color: #2257b1;
  margin-right: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex .more {
  font-size: 14px;
  color: #2257b1;
  padding: 0 30px 0 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  border: 1px solid #2257b1;
  border-radius: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex .more::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 10.5px;
  background: url(../images/index/icon15.png) center no-repeat;
  width: 5px;
  height: 9px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight {
  width: 52.09%;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: space-between;
  padding-left: 35px;
  margin-top: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(5),
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(6),
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(7),
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(8) {
  margin-bottom: 0px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f0f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .icon img {
  margin: auto;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .title {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .title2 {
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl {
  display: flex;
  justify-content: space-between;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft {
  width: 51.25%;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title {
  display: flex;
  justify-content: space-between;
  border-bottom: #cfcfcf 1px solid;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title p {
  font-size: 22px;
  color: #2e58ab;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  padding-bottom: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title p i {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #2e58ab;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title .more {
  color: #666;
  font-size: 16px;
  position: relative;
  text-align: right;
  padding-right: 21px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title .more::before {
  position: absolute;
  content: "";
  background: url(../images/index/icon05.png) center no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
  top: 7px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: #e2f3fb;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i.i1 {
  width: calc(63.13% - 30px);
  text-align: left;
  padding-left: 30px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i.i2 {
  width: 17.94%;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i.other {
  width: 17.94%;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList {
  margin-top: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a {
  display: flex;
  justify-content: space-between;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p.p1 {
  width: 63.13%;
  text-align: left;
  color: #333;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p.p2 {
  width: 17.94%;
  color: #666;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p.other {
  width: 17.94%;
  color: #666;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight {
  width: calc(48.75% - 30px);
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop {
  width: 100%;
  background: url(../images/index/jb_bac.png) right bottom no-repeat;
  height: 138px;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop img {
  margin-left: 35px;
  padding-top: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex {
  display: flex;
  align-items: center;
  margin-left: 35px;
  margin-top: 5px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex i {
  width: 16px;
  height: 16px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex .con {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex2 i {
  width: 17px;
  height: 15px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border: 1px solid #dbeefa;
  background-color: #f3fafe;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link .icon img {
  margin: auto;
}
.content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link .title {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs {
  display: flex;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft {
  width: calc(40.83% - 40px);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dbeefa;
  padding: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink .titleBox {
  padding-left: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink .titleBox .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink img {
  padding-right: 20px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink01 {
  width: 100%;
  background: url(../images/index/wsbsLink01.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink02 {
  width: 49%;
  margin-right: 2%;
  background: url(../images/index/wsbsLink02.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink02 .titleBox .title {
  color: #fc5a07;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink03 {
  width: 49%;
  background: url(../images/index/wsbsLink03.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink03 .titleBox .title {
  color: #2c96ff;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink04 {
  margin-bottom: 0px;
  width: 100%;
  background: url(../images/index/wsbsLink04.png) center no-repeat;
  background-size: cover;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink04 .titleBox .title {
  color: #fd8900;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight {
  width: calc(59.17% - 25px);
  padding-left: 25px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title {
  display: flex;
  justify-content: space-between;
  border-bottom: #cfcfcf 1px solid;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title p {
  font-size: 22px;
  color: #2e58ab;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  padding-bottom: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title p i {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #2e58ab;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title .more {
  color: #666;
  font-size: 16px;
  position: relative;
  text-align: right;
  padding-right: 21px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title .more::before {
  position: absolute;
  content: "";
  background: url(../images/index/icon05.png) center no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
  top: 7px;
}
.content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .list.wsbsList {
  display: block;
  margin-top: 10px;
}
.content .w1200.bg .pad .ind05 {
  margin-bottom: 60px;
}
.content .w1200.bg .pad .ind05 .titleBox {
  display: flex;
  align-items: center;
}
.content .w1200.bg .pad .ind05 .titleBox .title {
  width: 12.5%;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  height: 44px;
  line-height: 44px;
}
.content .w1200.bg .pad .ind05 .titleBox .title::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 44px;
  top: 0;
  left: 0;
  background: url(../images/index/icon33.png) center no-repeat;
}
.content .w1200.bg .pad .ind05 .titleBox .line {
  width: 87.5%;
  height: 1px;
  background: #dddddd;
}
.content .w1200.bg .pad .ind05 .mySwiperMo {
  display: none;
}
.content .w1200.bg .pad .ind05 .mySwiperPc {
  display: block;
}
.content .w1200.bg .pad .ind05 .mySwiperPc {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
}
.content .w1200.bg .pad .ind05 .mySwiperPc .swiper-slide {
  height: 100px !important;
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .w1200.bg .pad .ind05 .mySwiperPc .swiper-slide a {
  width: 100%;
  height: 100%;
}
.content .w1200.bg .pad .ind05 .mySwiperPc .swiper-slide img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
.content .w1200.bg .pad .ind05 .mySwiperPc .swiper-slide a:hover {
  cursor: pointer;
}
.content .w1200.bg .pad .ind05 .mySwiperPc .swiper-slide a:hover img {
  transform: scale(1.03, 1.03);
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-slide.swiper-slide-active {
  height: 88px !important;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 6px !important;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 6px;
}
.content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-pagination-bullet-active {
  width: 30px;
  height: 6px;
  display: inline-block;
  border-radius: 6px;
  background-color: #2e58ab;
}
@media (max-width: 1200px) {
  .padTop {
    padding-top: 0.5rem;
  }
  .list {
    margin-top: 0.2rem;
  }
  .list .listLink {
    height: 0.5rem;
    line-height: 0.5rem;
    transition: all 0.3s ease-in-out;
    color: #333;
  }
  .list .listLink i {
    width: 0.25rem;
    height: 0.5rem;
    background: url(../images/index/icon04.png) left center no-repeat;
    background-size: 0.1rem auto;
  }
  .list .listLink .itemText {
    width: calc(100% - 2.25rem);
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list .listLink em {
    width: 2rem;
    font-size: 0.26rem;
    color: #999;
  }
  .content .conBg {
    display: none;
  }
  .content .w1200.bg .pad {
    padding: 1.8rem 0 0 0;
  }
  .content .w1200.bg .pad .ind01 a {
    font-size: 0.36rem;
    height: 1.35rem;
    line-height: 1.35rem;
    width: 80%;
  }
  .content .w1200.bg .pad .ind02 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  .content .w1200.bg .pad .ind02 .ind02Left {
    width: 100%;
    height: 3.5rem;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a {
    width: 100%;
    height: 3.5rem;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a .pos {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-slide a .pos p {
    transition: all 0.5s 0.2s;
    margin-top: 0rem;
    margin-left: 0.3rem;
    width: 65%;
    font-size: 0.28rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 0.3rem;
    background-color: #fff;
    opacity: 1;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 0.3rem;
    background-color: #2e58ab;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-horizontal > .swiper-pagination-bullets {
    left: inherit;
    right: 2%;
    bottom: 0.15rem !important;
    width: 36%;
    text-align: right;
  }
  .content .w1200.bg .pad .ind02 .ind02Left .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .content .w1200.bg .pad .ind02 .ind02Right {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend {
    padding: 0;
    margin: 0.3rem 0.3rem 0 0.3rem;
    width: calc(100% - 0.6rem);
    height: 1.6rem;
    background: #f4fafe !important;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .fl {
    display: none !important;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .fr {
    margin-top: 0;
    width: 100%;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .fr b {
    margin-bottom: 5px;
    font-size: 0.3rem;
    color: #333;
    transition-duration: 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .fr p {
    font-size: 0.28rem;
    color: #999;
    line-height: 0.5rem;
    transition-duration: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .fr a:hover b {
    color: #2d71b6;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .fr a:hover p {
    color: #666666;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .pad {
    padding: 0.3rem 0.3rem;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .pad .tab_tit .tabItem {
    width: 24%;
    font-size: 0.28rem;
    font-weight: bold;
    padding-bottom: 0.15rem;
    text-align: center;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .pad .tab_tit .tabItem:nth-child(2) {
    width: 26%;
  }
  .content .w1200.bg .pad .ind03 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Left {
    width: 100%;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .topTab {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit {
    width: 75%;
    display: flex;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .topTab .tab_tit .tabItem {
    width: 24%;
    margin-right: 1%;
    font-size: 0.28rem;
    font-weight: bold;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox {
    width: 20%;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox .more {
    color: #666;
    font-size: 0.26rem;
    position: relative;
    text-align: right;
    padding-right: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .topTab .moreBox .more::before {
    position: absolute;
    content: "";
    background: url(../images/index/icon05.png) center no-repeat;
    background-size: 0.25rem auto;
    width: 0.25rem;
    height: 0.25rem;
    right: 0;
    top: 0.175rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Left .tab_next {
    margin-top: 0.2rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit {
    width: 70%;
    display: flex;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit .tabItem {
    width: 30%;
    margin-right: 5%;
    font-size: 0.28rem;
    font-weight: bold;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit .tabItem:hover {
    cursor: pointer;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .tab_tit .tabItem.cur {
    color: #2e58ab;
    position: relative;
    border-bottom: 3px solid #2e58ab;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox {
    width: 20%;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox .more {
    color: #666;
    font-size: 0.26rem;
    position: relative;
    text-align: right;
    padding-right: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .topTab .moreBox .more::before {
    position: absolute;
    content: "";
    background: url(../images/index/icon05.png) center no-repeat;
    background-size: 0.25rem auto;
    width: 0.25rem;
    height: 0.25rem;
    right: 0;
    top: 0.175rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2 {
    transition: all 0.3s ease-in-out;
    color: #333;
    border-left: 1px dashed #d3d3d3;
    position: relative;
    padding-left: 0.2rem;
    margin-top: 0.2rem;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2::before {
    position: absolute;
    content: "";
    left: -0.05rem;
    top: 0;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/index/icon04.png) left center no-repeat;
    background-size: 0.1rem auto;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2 .itemText {
    width: auto;
    max-width: 100%;
    line-height: 0.3rem;
    height: auto;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .content .w1200.bg .pad .ind03 .ind03Right .tab_next .list .listLink2 em {
    font-size: 0.28rem;
    color: #999;
  }
  .content .w1200.bg .pad .ind04 .tab_tit {
    display: flex;
    justify-content: space-between;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem {
    width: 33%;
    margin-right: 0.5%;
    font-size: 0.28rem;
    font-weight: bold;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem:hover {
    cursor: pointer;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem:nth-child(3) {
    margin-right: 0;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem img {
    margin-right: 0.08rem;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.cur {
    color: #fff;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.cur::after {
    position: absolute;
    content: "";
    background: url(../images/index/icon06.png) center no-repeat;
    background-size: 0.18rem auto;
    width: 0.18rem;
    height: 0.11rem;
    left: calc(50% - 0.09rem);
    bottom: -0.06rem;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem1 {
    background: url(../images/mobile/tabItem1.png) left no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: contain;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem1 img {
    width: 0.27rem;
    height: 0.25rem;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem1.cur {
    background: url(../images/mobile/tabItem1s.png) left no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: contain;
    position: relative;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem2 {
    background: url(../images/mobile/tabItem2.png) center no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: contain;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem2.cur {
    background: url(../images/mobile/tabItem2s.png) left no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: contain;
    position: relative;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem2 img {
    width: 0.35rem;
    height: 0.34rem;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem3 {
    background: url(../images/mobile/tabItem3.png) center no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: contain;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem3.cur {
    background: url(../images/mobile/tabItem3s.png) left no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: contain;
    position: relative;
  }
  .content .w1200.bg .pad .ind04 .tab_tit .tabItem.tabItem3 img {
    width: 0.3rem;
    height: 0.26rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list {
    display: none;
    margin-top: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list.on {
    display: block;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk {
    display: flex;
    flex-wrap: wrap;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink {
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 3%;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink:nth-child(2n) {
    margin-right: 0;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink .titleBox {
    padding-left: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink .titleBox .title {
    font-size: 0.26rem;
    line-height: 0.34rem;
    font-weight: bold;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink img {
    padding-right: 0.3rem;
    width: 0.7rem;
    background-size: 0.7rem auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink01,
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink02,
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink03,
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink04 {
    width: 48.5%;
    margin-bottom: 0.25rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 {
    margin-right: 0;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex .title {
    color: #2257b1;
    margin-right: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex .more {
    font-size: 0.2rem;
    color: #2257b1;
    padding: 0 0.4rem 0 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    position: relative;
    border: 1px solid #2257b1;
    border-radius: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listLeft .xxgkLink05 .titleFlex .more::after {
    position: absolute;
    content: "";
    right: 0.2rem;
    top: 0.12rem;
    background: url(../images/index/icon15.png) center no-repeat;
    width: 0.08rem;
    background-size: 0.08rem auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight {
    width: 100%;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex {
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link {
    width: 25%;
    margin-bottom: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(5),
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(6),
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(7),
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link:nth-child(8) {
    margin-bottom: 0px;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .icon {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #f0f8ff;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .icon img {
    margin: auto;
    width: 0.35rem;
    background-size: 0.35rem auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .title {
    margin-top: 0.3rem;
    width: 100%;
    font-size: 0.26rem;
    color: #333;
    text-align: center;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .zfxxgk .listRight .flex .link .title2 {
    width: 100%;
    font-size: 0.26rem;
    color: #333;
    text-align: center;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft {
    width: 100%;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title p {
    font-size: 0.28rem;
    color: #2e58ab;
    font-weight: bold;
    position: relative;
    line-height: 0.6rem;
    padding-bottom: 0rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title p i {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #2e58ab;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title .more {
    color: #666;
    font-size: 0.26rem;
    position: relative;
    text-align: right;
    padding-right: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-bottom: 0rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .title .more::before {
    position: absolute;
    content: "";
    background: url(../images/index/icon05.png) center no-repeat;
    background-size: 0.25rem auto;
    width: 0.25rem;
    height: 0.25rem;
    right: 0;
    top: 0.175rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    background: #e2f3fb;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i.i1 {
    width: calc(53.13% - 0.3rem);
    text-align: left;
    padding-left: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i.i2 {
    width: 22.94%;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .t i.other {
    width: 22.94%;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList {
    margin-top: 0.25rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a {
    display: flex;
    justify-content: space-between;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p.p1 {
    width: 53.13%;
    text-align: left;
    color: #333;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p.p2 {
    width: 22.94%;
    color: #666;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listLeft .xxgs .txtMarquee-top .bd .infoList li a p.other {
    width: 22.94%;
    color: #666;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight {
    width: 100%;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop {
    margin-top: 0.25rem;
    width: 100%;
    background: url(../images/mobile/jb_bac.png) right bottom no-repeat;
    height: 1.7rem;
    background-size: cover;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop img {
    margin-left: 0.45rem;
    padding-top: 0.2rem;
    width: 3.15rem;
    background-size: 3.15rem auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex {
    display: flex;
    align-items: center;
    margin-left: 0.45rem;
    margin-top: 0.1rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex i {
    width: 0.16rem;
    height: 0.16rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex .con {
    color: #fff;
    font-size: 0.2rem;
    margin-left: 0.1rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .jbTop .itemFlex2 i {
    width: 0.17rem;
    height: 0.15rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
    border: 1px solid #dbeefa;
    background-color: #f3fafe;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link .icon {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link .icon img {
    margin: auto;
    width: 0.45rem;
    background-size: 0.45rem auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .hdjl .listRight .flex .link .title {
    margin-top: 0.2rem;
    width: 100%;
    font-size: 0.26rem;
    color: #333;
    text-align: center;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs {
    display: flex;
    flex-wrap: wrap;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dbeefa;
    padding: 0.2rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.9rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink .titleBox {
    padding-left: 0.2rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink .titleBox .title {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink img {
    padding-right: 0.2rem;
    width: 0.6rem;
    background-size: 0.6rem auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink01 {
    width: 100%;
    background: url(../images/mobile/wsbsLink01.png) center no-repeat;
    background-size: 100% auto;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listLeft .wsbsLink04 {
    margin-bottom: 0;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.25rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title {
    display: flex;
    justify-content: space-between;
    border-bottom: #cfcfcf 1px solid;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title p {
    font-size: 0.28rem;
    color: #2e58ab;
    font-weight: bold;
    position: relative;
    line-height: 0.6rem;
    padding-bottom: 0rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title p i {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #2e58ab;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title .more {
    color: #666;
    font-size: 0.26rem;
    position: relative;
    text-align: right;
    padding-right: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-bottom: 0rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .title .more::before {
    position: absolute;
    content: "";
    background: url(../images/index/icon05.png) center no-repeat;
    background-size: 0.25rem auto;
    width: 0.25rem;
    height: 0.25rem;
    right: 0;
    top: 0.175rem;
  }
  .content .w1200.bg .pad .ind04 .tab_next .list .wsbs .listRight .list.wsbsList {
    display: block;
    margin-top: 10px;
  }
  .content .w1200.bg .pad .ind05 {
    margin-bottom: 0.7rem;
  }
  .content .w1200.bg .pad .ind05 .titleBox {
    display: flex;
    align-items: center;
  }
  .content .w1200.bg .pad .ind05 .titleBox .title {
    width: 1.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    position: relative;
    height: 0.44rem;
    line-height: 0.44rem;
  }
  .content .w1200.bg .pad .ind05 .titleBox .title::after {
    position: absolute;
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    top: 0;
    left: 0;
    background: url(../images/index/icon33.png) center no-repeat;
    background-size: 0.43rem auto;
  }
  .content .w1200.bg .pad .ind05 .titleBox .line {
    width: calc(100% - 1.5rem);
    height: 1px;
    background: #dddddd;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo {
    display: block;
  }
  .content .w1200.bg .pad .ind05 .mySwiperPc {
    display: none;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo {
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo .swiper-slide {
    height: 1.2rem;
    width: calc(100% / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo .swiper-slide img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo .swiper-slide a:hover {
    cursor: pointer;
  }
  .content .w1200.bg .pad .ind05 .mySwiperMo .swiper-slide a:hover img {
    transform: scale(1.03, 1.03);
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0.15rem !important;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-slide.swiper-slide-active {
    height: 1.9rem !important;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 0.06rem;
  }
  .content .w1200.bg .pad .ind02 .ind02Right .recommend .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 0.06rem;
    background-color: #2e58ab;
  }
}
