/* 轮播图 */
.banner {
  height: 500px;
  background-color: #666;
}

/* 标题 */
.index-title-center {
  font-size: 30px;
  color: #05305c;
  font-weight: bold;
  text-align: center;
}
.index-title-center::after {
  content: "";
  width: 30px;
  height: 3px;
  overflow: hidden;
  background-color: #05305c;
  display: block;
  margin: 10px auto;
}
.index-title-center02 {
  overflow: hidden;
}
.index-title-center02 h2 {
  text-align: center;
  font-size: 28px;
  color: #333;
  padding-bottom: 15px;
  font-weight: bold;
}
.index-title-center02 p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #acacac;
}
.index-title-center02-div {
  position: relative;
  height: 20px;
  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: 80px;
  background-color: #acacac;
  position: absolute;
  top: 10px;
}
.index-title-center02 .title-line-left {
  left: -95px;
}
.index-title-center02 .title-line-right {
  right: -95px;
}
.index_box01 {
  padding-top: 60px;
}
.index_box01 ul li {
  float: left;
  width: 240px;
  text-align: left;
  height: 450px;
  padding-top: 80px;
  margin-right: 80px;
}
.index_box01 ul {
  overflow: hidden;
  margin-right: -80px;
  padding-bottom: 50px;
}
.index_box01 img {
  margin-bottom: 60px;
  width: 100%;
}
.index_box01_text {
  line-height: 30px;
  color: #333;
  text-align: center;
  padding: 30px 310px;
}
.index_box01 li h3 {
  color: #05305c;
  font-weight: bold;
  padding-top: 80px;
  text-align: center;
}
.index_box01 li p {
  padding-top: 40px;
  line-height: 30px;
  color: #2f3332;
}
.index_box02 {
  padding: 80px 0;
  overflow: hidden;
  /* background: url(../images/index-img05.png) no-repeat right center; */
}
.index_box02_inner {
  background-color: #fbfbfc;
  overflow: hidden;
}
.index_box02 img {
  float: left;
  width: 626px;
  height: 397px;
}
.index_box02_content {
  width: 500px;
  float: right;
}
.index_box02_content a {
  color: #05305c;
  border-bottom: solid 1px #05305c;
}
.index_box02_content a:hover {
  color: #5bb4f1;
  border-bottom: solid 1px #5bb4f1;
}
.index_box02_content p {
  line-height: 28px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.index_box02_content h2 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}
.index_box02_content span {
  color: #acacac;
  font-size: 18px;
}
.index_box03 {
  background: url(../images/box3-bg.jpg) no-repeat;
  height: 452px;
  overflow: hidden;
}
.index_box03 img {
  width: 560px;
  height: 376px;
  margin-top: 35px;
  float: left;
  margin-right: 90px;
}
.index_box03_content {
  padding: 110px 90px 0 0;
  color: #fff;
}
.index_box03_content p {
  line-height: 35px;
  padding-top: 30px;
}
.index_box03_content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.index_box03_content h2::after {
  content: "";
  width: 30px;
  height: 3px;
  overflow: hidden;
  background-color: #fff;
  display: block;
  margin-top: 10px;
}
.index_box04 {
  overflow: hidden;
  padding: 80px 0;
}
.index_box04_text {
  line-height: 30px;
  padding-top: 30px;
}
.index_box04_content li {
  width: 300px;
  height: 362px;
  overflow: hidden;
  position: relative;
}
.index_box04_jieshao {
  position: absolute;
  bottom: 0;
  background: #fff;
  margin: 0 10px;
  width: 100%;
  display: none;
}
.index_box04_jieshao h2 {
  color: #333;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.index_box04_jieshao p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}
.index_box04_content li .index_box04_img {
  width: 280px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.index_box04_img img {
  width: 280px;
  height: 362px;
}
.index_box04_content {
  position: relative;
  padding: 50px 0;
}
.index_box04_inner {
  overflow: hidden;
  width: 1200px;
  height: 362px;
  position: relative;
  background-color: #fff;
}
.index_box04_inner ul {
  position: absolute;
  overflow: hidden;
  width: 200%;
  left: 0;
  display: flex;
}
.index_box04_btn {
  width: 140px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}
.index_box04_btn .prev,.index_box04_btn .next {
  width: 60px;
  height: 40px;
  border-radius: 5px;
}
.index_box04_btn .prev {
  float: left;
  background: url(../images/arrow-left02.png) no-repeat #05305c center center;
}
.index_box04_btn .prev:hover,.index_box04_btn .next:hover {
  background-color: #5bb4f1;
}
.index_box04_btn .next {
  float: right;
  background: url(../images/arrow-right02.png) no-repeat #05305c center center;
}

.index_box05 {
  overflow: hidden;
  padding: 80px 0;
}
.index_box05 .index-title-center {
  padding-top: 120px;
}
.index_box05 ul {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.index_box05 ul li {
  width: 300px;
  height: 230px;
  text-align: center;
  transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -webkit-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.index_box05_shade {
  background-color: #5bb4f1;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 8;
}
.index_box05 ul li:hover .index_box05_shade {
  display: block;
}
.index_box05 ul li:hover p {
  color: #fff;
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  top: 40%;
}
.index_box05 ul li:hover p::before {
  background-color: #fff;
  margin-bottom: 20px;
}
.index_box05 ul li:hover .index_box05_img {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 60px;
  top: 0px;
}
.index_box05 ul li p {
  color: #333;
  font-weight: bold;
}
.index_box05 ul li p::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #333;
  overflow: hidden;
  display: block;
  margin: 0 auto 12px;
}
.index_box05_img {
  width: 102px;
  height: 102px;
  margin: 30px auto;
}
.index_box05_img img {
  width: 100%;
}
.index_box06 {
  /* background: url(../images/box6-bg.jpg) no-repeat; */
  overflow: hidden;
  padding: 80px 0;
}
.index_box06 .index-title-center {
  color: #fff;
  padding-top: 90px;
}
.index_box06 .index-title-center::after {
  background-color: #fff;
}
.index_box06_top {
  padding-top: 50px;
  overflow: hidden;
}
.swiper-button {
  position: absolute;
  width: 140px;
  height: 40px;
  top: 50px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
}
.swiper-button .swiper-button-prev {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background: url(../images/arrow-left02.png) no-repeat #05305c center center;
  left: 0;
  top: 0;
  margin-top: 0;
}
.swiper-button .swiper-button-next {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background: url(../images/arrow-right02.png) no-repeat #05305c center center;
  right: 0;
  top: 0;
  margin-top: 0;
}
.swiper-button .swiper-button-prev::after,.swiper-button .swiper-button-next::after {
  content: " ";
}
.news_img {
  overflow: hidden;
  width: 716px;
  height: 479px;
  float: left;
}
.news_img img {
  width: 716px;
  height: 479px;
}
.news_detail {
  float: right;
  width: 430px;
  padding-top: 60px;
}
.news_detail h2 {
  line-height: 35px;
  color: #333;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}
.news_detail h2 a {
  color: #333;
}
.news_detail p {
  line-height: 32px;
  color: #333;
  padding-bottom: 25px;
  font-size: 16px;
}
.news_detail span {
  line-height: 35px;
  color: #333;
  padding-bottom: 25px;
  font-size: 16px;
  display: block;
}
a.detail_more {
  height: 20px;
  line-height: 20px;
  color: #05305c;
  border-bottom: solid 1px #05305c;
}
a.show_more {
  width: 162px;
  height: 39px;
  border-radius: 15px;
  display: block;
  color: #05305c;
  font-size: 16px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
}
.index_box07 {
  height: 428px;
  padding: 70px 0;
  position: relative;
  background: url(../images/dsj_bg.jpg) no-repeat;
}
.index_box07 .index-title-center02 h2 {
  color: #fff;
}
.index_box07 .index-title-center02 p {
  color: #fff;
}
.index_box07 .index-title-center02 .title-line-left {
  background-color: #fff;
}
.index_box07 .index-title-center02 .title-line-right {
  background-color: #fff;
}
.index_box07_content {
  position: relative;
  padding: 50px 90px 0;
  height: 250px;
}
.index_box07_line {
  background-color: #ffcb23;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 240px;
}
.index_box07_inner {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.index_box07_inner ul {
  position: absolute;
  top: 35px;
  left: 0;
}
.index_box07_content a.prev,.index_box07_content a.next {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: 180px;
  margin-top: -26px;
}
.index_box07_content a.prev:hover,.index_box07_content a.next:hover {
  background-color: #fff;
}
.index_box07_content a.prev {
  left: 0;
  background: url(../images/arrow-left03.png) no-repeat 18px center #fff;
}
.index_box07_content a.next {
  right: 0;
  background: url(../images/arrow-right03.png) no-repeat 20px center #fff;
}
.index_box07_content ul {
  height: 200px;
  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: #fff;
  height: 68px;
  line-height: 68px;
}
.index_box07_content li p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  height: 68px;
}
.index_box07_content li i {
  background: url(../images/yuan02.png) no-repeat;
  display: block;
  margin: 0px auto;
  width: 26px;
  height: 26px;
}
.index_box08 {
  height: 450px;
  padding-top: 60px;
}
.index_box08 .index-title-center {
  padding-top: 60px;
}
.index_box08 ul {
  overflow: hidden;
  margin-right: -20px;
  padding-top: 30px;
}
.index_box08 ul li {
  width: 287px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  transition: all .3s;
  cursor: pointer;
}
.index_box08 ul li:hover {
  transform: translateY(-10px);
}
.hzhb01 {
  background: url(../images/hzhb01.png) no-repeat center center #fff;
}
.hzhb02 {
  background: url(../images/hzhb02.png) no-repeat center center #fff;
}
.hzhb03 {
  background: url(../images/hzhb03.png) no-repeat center center #fff;
}
.hzhb04 {
  background: url(../images/hzhb04.png) no-repeat center center #fff;
}
.hzhb05 {
  background: url(../images/hzhb05.png) no-repeat center center #b81d23;
}
.hzhb06 {
  background: url(../images/hzhb06.png) no-repeat center center #fff;
}
.hzhb07 {
  background: url(../images/hzhb07.png) no-repeat center center #fff;
}
.hzhb08 {
  background: url(../images/hzhb08.png) no-repeat center center #fff;
}
.hzhb09 {
  background: url(../images/hzhb09.png) no-repeat center center #05305c;
}
.hzhb10 {
  background: url(../images/hzhb10.png) no-repeat center center #fff;
}
.hzhb11 {
  background-color: #fff;
  font-weight: bold;
}
.hzhb11 p {
  line-height: 20px;
  padding-top: 10px;
}
.hzhb11 span {
  display: block;
  font-weight: normal;
  line-height: 16px;
  font-size: 14px;
}
.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: 532px;
}
.index-banner-m {
  display: none;
}
.banner {
  height: 560px;
  position: relative;
}
.banner-img {
  height: 560px;
  background-size: auto 560px;
}