@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: #c8dae3;
}

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

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

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "MiSans-Regular";
  src: url("../fonts/MiSans-Regular.woff2") format("woff2"), url("../fonts/MiSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Demibold";
  src: url("../fonts/MiSans-Demibold.woff2") format("woff2"), url("../fonts/MiSans-Demibold.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;
}
@font-face {
  font-family: "din";
  src: url("../fonts/din.woff2") format("woff2"), url("../fonts/din.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "MiSans-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, 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: #f8d1b8;
  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.5;
}

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: "MiSans-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, 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;
  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_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-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: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes an_07 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    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_07 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    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);
  }
}
@-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: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

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

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

.wrap_in {
  margin: 0px auto;
  width: 1000px;
}

.wrap_c {
  margin: 0px 0.6rem;
}

.w_wap {
  display: none !important;
}

.in_01 {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #eef2f5;
}

.in_01 .in01_bg {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  pointer-events: none;
  z-index: 1;
  background-color: #f5f8f9;
}

.in_01 .in01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 100%;
}

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

.in01c_t {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

.in01c_t img {
  display: block;
  height: 36px;
}

.in01c_c {
  width: 100%;
  overflow: hidden;
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
}

@-webkit-keyframes zdyan_01 {
  0% {
    left: 0px;
  }
  50% {
    left: calc(100% - 0.3rem);
  }
  100% {
    left: 0px;
  }
}
@keyframes zdyan_01 {
  0% {
    left: 0px;
  }
  50% {
    left: calc(100% - 0.3rem);
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes zdyan_02 {
  0% {
    right: 0px;
  }
  50% {
    right: calc(100% - 0.3rem);
  }
  100% {
    right: 0px;
  }
}
@keyframes zdyan_02 {
  0% {
    right: 0px;
  }
  50% {
    right: calc(100% - 0.3rem);
  }
  100% {
    right: 0px;
  }
}
.in01cc_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  font-family: MiSans-Demibold;
  color: #000;
}

.in01cc_t::before {
  content: "";
  display: block;
  width: calc(100% - var(--xspan_width));
  height: 0.01rem;
  background-color: #c8dae3;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.in01cc_t span {
  display: inline-block;
  position: relative;
  padding-left: 0.7rem;
  padding-right: 0.8rem;
  z-index: 2;
}

.in01cc_t span b {
  width: 0.44rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.in01cc_t span b::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #c8dae3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_01 2.1s linear infinite;
  animation: zdyan_01 2.1s linear infinite;
}

.in01cc_t span b::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #f2cdb6;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_02 2.1s linear infinite;
  animation: zdyan_02 2.1s linear infinite;
}

.in01cc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in01cc_c .fr {
  width: 32%;
}

.in01cc_c .fr img {
  width: 100%;
  display: block;
}

.in01cc_c .fl {
  width: calc(68% - 0.8rem);
  overflow: hidden;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in01cc_c .fl p {
  line-height: 1.75;
  margin-bottom: 0.2rem;
}

.in01cc_c .fl p:last-child {
  margin-bottom: 0px;
}

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

.in02fr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in02fr .fl {
  width: 29.5%;
  overflow: hidden;
  position: relative;
}

.in02fr .fl img {
  display: block;
  pointer-events: none;
  width: 93.9%;
  float: right;
}

.in02fr .fl span {
  display: inline-block;
  padding-left: 0.7rem;
  font-family: MiSans-Demibold;
  color: #000;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 9;
  transform: translatey(-50%);
}

.in02fr .fl span b {
  width: 0.44rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.in02fr .fl span b::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #c8dae3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_01 2.1s linear infinite;
  animation: zdyan_01 2.1s linear infinite;
}

.in02fr .fl span b::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #f2cdb6;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_02 2.1s linear infinite;
  animation: zdyan_02 2.1s linear infinite;
}

.in02fr .fr {
  width: 70.5%;
  color: #666;
  padding-left: 1.18rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in02fr .fr::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  left: 0.37rem;
  top: 0px;
  pointer-events: none;
}

.in02fr .fr p {
  line-height: 1.75;
}

.in_03 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1.3rem 0px 1.5rem 0px;
  background: #eef2f5;
}

.in03_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

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

.in03_c {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
}

.in03c_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  font-family: MiSans-Demibold;
  color: #000;
}

.in03c_t span {
  display: inline-block;
  position: relative;
  padding-left: 0.7rem;
  z-index: 2;
}

.in03c_t span b {
  width: 0.44rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.in03c_t span b::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #c8dae3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_01 2.1s linear infinite;
  animation: zdyan_01 2.1s linear infinite;
}

.in03c_t span b::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #f2cdb6;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_02 2.1s linear infinite;
  animation: zdyan_02 2.1s linear infinite;
}

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

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

.in03c_c ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in03c_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(4, 59, 131, 0.1);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(4, 59, 131, 0.1);
  box-shadow: 0px 0.1rem 0.3rem rgba(4, 59, 131, 0.1);
}

.in03c_c ul li .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  pointer-events: none;
  background-color: #fff;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.in03c_c ul li .bg::before {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  overflow: hidden;
  position: absolute;
  left: 0%;
  top: 0px;
  opacity: 0;
  z-index: 1;
  background-color: #043b83;
}

.in03c_c ul li .bg img {
  width: 84.21%;
  display: block;
  position: absolute;
  right: 0%;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
}

.in03c_c ul li .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  color: #222;
}

.in03c_c ul li:hover .bg::before {
  opacity: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in03c_c ul li:hover .bg img {
  opacity: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}

.in03c_c ul li:hover .c {
  color: #fff;
}

.in03c_c ul li:hover::before {
  -moz-box-shadow: 0px 0.1rem 0.5rem rgba(4, 59, 131, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.5rem rgba(4, 59, 131, 0.3);
  box-shadow: 0px 0.1rem 0.5rem rgba(4, 59, 131, 0.3);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04 {
  overflow: hidden;
  position: relative;
  padding-top: 1.3rem;
}

.in04_bg {
  width: 100%;
  height: calc(100% - 4.7rem);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 1;
  background: #eef2f5;
}

.in04_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

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

.in04c_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-family: MiSans-Demibold;
  color: #000;
}

.in04c_t span {
  display: inline-block;
  position: relative;
  padding-left: 0.9rem;
  z-index: 2;
  padding-right: 0.9rem;
}

.in04c_t span b {
  width: 0.44rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.in04c_t span b::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #c8dae3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_01 2.1s linear infinite;
  animation: zdyan_01 2.1s linear infinite;
}

.in04c_t span b::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background-color: #f2cdb6;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-animation: zdyan_02 2.1s linear infinite;
  animation: zdyan_02 2.1s linear infinite;
}

.in04c_t span b.b1 {
  left: 0px;
}

.in04c_t span b.b2 {
  right: 0px;
}

.in04c_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.in04c_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: -0.4rem;
}

.in04c_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0.01rem solid #dadada;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in04c_c ul li .in04cc_t {
  width: 100%;
  overflow: hidden;
  padding: 0.7rem 0.6rem 0.3rem 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 91;
}

.in04c_c ul li .in04cc_t span {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #000;
}

.in04c_c ul li .in04cc_t b {
  width: 0.26rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  pointer-events: none;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in04c_c ul li .in04cc_t b::before {
  content: "";
  display: block;
  fill: currentColor;
  color: #c2c2c2;
  background: url("../images/t_15.svg") 50% no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in04c_c ul li .in04cc_t b::before {
  filter: drop-shadow(#c2c2c2 0.5rem 0);
  -webkit-filter: drop-shadow(#c2c2c2 0.5rem 0);
  transform: translateX(-0.5rem);
}

.in04c_c ul li .in04cc_c {
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 91;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in04c_c ul li .in04cc_c .txt {
  width: calc(100% - 1.2rem);
  overflow: hidden;
  color: #666;
  margin: 0px auto;
  padding: 0px;
  border-top: 0.01rem solid #d2d2d2;
  padding-top: 0.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in04c_c ul li .in04cc_c .txt p {
  line-height: 1.75;
}

.in04c_c ul li .in04cc_c .img {
  width: calc(100% - 1.2rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.4rem;
  padding-bottom: 0.5rem;
}

.in04c_c ul li .in04cc_c .img dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
}

.in04c_c ul li .in04cc_c .img dl.tc1 {
  display: flex;
  justify-content: center;
}

.in04c_c ul li .in04cc_c .img dl.tc1 dd {
  width: calc((100% - 0.4rem) / 3);
  margin: 0 0.1rem;
}

.in04c_c ul li .in04cc_c .img dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.in04c_c ul li .in04cc_c .img dl dd .p {
  width: 100%;
  overflow: hidden;
}

.in04c_c ul li .in04cc_c .img dl dd .p1 {
  position: relative;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.in04c_c ul li .in04cc_c .img dl dd .p1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in04c_c ul li .in04cc_c .img dl dd .p1 img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in04c_c ul li .in04cc_c .img dl dd .p2 {
  text-align: center;
  color: #000;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.in04c_c ul li .in04cc_c .img dl dd:hover .p1 img.img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in04c_c ul li .in04cc_c .img dl dd:hover .p2 {
  color: #043b83;
}

.in04c_c ul li .in04cc_c .img dl.dtxt {
  grid-template-columns: repeat(1, 1fr);
}

.in04c_c ul li .in04cc_c .img dl.dtxt dd .p2 {
  text-align: left;
  color: #666;
}

.in04c_c ul li .in04cc_c .img dl.tc dd {
  cursor: pointer;
}

.in04c_c ul li.active {
  -moz-box-shadow: 0px 0.1rem 0.5rem rgba(4, 63, 133, 0.2);
  -webkit-box-shadow: 0px 0.1rem 0.5rem rgba(4, 63, 133, 0.2);
  box-shadow: 0px 0.1rem 0.5rem rgba(4, 63, 133, 0.2);
  z-index: 99;
}

.in04c_c ul li.active .in04cc_t span {
  color: #033e85;
  font-family: MiSans-Demibold;
  font-size: 0.25rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in04c_c ul li.active .in04cc_t b {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in04c_c ul li.active .in04cc_t b::before {
  filter: drop-shadow(#033e85 0.5rem 0);
  -webkit-filter: drop-shadow(#033e85 0.5rem 0);
  transform: translateX(-0.5rem);
}

.in04c_c ul li:nth-child(1) {
  z-index: 9;
  margin-top: 0px;
}

.in04c_c ul li:nth-child(1) .in04cc_t {
  padding-top: 0.3rem;
}

.in04c_c ul li:nth-child(2) {
  z-index: 8;
}

.in04c_c ul li:nth-child(3) {
  z-index: 7;
}

.in04c_c ul li:nth-child(4) {
  z-index: 6;
}

.in04c_c ul li:nth-child(5) {
  z-index: 5;
}

.in04c_c ul li:nth-child(6) {
  z-index: 4;
}

.in04c_c ul li:nth-child(7) {
  z-index: 3;
}

.in04c_c ul li:nth-child(8) {
  z-index: 2;
}

.in04c_c ul li:nth-child(9) {
  z-index: 1;
}

.in05c_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}

.in05c_c .fl {
  width: 60%;
  overflow: visible;
  position: relative;
}

.in05c_c .fl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -moz-box-shadow: 0rem 0rem 0.5rem rgba(104, 171, 200, 0.5);
  -webkit-box-shadow: 0rem 0rem 0.5rem rgba(104, 171, 200, 0.5);
  box-shadow: 0rem 0rem 0.5rem rgba(104, 171, 200, 0.5);
}

.in05c_c .fl a {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
  z-index: 9;
}

.in05c_c .fl a.on {
  display: block;
}

.in05c_c .fl .c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.in05c_c .fl .p {
  width: 100%;
  overflow: visible;
}

.in05c_c .fl .p1 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.in05c_c .fl .p1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in05c_c .fl .p1::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(rgba(39, 141, 184, 0), rgba(39, 141, 184, 0.99));
}

.in05c_c .fl .p2 {
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  padding: 0px 0.2rem;
  text-align: center;
  z-index: 9;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_c .fl:hover .p1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in05c_c .fr {
  width: calc(40% - 0.2rem);
  overflow: visible;
}

.in05c_c .fr ul {
  max-height: 4.5rem;
  overflow-y: auto;
}

.in05c_c .fr ul li {
  width: 100%;
  overflow: visible;
  margin-bottom: 0.1rem;
  position: relative;
}

.in05c_c .fr ul li:last-child {
  margin-bottom: 0px;
}

.in05c_c .fr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.in05c_c .fr ul li .p {
  width: 100%;
  overflow: hidden;
}

.in05c_c .fr ul li .p1 {
  background-color: #fff;
  height: 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.5rem;
  color: #000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in05c_c .fr ul li .p1 .c {
  width: 100%;
  overflow: hidden;
}

.in05c_c .fr ul li .p1 .sp1 {
  width: 1.2rem;
  overflow: hidden;
  float: left;
}

.in05c_c .fr ul li .p1 .sp2 {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_c .fr ul li .p2 {
  display: none;
  position: relative;
}

.in05c_c .fr ul li .p2 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.in05c_c .fr ul li .p2 .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in05c_c .fr ul li .p2 .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-color: rgba(3, 62, 133, 0.95);
}

.in05c_c .fr ul li .p2 .txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0.3rem 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_c .fr ul li .p2 .txt .p3 {
  color: #fff;
  font-family: MiSans-Demibold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.7rem;
}

.in05c_c .fr ul li .p2 .txt .p4 {
  color: #fff;
  margin-top: 0.2rem;
}

.in05c_c .fr ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0rem 0rem 0.5rem rgba(104, 171, 200, 0.5);
  -webkit-box-shadow: 0rem 0rem 0.5rem rgba(104, 171, 200, 0.5);
  box-shadow: 0rem 0rem 0.5rem rgba(104, 171, 200, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in05c_c .fr ul li.active .p1 {
  display: none;
}

.in05c_c .fr ul li.active .p2 {
  display: block;
}

.in_06 {
  overflow: hidden;
  padding: 1rem 0px 0px 0px;
}

.in06_tab {
  width: 100%;
  overflow: visible;
  height: 0.5rem;
  position: relative;
  margin-top: 0.4rem;
}

.in06_tab .wrap_in {
  position: relative;
}

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

.in06_tab .in06tb_prev {
  width: 0.1rem;
  height: 100%;
  display: block;
  background: url("../images/t_02.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.6rem;
  top: 0px;
  z-index: 999;
}

.in06_tab .in06tb_next {
  width: 0.1rem;
  height: 100%;
  display: block;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.6rem;
  top: 0px;
  z-index: 999;
}

.in06_hid {
  width: 100%;
  overflow: hidden;
  display: none;
}

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

.in06tb_slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background-color: #c2c2c2;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
}

.in06tb_slide .swiper-wrapper {
  z-index: 9;
}

.in06tb_slide .swiper-slide {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}

.in06tb_slide .swiper-slide a {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  color: #000;
}

.in06tb_slide .swiper-slide a.active {
  color: #033e85;
  font-family: MiSans-Demibold;
}

.in06_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.in06_c .b1 {
  width: 0.2rem;
  height: 1px;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in06_c::before {
  content: "";
  display: block;
  width: calc((100% - 1000px) / 2);
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9999;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.in06_c::after {
  content: "";
  display: block;
  width: calc((100% - 1000px) / 2);
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.in06c_slide {
  width: 100%;
  overflow: visible;
}

.in06c_slide .swiper-slide {
  width: calc((100% - 0.4rem) / 3);
  overflow: visible;
  position: relative;
}

.in06c_slide .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  pointer-events: none;
  -moz-box-shadow: 0.1rem 0px 0.5rem rgba(188, 195, 198, 0.3);
  -webkit-box-shadow: 0.1rem 0px 0.5rem rgba(188, 195, 198, 0.3);
  box-shadow: 0.1rem 0px 0.5rem rgba(188, 195, 198, 0.3);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in06c_slide .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in06c_slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in06c_slide .swiper-slide .img::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(3, 62, 133, 0.95);
  z-index: 9;
}

.in06c_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.in06c_slide .swiper-slide .p1 {
  color: #000;
  line-height: 1.5;
  font-family: MiSans-Medium;
}

.in06c_slide .swiper-slide .p2 {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.15rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in06c_slide .swiper-slide .p2 span {
  color: #033e85;
}

.in06c_slide .swiper-slide:hover::before {
  -moz-box-shadow: 0rem 0px 0.5rem rgba(56, 158, 203, 0.5);
  -webkit-box-shadow: 0rem 0px 0.5rem rgba(56, 158, 203, 0.5);
  box-shadow: 0rem 0px 0.5rem rgba(56, 158, 203, 0.5);
}

.in06c_slide .swiper-slide:hover .txt {
  background-color: rgba(255, 255, 255, 0);
}

.in06c_slide .swiper-slide:hover .img {
  opacity: 1;
}

.in06c_slide .swiper-slide:hover .p1 {
  color: #fff;
}

.in06c_slide .swiper-slide:hover .p2 {
  color: #fff;
}

.in06c_slide .swiper-slide:hover .p2 span {
  color: #f2cdb6;
}

.in_07 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 1rem 0px 0rem 0px;
}

.in07_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: #f4f7f8;
  z-index: 1;
}

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

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

.in07_c .in03c_t {
  position: relative;
}

.in07_c .in07c_click {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  font-family: MiSans-Regular;
}

.in07_c .in07c_click li {
  float: left;
  color: #000;
  margin-left: 0.6rem;
}

.in07_c .in07c_click li a {
  color: #000;
}

.in07_c .in07c_click li:first-child {
  margin-left: 0px;
}

.in07_c .in07c_click li.active {
  color: #033e85;
}

.in07_c .in07c_click li.active a {
  color: #033e85;
}

.in07_c .in07c_click li:hover {
  color: #033e85;
}

.in07_c .in07c_click li:hover a {
  color: #033e85;
}

.in07c_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.in07c_c ul li {
  width: 100%;
  overflow: visible;
  margin-bottom: 0.1rem;
  position: relative;
}

.in07c_c ul li > img {
  border-radius: 0.16rem;
  width: 100%;
}

.in07c_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  -moz-box-shadow: 0px 0px 0.5rem rgba(3, 62, 133, 0.5);
  -webkit-box-shadow: 0px 0px 0.5rem rgba(3, 62, 133, 0.5);
  box-shadow: 0px 0px 0.5rem rgba(3, 62, 133, 0.5);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in07c_c ul li .txt {
  width: 100%;
  overflow: hidden;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.4rem 0.5rem;
  position: relative;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in07c_c ul li .txt .sp1 {
  float: left;
  color: #000;
  width: calc(100% - 2.11rem - 0.5rem);
  line-height: 0.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in07c_c ul li .txt .sp1 a {
  color: #000;
}

.in07c_c ul li .txt .sp2 {
  width: 2.11rem;
  float: right;
  font-family: MiSans-Demibold;
}

.in07c_c ul li .txt .sp2 a {
  width: 1rem;
  display: block;
  float: left;
  color: #033e85;
  height: 0.4rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 0.01rem solid #033e85;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in07c_c ul li .txt .sp2 a:nth-child(2) {
  float: right;
}

.in07c_c ul li.active::before {
  opacity: 1;
}

.in07c_c ul li.active .txt {
  background-color: #033e85;
}

.in07c_c ul li.active .txt .sp1 {
  color: #fff;
}

.in07c_c ul li.active .txt .sp1 a {
  color: #fff;
}

.in07c_c ul li.active .txt .sp2 a {
  border: 0.01rem solid #fff;
  color: #fff;
}

.in07c_c ul li.active .txt .sp2 a:hover {
  background-color: #fff;
  color: #033e85;
}

.in07c_c ul.ul1 li.cbox {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.7rem 0.4rem;
  box-sizing: border-box;
  /*  display: flex;
   justify-content: space-between; */
  width: 100%;
  /*  dl{
    justify-content: space-between;
    padding:0 .4rem;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     dt{
       width: 100%;
      text-align: center;
       img{width: .7rem; margin: 0 auto;}
     }
     dd{
       width: calc(100%);
       box-sizing: border-box;
       display: flex;
       flex-direction: column;
       span{color: #666;}
       text-align: center;
       b{white-space: nowrap;}
     }

   }
   dl:last-child{
     dt{
       img{width: 1.27rem;}
     }
   } */
}
.in07c_c ul.ul1 li.cbox h4 {
  padding-bottom: 0.2rem;
  line-height: 1;
  border-bottom: solid #ddd 1px;
  position: relative;
}
.in07c_c ul.ul1 li.cbox h4::before {
  width: 0.1rem;
  height: 0.03rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  background: #033e85;
}
.in07c_c ul.ul1 li.cbox .ccon {
  color: #666;
  margin-top: 0.2rem;
}

.btnfr {
  overflow: hidden;
  background-color: #fff;
  padding-top: 0.4rem;
}

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

.btn_01 img {
  display: block;
  height: 0.25rem;
}

.btn_02 {
  width: 100%;
  overflow: visible;
  padding-top: 0.13rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.btn_02 .fr ul li {
  float: left;
  width: 80px;
  margin-left: 0.3rem;
}

.btn_02 .fr ul li:first-child {
  margin-left: 0px;
}

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

.btn_02 .fr ul li .p1 {
  position: relative;
}

.btn_02 .fr ul li .p1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.btn_02 .fr ul li .p1 .c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.btn_02 .fr ul li .p1 .c img {
  width: 100%;
  display: block;
}

.btn_02 .fr ul li .p1 .c img.img2 {
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.btn_02 .fr ul li .p2 {
  margin-top: 0.08rem;
}

.btn_02 .fr ul li .p2 span {
  width: 100%;
  height: 0.22rem;
  display: block;
  text-align: center;
  line-height: 0.22rem;
  border-radius: 0.22rem;
  -webkit-border-radius: 0.22rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #cedee6;
}

.btn_02 .fr ul li:hover .p2 span {
  background-color: #f8d1b8;
}

.btn_02 .fl {
  width: calc(100% - (240px + 0.6rem));
}

.btn_02 .fl ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0.05rem;
}

.btn_02 .fl ul li {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
}

.btn_03 {
  width: 100%;
  overflow: hidden;
  border-top: 0.01rem solid #dadada;
  color: #333;
  line-height: 1.75;
  margin-top: 0.3rem;
  padding: 0.2rem 0px;
}

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

/*弹窗*/
.tcbox {
  width: 10rem;
  display: none;
  position: fixed !important;
  top: calc(50% - 2.5rem) !important;
  left: calc(50% - 5rem) !important;
  overflow: hidden;
  /*  &::before{
     width: 100vw;
     height: 100vh;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom:0;
     background: rgba(255,255,255,0);
     content: '';
   } */
  padding-bottom: 0.4rem;
}

.tcflex {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 0.8rem 0.7rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  z-index: 3;
  color: #000;
}
.tcflex .close01 {
  position: absolute;
  cursor: pointer;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcflex .close01 img {
  width: 0.2rem;
}
.tcflex .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcflex .title span {
  padding: 0 0.5rem;
}
.tcflex .title img {
  width: 0.47rem;
}
.tcflex .content {
  margin-top: 0.5rem;
}
.tcflex .content dl {
  display: flex;
}
.tcflex .content dl dt {
  width: 45%;
}
.tcflex .content dl dt img {
  width: 100%;
  border-radius: 0.1rem;
}
.tcflex .content dl dd {
  width: 55%;
  padding-left: 0.5rem;
  box-sizing: border-box;
  color: #666;
}
.tcflex .content dl dd h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.1rem;
  border-bottom: solid #eee 1px;
  margin-bottom: 0.2rem;
}
.tcflex .content dl dd h4 em {
  font-weight: bold;
  color: #033e85;
}
.tcflex .content dl dd h4 i {
  display: block;
  width: 0.2rem;
  height: 0.05rem;
  border-radius: 0.025rem;
  background: rgba(3, 62, 133, 0.2);
}

span.blue {
  color: #043b83 !important;
}

@media screen and (max-width: 1439px) {
  .wrap_in {
    margin: 0px 1rem;
    width: auto;
  }
  .wrap_c {
    margin: 0px 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .w_wap {
    display: block !important;
  }
  .w_pc {
    display: none !important;
  }
  .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;
  }
  .in01c_c {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
  .in01cc_c {
    display: block;
    margin-top: 0.3rem;
  }
  .in01cc_c .fl {
    width: 100%;
  }
  .in01cc_c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in01cc_c .fr img {
    width: 3rem;
  }
  .in02fr {
    display: block;
  }
  .in02fr .fl {
    width: 100%;
  }
  .in02fr .fl img {
    width: auto;
    height: 1rem;
    float: left;
  }
  .in02fr .fr {
    width: 100%;
    padding-left: 0px;
    padding-top: 0.3rem;
  }
  .in02fr .fr::before {
    display: none;
  }
  .in_03 {
    padding: 0.6rem 0px;
  }
  .in03c_c {
    padding-top: 0.3rem;
  }
  .in03c_c ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .in03c_c ul li:last-child {
    grid-column: 1/3;
  }
  .in03c_c ul li .bg::before {
    opacity: 1;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .in03c_c ul li .bg img {
    opacity: 1;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
  }
  .in03c_c ul li .c {
    color: #fff;
  }
  .in03c_c ul li::before {
    -moz-box-shadow: 0px 0.1rem 0.5rem rgba(4, 59, 131, 0.3);
    -webkit-box-shadow: 0px 0.1rem 0.5rem rgba(4, 59, 131, 0.3);
    box-shadow: 0px 0.1rem 0.5rem rgba(4, 59, 131, 0.3);
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .in_04 {
    padding-top: 0.6rem;
  }
  .in04c_c {
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
  }
  .in04c_c ul li .in04cc_c .img dl {
    grid-template-columns: 100%;
  }
  .in04c_c ul li .in04cc_c .img dl dd .p2 {
    margin-top: 0.15rem;
  }
  .in05c_c {
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
    display: block;
  }
  .in05c_c .fl {
    width: 100%;
  }
  .in05c_c .fl a {
    height: auto;
    position: relative;
  }
  .in05c_c .fl .c {
    position: relative;
    height: auto;
  }
  .in05c_c .fl .p1 {
    height: auto;
    position: relative;
  }
  .in05c_c .fl .p1 img {
    height: auto;
    position: relative;
  }
  .in05c_c .fr {
    width: 100%;
    margin-top: 0.2rem;
    padding-bottom: 0.8rem;
  }
  .in_06 {
    padding-top: 0.6rem;
  }
  .in06_tab {
    margin-top: 0.4rem;
  }
  .in06_tab .b1 {
    width: 0.4rem;
  }
  .in06_tab .in06tb_prev {
    left: 0px;
  }
  .in06_tab .in06tb_next {
    right: 0px;
  }
  .in06tb_slide {
    width: calc(100% - 1rem);
    margin: 0px auto;
    padding: 0px;
  }
  .in06c_slide .swiper-slide {
    width: 100%;
  }
  .in_07 {
    padding-top: 0.6rem;
  }
  .in07_c .in07c_click {
    position: relative;
    top: 0px;
    transform: translateY(0%);
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .in07_c .in07c_click li {
    margin-left: 0px;
    width: auto;
  }
  .in07c_c {
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
  }
  .btn_01 img {
    height: 0.35rem;
  }
  .btn_02 {
    display: block;
    padding-top: 0.3rem;
  }
  .btn_02 .fl {
    width: 100%;
  }
  .btn_02 .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .btn_02 .fr ul li .p2 {
    margin-top: 10px;
  }
  .btn_02 .fr ul li .p2 span {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
  }
  .in07c_c ul li .txt {
    padding: 0.3rem 0.5rem;
  }
  .in07c_c ul li .txt .sp1 {
    width: 100%;
    float: none;
  }
  .in07c_c ul li .txt .sp2 {
    width: 100%;
    float: none;
    margin-top: 0.2rem;
  }
  .in07c_c ul li .txt .sp2 a:nth-child(2) {
    float: left;
    margin-left: 0.1rem;
  }
  .tcbox {
    width: 100%;
    left: 0 !important;
    top: 2.5rem !important;
  }
  .tcflex {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0.4rem 0.2rem;
  }
  .tcflex .title span {
    padding: 0 0.1rem;
  }
  .tcflex .content dl {
    flex-wrap: wrap;
  }
  .tcflex .content dl dt {
    width: 100%;
  }
  .tcflex .content dl dd {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0;
  }
  .in05c_c .fr ul {
    max-height: none;
  }
  .in07c_c ul.ul1 li {
    flex-wrap: wrap;
    padding: 0.2rem;
  }
  .in07c_c ul.ul1 li dl {
    width: 100%;
    border-bottom: solid #eee 1px;
    border-right: none;
    margin-right: 0;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .in07c_c ul.ul1 li dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .in04c_c ul li .in04cc_t span {
    padding-right: 0.3rem;
    box-sizing: border-box;
  }
  .in04c_c ul li .in04cc_t b {
    height: 0.3rem;
    top: 0.05rem;
  }
  .in07c_c ul.ul1 li.cbox {
    padding: 0.4rem;
  }
}