.index-swiper-box {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff !important;
}
.index-swiper-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: auto 100%;
  background-position: center center;
}
.swiper-container2 {
  position: relative;
}
.index-swiper-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-box {
  border: 2px solid #d4d4d4;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 3px 3px rgba(228, 228, 228, 0.75) inset;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(228, 228, 228, 0.75) inset;
  -moz-box-shadow: 0px 0px 3px 3px rgba(228, 228, 228, 0.75) inset;
  margin-bottom: 30px;
}
.index-box:last-child {
  margin-bottom: 0;
}
.index-box > .title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 20px;
}
.index-box > .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box > .list > .item {
  width: 32%;
  border: 2px solid #d4d4d4;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 3px 3px rgba(228, 228, 228, 0.75) inset;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(228, 228, 228, 0.75) inset;
  -moz-box-shadow: 0px 0px 3px 3px rgba(228, 228, 228, 0.75) inset;
}
.index-box > .list > .item > .img {
  width: 100%;
  height: 195px;
}
.index-box > .list > .item > .img > img {
  width: 100%;
  height: 100%;
}
.index-box > .list > .item > .title {
  font-size: 16px;
  font-weight: bold;
  color: #006cd8;
  margin-top: 5px;
  margin-bottom: 5px;
}
.index-box > .list > .item > .text {
  font-size: 16px;
  color: #333;
  border-bottom: 1px dashed #f8bddb;
}
.news-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
.news-box > .left {
  width: 800px;
}
.news-box > .left > .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-bottom: 10px;
}
.news-box > .right {
  width: 400px;
}
.news-box > .right > .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-bottom: 10px;
}
.news-box > .left > .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.news-box > .left > .info > .img {
  width: 230px;
  height: 150px;
}
.news-box > .left > .info > .img > img {
  width: 100%;
  height: 100%;
}
.news-box > .left > .info > .text {
  width: calc(100% - 250px);
  height: 150px;
  font-size: 12px;
  line-height: 31px;
  color: #336666;
  text-align: left;
}
.news-box > .right > .list {
  width: 100%;
  padding: 10px 0;
}
.news-box > .right > .list > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 5px 0;
  color: #666;
}
.news-box > .right > .list > a:hover {
  color: #006cd8;
}
.news-box > .right > .list > a::before {
  content: "•";
  top: 0;
  left: 0;
}
.news-box > .right > .list > a > .text {
  width: 80%;
}
.about-box {
  padding: 30px;
}
.about-box > .title {
  background: url(../img/24.jpg) no-repeat 0 50%;
  font-family: "微软雅黑";
  font-size: 30px;
  text-align: left;
  padding-left: 35px;
  border-bottom: 1px dashed #ccc;
  line-height: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.about-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-data > .left {
  width: 410px;
}
.about-data > .left > img {
  width: 100%;
}
.about-data > .right {
  width: calc(100% - 450px);
  overflow: hidden;
}
.about-data > .right img {
  max-width: 100%;
}
.news-list > .item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
  padding: 30px 0 10px 0;
}
.news-list > .item > .left {
  width: 200px;
  height: 115px;
}
.news-list > .item > .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list > .item > .right {
  width: calc(100% - 220px);
}
.news-list > .item > .right > .title {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.news-list > .item > .right > .text {
  color: #666;
  line-height: 24px;
  margin-bottom: 5px;
  height: 72px;
}
.news-list > .item > .right > .link {
  text-align: right;
}
.news-list > .item > .right > .link > a {
  font-size: 14px;
  font-family: "微软雅黑";
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #069dd5;
  padding: 5px 20px;
}
.news-info {
  padding: 20px;
  color: #666666;
}
.news-info > .title {
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.news-info > .date {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.news-info > .content {
  overflow: hidden;
}
.news-info > .content img {
  max-width: 100%;
}
.change-title {
  position: relative;
}
.change-title > .change {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.change-title > .change > .item {
  margin-left: 10px;
  font-size: 18px;
  padding: 6px 25px;
  background: url(../img/titleitem.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.change-title > .change > .curr {
  color: #00e4e2 !important;
}
.change-title > .change > .item:hover {
  color: #00e4e2;
}
.change-title > .text {
  background: url(../img/titlechange.jpg) no-repeat;
  line-height: 35px;
  padding-left: 15px;
  font-size: 20px;
  text-align: left;
  margin: 0 auto;
  color: #fff;
}
.change-content {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
.change-content img {
  max-width: 100%;
}
