/* 轮播图 */
.banner {
  height: 5.76rem;
  background-color: #666;
}

/* 标题 */
.index-title-center {
  font-size: 0.4rem;
  color: #05305c;
  font-weight: bold;
  text-align: center;
}
.index-title-center::after {
  content: "";
  width: 0.4rem;
  height: 3px;
  overflow: hidden;
  background-color: #05305c;
  display: block;
  margin: 0.13rem auto;
}

.index-title-center02 {
  overflow: hidden;
}
.index-title-center02 h2 {
  text-align: center;
  font-size: 0.4rem;
  color: #333;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.index-title-center02 p {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #acacac;
}
.index-title-center02-div {
  position: relative;
  height: 0.4rem;
  width:fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  margin: 0 auto;
}
.index-title-center02 .title-line-left,.index-title-center02 .title-line-right {
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  width: 1rem;
  background-color: #acacac;
  position: absolute;
  top: 0.2rem;
}
.index-title-center02 .title-line-left {
  left: -1rem;
}
.index-title-center02 .title-line-right {
  right: -1rem;
}
.index_box01 {
  padding: 0.66rem 0.5rem;
  background-color: #fff;
}
.index_box01_img {
  width: 100%;
}
.index_box01 ul li {
  width: 5rem;
  height: 4rem;
  text-align: center;
  padding: 0.1rem 0.4rem;
}
.index_box01 ul li img {
  height: 1.6rem;
}
.index_box01 ul {
  overflow: hidden;
  display: flex;
  padding-bottom: 0.4rem;
  flex-wrap: wrap;
}
.index_box01_text {
  padding: 0.3rem 0;
  line-height: 0.5rem;
  color: #333;
  font-size: 0.35rem;
}
.index_box01 li h3 {
  color: #05305c;
  font-weight: bold;
  padding-top: 0.15rem;
  text-align: center;
}
.index_box01 li p {
  padding-top: 0.15rem;
  line-height: 0.3rem;
  color: #2f3332;
}
.index_box02 {
  overflow: hidden;
  padding: 0.66rem 0.5rem;
  /* height: 455px; */
  /* background: url(../images/index-img05.png) no-repeat right center; */
}
.index_box02 img {
  width: 100%;
  margin-top: 0.3rem;
}
.index_box02_text {
  line-height: 0.5rem;
  padding-top: 0.3rem;
  font-size: 0.35rem;
}
.index_box02_inner {
  display: flex;
  flex-direction: column-reverse;
}
.index_box02_content a {
  color: #05305c;
  border-bottom: solid 1px #05305c;
  font-size: 0.35rem;
}
.index_box03 {
  background: url(../images/box3-bg.jpg) no-repeat;
  background-size: cover;
  height: 10rem;
  overflow: hidden;
}
.index_box03 img {
  width: 8rem;
  margin: 0.2rem 1rem;
}
.index_box03_content {
  color: #fff;
}
.index_box03 .wrapper_box {
  display: flex;
  flex-direction: column-reverse;
}
.index_box03_content p {
  line-height: 0.5rem;
  padding: 0.2rem 0.4rem;
}
.index_box03_content h2 {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.index_box03_content h2::after {
  content: "";
  width: 0.4rem;
  height: 3px;
  overflow: hidden;
  background-color: #fff;
  display: block;
  margin: 0.13rem auto;
}
.index_box04 {
  padding: 0.66rem 0;
  overflow: hidden;
  background-color: #fff;
}
.index_box04_nav {
  height: 1rem;
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  padding: 0 1rem;
}
.index_box04_nav a {
  width: 4rem;
  height: 1rem;
  display: block;
  float: left;
  background-color: #f2f4f7;
  line-height: 1rem;
  text-align: center;
  color: #05305c;
  font-weight: bold;
  font-size: 0.4rem;
}
.index_box04_nav a.selected {
  background-color: #05305c;
  color: #fff;
}
.index_box04_nav a:last-child {
  float: right;
}
.index_box04_text {
  line-height: 0.5rem;
  padding: 0.2rem 0.4rem 0;
  font-size: 0.35rem;
}
.index_box04_content ul {
  overflow: hidden;
}
.index_box04_content li {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f2f4f7;
  border-radius: 0.2rem;
  float: left;
  margin-top: 0.2rem;
  text-align: center;
}
.index_box04_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.4rem;
}
.index_box04_img {
  width: 2rem;
  border-radius: 0.1rem;
  display: block;
  margin: 0.2rem auto;
  overflow: hidden;
}
.index_box04_detail {
  border-top: solid 1px #fff;
  margin-top: 15px;
  display: none;
}
.index_box04_content li.selected .index_box04_detail {
  display: none;
  padding-top: 10px;
}
.index_box04_img img {
  width: 100%;
  height: 100%;
}
.index_box04_inner li h2 {
  color: #05305c;
  font-weight: bold;
  font-size: 0.3rem;
}
.index_box04_inner li p {
  color: #333;
  line-height: 0.4rem;
  font-size: 0.3rem;
}
.index_box04_content a.prev,.index_box04_content a.next {
  display: none;
}
.index_box04_box {
  overflow: hidden;
}
.index_box04_content02 ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.4rem;
}
.index_box04_content02 li {
  width: 4.5rem;
  margin-top: 0;
  height: 6rem;
}
.index_box04_content02 li .index_box04_img {
  width: 2rem;
  margin: 0.2rem auto;
}
.index_box04_content02 li h2 {
  color: #05305c;
  font-weight: bold;
}
.index_box04_content02 li p {
  color: #333;
  line-height: 0.4rem;
}
.index_box05 {
  overflow: hidden;
  padding-top: 0.5rem;

}
.index_box05 ul {
  display: flex;
  flex-wrap: wrap;
}
.index_box05 ul li {
  width: 25%;
  text-align: center;
  margin-top: 0.3rem;
}
.index_box05 ul li p {
  color: #333;
  font-weight: bold;
}
.index_box05 ul li p::before {
  content: "";
  width: 0.8rem;
  height: 2px;
  background-color: #333;
  overflow: hidden;
  display: block;
  margin: 0 auto 0.1rem;
}
.index_box05_img {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}
.index_box05_img img {
  width: 100%;
}
.index_box06 {
  background: url(../images/box6-bg.jpg) no-repeat;
  height: 911px;
  display: none;
}
.index_box06 .index-title-center {
  color: #fff;
  padding-top: 90px;
}
.index_box06 .index-title-center::after {
  background-color: #fff;
}
.index_box06_top {
  padding: 50px 0;
  border-bottom: solid 1px #d2d2d2;
  overflow: hidden;
}
.news_img {
  border-radius: 15px;
  overflow: hidden;
  width: 597px;
  height: 397px;
  float: left;
}
.news_img img {
  width: 597px;
  height: 397px;
}
.news_detail {
  float: right;
  width: 550px;
}
.news_detail h2 {
  line-height: 35px;
  color: #fff;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
.news_detail h2 a {
  color: #fff;
}
.news_detail p {
  line-height: 35px;
  color: #fff;
  padding-bottom: 25px;
  font-size: 16px;
}
.news_detail span {
  line-height: 35px;
  color: #fff;
  padding-bottom: 25px;
  font-size: 16px;
  display: block;
}
a.detail_more {
  background-color: #fff;
  display: inline-block;
  width: 70px;
  height: 20px;
  line-height: 20px;
  color: #05305c;
  text-align: center;
  border-radius: 5px;
}
a.show_more {
  width: 162px;
  height: 39px;
  background-color: #fff;
  border-radius: 15px;
  display: block;
  color: #05305c;
  font-size: 16px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
}
.index_box06_bottom {
  padding-top: 50px;
}
.index_box06_bottom li {
  width: 550px;
}
.index_box06_bottom h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
}
.index_box06_bottom p {
  color: #fff;
  line-height: 35px;
}
.index_box06_bottom h2 a {
  color: #fff;
}
.index_box06_bottom h2 span {
  float: right;
}
.index_box07 {
  height: 450px;
  display: none;
}
.index_box07 .index-title-center {
  padding-top: 70px;
}
.index_box07_content {
  position: relative;
  padding: 50px 90px 0;
  height: 250px;
}
.index_box07_inner {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.index_box07_inner ul {
  position: absolute;
  top: 0;
  left: 0;
}
.index_box07_content a.prev,.index_box07_content a.next {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: 50%;
  margin-top: -26px;
}
.index_box07_content a.prev:hover,.index_box07_content a.next:hover {
  background-color: #05305c;
}
.index_box07_content a.prev {
  left: 0;
  background: url(../images/arrow-left.png) no-repeat center center #5bb4f1;
}
.index_box07_content a.next {
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center center #5bb4f1;
}
.index_box07_content ul {
  height: 200px;
  background: url(../images/line.jpg) repeat-x center left;
  width: 200%;
}
.index_box07_content li {
  float: left;
  width: 270px;
  padding-right: 70px;
}
.index_box07_content li h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #05305c;
  height: 68px;
  line-height: 68px;
}
.index_box07_content li p {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  height: 68px;
}
.index_box07_content li.selected i {
  background: url(../images/yuan.png) no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  margin: 20px auto;
}
.index_box07_content li i {
  background-color: #d2d2d2;
  border-radius: 50%;
  display: block;
  margin: 26px auto;
  width: 12px;
  height: 12px;
}
.index_box08 {
  overflow: hidden;
  padding-top: 0.5rem;
}
.index_box08 .index-title-center {
  padding-top: 0.4rem;
}
.index_box08 ul {
  overflow: hidden;
  padding: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.index_box08 ul li {
  width: 2.973rem;
  height: 0.63rem;
  line-height: 0.63rem;
  text-align: center;
  border-radius: 0.05rem;
  margin-right: 0.075rem;
  margin-bottom: 0.2rem;
}
.hzhb01 {
  background: url(../images/hzhb01.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb02 {
  background: url(../images/hzhb02.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb03 {
  background: url(../images/hzhb03.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb04 {
  background: url(../images/hzhb04.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb05 {
  background: url(../images/hzhb05.png) no-repeat center center #b81d23;
  background-size: contain;
}
.hzhb06 {
  background: url(../images/hzhb06.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb07 {
  background: url(../images/hzhb07.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb08 {
  background: url(../images/hzhb08.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb09 {
  background: url(../images/hzhb09.png) no-repeat center center #05305c;
  background-size: contain;
}
.hzhb10 {
  background: url(../images/hzhb10.png) no-repeat center center #fff;
  background-size: contain;
}
.hzhb11 {
  background-color: #fff;
  font-weight: bold;
  overflow: hidden;
}
.hzhb11 p {
  line-height: 0.63rem;
  font-size: 0.3rem;
}
.hzhb11 span {
  display: block;
  font-weight: normal;
  line-height: 0.63rem;
  font-size: 0.3rem;
}
.hzhb12 {
  background-color: #fff;
  font-weight: bold;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0!important;
  top: auto!important;
}
.swiper-container {
  height: 5.76rem;
}
.index-banner-pc {
  display: none;
}
.banner {
  height: 5.76rem;
  position: relative;
}
.banner-img {
  height: 5.76rem;
}