/* 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:#bd3b39;
}

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

.albb_font {
  font-family: albb;
}

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

a:hover {
  color: #bd3b39;
  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.4rem;
}

.wrap_c {
  margin: 0px 2.6rem;
}

.wrap_c1 {
  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; */
}

.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;
  padding: 0.2rem 0;
}

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

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

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

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

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

.topc .fr a.a3 {
  display: inline-block;
  width: 0.21rem;
  height: 0.15rem;
  background: url("../images/wap_menu.png") 50% no-repeat;
  background-size: 100%;
  margin: 0 0.42rem;
}

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

/*2025*/
.topc .fr div.a2 {
  display: inline-block;
  width: 0.19rem;
  height: 100%;
  background: url("../images/lang.png") 50% no-repeat;
  background-size: 100%;
  position: relative;
}
.topc .fr div.a2 .lang {
  position: absolute;
  width: 1.5rem;
  left: -0.6rem;
  top: 0.8rem;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.1rem 0;
  border-radius: 0.1rem;
  display: none;
}
.topc .fr div.a2 .lang a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.05rem 0;
}

.topc .fr div.a2:hover .lang {
  display: block;
}

.top_on .topc .fr div.a2 .lang {
  background: #666;
}

/*2025end*/
.menufr {
  float: left;
  margin-left: 1rem;
}

.menufr ul li {
  float: left;
  margin-right: 0.4rem;
  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-Medium;
}

.menufr ul li .mu_t a {
  color: #fff;
  border: solid #fff 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 0.25rem;
}

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

.menufr ul li .mu_c .muc_c p a:hover {
  color: #0d6fb8;
}

/* .menufr ul li:hover .mu_t a{color:#bd3b39;} */
.menufr ul li.on .mu_t a {
  border: solid #bd3b39 1px;
  background: #bd3b39;
}

.top_on {
  top: 0px;
}

.top_on .topc {
  width: 100%;
  padding: 0px 2.6rem;
  margin-left: -2.6rem;
  border-radius: 0px;
  -moz-box-shadow: 0.1rem 0px 0.3rem rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0.1rem 0px 0.3rem rgba(0, 0, 0, 0.24);
  box-shadow: 0.1rem 0px 0.3rem rgba(0, 0, 0, 0.24);
  background: rgba(0, 0, 0, 0.5);
}

.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;
  margin-top: 2.2rem;
}

.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 {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.in_01_slide .swiper-slide .in_01_txt .p3 {
  margin-top: 0.1rem;
  text-align: center;
}

/* .in_01_slide .swiper-slide .in_01_txt .p3 a{display:inline-flex;line-height:.6rem;width:2rem;border-radius:.5rem;color:#fff;transition:0s linear;-webkit-transition:0s linear;-o-transition:0s linear;-moz-transition:0s linear;border: solid #fff 1px;align-items: center;justify-content: center;}
.in_01_slide .swiper-slide .in_01_txt .p3 span{display:inline-block;position:relative;padding-right:.2rem;}
.in_01_slide .swiper-slide .in_01_txt .p3  b{width: .13rem; height: .2rem;display:block;background:url("../images/more_arr.png") 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;
}

.i_p1 {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 0.4rem !important;
  z-index: 9;
}
.i_p1 span {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
}

.in_02 {
  width: 100%;
  position: relative;
  padding: 0.7rem 0 0.9rem;
  overflow: hidden;
  text-align: center;
}
.in_02 h4 {
  font-family: Tahoma;
  font-weight: bold;
}
.in_02 p {
  margin-top: 0.7rem;
}

.in_03 {
  width: 100%;
  overflow: hidden;
}
.in_03 img {
  width: 100%;
  display: block;
  height: auto;
}

.in_04 {
  width: 100%;
  overflow: hidden;
  padding: 1.3rem 0 1rem;
}
.in_04 img {
  width: 100%;
  display: block;
  height: auto;
}
.in_04 h2 {
  font-family: Tahoma;
  font-weight: bold;
  text-align: center;
}
.in_04 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
  background: #dedede;
  padding-top: 0.1rem;
}
.in_04 ul li {
  width: calc(50% - 0.05rem);
  position: relative;
}
.in_04 ul li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(4, 3, 10, 0.83);
  content: "";
  opacity: 1;
  transition: all 0.3s linear;
}
.in_04 ul li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0.4rem;
  display: flex;
  align-items: flex-end;
}
.in_04 ul li .txt .con {
  color: #434649;
  text-align: center;
}
.in_04 ul li .txt .con .p1 {
  font-weight: bold;
  line-height: 1.2;
}
.in_04 ul li .txt .con .p2 {
  line-height: 1.2;
  min-height: 0.8rem;
}
.in_04 ul li .txt .con .p3 {
  margin-top: 0.7rem;
}
.in_04 ul li .txt .con a.more1 {
  padding: 0.02rem 0.1rem;
  color: #434649;
  border: solid #434649 1px;
  border-radius: 0.2rem;
  margin-top: 0.1rem;
  display: inline-block;
}
.in_04 ul li:nth-child(1) .txt .con {
  margin-left: auto;
}
.in_04 ul li:hover::before {
  opacity: 0;
}
.in_04 ul li:hover .txt .con {
  color: #fff;
}
.in_04 ul li:hover .txt .con a.more1 {
  color: #fff;
  border: solid #fff 1px;
}

.in_05 {
  width: 100%;
  overflow: hidden;
  background: url(../images/i_bg1.jpg) center no-repeat;
  padding: 1.6rem 0 2.4rem;
}
.in_05 .in_05_t img {
  width: 100%;
  display: block;
}
.in_05 .in_05_b {
  margin-top: 0.8rem;
  color: #fff;
  text-align: center;
}
.in_05 .in_05_b h4 {
  font-weight: bold;
}
.in_05 .in_05_b p.p1 {
  margin-top: 0.3rem;
}
.in_05 .in_05_b p.p2 {
  margin-top: 0;
}
.in_05 .in_05_b p.p2 a {
  color: #fff;
  padding: 0 0.15rem;
}
.in_05 .in_05_b p.p3 {
  margin-top: 0.3rem;
}
.in_05 .in_05_b p.p3 a {
  display: inline-block;
  padding: 0.06rem 0.4rem;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 0.4rem;
  color: #000;
  font-family: Arial;
  margin: 0.1rem 0.2rem;
  font-weight: bold;
  white-space: nowrap;
}

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

.p3_c {
  width: 100%;
  overflow: hidden;
  padding: 0.9rem 0 0;
  color: #fff;
}
.p3_c ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.38rem;
}
.p3_c ul li {
  width: calc(50% - 0.28rem);
  border-top: solid #333 1px;
  padding-top: 0.36rem;
}
.p3_c ul li h4 {
  font-weight: bold;
}
.p3_c ul li .con {
  margin-top: 0.1rem;
  display: flex;
}
.p3_c ul li .con p {
  width: calc(50% - 0.2rem);
}
.p3_c ul li .con p i {
  color: #f6f6f6;
  display: block;
}

.p3_b {
  width: 100%;
  overflow: hidden;
  color: #f6f6f6;
  border-top: solid #333 1px;
  margin-top: 1.4rem;
  padding: 0.3rem 0 1.4rem;
}
.p3_b a {
  color: #f6f6f6;
}

.p3_b .fl a {
  margin-left: 0.1rem;
}

.p3_b .fr {
  display: flex;
  align-items: center;
}
.p3_b .fr a {
  padding: 0 0.25rem;
}
.p3_b .fr a:last-child {
  padding-right: 0;
}

.a_01 {
  width: 100%;
  overflow: hidden;
  background: url(../images/a_bg1.jpg) center no-repeat;
  padding: 1rem 0 1.5rem;
  background-size: cover;
}
.a_01 .mapbox {
  position: relative;
}
.a_01 .mapbox img {
  width: 100%;
}
.a_01 .mapbox .country {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.a_01 .mapbox .country li {
  background: #9b9b9c;
  border-radius: 0.25rem;
  padding: 0.04rem 0.4rem 0.04rem 0.04rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border: solid #fff 1px;
  position: absolute;
}
.a_01 .mapbox .country li img {
  width: 0.54rem;
  height: 0.54rem;
  margin-right: 0.1rem;
}
.a_01 .mapbox .country li:nth-child(1) {
  left: 2.29rem;
  top: 2.95rem;
}
.a_01 .mapbox .country li:nth-child(2) {
  left: 8.15rem;
  top: 3.25rem;
}
.a_01 .mapbox .country li:nth-child(3) {
  left: 12.09rem;
  top: 2.95rem;
}
.a_01 .mapbox .country li:nth-child(4) {
  left: 4.96rem;
  bottom: 2.57rem;
}
.a_01 .mapbox .country li:nth-child(5) {
  left: 11.05rem;
  bottom: 2.79rem;
}
.a_01 .mapbox .country li:nth-child(6) {
  left: 3.96rem;
  bottom: 1.77rem;
}
.a_01 .mapbox .country li:nth-child(7) {
  left: 12.95rem;
  bottom: 1.57rem;
}
.a_01 .mapbox .country li:nth-child(8) {
  left: 4.26rem;
  bottom: 0.77rem;
}
.a_01 .mapbox .country li:nth-child(9) {
  left: 12.6rem;
  bottom: 4.47rem;
  background: none;
  color: #bd3b39;
  font-weight: bold;
  border: none;
  white-space: nowrap;
  /* img{width: .26rem; height: .25rem;margin-right: .2rem;} */
}

@media screen and (max-width: 1440px) {
  .wrap_c {
    margin: 0px 1rem;
  }
  .wrap_nr {
    margin: 0px 1rem;
  }
  .wrap_c1 {
    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 .topc {
    background: #fff;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .topc {
    display: block;
    background: #fff;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .topc .fl img:nth-child(2) {
    display: block;
    width: 3rem;
  }
  .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 a.a2 {
    width: 0.25rem;
    height: 0.27rem;
    background: url("../images/lang1.png") 50% no-repeat;
    background-size: 100%;
    margin-left: 0.2rem;
  }
  /*2025*/
  .topc .fr div.a2 {
    width: 0.25rem;
    background: url("../images/lang1.png") 50% no-repeat;
    background-size: 100%;
    margin-left: 0.2rem;
  }
  .topc .fr div.a2 .lang {
    top: 1rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }
  /*2025end*/
  .topc .fr a.a3 {
    display: none;
  }
  .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;
  }
  /*  .mtmenu_click a.on{background:url("../images/aa8.svg") 50% no-repeat;background-size:.32rem;} */
  .topfr {
    top: 0px;
  }
  .topc {
    padding: 0px 20px;
    margin-left: -20px;
    border-radius: 0px;
  }
  .topc .fl {
    margin-left: 0px;
  }
  .top_on .topc {
    padding: 0px 20px;
    margin-left: -20px;
  }
  .menufr {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 1rem;
    background-color: #fff;
    margin-left: 0px;
    border-top: 0.01rem solid #f9f9f9;
    display: none;
  }
  .menufr ul li {
    width: 100%;
    margin-right: 0px;
    border-bottom: 0.01rem solid #f9f9f9;
    padding: 0.1rem 0px;
  }
  .menufr ul li .mu_t {
    height: 0.6rem;
    justify-content: flex-start;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li .mu_t a {
    color: #000;
  }
  .menufr ul li .mu_t a:hover {
    color: #000;
  }
  .menufr ul li:hover .mu_t a {
    color: #000;
  }
  .menufr ul li .mu_t1 {
    position: relative;
  }
  .menufr ul li .mu_t1::before {
    content: "";
    display: block;
    width: 0.22rem;
    height: 100%;
    background: url("../images/aa4.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    pointer-events: none;
  }
  .menufr ul li .mu_c {
    display: none;
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li .mu_c b {
    display: none;
  }
  .menufr ul li .mu_c .muc_c {
    margin-top: 0px;
    padding-top: 0px;
    padding: 0px 20px;
    -moz-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
  }
  .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;
  }
  .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%;
  }
  .in_04 ul {
    flex-wrap: wrap;
  }
  .in_04 ul li {
    width: 100%;
  }
  .in_04 ul li .txt .con {
    width: 100%;
  }
  .in_04 ul li:last-child {
    margin-top: 0.1rem;
  }
  .p3_c ul {
    flex-wrap: wrap;
  }
  .p3_c ul li {
    width: 100%;
  }
  .p3_b {
    margin-top: 0.4rem;
    padding: 0.3rem 0 0.4rem;
  }
}
@media screen and (max-width: 749px) {
  .in_02 {
    padding: 0.5rem 0;
  }
  .in_02 h4 br {
    display: none;
  }
  .in_02 p {
    margin-top: 0.3rem;
  }
  .in_04 {
    padding: 0.5rem 0;
  }
  .in_04 ul {
    margin-top: 0.4rem;
  }
  .in_04 ul li .txt .con .p3 {
    margin-top: 0.4rem;
  }
  .in_04 ul li .txt {
    position: relative;
  }
  .in_04 ul img {
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
  .in_05 {
    padding: 0.5rem 0;
  }
  .in_05 .in_05_b {
    margin-top: 0.4rem;
  }
  .in_05 .in_05_b p.p3 a {
    display: block;
  }
  .p3_c {
    padding-top: 0.5rem;
  }
  .p3_c ul li:last-child {
    margin-top: 0.3rem;
  }
  .p3_c ul li .con {
    display: block;
  }
  .p3_c ul li .con p {
    width: 100%;
  }
  .p3_b .wrap_c {
    display: flex;
    flex-wrap: wrap;
  }
  .p3_b .wrap_c .fl {
    width: 100%;
    order: 0;
  }
  .p3_b .wrap_c .fr {
    width: 100%;
    order: 1;
    margin-top: 0.2rem;
    display: flex;
    justify-content: flex-end;
  }
  .a_01 {
    padding: 0.5rem 0;
  }
}