@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald_Medium";
  src: url("../fonts/Oswald_Medium.woff2") format("woff2"), url("../fonts/Oswald_Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Medium";
  src: url("../fonts/MiSans-Medium.woff2") format("woff2"), url("../fonts/MiSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

.albb_font {
  font-family: albb;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: #174193;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes an_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes an_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*common*/
/* CSS Document */
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  background-color: #f9f9f9;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px 0.4rem;
}

.wrap_c {
  margin: 0px 3rem;
}

.wrap_nr {
  margin: 0px 2.5rem;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  position: fixed;
  left: 0px;
  padding-top: 0.3rem;
  z-index: 9999;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.topfr.on {
  background: rgba(23, 65, 147, 0.95);
  height: 3.6rem;
}

.topfr.on1 {
  background: rgba(23, 65, 147, 0.95);
}

.topc {
  width: 100%;
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.topc .fl {
  float: left;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
}

.topc .fl img {
  display: block;
  height: 1rem;
}

.topc .fr {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
}

.fr_t {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fr_t a {
  display: inline-block;
  margin-left: 0.3rem;
  color: #fff;
}
.fr_t a.reg, .fr_t a.login, .fr_t a.lang {
  position: relative;
}
.fr_t a.reg::after, .fr_t a.login::after, .fr_t a.lang::after {
  content: "/";
  position: absolute;
  opacity: 0.5;
  right: -0.3rem;
  top: 0;
  width: 0.2rem;
  height: 100%;
}

.fr_t .search {
  width: 2rem;
  height: 0.35rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fr_t .search input {
  border: none;
  background: none;
  color: #fff;
}
.fr_t .search input::placeholder {
  color: #fff;
}
.fr_t .search .input1 {
  width: calc(100% - 0.5rem);
  padding-left: 0.2rem;
  line-height: 0.35rem;
}
.fr_t .search .search_btn {
  width: 0.16rem;
  height: 0.17rem;
  margin-right: 0.1rem;
  background: url(../images/search.png) no-repeat;
  background-size: 100%;
}

.menufr {
  width: 100%;
  margin-top: 0.25rem;
}

.menufr ul li {
  float: left;
  margin-right: 0.7rem;
  padding-bottom: 0.2rem;
}

.menufr ul li:last-child {
  margin-right: 0px;
}

.menufr ul li .mu_t {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.menufr ul li .mu_t a {
  color: #fff;
}

.menufr ul li .mu_t a img {
  margin-left: 0.1rem;
  width: 0.12rem;
}

.menufr ul li .mu_c {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  display: none;
}

.menufr ul li .mu_c .muc_c {
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 1rem 0;
}

.menufr ul li .mu_c .muc_c p {
  background: rgba(46, 86, 157, 0.3);
  border: solid rgba(255, 255, 255, 0.3) 1px;
  height: 0.6rem;
  border-radius: 0.12rem;
  line-height: 0.6rem;
  width: 16%;
  text-align: center;
  margin-right: 0.8%;
}

.menufr ul li .mu_c .muc_c p:last-child {
  margin-right: 0;
}

.menufr ul li .mu_c .muc_c p a {
  color: #fff;
  display: block;
}

.menufr ul li .mu_c .muc_c p:hover {
  background: #fff;
}
.menufr ul li .mu_c .muc_c p:hover a {
  color: #174193;
}

.in_01 {
  overflow: hidden;
  position: relative;
}

.in_01_slide {
  width: 100%;
  overflow: hidden;
}

.in_01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_01_slide .swiper-slide .in_01_bg {
  width: 100%;
}

.in_01_slide .swiper-slide .in_01_bg img {
  width: 100%;
  display: block;
  transition: 3s linear;
  -webkit-transition: 3s linear;
  -o-transition: 3s linear;
  -moz-transition: 3s linear;
}

.in_01_slide .swiper-slide .in_01_bg.on img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

/* .in_01_slide .swiper-slide .in_01_txt{width:100%;overflow:visible;position:absolute;left:0px;top:0px;z-index:9;height:100%;display:flex;display:-webkit-flex;align-items:center;justify-content:center;}
.in_01_slide .swiper-slide .in_01_txt .c{width:100%;overflow:visible;}
.in_01_slide .swiper-slide .in_01_txt .p{width:100%;overflow:visible;color:#fff;opacity:0;}
.in_01_slide .swiper-slide .in_01_txt .p1{line-height:1.3;color:rgba(255,255,255,.5);}
.in_01_slide .swiper-slide .in_01_txt .p2{font-family:SourceHanSansCN-Bold;line-height:1.5;}
.in_01_slide .swiper-slide .in_01_txt .p3{margin-top:1rem;}
.in_01_slide .swiper-slide .in_01_txt .p3 a{display:inline-block;line-height:.5rem;padding:0px .3rem;background-color:#fff;border-radius:.5rem;color:#005aa7;transition:0s linear;-webkit-transition:0s linear;-o-transition:0s linear;-moz-transition:0s linear;}
.in_01_slide .swiper-slide .in_01_txt .p3 span{display:inline-block;position:relative;padding-right:.42rem;}
.in_01_slide .swiper-slide .in_01_txt .p3 span b{width:.24rem;height:.24rem;display:block;background-color:#005aa7;border-radius:50%;position:absolute;right:0px;top:50%;margin-top:-.12rem;}
.in_01_slide .swiper-slide .in_01_txt .p3 span b::before{content:"";display:block;width:100%;height:100%;background:url("../images/aa2.svg") 50% no-repeat;background-size:.07rem;position:absolute;left:0px;top:0px;}

.in_01_slide .swiper-slide .in_01_txt .p3 a:hover{background-color:#005aa7;color:#fff;}
.in_01_slide .swiper-slide .in_01_txt .p3 a:hover span b{background-color:#fff;}
.in_01_slide .swiper-slide .in_01_txt .p3 a:hover span b::before{background:url("../images/aa2_on.svg") 50% no-repeat;background-size:.07rem;} */
/* .in_01spfr{position:absolute;right:1.6rem;bottom:.7rem;z-index:999;}
.in_01spfr a{width:.5rem;height:.5rem;display:block;float:left;border-radius:50%;position:relative;background-color:#fff;transition:0s linear;-webkit-transition:0s linear;-o-transition:0s linear;-moz-transition:0s linear;}
.in_01spfr a:nth-child(2){margin-left:.1rem;}
.in_01spfr a b{width:100%;height:100%;display:block;overflow:hidden;position:absolute;left:0px;top:0px;z-index:9;}
.in_01spfr a:nth-child(1) b{background:url("../images/aa14.svg") 50% no-repeat;background-size:.1rem;}
.in_01spfr a:nth-child(2) b{background:url("../images/aa15.svg") 50% no-repeat;background-size:.1rem;}

.in_01spfr a:hover{background-color:#005aa7;}
.in_01spfr a:nth-child(1):hover b{background:url("../images/aa1.svg") 50% no-repeat;background-size:.1rem;}
.in_01spfr a:nth-child(2):hover b{background:url("../images/aa2.svg") 50% no-repeat;background-size:.1rem;}
 */
.in_01pg {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  right: 0.8rem;
  width: 0.2rem !important;
  justify-content: center;
  left: auto !important;
  bottom: 0 !important;
}
.in_01pg span.swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0.05rem 0 !important;
}
.in_01pg span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
  background: #174193;
  opacity: 1;
}

.h2tit1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h2tit1 h2 {
  color: #174193;
  font-weight: bold;
}
.h2tit1 div {
  display: flex;
  align-items: center;
  color: #174193;
}
.h2tit1 div a {
  height: 0.46rem;
  margin-right: 0.2rem;
  border-radius: 0.23rem;
  padding: 0 0.3rem;
  line-height: 0.46rem;
  color: #174193;
}
.h2tit1 div a.on {
  background: #174193;
  color: #fff;
}
.h2tit1 div span {
  line-height: 1;
  padding-bottom: 0.15rem;
}

.in_02 {
  overflow: hidden;
  padding: 1rem 0px;
}
.in_02 .in_box2 {
  margin-top: 0.5rem;
}
.in_02 .in_box2 ul {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.in_02 .in_box2 ul li i {
  display: block;
  height: 2.2rem;
}
.in_02 .in_box2 ul li i img {
  width: 100%;
  border-radius: 0.03rem;
  height: 100%;
  object-fit: cover;
}
.in_02 .in_box2 ul li h4 {
  font-weight: bold;
  margin-top: 0.25rem;
  min-height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.in_02 .in_box2 ul li span {
  color: #999;
  margin-top: 0.15rem;
  display: block;
}
.in_02 .in_box2 ul li:hover i {
  position: relative;
  overflow: hidden;
}
.in_02 .in_box2 ul li:hover i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(23, 65, 147, 0.8);
}
.in_02 .in_box2 ul li:hover i::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.6rem;
}
.in_02 .in_box2 ul.on {
  display: grid;
}

.in_03 {
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
  background: #f2f6f9;
}
.in_03 .wrap_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.in_03 .wrap_c .fl {
  width: 44%;
}
.in_03 .wrap_c .fl .in_con3 {
  margin-top: 0.5rem;
}
.in_03 .wrap_c .fl .in_con3 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.in_03 .wrap_c .fl ul {
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.in_03 .wrap_c .fl ul li {
  width: calc(50% - 0.15rem);
  height: 0.46rem;
  margin-top: 0.2rem;
}
.in_03 .wrap_c .fl ul li a {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  color: #174193;
  border: solid #174193 1px;
  line-height: 0.46rem;
  border-radius: 0.23rem;
}
.in_03 .wrap_c .fl ul li a span {
  width: calc(100% - 0.7rem);
  display: block;
  text-align: justify;
  text-align-last: justify;
}
.in_03 .wrap_c .fl ul li a i img {
  width: 0.17rem;
}
.in_03 .wrap_c .fl ul li a i img:nth-child(2) {
  display: none;
}
.in_03 .wrap_c .fl ul li:hover a {
  background: #174193;
  color: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(23, 65, 147, 0.3);
}
.in_03 .wrap_c .fl ul li:hover a i img:nth-child(1) {
  display: none;
}
.in_03 .wrap_c .fl ul li:hover a i img:nth-child(2) {
  display: block;
}
.in_03 .wrap_c .fr {
  width: 49%;
}
.in_03 .wrap_c .fr img {
  width: 100%;
  border-radius: 0.1rem;
  height: 100%;
  object-fit: cover;
}

.in_04 {
  overflow: hidden;
  padding: 1rem 0px;
  width: 100%;
}
.in_04 .in_con4 {
  margin-top: 0.6rem;
  position: relative;
  padding-bottom: 0.1rem;
}
.in_04 .in_con4::before {
  position: absolute;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: 100%;
  bottom: 0;
  content: "";
  background: #174193;
  border-radius: 0.1rem;
}
.in_04 .in_con4 b.b1 {
  position: relative;
  z-index: 3;
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_04 .in_con4 b.b1 img {
  width: 100%;
}
.in_04 .in_con4 b.b1::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to bottom, transparent, #000);
  opacity: 0.3;
}
.in_04 .in_con4 .txt4 {
  position: absolute;
  z-index: 4;
  background: url(../images/line1.png) center no-repeat;
  background-size: 12.15rem 0.61rem;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0.61rem;
}
.in_04 .in_con4 .txt4 a {
  color: #fff;
  font-weight: bold;
}

.in_05 {
  overflow: hidden;
  background-color: #f2f6f9;
  padding: 1rem 0px;
}
.in_05 .mapbox {
  margin-top: 0.8rem;
}
.in_05 .mapbox b.b1 {
  display: block;
}
.in_05 .mapbox b.b1 img {
  display: block;
  width: 100%;
}
.in_05 ul.ul5 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.in_05 ul.ul5 li {
  width: calc(50% - 0.16rem);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.in_05 ul.ul5 li::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to bottom, transparent, #000);
  opacity: 0.5;
}
.in_05 ul.ul5 li i {
  display: block;
}
.in_05 ul.ul5 li i img {
  width: 100%;
}
.in_05 ul.ul5 li .txt5 {
  position: absolute;
  bottom: 0.4rem;
  width: calc(100% - 1rem);
  border-top: solid #fff 1px;
  padding-top: 0.4rem;
  left: 0.5rem;
}
.in_05 ul.ul5 li .txt5 a {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
.in_05 ul.ul5 li .txt5 a img {
  width: 0.17rem;
}

.in_06 {
  overflow: hidden;
  padding: 1rem 0px;
}
.in_06 .statebox {
  margin-top: 0.8rem;
}
.in_06 .statebox b.b1 {
  display: block;
}
.in_06 .statebox b.b1 img {
  display: block;
  width: 100%;
  border-radius: 0.1rem;
}

.in_07 {
  overflow: hidden;
  padding: 1rem 0px;
  background: #f2f6f9;
}
.in_07 ul.ul7 {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.34rem;
}
.in_07 ul.ul7 li {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_07 ul.ul7 li i {
  display: block;
}
.in_07 ul.ul7 li i img {
  display: block;
  width: 100%;
}
.in_07 ul.ul7 li a.txt7 {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 0.6rem;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.in_07 ul.ul7 li a.txt7 span {
  display: block;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  border: solid #fff 1px;
  margin-top: 0.3rem;
}
.in_07 ul.ul7 li a.txt7:hover span {
  background: #174193;
  border-color: #174193;
}

.in_08 {
  overflow: hidden;
  padding: 1rem 0px;
}
.in_08 .in_con8 {
  display: none;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.in_08 .in_con8 .fl {
  width: 49.5%;
}
.in_08 .in_con8 .fl a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.38rem 0.4rem;
  background: #f2f6f9;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
}
.in_08 .in_con8 .fl a h4 {
  margin-top: 0.1rem;
  font-weight: bold;
}
.in_08 .in_con8 .fl a span {
  color: #999;
  display: block;
}
.in_08 .in_con8 .fl a i {
  display: block;
  margin-left: 0.3rem;
}
.in_08 .in_con8 .fl a i img {
  width: 0.3rem;
  display: block;
}
.in_08 .in_con8 .fl a i img:nth-child(2) {
  display: none;
}
.in_08 .in_con8 .fl a:first-child {
  margin-top: 0;
}
.in_08 .in_con8 .fl a:hover {
  background: #174193;
  color: #fff;
}
.in_08 .in_con8 .fl a:hover span {
  color: #fff;
  opacity: 0.6;
}
.in_08 .in_con8 .fl a:hover i img:nth-child(1) {
  display: none;
}
.in_08 .in_con8 .fl a:hover i img:nth-child(2) {
  display: block;
}
.in_08 .in_con8 .fr {
  width: 48%;
  border: solid #ccc 1px;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_08 .in_con8 .fr img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.in_08 .in_con8.on {
  display: flex;
}

.in_09 {
  overflow: hidden;
  padding: 1rem 0px;
  background: #f2f6f9;
}
.in_09 ul.ul9 {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
}
.in_09 ul.ul9 li {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_09 ul.ul9 li i {
  display: block;
}
.in_09 ul.ul9 li i img {
  display: block;
  width: 100%;
}
.in_09 ul.ul9 li a.txt9 {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.in_09 ul.ul9 li a.txt9 span {
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.in_09 ul.ul9 li a.txt9 span img {
  width: 0.12rem;
}
.in_09 ul.ul9 li a.txt7:hover span {
  background: #174193;
  border-color: #174193;
}

.in_10 {
  overflow: hidden;
  padding: 1rem 0px;
}
.in_10 .sw_link {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}
.in_10 .sw_link .swiper-slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3rem;
}
.in_10 .sw_link .swiper-slide a {
  display: inline-block;
  background: #f2f6f9;
  border-radius: 0.1rem;
}
.in_10 .sw_link .swiper-slide a img {
  width: 100%;
}
.in_10 .sw_link .swiper-slide a:first-child {
  background: #0083e8;
}
.in_10 .link_pg {
  position: static;
  height: 100%;
  z-index: 999;
  width: 0.75rem !important;
}
.in_10 .link_pg span.swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #dce3ef;
  opacity: 1;
  padding: 0;
}
.in_10 .link_pg span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.12rem;
  height: 0.12rem;
  background: #174193;
  opacity: 1;
}

.btnfr {
  overflow: hidden;
  background: #f2f6f9;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.btn_01 .fl {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btn_01 .fl dl {
  margin: 0px;
  padding: 0px;
}

.btn_01 .fl dl dt {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-family: SourceHanSansCN-Medium;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.btn_01 .fl dl dt a {
  color: #333;
}

.btn_01 .fl dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0.08rem 0px;
  padding: 0px;
  line-height: 1.75;
}

.btn_01 .fl dl dd a {
  color: #999;
}

.btn_01 .fl a:hover {
  color: #0d6fb8;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  background: #174193;
  padding: 0.4rem 0;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.8rem;
}

.btn_02 a {
  color: rgba(255, 255, 255, 0.7);
}

.subfr {
  overflow: hidden;
  position: relative;
}

.subfr .sub_bg {
  width: 100%;
  overflow: hidden;
  height: 6rem;
  position: relative;
  z-index: 1;
}

.subfr .sub_bg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.subfr .sub_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 1.4rem;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
}

.subfr .sub_c .c {
  width: 100%;
  overflow: visible;
  margin-top: 2rem;
}

.subfr .sub_c .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

/* .subfr .sub_c .p1{font-family:SourceHanSansCN-Bold;}
.subfr .sub_c .p2{text-transform:uppercase;color:rgba(255,255,255,.5);} */
.subfr .sub_b {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  z-index: 9;
}

.subfr .sub_b .c {
  float: right;
  color: #fff;
  line-height: 0.4rem;
}

.subfr .sub_b a {
  float: left;
  color: #fff;
}

.subfr .sub_b i {
  float: left;
  margin: 0px 0.1rem;
}

.subfr .sub_b a.home {
  width: 0.14rem;
  height: 0.4rem;
  background: url("../images/nav_01.png") 50% no-repeat;
  background-size: 100%;
}

.navfr {
  overflow: hidden;
  height: 1rem;
  background-color: #f0f4f7;
}

.navfr ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.navfr ul li {
  width: 100%;
  height: 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Medium;
}

.navfr ul li::before {
  content: "";
  display: block;
  width: 2px;
  height: 0.1rem;
  background-color: #aeb9c2;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.navfr ul li:first-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 0.1rem;
  background-color: #aeb9c2;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.navfr ul li a {
  color: #000;
}

.navfr ul li.active a {
  color: #0c66aa;
}

.nav_slide {
  width: 100%;
  overflow: hidden;
}

.nav_slide .swiper-slide {
  width: auto;
  height: 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Medium;
}

.nav_slide .swiper-slide a {
  color: #000;
  display: inline-block;
  padding: 0px 10px;
}

.nav_slide .swiper-slide a.active {
  color: #0c66aa;
}

.prd_01 {
  overflow: hidden;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  position: relative;
}

.prd_01::before {
  content: "";
  width: 100%;
  height: 55%;
  display: block;
  background-color: #f5f7f9;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.prd01_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.prd01_t .p {
  width: 100%;
  overflow: visible;
  padding-left: 0.35rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prd01_t .p1 {
  font-family: SourceHanSansCN-Medium;
  line-height: 1.3;
  color: #222;
  position: relative;
}

.prd01_t .p1::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.4rem;
  background-color: #0d6fb8;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.prd01_t .p2 {
  color: #999;
  line-height: 1.3;
  text-transform: uppercase;
}

.prd01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  position: relative;
  z-index: 9;
}

.prd01_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.6rem;
}

.prd01_c ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.6rem 0px;
  background-color: #fff;
  border: 0.01rem solid #f1f1f1;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
}

.prd01_c ul li .img {
  width: 44%;
  overflow: hidden;
  float: left;
  position: relative;
}

.prd01_c ul li .img img {
  width: 100%;
  display: block;
}

.prd01_c ul li .img .img1 {
  height: 1.8rem;
}

.prd01_c ul li .img .img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  z-index: 9;
  height: 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.prd01_c ul li .img::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  display: block;
  background-color: #f1f1f1;
  position: absolute;
  right: 0px;
  top: 0px;
}

.prd01_c ul li .txt {
  width: 56%;
  overflow: hidden;
  padding: 0px 0.4rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prd01_c ul li .txt .p1 {
  color: #333;
  font-family: SourceHanSansCN-Bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.prd01_c ul li .txt .p2 {
  color: #999;
  line-height: 0.28rem;
  overflow: hidden;
  margin-top: 0.1rem;
  height: 0.84rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prd01_c ul li .txt .p3 {
  margin-top: 0.2rem;
  color: #0d6fb8;
}

.prd01_c ul li .txt .p3 i {
  display: inline-block;
  background: url("../images/aa2_on.svg") 100% calc(50% + 0.01rem) no-repeat;
  background-size: 0.1rem;
  padding-right: 0.2rem;
}

.prd01_c ul li:hover .img .img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.prd_02 {
  overflow: hidden;
  padding-top: 1.4rem;
}

.prd_03 {
  overflow: hidden;
  padding-top: 0.6rem;
  position: relative;
  padding-bottom: 1.4rem;
}

.prd_03::before {
  content: "";
  display: block;
  width: calc(100% - 1.6rem - 1.6rem);
  height: calc(100% - 0.5rem - 0.6rem - 1.4rem);
  background: url("../images/prd_01.jpg") 100% 100% no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 1.4rem;
  pointer-events: none;
  z-index: 1;
}

.prd_03 .wrap_nr {
  position: relative;
  z-index: 9;
}

.prd_03 .img {
  width: 36.27%;
  overflow: hidden;
  float: left;
  margin-bottom: 0.8rem;
  position: relative;
  -moz-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
}

.prd_03 .img img {
  width: 100%;
  display: block;
}

.prd_03 .img .img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  z-index: 9;
}

.prd_03 .txt {
  width: calc(63.73% - 0.8rem);
  float: right;
  margin-top: 0.5rem;
}

.prd_03 .txt .c {
  width: 100%;
  overflow: visible;
}

.prd_03 .txt .p {
  width: 100%;
  overflow: visible;
}

.prd_03 .txt .p1 {
  color: #0d6fb8;
  font-family: SourceHanSansCN-Bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.4rem;
  margin-top: 0.8rem;
}

.prd_03 .txt .p1::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.02rem;
  background-color: #0d6fb8;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.prd_03 .txt .p2 {
  margin-top: 0.4rem;
  color: #666;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prd_04 {
  overflow: hidden;
  background-color: #f5f7f9;
  padding: 1.2rem 0px 1.4rem 0px;
}

.prd04_t {
  width: 100%;
  overflow: hidden;
  color: #666;
  padding-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prd04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
}

.prd04_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.6rem;
  -moz-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
}

.prd04_c ul li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.prd04_c ul li .img {
  width: 33.45%;
  overflow: hidden;
}

.prd04_c ul li .img img {
  width: 100%;
  display: block;
}

.prd04_c ul li .txt {
  width: 66.55%;
  padding: 0.6rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.prd04_c ul li .txt .C {
  width: 100%;
  overflow: visible;
}

.prd04_c ul li .txt .p {
  width: 100%;
  overflow: visible;
}

.prd04_c ul li .txt .p1 {
  color: #0d6fb8;
  font-family: SourceHanSansCN-Bold;
  line-height: 1.5;
}

.prd04_c ul li .txt .p2 {
  color: #666;
  line-height: 1.75;
  margin-top: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prd04_c ul li:nth-child(2n) .txt {
  background-position: 0% 0%;
}

.lc_01 {
  overflow: hidden;
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
}

.lc01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url("../images/lc_01.jpg") 100% 0% no-repeat #0d6fb8;
  background-size: auto 100%;
}

.lc01_c .img {
  width: 44.23%;
  overflow: hidden;
}

.lc01_c .img img {
  width: 100%;
  display: block;
}

.lc01_c .txt {
  width: 55.77%;
  overflow: hidden;
  padding: 0.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lc01_c .txt .c {
  width: 100%;
  overflow: visible;
  color: #fff;
}

.lc01_c .txt .p {
  width: 100%;
  overflow: visible;
}

.lc01_c .txt .p1 {
  font-family: SourceHanSansCN-Bold;
  line-height: 1.5;
}

.lc01_c .txt .p2 {
  margin-top: 0.2rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lc_02 {
  overflow: hidden;
  background-color: #f5f7f9;
  padding: 1.2rem 0px;
}

.lc02_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.lc02_c .img {
  width: 44.79%;
  overflow: hidden;
  padding: 0.5rem 0px;
  padding-right: 0.4rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lc02_c .img::before {
  content: "";
  display: block;
  width: 51.34%;
  height: 100%;
  background-color: #0d6fb8;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.lc02_c .img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}

.lc02_c .txt {
  width: calc(55.21% - 1rem);
}

.lc02_c .txt .c {
  width: 100%;
  overflow: visible;
}

.lc02_c .txt .p {
  width: 100%;
  overflow: visible;
}

.lc02_c .txt .p1 {
  color: #333;
  line-height: 1.5;
  font-family: SourceHanSansCN-Bold;
}

.lc02_c .txt .p2 {
  color: #666;
  line-height: 1.75;
  margin-top: 0.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lc_03 {
  overflow: hidden;
  background-color: #fff;
  padding: 1.2rem 0px;
}

.lc03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  border: 0.01rem solid #f4f4f4;
  padding: 0.5rem;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.2rem 0px 0.5rem rgba(0, 0, 0, 0.05);
}

.lc03_c .img {
  width: 36.62%;
  overflow: hidden;
  float: left;
}

.lc03_c .img img {
  width: 100%;
  display: block;
}

.lc03_c .txt {
  width: 63.38%;
  overflow: hidden;
  float: right;
  padding-left: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lc03_c .txt .c {
  width: 100%;
  overflow: visible;
}

.lc03_c .txt .p {
  width: 100%;
  overflow: visible;
}

.lc03_c .txt .p1 {
  color: #0d6fb8;
  position: relative;
  border-bottom: 0.01rem solid #cddbee;
  line-height: 0.6rem;
  font-family: SourceHanSansCN-Bold;
  padding-bottom: 0.1rem;
}

.lc03_c .txt .p2 {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lc03_c .txt .p2 p {
  margin-bottom: 0.1rem;
}

.lc03_c .txt .p2 p:last-child {
  margin-bottom: 0px;
}

.qyjj_01 {
  overflow: hidden;
  padding: 1.8rem 0px;
}

.qy01_c {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.qy01_c .img {
  width: 49.3%;
  overflow: hidden;
  position: relative;
}

.qy01_c .img .c {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.03rem;
}

.qy01_c .img .c img {
  width: 100%;
  display: block;
}

.qy01_c .img .c img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.qy01_c .img .c em {
  width: 0.66rem;
  height: 0.66rem;
  overflow: visible;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.qy01_c .img .c em b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: url("../images/qyjj_01.png") 50% no-repeat;
  background-size: 100%;
}

.qy01_c .img .c em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  overflow: hidden;
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-animation: ksan_01 2.1s linear infinite;
  animation: ksan_01 2.1s linear infinite;
}

.qy01_c .img .c em::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  overflow: hidden;
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-animation: ksan_01 2.1s linear infinite;
  animation: ksan_01 2.1s linear infinite;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.qy01_c .img::after {
  content: "";
  display: block;
  width: calc(100% - 0.8rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  height: 0.15rem;
  border-radius: 0px 0px 0.03rem 0.03rem;
  background-color: #0d6fb8;
}

.qy01_c .txt {
  width: calc(50.7% - 1rem);
  overflow: hidden;
}

.qy01_c .txt .qyjj01_c {
  width: 100%;
  padding-right: 0.4rem;
  overflow: hidden;
  height: 3.65rem;
  overflow-y: auto;
  margin-top: 0.4rem;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qy01_c .txt .qyjj01_c p {
  margin-bottom: 0.1rem;
}

.qy01_c .txt .qyjj01_c p:last-child {
  margin-bottom: 0px;
}

.qy01_c .txt .qyjj01_c::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
}

.qy01_c .txt .qyjj01_c::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.qy01_c .txt .qyjj01_c::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: linear-gradient(#0d6fb8, #ffffff);
  background: -webkit-linear-gradient(#0d6fb8, #ffffff);
  background: -o-linear-gradient(#0d6fb8, #ffffff);
  background: -moz-linear-gradient(#0d6fb8, #ffffff);
}

.qy01_c .txt .qyjj01_c::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  background: linear-gradient(#0d6fb8, #ffffff);
  background: -webkit-linear-gradient(#0d6fb8, #ffffff);
  background: -o-linear-gradient(#0d6fb8, #ffffff);
  background: -moz-linear-gradient(#0d6fb8, #ffffff);
}

.qyjj_02 {
  overflow: hidden;
  background: url("../images/qyjj_02.jpg") 50% no-repeat;
  background-size: cover;
  padding: 1rem 0px;
}

.qyjj_02 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
}

.qyjj_02 ul li {
  width: 100%;
  overflow: visible;
  text-align: center;
  position: relative;
}

.qyjj_02 ul li::before {
  content: "";
  display: block;
  width: 0.02rem;
  height: 1rem;
  background-color: #cae0e3;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.qyjj_02 ul li:nth-child(1):after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 1rem;
  background-color: #cae0e3;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.qyjj_02 ul li .c {
  display: inline-block;
  text-align: left;
}

.qyjj_02 ul li .p {
  width: 100%;
  overflow: visible;
}

.qyjj_02 ul li .p1 {
  text-align: center;
  line-height: 0.7rem;
}

.qyjj_02 ul li .p1 label {
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center;
}

.qyjj_02 ul li .p1 label i {
  display: inline-block;
}

.qyjj_02 ul li .p1 label .i1 {
  color: #0d6fb8;
  font-family: Oswald_Medium;
}

.qyjj_02 ul li .p1 label .i2 {
  color: #222;
  margin-left: 0.2rem;
  position: relative;
  top: -0.13rem;
}

.qyjj_02 ul li .p2 {
  color: #222;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.qyjj_02 ul li:nth-child(1) .p1 label .i1 span {
  display: inline-block;
  min-width: 1.3rem;
}

.qyjj_02 ul li:nth-child(2) .p1 label .i1 span {
  display: inline-block;
  min-width: 0.52rem;
}

.qyjj_02 ul li:nth-child(3) .p1 label .i1 span {
  display: inline-block;
  min-width: 0.8rem;
  text-align: center;
}

.qyjj_02 ul li:nth-child(4) .p1 label .i1 span {
  display: inline-block;
  min-width: 0.7rem;
  text-align: center;
}

.wh_01 {
  padding: 1.4rem 0px 1.8rem 0px;
}

.wh01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  -moz-box-shadow: 0px 0px 0.21rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 0.21rem rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0.21rem rgba(0, 0, 0, 0.25);
}

.wh01_c .wwh01c_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.wh01_c .wwh01c_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.wh01_c .wwh01c_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.wh01_c .wwh01c_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
}

.wh01_c .wwh01c_c ul li {
  width: 100%;
  overflow: visible;
  text-align: center;
  position: relative;
}

.wh01_c .wwh01c_c ul li::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.wh01_c .wwh01c_c ul li:last-child::before {
  display: none;
}

.wh01_c .wwh01c_c ul li::after {
  content: "";
  display: block;
  width: calc(100% + 0.01rem);
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: -0.01rem;
  top: 100%;
  z-index: 2;
  background-color: #116db1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.wh01_c .wwh01c_c ul li .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.wh01_c .wwh01c_c ul li .p {
  width: 100%;
  overflow: visible;
}

.wh01_c .wwh01c_c ul li .p1 {
  font-family: MiSans-Medium;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  margin-top: 1.4rem;
}

.wh01_c .wwh01c_c ul li .p2 {
  margin-top: 0.6rem;
  color: #fff;
  position: relative;
  line-height: 1.5;
  padding-top: 0.2rem;
}

.wh01_c .wwh01c_c ul li .p2::before {
  content: "";
  display: block;
  width: 0.38rem;
  height: 0.04rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

.wh01_c .wwh01c_c ul li .p2 span {
  display: inline-block;
}

.wh01_c .wwh01c_c ul li .p3 {
  margin-top: 0.6rem;
  color: #fff;
  line-height: 0.3rem;
  opacity: 1;
  height: 2.4rem;
}

.wh01_c .wwh01c_c ul li .p4 {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  text-transform: uppercase;
}

.wh01_c .wwh01c_c ul li .p5 {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.wh01_c .wwh01c_c ul li:hover::after {
  opacity: 1;
  top: 0px;
}

.wh01_c .wwh01c_c ul li:hover .p4 {
  color: #fff;
}

.wh01_c .wwh01c_c ul li:hover .p5 {
  color: #fff;
}

.fzlc_01 {
  overflow: hidden;
  position: relative;
  margin-top: 1.4rem;
  padding-top: 0.5rem;
  min-height: 12rem;
}

.fzlc01_bg {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  background: url("../images/fzlc_01.jpg") 100% 0% no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.fz01cs_img {
  width: 6rem;
  overflow: visible;
  position: absolute;
  right: 2.57rem;
  top: 50%;
  transform: translateY(-50%);
}

.fz01cs_img b {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  border-radius: 50%;
  background-color: #0d6fb8;
  position: absolute;
  right: 20.5%;
  top: -20%;
}

.fz01cs_img .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fz01cs_img .img img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.fz01cs_img .img .img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.fzlc01_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.6rem;
}

.fzlc01c_slide {
  width: calc(100% - 7.2rem);
  overflow: hidden;
}

.fzlc01c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.fzlc01c_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
}

.fzlc01c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.fzlc01c_slide .swiper-slide ul li .p {
  width: 100%;
  overflow: hidden;
}

.fzlc01c_slide .swiper-slide ul li .p1 {
  position: relative;
  color: #444;
  font-family: SourceHanSansCN-Bold;
  line-height: 1.5;
}

.fzlc01c_slide .swiper-slide ul li .p1::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #e7e7e7;
  position: absolute;
  left: 0px;
  bottom: 0.01rem;
  z-index: 1;
}

.fzlc01c_slide .swiper-slide ul li .p1 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.3rem;
}

.fzlc01c_slide .swiper-slide ul li .p1::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.04rem;
  background-color: #0d6fb8;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.fzlc01c_slide .swiper-slide ul li .p2 {
  overflow: hidden;
  color: #666;
  margin-top: 0.25rem;
}

.fzlc01c_slide .swiper-slide ul li .p2 p {
  margin: 0.05rem 0px;
}

.fzlc01c_slide .swiper-slide ul li:last-child {
  margin-bottom: 0px;
}

.fzlc01c_slide .swiper-slide ul li:hover .p1 {
  color: #0d6fb8;
}

.fzlc01c_slide .swiper-slide ul li:hover .p1::after {
  width: calc(100% - 1.2rem);
}

.fzlc01cs_b {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.fzlc01cs_b a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 50%;
  position: relative;
  float: left;
}

.fzlc01cs_b a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  border: 0.02rem solid #0d6fb8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fzlc01cs_b a:nth-child(1) {
  margin-right: 0.2rem;
}

.fzlc01cs_b a b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.fzlc01cs_b a:nth-child(1) b {
  background: url("../images/aa1_on.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.fzlc01cs_b a:nth-child(2) b {
  background: url("../images/aa2_on.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.fzlc01cs_b a:hover::before {
  background-color: #0d6fb8;
  -moz-box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
  -webkit-box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
  box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
}

.fzlc01cs_b a:nth-child(1):hover b {
  background: url("../images/aa1.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.fzlc01cs_b a:nth-child(2):hover b {
  background: url("../images/aa2.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ryzz_01 {
  overflow: visible;
  padding-top: 1.4rem;
}

.ryzz_01 .clearheight {
  background-color: #f5f7f9;
}

/*new add*/
.awardList ul {
  display: flex;
  flex-wrap: wrap;
}
.awardList ul li {
  width: 32%;
  padding: 0.3rem;
  background: #f5f7f9;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 0.4rem;
}
.awardList ul li img {
  width: 100%;
  display: block;
}
.awardList ul li:nth-child(3n) {
  margin-right: 0;
}

.utilityList {
  padding-bottom: 1rem;
}
.utilityList ul {
  display: flex;
  flex-wrap: wrap;
}
.utilityList ul li {
  width: 23%;
  padding: 0.3rem;
  background: #f5f7f9;
  box-sizing: border-box;
  margin-right: 2.666%;
  margin-top: 0.4rem;
}
.utilityList ul li img {
  width: 100%;
  display: block;
}
.utilityList ul li:nth-child(4n) {
  margin-right: 0;
}

.ryzz_02 {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-top: 0.8rem;
  z-index: 8;
}

.ryzz_02 .bg {
  width: calc(100% + 5rem);
  overflow: hidden;
  position: absolute;
  left: -2.5rem;
  bottom: 0px;
  z-index: 1;
  background-color: #f5f7f9;
}

.ryzz02_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-radius: 0.08rem;
  -moz-box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
}

.ryzz02_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ryzz02_slide .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ryzz02_slide .swiper-slide .img img {
  width: 100%;
  display: block;
}

.ryzz02_slide .swiper-slide .img .c {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ryzz02_slide .swiper-slide .img .c img {
  width: auto;
  max-width: 70%;
  max-height: 70%;
  display: block;
}

.ryzz_02 .ryzz02s_prev {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.ryzz_02 .ryzz02s_prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 0.02rem solid #0d6fb8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ryzz_02 .ryzz02s_prev b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.ryzz_02 .ryzz02s_prev b {
  background: url("../images/aa1_on.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ryzz_02 .ryzz02s_prev:hover::before {
  background-color: #0d6fb8;
  -moz-box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
  -webkit-box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
  box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
}

.ryzz_02 .ryzz02s_prev:hover b {
  background: url("../images/aa1.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ryzz_02 .ryzz02s_next {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.ryzz_02 .ryzz02s_next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 0.02rem solid #0d6fb8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ryzz_02 .ryzz02s_next b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.ryzz_02 .ryzz02s_next b {
  background: url("../images/aa2_on.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ryzz_02 .ryzz02s_next:hover::before {
  background-color: #0d6fb8;
  -moz-box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
  -webkit-box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
  box-shadow: 0.1rem 0px 0.3rem rgba(13, 111, 184, 0.3);
}

.ryzz_02 .ryzz02s_next:hover b {
  background: url("../images/aa2.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.ryzz_03 {
  overflow: hidden;
  position: relative;
  background-color: #f5f7f9;
  padding-top: 0.6rem;
  padding-bottom: 1.8rem;
  margin-top: -0.1rem;
  z-index: 9;
}

.ryzz_03 .b1 {
  width: 0.27rem;
  overflow: hidden;
  height: 100px;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ryzz03_slide {
  width: 100%;
  overflow: hidden;
}

.ryzz03_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.ryzz03_slide .swiper-slide .a {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.ryzz03_slide .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.08rem;
}

.ryzz03_slide .swiper-slide .img img {
  width: 100%;
  display: block;
}

.ryzz03_slide .swiper-slide .img .c {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ryzz03_slide .swiper-slide .img .c img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ryzz03_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1.75;
  margin-top: 0.2rem;
  color: #444;
}

.ryzz03_slide .swiper-slide .a.active .txt {
  color: #0c66aa;
}

.ryzz03_slide .swiper-slide .a:hover .img .c img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.jobdetail #nxq_01 {
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.jobdetail #nxq_01 p {
  line-height: 1.75;
}

.jobdetail #nxq_01 img {
  max-width: 100%;
  height: auto !important;
}

.ss_01 {
  overflow: hidden;
  background: url("../images/prd_01.jpg") 50% no-repeat;
  background-size: cover;
  background-color: #eee;
  padding: 0.9rem 0px;
}

.ss_01_c {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.ss_01_c .c {
  display: inline-block;
  width: 100%;
  max-width: 9rem;
  position: relative;
  height: 0.8rem;
}

.ss_01_c .c input.ss_01c_txt {
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ss_01_c .c label {
  width: 2rem;
  height: 0.8rem;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  border-radius: 0.8rem;
  background-color: #0c66aa;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.ss_01_c .c label input.ss_01c_btn {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.ss_01_c .c label span {
  display: inline-block;
  background: url("../images/top_01.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.4rem;
}

.ss_01_b {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
  text-align: center;
  color: #333;
  line-height: 1.75;
}

.ss_01_b i {
  color: #0c66aa;
}

.ss_01_b span {
  display: inline-block;
}

.ss_01_b span:nth-child(2) {
  margin-left: 0.4rem;
}

.ss_02 {
  overflow: hidden;
  padding-top: 1rem;
}

.ss_02 .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.ss_02 .p1 img {
  display: block;
  height: 2rem;
  margin: 0px auto;
  padding: 0px;
}

.ss_02 .p2 {
  text-align: center;
  color: #9e9e9e;
  line-height: 1.75;
  margin-top: 0.2rem;
}

.ss_03 {
  overflow: hidden;
}

.ss_03 .sconbox .ntita {
  width: 100%;
}

.ss_03 .sconbox a.more {
  margin-top: 0.4rem;
}

.ss_03 ul.newslist > li .sconbox a.more {
  background-color: #0c66aa;
  color: #fff;
}

.ss_03 .sconbox a.more i img:nth-child(2) {
  display: block;
}

.ss_03 .sconbox a.more i img:nth-child(1) {
  display: none;
}

.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 1500px) {
  .menufr ul li {
    margin-right: 0.45rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1029px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .fr_t {
    flex-wrap: wrap;
  }
  .fr_t .search {
    width: calc(100% - 0.4rem);
    margin-left: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .topc .fr {
    margin-right: 0px;
  }
  .mtmenu_click {
    float: right; /* margin-left:20px; */
    margin-right: 0rem;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
    height: 0.5rem; /* margin-top:.25rem; */
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 0.36rem;
    height: 0.5rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") 50% no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/aa8.svg") 50% no-repeat;
    background-size: 0.32rem;
  }
  .topfr {
    top: 0px;
  }
  .topfr .wrap_c {
    padding: 0;
  }
  .topc {
    padding: 0px 20px;
    border-radius: 0px;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
  }
  .topc .fl {
    margin-left: 0px;
    padding-bottom: 0;
  }
  .top_on .topc {
    padding: 0px 20px;
    margin-left: -20px;
  }
  .menufr {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 1rem;
    background-color: #fff;
    margin-left: 0px;
    border-top: 0.01rem solid #f9f9f9;
    display: none;
  }
  .menufr ul li {
    width: 100%;
    margin-right: 0px;
    border-bottom: 0.01rem solid #f9f9f9;
    padding: 0.1rem 0px;
  }
  .menufr ul li .mu_t {
    height: 0.6rem;
    justify-content: flex-start;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li .mu_t a {
    color: #000;
  }
  .menufr ul li .mu_t a:hover {
    color: #000;
  }
  .menufr ul li:hover .mu_t a {
    color: #000;
  }
  .menufr ul li .mu_t1 {
    position: relative;
  }
  .menufr ul li .mu_t1::before {
    content: "";
    display: block;
    width: 0.22rem;
    height: 100%;
    background: url("../images/aa4.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    pointer-events: none;
  }
  .menufr ul li .mu_c {
    display: none;
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li .mu_c b {
    display: none;
  }
  .menufr ul li .mu_c .muc_c {
    margin-top: 0px;
    padding-top: 0px;
    padding: 0px 20px;
    -moz-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    display: block;
  }
  .menufr ul li .mu_c .muc_c p {
    text-align: left;
    padding-left: 2em;
    width: 100%;
    margin-right: 0;
    background: none;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .menufr ul li .mu_c .muc_c p a {
    color: #999;
  }
  .menufr ul li.active1 .mu_t1::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .menufr ul li.active1 .mu_t a {
    color: #0d6fb8;
  }
  .menufr ul li:nth-child(5) .mu_t1::before {
    display: none;
  }
  .topfr.top_active .menufr {
    display: block !important;
  }
  .in_01 {
    height: 60vh;
  }
  .in_01pg {
    right: 0.2rem;
  }
  .in_01_slide .swiper-slide .in_01_bg {
    height: 60vh;
  }
  .in_01_slide .swiper-slide .in_01_bg img {
    height: 100%;
    object-fit: cover;
  }
  .in_02, .in_03, .in_04, .in_05, .in_06, .in_07, .in_08, .in_09, .in_10 {
    padding: 0.6rem 0px;
  }
  .btn_01 {
    margin-top: 0;
  }
  .btn_01 .fl {
    display: none;
  }
  .btn_02 {
    margin-top: 0;
    padding: 0.2rem 0;
  }
  /* .btn_02 .wrap_c{display: flex;} */
  .btn_02 .fr {
    float: none;
    margin-bottom: 0.1rem;
  }
  .navfr .wrap_nr {
    padding: 0px 10px;
  }
  .lc_01 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .lc01_c {
    display: block;
  }
  .lc01_c .img {
    width: 100%;
  }
  .lc01_c .txt {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .lc01_c {
    margin-top: 0.4rem;
  }
  .lc_02 {
    padding: 0.6rem 0px;
  }
  .lc02_c {
    display: block;
    padding-top: 0.4rem;
  }
  .lc02_c .txt {
    width: 100%;
  }
  .lc02_c .img {
    width: 100%;
    margin-top: 0.4rem;
  }
  .lc_03 {
    padding: 0.6rem 0px;
  }
  .lc03_c {
    margin-top: 0.4rem;
    padding: 0.2rem;
  }
  .lc03_c .img {
    width: 100%;
  }
  .lc03_c .txt {
    width: 100%;
    padding-left: 0px;
    margin-top: 0.2rem;
  }
  .prd_02 {
    padding-top: 0.6rem;
  }
  .prd_03 {
    padding-top: 0.4rem;
    padding-bottom: 0px;
  }
  .prd_03 .img {
    width: 100%;
    margin-bottom: 0px;
  }
  .prd_03 .txt {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  .prd_03 .txt .p1 {
    margin-top: 0px;
  }
  .prd_03::before {
    width: 100%;
    bottom: 0rem;
  }
  .prd_04 {
    padding: 0.6rem 0px;
  }
  .prd04_c ul li {
    display: block;
  }
  .prd04_c ul li .img {
    width: 100%;
  }
  .prd04_c ul li .txt {
    width: 100%;
    padding: 0.4rem;
  }
  .prd_01 {
    padding-top: 0.6rem;
  }
  .prd01_c ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.4rem;
  }
  .prd01_c ul li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .prd01_c ul li .img {
    width: 100%;
  }
  .prd01_c ul li .img .img1 {
    height: auto;
  }
  .prd01_c ul li .img::before {
    display: none;
  }
  .prd01_c ul li .txt {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .ryzz_01 {
    padding-top: 0.6rem;
  }
  .ryzz_02 {
    margin-top: 0.4rem;
  }
  .ryzz_02 .ryzz02s_prev {
    left: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .ryzz_02 .ryzz02s_next {
    right: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .ryzz_03 {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .fzlc01_bg {
    margin-top: 0rem;
    height: 6rem;
    position: relative;
    padding-bottom: 1rem;
  }
  .fz01cs_img {
    right: 20px;
    width: calc(100% - 40px);
  }
  .fzlc01_c {
    margin-top: 0.4rem;
  }
  .fzlc01c_slide {
    width: 100%;
  }
  .wh_01 {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .wh01_c .wwh01c_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .wh01_c .wwh01c_c ul li {
    overflow: hidden;
  }
  .wh01_c .wwh01c_c ul li::before {
    width: 100%;
    height: 0.01rem;
    bottom: 0px;
    top: initial;
  }
  .wh01_c .wwh01c_c ul li:hover:after {
    top: 100%;
    opacity: 0;
  }
  .wh01_c .wwh01c_c ul li:after {
    top: 0%;
    left: -100%;
    opacity: 0;
  }
  .wh01_c .wwh01c_c ul li.active:after {
    top: 0%;
    left: 0%;
    opacity: 1;
  }
  .qyjj_01 {
    padding: 0.6rem 0px;
  }
  .qy01_c {
    display: block;
  }
  .qy01_c .txt {
    width: 100%;
  }
  .qy01_c .txt .qyjj01_c {
    height: auto;
    padding-right: 0px;
  }
  .qy01_c .img {
    width: 100%;
    margin-top: 0.4rem;
  }
  .qyjj_02 {
    padding: 0.6rem 0px;
  }
  .qyjj_02 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.6rem;
  }
  .qyjj_02 ul li:nth-child(3):after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 1rem;
    background-color: #cae0e3;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .qyjj_02 ul li .p2 {
    margin-top: 0px;
  }
  .in_03 .wrap_c .fl ul li a span {
    width: calc(100% - 0.25rem);
  }
}
#btntop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

#btntop a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#btntop a img {
  width: 0.8rem;
}

@media screen and (max-width: 749px) {
  .h2tit1 div a {
    height: 0.4rem;
    margin-right: 0.1rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    line-height: 0.4rem;
  }
  .in_02 .in_box2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .in_03 .wrap_c {
    flex-wrap: wrap;
  }
  .in_03 .wrap_c .fl {
    width: 100%;
  }
  .in_03 .wrap_c .fl .in_con3 {
    margin-top: 0.3rem;
  }
  .in_03 .wrap_c .fl ul {
    padding-top: 0.2rem;
  }
  .in_03 .wrap_c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_04 .in_con4 {
    margin-top: 0.4rem;
  }
  .in_05 .mapbox {
    margin-top: 0.4rem;
  }
  .in_05 ul.ul5 {
    margin-top: 0.4rem;
  }
  .in_05 ul.ul5 li .txt5 {
    bottom: 0.2rem;
    width: calc(100% - 0.4rem);
    padding-top: 0.2rem;
    left: 0.2rem;
  }
  .in_06 .statebox {
    margin-top: 0.4rem;
  }
  .in_07 ul.ul7 {
    margin-top: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .in_07 ul.ul7 li a.txt7 {
    padding: 0.2rem;
  }
  .in_07 ul.ul7 li a.txt7 span {
    margin-top: 0.2rem;
  }
  .in_08 .in_con8 {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .in_08 .in_con8 .fl {
    width: 100%;
  }
  .in_08 .in_con8 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_09 ul.ul9 {
    margin-top: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .in_10 .sw_link .swiper-slide {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1rem;
  }
  #btntop {
    display: none;
  }
}
/*20250328*/
body {
  line-height: 1.6;
}

.fr_t .search .search_btn {
  background-image: url("../images/t_01.svg");
}

.mtmenu_click {
  width: 0.22rem;
  height: 0.3rem;
  display: inline-block;
  margin-left: 0.3rem;
  display: none;
  margin-top: 0.02rem;
}

.mtmenu_click a {
  width: 0.22rem;
  height: 100%;
  background: url("../images/t_02.svg") 50% no-repeat;
  background-size: 100%;
  margin-left: 0px;
}

.topfr.on1 {
  padding-top: 0px;
}

.topfr.on1 .topc {
  border-bottom: 0px;
}

.topfr.on1 .menufr {
  display: none;
}

.topfr.on1 .topc .fl {
  padding: 0px;
}

.topfr.on1 .topc .fl img {
  height: 0.6rem;
}

.topfr.on1 .mtmenu_click {
  display: block;
}

.topfr.on2 {
  padding-top: 0.2rem;
}

.topfr.on2 .topc {
  border-bottom: 0rem;
}

.topfr.on2 .menufr {
  display: block;
}

.topfr.on2 .topc .fl {
  padding: 0px 0px 0.3rem 0px;
}

.topfr.on2 .topc .fl img {
  height: 1rem;
}

.topfr.on2 .mtmenu_click {
  margin-top: 0.02rem;
}

.topfr._hover {
  background-color: rgba(23, 65, 147, 0.95);
}

.topfr._hover .topc {
  border-bottom: 0px;
}

.topfr.on .topc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.h2tit1 div span {
  margin-right: 0px;
  margin-left: 0.3rem;
}

.h2tit1 div span a {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
}

.inbox2_ul1 {
  width: 100%;
  overflow: visible;
  position: relative;
}

.inbox2_ul1 .b1 {
  width: 0.3rem;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.inbox2_ul1 .inbox2ul1_prev {
  width: 0.14rem;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: -0.6rem;
  top: 0px;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  z-index: 9;
}

.inbox2_ul1 .inbox2ul1_prev:hover {
  background-image: url("../images/t_04.svg");
}

.inbox2_ul1 .inbox2ul1_next {
  width: 0.14rem;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: -0.6rem;
  top: 0px;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  z-index: 9;
}

.inbox2_ul1 .inbox2ul1_next:hover {
  background-image: url("../images/t_04.svg");
  cursor: pointer;
}

.inbox2_ul2 {
  width: 100%;
  overflow: visible;
  position: relative;
}

.inbox2_ul2 .b1 {
  width: 0.3rem;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.inbox2_ul2 .inbox2ul2_prev {
  width: 0.14rem;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: -0.6rem;
  top: 0px;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  z-index: 9;
}

.inbox2_ul2 .inbox2ul2_prev:hover {
  background-image: url("../images/t_04.svg");
}

.inbox2_ul2 .inbox2ul2_next {
  width: 0.14rem;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  right: -0.6rem;
  top: 0px;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  z-index: 9;
}

.inbox2_ul2 .inbox2ul2_next:hover {
  background-image: url("../images/t_04.svg");
  cursor: pointer;
}

.inbox2_slide {
  width: 100%;
  overflow: hidden;
}

.inbox2_slide .swiper-slide {
  width: calc((100% - 0.9rem) / 4);
  overflow: hidden;
}

.inbox2_slide .swiper-slide .li {
  width: 100%;
  overflow: hidden;
}

.inbox2_slide .swiper-slide .li i {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.inbox2_slide .swiper-slide .li i img {
  z-index: 1;
}

.inbox2_slide_01 .swiper-slide .li i {
  aspect-ratio: 4/3;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.inbox2_slide_01 .swiper-slide .li i img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.inbox2_slide .swiper-slide .li h4 {
  width: 100%;
  margin-top: 0.1rem;
  display: block;
  overflow: hidden;
  height: 0.64rem;
  font-family: SourceHanSansCN-Medium;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media screen and (max-width: 1023px) {
  .inbox2_slide .swiper-slide .li h4 {
    height: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .inbox2_slide .swiper-slide .li h4 {
    height: 0.8rem;
  }
}

.inbox2_slide_02 .swiper-slide .li i {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.01rem solid #eee;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.inbox2_slide_02 .swiper-slide .li i img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  position: relative;
}

.inbox2_slide .swiper-slide .li span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #999;
  margin-top: 0.1rem;
}

.inbox2_slide .swiper-slide .li:hover i img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.inbox2_slide .swiper-slide .li:hover h4 {
  color: #174193;
}

.inbox2_slide .swiper-slide .li i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 65, 147, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  opacity: 0;
}

.inbox2_slide .swiper-slide .li i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 0.23rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  opacity: 0;
}

.inbox2_slide .swiper-slide .li:hover i::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.inbox2_slide .swiper-slide .li:hover i::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.swiper {
  --swiper-preloader-color: $zcolor1; /* 单独设置预加载圆圈的颜色 */
}

.n_bg5 .nlist2 ul li a i > img {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.n_bg5 .nlist2 ul li a:Hover i > img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

#btntop a {
  position: relative;
}

#btntop a img {
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

#btntop a img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#btntop a:hover img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#btntop a:Hover img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_04 .in_con4 .txt4 {
  background: none;
  text-align: center;
}

.in_04 .in_con4 .txt4::before {
  content: "";
  width: calc(50% - 1.3rem);
  height: 0.01rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.in_04 .in_con4 .txt4::after {
  content: "";
  width: calc(50% - 1.3rem);
  height: 0.01rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.in_04 .in_con4 .txt4 a {
  width: 2.6rem;
  height: 0.61rem;
  margin: 0px auto;
  padding: 0px;
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: inline-block;
}

.in_04 .in_con4 .txt4 a:hover {
  background-color: #174193;
  border: 0.01rem solid #174193;
}

.btn_01 .fl dl dd a:hover {
  color: #174193;
}

.in_03 .wrap_c .fl ul li a span {
  width: auto;
}

.in_03 .wrap_c .fl ul li:nth-child(1) a span {
  width: 1.4rem;
}

.in_03 .wrap_c .fl ul li:nth-child(3) a span {
  width: 1.4rem;
}

.in_03 .wrap_c .fl ul li:nth-child(5) a span {
  width: 1.4rem;
}

.in_03 .wrap_c .fr img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_03 .wrap_c .fr img:hover {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.in_04 .in_con4 b.b1 img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_04 .in_con4 b.b1 img:hover {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.in_05 ul.ul5 li::before {
  z-index: 2;
}

.in_05 ul.ul5 li .txt5 {
  z-index: 3;
}

.in_05 ul.ul5 li i {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.in_05 ul.ul5 li i img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  display: block;
}

.in_05 ul.ul5 li a {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
  justify-content: flex-start;
}

.in_05 ul.ul5 li a::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background: url("../upimg/t_07.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_05 ul.ul5 li:hover i img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.in_03 .wrap_c .fr {
  overflow: hidden;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

.in_03 .wrap_c .fr img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_04 .in_con4 b.b1::before {
  z-index: 3;
}

.in_04 .in_con4 b.b1 img {
  position: relative;
  z-index: 2;
}

.in_07 ul.ul7 li i {
  width: 100%;
  overflow: hidden;
}

.in_07 ul.ul7 li i img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_07 ul.ul7 li:hover i img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.in_08 .in_con8 .fr {
  position: relative;
}

.in_08 .in_con8 .fr img {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_08 .in_con8 .fr:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.in_09 ul.ul9 li i {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_09 ul.ul9 li i img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_09 ul.ul9 li i img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_09 ul.ul9 li:hover i img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.a_bg4 .a_box9 ul li i {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

.a_bg4 .a_box9 ul li i img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.a_bg4 .a_box9 ul li i img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.a_bg4 .a_box9 ul li:hover i img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.a_bg8 .mapbox2 .fl .maptxt2 li::before {
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}

@media screen and (max-width: 1029px) {
  .fr_t .search {
    display: none;
  }
  .topfr {
    padding-top: 0.2rem;
  }
  .topc {
    padding-bottom: 0.2rem;
  }
  .topc .fl {
    height: 0.6rem;
  }
  .topc .fl img {
    height: 0.6rem;
  }
  .fr_t {
    font-size: 0.22rem;
  }
  .mtmenu_click {
    display: block;
    margin-top: 0px;
  }
  .menufr {
    top: 0.55rem;
    height: calc(100vh - 0.55rem);
    background-color: rgba(23, 65, 147, 0.95);
  }
  .topfr.top_active {
    background-color: rgba(23, 65, 147, 0.95);
  }
  .menufr ul li .mu_t a {
    color: #fff;
  }
  .menufr ul li .mu_t a img {
    display: none;
  }
  .menufr {
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    font-size: 0.22rem;
  }
  .menufr ul {
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    padding: 0px;
  }
  .menufr ul li .mu_t {
    padding: 0.28rem 20px;
    height: auto;
  }
  .menufr ul li .mu_t1::before {
    background-image: url("../upimg/arr_d1.svg");
  }
  .menufr ul li:hover .mu_t a {
    color: #fff;
  }
  .menufr ul li .mu_c .muc_c {
    box-shadow: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
    background-color: #012c7e;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0.3rem 20px;
  }
  .menufr ul li .mu_c .muc_c p {
    padding: 0px;
    border: 0.01rem solid #fff;
    color: #fff;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .menufr ul li .mu_c .muc_c p a {
    color: #fff;
  }
  .menufr ul li.active1 .mu_t a {
    color: #fff;
  }
  .search {
    width: calc(100% - 40px);
    height: 0.66rem;
    overflow: hidden;
    margin: 0rem auto;
    margin-top: 0.3rem;
    background-color: #fff;
    position: relative;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .search .input1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    border: 0px;
    padding: 0px 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #174193;
  }
  .search .search_btn {
    width: 0.3rem;
    height: 100%;
    border: 0px;
    background: url("../images/t_10.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.2rem;
    top: 0px;
    z-index: 9;
  }
  .inbox2_slide .swiper-slide {
    width: calc((100% - 0.9rem) / 2);
  }
  .h2tit1 div a {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .in_03 .wrap_c .fl ul {
    display: block;
  }
  .in_03 .wrap_c .fl ul li {
    width: 100%;
  }
  .in_03 .wrap_c .fl ul li a span {
    min-width: 2rem;
  }
  .in_03 .wrap_c .fl ul li:nth-child(5) a span {
    width: auto;
  }
  .in_03 .wrap_c .fl ul li:nth-child(1) a span {
    width: auto;
  }
  .in_03 .wrap_c .fl ul li:nth-child(2) a span {
    width: auto;
  }
  .in_03 .wrap_c .fl ul li:nth-child(3) a span {
    width: auto;
  }
  .in_03 .wrap_c .fl ul li:nth-child(4) a span {
    width: auto;
  }
  .in_03 .wrap_c .fl .in_con3 img {
    width: 100%;
    display: block;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .in_03 .wrap_c .fl ul li {
    height: auto;
    margin-top: 0.2rem;
  }
  .in_03 .wrap_c .fl ul li a {
    line-height: 0.6rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .topfr.on1 {
    padding-top: 0.2rem;
  }
}
.ncontent img {
  max-width: 800px;
  height: auto !important;
  display: inline-block;
}

.csw3_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 6/4;
}

.csw3_img img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.c_bg6 .c_sw3_s .swiper-slide .csw3_img:nth-child(2) {
  margin-top: 25px;
}

.c_bg6 .csw2_prev, .c_bg6 .csw2_next {
  bottom: initial;
  top: calc(50% - 0.5rem);
  margin-top: -0.25rem;
}

@media screen and (max-width: 1029px) {
  .ncontent img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .c_bg6 .csw2_prev, .c_bg6 .csw2_next {
    bottom: initial;
    top: initial;
    margin-top: 0;
  }
}