<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#SearchForm {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 30px;
  display: flex;
  height: 28px;
  margin-left: 15px;
}

#SearchForm .inputtxt {
  border: none;
  background: none;
  padding-left: 30px;
  background: url(./search2023.png) no-repeat 10px center;
  color: rgba(255, 255, 255, .9);
}

#SearchForm .inputtxt::placeholder {
  color: rgba(255, 255, 255, .66);
}

#SearchForm .searchbtn {
  background-color: #3ea1e7;
  border: none;
  border-radius: 30px;
  padding: 0 11px;
  cursor: pointer;
  color: rgba(255, 255, 255, .82);
}

body {
  width: 100%;
  overflow-x: hidden;
}

.index2023_cont1 {
  background: url(./OHcont.png) no-repeat center center;
  background-size: 100% 100%;
  background-position: 0 80px;
  margin-top: -80px;
  overflow: hidden;
}

.index2023_nav .w1200 {
  background-color: #0064c2;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  box-sizing: border-box;
  height: 80px;
}

.index2023_nav .w1200::after,
.index2023_nav .w1200::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  z-index: 10;
}

.index2023_nav .w1200::after {
  background: url(./2023topleft.png) no-repeat left center;
  left: -40px;
}

.index2023_nav .w1200::before {
  background: url(./2023topright.png) no-repeat left center;
  right: -40px;
}

.index2023_nav .w1200 li {
  float: left;
  line-height: 90px;
  position: relative;
}

.index2023_nav .w1200 li a {
  font-size: 23px;
  color: #e3ebf1;
  position: relative;
}

.index2023_nav .w1200 li a:after {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -21px;
  content: "";
  left: 0;
  background: #fff;
  transform: scaleX(0);
  transition: .4s;
}

.index2023_nav .w1200 li a:hover {
  color: #fff;
}

.index2023_nav .w1200 li a:hover::after {
  transform: scaleX(1);
}

.index2023_nav .w1200 li.active1 a {
  color: #fff;
}

.index2023_nav .w1200 li.active1 a::after {
  transform: scaleX(1);
}

/* 脙篓脗娄脗聛脙漏芒鈧€澝偮� */
.index2023_yw {
  border-top: 1px solid #1990ff;
  border-bottom: 1px solid #1990ff;
  overflow: hidden;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.index2023_yw_tit {
  float: left;
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  height: 73px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.index2023_yw_tit h3 {
  color: #fff;
  font-size: 22px;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.index2023_yw ul {
  float: left;
  width: 92%;
}

.index2023_yw ul li {
  margin-top: 20px;
}

.index2023_yw ul li a {
  color: #f2f9ff;
  font-size: 22px;
  padding-left: 30px;
  background: url(ywlisticon1.png) no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.index2023_yw ul li a:hover {
  text-shadow: 0 0 2px #fff;
}

.index2023_yw ul&gt;a {
  font-size: 16px;
  color: #f2f9ff;
  float: right;
  margin-top: 5px;
}

.index2023_yw ul&gt;a:hover {
  text-shadow: 0 0 2px #fff;
}

/* 脙漏脗娄芒鈧€溍兟┟偮∶偮得兟ッ偮访偮γ兟偮久偮姑兟偮矫偮兟γ⑩偓鈩⒚偮兟ッ⑩偓潞脗戮 */
.index2023_index1 {
  margin-top: 40px;
}

.index2023_index1::after {
  clear: both;
  content: "";
  display: block;
}

.index2023-sw1 {
  height: 400px;
  width: 580px;
  float: left;
}

.index2023-sw1 .imgbox {
  height: 360px;
  width: 100%;
  overflow: hidden;
}

.index2023-sw1 .imgbox img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
}

.index2023-sw1 a:hover .imgbox img {
  transform: scale(1.05);
}

.index2023-sw1 p {
  font-size: 20px;
  color: #ebf5ff;
  margin: 0;
  line-height: normal;
  margin-top: 14px;
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index2023-sp1 {
  position: absolute;
  right: 0;
  bottom: 5px !important;
  display: flex;
  padding: 5px 0;
  width: auto !important;
  left: auto !important;
}

.index2023-sw1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #a3d3ff;
  display: block;
  border-radius: 50%;
  margin: 0 3px !important;
  cursor: pointer;
  opacity: 1 !important;
}

.index2023-sw1 .swiper-pagination-bullet-active {
  background: #ffd992;
  width: 24px;
  border-radius: 30px;
}

/* 脙漏脗娄芒鈧€溍兟┟偮∶偮得兟ッ偮徝偮趁兟偮久偮姑兟ッ嬧€犆⑩偓鈥澝兟偮∶偮� */
.index2023_index1 .fr {
  width: 580px;
  overflow: hidden;
}

.index2023_index1 .fr .tit2 {
  margin-bottom: 15px;
  margin-top: 5px;
}

.index2023_index1 .fr .tit2 a {
  font-size: 23px;
  color: #ffffff;
  margin-right: 30px;
  position: relative;
  line-height: normal;
  padding-bottom: 14px;
}

.index2023_index1 .fr .tit2 a:last-child {
  margin-right: 0;
}

.index2023_index1 .fr .tit2 a::after {
  content: "";
  width: 0%;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(./2023titicon1.png) no-repeat center center;
  transition: .4s;
}

.index2023_index1 .fr .tit2 a.on::after {
  width: 100%;
  left: 0;
}

.index23_l1-sublist-tit {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.index23_l1-sublist-tit a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 30px;
}

.index23_l1-sublist-tit a:last-child {
  margin-right: 0;
}

.index23_l1-sublist-tit a.on {
  color: #8ac4ff;
}

.index23_l1-sublist ul {
  width: 580px;
  float: left;
}

.index23_l1-sublist ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-top: 20px;
}

.index23_l1-sublist ul li a {
  color: #ffffff;
  font-size: 18px;
  padding-left: 15px;
  background: url(./index2023list1.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.index23_l1-sublist ul li span {
  color: #a3d3ff;
  font-size: 17px;
  white-space: nowrap;
}

.index23_l1 .tabcon {
  width: 580px;
  float: left;
  overflow: hidden;
}

.index23_l1 .tabcon&gt;ul {
  width: 100%;
}

.index23_l1 .tabcon ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-top: 20px;
}

.index23_l1 .tabcon ul li a {
  color: #ffffff;
  font-size: 18px;
  padding-left: 15px;
  background: url(./index2023list1.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.index23_l1 .tabcon ul li a:hover {
  text-shadow: 0 0 2px #fff;
}

.index23_l1 .tabcon ul li span {
  color: #a3d3ff;
  font-size: 17px;
  white-space: nowrap;
}

/* .index23_l1 .tabcon:first-child,.index23_l1-sublist ul:first-child{display: block;} */


/* 脙漏脗娄芒鈧€溍兟┟偮∶偮得兟偮矫偮兟γ⑩偓鈩⒚偮兟ッ⑩偓潞脗戮脙陇脗赂芒鈥毬兟偮∶呪€� */
.index2023_index2 {
  margin-top: 45px;
}

.index23-sw2 {
  height: 100px;
}

.index23-left-btn1,
.index23-right-btn1 {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 33px;
  cursor: pointer;
  box-shadow: 0 0 5px rgb(0 0 0 /15%);
  border-radius: 50%;
  z-index: 5;
  margin-top: 0;
}

.index23-left-btn1 {
  background: url(./row2023left1.png) no-repeat center center;
  left: 15px;
}

.index23-right-btn1 {
  background: url(./row2023right1.png) no-repeat center center;
  right: 49px;
}

/* 脙娄芒鈧澝偮棵兟ッ偮好呪€溍兟っ偮棵偮∶兟γ偮伱偮兟ッ⑩偓娄脗卢脙楼脗录芒鈥毬� 脙漏芒鈧∶偮嵜兟⑩偓拧脗鹿脙漏脗垄芒鈧犆兟ッ吢该吢该兟っ偮棵偮∶兟γ偮伱偮兟ッ⑩偓娄脗卢脙楼脗录芒鈥毬� */
.index2023_index3 {
  background-color: #f0f8ff;
  padding: 30px;
  margin-top: 30px;
  overflow: hidden;
}

.index2023_index3 .fl {
  width: 378px;
  position: relative;
}

.index2023_index3 .fl h3 {
  font-size: 24px;
  color: #ffffff;
  background: url(./xxgk2023tbg.png) no-repeat center center;
  width: 100%;
  line-height: 62px;
  text-align: center;
}

.index2023_index3 .fl ul {}

.index2023_index3 .fl ul::after {
  clear: both;
}

.index2023_index3 .fl ul li {
  float: left;
  width: calc(99.9999999% / 3);
  text-align: center;
  height: 120px;
  position: relative;
  background-color: #f5fbff;
}

.index2023_index3 .fl ul li:nth-child(2n) {
  background: #e7eff5;
}

.index2023_index3 .fl ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.index2023_index3 .fl ul li a img {
  transition: 0.1s;
}

.index2023_index3 .fl ul li a:hover img {
  animation: imgDD 1s linear infinite;
}

.index2023_index3 .fl ul li a p {
  color: #333333;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}

.index2023_index3 .fl ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(57, 120, 204, 0.6);
  cursor: pointer;
  z-index: 1;
}

.index2023_index3 .fl ul li::before,
.index2023_index3 .fl ul li::after,
.index2023_index3 .fl ul li a::before,
.index2023_index3 .fl ul li a::after {
  content: "";
  background-color: #5aa3e7;
  position: absolute;
  display: block;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

.index2023_index3 .fl ul li:hover p {
  color: #0077e6;
}

.index2023_index3 .fl ul li:hover::before,
.index2023_index3 .fl ul li:hover::after {
  width: 100%;
}

.index2023_index3 .fl ul li:hover a::before,
.index2023_index3 .fl ul li:hover a::after {
  height: 100%;
}

.index2023_index3 .fl ul li::before {
  left: 0;
  top: 0;
}

.index2023_index3 .fl ul li::after {
  right: 0;
  bottom: 0;
}

.index2023_index3 .fl ul li::before,
.index2023_index3 .fl ul li::after {
  width: 0;
  height: 1px;
}

.index2023_index3 .fl ul li a::before,
.index2023_index3 .fl ul li a::after {
  width: 1px;
  height: 0;
}

.index2023_index3 .fl ul li a::before {
  left: 0;
  top: 0;
  width: 1px;
}

.index2023_index3 .fl ul li a::after {
  right: 0;
  bottom: 0;
  width: 1px;
}

@keyframes imgDD {

  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
    transform: rotate(-3deg);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
    transform: rotate(3deg);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
    transform: rotate(-3deg);
  }

  40%,
  60% {
    transform: translate3d(2px, 0, 0);
    transform: rotate(3deg);
  }
}

/* 脙漏芒鈧∶偮嵜兟⑩偓拧脗鹿脙漏脗垄芒鈧犆兟ッ吢该吢该兟っ偮棵偮∶兟γ偮伱偮兟ッ⑩偓娄脗卢脙楼脗录芒鈥毬� */
.index2023_index3 .fr {
  width: 730px;
}

.index2023_index3 .fr h3 {
  font-size: 23px;
  color: #333333;
  margin: 0;
  line-height: 59px;
  float: left;
  margin-right: 30px;
  position: relative;
}
.index2023_index3 .fr h3::after {
  content: "";
  width: 0%;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(./2023titicon2.png) no-repeat center center;
  transition: .4s;

}
.index2023_index3 .fr h3.on::after{
    width: 100%;
    left: 0;
}

.index2023_index3 .fr .index2023-zdlysw3 {
  height: 422px;
}

.index2023_index3 .fr .index2023-zdlysw3 a {
  width: 112px;
  height: 105px;
  float: left;
  margin-right: 11px;
  background-color: #fff;
  margin-top: 11px;
  border: 1px solid #cceaff;
  box-sizing: border-box;
  position: relative;
}

.index2023_index3 .fr .index2023-zdlysw3 a .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.index2023_index3 .fr .index2023-zdlysw3 a .imgbox {
  height: 40px;
  display: flex;
  align-items: center;
}

.index2023_index3 .fr .index2023-zdlysw3 a:nth-child(6n) {
  margin-right: 0;
}

.index2023_index3 .fr .index2023-zdlysw3 a p {
  margin: 0;
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-overflow: ellipsis;
  padding: 0 5px;
  overflow: hidden;
}

.index2023_index3 .fr .index2023-zdlysw3 a:hover {
  box-shadow: 0 1px 3px rgba(57, 120, 204, 0.3);
}

.index2023_index3 .fr .index2023-zdlysw3 a:hover img {
  animation: imgDD 1s linear infinite;
}

.index2023_index3 .fr .index2023-zdlysw3 a:hover p {
  color: #0077e6;
}

.index2023-sp3 {
  position: absolute;
  right: 347px;
  /* top: -24px; */
  display: flex;
  bottom: 0px !important;
  left: auto !important;
  width: auto !important;
}

.index2023-sp3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1d1e6;
  display: block;
  border-radius: 50%;
  margin: 0 3px !important;
  cursor: pointer;
  opacity: 1;
}

.index2023-sp3 .swiper-pagination-bullet-active {
  background-color: #0077e6;
}

.index2023-zdlysw3 a::before,
.index2023-zdlysw3 a::after,
.index2023-zdlysw3 a .box::before,
.index2023-zdlysw3 a .box::after {
  content: "";
  background-color: #5aa3e7;
  position: absolute;
  display: block;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

.index2023-zdlysw3 a:hover p {
  color: #0077e6;
}

.index2023-zdlysw3 a:hover::before,
.index2023-zdlysw3 a:hover::after {
  width: 100%;
}

.index2023-zdlysw3 a:hover .box::before,
.index2023-zdlysw3 a:hover .box::after {
  height: 100%;
}

.index2023-zdlysw3 a::before {
  left: 0;
  top: 0;
}

.index2023-zdlysw3 a::after {
  right: 0;
  bottom: 0;
}

.index2023-zdlysw3 a::before,
.index2023-zdlysw3 a::after {
  width: 0;
  height: 1px;
}

.index2023-zdlysw3 a .box::before,
.index2023-zdlysw3 a .box::after {
  width: 1px;
  height: 0;
}

.index2023-zdlysw3 a .box::before {
  left: 0;
  top: 0;
  width: 1px;
}

.index2023-zdlysw3 a .box::after {
  right: 0;
  bottom: 0;
  width: 1px;
}

/* 脙娄芒鈧澝偮棵兟偮⑩偓鈥溍兟γ⑩偓鈥溍⑩偓隆脙陇脗禄脗露 脙娄芒鈧澝偮棵兟偮⑩偓鈥溍兟偮偮Ｃ兟偮偮� */
.index2023_index4 {
  margin-top: 30px;
  background-color: #f0f8ff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
}

.index2023_index4 .tit3 {
  margin-bottom: 15px;
  margin-top: 5px;
}

.index2023_index4 .tit3 a {
  font-size: 23px;
  color: #333;
  margin-right: 30px;
  position: relative;
  line-height: normal;
  padding-bottom: 14px;
}

.index2023_index4 .tit3 a:last-child {
  margin-right: 0;
}

.index2023_index4 .tit3 a::after {
  content: "";
  width: 0%;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(./2023titicon2.png) no-repeat center center;
  transition: .4s;
}

.index2023_index4 .tit3 a.on::after {
  width: 100%;
  left: 0;
}

.index2023_index4 .fl {
  width: 690px;
  overflow: hidden;
}

.index2023_index4 .fl ul {
  width: 690px;
}
.index2023_index4 .fl ul li{display: flex;flex-direction: column;}
.index2023_index4 .fl ul li .txt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  width: 100%;
}
.index2023_index4 .fl ul li .row{display: none;overflow: hidden;width: 100%;}
.index2023_index4 .fl ul li.active .row{display: flex;}
.index2023_index4 .fl ul li .row a{float: left;display: block;margin-left: 10px;padding-left: 0px;padding:0 10px;line-height: 28px;text-align: center;border: 1px solid #0077CA;color: #0077CA;border-radius: 5px;font-size: 16px;transition: 0.1s;margin-top: 10px;}
.index2023_index4 .fl ul li .row a:first-child{margin-left: 0;}
.index2023_index4 .fl ul li .row a:hover{background-color: #0077CA;color: #FFF;}


.index2023_index4 .fl ul li a {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index2023_index4 .fl ul li a:hover {
  color: #0077e6;
}

.index2023_index4 .fl ul li b {
  color: #0077e6;
  font-size: 14px;
  border: 1px solid #cceaff;
  border-radius: 3px;
  background-color: #e5f3ff;
  white-space: nowrap;
  margin-right: 15px;
  line-height: 24px;
  padding: 0 15px;
}

.index2023_index4 .fl ul li span {
  color: #666666;
  font-size: 17px;
  white-space: nowrap;
  margin-left: 15px;
}

.index2023_index4 .fr {
  width: 410px;
  overflow: hidden;
}

.index2023_index4 .fr h3 {
  width: 100%;
  line-height: 62px;
  background: url(./tzgg2023tit1.png) no-repeat center center;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.index2023_index4 .fr .tzgg-scroll {
  background-color: #fff;
  border-bottom: 1px solid #c8d6e1;
  padding: 0 30px 10px 30px;
  width: 100%;
  box-sizing: border-box;
  height: 298px;
  overflow: hidden;
}

.index2023_index4 .fr .tzgg-scroll ul {
  transition-duration: initial;
  transition: none;
  margin-top: 8px;
  width: 100%;
}

.index2023_index4 .fr ul li {
  margin-top: 20px;
}

.index2023_index4 .fr ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 17px;
  color: #333333;
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box;
  background: url(./tzgg2023list1.png) no-repeat left center;
}

.index2023_index4 .fr ul li a:hover {
  color: #0077e6;
}

.index2023_index5 {
  margin-top: 30px;
  background-color: #f0f8ff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
}

.index2023_index5 ul {
  overflow: hidden;
}

.index2023_index5 ul li {
  height: 300px;
  float: left;
  overflow: hidden;
  width: 180px;
  background: #fff;
  position: relative;
}

.index2023_index5 ul li.active {
  width: 600px;
}

/* .index2023_index5 ul li.active .tit{box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;} */
.index2023_index5 ul li .tit {
  width: 180px;
  height: 100%;
  background-size: 100% 100% !important;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  float: left;
}

.index2023_index5 ul li.active .tit {}

.index2023_index5 ul li .tit:hover span {
  font-size: 26px;
}

.index2023_index5 ul li .tit span {
  color: #ffffff;
  font-size: 24px;
  margin-top: 40px;
  display: block;
  font-weight: bold;
}

.index2023_index5 .grfw .tit {
  background: url(./gg23fw1.png) no-repeat center center;
}

.index2023_index5 .frfw .tit {
  background: url(./gg23fw2.png) no-repeat center center;
}

.index2023_index5 .bmfw .tit {
  background: url(./gg23fw3.png) no-repeat center center;
}

.index2023_index5 .ztfw .tit {
  background: url(./gg23fw4.png) no-repeat center center;
}

.index2023_index5 .grfw .tit span {
  text-shadow: -1px -1px 0 #449aff, 1px -1px 0 #449aff, -1px 1px 0 #449aff, 1px 1px 0 #449aff;
}

.index2023_index5 .frfw .tit span {
  text-shadow: -1px -1px 0 #ff891a, 1px -1px 0 #ff891a, -1px 1px 0 #ff891a, 1px 1px 0 #ff891a;
}

.index2023_index5 .bmfw .tit span {
  text-shadow: -1px -1px 0 #6b66ff, 1px -1px 0 #6b66ff, -1px 1px 0 #6b66ff, 1px 1px 0 #6b66ff;
}

.index2023_index5 .ztfw .tit span {
  text-shadow: -1px -1px 0 #00a8b8, 1px -1px 0 #00a8b8, -1px 1px 0 #00a8b8, 1px 1px 0 #00a8b8;
}

.index2023_index5 ul li .cont {
  background-color: #fff;
  width: 420px;
  float: left;
  height: 100%;
  display: block;
  opacity: 0;
  padding: 20px 30px;
  box-sizing: border-box;
  visibility: hidden;
}

.index2023_index5 ul li.active .cont {
  display: block;
  opacity: 1;
  visibility: visible;
}

.index2023_index5 ul li .cont a {
  width: 33.3%;
  float: left;
  text-align: center;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.index2023_index5 ul li .cont a:hover {
  transform: translateY(-7px);
}

.index2023_index5 ul li .cont a .imgbox {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index2023_index5 ul li .cont a .imgbox img {
  max-height: 100%;
}

.index2023_index5 ul li .cont a p {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  margin-top: 15px;
  padding: 0 8px;
}

.index2023_index5 ul li .cont .swiper-container {
  width: 100%;
  height: 100%;
}

.index2023_index5 .swiper-wrapper {
  height: 100% !important;
}

.index2023_index5 .swiper-slide {
  height: 100% !important;
}

.index2023_index5 .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.index2023_index5 .swiper-container .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0f7ee0;
  display: block;
  margin: 0 3px !important;
  cursor: pointer;
  opacity: 1;
}

.index2023_index5 .swiper-container .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 25px;
}

.index2023_index6 {
  margin-top: 30px;
  background-color: #f0f8ff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
}

.index2023_index6 .fl {
  width: 620px;
}

.index2023_index6 .tit3 {
  margin-bottom: 15px;
  margin-top: 5px;
}

.index2023_index6 .tit3 a {
  font-size: 23px;
  color: #333;
  margin-right: 30px;
  position: relative;
  line-height: normal;
  padding-bottom: 14px;
}

.index2023_index6 .tit3 a:last-child {
  margin-right: 0;
}

.index2023_index6 .tit3 a::after {
  content: "";
  width: 0%;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(./2023titicon3.png) no-repeat center center;
  transition: .4s;
}

.index2023_index6 .tit3 a.on::after {
  width: 100%;
  left: 0;
}

.index2023_index6 .fl ul {
  width: 100%;
}

.index2023_index6 .fl ul li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 2px;
}

.index2023_index6 .fl ul li .txt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 78%;
}

.index2023_index6 .fl ul li .txt div {
  white-space: nowrap;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 5px;
  margin-right: 15px;
}

.index2023_index6 .fl ul li .jxz {
  background-color: #0077e6;
  color: #fff;
}

.index2023_index6 .fl ul li .yjs {
  color: #728fa8;
  background: #fff;
}

.index2023_index6 .fl ul li a {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index2023_index6 .fl ul li a:hover {
  color: #0077e6;
}

.index2023_index6 .fl ul li span {
  white-space: nowrap;
  font-size: 17px;
  color: #666666;
  float: right;
}

.index2023_index6 .fr {
  width: 482px;
}

.index2023_index6 .fr a {
  width: 33.3%;
  float: left;
  background-color: #fff;
  border: 1px solid #cceaff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 160px;
  justify-content: center;
}

.index2023_index6 .fr a:nth-child(2) {
  border: none;
  border-top: 1px solid #cceaff;
  border-bottom: 1px solid #cceaff;
}

.index2023_index6 .fr a:nth-child(4) {
  border-top: none;
}

.index2023_index6 .fr a:nth-child(5) {
  border: none;
  border-bottom: 1px solid #cceaff;
}

.index2023_index6 .fr a:nth-child(6) {
  border-top: none;
}

.index2023_index6 .fr a img {
  border-radius: 10px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  transform: scale(1);
}

.index2023_index6 .fr a p {
  font-size: 16px;
  color: #666666;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}

.index2023_index6 .fr a:hover p {
  color: #0077e6;
}

.index2023_index6 .fr a:hover img {
  box-shadow: 0 0 10px #64a7ff;
  transform: scale(0.9)
}

.index2023_index6 .fr a:nth-child(2):hover img {
  box-shadow: 0 0 10px #6ed4b5;
  transform: scale(0.9)
}

.index2023_index6 .fr a:nth-child(3):hover img {
  box-shadow: 0 0 10px #f2cb58;
  transform: scale(0.9)
}

.index2023_index6 .fr a:nth-child(4):hover img {
  box-shadow: 0 0 10px #f6ae53;
  transform: scale(0.9)
}

.index2023_index6 .fr a:nth-child(5):hover img {
  box-shadow: 0 0 10px #cb92fc;
  transform: scale(0.9)
}

.index2023_index6 .fr a:nth-child(6):hover img {
  box-shadow: 0 0 10px #5fcadb;
  transform: scale(0.9)
}


.index2023_index7 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f0f8ff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}

.index2023-zt1 {
  width: 1140px;
  height: 145px;
  padding-bottom: 25px;
}

.index2023-zt1 .swiper-wrapper {
  height: 145px !important;
}

.index2023-zt1 .swiper-wrapper .swiper-slide {
  height: 145px !important;
}

.index2023-zt1 .swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.index2023-zt1 .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 5px;
  background-color: #a1d1e6;
  display: block;
  margin: 0 3px !important;
  cursor: pointer;
  opacity: 1;
}

.index2023-zt1 .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 25px;
  background-color: #0077e6;
}


.index2023-zt1 img {
  width: 270px;
  height: 100%;
}

.index2023-zt1 a:hover img {
  transform: scale(0.95);
}

.index2023-banner .pic .vid1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.index2023-banner .pic .vid1.down {
  transform: translateX(100%);
}

.video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}

.video-btn a {
  margin: 10px 0;
  z-index: 1;
  font-size: 18px;
  color: #FFF;
  padding: 9px 14px;
  padding-right: 25px;
  margin-right: -10px;
  background-color: #4a9dd6;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.video-btn a img {
  margin-right: 10px;
}

.video-btn a i {
  font-style: normal;
}

.video-btn a:hover {
  transform: translateX(-10px);
}

.index2023b1 {
  width: 100%;
  height: 100vh;
}

.index2023b1 .swiper-wrapper {
  height: 100% !important;
}

.index2023b1 .swiper-slide {
  height: 100% !important;
}

/* 脙娄芒鈧€澝偮犆兟┟吢∶呪€溍兟偮⒚偮� */
.ariabodytopfiexed .index2023_cont1 {
  margin-top: -180px;
}

.ariabodytopfiexed .topcon {
  top: 120px;
}</pre></body></html>