@font-face {
  font-family: "iFontszhounianti";
  src: url("../font/iFontszhounianti.ttf") format("truetype");
  /* 根据实际字体格式调整 */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../font/YouSheBiaoTiHei.ttf") format("truetype");
  /* 根据实际字体格式调整 */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 确保文字在字体加载期间保持可见 */
}
.ind01 .top .topTitle a {
  font-size: 30px;
  color: #3476b7;
  text-align: center;
  font-weight: bold;
}
.ind01 .top .topTitle {
  display: flex;
  justify-content: center;
  padding: 27px 0 20px;
}
.ind01 .top .topTitle .headlines {
  width: 43px;
  height: 29px;
  background: url(../images/icon/headlines_i1.png) center no-repeat;
  margin-right: 10px;
  margin-top: 5px;
}
.ind01 .top .topTitle a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 1000px;
}
.zfxxgkTitlte::before {
  content: "";
  display: block;
  background: url(../images/index/zfxxgk_left.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 467px;
  height: 36px;
}
.zfxxgkTitlte::after {
  content: "";
  display: block;
  background: url(../images/index/zfxxgk_right.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 467px;
  height: 36px;
}
.zfxxgkTitlte {
  position: relative;
  margin-bottom: 30px;
}
.zfxxgkTitlte a {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
.ind02 {
  background: #fff url(../images/index/ind02_bac.png) center bottom no-repeat;
  background-size: 100% auto;
  padding-top: 70px;
}
.ind02 .w1200 {
  background-color: #fff;
}
.ind02 .w1200 .zwOpenbox01 {
  background-image: linear-gradient(to bottom, #f3f8ff 60%, #fff);
  margin-bottom: 30px;
  display: flex;
  border-radius: 10px 10px 0 0;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem {
  width: calc((100% - 4px) / 5);
  margin: 30px 0;
  border-right: 1px solid #e3e3e3;
  position: relative;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenTitle {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #666;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenIcon {
  margin: auto;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenIcon img {
  width: 100%;
  height: 100%;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenIcon1 {
  width: 32px;
  height: 37px;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox {
  display: none;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 350%;
  z-index: 10;
  padding-top: 20px;
  font-size: 16px;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox:hover {
  display: block !important;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon {
  margin-top: 20px;
  width: calc(35%);
  height: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  position: relative;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 35%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a {
  display: block;
  width: calc(100% / 2);
  height: 30px;
  line-height: 30px;
  color: #333;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ddd;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a:hover {
  color: #3476b7;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a:hover::before {
  margin-right: 15px;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem:last-child {
  border-right: 0px solid #e3e3e3;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem:hover {
  cursor: pointer;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem:hover .zwOpenTitle {
  color: #3476b7;
  font-weight: bold;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem:hover .zwOpenIcon {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem:hover .zwOpenLinkBox {
  display: block;
}
.ind02 .w1200 .zwOpenbox01 .zwOpenItem:hover .zwOpenLinkBox .zwOpenLinkCon {
  height: auto;
}
.ind02 .w1200 .zwOpenbox02 {
  display: flex;
  justify-content: space-between;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox {
  width: 54%;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox {
  background: url(../images/index/zcSearchBox_bac.png) no-repeat left;
  width: 100%;
  height: 115px;
  background-size: 100% 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchTitle {
  font-size: 32px;
  color: #3476b7;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "YouSheBiaoTiHei";
  letter-spacing: 8px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine {
  margin: auto;
  height: 45px;
  line-height: 45px;
  width: calc(100% - 180px);
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff url(../images/icon/search_i1.png) 23px center no-repeat;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchInput {
  width: calc(100% - 250px);
  height: 45px;
  line-height: 45px;
  border: none;
  padding-left: 50px;
  font-size: 18px;
  color: #a7a7a7;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchInput::placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchInput::-webkit-input-placeholder {
  color: #a7a7a7;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchInput::-moz-placeholder {
  color: #a7a7a7;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchInput:-ms-input-placeholder {
  color: #a7a7a7;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchBtn {
  width: 130px;
  height: 45px;
  line-height: 45px;
  background-color: #3476b7;
  border-radius: 30px;
  color: #fff;
  float: right;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  padding: 20px 0;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle .cur {
  transition: all 0.3s;
  color: #2d8fff;
  position: relative;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle .cur::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2d8fff;
  content: "";
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle a {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin: 0 25px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle a:first-child {
  margin: 0 0;
  margin-right: 25px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList {
  margin: 20px 0;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgb {
  float: left;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  width: 190px;
  height: 260px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgb a img {
  width: 100%;
  height: 100%;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgbList {
  float: right;
  width: calc(100% - 210px);
  margin-bottom: 20px;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem {
  height: 45px;
  line-height: 45px;
  transition: all 0.3s ease-in-out;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem i {
  float: left;
  width: 13px;
  height: 45px;
  background: url(../images/icon/point_i1.png) left center no-repeat;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem .itemText {
  float: left;
  width: auto;
  max-width: 69%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem em {
  float: right;
  font-size: 16px;
  color: #999;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem:hover {
  cursor: pointer;
  transform: translateX(3px);
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem:hover i {
  background: url(../images/icon/point_i2.png) left center no-repeat;
}
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem:hover .itemText,
.ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem:hover em {
  color: #3476b7;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox {
  width: 43%;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop {
  background-color: #f6faff;
  border-radius: 10px;
  padding: 25px 35px;
  display: flex;
  flex-wrap: wrap;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop .zfLink {
  width: 50%;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop .zfLink img {
  margin-right: 10px;
  width: 24px;
  height: auto;
  max-height: 24px;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop .zfLink:hover {
  color: #3476b7;
  font-weight: bold;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink {
  width: calc(100% / 4);
  margin-bottom: 30px;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink p {
  color: #333;
  font-size: 16px;
  text-align: center;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink .img1 {
  margin: auto;
  height: 55px;
  max-width: 50px;
  margin-bottom: 10px;
}
.ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink:hover p {
  color: #3476b7;
  font-weight: bold;
}
.ind02 .w1200 .zwOpenbox03 {
  padding-bottom: 80px;
}
.ind02 .w1200 .zwOpenbox03 .swiper {
  width: 100%;
  height: 101px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.ind02 .w1200 .zwOpenbox03 .mySwiper3 .swiper-pagination {
  bottom: 0px;
  left: 0;
  text-align: center;
}
.ind02 .w1200 .zwOpenbox03 .mySwiper3 .swiper-pagination-bullet {
  background: transparent;
  background: #7caddb;
  opacity: 1;
  margin: 0 5px;
}
.ind02 .w1200 .zwOpenbox03 .mySwiper3 .swiper-pagination-bullet-active {
  background: #3476b7;
  width: 20px;
  height: 8px;
  border-radius: 5px !important;
}
.ind02 .w1200 .zwOpenbox03 .swiper-slide {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind02 .w1200 .zwOpenbox03 .swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.ind02 .w1200 .zwOpenbox03 .swiper-slide a img {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ind02 .w1200 .zwOpenbox03 .swiper-slide:hover a img {
  transform: scale(1.03, 1.03);
}
.ind03 {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #fafcff;
}
.ind03 .bsfw01 {
  background: url(../images/index/bsfw01_bac.png) no-repeat right;
  width: 100%;
  height: 175px;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind03 .bsfw01 .bsfwLeft {
  width: 32.08%;
  margin-left: 50px;
}
.ind03 .bsfw01 .bsfwRight {
  width: 42.3%;
  margin-right: 50px;
}
.ind03 .bsfw01 .bsfwRight .workBox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ind03 .bsfw01 .bsfwRight .workBox .workItem {
  width: calc(100% / 4);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.ind03 .bsfw01 .bsfwRight .workBox .workItem img {
  margin: auto;
}
.ind03 .bsfw01 .bsfwRight .workBox .workItem:hover img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.ind03 .bsfw01 .bsfwRight .workSearchLine {
  margin: auto;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff url(../images/icon/search_i1.png) 23px center no-repeat;
}
.ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchInput {
  width: calc(100% - 250px);
  height: 45px;
  line-height: 45px;
  border: none;
  padding-left: 50px;
  font-size: 18px;
  color: #a7a7a7;
}
.ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchInput::placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchInput::-webkit-input-placeholder {
  color: #a7a7a7;
}
.ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchInput::-moz-placeholder {
  color: #a7a7a7;
}
.ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchInput:-ms-input-placeholder {
  color: #a7a7a7;
}
.ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchBtn {
  width: 130px;
  height: 45px;
  line-height: 45px;
  background-color: #5aaeff;
  border-radius: 30px;
  color: #fff;
  float: right;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.ind03 .bsfw02 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.ind03 .bsfw02 .bsfw02Left {
  width: 49.16%;
  background: url(../images/index/bsfw02Left_bac.png) right no-repeat;
  background-size: cover;
  height: 257px;
  border-radius: 20px;
}
.ind03 .bsfw02 .bsfw02Left .qjsTitle {
  padding: 20px;
  font-size: 32px;
  font-family: "iFontszhounianti";
}
.ind03 .bsfw02 .bsfw02Left .qjsCon {
  margin-left: 20px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox {
  display: flex;
  margin-bottom: 10px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink {
  background-color: #e0f2fe;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  margin-right: 10px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink p {
  margin-left: 5px;
  color: #666;
  font-size: 16px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink img {
  max-height: 17px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink:hover p {
  color: #3476b7;
  font-weight: bold;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-pagination {
  bottom: 0px;
  left: 0;
  text-align: left;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-pagination-bullet {
  background: transparent;
  background: #7caddb;
  opacity: 1;
  margin: 0 5px;
}
.ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-pagination-bullet-active {
  background: #3476b7;
  width: 20px;
  height: 8px;
  border-radius: 5px !important;
}
.ind03 .bsfw02 .bsfw02Right {
  width: 49.16%;
  background: linear-gradient(to bottom, #e0f2ff 0%, #ffffff 100%);
  height: 257px;
  border-radius: 20px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding {
  padding: 20px;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwTitle {
  border-bottom: 1px solid #c6e1fe;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwTitle .bsfwText {
  color: #3b88d3;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwTitle .bsfwText::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  background-color: #3b88d3;
  bottom: 0;
  left: 0;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink {
  width: calc(100% / 4);
  margin-bottom: 30px;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink img {
  margin: auto !important;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink p {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink:hover img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink:hover p {
  font-weight: bold;
  color: #3476b7;
}
.ind03 .bsfw03 .swiper {
  width: 100%;
  height: 122px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.ind03 .bsfw03 .mySwiper8 {
  padding-top: 30px;
}
.ind03 .bsfw03 .mySwiper8 .swiper-pagination {
  bottom: 0px;
  left: 0;
  text-align: center;
}
.ind03 .bsfw03 .mySwiper8 .swiper-pagination-bullet {
  background: transparent;
  background: #7caddb;
  opacity: 1;
  margin: 0 5px;
}
.ind03 .bsfw03 .mySwiper8 .swiper-pagination-bullet-active {
  background: #3476b7;
  width: 20px;
  height: 8px;
  border-radius: 5px !important;
}
.ind03 .bsfw03 .swiper-slide {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ind03 .bsfw03 .swiper-slide a {
  width: 100%;
  height: 122px;
  overflow: hidden;
  border-radius: 15px;
}
.ind03 .bsfw03 .swiper-slide a img {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ind03 .bsfw03 .swiper-slide a p {
  height: 122px;
  line-height: 122px;
  text-align: left;
  margin-left: 40px;
  color: #3b88d3;
  font-weight: bold;
  font-size: 24px;
}
.ind03 .bsfw03 .swiper-slide .bsfwLink01 {
  background: url(../images/index/cx_bac1.png) right no-repeat;
  background-size: 100% 100%;
}
.ind03 .bsfw03 .swiper-slide .bsfwLink02 {
  background: url(../images/index/cx_bac2.png) right no-repeat;
  background-size: 100% 100%;
}
.ind03 .bsfw03 .swiper-slide .bsfwLink03 {
  background: url(../images/index/cx_bac3.png) right no-repeat;
  background-size: 100% 100%;
}
.ind03 .bsfw03 .swiper-slide .bsfwLink04 {
  background: url(../images/index/cx_bac4.png) right no-repeat;
  background-size: 100% 100%;
}
.ind03 .bsfw03 .swiper-slide .bsfwLink05 {
  background: url(../images/index/cx_bac5.png) right no-repeat;
  background-size: 100% 100%;
}
.ind03 .bsfw03 .swiper-slide .bsfwLink06 {
  background: url(../images/index/cx_bac6.png) right no-repeat;
  background-size: 100% 100%;
}
.ind03 .bsfw03 .swiper-slide:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateY(-3px);
}
.ind04 {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #fff;
  position: relative;
}
.ind04 .ind04Left {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(../images/index/ind04Left_bac.png) no-repeat center;
  width: 549px;
  height: 299px;
  background-size: cover;
}
.ind04 .ind04Right {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url(../images/index/ind04Right_bac.png) no-repeat center;
  width: 360px;
  height: 367px;
  background-size: cover;
}
.ind04 .w1200 {
  position: relative;
  z-index: 1;
}
.ind04 .hdjlFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.ind04 .hdjlFlex .hdjlLeft {
  width: 63.33%;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 {
  background: url(../images/index/xx_bac.png) no-repeat;
  display: flex;
  height: 155px;
  align-items: center;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlTitle {
  font-size: 24px;
  font-weight: bold;
  margin-left: 50px;
  margin-right: 40px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink {
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
  border-radius: 10px;
  padding: 0 10px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 5px;
  background-size: cover;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink:hover img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink1 {
  background-color: #de7976;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink2 {
  background-color: #719ef1;
}
.ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink3 {
  background-color: #8276de;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  padding: 20px 0;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle .cur {
  transition: all 0.3s;
  color: #2d8fff;
  position: relative;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle .cur::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2d8fff;
  content: "";
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle a {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin: 0 25px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle a:first-child {
  margin: 0 0;
  margin-right: 25px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList {
  margin: 20px 0;
  height: 180px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 18px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabImg {
  width: 44%;
  height: 190px;
  overflow: hidden;
  border-radius: 15px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon {
  width: 52%;
  margin: 10px 0;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon p {
  line-height: 35px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon p strong {
  color: #4890d6;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon .text2 {
  color: #666;
  font-size: 16px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon .text2 strong {
  color: #4890d6;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a:hover img {
  transform: scale(1.1);
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 .ajaxBox li {
  display: none;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 .ajaxBox a i {
  background-color: #cccccc;
  color: #fff;
  padding: 0 5px;
  border-radius: 10px;
  margin-right: 10px;
  width: 90px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 .ajaxBox a p {
  max-width: 650px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a {
  color: #333;
  display: flex;
  font-size: 18px;
  align-items: center;
  height: 45px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a .yjzjTitleO {
  background-color: #39c394;
  color: #fff;
  padding: 0 5px;
  border-radius: 10px;
  margin-right: 10px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a .yjzjTitleJs {
  background-color: #cccccc;
  padding: 0 10px;
  border-radius: 30px;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a .abtFlag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem {
  height: 45px;
  line-height: 45px;
  transition: all 0.3s ease-in-out;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem i,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem i {
  float: left;
  width: 13px;
  height: 45px;
  background: url(../images/icon/point_i1.png) left center no-repeat;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem .itemText,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem .itemText {
  float: left;
  width: auto;
  max-width: 580px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem em,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem em {
  float: right;
  font-size: 18px;
  color: #999;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem:hover,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem:hover {
  cursor: pointer;
  transform: translateX(3px);
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem:hover i,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem:hover i {
  background: url(../images/icon/point_i2.png) left center no-repeat;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem:hover .itemText,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem:hover .itemText,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem:hover em,
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem:hover em {
  color: #3476b7;
  font-weight: bold;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 i {
  float: left;
  width: 13px;
  height: 45px;
  background: url(../images/icon/point_i1.png) left center no-repeat;
  background-size: 5px auto;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 p {
  max-width: 680px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .itemText {
  max-width: 680px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind04 .hdjlFlex .hdjlRight {
  width: 34.33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink {
  transition: all 0.3s ease-in-out;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink1,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink2,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink3,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 {
  width: 48%;
  height: 153px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 10px;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink1 .hdjlRightLinkText,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink2 .hdjlRightLinkText,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink3 .hdjlRightLinkText,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 .hdjlRightLinkText {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 20px;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink1 img,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink2 img,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink3 img,
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink1 {
  background-color: #ffe8e3;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink1 .hdjlRightLinkText {
  color: #fd6d2d;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink2 {
  background-color: #e9f4ff;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink2 .hdjlRightLinkText {
  color: #3097ff;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink3 {
  background-color: #fff3e6;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink3 .hdjlRightLinkText {
  color: #fd8a00;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 {
  background-color: #e4edfc;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 .hdjlRightLinkText {
  color: #2d72f1;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink5 {
  height: 112px !important;
  width: 100%;
  background: url(../images/icon/hdjl_i5.png) no-repeat bottom right;
  background-size: 100% 100%;
}
.ind04 .hdjlFlex .hdjlRight .hdjlRightLink5 .hdjlRightLinkText {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 20px;
  color: #00cfe7;
}
.ind05 {
  background-color: #f6fbff;
  padding-bottom: 40px;
  padding-top: 60px;
}
.ind05 .rmt01 {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.ind05 .rmt01 .quantityItem {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.ind05 .rmt01 .quantityItem img {
  max-height: 60px;
  max-width: 71px;
}
.ind05 .rmt01 .quantityItem1 {
  width: 24.4%;
}
.ind05 .rmt01 .quantityItem2 {
  width: 18.9%;
}
.ind05 .rmt01 .quantityItem1 {
  background-color: #4285cf;
  border-radius: 10px 0 0 10px;
  justify-content: center;
}
.ind05 .rmt01 .quantityItem1 img {
  margin-right: 5px;
}
.ind05 .rmt01 .quantityItem1 .quantityText {
  display: flex;
}
.ind05 .rmt01 .quantityItem1 .quantityText p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.ind05 .rmt01 .quantityItem2 {
  justify-content: space-between;
}
.ind05 .rmt01 .quantityItem2 img {
  margin-right: 5px;
  padding-left: 30px;
}
.ind05 .rmt01 .quantityItem2 .quantityText {
  display: flex;
  padding-right: 30px;
  border-right: 1px solid #c1deff;
  font-size: 18px;
}
.ind05 .rmt01 .quantityItem2 .quantityText .quantityText1 {
  color: #666;
  margin-right: 10px;
}
.ind05 .rmt01 .quantityItem2 .quantityText .quantityText2 {
  color: #2d8fff;
  font-weight: bold;
  font-size: 20px;
}
.ind05 .rmt01 .quantityItem2 .quantityText .quantityText3 {
  color: #2d8fff;
  font-size: 20px;
}
.ind05 .rmt01 .quantityItem2:last-child .quantityText {
  border-right: 0px solid #c1deff;
}
.ind05 .rmt02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ind05 .rmt02 .rmt02Left {
  width: 65%;
  background-image: linear-gradient(to bottom, #dff2ff 30%, #fff);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 20px 20px 0 20px;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabTitle {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 10px;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .cur {
  transition: all 0.3s;
  color: #3b88d3 !important;
  position: relative;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .cur::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3b88d3 !important;
  content: "";
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .tabText {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 25px;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .tabText:first-child {
  margin: 0 0;
  margin-right: 25px;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .tabText:hover {
  cursor: pointer;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabNext .tabList {
  margin: 20px 50px;
  height: 280px;
}
.ind05 .rmt02 .rmt02Left .rmtTab .tabNext .tabList #numberMain,
.ind05 .rmt02 .rmt02Left .rmtTab .tabNext .tabList #typeMain {
  width: 100%;
  height: 280px;
}
.ind05 .rmt02 .rmt02Right {
  width: 30%;
  background-image: linear-gradient(to bottom, #dff2ff 30%, #fff);
  border-radius: 20px;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding {
  padding: 20px;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle {
  border-bottom: 1px solid #c6e1fe;
  display: flex;
  justify-content: space-between;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle .rmtText {
  color: #3b88d3;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle .rmtText::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  background-color: #3b88d3;
  bottom: 0;
  left: 0;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle .rmtMore {
  color: #3b88d3;
  font-size: 16px;
  font-weight: bold;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon a {
  background-color: #d0e8fd;
  border-radius: 20px;
  padding: 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon a p {
  color: #2d8fff;
  font-size: 16px;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon a:hover {
  cursor: pointer;
  background-color: #2d8fff;
}
.ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon a:hover p {
  color: #fff;
}
.ind05 .rmt03 .wx {
  margin: 23px 0 40px;
  height: 162px;
  border-radius: 10px;
  background: #5b9bf2 url(../images/index/wx.jpg) left bottom no-repeat;
  background-size: 100% auto;
}
.ind05 .rmt03 .wx .next {
  padding: 22px 0 0 123px;
}
.ind05 .rmt03 .wx .pic {
  position: relative;
}
.ind05 .rmt03 .wx .pic .smgzBox {
  display: none;
  position: absolute;
  top: -45px;
}
.ind05 .rmt03 .wx .pic .smgzBox .smgzText {
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 94px;
  font-size: 14px;
  color: #2d8fff;
  background-color: #e3f1fc;
  border-radius: 20px;
  position: relative;
}
.ind05 .rmt03 .wx .pic .smgzBox .smgzText::before {
  position: absolute;
  content: "";
  background: url(../images/icon/smgz_i1.png) no-repeat;
  height: 4px;
  width: 8px;
  background-size: 100% 100%;
  bottom: -4px;
  left: 45px;
}
.ind05 .rmt03 .wx .pic:hover .smgzBox {
  display: block;
  transition: all 0.3s ease-in-out;
}
.ind05 .rmt03 .wx .pic {
  float: left;
  margin: 0 15px 0 15px;
  width: auto;
  height: auto;
}
.ind05 .rmt03 .wx .pic .bor_box {
  margin-bottom: 6px;
  width: 86px;
  height: 85px;
  text-align: center;
  border: #4587e7 4px solid;
  background: #4587e7;
}
.ind05 .rmt03 .wx .pic .bor_box img {
  transition: all 0.5s;
  display: inline-block;
  max-width: 85px;
  max-height: 85px;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.ind05 .rmt03 .wx .pic .bor_box span {
  display: inline-block;
  height: 85px;
  width: 1px;
  vertical-align: middle;
}
.ind05 .rmt03 .wx .pic .text {
  margin: 0 auto;
  height: 19px;
  color: white;
  font-size: 16px;
  text-align: center;
}
.ind06 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}
.ind06 .ztzlBox {
  margin-top: 30px;
}
.ind06 .ztzlBox .mySwiper5 {
  width: 100%;
  height: 162px;
  overflow: hidden;
  border-radius: 10px;
}
.ind06 .ztzlBox .swiper-slide {
  height: 162px !important;
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind06 .ztzlBox .swiper-slide a {
  width: 100%;
  height: 100%;
}
.ind06 .ztzlBox .swiper-slide img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.ind06 .ztzlBox .swiper-slide a:hover {
  cursor: pointer;
}
.ind06 .ztzlBox .swiper-slide a:hover img {
  transform: scale(1.03, 1.03);
}
.tzBox {
  position: fixed;
  right: 3%;
  bottom: 2%;
  z-index: 999999999;
  display: none;
}
.tzBox .zbClose {
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: url(../images/icon/zb_i1.png) no-repeat;
}
.tzBox .zbClose:hover {
  cursor: pointer;
}
.tzBox .zbInformation {
  background: url(../images/index/zb_bac1.png) no-repeat;
  width: 420px;
  height: 210px;
  background-size: 100% 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
}
.tzBox .zbInformation .zbTitle {
  font-size: 20px;
  font-weight: bold;
  color: #2d8fff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.tzBox .zbInformation .zbCon {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.tzBox .zbInformation .zbCode {
  width: 82px;
  height: 81px;
  padding: 8px 6px;
  border-radius: 10px;
  background-color: #b5d2f7;
  margin-bottom: 10px;
}
.tzBox .zbInformation .zbCode img {
  width: 82px;
  height: 81px;
  background-size: 100% 100%;
}
.tzBox .zbInformation .zbGz {
  font-size: 16px;
  color: #666;
  width: 94px;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  body {
    overflow-y: auto !important;
  }
  .title {
    line-height: 7.2rem;
    font-size: 2.5rem;
  }
  .title i {
    float: right;
    margin: 3.6rem 0 0 0.5rem;
    width: calc(100% - 11rem);
  }
  .m_index {
    position: relative;
    z-index: 99999999;
    background: #f5f5f5;
  }
  .w1200 {
    width: 92%;
  }
  .ind01 {
    margin-bottom: 0.2rem;
    padding-bottom: 0.5rem;
  }
  .ind01 .top {
    margin-bottom: 0.3rem;
  }
  .ind01 .top b a {
    padding: 0.45rem 0 0rem;
    font-size: 0.36rem;
    margin-left: 0.6rem;
    color: #3476b7;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .ind01 .top b a::before {
    position: absolute;
    content: "";
    top: 0.5rem;
    left: -0.6rem;
    width: 0.45rem;
    height: 0.3rem;
    background: url(../images/icon/headlines_i1.png) center no-repeat;
    background-size: 100% 100%;
  }
  .ind01 .top .list_a {
    padding-bottom: 0.3rem !important;
  }
  .ind01 .top .list_a a {
    width: 48%;
    font-size: 0.24rem !important;
    line-height: 0.4rem;
  }
  /* .ind01 .top .list_a a:last-child, */
  .ind01 .top .list_a a:first-child {
    padding: 0;
    width: 100%;
  }
  .ind01 .cen {
    margin-bottom: 0.3rem;
    width: 100% !important;
    height: 3.86rem !important;
  }
  .ind01 .swiper-slide a {
    height: 3.86rem !important;
  }
  .ind01 .swiper-slide a .pos {
    height: 0.65rem !important;
    line-height: 0.65rem !important;
  }
  .ind01 .swiper-slide a .pos p {
    margin-top: 0rem !important;
    width: 60%;
    font-size: 0.26rem !important;
  }
  .ind01 .swiper-slide-active a .pos p {
    margin-top: 0rem;
  }
  .ind01 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.15rem !important;
    width: 36%;
  }
  .ind01 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem !important;
  }
  .ind01 .swiper-pagination-bullet {
    width: 0.2rem !important;
    height: 0.2rem !important;
    border-radius: 0.2rem !important;
  }
  .ind01 .right {
    padding-bottom: 0rem;
    width: 100% !important;
  }
  .ind01 .right .tab_tit2 {
    margin-top: 0.2rem;
  }
  .ind01 .right .tab_tit a,
  .ind01 .right .tab_tit2 a {
    margin-right: 0.2rem !important;
    padding: 0 0.2rem !important;
    line-height: 0.54rem !important;
    font-size: 0.28rem !important;
    border-radius: 0.2rem !important;
  }
  .ind01 .tab_next {
    height: auto;
  }
  .ind01 .list {
    margin-top: 10px;
  }
  .ind01 .list a {
    line-height: 0.6rem !important;
  }
  .ind01 .list p {
    max-width: calc(100% - 2.5rem) !important;
    font-size: 0.3rem !important;
  }
  .ind01 .list em {
    font-size: 0.3rem !important;
  }
}
@media screen and (max-width: 1201px) {
  .zfxxgkTitlte::before {
    background: url(../images/mobile/index/zfxxgk_left.png) no-repeat;
    background-size: 100% auto;
    width: 2.1rem;
    height: 0.36rem;
  }
  .zfxxgkTitlte::after {
    background: url(../images/mobile/index/zfxxgk_right.png) no-repeat;
    background-size: 100% auto;
    width: 2.1rem;
    height: 0.36rem;
  }
  .zfxxgkTitlte {
    margin-bottom: 0.4rem;
  }
  .zfxxgkTitlte a {
    font-size: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .ind02 {
    background: #fff;
    padding-top: 0.7rem;
  }
  .ind02 .w1200 .zwOpenbox01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.3rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem {
    width: calc((100% - 4px) / 3);
    margin: 0.35rem 0;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenTitle {
    margin-top: 0.3rem;
    font-size: 0.26rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox {
    width: 5rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon {
    margin-top: 0.1rem;
    width: 100%;
    padding: 0.3rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon::after {
    display: none;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a {
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a::before {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.2rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a:hover {
    color: #3476b7;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem .zwOpenLinkBox .zwOpenLinkCon a:hover::before {
    margin-right: 0.2rem;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem:nth-child(2) .zwOpenLinkBox {
    left: -2rem !important;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem:nth-child(3) .zwOpenLinkBox {
    left: -3.5rem !important;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem:nth-child(5) .zwOpenLinkBox {
    left: -2.5rem !important;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem:nth-child(3) {
    border-right: 0px solid #e3e3e3;
  }
  .ind02 .w1200 .zwOpenbox01 .zwOpenItem:last-child {
    border-right: 0px solid #e3e3e3;
  }
  .ind02 .w1200 .zwOpenbox02 {
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox {
    width: 100%;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox {
    background: url(../images/mobile/index/zcSearchBox_bac.png) no-repeat left;
    width: 100%;
    height: 1.9rem;
    background-size: 100% 100%;
    margin-bottom: 10px;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchTitle {
    font-size: 0.4rem;
    height: 0.5rem;
    padding: 0.2rem 0;
    line-height: 0.5rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine {
    height: 0.7rem;
    line-height: 0.7rem;
    width: calc(100% - 1.6rem);
    border-radius: 0.4rem;
    background: #fff url(../images/icon/search_i1.png) 0.3rem center no-repeat;
    background-size: 0.3rem auto;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchInput {
    width: calc(100% - 2.6rem);
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.9rem;
    font-size: 0.3rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcSearchBox .zcSearchLine .zcSearchBtn {
    width: 1.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.3rem;
    font-size: 0.3rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    padding: 0.2rem 0;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle .cur::after {
    bottom: -0.2rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle a {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
    margin: 0 0.25rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabTitle a:first-child {
    margin: 0 0;
    margin-right: 0.25rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList {
    margin: 0.2rem 0;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgb {
    display: none;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgbList {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgbList a {
    position: relative;
    margin-left: 0.2rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgbList a:before {
    position: absolute;
    content: "";
    left: -0.15rem;
    background: url(../images/icon/point_i1.png) center no-repeat;
    width: 0.1rem;
    height: 0.7rem;
    background-size: 100% auto;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zfgbList a:hover::before {
    background: url(../images/icon/point_i2.png) center no-repeat;
    background-size: 100% auto;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList2 a {
    position: relative;
    margin-left: 0.2rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList2 a:before {
    position: absolute;
    content: "";
    left: -0.15rem;
    background: url(../images/icon/point_i1.png) center no-repeat;
    width: 0.1rem;
    height: 0.7rem;
    background-size: 100% auto;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList2 a:hover::before {
    background: url(../images/icon/point_i2.png) center no-repeat;
    background-size: 100% auto;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem i {
    width: 0.1rem;
    height: 0.7rem;
    background: url(../images/icon/point_i1.png) left center no-repeat;
    position: relative;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem .itemText {
    max-width: calc(100% - 2.5rem) !important;
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ind02 .w1200 .zwOpenbox02 .zcLeftBox .zcTab .tabNext .tabList .zcList .zfgbItem em {
    font-size: 0.28rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox {
    width: 100%;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop {
    padding: 0.3rem 0.35rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop .zfLink {
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfTop .zfLink img {
    margin-right: 0.17rem;
    width: 0.4rem;
    height: auto;
    max-height: 0.4rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom {
    margin-top: 0.3rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink {
    margin-bottom: 0.5rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink p {
    font-size: 0.28rem;
  }
  .ind02 .w1200 .zwOpenbox02 .zcRightBox .zfBottom .zfLink .img1 {
    height: 0.92rem;
    max-width: 1rem;
  }
  .ind02 .w1200 .zwOpenbox03 {
    padding-bottom: 0.6rem;
  }
  .ind02 .w1200 .zwOpenbox03 .swiper {
    width: 100%;
    height: 5.31rem;
    border-radius: 10px;
    padding-bottom: 0px;
  }
  .ind02 .w1200 .zwOpenbox03 .swiper-slide {
    width: 100%;
    display: flex;
    height: 1.47rem !important;
  }
  .ind02 .w1200 .zwOpenbox03 .swiper-slide img {
    height: 1.47rem;
    width: 100%;
    background-size: 100% 100%;
  }
  .ind03 {
    padding-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
  .ind03 .bsfw01 {
    background: url(../images/mobile/index/bsfw01_bac.png) no-repeat right;
    width: 100%;
    height: 4.85rem;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .ind03 .bsfw01 .bsfwLeft {
    width: 100%;
    margin-top: 0.38rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .ind03 .bsfw01 .bsfwLeft a {
    width: 100%;
  }
  .ind03 .bsfw01 .bsfwLeft a img {
    width: 100%;
    height: 1.78rem;
    background-size: 100% 100%;
  }
  .ind03 .bsfw01 .bsfwRight {
    width: 100%;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .ind03 .bsfw01 .bsfwRight .workBox {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
  }
  .ind03 .bsfw01 .bsfwRight .workBox .workItem {
    width: calc(100% / 4);
    color: #fff;
    font-size: 0.22rem;
    height: 1rem;
  }
  .ind03 .bsfw01 .bsfwRight .workBox .workItem img {
    margin-bottom: 0.25rem;
  }
  .ind03 .bsfw01 .bsfwRight .workSearchLine {
    margin: auto;
    height: 0.7rem;
    line-height: 0.7rem;
    width: 100%;
    border-radius: 0.3rem;
    margin-bottom: 0;
    background: #fff url(../images/icon/search_i1.png) 23px center no-repeat;
  }
  .ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchInput {
    width: calc(100% - 2.6rem);
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.9rem;
    font-size: 0.3rem;
  }
  .ind03 .bsfw01 .bsfwRight .workSearchLine .workSearchBtn {
    width: 1.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.3rem;
    font-size: 0.3rem;
  }
  .ind03 .bsfw02 {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .ind03 .bsfw02 .bsfw02Left {
    width: 100%;
    background: url(../images/index/bsfw02Left_bac.png) right no-repeat;
    background-size: 100% 100%;
    height: 3.8rem;
    border-radius: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsTitle {
    padding: 0.3rem;
    font-size: 0.37rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon {
    margin-left: 0.3rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 0.25rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox {
    margin-bottom: 0.15rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink {
    padding: 0.15rem 0.2rem;
    border-radius: 0.4rem;
    margin-right: 0.1rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink p {
    margin-left: 5px;
    color: #666;
    font-size: 0.23rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-slide .qjsLinkBox .qjsLink img {
    max-width: 0.29rem;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-pagination {
    bottom: 0px;
    left: 0;
    text-align: left;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-pagination-bullet {
    background: transparent;
    background: #7caddb;
    opacity: 1;
    margin: 0 5px;
  }
  .ind03 .bsfw02 .bsfw02Left .qjsCon .swiper-pagination-bullet-active {
    background: #3476b7;
    width: 20px;
    height: 8px;
    border-radius: 5px !important;
  }
  .ind03 .bsfw02 .bsfw02Right {
    width: 100%;
    height: 3.3rem;
    border-radius: 0.3rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding {
    padding: 0.3rem;
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwTitle .bsfwText {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwTitle .bsfwText::after {
    width: 1.3rem;
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon {
    margin-top: 0.25rem;
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink {
    width: calc(100% / 4);
    margin-bottom: 0.25rem;
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink img {
    margin: auto !important;
    max-height: 0.45rem;
  }
  .ind03 .bsfw02 .bsfw02Right .bsfw02RightPadding .ztfwCon .ztfwLink p {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .ind03 .bsfw03 .swiper {
    width: 100%;
    height: 5.31rem;
    border-radius: 10px;
    padding-bottom: 0px;
    padding-top: 0.4rem;
  }
  .ind03 .bsfw03 .swiper-slide {
    width: 100%;
    display: flex;
    height: 1.47rem !important;
  }
  .ind03 .bsfw03 .swiper-slide a {
    width: 100%;
    height: 1.47rem;
  }
  .ind03 .bsfw03 .swiper-slide a p {
    height: 1.47rem;
    line-height: 1.47rem;
    margin-left: 0.78rem;
    font-size: 0.32rem;
  }
  .ind03 .bsfw03 .swiper-slide a img {
    height: 1.47rem;
    width: 100%;
    background-size: 100% 100%;
  }
  .ind03 .bsfw03 .swiper-slide .bsfwLink01 {
    background: url(../images/mobile/index/cx_bac1.png) right no-repeat;
    background-size: 100% 100%;
  }
  .ind03 .bsfw03 .swiper-slide .bsfwLink02 {
    background: url(../images/mobile/index/cx_bac2.png) right no-repeat;
    background-size: 100% 100%;
  }
  .ind03 .bsfw03 .swiper-slide .bsfwLink03 {
    background: url(../images/mobile/index/cx_bac3.png) right no-repeat;
    background-size: 100% 100%;
  }
  .ind03 .bsfw03 .swiper-slide .bsfwLink04 {
    background: url(../images/mobile/index/cx_bac4.png) right no-repeat;
    background-size: 100% 100%;
  }
  .ind03 .bsfw03 .swiper-slide .bsfwLink05 {
    background: url(../images/mobile/index/cx_bac5.png) right no-repeat;
    background-size: 100% 100%;
  }
  .ind03 .bsfw03 .swiper-slide .bsfwLink06 {
    background: url(../images/mobile/index/cx_bac6.png) right no-repeat;
    background-size: 100% 100%;
  }
  .ind04 {
    padding-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
  .ind04 .ind04Left {
    display: none;
  }
  .ind04 .ind04Right {
    display: none;
  }
  .ind04 .w1200 {
    position: relative;
    z-index: 1;
  }
  .ind04 .hdjlFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
  }
  .ind04 .hdjlFlex .hdjlLeft {
    width: 100%;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjl01 {
    background: url(../images/mobile/index/xx_bac.png) no-repeat;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    background-size: 100% 100%;
    align-items: stretch;
    justify-content: center;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlTitle {
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.32rem;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.4rem;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink {
    display: flex;
    align-items: center;
    height: 0.7rem;
    font-size: 0.24rem;
    margin-right: 0.28rem;
    border-radius: 0.1rem;
    padding: 0 0.3rem;
    margin-bottom: 0.45rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink img {
    max-width: 0.3rem;
    max-height: 0.34rem;
    margin-right: 0.1rem;
    background-size: cover;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjl01 .hdjlLink:nth-child(4) {
    margin-right: 0 !important;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle {
    display: flex;
    width: 100%;
    padding: 0.2rem 0;
    margin-top: 0.15rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle .cur::after {
    bottom: -0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle a {
    font-size: 0.3rem;
    margin: 0 0.25rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabTitle a:first-child {
    margin: 0 0;
    margin-right: 0.25rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList {
    margin: 0.3rem 0;
    height: auto;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.28rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabImg {
    width: 100%;
    height: 3.85rem;
    border-radius: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabImg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon {
    width: 100%;
    margin: 0 0;
    margin-top: 0.35rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon p {
    line-height: 0.35rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon .text1 {
    margin-bottom: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList01 a .tabCon .text2 {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 .ajaxBox a i {
    width: 1.5rem;
    padding: 0 0.05rem;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 .ajaxBox a p {
    max-width: 480px;
    font-size: 0.28rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a {
    display: flex;
    font-size: 0.28rem;
    align-items: center;
    height: 0.55rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a .yjzjTitleO {
    padding: 0 0.05rem;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a .yjzjTitleJs {
    padding: 0 0.1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList02 a .abtFlag {
    font-size: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 a {
    position: relative;
    margin-left: 0.2rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 a:before {
    position: absolute;
    content: "";
    left: -0.15rem;
    background: url(../images/icon/point_i1.png) center no-repeat;
    background-size: 100% auto;
    width: 0.1rem;
    height: 0.55rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 a:hover::before {
    background: url(../images/icon/point_i2.png) center no-repeat;
    background-size: 100% auto;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem,
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem {
    height: 0.55rem;
    line-height: 0.55rem;
    transition: all 0.3s ease-in-out;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem i,
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem i {
    float: left;
    width: 0.1rem;
    height: 0.55rem;
    background: url(../images/icon/point_i1.png) left center no-repeat;
    background-size: 100% auto;
    position: relative;
    margin-right: 0.1rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem .itemText,
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem .itemText {
    float: left;
    width: auto;
    max-width: calc(100% - 2.5rem) !important;
    font-size: 0.28rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList03 .zfgbItem em,
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem em {
    font-size: 0.28rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 i {
    float: left;
    width: 0.1rem;
    height: 0.55rem;
    background: url(../images/icon/point_i1.png) left center no-repeat;
    background-size: 100% auto;
    margin-right: 0.1rem;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 p {
    max-width: 6rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.28rem;
    color: #333;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem {
    width: 100% !important;
  }
  .ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList04 .zfgbItem .itemText {
    float: none !important;
    max-width: 6rem !important;
  }
  .ind04 .hdjlFlex .hdjlRight {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink1,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink2,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink3,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 {
    width: 48%;
    height: 1.53rem;
    margin-bottom: 0.2rem;
    position: relative;
    border-radius: 10px;
  }
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink1 .hdjlRightLinkText,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink2 .hdjlRightLinkText,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink3 .hdjlRightLinkText,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 .hdjlRightLinkText {
    font-size: 0.32rem;
    font-weight: bold;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
  }
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink1 img,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink2 img,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink3 img,
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink4 img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 1rem;
    max-width: 1.2rem;
  }
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink5 {
    height: 1.4rem !important;
    width: 100%;
    background: url(../images/mobile/icon/hdjl_i5.png) no-repeat bottom right;
    background-size: 100% 100%;
  }
  .ind04 .hdjlFlex .hdjlRight .hdjlRightLink5 .hdjlRightLinkText {
    font-size: 0.32rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-left: 0.3rem;
  }
  .ind05 {
    padding-bottom: 0.8rem;
    padding-top: 0.7rem;
  }
  .ind05 .rmt01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.45rem;
    padding-bottom: 0.3rem;
  }
  .ind05 .rmt01 .quantityItem:first-child {
    width: 100%;
  }
  .ind05 .rmt01 .quantityItem {
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    padding: 0.15rem 0;
  }
  .ind05 .rmt01 .quantityItem img {
    max-height: 0.9rem;
    max-width: 0.9rem;
  }
  .ind05 .rmt01 .quantityItem1 {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0.3rem;
    height: 0.7rem;
  }
  .ind05 .rmt01 .quantityItem1 img {
    margin-right: 0.15rem;
  }
  .ind05 .rmt01 .quantityItem1 .quantityText {
    display: flex;
  }
  .ind05 .rmt01 .quantityItem1 .quantityText p {
    font-size: 0.3rem;
  }
  .ind05 .rmt01 .quantityItem2 img {
    margin-right: 0.2rem;
    padding-left: 0.4rem;
  }
  .ind05 .rmt01 .quantityItem2 .quantityText {
    display: flex;
    padding-right: 0.5rem;
    font-size: 0.26rem;
  }
  .ind05 .rmt01 .quantityItem2 .quantityText .quantityText1 {
    margin-right: 0.2rem;
  }
  .ind05 .rmt01 .quantityItem2 .quantityText .quantityText2 {
    font-size: 0.28rem !important;
  }
  .ind05 .rmt01 .quantityItem2 .quantityText .quantityText3 {
    font-size: 0.28rem !important;
  }
  .ind05 .rmt01 .quantityItem2:last-child .quantityText,
  .ind05 .rmt01 .quantityItem2:nth-child(3) .quantityText {
    border-right: 0px solid #c1deff;
  }
  .ind05 .rmt02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.45rem;
  }
  .ind05 .rmt02 .rmt02Left {
    width: 100%;
    border-radius: 0.3rem;
    padding: 0.3rem 0.3rem 0 0.3rem;
    margin-bottom: 0.45rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabTitle {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 0.2rem;
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .cur::after {
    bottom: -0.2rem;
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .tabText {
    font-size: 0.32rem;
    margin: 0 0.25rem;
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .tabText:first-child {
    margin: 0 0;
    margin-right: 0.25rem;
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabTitle .tabText:hover {
    cursor: pointer;
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabNext .tabList {
    margin: 0.2rem 0.5rem;
    height: 2.8rem;
  }
  .ind05 .rmt02 .rmt02Left .rmtTab .tabNext .tabList #M_numberMain,
  .ind05 .rmt02 .rmt02Left .rmtTab .tabNext .tabList #M_typeMain {
    width: 100%;
    height: 2.8rem;
  }
  .ind05 .rmt02 .rmt02Right {
    width: 100%;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding {
    padding: 0.3rem;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle {
    display: flex;
    justify-content: space-between;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle .rmtText {
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle .rmtText::after {
    width: 1.3rem;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .rmtTitle .rmtMore {
    font-size: 0.24rem;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.3rem;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon a {
    padding: 0.2rem 0.3rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border-radius: 1rem;
  }
  .ind05 .rmt02 .rmt02Right .rmt02RightPadding .ztfwCon a p {
    font-size: 0.26rem;
  }
  .ind05 .rmt03 .wx {
    margin-bottom: 0rem;
    height: auto;
    background: #5b9bf2 url(../images/mobile/index/wx_bac.jpg) left bottom no-repeat;
    background-size: 100% auto;
  }
  .ind05 .rmt03 .wx .tit {
    margin: 0 auto;
    padding: 0.4rem 0 0.1rem;
    width: 63.18%;
  }
  .ind05 .rmt03 .wx .next {
    padding: 0.3rem 0.35rem;
  }
  .ind05 .rmt03 .wx .pic {
    margin: 0 0 0.3rem 0;
    width: 25%;
    height: auto;
  }
  .ind05 .rmt03 .wx .pic .bor_box {
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    border: #4587e7 0.05rem solid;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ind05 .rmt03 .wx .pic .bor_box img {
    transition: all 0.5s;
    max-width: 1.1rem;
    max-height: 1.1rem;
    -ms-interpolation-mode: bicubic;
  }
  .ind05 .rmt03 .wx .pic .text {
    font-size: 0.26rem;
  }
  .ind05 .rmt03 .wx .pic:nth-child(4n) {
    margin-right: 0;
  }
  .ind06 {
    background-color: #fff;
    padding-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
  .ind06 .ztzlBox {
    margin-top: 0.4rem;
  }
  .ind06 .ztzlBox .mySwiper7 {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
  }
  .ind06 .ztzlBox .swiper-slide {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .ind06 .ztzlBox .swiper-slide a {
    width: 49%;
    height: 1.9rem;
    margin-bottom: 0.25rem;
  }
  .ind06 .ztzlBox .swiper-slide a img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
  }
  .ind06 .ztzlBox .swiper-slide a:hover {
    cursor: pointer;
  }
  .ind06 .ztzlBox .swiper-slide a:hover img {
    transform: scale(1.03, 1.03);
  }
  .tzBox {
    display: none !important;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.ind04 .hdjlFlex .hdjlLeft .hdjlTab .tabNext .tabList .recommended {
  display: none;
}
