* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #ffffff;
  min-width: 1280px;
  font-size: 12px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.common-container {
    width: 8.23rem;
    margin: 0 auto;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  margin: 0 auto;
}
.main .swiper-button-next:after,
.main .swiper-button-prev:after {
  display: none;
}
.main .mainBox .title {
  margin: 0 auto;
  position: relative;
  width: 7.4rem;
  color: #007cd0;
}
.main .mainBox .title img {
  height: 0.215rem;
}
.main .mainBox .con {
  width: 6.8rem;
  margin: 0 auto;
}
.main .mainBox .con .more {
  float: right;
  font-size: 0.14rem;
  font-weight: bold;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 0.6rem;
  text-align: center;
  display: block;
  margin: 0.06rem 0 0;
  background: rgba(149, 201, 205, 0.4);
}
.main .mainBox .title .more {
  float: right;
  font-size: 0.14rem;
  font-weight: bold;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 0.6rem;
  text-align: center;
  display: block;
  margin:0.06rem 0.3rem 0 0;
  background: rgba(149, 201, 205, 0.4);
}
.main .latest {
  margin: 0.3rem auto;
}
.main .latest .latestCon {
  margin: 0.2rem auto;
}
.main .latest .latestCon .bigPic a {
  display: flex;
  justify-content: space-between;
}
.main .latest .latestCon .bigPic a .pic {
  width: 4.5rem;
  height: 2.6rem;
  overflow: hidden;
}
.main .latest .latestCon .bigPic a .pic img {
  width: 100%;
  height: 100%;
}
.main .latest .latestCon .bigPic a .describe {
  width: 2.1rem;
}
.main .latest .latestCon .bigPic a .describe h5 {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #2f2f2f;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.main .latest .latestCon .bigPic a .describe p {
  color: #8a8a8a;
  margin-top: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 0.12rem;
  line-height: 0.18rem;
}
.main .latest .latestCon .smallPic {
  margin-top: 0.18rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .latest .latestCon .smallPic .pic {
  width: 2.2rem;

}
.main .latest .latestCon .smallPic .pic .cover {
  width: 100%;
  overflow: hidden;
  height: 1.2rem;
  margin-bottom: 0.1rem;
}
.main .latest .latestCon .smallPic .pic .cover img {
  width: 100%;
  height: 100%;
}
.main .latest .latestCon .smallPic .pic .describe {
  width: 100%;
}
.main .latest .latestCon .smallPic .pic .describe p {
  font-size: 0.13rem;
  font-weight: bold;
  line-height: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #2f2f2f;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 0.48rem;
}
.main .latest .latestCon .smallPic .pic:last-child {
  margin-right: 0;
}
.main .focus {
  padding: 0.3rem 0;
  background: #045096;
}
.main .focus .focusCon {
  margin: 0.2rem auto 0.1rem;
  width: 6.96rem;
}
.main .focus .focusCon .horizontal {
  margin: 0.2rem auto 0;
  padding-bottom: 0.1rem;
  position: relative;
}
.main .focus .focusCon .horizontal .mask {
    width: 1rem;
    height: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: linear-gradient(to right, rgba(4, 80, 150, 0), rgba(4, 80, 150, 1));
}
.main .focus .focusCon .horizontal .swiper-container {
  margin: 0 auto 0.2rem;
  overflow: hidden;
}
.main .focus .focusCon .horizontal .swiper-container .swiper-slide .pic {
  margin: 0 auto;
  width: 2.16rem;
}
.main .focus .focusCon .horizontal .swiper-container .swiper-slide .pic .breath {
  height: 1.2rem;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.main .focus .focusCon .horizontal .swiper-container .swiper-slide .pic .breath img {
  width: 100%;
  height: 100%;
}
.main .focus .focusCon .horizontal .swiper-container .swiper-slide .pic p {
  font-size: 0.13rem;
  color: #ffffff;
  font-weight: bold;
  margin: 0.1rem 0;
  overflow: hidden;
  line-height: 0.16rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .focus .focusCon .horizontal .swiper-container .swiper-slide .pic span.tips {
  display: flex;
  justify-content: end;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff600;
}
.main .focus .focusCon .horizontal .swiper-button-prev {
  left: -0.2rem;
  top: 0.7rem;
  position: absolute;
  width: 0.2rem;
  z-index: 3;
  height: auto;
}
.main .focus .focusCon .horizontal .swiper-button-prev img {
  width: 100%;
}
.main .focus .focusCon .horizontal .swiper-button-next {
  z-index: 3;
  right: -0.2rem;
  top: 0.7rem;
  position: absolute;
  height: auto;
  width: 0.2rem;
}
.main .focus .focusCon .horizontal .swiper-button-next img {
  width: 100%;
}
.main .focus .focusCon .horizontal .swiper-pagination {
  width: 6.8rem;
  left: 0.08rem;
  height: 1px;
  background: #4f7da7;
}
.main .focus .focusCon .horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 20%;
  margin: 0;
  opacity: 0;
  position: relative;
  top: -6px;
  border-radius: 0;
  background: #4f7da7;
}
.main .focus .focusCon .horizontal .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.main .focus .focusCon .ver {
  margin: 0.4rem auto 0;
  padding-bottom: 0.1rem;
  position: relative;
}
.main .focus .focusCon .ver .mask {
    width: 0.8rem;
    height: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: linear-gradient(to right, rgba(4, 80, 150, 0), rgba(4, 80, 150, 1));
}
.main .focus .focusCon .ver .swiper-container {
  margin: 0 auto 0.2rem;
  width: 6.8rem;
  overflow: hidden;
}
.main .focus .focusCon .ver .swiper-container .swiper-slide {
  width: 1.9rem;
}
.main .focus .focusCon .ver .swiper-container .swiper-slide .pic {
  width: 100%;
}
.main .focus .focusCon .ver .swiper-container .swiper-slide .pic .breath {
  border-radius: 0.1rem;
  height: 3.5rem;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.main .focus .focusCon .ver .swiper-container .swiper-slide .pic .breath img {
  width: 100%;
  height: 100%;
}
.main .focus .focusCon .ver .swiper-container .swiper-slide .pic p {
  font-size: 0.13rem;
  color: #ffffff;
  font-weight: bold;
  margin: 0.1rem 0;
  overflow: hidden;
  line-height: 0.16rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .focus .focusCon .ver .swiper-container .swiper-slide .pic span.tips {
  display: flex;
  justify-content: end;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff600;
}
.main .focus .focusCon .ver .swiper-pagination {
  left: 0.08rem;
  width: 6.8rem;
  height: 1px;
  background: #4f7da7;
  position: relative;
  bottom: 0;
}
.main .focus .focusCon .ver .swiper-pagination .swiper-pagination-bullet {
  width: 22%;
  margin: 0;
  opacity: 0;
  position: relative;
  top: -6px;
  border-radius: 0;
  background: #4f7da7;
}
.main .focus .focusCon .ver .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.main .focus .focusCon .ver .swiper-button-prev {
  left: -0.2rem;
  top: 1.7rem;
  position: absolute;
  width: 0.2rem;
  z-index: 3;
  height: auto;
}
.main .focus .focusCon .ver .swiper-button-prev img {
  width: 100%;
}
.main .focus .focusCon .ver .swiper-button-next {
  z-index: 3;
  right: -0.2rem;
  top: 1.7rem;
  position: absolute;
  height: auto;
  width: 0.2rem;
}
.main .focus .focusCon .ver .swiper-button-next img {
  width: 100%;
}
.main .event {
  padding: 0.3rem 0 0.1rem;
  background: url("../images/20250925bg_event.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.main .event .eventCon {
  box-sizing: border-box;
  margin: 0.2rem auto;
}
.main .event .eventCon .picts{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .event .eventCon .bigPic {
   width: 4.5rem;
  overflow: hidden;

}
.main .event .eventCon .bigPic .pic {
  width: 100%;
 height: 2.5rem;

}
.main .event .eventCon .bigPic .pic img {
  width: 100%;
  height: 100%;
}
.main .event .eventCon .bigPic p {
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: bold;
}
.main .event .eventCon .smallPic .pic {
  width: 2rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.main .event .eventCon .smallPic .pic img {
  width: 100%;
  height: 1.1rem;
}
.main .event .eventCon .smallPic a p {
  margin-top: 0.05rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.1rem;
  line-height: 0.14rem;
}
.main .event .eventCon .bn {
  margin-top: 0.3rem;
}
.main .event .eventCon .bn img {
  width: 100%;
}
.main .service {
  margin: 0.3rem auto;
}
.main .service .bigPic {
  background: #045096;
  display: flex;
  margin: 0.26rem 0 0.2rem 0.1rem;
  padding-bottom: 0.05rem;
}
.main .service .bigPic .pic {
  width: 3.4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -0.06rem;
  margin-left: -0.1rem;
  height: 2rem;
  overflow: hidden;
}
.main .service .bigPic .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .service .bigPic .pic a .breath {
  width: 100%;
  height: 100%;
}
.main .service .bigPic .pic a .breath img {
  width: 100%;
  height: 100%;
}
.main .service .bigPic .describe {
  flex: 1;
  position: relative;
  flex-shrink: 0;
  margin: 0.3rem 0.2rem 0 0.2rem;
  color: #ffffff;
}
.main .service .bigPic .describe h5 {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0.4rem;
}
.main .service .bigPic .describe p {
  margin-top: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.12rem;
  max-height: 0.54rem;
  line-height: 0.18rem;
}
.main .service .bigPic .describe .column {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  border-top: 4px solid #4f7da7;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.main .service .smallPic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .service .smallPic .section {
  display: flex;
  width: 3.3rem;
  margin-bottom: 0.2rem;
}
.main .service .smallPic .section .pic {
  width: 1.2rem;
  height: 0.68rem;
  overflow: hidden;
}
.main .service .smallPic .section .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .service .smallPic .section .pic a .breath {
  width: 100%;
  height: 100%;
}
.main .service .smallPic .section .pic a .breath img {
  width: 100%;
  height: 100%;
}
.main .service .smallPic .section .describe {
  flex: 1;
  position: relative;
  flex-shrink: 0;
  margin: 0 0 0 0.1rem;
}
.main .service .smallPic .section .describe .column {
  color: #045097;
  font-size: 0.14rem;
  font-weight: bold;
}
.main .service .smallPic .section .describe p {
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.11rem;
  line-height: 0.13rem;
}
.main .back {
  padding: 0.3rem 0;
  background: #045096;
}
.main .back .backCon {
  box-sizing: border-box;
  margin: 0.2rem auto;
}
.main .back .backCon .smallPic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .back .backCon .smallPic .pic {
  width: 1.6rem;
}
.main .back .backCon .smallPic .pic .cover {
  width: 100%;
  overflow: hidden;
  height: 0.9rem;
  margin-bottom: 0.1rem;
}
.main .back .backCon .smallPic .pic .cover img {
  width: 100%;
  height: 100%;
}
.main .back .backCon .smallPic .pic .describe {
  width: 100%;
}
.main .back .backCon .smallPic .pic .describe p {
  font-size: 0.15rem;
  line-height: 0.18rem;
  color: #ffffff;
}