﻿#indexBannerSwiper {
  width: 100%;
  height: 100%;
}
#indexBannerSwiper .banner_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#indexBannerSwiper .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
  color: #ffffff;
  width: 100%;
}
#indexBannerSwiper .text .fir,
#indexBannerSwiper .text .sec {
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.2s;
  -o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.2s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.2s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.2s;
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}
#indexBannerSwiper .text .fir {
  font-size: 0.6rem;
  margin-bottom: 0.1rem;
}
#indexBannerSwiper .text .sec {
  font-size: 0.3rem;
}
#indexBannerSwiper .swiper-slide-active .text .fir,
#indexBannerSwiper .swiper-slide-active .text .sec {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 54%;
}
#indexBannerSwiper .swiper-pagination {
  bottom: 0.37rem;
}
#indexBannerSwiper .swiper-pagination-bullet {
  opacity: 0.5;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #ffffff;
}
#indexBannerSwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner_links {
  z-index: 99;
  position: absolute;
  top: 2.22rem;
  right: 10%;
}
.index_banner_links ul {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 0.1rem rgba(149, 149, 149, 0.3);
}
.index_banner_links ul li:not(:last-child) {
  margin-bottom: 0.27rem;
}
.index_banner_links ul li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.13rem;
  height: 0.69rem;
  text-align: center;
  line-height: 0.59rem;
  font-size: 0.24rem;
  color: #9b9a9a;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 0.05rem rgba(149, 149, 149, 0.3);
}
.index_banner_links ul li a:hover {
  color: #ffffff;
}
#indexPage b,
#indexPage h1,
#indexPage h2,
#indexPage h3,
#indexPage h4,
#indexPage h5,
#indexPage h6 {
  font-weight: normal;
}
#indexPage .inner {
  text-align: center;
}
#indexPage .inner > div {
  display: inline-block;
}
#indexPage .title {
  position: relative;
  z-index: 99;
  font-size: 0.36rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
}
#indexPage .item_box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#indexPage .item_box li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#indexPage .item_box li a i,
#indexPage .item_box li a b,
#indexPage .item_box li a span,
#indexPage .item_box li a p,
#indexPage .item_box li a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#indexPage .item_box li a i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
#indexPage .item_box li a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#indexPage .item_box li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#indexPage .p1 .item_box li {
  float: left;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0.05rem 0.4rem 0rem rgba(0, 0, 0, 0.1);
  box-shadow: 0rem 0.05rem 0.4rem 0rem rgba(0, 0, 0, 0.1);
}
#indexPage .p1 .item_box li:not(:last-child) {
  margin-right: 1.35rem;
}
#indexPage .p1 .item_box li a {
  width: 100%;
  padding: 0.3rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#indexPage .p1 .item_box li a i {
  -o-background-size: contain;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
#indexPage .p1 .item_box li a i img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* #indexPage .p1 .item_box li a i.s1 {
  background-image: url(../image/index_zhjh_item1.png);
}
#indexPage .p1 .item_box li a i.s2 {
  background-image: url(../image/index_zhjh_item2.png);
}
#indexPage .p1 .item_box li a i.s3 {
  background-image: url(../image/index_zhjh_item3.png);
} */
#indexPage .p1 .item_box li a b {
  font-size: 0.24rem;
  font-weight: normal;
  color: #000000;
}
#indexPage .p1 .item_box li a p {
  width: 100%;
  min-height: 1.44rem;
  font-size: 0.18rem;
  font-weight: normal;
  color: #979797;
  text-align: justify;
}
#indexPage .p1 .item_box li a span {
  font-size: 0.16rem;
  font-weight: normal;
  color: #2c66da;
  padding-right: 0.25rem;
  background: url(../image/index_zhjh_arrow2.png) no-repeat right center;
  -o-background-size: contain;
  background-size: contain;
}
#indexPage .p1 .item_box li a {
  position: relative;
}
#indexPage .p1 .item_box li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.05rem;
  background-color: #ff5050;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#indexPage .p1 .item_box li a:hover::before {
  width: 100%;
}
#indexPage .p1 .item_box li a:hover {
  background-color: #2c66da;
}
#indexPage .p1 .item_box li a:hover img{
  filter: brightness(0) invert(1);
}
/* #indexPage .p1 .item_box li a:hover i.s1 {
  background-image: url(../image/index_zhjh_item1_cur.png);
}
#indexPage .p1 .item_box li a:hover i.s2 {
  background-image: url(../image/index_zhjh_item2_cur.png);
}
#indexPage .p1 .item_box li a:hover i.s3 {
  background-image: url(../image/index_zhjh_item3_cur.png);
} */
#indexPage .p1 .item_box li a:hover b,
#indexPage .p1 .item_box li a:hover p,
#indexPage .p1 .item_box li a:hover span {
  color: #fff;
}
#indexPage .p1 .item_box li a:hover span {
  background: url(../image/index_zhjh_arrow1.png) no-repeat right center;
  -o-background-size: contain;
  background-size: contain;
}
#indexPage .p2 .tab_slide.item_box {
  width: 3.2rem;
}
#indexPage .p2 .tab_slide.item_box li {
  width: 100%;
  height: 1.2rem;
}
#indexPage .p2 .tab_slide.item_box li:not(:last-child) {
  border-bottom: 0.01rem solid #e6e6e6;
}
#indexPage .p2 .tab_slide.item_box li a {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0.35rem 0 0.3rem 0.38rem;
  background-color: #f5f5f5;
}
#indexPage .p2 .tab_slide.item_box li a i {
  width: 0.6rem;
  height: 0.6rem;
  /* background-image: url(../image/index_cpfw_icons.png);
  -o-background-size: 0.6rem auto;
  background-size: 0.6rem auto; */
  margin-right: 0.2rem;
}
#indexPage .p2 .tab_slide.item_box li a i img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* #indexPage .p2 .tab_slide.item_box li a i.s1 {
  background-position: 0.02rem 0.02rem;
}
#indexPage .p2 .tab_slide.item_box li a i.s2 {
  background-position: 0.02rem -1.12rem;
}
#indexPage .p2 .tab_slide.item_box li a i.s3 {
  background-position: 0.02rem -2.34rem;
}
#indexPage .p2 .tab_slide.item_box li a i.s4 {
  background-position: -0.01rem -3.5rem;
}
#indexPage .p2 .tab_slide.item_box li a i.s5 {
  background-position: 0.02rem -4.72rem;
} */
#indexPage .p2 .tab_slide.item_box li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-align: left;
}
#indexPage .p2 .tab_slide.item_box li a b {
  font-size: 0.24rem;
  font-weight: normal;
  color: #000000;
}
#indexPage .p2 .tab_slide.item_box li a p {
  font-size: 0.16rem;
  font-weight: normal;
  color: #959595;
}
#indexPage .p2 .tab_slide.item_box .on a,
#indexPage .p2 .tab_slide.item_box li a:hover {
  background-color: #fff;
  border-left: 0.05rem solid #ff5050;
}
#indexPage .p2 .pane_slide {
  width: 10rem;
  height: 6rem;
}
#indexPage .p2 .pane_slide > div {
  width: 100%;
  height: 100%;
}
#indexPage .p2 .pane_slide .con {
  width: 100%;
  height: 100%;
  background: url(../image/index_cpfw_bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0.5rem 0.7rem 1.2rem 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-align: left;
  color: #fff;
}
#indexPage .p2 .pane_slide .con h4 {
  font-size: 0.36rem;
}
#indexPage .p2 .pane_slide .con h5 {
  font-size: 0.24rem;
}
#indexPage .p2 .pane_slide .con p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#indexPage .p2 .pane_slide .con .btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 1.62rem;
  height: 0.56rem;
  border: solid 0.01rem #ffffff;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  color: #fff;
  margin-right: 0.4rem;
}
#indexPage .p2 .pane_slide .con .btn:hover {
  border: solid 0.01rem #ff5050;
  background-color: #ff5050;
  color: #fff;
}
#indexPage .p2 .pane_slide .item_box li {
  float: left;
  width: 2rem;
  height: 0.99rem;
  background-color: #ffffff;
}
#indexPage .p2 .pane_slide .item_box li:not(:last-child) {
  margin-right: 0.22rem;
}
#indexPage .p2 .pane_slide .item_box li a {
  display: inline-block;
  border: solid 0.05rem rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
#indexPage .p2 .pane_slide .item_box li a img {
  width: 100%;
  height: 100%;
}
#indexPage .p2 .pane_slide .con1 {
  background: url(../image/dzrz.jpg) no-repeat center;
}
#indexPage .p2 .pane_slide .con2 {
  background: url(../image/dzqm.jpg) no-repeat center;
}
#indexPage .p2 .pane_slide .con3 {
  background: url(../image/mmyy.jpg) no-repeat center;
}
#indexPage .p2 .pane_slide .con4 {
  background: url(../image/wlaq.jpg) no-repeat center;
}
#indexPage .p2 .pane_slide .con5 {
  background: url(../image/czyz.jpg) no-repeat center;
}
#indexPage .p2 .tempWrap {
  height: 6rem !important;
}
#indexPage .p3 {
  position: relative;
}
#indexPage .p3 .bg_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#indexPage .p3 .title {
  color: #fff;
}
#indexPage .p3 .swiper_tab {
  z-index: 99;
  width: 15.57rem;
  height: 0.78rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 0 1.1rem;
}
#indexPage .p3 #jjfaSwiperThumb {
  width: 100%;
  height: 100%;
}
#indexPage .p3 #jjfaSwiperThumb a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.78rem;
  font-size: 0.24rem;
  color: #ffffff;
}
#indexPage .p3 #jjfaSwiperThumb .swiper-slide {
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
  width: calc(100% / 7);
}
#indexPage .p3 #jjfaSwiperThumb .swiper-slide:hover a,
#indexPage .p3 #jjfaSwiperThumb .swiper-slide.cur a {
  background-color: #ff5050;
}
#indexPage .p3 #jjfaSwiperThumbPrev,
#indexPage .p3 #jjfaSwiperThumbNext {
  width: 0.5rem;
  height: 0.5rem;
}
#indexPage .p3 #jjfaSwiperThumbPrev {
  background: url(../image/index_jjfa_prev.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#indexPage .p3 #jjfaSwiperThumbNext {
  background: url(../image/index_jjfa_next.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#indexPage .p3 #jjfaSwiper {
  width: 15.57rem;
  padding-top: 0.95rem;
  padding-left: 1.8rem;
}
#indexPage .p3 #jjfaSwiper .swiper-slide > div {
  width: 10.19rem;
  height: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-align: left;
  color: #fff;
}
#indexPage .p3 #jjfaSwiper .swiper-slide > div h4 {
  font-size: 0.36rem;
}
#indexPage .p3 #jjfaSwiper .swiper-slide > div p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#indexPage .p3 #jjfaSwiper .swiper-slide > div .btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 1.62rem;
  height: 0.56rem;
  border: solid 0.01rem #ffffff;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  color: #fff;
  margin-right: 0.4rem;
}
#indexPage .p3 #jjfaSwiper .swiper-slide > div .btn:hover {
  border: solid 0.01rem #ff5050;
  background-color: #ff5050;
  color: #fff;
}
#indexPage .p4 .item_box li {
  float: left;
  height: 0.9rem;
}
#indexPage .p4 .item_box li:not(:last-child) {
  margin-right: 0.85rem;
}
#indexPage .p4 .item_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#indexPage .p4 .item_box li a b {
  font-size: 0.48rem;
  font-weight: normal;
  color: #ff5050;
}
#indexPage .p4 .item_box li a p {
  font-size: 0.24rem;
  font-weight: normal;
  color: #969696;
}
#indexPage .p5 .pane > div {
  width: 15.6rem;
}
#indexPage .p5 .item_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.03rem solid #f4f6f9;
}
#indexPage .p5 .item_box li:not(:last-child) {
  margin-right: 0.55rem;
}
#indexPage .p5 .item_box li a {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  display: block;
  padding: 0 0.05rem 0.3rem 0.05rem;
  font-size: 0.18rem;
  color: #001330;
}
#indexPage .p5 .item_box .cur a {
  border-bottom: 0.05rem solid #2c66da;
}
#indexPage .p5 .img_box {
  width: 15.6rem;
  height: 3.24rem;
  overflow: hidden;
}
#indexPage .p5 .img_box li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 12.5%;
  height: 1.14rem;
  text-align: center;
  border: 0.01rem solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem;
  padding: 0.12rem;
}
#indexPage .p5 .img_box li .img_con {
  height: 0.53rem;
}
#indexPage .p5 .img_box li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
#indexPage .p5 .img_box li p {
  font-size: 0.14rem;
}
#indexPage .p6 .title {
  margin-bottom: 0.1rem;
}
#indexPage .p6 .swiper_box {
  position: relative;
  width: 15rem;
  height: 4.9rem;
}
#indexPage .p6 #zxdtSwiper {
  width: 100%;
}
#indexPage .p6 #zxdtSwiper .swiper-slide {
  padding: 0.3rem 0;
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div {
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0.05rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
  box-shadow: 0rem 0.05rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-align: left;
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div a .img_box {
  width: 100%;
  height: 1.68rem;
  overflow: hidden;
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div a b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  font-weight: normal;
  color: #000000;
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div a p {
  font-size: 0.16rem;
  font-weight: normal;
  color: #959595;
}
#indexPage .p6 #zxdtSwiper .swiper-slide > div a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#indexPage .p6 #zxdtSwiperPag {
  width: 100%;
  bottom: 0;
}
#indexPage .p6 #zxdtSwiperPag .swiper-pagination-bullet {
  margin-right: 0.15rem;
  opacity: 1;
  width: 0.62rem;
  height: 0.1rem;
  background-color: #e6e6e6;
  border-radius: 0;
}
#indexPage .p6 #zxdtSwiperPag .swiper-pagination-bullet-active {
  background-color: #fff;
}
.modalBox {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0.05rem solid #2c66da;
  width: 13.2rem;
  height: 5.5rem;
  padding: 0 1.25rem;
}
.modalBox .tit {
  padding: 0.6rem 0;
  border-bottom: 0.02rem solid #e6e6e6;
}
.modalBox .tit h3 {
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
}
.modalBox .item_box {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modalBox .item_box li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
}
.modalBox .item_box li a {
  display: inline-block;
}
.modalBox .item_box li {
  width: 31%;
}
.modalBox .item_box li:nth-of-type(n + 4) {
  margin-top: 30px !important;
}
.modalBox .item_box li {
  width: 2.86rem;
  height: 0.57rem;
}
.modalBox .item_box li a {
  display: inline-block;
  border: solid 0.02rem #e7e7e7;
  background-color: #fff;
  width: 100%;
  line-height: 0.57rem;
  font-size: 0.24rem;
  color: #656565;
  text-align: center;
}
.modalBox .item_box li a:hover {
  border: solid 0.02rem #2c66da;
  background-color: #2c66da;
  color: #fff;
}
.layui-layer-title {
  display: none !important;
}
.layui-layer-setwin {
  top: 0.32rem !important;
  right: 0.25rem !important;
}
.layui-layer-setwin a {
  width: 0.36rem !important;
  height: 0.36rem !important;
}
.layui-layer-setwin .layui-layer-close1 {
  background: url(../image/index_close.png) no-repeat center !important;
}
.p2 {
  margin-bottom: 1.1rem !important;
}
.p2 .tab_pane_slide {
  -webkit-box-shadow: 0rem 0.05rem 0.4rem 0rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0rem 0.05rem 0.4rem 0rem rgba(0, 0, 0, 0.1) !important;
}
.p3 {
  height: 8rem !important;
}
.p3 .bg_box > div > div {
  height: 8rem !important;
}
