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

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

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

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

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

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "poppins-Bold";
  src: url("../fonts/poppins-Bold.woff2") format("woff2"), url("../fonts/poppins-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald_Medium";
  src: url("../fonts/Oswald_Medium.woff2") format("woff2"), url("../fonts/Oswald_Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Medium";
  src: url("../fonts/MiSans-Medium.woff2") format("woff2"), url("../fonts/MiSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  /*font-family:"SourceHanSansCN-Regular","Microsoft Yahei","微软雅黑",-apple-system,BlinkMacSystemFont,"Helveticg Neve",Helvetica,STHeiti,sans-serif,arial;*/
  font-family: "Microsoft Yahei", "微软雅黑", -apple-system, BlinkMacSystemFont, "Helveticg Neve", Helvetica, STHeiti, sans-serif, 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:#1b99bb; */
  text-decoration: none;
  outline: none;
}

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

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

* html .clearfix {
  zoom: 1;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.other_body {
  background-color: #f9f9f9;
}

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

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

.wrap_in {
  margin: 0px 0.5rem;
}

.wrap_c {
  margin: 0px 1.6rem;
}

.wrap_nr {
  margin: 0px 2.5rem;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 9999;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear; /*  border-bottom: solid rgba(255,255,255,.1) 1px; */
  padding: 0.1rem 0;
  width: 100%;
}

.topc {
  width: 100%;
  height: 1rem;
  overflow: visible;
  border-radius: 1rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  display: flex;
  justify-content: space-between;
}

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

.topc .fl img {
  display: block;
  width: 2.4rem;
}

.topc .fl img:nth-child(2) {
  display: none;
}

.topc .fr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
}

.topc .fr a.a1 {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/cn.png") 50% no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}

.topc .fr a.a2 {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/en.png") 50% no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}

.topc .fr a.a3 {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/search.png") 50% no-repeat;
  background-size: 100%;
}

.menufr {
  float: left;
  margin-left: 1rem;
}

.menufr ul li {
  float: left;
  margin-right: 0.7rem;
  position: relative;
}

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

.menufr ul li .mu_t {
  width: 100%;
  height: 1rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Light;
}

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

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

.menufr ul li .mu_c {
  width: 2.2rem;
  overflow: visible;
  position: absolute;
  left: 50%;
  margin-left: -1.1rem;
  top: 1rem;
  z-index: 9;
  display: none;
}

.menufr ul li .mu_c b {
  width: 0px;
  height: 0px;
  border: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  left: 50%;
  top: -0.08rem;
  z-index: 1;
  transform: translateX(-50%);
}

.menufr ul li .mu_c .muc_c {
  width: 100%;
  padding: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: 0.1rem;
  background-color: #fff;
  border-radius: 0.06rem;
  -moz-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menufr ul li .mu_c .muc_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.05rem 0px;
  text-align: center;
}

.menufr ul li .mu_c .muc_c p a {
  color: #666;
}

.top_on {
  top: 0px;
}

.top_on {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.top_on .topc .fl {
  margin-left: 0px;
}

.top_on .topc .fr {
  margin-right: 0px;
}

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

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

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

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

.in_01_slide .swiper-slide .in_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: 50%;
  transition: 3s linear;
  -webkit-transition: 3s linear;
  -o-transition: 3s linear;
  -moz-transition: 3s linear;
}

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

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

.in_01_slide .swiper-slide .in_01_txt .c {
  width: 100%;
  overflow: visible;
}

.in_01_slide .swiper-slide .in_01_txt .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  opacity: 0;
}

.in_01_slide .swiper-slide .in_01_txt .p1 {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.in_01_slide .swiper-slide .in_01_txt .p2 {
  font-family: SourceHanSansCN-Bold;
  line-height: 1.5;
}

.in_01_slide .swiper-slide .in_01_txt .p3 {
  margin-top: 1rem;
}

.in_01_slide .swiper-slide .in_01_txt .p3 a {
  display: inline-flex;
  line-height: 0.7rem;
  width: 2.2rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
  align-items: center;
  justify-content: center;
  background: #e81432;
}

.in_01_slide .swiper-slide .in_01_txt .p3 span {
  display: inline-block;
  position: relative;
  padding-right: 0.2rem;
}

.in_01_slide .swiper-slide .in_01_txt .p3 b {
  width: 0.12rem;
  height: 0.18rem;
  display: block;
  background: url("../images/more_arr.svg") center no-repeat;
  background-size: cover;
}

.in_01_slide .swiper-slide .in_01_txt .p3 a:hover {
  background-color: #005aa7;
  color: #fff;
}

.in_01_slide .swiper-slide .in_01_txt .p3 a:hover span b {
  background-color: #fff;
}

.in_01_slide .swiper-slide .in_01_txt .p3 a:hover span b::before {
  background: url("../images/aa2_on.svg") 50% no-repeat;
  background-size: 0.07rem;
}

.in_01spbt {
  position: absolute;
  bottom: 0.7rem !important;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
}
.in_01spbt span.swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 50%;
  margin: 0 0.2rem !important;
}
.in_01spbt span.swiper-pagination-bullet-active {
  width: 0.1rem;
  height: 0.1rem;
  background: rgb(232, 20, 50);
  opacity: 1;
  border-radius: 50%;
}

a.prev, a.next {
  width: 0.7rem;
  height: 0.5rem;
}
a.prev img, a.next img {
  width: 0.7rem;
}
a.prev img:nth-child(2), a.next img:nth-child(2) {
  display: none;
}

a.prev:hover img:nth-child(1), a.next:hover img:nth-child(1) {
  display: none;
}
a.prev:hover img:nth-child(2), a.next:hover img:nth-child(2) {
  display: block;
}

.in_02 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0;
  background: url(../images/i_bg1.jpg) center no-repeat;
  background-size: cover;
}

.e_slide0 {
  width: 200%;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
}
.e_slide0 .swiper-slide .e_box0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.e_slide0 .swiper-slide .e_box0 .img1 {
  width: 60%;
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.02);
}
.e_slide0 .swiper-slide .e_box0 .img1 img {
  width: 100%;
}
.e_slide0 .swiper-slide .e_box0 .txt1 {
  width: 40%;
  padding: 0 1rem 1.5rem;
}
.e_slide0 .swiper-slide .e_box0 .txt1 a.tit1 {
  font-weight: bold;
}
.e_slide0 .swiper-slide .e_box0 .txt1 p {
  margin-top: 0.3rem;
}
.e_slide0 .swiper-slide .e_box0 .txt1 ul {
  margin-top: 0.7rem;
}
.e_slide0 .swiper-slide .e_box0 .txt1 ul li {
  margin-top: 0.5rem;
}
.e_slide0 .swiper-slide .e_box0 .txt1 ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.03rem;
}
.e_slide0 .swiper-slide .e_box0 .txt1 ul li a::before {
  width: 105%;
  height: 0.02rem;
  background: #e81432;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
}
.e_slide0 .swiper-slide .e_box0 .txt1 ul li a:hover {
  color: #e81432;
}
.e_slide0 .swiper-slide .e_box0 .txt1 ul li a:hover::before {
  opacity: 1;
}
.e_slide0 .pn1 {
  position: absolute;
  z-index: 999;
  left: calc(30% + 1rem);
  display: flex;
  bottom: 0.5rem;
}
.e_slide0 .pn1 .e_prev0 {
  margin-right: 0.2rem;
}
.in_03 {
  width: 100%;
  position: relative;
  padding: 1.5rem 0;
}
.in_03 .i_casebox {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.in_03 .i_casebox .fl {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in_03 .i_casebox .fl .e_slide1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.in_03 .i_casebox .fl .e_slide1 .e_box1 {
  color: #fff;
}
.in_03 .i_casebox .fl .e_slide1 .e_box1 .num1 {
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
  color: transparent;
  font-family: Myriad Pro;
  line-height: 1;
}
.in_03 .i_casebox .fl .e_slide1 .e_box1 a.tit1 {
  color: #fff;
  margin-top: 0.2rem;
  display: block;
  font-weight: bold;
}
.in_03 .i_casebox .fl .e_slide1 .e_box1 p {
  margin-top: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.in_03 .i_casebox .fl .e_slide1 .p3 {
  margin-top: 0.7rem;
}
.in_03 .i_casebox .fl .e_slide1 .p3 a {
  display: inline-flex;
  line-height: 0.7rem;
  width: 2.2rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
  align-items: center;
  justify-content: center;
  background: #e81432;
}
.in_03 .i_casebox .fl .e_slide1 .p3 span {
  display: inline-block;
  position: relative;
  padding-right: 0.2rem;
}
.in_03 .i_casebox .fl .e_slide1 .p3 b {
  width: 0.12rem;
  height: 0.18rem;
  display: block;
  background: url("../images/more_arr.svg") center no-repeat;
  background-size: cover;
}
.in_03 .i_casebox .fl .e_slide1 .e_prev1 {
  position: absolute;
  left: 0;
  top: 0.4rem;
  z-index: 9;
  cursor: pointer;
}
.in_03 .i_casebox .fl .e_slide1 .e_next1 {
  position: absolute;
  left: 0.9rem;
  top: 0.4rem;
  z-index: 9;
  cursor: pointer;
}
.in_03 .i_casebox .fr {
  width: 47%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  padding-bottom: 0.8rem;
   max-height: 8rem;
  overflow-y: auto;
    padding-right:.2rem;
}
.in_03 .i_casebox .fr a {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  backdrop-filter: blur(0.18rem);
  padding: 0.4rem;
  border: solid #fff 1px;
}
.in_03 .i_casebox .fr a i {
  width: 1.01rem;
  display: block;
}
.in_03 .i_casebox .fr a i img {
  width: 100%;
}
.in_03 .i_casebox .fr a i img:nth-child(2) {
  display: none;
}
.in_03 .i_casebox .fr a h4 {
  margin-top: 0.3rem;
}
.in_03 .i_casebox .fr a p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.1rem;
}
.in_03 .i_casebox .fr a b {
  color: #000;
  opacity: 0.2;
  display: block;
  font-family: Myriad Pro;
  margin-top: 0.1rem;
}
.in_03 .i_casebox .fr a:nth-child(2), .in_03 .i_casebox .fr a:nth-child(4),.in_03 .i_casebox .fr a:nth-child(6) {
  position: relative;
  bottom: -0.8rem;
}
.in_03 .i_casebox .fr a.on {
  background: #e81432;
  color: #fff;
  border: solid #e81432 1px;
}
.in_03 .i_casebox .fr a.on i img:nth-child(1) {
  display: none;
}
.in_03 .i_casebox .fr a.on i img:nth-child(2) {
  display: block;
}
.in_03 .i_casebox .fr a.on p {
  color: rgba(255, 255, 255, 0.7);
}
.in_03 .i_casebox .fr a.on b {
  color: #fff;
  opacity: 1;
}
.in_03 .i_bgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.in_03 .i_bgbox i {
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}
.in_03 .i_bgbox i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_03 .i_bgbox i.on {
  display: block;
}

.title1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title1 p {
  margin-top: 0.3rem;
}
.title1 .fl {
  width: 30%;
}
.title1 .fr {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.title1 .fr a {
  display: flex;
  width: 2.2rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  border: solid #ccc 1px;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
}
.title1 .fr a.on {
  background: #e81432;
  color: #fff;
  border-color: #e81432;
}

.h2tit1 {
  font-weight: bold;
}
.h2tit1 i {
  color: #e81432;
}

.in_04 {
  padding: 1.5rem 0;
  background: #f2f4f6;
}
.in_04 .i_user {
  display: flex;
  justify-content: space-between;
}
.in_04 .i_user .fl {
  width: 31%;
}
.in_04 .i_user .fl p.p1 {
  margin-top: 0.3rem;
  color: #15171a;
}
.in_04 .i_user .fl ul.ul1 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
}
.in_04 .i_user .fl ul.ul1 li {
  display: flex;
  flex-direction: column;
}
.in_04 .i_user .fl ul.ul1 li i {
  display: block;
  width: 0.55rem;
}
.in_04 .i_user .fl ul.ul1 li i img {
  width: 100%;
}
.in_04 .i_user .fl ul.ul1 li span {
  display: block;
  font-weight: bold;
  color: #e81432;
  line-height: 1;
  margin-top: 0.2rem;
  font-family: Myriad Pro;
}
.in_04 .i_user .fl ul.ul1 li p {
  color: #15171a;
  margin-top: 0.2rem;
  white-space: nowrap;
}
.in_04 .i_user .fr {
  width: 64%;
}
.in_04 .i_user .fr .i_map {
  width: 100%;
  position: relative;
}
.in_04 .i_user .fr .i_map img {
  width: 100%;
}
.in_04 .i_user .fr .i_map .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.in_04 .i_user .fr .i_map .con li {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.in_04 .i_user .fr .i_map .con li i {
  width: 0.22rem;
  height: 0.27rem;
  background: url(../images/add2.png) center no-repeat;
  background-size: 100%;
}
.in_04 .i_user .fr .i_map .con li:nth-child(1) {
  left: 10.5%;
  top: 33%;
}
.in_04 .i_user .fr .i_map .con li:nth-child(2) {
  left: 46.5%;
  top: 26%;
}
.in_04 .i_user .fr .i_map .con li:nth-child(3) {
  left: 82%;
  top: 35%;
  color: #fff;
}
.in_04 .i_user .fr .i_map .con li:nth-child(3) i {
  background: url(../images/add3.png) center no-repeat;
  background-size: 100%;
}
.in_04 .i_user .fr .i_map .con li:nth-child(4) {
  left: 79%;
  top: 48%;
}
.in_04 .i_coop {
  width: 100%;
  margin-top: 1.2rem;
  position: relative;
}
.in_04 .i_coop .e_slide2 {
  width: 100%;
  overflow: hidden;
}
.in_04 .i_coop .e_slide2 .swiper-slide ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.2rem;
}
.in_04 .i_coop .e_slide2 .swiper-slide ul li {
  background: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
  border: solid #ddd 1px;
}
.in_04 .i_coop .e_slide2 .swiper-slide ul li img {
  width: 100%;
}
.in_04 .i_coop a.e_prev2, .in_04 .i_coop a.e_next2 {
  width: 0.7rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.25rem);
}
.in_04 .i_coop a.e_prev2 img, .in_04 .i_coop a.e_next2 img {
  width: 0.12rem;
}
.in_04 .i_coop a.e_prev2 {
  left: -1rem;
}
.in_04 .i_coop a.e_next2 {
  right: -1rem;
}

.in_05 {
  padding: 1.5rem 0;
}
.in_05 .pn3 {
  display: flex;
  justify-content: space-between;
  width: 1.7rem;
  display: none;
}
.in_05 .pn3 a {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.in_05 .inews_box {
  width: 100%;
  display: flex;
  margin-top: 1.1rem;
 /*  justify-content: space-between; */
 flex-wrap: wrap;
}
.in_05 .inews_box i {
  width: 100%;
 /*  border-radius: 0.3rem; */
  overflow: hidden;
  display: block;
}
.in_05 .inews_box i img {
  width: 100%;
}
.in_05 .inews_box h4 {
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.in_05 .inews_box .fl {
  /* width: 49%; */
  width: 100%;
  background: #fbfbfb;
}
.in_05 .inews_box .fl a{
  display: flex;
  justify-content: space-between;
}
.in_05 .inews_box .fl a .tit1{
  box-sizing: border-box;
  padding: .3rem;
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in_05 .inews_box .fl a .tit1 .ttop1 span{
  color: rgba(17, 17, 17, .5);
}
.in_05 .inews_box .fl a .tit1 .bbtom1{
  display: flex;
  justify-content: space-between;
  color:#ea5504;
  align-items: center;
}
.in_05 .inews_box .fl a .tit1 .bbtom1 span{color:rgba(17, 17, 17, .5);}
.in_05 .inews_box .fl a em{
  width: 66%;
  position: relative;
}
.in_05 .inews_box .fl a em::before{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  content: '';
  opacity: 0; z-index: 9;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}
.in_05 .inews_box .fl a:hover em::before{opacity: 1;}
.in_05 .inews_box .fl img {
 /*  height: 5.4rem; */
  object-fit: cover;
}
.in_05 .inews_box .fr {
  /* width: 45%; */
  width: 100%;
  margin-top: .6rem;
}
.in_05 .inews_box .fr .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:.3rem;
}
.in_05 .inews_box .fr h4{font-weight: 100;margin-top: .1rem;}
.in_05 .inews_box .fr em{
  width: 100%;
  overflow: hidden;
}
.in_05 .inews_box .fr em img {
  height: 3.6rem;
  object-fit: cover;
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}
/* .in_05 .inews_box .fr h4 {
  -webkit-line-clamp: 2;
} */
.in_05 .inews_box .fr a.e_box0{
  position: relative;
 
}
.in_05 .inews_box .fr a.e_box0 .timg1{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_05 .inews_box .fr a.e_box0 .timg1::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  z-index: 9;
}
.in_05 .inews_box .fr a.e_box0 .timg1 span{
  position: absolute;
  left: .2rem;
  top:.2rem;
  width: calc(100% - .4rem);
  display: block;
  margin: 0;
  z-index: 10;
  
}
.in_05 .inews_box .fr a.e_box0 i{color: rgba(255,255,255,.8);}
.in_05 .inews_box .fr a.e_box0 h4{ color: #fff;margin-top: .2rem;}
.in_05 .inews_box .fr a .bbtom1{
  display: flex;
  justify-content: space-between;
  color:#ea5504;
  background: #fbfbfb;
  padding: .25rem .2rem;
  align-items: center;
}
.in_05 .inews_box .fr a  .bbtom1 span{color:rgba(17, 17, 17, .5);}
.in_05 .inews_box .fr a.e_box0:hover .timg1::before{
   background: rgba(0,0,0,.5);
}
.in_05 .inews_box .fr a.e_box0:hover img{
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.in_05 .e_slide3 {
  width: 100%;
  overflow: hidden;
}

.in_06 {
  padding: 1.5rem 0;
  background: url(../images/i_bg4.jpg) center no-repeat;
  background-size: cover;
}
.in_06 .icon_box {
  display: flex;
  justify-content: space-between;
}
.in_06 .icon_box .fl {
  width: 32%;
}
.in_06 .icon_box .fl p {
  margin-top: 0.3rem;
}
.in_06 .icon_box .fl a.more {
  margin-top: 0.5rem;
  display: block;
}
.in_06 .icon_box .fl a.more img {
  width: 0.7rem;
}
.in_06 .icon_box .fr {
  width: 47.5%;
}
.in_06 .icon_box .fr ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.in_06 .icon_box .fr ul li span.sp1 {
  display: block;
}
.in_06 .icon_box .fr ul li label.lb1 {
  display: block;
  margin-top: 0.3rem;
}
.in_06 .icon_box .fr ul li label.lb1 input {
  width: 100%;
  padding: 0 0.3rem;
  line-height: 0.6rem;
  border: solid #ddd 1px;
  border-radius: 0.1rem;
}
.in_06 .icon_box .fr ul li label.lb1 input::placeholder {
  color: #999;
}
.in_06 .icon_box .fr ul li label.lb1 input.submit1 {
  width: 2.2rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e81432;
  border-radius: 0.35rem;
}
.in_06 .icon_box .fr ul li label.lb1 textarea {
  width: 100%;
  padding: 0.2rem 0.3rem;
  line-height: 1.5;
  border: solid #ddd 1px;
  border-radius: 0.1rem;
  color: #999;
}
.in_06 .icon_box .fr ul li .selbox {
  display: flex;
  width: 100%;
  height: 0.6rem;
  border: solid #ddd 1px;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  background: #fff;
  align-items: center;
  padding: 0 0.3rem;
}
.in_06 .icon_box .fr ul li .selbox .sitem1 {
  width: 100%;
  position: relative;
}
.in_06 .icon_box .fr ul li .selbox .sitem1 .select .select_ul {
  width: calc(100% + 0.62rem);
  position: absolute;
  left: -0.31rem;
  top: 0.76rem;
  display: none;
  padding: 0.1rem 0.3rem 0.2rem;
  background: #ffffff;
  max-height: 1.4rem;
  overflow-y: auto;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #ddd 1px;
}
.in_06 .icon_box .fr ul li .selbox .sitem1 .select .select_ul li {
  line-height: 1.6;
  margin-top: 0.1rem;
}
.in_06 .icon_box .fr ul li .selbox .sitem1 .select_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.in_06 .icon_box .fr ul li .selbox .sitem1 .select_input em img {
  width: 0.17rem;
}
.in_06 .icon_box .fr ul li:nth-child(5), .in_06 .icon_box .fr ul li:nth-child(6) {
  grid-column: 1/3;
}

.btnfr {
  overflow: hidden;
  position: relative;
  background: #272727;
}

.p3_c {
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 0 0;
}

.p3_c .fl {
  width: 30%;
  overflow: hidden;
  padding-right: 0.7rem;
}
.p3_c .fl p.p2 {
  opacity: 0.3;
  color: #fff;
  margin-top: 0.4rem;
}
.p3_c .fl .share {
  width: 100%;
  margin: 0.4rem 0;
}
.p3_c .fl .share span {
  display: flex;
}
.p3_c .fl .share a {
  margin-left: 0.1rem;
  position: relative;
}
.p3_c .fl .share a img {
  width: 0.45rem;
  display: block;
}
.p3_c .fl .tel1 {
  display: flex;
  flex-direction: column;
}

.p3_c .fl p.p1 {
  width: 100%;
}

.p3_c .fl p.p1 span {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 0.2rem;
}

.p3_c .fl p.p1 img {
  width: 2.7rem;
}

.p3_c .fr {
  width: 54%;
  margin-top: 0.16rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.p3_c .fr dl {
  margin: 0px;
  padding: 0px;
}

.p3_c .fr dl dt {
  width: 100%;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.p3_c .fr dl dt a {
  color: #fff;
}

.p3_c .fr dl dd {
  widtH: 100%;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 0.16rem;
}

.p3_c .fr dl dd a {
  color: rgba(136, 136, 136, 0.6);
}

.p3_c .fr dl dd a:hover {
  text-decoration: underline;
}

.p3_c .fr dl dd:last-child {
  margin-bottom: 0px;
}

.p3_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}
.p3_c1 .wrap_c{
  position: relative;
}
.p3_c1 .item {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.p3_c1 .item span {
  opacity: 0.3;
}
.p3_c1 .item i {
  display: block;
  width: 0.51rem;
  margin-top: 0.2rem;
}
.p3_c1 .item i img {
  width: 100%;
}
.p3_c1 .fl {
  width: 30%;
  overflow: hidden;
  padding-right: 0.7rem;
  padding-bottom: 0.6rem;
}
.p3_c1 .fr {
  width: 54%;
}

.p3_b {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0 0.5rem;
}
.p3_b .wrap_c {
  border-top: solid #3e3e3e 1px;
  padding: 0.5rem 20px 0;
}
.p3_b a {
  color: rgba(255, 255, 255, 0.4);
}

.p3_b .fl {
  display: flex;
}
.p3_b .fl .sf {
  margin-left: 1.5rem;
}
.p3_b .fl a {
  margin-left: 0.2rem;
}

.p3_b .fr a {
  display: flex;
  align-items: center;
}
.p3_b .fr a img {
  width: 0.24rem;
  margin-left: 0.2rem;
}

#btntop {
  position: absolute;
  top: .2rem;
  right: .2rem;
  z-index: 999;
}

#btntop a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#btntop a img {
  width: 0.8rem;
}

.w_wap {
  display: none;
}

@media screen and (max-width: 1440px) {
  .wrap_c {
    margin: 0px 1rem;
  }
  .wrap_nr {
    margin: 0px 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_01spbt .wrap_c .fl {
    width: 10%;
  }
  .in_01spbt .wrap_c .fc {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
  .menufr ul li .mu_c {
    width: 2.4rem;
    margin-left: -1.2rem;
  }
}
@media screen and (max-width: 1029px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .top_on {
    background: #fff;
  }
  .top_on .topc {
    background: #fff;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    width: auto;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .topc {
    display: block;
    background: #fff;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .topc .fl img:nth-child(2) {
    display: block;
  }
  .topc .fl img:nth-child(1) {
    display: none;
  }
  .topc .fr a.a1 {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    background: url("../images/ss_01.svg") 50% no-repeat;
    background-size: 100%;
  }
  .topc .fr {
    margin-right: 0px;
  }
  .mtmenu_click {
    float: right;
    margin-left: 20px;
    margin-right: 0rem;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
    height: 0.5rem;
    margin-top: 0.25rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 0.36rem;
    height: 0.5rem;
    display: block;
    overflow: hidden;
    background: url("../images/aa6.svg") 50% no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/aa8.svg") 50% no-repeat;
    background-size: 0.32rem;
  }
  .topfr {
    top: 0px;
    padding: 0;
    background: #fff;
  }
  .topc {
    border-radius: 0px;
  }
  .topc .fl {
    margin-left: 0px;
  }
  .menufr {
    width: calc(100% + 40px);
    position: absolute;
    left: -20px;
    top: 1rem;
    background-color: #fff;
    margin-left: 0px;
    border-top: 0.01rem solid #f9f9f9;
    display: none;
  }
  .menufr ul li {
    width: 100%;
    margin-right: 0px;
    border-bottom: 0.01rem solid #f9f9f9;
    padding: 0.1rem 0px;
  }
  .menufr ul li .mu_t {
    height: 0.6rem;
    justify-content: flex-start;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li .mu_t a {
    color: #000;
  }
  .menufr ul li .mu_t a:hover {
    color: #000;
  }
  .menufr ul li:hover .mu_t a {
    color: #000;
  }
  .menufr ul li .mu_t1 {
    position: relative;
  }
  .menufr ul li .mu_t1::before {
    content: "";
    display: block;
    width: 0.22rem;
    height: 100%;
    background: url("../images/aa4.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    pointer-events: none;
  }
  .menufr ul li .mu_c {
    display: none;
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li .mu_c b {
    display: none;
  }
  .menufr ul li .mu_c .muc_c {
    margin-top: 0px;
    padding-top: 0px;
    padding: 0px 20px;
    -moz-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
  }
  .menufr ul li .mu_c .muc_c p {
    text-align: left;
    padding-left: 2em;
  }
  .menufr ul li .mu_c .muc_c p a {
    color: #999;
  }
  .menufr ul li.active .mu_t1::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .menufr ul li.active .mu_t a {
    color: #0d6fb8;
  }
  .topfr.top_active .menufr {
    display: block;
  }
  /*325*/
  .title1 .fl {
    width: 24%;
  }
  .title1 .fr {
    width: 70%;
  }
  .e_slide0 .swiper-slide .e_box0 .txt1 ul {
    margin-top: 0.5rem;
  }
  .e_slide0 .swiper-slide .e_box0 .txt1 ul li {
    margin-top: 0.15rem;
  }
  .in_04 .i_coop a.e_prev2, .in_04 .i_coop a.e_next2 {
    top: calc(100% + 0.25rem);
  }
  .in_04 .i_coop a.e_prev2 {
    left: calc(50% - 0.7rem);
  }
  .in_04 .i_coop a.e_next2 {
    right: calc(50% - 0.7rem);
  }
  /*end*/
  .in_01 {
    height: 60vh;
    margin-top: 1rem;
  }
  .in_01spfr {
    right: 20px;
    bottom: 20px;
  }
  .in_01_slide {
    height: 60vh;
  }
  .in_01spbt .wrap_c .fl {
    width: 15%;
  }
  .in_01spbt .wrap_c .fr {
    width: 10%;
  }
  .p3_c .fl ul li span {
    width: 0.9rem;
  }
  .p3_c .fl {
    width: 35%;
  }
  .p3_c .fl ul li {
    line-height: 1.4;
  }
}
@media screen and (max-width: 749px) {
  /* .in_01spbt .wrap_c .fl {
    width: 50%;
  }
  .in_01spbt .wrap_c .fr {
    width: 10%;
  }
  .in_01spbt .wrap_c .fc{display: none;}
  .e_slide0 .swiper-slide .e_box0{
    padding: .5rem 0;
    height:60vh;
  }
  .in_03{
    padding: .5rem 0;
     .e_slide1{padding-bottom: .8rem;margin-top: .3rem;}
  }
  .in_03 .e_slide1 .e_prev1 {

    left: calc(50% - .7rem);
    top: auto;
    bottom: 0;

  }
  .in_03 .e_slide1 .e_next1 {

    left: auto;
    right: calc(50% - .7rem);
    top: auto;
    bottom: 0;

  } */
  .in_01_slide .swiper-slide .in_01_txt .p2 br {
    display: none;
  }
  .in_02 {
    padding: 0.5rem 0;
  }
  .in_02 .e_slide0 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .in_02 .e_slide0 .swiper-slide .e_box0 {
    flex-wrap: wrap;
  }
  .in_02 .e_slide0 .swiper-slide .e_box0 .img1 {
    width: 100%;
  }
  .in_02 .e_slide0 .swiper-slide .e_box0 .txt1 {
    width: 100%;
    padding: 0.4rem 0 0;
  }
  .in_02 .e_slide0 .pn1 {
    right: 0;
    left: auto;
    bottom: 0rem;
  }
  .in_03 {
    padding: 0.5rem 0;
  }
  .in_03 .i_casebox {
    flex-wrap: wrap;
  }
  .in_03 .i_casebox .fl {
    width: 100%;
  }
  .in_03 .i_casebox .fl .e_slide1 {
    margin-top: 0.4rem;
  }
  .in_03 .i_casebox .fl .e_slide1 .e_box1 .num1 {
    font-size: 0.6rem;
  }
  .in_03 .i_casebox .fl .e_slide1 .e_box1 p {
    margin-top: 0.3rem;
  }
  .in_03 .i_casebox .fl .e_slide1 .e_box1 .p3 {
    margin-top: 0.3rem;
  }
  .in_03 .i_casebox .fr {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0;
    max-height: 7rem;
  }
  .in_03 .i_casebox .fr a {
    padding: 0.3rem;
  }
  .in_03 .i_casebox .fr a:nth-child(2), .in_03 .i_casebox .fr a:nth-child(4), .in_03 .i_casebox .fr a:nth-child(6) {
    bottom: 0;
  }
  .in_04 {
    padding: 0.5rem 0;
  }
  .in_04 .i_user {
    flex-wrap: wrap;
  }
  .in_04 .i_user .fl {
    width: 100%;
  }
  .in_04 .i_user .fl ul.ul1 {
    margin-top: 0.3rem;
    gap: 0.3rem 0.5rem;
  }
  .in_04 .i_user .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_04 .i_coop {
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .in_04 .i_coop .e_slide2 .swiper-slide ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .in_04 .i_coop a.e_prev2, .in_04 .i_coop a.e_next2 {
    top: calc(100% - 0.3rem);
  }
  .in_05 {
    padding: 0.5rem 0;
    position: relative;
  }
  .in_05 .title1 {
    flex-wrap: nowrap;
  }
  .in_05 .title1 .fr {
    margin-top: 0;
  }
  .in_05 .inews_box {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .in_05 .inews_box h4 {
    margin-top: 0.3rem;
  }
  .in_05 .inews_box .fl {
    width: 100%;
  }
  .in_05 .inews_box .fl a{flex-wrap: wrap;}
  .in_05 .inews_box .fl a .tit1{
    width: 100%;
  }
  .in_05 .inews_box .fl a em{width: 100%;}
  .in_05 .inews_box .fl a .tit1 .bbtom1{margin-top: .2rem;}
  .in_05 .inews_box .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_05 .inews_box .fr .swiper-slide {
    grid-template-columns: repeat(1,1fr);
  }
  .in_05 .pn3 {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .in_06 {
    padding: 0.5rem 0;
  }
  .in_06 .icon_box {
    flex-wrap: wrap;
  }
  .in_06 .icon_box .fl {
    width: 100%;
  }
  .in_06 .icon_box .fl a.more {
    margin-top: 0.3rem;
  }
  .in_06 .icon_box .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_06 .icon_box .fr ul {
    gap: 0.2rem;
  }
  .in_06 .icon_box .fr ul li label.lb1 {
    margin-top: 0.2rem;
  }
  .in_06 .icon_box .fr ul li .selbox {
    margin-top: 0.2rem;
  }
  .title1 {
    flex-wrap: wrap;
  }
  .title1 .fl {
    width: 100%;
  }
  .title1 .fr {
    width: 100%;
    margin-top: 0.2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .title1 .fr a {
    margin: 0.15rem;
  }
  .p3_c {
    padding-top: 0.5rem;
  }
  .p3_c .fl {
    width: 100%;
    padding: 0 0 0.5rem;
    border-right: none;
  }
  .p3_c .fl .share {
    margin: 0.3rem 0 0.2rem;
  }
  .p3_c .fr {
    display: none;
  }
  /*  .p3_b .fr{width: 100%;} */
  .p3_c1 {
    margin-top: 0;
  }
  .p3_c1 .item { /* flex-direction: row; align-items: center; */ }
  .p3_c1 .fl {
    width: 100%;
    padding: 0;
  }
  .p3_c1 .fr {
    width: 100%;
  }
  .p3_b {
    padding: 0.3rem 0;
  }
  .p3_b .fl {
    margin-top: 0.2rem;
    width: 100%;
    display: block;
  }
  .p3_b .fl .sf {
    margin-left: -0.2rem;
  }
  .p3_b .wrap_c {
    padding: 0.2rem 20px 0;
  }
  .p3_b .fr {
    width: 100%;
    text-align: right;
  }
  .p3_b .fr a {
    display: inline-flex;
  }
  #btntop {
    display: none;
  }
  .w_wap {
    display: block;
  }
  .w_pc {
    display: none;
  }
  .in_04 .i_user .fr .i_map .con {
    display: none;
  }
}
/*20250623*/
/* CSS Document */
.in_03 .i_casebox .fr a:hover {
  background-color: #e81432;
  border: 1px solid #e81432;
}

.in_03 .i_casebox .fr a:hover i img:nth-child(1) {
  display: none;
}

.in_03 .i_casebox .fr a:hover i img:nth-child(2) {
  display: block;
}

.in_03 .i_casebox .fr a:hover h4 {
  color: #fff;
}

.in_03 .i_casebox .fr a:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.in_03 .i_casebox .fr a:hover b {
  color: #fff !important;
  opacity: 1;
}

.in_03 .i_casebox .fr a.on:hover {
  background-color: #e81432;
}

.in_03 .i_casebox .fl .e_slide1 .e_box1 .num1 {
  font-family: poppins-Bold;
}

.p3_c .fl .share a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.p3_c .fl .share a img {
  opacity: 0.3;
}

.p3_c .fl .share a:hover {
  background-color: #e81432;
  border: 1px solid #e81432;
}

.p3_c .fl .share a:hover img {
  opacity: 1;
}

.in_05 .inews_box .fl img {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in_05 .inews_box .fl a:hover img {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.in_05 .inews_box .fr i img {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in_05 .inews_box .fr a:hover i img {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.p3_c .fr dl dd a {
  color: rgba(255, 255, 255, 0.6);
}

.n_con {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
}

@media screen and (max-width: 1470px){
    #btntop{right:.2rem;}
    #btntop a img{width:.6rem;}
  
}

@media screen and (max-width: 749px) {
  .in_04 .i_coop .e_slide2 .swiper-slide ul {
    grid-template-columns: repeat(4, 1fr);
  }
}