/* 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;
  --pacePro:1;
}

@font-face {
  font-family: "PingFangSC-Semibold";
  src: url("../fonts/PingFangSC-Semibold.woff2") format("woff2"), url("../fonts/PingFangSC-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.PingFangSC-Semibold {
  font-family: "PingFangSC-Semibold", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}

@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-display: swap;
}
@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-display: swap;
}
.SourceHanSansCN-Medium {
  font-family: "SourceHanSansCN-Medium", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}

@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN-Light {
  font-family: "SourceHanSansCN-Light", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}

@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-display: swap;
}
.SourceHanSansCN-Bold {
  font-family: "SourceHanSansCN-Bold", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Montserrat-Regular {
  font-family: "Montserrat-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
}

body {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000000;
  margin: 0px auto;
  padding: 0px;
  line-height: 1.6;
  font-size: 16px;
}

a {
  color: #000000;
  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: #009284;
  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;
  display: inline-block;
}

br {
  font-family: SimSun;
}

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

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 !important;
}

input, select, textarea {
  font-family: "SourceHanSansCN-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: #999;
}

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

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

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

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%;
}

@-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_01 {
  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_01 {
  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 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;
  }
}
@-webkit-keyframes ksan_02 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes ksan_02 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/*common*/
/* CSS Document */
.container {
  width: 100%;
}

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

.section .pagefr_n {
  width: 100vw;
  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);
}

.in_body {
  height: 100vh !important;
  position: relative;
  overflow: hidden !important;
  opacity: 0;
}

.lgn_body {
  min-height: 100vh;
}

.otherbody {
  min-height: 100vh;
  position: relative;
  background-color: #15191f;
  opacity: 0;
}

.orther_body {
  min-height: 100vh;
  position: relative;
}

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

.wrap_c {
  margin: 0px 1.6rem;
}

.wrap_nr {
  margin: 0px auto;
}

.w_wap {
  display: none !important;
}

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

.topfr .fl {
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl .logo a {
  display: inline-block;
}

.topfr .fl .logo img {
  display: block;
  height: 0.3rem;
}

.topfr .fl .menu_click {
  width: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  background: url("../images/menu_01.svg") 50% no-repeat;
  background-size: 100%;
  margin-left: 0.4rem;
  margin-top: -0.04rem;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.topfr .fl .menu_click.active {
  background-image: url("../images/menu_02.svg?v=01");
  background-size: 0.5rem;
}

.topfr .fr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.topfr .fr .menufr ul li {
  float: left;
  padding: 0px 0.25rem;
}

.topfr .fr .menufr ul li:first-child {
  padding-left: 0px;
}

.topfr .fr .menufr ul li:last-child {
  padding-right: 0px;
}

.topfr .fr .menufr ul li .mu_t {
  width: 100%;
  overflow: visible;
  position: relative;
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fr .menufr ul li .mu_t a {
  display: inline-block;
  color: #fff;
  position: relative;
}

.topfr .fr .menufr ul li .mu_t a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1.2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.24rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.topfr .fr .menufr ul li.active .mu_t a::before {
  width: 100%;
  left: 0px;
}

.topfr .fr .menufr ul li:hover .mu_t a {
  color: #009284;
}

.topfr .fr .menufr ul li:hover .mu_t a::before {
  background-color: #009284;
}

.topfr .fr .topr {
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.7rem;
}

.topr_search {
  width: 0.2rem;
  overflow: hidden;
}

.topr_search a {
  width: 100%;
  display: block;
  height: 2rem;
  background: url("../images/t_02.svg") 50% no-repeat;
  background-size: 100%;
}

.topr_lgn {
  width: 0.2rem;
  overflow: hidden;
  margin-left: 0.36rem;
}

.topr_lgn a {
  width: 100%;
  display: block;
  height: 2rem;
  background: url("../images/t_04.svg") 50% no-repeat;
  background-size: 100%;
}

.topfr.on {
  background-color: rgb(22 21 21 / 80%);
}

.topfr.active .fr {
  display: none;
}

.menutcfr {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 998;
  display: none;
}

.menutcfr.active {
  display: block;
}

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

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

.menutcfr .nr {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.menutcfr .nr .wrap_c {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
}

.menutcfr .nr .mtcr_left {
  width: 28.13%;
  overflow: hidden;
}

.menutcfr .nr .mtcr_left ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.menutcfr .nr .mtcr_left ul li:last-child {
  margin-bottom: 0px;
}

.menutcfr .nr .mtcr_left ul li .mtcrt_t {
  width: 100%;
  overflow: hidden;
}

.menutcfr .nr .mtcr_left ul li .mtcrt_t a {
  color: #fff;
}

.menutcfr .nr .mtcr_left ul li .mtcrt_c {
  width: 100%;
  overflow: hidden;
  display: none;
}

.menutcfr .nr .mtcr_left ul li .mtcrt_c p {
  width: 100%;
  overflow: hidden;
  margin-top: 0.14rem;
}

.menutcfr .nr .mtcr_left ul li .mtcrt_c p a {
  color: rgba(255, 255, 255, 0.4);
}

.menutcfr .nr .mtcr_left ul li .mtcrt_c p a:hover {
  color: #fff;
}

.menutcfr .nr .mtcr_left ul li.active .mtcrt_c {
  display: block;
}

.menutcfr .nr .mtcr_right {
  width: 71.87%;
  overflow: hidden;
}

.menutcfr .nr .mtcr_right ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.menutcfr .nr .mtcr_right ul li {
  width: 33.3333333333%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.24rem;
  position: relative;
}

.menutcfr .nr .mtcr_right ul li::before {
  content: "";
  display: block;
  width: 0.012rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  right: 0px;
  top: 0px;
}

.menutcfr .nr .mtcr_right ul li:first-child::after {
  content: "";
  display: block;
  width: 0.012rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0px;
  top: 0px;
}

.menutcfr .nr .mtcr_right ul li .p {
  width: 100%;
  overflow: hidden;
}

.menutcfr .nr .mtcr_right ul li .pt {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.24rem;
}

.menutcfr .nr .mtcr_right ul li .pt .p1 {
  color: #fff;
  position: relative;
  padding-bottom: 0.14rem;
}

.menutcfr .nr .mtcr_right ul li .pt .p1::before {
  content: "";
  display: block;
  width: 0.35rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.menutcfr .nr .mtcr_right ul li .pt .p2 {
  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
  min-height: 1rem;
}

.menutcfr .nr .mtcr_right ul li .pc {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.24rem;
  margin-top: 0rem;
  height: 3rem;
}

.menutcfr .nr .mtcr_right ul li .pc p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.14rem;
}

.menutcfr .nr .mtcr_right ul li .pc p a {
  color: #fff;
}

.menutcfr .nr .mtcr_right ul li .pc p:last-child {
  margin-bottom: 0px;
}

.menutcfr .nr .mtcr_right ul li .pb {
  overflow: hidden;
}

.menutcfr .nr .mtcr_right ul li .pb a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.menutcfr .nr .mtcr_right ul li .pb img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.menutcfr .nr .mtcr_right ul li .pb a:hover img {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

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

.bannerfr .bs_img {
  width: 100%;
  display: block;
  height: 100vh;
  position: relative;
  left: 0px;
  top: 0px;
}

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

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

.banner_slide .swiper-slide .bs_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

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

.banner_slide .swiper-slide .bs_bg video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  background-color: #000;
}

.banner_slide .swiper-slide .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.banner_slide .swiper-slide .txt .c {
  width: 100%;
  overflow: hidden;
}

.banner_slide .swiper-slide .txt .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.banner_slide .swiper-slide .txt .p2 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.bss_spfr {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.6rem;
  z-index: 9;
  text-align: center;
}

.bss_spfr span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  margin: 0px 0.06rem !important;
  background-color: rgba(255, 255, 255, 0);
}

.bss_spfr span::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bss_spfr span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #009284;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.bss_spfr span.swiper-pagination-bullet-active::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.bss_spfr span.swiper-pagination-bullet-active::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

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

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

.in_01 .nr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_01 .nr .tit {
  position: absolute;
  left: 0px;
  top: 1.3rem;
  color: rgba(26, 26, 26, 0.8);
}

.in_01 .nr .c {
  width: 100%;
  overflow: hidden;
}

.in_01 .nr .c .in01_c {
  width: 100%;
  overflow: hidden;
}

.in_01 .nr .p {
  width: 100%;
  overflow: hidden;
}

.in_01 .nr .pt .p {
  max-width: 51%;
}

.in_01 .nr .pt .p1 {
  text-align: right;
  color: #000;
}

.in_01 .nr .pt .p2 {
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}

.in_01 .nr .pt .p3 {
  text-align: right;
}

.in_01 .nr .pt .p4 {
  text-align: right;
}

.in_01 .nr .pt .p4 .tcplay {
  display: inline-block;
}

.in_01 .nr .pt .p4 .tcplay .i1 {
  width: 1.44rem;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
}

.in_01 .nr .pt .p4 .tcplay .i1 img.img2 {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
}

.in_01 .nr .pt .p4 .tcplay .i2 {
  width: 5.47rem;
  overflow: hidden;
  float: left;
}

.in_01 .nr .pt .p4 .tcplay img {
  display: block;
  width: 100%;
}

.in_01 .nr .pt .p4 .tcplay .i1:hover img.img2 {
  -webkit-animation: ksan_02 1.1s linear infinite;
  animation: ksan_02 1.1s linear infinite;
}

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

.in_01 .nr .pc ul li .p1 {
  color: #009284;
  line-height: 1;
}

.in_01 .nr .pc ul li .p1 i {
  font-weight: bold;
  margin-right: 0.04rem;
}

.in_01 .nr .pc ul li .p2 {
  color: rgba(0, 0, 0, 0.67);
  margin-top: 0.1rem;
}

.in_01 .nr .pc ul li.li1 img {
  width: 1px;
  display: block;
}

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

.in_02 img.img1 {
  width: 100%;
  display: block;
  height: 100vh;
  position: relative;
  z-index: 1;
}

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

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

.in02_slide .swiper-slide .bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.in02_slide .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  object-position: 0% 50%;
}

.in02_slide .swiper-slide .nr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 2.5rem;
  z-index: 9;
}

.in02_slide .swiper-slide .nr .c {
  width: 100%;
  overflow: hidden;
  max-width: 53.75%;
  margin: 0px auto;
  padding: 0px;
}

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

.in02_slide .swiper-slide .nr .p1 {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.in02_slide .swiper-slide .nr .p2 {
  text-align: center;
  color: #000;
}

.in02_slide .swiper-slide .nr .p3 {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.in02_slide .in02_prev {
  width: 0.86rem;
  height: 0.86rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  margin-top: -0.43rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in02_slide .in02_prev i {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/t_07.svg") 50% no-repeat;
  background-size: 0.16rem;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in02_slide .in02_prev:hover {
  background-color: #009284;
}

.in02_slide .in02_prev:hover i {
  background-image: url("../images/t_07.svg");
}

.in02_slide .in02_next {
  width: 0.86rem;
  height: 0.86rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  margin-top: -0.43rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in02_slide .in02_next i {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/t_07.svg") 50% no-repeat;
  background-size: 0.16rem;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in02_slide .in02_next:hover {
  background-color: #009284;
}

.in02_slide .in02_next:hover i {
  background-image: url("../images/t_07.svg");
}

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

.in_03 .bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.in_03 .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in_03 .nr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_03 .nr .c {
  width: 100%;
  overflow: hidden;
}

.in_03 .nr .p {
  width: 100%;
  overflow: hidden;
}

.in_03 .nr .p1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.in_03 .nr .p2 {
  text-align: center;
  color: #fff;
}

.in_04 {
  overflow: hidden;
}

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

.in_04 .p {
  width: 100%;
  overflow: hidden;
}

.in_04 .pt .p1 {
  color: rgba(0, 0, 0, 0.7);
}

.in_04 .pt .p2 {
  color: #000;
}

.in_04 .pc {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
}

.in_04 .pc ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 0.2rem;
  transform: translateX(100%);
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
}

.in_04 .pc ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_04 .pc ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 4s;
  -webkit-transition: 4s;
  -o-transition: 4s;
  -moz-transition: 4s;
}

.in_04 .pc ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.in_04 .pc ul li .bg img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in_04 .pc ul li .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0.6rem;
  z-index: 9;
  color: #fff;
}

.in_04 .pc ul li .txt .p {
  text-align: center;
}

.in_04 .pc ul li .txt .p1 {
  text-transform: uppercase;
}

.in_04 .pc ul li:hover .bg img {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.in_04 .pc.in04_active ul {
  transform: translateX(80%);
}

.in_04 .pc.in04_active ul li a {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in_04 .pb {
  text-align: center;
}

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

.in_05 .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.in_05 .bg .in05_slide {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.in_05 .bg .in05_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.in_05 .bg .in05_slide .swiper-slide img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.in_05 .nr {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_05 .p {
  width: 100%;
  overflow: hidden;
}

.in_05 .pt {
  text-align: center;
}

.in_05 .pt .p1 {
  color: rgba(255, 255, 255, 0.5);
}

.in_05 .pt .p2 {
  color: #fff;
}

.in_05 .pc {
  overflow: visible;
}

.in_05 .pc ul li {
  width: 100%;
  overflow: visible;
  text-align: center;
  margin-bottom: 0.24rem;
}

.in_05 .pc ul li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
}

.in_05 .pc ul li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.12rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_05 .pc ul li:last-child {
  margin-bottom: 0px;
}

.in_05 .pc ul li.active a {
  color: #fff;
}

.in_05 .pc ul li.active a::before {
  width: 100%;
  left: 0px;
}

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

.in_06 .p {
  width: 100%;
  overflow: hidden;
}

.in_06 .tit {
  position: absolute;
  left: 0px;
  top: 0.9rem;
  z-index: 9;
}

.in_06 .tit .p1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.in_06 .tit .p2 {
  text-align: center;
  color: #fff;
}

.in_06 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #000;
}

.in_06 .nr ul {
  width: 100%;
  overflow: hidden;
}

.in_06 .nr ul li {
  width: 33.3333333333%;
  overflow: hidden;
  position: relative;
  float: left;
}

.in_06 .nr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.in_06 .nr ul li .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 100vh;
}

.in_06 .nr ul li .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.in_06 .nr ul li .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 1.6rem;
  z-index: 9;
}

.in_06 .nr ul li .txt .c {
  width: 100%;
  overflow: hidden;
}

.in_06 .nr ul li .txt .p1 img {
  display: block;
  height: .8rem;
  margin: 0px auto;
  padding: 0px;
}

.in_06 .nr ul li .txt .p2 {
  margin-top: 0.6rem;
  text-align: center;
  color: #fff;
}

.in_06 .nr ul li .txt .p3 {
  text-align: center;
  color: #fff;
  max-width: 52%;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.6rem;
  min-height: 2.4rem;
}

.in_06 .nr ul li .txt .p4 {
  margin-top: 0rem;
  text-align: center;
}

.in_06 .nr ul li:hover .bg img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.in_07 {
  overflow: hidden;
}

.in_07 .p {
  width: 100%;
  overflow: hidden;
}

.in_07 .pt {
  position: relative;
}

.in_07 .pt .p1 {
  color: rgba(0, 0, 0, 0.9);
}

.in_07 .pt a {
  position: absolute;
  right: 0px;
  top: 0.1rem;
}

.in_07 .pc {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in07c_l {
  width: 69.38%;
  overflow: hidden;
  position: relative;
}

.in07cl_slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

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

.in07cl_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100%;
}

.in07cl_slide .swiper-slide .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.in07cl_slide .swiper-slide .bg 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;
}

.in07cl_slide .swiper-slide .bg::before {
  content: "";
  width: 100%;
  display: block;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 9;
}

.in07cl_slide .swiper-slide .txt {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0.66rem;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.16rem;
  color: #fff;
}

.in07cl_slide .swiper-slide:hover .bg img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.in07cl_slide .in07cl_spfr {
  width: calc(100% - 0.32rem);
  overflow: visible;
  position: absolute;
  left: 0.16rem;
  bottom: 0.35rem;
  z-index: 99;
}

.in07cl_slide .in07cl_spfr span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  width: 0.45rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.4);
}

.in07cl_slide .in07cl_spfr span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.in07c_r {
  width: calc(30.62% - 0.3rem);
  overflow: hidden;
}

.in07c_r ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.012rem solid #e3e5e3;
  padding: 0.2rem 0px;
}

.in07c_r ul li:first-child {
  padding-top: 0px;
}

.in07c_r ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in07c_r ul li .p {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in07c_r ul li .time {
  width: 0.7rem;
  overflow: hidden;
}

.in07c_r ul li .time .p1 {
  text-align: center;
  line-height: 1;
  text-align: center;
}

.in07c_r ul li .time .p2 {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.05rem;
}

.in07c_r ul li .txt {
  width: calc(100% - 0.7rem - 0.4rem);
  overflow: hidden;
}

.in07c_r ul li .txt .p1 {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.in07c_r ul li .txt .p2 {
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.05rem;
}

.in07c_r ul li a:hover .time .p1 {
  color: #009284;
}

.in07c_r ul li a:hover .txt .p1 {
  color: #009284;
}

.btnfr {
  overflow: hidden;
}

.btnfr .p {
  width: 100%;
  overflow: hidden;
}

.btnfr .pt {
  background-color: #009284;
}

.btnfr .pt .wrap_c {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.btnfr .pt .fl a {
  display: inline-block;
}

.btnfr .pt .fl img {
  display: block;
  height: 0.42rem;
}

.btnfr .pt .fr .bschfr {
  overflow: hidden;
}

.btnfr .pt .fr .bschfr .bsch_txt {
  width: 4rem;
  height: 0.6rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  background-color: rgba(255, 255, 255, 0.06);
  border: 0px;
  color: #fff;
}

.btnfr .pt .fr .bschfr .bsch_txt::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.btnfr .pt .fr .bschfr .bsch_txt::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.btnfr .pt .fr .bschfr .bsch_txt::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.btnfr .pt .fr .bschfr .bsch_txt::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.btnfr .pt .fr .bschfr .bsch_btn {
  width: 1.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-left: 0.15rem;
  border: 0px;
  cursor: pointer;
  background: none;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.btnfr .pli .wrap_c {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.btnfr .pli .pli_ul {
  width: calc(100% - 3.2rem);
}

.btnfr .pli .pli_ul .p {
  width: 100%;
  overflow: hidden;
}

.btnfr .pli .pli_ul ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.btnfr .pli .pli_ul ul li .p1 {
  font-weight: bold;
}

.btnfr .pli .pli_ul ul li .p1 a {
  color: #009284;
}

.btnfr .pli .pli_ul ul li .p2 p {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.btnfr .pli .pli_ul ul li .p2 a {
  color: #000;
}

.btnfr .pli .pli_ul ul li .p2 a:hover {
  color: #009284;
}

.btnfr .pli_right {
  width: 4.6rem;
}

.btnfr .pli_right .p {
  text-align: right;
}

.btnfr .pli_right .p1 img {
  display: block;
  height: 1.3rem;
  float: right;
}

.btnfr .pli_right .p2 {
  margin-top: 0.3rem;
}

.btnfr .pli_right .p2 ul {
  float: right;
}

.btnfr .pli_right .p2 ul li {
  float: left;
  width: 0.46rem;
  overflow: hidden;
  position: relative;
  margin-left: 0.12rem;
}

.btnfr .pli_right .p2 ul li:first-child {
  margin-left: 0px;
}

.btnfr .pli_right .p2 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.btnfr .pli_right .p2 ul li img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.btnfr .pli_right .p2 ul li img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.btnfr .pli_right .p2 ul li:hover img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.btnfr .pli_right .p2 ul li:hover img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.btnfr .pli_right .p3 {
  text-align: right;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}

.btnfr .pli_right .p4 {
  color: #009284;
}

.btnfr .pli_right .p5 {
  color: #009284;
}

.btnfr .pb {
  border-top: 0.012rem solid rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0px;
  color: #888;
  border-top: 1px solid #cee1dd;
}

.btnfr .pb a {
  color: #888;
}

.btnfr .pb a:hover {
  color: #009284;
}

.btnfr .pb .fl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.btnfr .pb .fl i {
  display: inline-block;
  margin: 0px 0.1rem;
}

.more1 {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid #fff;
  padding: 0.12rem 0.33rem 0.12rem 0.6rem;
  position: relative;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  text-transform: uppercase;
  padding-right: 1.1rem;
}

.more1 i {
  display: inline-block;
  color: #fff;
}

.more1::before {
  content: "";
  display: block;
  width: 0.15rem;
  height: 100%;
  overflow: hidden;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.33rem;
  top: 0px;
  z-index: 9;
}

.more1:hover {
  background-color: #009284;
  border: 2px solid #009284;
}

.more2 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-right: 0.33rem;
  color: #009284;
}

.more2::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 100%;
  overflow: hidden;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0rem;
  top: 0.01rem;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.more2:hover::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 0.03rem;
}

.more3 {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid #009284;
  padding: 0.12rem 0.33rem 0.12rem 0.6rem;
  position: relative;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #009284;
  text-transform: uppercase;
  padding-right: 1.1rem;
  background-color: #fff;
}

.more3 i {
  display: inline-block;
  color: #009284;
}

.more3::before {
  content: "";
  display: block;
  width: 0.15rem;
  height: 100%;
  overflow: hidden;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.33rem;
  top: 0px;
  z-index: 9;
}

.more3:hover {
  background-color: #009284;
  border: 2px solid #009284;
}

.more3:hover i {
  color: #fff;
}

.more3:hover::before {
  background-image: url("../images/t_03.svg");
}

.more4 {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.12rem 0.33rem 0.12rem 0.6rem;
  position: relative;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  text-transform: uppercase;
  padding-right: 1.1rem;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.more4 i {
  display: inline-block;
  color: #fff;
}

.more4::before {
  content: "";
  display: block;
  width: 0.15rem;
  height: 100%;
  overflow: hidden;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.33rem;
  top: 0px;
  z-index: 9;
}

.more4:hover {
  background-color: #009284;
}

.more5 {
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 0.35rem;
}

.more5::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 100%;
  background: url("../images/t_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0.015rem;
}

.font18px_line16x3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.864rem;
  line-height: 1.6;
}
.font18px_line16x3 p {
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .font18px_line16x3 {
    height: 86.4px;
  }
}
@media screen and (max-width: 1600px) {
  .font18px_line16x3 {
    height: 76.8px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x3 {
    height: 67.2px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x3 {
    height: 1.152rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}

.font18px_line175x5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.575rem;
  line-height: 1.75;
}
.font18px_line175x5 p {
  line-height: 1.75;
}
@media screen and (min-width: 1920px) {
  .font18px_line175x5 {
    height: 157.5px;
  }
}
@media screen and (max-width: 1600px) {
  .font18px_line175x5 {
    height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line175x5 {
    height: 122.5px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line175x5 {
    height: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}

.font20px_line175x5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.75rem;
  line-height: 1.75;
}
.font20px_line175x5 p {
  line-height: 1.75;
}
@media screen and (min-width: 1920px) {
  .font20px_line175x5 {
    height: 175px;
  }
}
@media screen and (max-width: 1600px) {
  .font20px_line175x5 {
    height: 157.5px;
  }
}
@media screen and (max-width: 1440px) {
  .font20px_line175x5 {
    height: 140px;
  }
}
@media screen and (max-width: 1025px) {
  .font20px_line175x5 {
    height: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .font20px_line175x5 {
    height: 2.1rem;
  }
}
@media screen and (max-width: 500px) {
  .font20px_line175x5 {
    height: 2.1rem;
  }
}

.font20px_line175x4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.4rem;
  line-height: 1.75;
}
.font20px_line175x4 p {
  line-height: 1.75;
}
@media screen and (min-width: 1920px) {
  .font20px_line175x4 {
    height: 140px;
  }
}
@media screen and (max-width: 1600px) {
  .font20px_line175x4 {
    height: 126px;
  }
}
@media screen and (max-width: 1440px) {
  .font20px_line175x4 {
    height: 112px;
  }
}
@media screen and (max-width: 1025px) {
  .font20px_line175x4 {
    height: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .font20px_line175x4 {
    height: 1.68rem;
  }
}
@media screen and (max-width: 500px) {
  .font20px_line175x4 {
    height: 1.68rem;
  }
}

.font20px_line175x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.7rem;
  line-height: 1.75;
}
.font20px_line175x2 p {
  line-height: 1.75;
}
@media screen and (min-width: 1920px) {
  .font20px_line175x2 {
    height: 70px;
  }
}
@media screen and (max-width: 1600px) {
  .font20px_line175x2 {
    height: 63px;
  }
}
@media screen and (max-width: 1440px) {
  .font20px_line175x2 {
    height: 56px;
  }
}
@media screen and (max-width: 1025px) {
  .font20px_line175x2 {
    height: 1.05rem;
  }
}
@media screen and (max-width: 768px) {
  .font20px_line175x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font20px_line175x2 {
    height: 0.84rem;
  }
}

.font22px_line175x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.66rem;
  line-height: 1.5;
}
.font22px_line175x2 p {
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .font22px_line175x2 {
    height: 66px;
  }
}
@media screen and (max-width: 1600px) {
  .font22px_line175x2 {
    height: 57px;
  }
}
@media screen and (max-width: 1440px) {
  .font22px_line175x2 {
    height: 51px;
  }
}
@media screen and (max-width: 1025px) {
  .font22px_line175x2 {
    height: 0.78rem;
  }
}
@media screen and (max-width: 768px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}

.font24px_line15x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2 p {
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .font24px_line15x2 {
    height: 72px;
  }
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2 {
    height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2 {
    height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2 {
    height: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}

.font24px_line15x3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.08rem;
  line-height: 1.5;
}
.font24px_line15x3 p {
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .font24px_line15x3 {
    height: 108px;
  }
}
@media screen and (max-width: 1600px) {
  .font24px_line15x3 {
    height: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x3 {
    height: 81px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x3 {
    height: 1.35rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x3 {
    height: 1.26rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x3 {
    height: 1.26rem;
  }
}

.font24px_line15x2_max {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2_max p {
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .font24px_line15x2_max {
    max-height: 72px;
  }
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2_max {
    max-height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2_max {
    max-height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2_max {
    max-height: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2_max {
    max-height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2_max {
    max-height: 0.84rem;
  }
}

.font18px_line16x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.576rem;
  line-height: 1.6;
}
.font18px_line16x2 p {
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .font18px_line16x2 {
    height: 57.6px;
  }
}
@media screen and (max-width: 1600px) {
  .font18px_line16x2 {
    height: 51.2px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x2 {
    height: 44.8px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x2 {
    height: 0.768rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}

.font18px_line16x4_max {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.152rem;
  line-height: 1.6;
}
.font18px_line16x4_max p {
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .font18px_line16x4_max {
    max-height: 115.2px;
  }
}
@media screen and (max-width: 1600px) {
  .font18px_line16x4_max {
    max-height: 102.4px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x4_max {
    max-height: 89.6px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x4_max {
    max-height: 1.536rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x4_max {
    max-height: 1.408rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x4_max {
    max-height: 1.408rem;
  }
}

.swiper-button-disabled {
  cursor: default !important;
}

@media screen and (max-width: 1920px) {
  .bannerfr .bs_img {
    height: auto;
  }
  .in_01 {
    height: auto;
  }
  .in_01 .nr {
    position: relative;
    height: auto;
    padding-bottom: 0.8rem;
  }
  .in_02 .img1 {
    height: auto;
  }
  .in_03 .bg {
    height: auto;
  }
  .in_03 .bg img {
    position: relative;
  }
  .in_05 .bg .in05_slide {
    height: auto;
  }
  .in_05 .bg .in05_slide .swiper-slide img {
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  .wrap_in {
    margin: 0px 1.4rem;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: 100%;
    padding: 0px 1.4rem;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    width: 100%;
    padding: 0px 1.4rem;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .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: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media screen and (max-height: 850px) {
  .in_06 .nr ul li .txt .p3 {
    min-height: 1.4rem;
  }
}