.w1400 {
  margin: 0 auto;
  width: 73.57%;
}
.w1600 {
  margin: 0 auto;
  width: 84.08%;
}
.w1760 {
  margin: 0 auto;
  width: 92.5%;
}
.w1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

/* !!swiper!! */
.swiper-container .swiper-slide,
.swiper-container .swiper-wrapper {
  height: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  top: auto;
  right: auto;
}

.swiper-pagination-bullet {
  position: relative;
  margin: 0 5px !important;
  width: 30px;
  height: 4px;
  background-color: #dedede;
  border-radius: 3px !important;
  opacity: 1;
  overflow: hidden;
  transition: all 0.6s;
}
.swiper-pagination-bullet::before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(90deg, 
  #127ae4 0%, 
  #0cacff 100%), 
linear-gradient(
  #dedede, 
  #dedede);
background-blend-mode: normal, 
  normal;
}
/* .swiper-pagination-bullet-active{
  background-image: linear-gradient(90deg,
  #127ae4 0%,
  #0cacff 100%),
linear-gradient(
  #dedede,
  #dedede);
background-blend-mode: normal,
  normal;
} */
.swiper-pagination-bullet-active::before {
  width: 100%;
  background-image: linear-gradient(90deg,
		#127ae4 0%,
		#0cacff 100%),
	linear-gradient(
		#dedede,
		#dedede);
  background-blend-mode: normal,
		normal;
  animation: h_schedule 4s 1 linear forwards;
  -webkit-animation: h_schedule 4s 1 linear forwards;
}

.banner_swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}

.banner_swiper .swiper-pagination-bullet-active::before {
  background-color: #fff;
}

.banner_swiper .swiper-pagination {
  bottom: 0.5rem !important;
}
@keyframes h_schedule {
  0% {
      width: 0
  }

  100% {
      width: 100%
  }
}

@-webkit-keyframes h_schedule {
  0% {
      width: 0
  }

  100% {
      width: 100%
  }
}
.swiper-pagination-progress {
  background-color: rgba(51, 51, 51, 0.2);
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #ffffff;
}
.swiper-pagination .current,
.swiper-pagination .line,
.swiper-pagination .total {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.swiper-pagination .line {
  margin: 0 10px;
}
.swiper-pagination .current {
  font-family: 'Gilroy-Bold';
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.1);
  opacity: 1 !important;
}
.swiper-scrollbar-drag {
  background-color: #4b0c77;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.swiper-pagination .swiper-pagination-current {
  color: #333;
}
.swiper-button-next,
.swiper-button-prev {
  color: #DEDEDE;
  text-align: center;
  border-radius: 50%;
	width: 50px;
	height: 50px;
  line-height: 50px;
  top: 50%;
  font-size: 12px;
  font-weight: bold;
  transform: translateY(-50%);
  border: solid 1px #ffffff;
  background: #fff;
  margin-top: 0px;
  /* box-shadow: 0px 4px 19px 2px 
		rgba(0, 0, 0, 0.03); */
    transition: all 0.6s;
}
.about9 .swiper-button-prev,
.about9 .swiper-button-next{
  top: 35%;
  transform: translateY(-35%);
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: unset !important;
}
.about8 .swiper-button-prev,
.about8 .swiper-button-next,
.about9 .swiper-button-prev,
.about9 .swiper-button-next{
    background: transparent;
    border-color: #BAC1CB;
    color: #BAC1CB;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.about8 .swiper-button-prev:hover,
.about8 .swiper-button-next:hover{
  color: #fff;
	background-image: linear-gradient(90deg, 
		#127ce5 0%, 
		#0da7fc 99%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 3px 4px 20px 0px 
		rgba(15, 148, 242, 0.2);
}
@media screen and (max-width: 1439px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1151px) {
  .swiper-pagination .current,
  .swiper-pagination .line,
  .swiper-pagination .total {
    font-size: 16px;
  }
  .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}
@media screen and (max-width: 980px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-pagination .current,
  .swiper-pagination .line,
  .swiper-pagination .total {
    font-size: 14px;
    line-height: 1;
  }
  .swiper-container {
    padding-right: 1px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }
  .swiper-pagination-bullet {
    width: 15px;
  }
}
/* !!popvideo!! */
.popvideo iframe {
  width: 100%;
}
.popvideo video {
  width: 100%;
  object-fit: fill;
}
.popvideobg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popvideobox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#videoPlayer video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.popvideo {
  position: relative;
  margin: 0 auto;
  max-width: 70vw;
  height: auto !important;
}
#videoPlayer {
  height: 100%;
}
.close_video_btn {
  position: absolute;
  top: -3%;
  right: -1.5%;
  z-index: 9;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  background-color: #0e99f5;
  border-radius: 50%;
  color: #fff;
  transition: all 0.6s;
}
.close_video_btn:hover{
  background-image: linear-gradient(90deg, 
  #127ce5 0%, 
  #0da7fc 99%), 
linear-gradient(
  #ffffff, 
  #ffffff);
background-blend-mode: normal, 
  normal;
}
@media screen and (max-width: 1366px) {
  .popvideo{
    max-width: 82vw;
  }
}
@media screen and (max-width: 1366px) {
  .popvideo{
    max-width: 80vw;
    height: 60vh;
  }
  .close_video_btn{
    width: 40px;
    height: 40px;
    line-height: 44x;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .close_video_btn {
    width: 34px;
    height: 34px;
    line-height: 36px;
    font-size: 12px;
    top: -10%;
    right: -1.5%;
  }
.popvideo{
  max-width: 90vw;
  height: auto;
}
}
/* !!headfixed!! */
.btn_phone {
  position: relative;
  z-index: 10;
  width: 26px;
  height: 26px;
  display: none;
}
.headfixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.headfixed.headerbgm1 {
  background: #ffffff;
}
/* .headfixed.headerbgm .menu_pcul li > a{
  padding: 20px 0;
} */
.headfixed.headerbgm,
.hheaderbgm,
.headfixed1 {
  box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  background: #ffffff;
}
.headfixed.headerbgm .menu_pcul li > a,
.headfixed.hheaderbgm .menu_pcul li > a,
.headfixed.headfixed1 .menu_pcul li > a,
.headfixed.headerbgm .menu_pcul li:hover > a,
.headfixed.headerbgm .menu_pcul li.active > a,
.headfixed.headfixed1 .menu_pcul li.active > a,
.headfixed.headfixed1 .menu_pcul li:hover > a,
.headfixed.hheaderbgm .menu_pcul li.active > a,
.headfixed.hheaderbgm .menu_pcul li:hover > a,
.headfixed.headfixed1 .menu_pcul li > a {
  color: #222;
}
.headfixed.headerbgm .menu_pcul > li.active > a::after,
.headfixed.headerbgm .menu_list .menu_pcul > li:hover > a:after,
.headfixed.headfixed1 .menu_pcul > li.active > a::after,
.headfixed.headfixed1 .menu_list .menu_pcul > li:hover > a:after,
.headfixed.hheaderbgm .menu_pcul > li.active > a::after,
.headfixed.hheaderbgm .menu_list .menu_pcul > li:hover > a:after {
  background: #0e99f5;
}
.headfixed .headfixed_show {
  position: relative;
  z-index: 3;
  padding: 0 0.6rem;
  transition: all 0.8s;
  align-items: center;
  justify-content: space-between;
}
.headfixed .logo {
  position: relative;
  /* flex: 1; */
  width: 220px;
  display: block;
}
.headfixed .logo img {
  margin: 0px;
}
.headfixed .logo .wimg,
.headfixedw .logo .img,
.headfixed.headerbgm .logo .img,
.headfixed.hheaderbgm .logo .img,
.headfixedw.headerbgm .logo .wimg,
.headfixedw.hheaderbgm .logo .wimg,
.headfixed.headfixed1 .logo .img{
  display: block;
}
.headfixedw .logo .wimg,
.headfixed .logo .img,
.headfixed.headerbgm .logo .wimg,
.headfixed.hheaderbgm .logo .wimg,
.headfixedw.headerbgm .logo .img,
.headfixedw.hheaderbgm .logo .img,
.headfixed.headfixed1 .logo .wimg{
  display: none;
}
.headfixed.headerbgm1 .language_text {
  color: #333;
}
.headfixed .menu_list {
  /* width: 66%; */
  width: 70%;
  /* background: red; */
  align-items: center;
}
.header-button,
.headfixed .header-button {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  background: url(../images/in-ssicon.png) no-repeat center center;
  text-align: left;
  text-indent: -119988px;
  text-transform: capitalize;
  cursor: pointer;
}
.headfixed.headerbgm .header-button,
.headfixed.headerbgm1 .header-button,
.headfixed1 .header-button {
  background: url(../images/in-bssicon.png) no-repeat center center;
}
.headfixed .toggle_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  z-index: 15;
}
.headfixed .toggle_btn span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  background: #777;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.headfixed .toggle_btn span:first-child {
  top: 8px;
}
.headfixed .toggle_btn span:nth-child(2) {
  top: 50%;
  width: 20px;
}
.headfixed .toggle_btn span:last-child {
  bottom: 6px;
}
.headfixed .toggle_btn.on span:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -o-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
}
.headfixed .toggle_btn.on span:nth-child(2) {
  opacity: 0;
}
.headfixed .toggle_btn.on span:last-child {
  bottom: 9px;
  -webkit-transform: translate(0, -3px) rotate(-45deg);
  -o-transform: translate(0, -3px) rotate(-45deg);
  transform: translate(0, -3px) rotate(-45deg);
  -ms-transform: translate(0, -3px) rotate(-45deg);
}
.mobile_nav_box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 50px 0;
  width: 86%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  transform: translateX(150%);
  pointer-events: none;
}
.headfixed .headfixed_show.on .mobile_nav_box {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.headfixed .mobile_nav_box .tit {
  position: relative;
  padding: 0 5%;
  width: 100%;
  display: block;
  color: #282828;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
}
.headfixed .mobile_nav_box .tit:hover {
  color: #0e99f5;
}
.headfixed .mobile_nav_box .mobile_ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.headfixed .mobile_nav_box .head_subnav {
  padding: 12px 4.5%;
  width: 100%;
  background: #f5f5f5;
  display: none;
}
.headfixed .mobile_nav_box .head_subnav a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
.headfixed .mobile_nav_box .head_subnav a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.headfixed .mobile_nav_box .head_subnav a.stit {
  font-size: 16px;
}
.headfixed .head_tit {
  position: relative;
  padding: 15px 0;
}
.headfixed .mobile_nav_box .mobile_down,
.headfixed .mobile_nav_box .smobile_down {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  display: block;
  width: 150px;
  height: 100%;
  transform: translateY(-50%);
}
.headfixed .mobile_nav_box .smobile_down {
  right: 1.5%;
}
.headfixed .mobile_nav_box .mobile_down:before,
.headfixed .mobile_nav_box .smobile_down::before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.headfixed .btn_list {
  /* width: 370px; */
}
.btn_email,
.btn_email .emali{
  font-size: 18px;
  color: #fff;
  font-family: HarmonyOS_Sans_SC_Bold;
}
.btn_email .icon_youxiang1{
  font-size: 22px;
}
.btn_email .emali{
  margin-left: 10px;
}
.headfixed .getBtn{
  font-family: HarmonyOS_Sans_SC_Bold;
  width: 1.6rem;
    line-height: 0.42rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    font-size: var(--font-size-18);
    color: #0f96f3;
    cursor: pointer;
    text-align: center;
    transition: all 0.6s;
}
.headfixed.headerbgm .btn_email,
.headfixed.headerbgm .btn_email .emali,
.headfixed.hheaderbgm .btn_email,
.headfixed.hheaderbgm .btn_email .emali,
.headfixed.headfixed1 .btn_email,
.headfixed.headfixed1 .btn_email .emali{
  color: #0e99f5;
}
.headfixed.headerbgm .getBtn,
.headfixed.hheaderbgm .getBtn,
.headfixed.headfixed1 .getBtn{
  background-image: linear-gradient(90deg, 
  #127ae4 0%, 
  #0cacff 100%), 
linear-gradient(
  #ffffff, 
  #ffffff);
background-blend-mode: normal, 
  normal;
  color: #ffffff;
}
.headfixed .menu_pcul {
  /* width: calc(100% - 370px); */
  width: 100%;
  justify-content: space-between;
}
.headfixed .menu_pcul li {
  position: relative;
  vertical-align: top;
}
.headfixed .menu_pcul li.pnavli {
  position: initial;
}
.headfixed .menu_pcul li > a {
  position: relative;
  font-family: Gilroy-Medium;
  z-index: 2;
  display: block;
  color: #ffffff;
  text-align: center;
  /* font-size: 18px; */
  font-size: var(--font-size-18);
  padding: 0.3rem 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headfixed .menu_pcul li .head_subnav {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 20%;
  min-width: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 7px 29px 0px rgba(184, 184, 184, 0.14);
  border-top: 1px solid #e9e9e9;
  -webkit-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  opacity: 0;
  pointer-events: none;
}
.headfixed .menu_pcul li.pnavli .head_subnav{
  min-width: 73.57%;
}
.menu_list > ul > li:hover .head_subnav {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  pointer-events: auto;
}
.menu_list .menu_pcul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0e99f5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.menu_list .pro_menu{
  position: relative;
  width: 320px;
  background: #FAFAFA;
  padding: 50px 0.7rem;
}
.menu_list .pro_mcontBox{
  flex: 1;
  padding: 50px 0.56rem;
}
.menu_list .pro_mli{
  position: relative;
  font-size: 18px;
  line-height: 1.67;
  padding: 8px 0;
	color: #222222;
  cursor: pointer;
  display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
  margin-top: 10px;
}
.menu_list .pro_mli::before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
	height: 2px;
	background-color: #0e99f5;
  transition: all 0.6s;
}
.menu_list .pro_mli:hover::before,
.menu_list .pro_mli.active::before{
  width: 100%;
}
.menu_list .pro_mli:hover,
.menu_list .pro_mli.active{
  color: #0e99f5;
}
.menu_list .pro_mct{
  flex-wrap: wrap;
}
.menu_list .pro_mctli{
  position: relative;
  width: 31.3%;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px rgba(222, 222, 222, 0.4);
  padding: 15px 25px;
  margin-right: 2%;
  margin-top: 2%;
  transition: all 0.6s;
}
.menu_list .pro_mli:first-child,
.menu_list .pro_mctli:first-child,
.menu_list .pro_mctli:nth-child(2),
.menu_list .pro_mctli:nth-child(3){
  margin-top: 0px;
}
.menu_list .pro_mctli::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: solid 2px #0f93f1;
  transition: all 0.6s;
  opacity: 0;
}
.menu_list .pro_mctli:hover::before{
  opacity: 1;
}
.menu_list .pro_mcimg{
  position: relative;
  width: 66px;
	height: 66px;
  overflow: hidden;
}
.menu_list .pro_mcft{
  flex: 1;
  font-size: 16px;
	line-height: 1.875;
	color: #666666;
  padding-left: 24px;
}
.menu_list .pro_mcont .moreBtn{
  margin-top: 35px;
}
.menu_list .pro_mcont{
  display: none;
}
.menu_list .pro_mcont.active{
  display: block;
}
.menu_list .head_submenu{
  overflow: hidden;
    background: #fff;
}
.menu_list .head_submenu a{
  display: block;
    margin: 0;
    padding: 13px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, .07);
    color: #222222;
    text-align: left;
    line-height: 1.67;
    font-size: 16px;
    transition: all 0.6s;
}
.menu_list .head_submenu a:last-child {
  border-color: transparent;
}
.menu_list .head_submenu a:hover {
  color: #0e99f5;
  font-weight: bold;
}


.headfixed .menu_pcul > li.active > a::after,
.menu_list .menu_pcul > li:hover > a:after {
  width: 100%;
}
.headfixed .menu_pcul > li.active > a,
.headfixed .menu_pcul > li:hover > a,
.headfixedw.hheaderbgm .btn_search,
.headfixedw.headerbgm .btn_search {
  color: #222222;
}
.headfixedw .menu_pcul li > a,
.headfixedw .menu_pcul > li.active > a,
.headfixedw .menu_pcul > li:hover > a,
.headfixedw .btn_search {
  color: #ffffff;
}
/* !!language!! */
.language {
  position: relative;
  width: 80px;
  text-align: center;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.6s;
}

.language .language_text {
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
  color: #fff;
}
.language .language_text span{
  margin: 0 10px;
}
.language .language_text svg g,
.language .language_text svg path{
  stroke:#fff;
}
.language .language_text .icon_sjx {
  display: inline-block;
  font-size: 0.08rem;
  transform: rotate(90deg);
}
.headfixed.headerbgm .language .language_text,
.hheaderbgm .language .language_text,
.headfixed1 .language .language_text{
  color: #333;
}
.headfixed.headerbgm .language .language_text svg path,
.hheaderbgm .language .language_text svg path,
.headfixed1 .language .language_text svg path,
.headfixed.headerbgm .language .language_text svg g,
.hheaderbgm .language .language_text svg g,
.headfixed1 .language .language_text svg g{
  stroke:#999999;
}
.btn_search:hover {
  color: #0e99f5;
}
.language .language_list a:hover,
.language:hover .language_text{
  color: #0e99f5 !important;
}
.language:hover .language_text svg path,
.language:hover .language_text svg path,
.language:hover .language_text svg path,
.language:hover .language_text svg g,
.language:hover .language_text svg g,
.language:hover .language_text svg g{
  stroke:#d3384c !important;
}
.app_lanu {
  padding: 0.6rem 0;
  text-align: center;
  display: none;
}
.app_lanu a {
  display: inline-block;
  padding: 2px 20px;
  color: #333;
  line-height: 24px;
}
.app_lanu a.active {
  border-radius: 30px;
  background: #0e99f5;
  color: #fff;
}
/* !!btn_quote!! */
.btn_quote {
  position: relative;
  font-size: 16px;
	color: #ffffff;
	background-color: #0e99f5;
	border-radius: 17px;
  overflow: hidden;
  padding: 5px 20px;
  text-align: center;
}

/* !!search_form!! */
#toggle_search.open:after {
  top: 40px;
  color: #fff;
}
#search_form {
  position: absolute;
  top: 100%;
  right: 13.2%;
  overflow: hidden;
  width: 400px;
  max-height: 0;
  background: #fff;
  -webkit-transition: max-height, 0.5s;
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
}
#search_form.open {
  max-height: 50px;
}
#search_form fieldset {
  margin: 0 60px 0 0;
  padding: 0;
  width: calc(100% - 60px);
  border: none;
}
#search_form input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
#search_form .search {
  padding: 0 20px;
  width: 100%;
  border: none;
  background: #fff;
  border: 1px solid #dfdede;
  color: #333;
  font-size: 16px;
}
#search_form .header_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #0e99f5;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
 
  .menu_list .pro_mcimg{
    width: 46px;
    height: 46px;
  }
  .menu_list .pro_mcft{
    font-size: 14px;
  }
  .menu_list .pro_menu{
    width: 300px;
    padding: 30px 0.5rem;
  }
  .menu_list .pro_mcontBox{
    padding: 40px 0.5rem;
  }
}
@media screen and (max-width: 1439px) {
  .menu_list .moreBox{
    padding: 0 30px;
  }
  .headfixed .menu_pcul li.pnavli .head_subnav{
    min-width: 100%;
  }
  .menu_list .pro_menu{
    width: 320px;
    padding: 30px 0.8rem;
  }
  .headfixed .getBtn{
    font-size: 16px;
    width: 140px;
  }
  .btn_email, .btn_email .emali{
    font-size: 16px;
  }


.headfixed .menu_pcul li > a,
.menu_list .pro_mli{
  font-size: 16px;
}
.headfixed .logo{
  max-width: 170px;
}
.headfixed .menu_list {
  width: 70%;
}
.btn_email .icon_youxiang1 {
  font-size: 18px;
}
}
@media screen and (max-width: 1366px) {
  .menu_list .moreBox{
    font-size: 14px;
    line-height: 38px;
    padding: 0 25px;
  }
  .headfixed .logo{
    max-width: 150px;
  }
  .headfixed .getBtn{
    font-size: 15px;
    width: 130px;
    line-height: 36px;
  }


.menu_list .head_submenu a{
  font-size: 15px;
}
.headfixed .menu_pcul li > a{
  padding: 26px 0;
}
}
@media screen and (max-width: 1279px) {

}
@media screen and (max-width: 1151px) {
  .headfixed .menu_pcul,
  .headfixed .logo .wimg{
    display: none;
  }
  .headfixed .btn_phone,
  .headfixed .logo .img{
    display: block;
  }
  .headfixed .btn_list{
    /* width: 100%; */
  }
  .headfixed .headfixed_show{
    padding: 15px 5%;
    background: #fff;
  }
  .headfixed{
    box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
  }
  .btn_email, .btn_email .emali{
    color: #0e99f5;
  }
  .headfixed .getBtn{
    background-image: linear-gradient(90deg, #127ae4 0%, #0cacff 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #ffffff;
    margin-right: 20px;
  }
  .headfixed .menu_list{
    width: 46%;
  }
  .btn_email, .btn_email .emali{
    font-size: 16px;
  }
  .btn_email .icon_youxiang1{
    font-size: 18px;
  }
  .headfixed .logo{
    max-width: 150px;
  }
}
@media screen and (max-width: 980px) {
  .headfixed .menu_list{
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .btn_email,
  .headfixed .getBtn{
      display: none;
  }
  .headfixed .menu_list{
      width: 26px;
  }
  .headfixed .logo{
    max-width: 110px;
  }
}



/* !!banner!! */
.banner,
.banner_swiper,
.banner .swiper-img {
  position: relative;
  overflow: hidden;
}
.banner .swiper-img::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 2;
}
.banner .pub_mbanner,
.banner .pub_pbanner {
  width: 100%;
}
.banner .pub_mbanner img,
.banner .pub_pbanner img {
  margin: 0 auto;
  width: 100%;
}
.banner .swiper_img,
.banner {
  position: relative;
}
.banner .swiper_fontlist {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .pub_mbanner {
  display: none;
}
.banner .swiper_font {
  position: relative;
  z-index: 5;
}
.banner .swiper_font.tce{
  text-align: center;
}
.banner .swiper_font .font {
  padding-left: 10px;
  margin-bottom: 0.3rem;
}
.banner .banner_himg {
  position: relative;
  z-index: 1;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.zbanner .swiper_font{
  padding-right: 23vw;
}
.zbanner .swiper_tit{
  font-family: RanyBold;
  font-size: max(0.48rem, 30px);
  line-height: 1.2;
  color: #fefefe;
}
.zbanner .swiper_dec{
  color: #ffffff;
  font-size: max(0.18rem, 14px);
  /* margin-top: 0.4rem; */
  margin-top: .34rem;
  /* margin-top: 34px; */
}
.zbanner .btnBox{
  margin-top: -0.16rem;
}
.zbanner .btnBox .moreBox{
  margin-right: 10px;
}
.banner_swiper .swiper_tit1{
	font-family: RanyRegular;
	font-size: 0.3rem;
	color: #fefefe;
}
.banner_swiper .moreBox,
.product3 .moreBox{
  /* line-height: 58px; */
}
.zbanner .swiper_ftBox{
  overflow: hidden;
}
.zbanner .banner_himg .pub_pbanner{
  animation: srmgani 6000ms 1 ease forwards;
}
.inner_swiper2{
  margin-top: 0px !important;
}
.inner_swiper2 .swiper_font .swiper_tit {
  font-family: RanyBold;
  line-height: 1.2;
	font-size: 0.42rem;
  color: #fefefe;
}
.inner_swiper2 .swiper_font .swiper_dec2{
  font-family: RanyBold;
	font-size: 18px;
	color: #fefefe;
  margin-top: 0.85rem;
  margin-bottom: 10px;
}
.inner_swiper2 .swiper_font .moreBox{
  padding: 0 48px;
}
.inner_swiper2 .swiper_font .moreBox2{
  color: #222222;
  background-color: #ffffff;
}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.zbanner .swiper_tit1,
.zbanner .swiper_tit,
.zbanner .swiper_dec,
.zbanner .moreBtn{
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s linear,transform 1s cubic-bezier(.215,.61,.355,1);
}
.zbanner .swiper_tit1{
  transition-delay: .1s;
}
.zbanner .swiper_tit{
  transition-delay: .2s;
}
.zbanner .swiper_dec{
  transition-delay: .3s;
}
.zbanner .moreBtn{
  transition-delay: .4s;
}
.zbanner .swiper-slide-active .swiper_tit1,
.zbanner .swiper-slide-active .swiper_tit,
.zbanner .swiper-slide-active .swiper_dec,
.zbanner .swiper-slide-active .moreBtn,
.zbanner .swiper-wrapper.flexlf .swiper_tit1,
.zbanner .swiper-wrapper.flexlf .swiper_tit,
.zbanner .swiper-wrapper.flexlf .swiper_dec,
.zbanner .swiper-wrapper.flexlf .moreBtn{
  transform: translateY(0px);
  opacity: 1;
}
.banner_swiper .moreBtn{margin-top: 48px;}
/* .inner_swiper .swiper_tit,
.inner_swiper .swiper_dec,
.inner_swiper .ny_bread,
.inner_swiper .pro_menu{
  transform: translateY(0px);
  opacity: 1;
} */
.inner_swiper.go .banner_himg{
  transform: none;
}
.inner_swiper .banner_himg {
  position: relative;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
  transform: scale(1.15);
}
/* .inner_swiper.go .swiper_tit,
.inner_swiper.go .swiper_dec,
.inner_swiper.go .ny_bread,
.inner_swiper.go .pro_menu{
  opacity: 1;
  transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
  transition-delay: 1s;
  transform: none;
}
.inner_swiper.go .swiper_dec,
.inner_swiper.go .ny_bread,
.inner_swiper.go .pro_menu{
  transition-delay: 1.1s;
} */
.inner_swiper .btnBox1{
  margin-top: 0.8rem;
}
.inner_swiper .btnBox2{
  margin-top: 0.5rem;
}
.inner_swiper .moreBtn{
  margin-right: 20px;
}
.inner_swiper .moreBtn:last-child{
  margin-right: 0px;
}
.inner_swiper .swiper_tit{
  font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.35;
	color: #fefefe;
}
.inner_swiper .swiper_dec{
  font-size: 18px;
  color: #fff;
	line-height: 1.35;
  margin-top: 0.4rem;
}
.inner_swiper .swiper_dec1{
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  margin-top: 0.3rem;
}
.zbanner .rtBtn{
  position: absolute;
  width: 1.68rem;
	height: 1.68rem;
  top: 24%;
  right: 14%;
  z-index: 10;
}
.zbanner .rtBtn::before,
.zbanner .rtBtn::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* .zbanner .rtBtn::before{
  background: url(../images/icon13.png) no-repeat center;
  background-size: cover;
animation: rotaterotate 20s infinite linear;
z-index: 3;
}
.zbanner .rtBtn::after{
  background: url(../images/icon12.png) no-repeat center;
  background-size: cover;
  transition: all 0.6s;
} */
.zbanner .rtBtn:hover::after{
  transform: rotate(45deg);
}
.inner_swiper1{
  margin-top: 86px;
}
@keyframes rotaterotate {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}
@media screen and (max-width: 1599px) {
 
}
@media screen and (max-width: 1439px) {
  .zbanner .swiper_tit1{
    font-size: 22px;
  }
  .zbanner .swiper_dec{
    font-size: 20px;
  }
  .inner_swiper .swiper_tit{
    font-size: 26px;
  }
  .inner_swiper .swiper_dec{
    font-size: 16px;
  }
  .inner_swiper1{
    margin-top: 82px;
  }
}
@media screen and (max-width: 1366px) {
  .zbanner .swiper_tit1{
    font-size: 20px;
  }
  .zbanner .swiper_dec{
    font-size: 18px;
  }
  .inner_swiper1{
    margin-top: 76px;
  }
}
@media screen and (max-width: 1279px) {
  .inner_swiper2 .swiper_font .swiper_tit{
    font-size: 28px;
  }
  .inner_swiper .btnBox1{
    margin-top: 30px;
  }
}
@media screen and (max-width: 1151px) {
  .banner,
  .inner_swiper2{
    margin-top: 66px !important;
  }
  .banner_swiper .swiper_tit1{
    font-size: 16px;
  }
  .zbanner .swiper_dec{
    font-size: 17px;
  }
  .inner_swiper .swiper_dec{
    font-size: 15px;
  }
  .inner_swiper2 .swiper_font .swiper_tit{
    font-size: 26px;
  }
  .inner_swiper2 .swiper_font .swiper_dec2{
    margin-top: 0px;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .zbanner .swiper_dec{
    font-size: 15px;
  }
  .banner_swiper .swiper_tit1,
  .inner_swiper .swiper_dec{
    font-size: 14px;
}
.inner_swiper .btnBox1{
  margin-top: 20px;
}
.inner_swiper .moreBtn{
  margin-right: 10px;
}
.inner_swiper .swiper_dec{
  margin-top: 10px;
}
.inner_swiper2 .swiper_font .swiper_tit{
  font-size: 24px;
}
.inner_swiper .swiper_dec1{
  font-size: 15px;
}
.inner_swiper .swiper_tit {
  font-size: 24px;
}
.inner_swiper2 .swiper_font .swiper_dec2{
  margin-bottom: 5px;
}
}
@media screen and (max-width: 640px) {
  .banner,
  .inner_swiper2{
    margin-top: 57px !important;
  }
  .banner .pub_pbanner,
  .inner_swiper .btnBox1,
  .zbanner .rtBtn{
    display: none;
  }
  .banner .pub_mbanner{
    display: block;
  }
  .inner_swiper .moreBtn{
    display: none;
  }
  .zbanner .swiper_tit{
    font-size: 26px;
    margin-top: 10px;
  }
  .zbanner .swiper_font{
    padding-right: 0px;
  }
  .zbanner .swiper_dec {
    font-size: 14px;
    margin-top: 15px;
}
.banner_swiper .moreBtn {
  margin-top: 20px;
}
.inner_swiper .swiper_tit,
.inner_swiper2 .swiper_font .swiper_tit{
  font-size: 22px;
}
.inner_swiper .swiper_tit p{
  display: inline;
}
.zbanner .swiper_tit1, .zbanner .swiper_tit, .zbanner .swiper_dec, .zbanner .moreBtn{
  transform: translateY(0px);
  opacity: 1;
}
}



/* !!moreBox!! */
.moreBtn{
  position: relative;
  overflow: hidden;
}
.moreBtn:last-child{
  margin-right: 0px;
}
.moreBox {
  position: relative;
  align-items: center;
  display: flex;
  cursor: pointer;
  text-align: center;
  background-image: linear-gradient(90deg, 
  #8eccff 0%, 
  #0cacff 100%), 
linear-gradient(
  #ffffff, 
  #ffffff);
background-blend-mode: normal, 
  normal;
border-radius:max(0.3rem,30px);
line-height: 0.5rem;
padding: 0 0.3rem;
font-size: var(--font-size-14);
  color: #ffffff;
  /* font-family: 'HarmonyOS_Sans_SC_Bold'; */
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moreBox:hover{
	background-image: linear-gradient(90deg, 
		#127ae4 0%, 
		#0cacff 100%), 
	linear-gradient(
		#127be5, 
		#127be5);
	background-blend-mode: normal, 
		normal;
}
/* .promag5 .moreBox,
.promag4 .moreBox,
.promag3 .moreBox,
.product6 .moreBox,
.inner_swiper .moreBox,
.popupBox .moreBox,
.blinfo1 .right .moreBox{
  align-items: center;
  display: flex;
} */
.inner_swiper2 .swiper_font .moreBox2:hover,
.moreBox2:hover,
.moreBox3:hover,
.promag2 .moreBox2:hover{
  color: #fff;
  background: #0f96f3;
 border: 1px solid #0f96f3;
}
.moreBox .ssicon1{
  display: inline-block;
  width: 14px;
	height: 14px;
  line-height: 100%;
  background: url(../images/icon3.png) no-repeat center;
  background-size: cover;
  transition: all 0.6s;
  margin-left: 0.3rem;
}
.moreBox1 .ssicon,
.moreBox2 .ssicon,
.moreBox4 .ssicon{
  display: inline-block;
  width: 11px;
	height: 10px;
  line-height: 100%;
  background: url(../images/icon21.png) no-repeat center;
  background-size: cover;
  transition: all 0.6s;
  margin-left: 0.22rem;
}
.aicenter2 .moreBox2 .ssicon{
  background: url(../images/icon20.png) no-repeat center;
  background-size: cover;
}
.moreBox1:hover .ssicon,
.promag2 .moreBox2:hover .ssicon,
.moreBox2:hover .ssicon,
.moreBox:hover .ssicon1{
  transform: rotate(45deg);
}
.moreBox3 .ssicon{
  display: inline-block;
  width: 11px;
	height: 10px;
  background: url(../images/icon19.png) no-repeat center;
  background-size: cover;
  transition: all 0.6s;
  margin-left: 0.22rem;
}
.promag5 .moreBox3 .ssicon{
  background: url(../images/icon19.png) no-repeat center;
  background-size: cover;
}
.moreBox3:hover .ssicon,
.moreBox4:hover .ssicon{
  background: url(../images/icon21.png) no-repeat center;
  background-size: cover;
  transform: rotate(45deg);
}
.moreBox span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.moreBox img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35rem;
}
.moreBox1 img,
.moreBox2 img{
  margin-left: 0.22rem;
}
.moreBox::before{
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  content: "";
  opacity: .3;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg)
}
.moreBox:hover::before{
  left: calc(100% + 45px);
  width: 25px
}
.moreBox:hover img{
  transform: rotate(45deg);
}
.moreBox1{
  background-image: linear-gradient(90deg, 
  #127ce5 0%, 
  #0da7fc 99%), 
linear-gradient(
  #ffffff, 
  #ffffff);
background-blend-mode: normal, 
  normal;
  line-height: 48px;
}
.moreBox2{
	background: transparent;
  line-height: 46px;
    border: solid 1px #cbd5da;
}
.moreBox2 em{
  color: #fff;
  background-color: #f2bc2e;
}
.moreBox3{
  color: #5a5f74;
  border: solid 1px #cbd5da;
  background: transparent;
  line-height: 46px;
}
.moreBox4{
  background-image: linear-gradient(90deg, 
  #127ce5 0%, 
  #0da7fc 99%), 
linear-gradient(
  #fafafa, 
  #fafafa);
background-blend-mode: normal, 
  normal;
}
@keyframes fadeRightIn {
	from {
		opacity: 1;transform: translateX(0);
	}
	50% {
		opacity: 0;transform: translateX(100%);
	}
	51% {
		opacity: 0;transform: translateX(-100%);
	}
	100% {
		opacity: 1;transform: translateX(0);
	}
}
@media screen and (max-width: 1599px) {
 
}
@media screen and (max-width: 1439px) {
  
}
@media screen and (max-width: 1366px) {
  
  .moreBox img{
    max-width: 12px;
  }
  .moreBox{
    font-size: 15px;
  }
  .moreBox .ssicon1{
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .moreBox{
    line-height: 42px;
  }
  .moreBox2{
    line-height: 40px;
  }
}
@media screen and (max-width: 1151px) {
  .moreBox{
    padding: 0 16px;
    font-size: 14px;
    line-height: 40px;
  }
  .moreBox2{
    line-height: 38px;
  }
  .moreBox img{
    max-width: 10px;
    margin-left: 10px;
  }
  .moreBox .ssicon1{
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .moreBox1 .ssicon,
  .moreBox2 .ssicon,
  .moreBox3 .ssicon,
  .moreBox4 .ssicon{
    width: 10px;
    height: 9px;
    margin-left: 10px;
  }
  .moreBox1 img, .moreBox2 img {
    margin-left: 10px;
}

.inner_swiper .swiper_tit p,
.inner_swiper .swiper_dec1 p{
  display: inline;
}
.inner_swiper .swiper_dec1{
  margin-top: 10px;
}
.inner_swiper .btnBox2{
  margin-top: 15px;
}
}
@media screen and (max-width: 980px) {
 
.inner_swiper .btnBox2{
  display: none;
}
.inner_swiper2 .btnBox2{
  display: flex;
}
.inner_swiper2 .moreBtn{
  display: block;
}
.inner_swiper2 .swiper_font .moreBox {
  padding: 0 26px;
}
.inner_swiper2 .swiper_font .moreBox1 {
  padding: 0 36px;
}
}
@media screen and (max-width: 640px) {

  .moreBox {
    padding: 0 15px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 10px;
}
.moreBox2{
  line-height: 36px;
}
.moreBtn{
  justify-content: flex-start;
}
.moreBox:first-child{
  margin-top: 0px;
}
 
  .moreBox1 img, .moreBox2 img {
    margin-left: 5px;
}
.promag2 .moreBox2{
  margin-top: 0px;
}
.inner_swiper2 .moreBtn{
  display: block;
}
}
@media screen and (max-width: 1599px) {
  .w1600 {
    width: 90%;
  }
  .w1400 {
    width: 80%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
@media screen and (max-width: 1511px) {
}
@media screen and (max-width: 640px) {
}



@media screen and (max-width:750px) {
  .zbanner .swiper_tit{
    font-size: 26px;
  }
  .zbanner .swiper_dec{
    margin-top: 10px;
  }
  .banner_swiper .moreBtn{
    margin-top: 20px;
  }
}


/* !!in_tit!! */
.in_tit {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}
.tlf {
  text-align: left;
}
.in_tit .entit {
  font-size: var(--font-size-18);
  color: #999999;
  margin-bottom: 0.05rem;
  padding-top: 0.05rem;
}
.in_tit .tit{
  position: relative;
	color: #18266a;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 0.42rem;
  line-height: 1.15;
}
.ldylxannu{
display: flex;
align-items: center;
justify-content: center;
  margin-top: 0.4rem;
}
