@charset "utf-8";

@font-face {
  font-family: "DIN_Condensed";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DIN_Condensed_Bold";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Alibaba-PuHuiTi-R";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Thin";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "AdobeHeitiStd_Regular";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "SourceHanSerifSC_Medium";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "Cinzel_Medium";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DroidSansFallback";
  src: url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "syrh";
  src: url("../Fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("../Fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../Fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../Fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("../Fonts/SourceHanSansCN-Regular.svg") format("svg");
}

body {
  font-family: "HarmonyOS_Sans_SC_Regular", "Microsoft YaHei", Arial, Helvetica,
    sans-serif, Arial, "宋体";

}

* {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
}

a:hover {
  color: #004ea2;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
  font-style: normal;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

select,
input,
textarea,
button {
  font-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #545454;
  font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
  outline: none;
}

input,
button,
select,
textarea {
  border: 0px;
  outline: none;
  /*-webkit-appearance:none;*/
  /*强制去除表单自带的样式*/
}

textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.imgbox {
  overflow: hidden;
  position: relative;
  /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgbox video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.imgbox img {
  width: auto !important;
  max-height: 100%;
}

@keyframes guang {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes guang2 {
  0% {
    -moz-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 150% 50%;
  }
}

@keyframes faguang {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/*Top002898 */

.auto_1400 {
  max-width: 1400px;
  width: 96%;
}

.Wrapper {
  width: 88%;
  margin: 0 auto;
  max-width: 1600px;
}

/*Top*/

.Header {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all ease 0.3s;
  height: 100px;
  ;
}

.Header.fix {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #dcdcdc
}

.Header .Logo {
  float: left;
  padding-top: 34px;
}

.Header .Logo .logo1,
.Header.fix .Logo .logo2 {
  display: block;
}

.Header .Logo .logo2,
.Header.fix .Logo .logo1 {
  display: none;
}

.Search {
  float: right;
  padding: 37px 0 0 30px;
  position: relative;
}

.Search .Searchico {
  cursor: pointer;
  color: #fff;
}

.fix .Search .Searchico {
  color: #b5b5b5;
}

.Search .Searchico .icongb {
  display: none;
}

.Search .Searchico.on .icongb {
  display: block;
}

.Search .Searchico.on .iconso {
  display: none;
}

.Search .Searchico .iconfont {
  font-size: 24px;
}

.Search .searchbox {
  width: 350px;
  background: #fff;
  right: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 100px;
}

.Search .searchbox .input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-indent: 1em;
  font-size: 14px;
}

.Search .searchbox .input::-webkit-input-placeholder {
  color: #959595;
}

.Search .searchbox .btn {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 29px;
  background: none;
  cursor: pointer;
}

.top_lang {
  float: right;
  position: relative;
  padding-right: 20px;
  margin: 37px 0 0 3%;
  font-size: 18px;
}

.top_lang .lang_show {
  color: #fff;
}

.fix .top_lang .lang_show {
  color: #333333;
}

.top_lang .lang_arr {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  background: url(../images/ico_arr_down_w.svg) no-repeat center center;
  background-size: 80%;
  cursor: pointer;
}

.fix .top_lang .lang_arr {
  background: url(../images/ico_arr_down_gray.svg) no-repeat center center;
  background-size: 80%;
}

.top_lang .lang_hide {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  line-height: 2rem;
  display: none;
}

.top_lang .lang_hide a {
  color: #fff;
}

.fix .top_lang .lang_hide a {
  color: #333333;
}

.top_lang .lang_hide.lan_active {
  display: block;
}

.MainNav {
  float: right;
  font-family: HarmonyOS_Sans_SC_Light;
}

.MainNav li {
  float: left;
  margin-left: 20px;
  position: relative;
}

.MainNav span a {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-weight: 1;
  line-height: 100px;
  transition: all ease 0.3s;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 18px;
  color: #333333;
  line-height: 100px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 1vw;
}

.fix .MainNav span a {
  color: #333333;
}

.MainNav .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 0;
  height: 0;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all ease 0.3s;
  z-index: -1;
}

.fix .MainNav .bg {
  background-color: #2a7de1;
}

.MainNav .arr {
  display: none;
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li span a.sele {
  /* color: #fff; */
}

.MainNav li:hover .bg,
.MainNav li.onnav .bg,
.MainNav li span a.bg {
  width: 6px;
  height: 6px;
}

.NavPull {
  z-index: 99;
  display: none;
  position: absolute;
  text-align: center;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  padding: 5px 0;
  line-height: 33px;
  background: rgba(255, 255, 255, 0.9);
}

.NavPull.null {
  background: none;
  padding: 0;
}

.NavPull dd {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.NavPull a {
  color: #333;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  margin: 0 5px;
}

/* 
.NavPull a:hover {
  background: #2b2d7c;
  color: #fff;
} */

.openbtn {
  cursor: pointer;
  display: none;
  width: 32px;
  height: 25px;
  padding-top: 1px;
  background: #fff;
  position: absolute;
  right: 2.5%;
  top: 11px;
  z-index: 999;
}

.closebtn {
  position: fixed;
  left: 0px;
  top: 45px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
  display: block;
  height: 2px;
  background: #1c2188;
  border-radius: 4px;
  margin: 4px;
  transition: all ease 0.3s;
}

.openbtn.on .sp1 {
  -webkit-transform: translate(0, 6px) rotate(45deg) !important;
  -moz-transform: translate(0, 6px) rotate(45deg) !important;
  -ms-transform: translate(0, 6px) rotate(45deg) !important;
  -o-transform: translate(0, 6px) rotate(45deg) !important;
  transform: translate(0, 6px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
  -webkit-transform: translate(0, 0) rotate(-45deg) !important;
  -moz-transform: translate(0, 0) rotate(-45deg) !important;
  -ms-transform: translate(0, 0) rotate(-45deg) !important;
  -o-transform: translate(0, 0) rotate(-45deg) !important;
  transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
  display: none;
}

@media (min-width:1024px) {

  .MainNav ul li {
    position: static;
  }

  .MainNav ul li .NavPull {
    width: 100%;
    left: 0;
    margin-left: 0;
    background-color: #f6f6f6;
    transform: none;
  }



  .MainNav ul li#nav1 .NavPull dl {}

  .MainNav ul li#nav2 .NavPull {
    background-color: #f6f6f6;
  }

  .MainNav ul li#nav2 .NavPull dl {
    width: 88%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.6% 0;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_list {
    width: 75%;
    float: left;
    display: flex;
    padding-right: 5%;
    justify-content: space-between;
    border-right: 1px #dcdcdc solid;
    display:none;
    opacity:0;
    transition:all 0.5s;
  }
  .MainNav ul li#nav2 .NavPull .nav_pro_list.active{
      opacity:1;
      display:flex;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_list a {
    display: block;
    padding: 0;
    width: 30%;
    margin: 0;
  }





  .MainNav ul li#nav2 .NavPull .nav_pro_item .imgbox {
    padding-top: 110%;
    background-color: #ffffff;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_item .imgbox span {
    background-size: 80%;
    transition: all 0.5s;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_item:hover .imgbox span {
    transform: scale(1.2);
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_item .nav_tit {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 0.938vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2vw;
    letter-spacing: 0vw;
    color: #333333;
    text-align: left;
    margin-top: 1.3vw;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_list a:hover .nav_tit {
    color: #2a7de1;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_type {
    width: 20%;
    float: right;
    margin-left: 5%;
    font-family: HarmonyOS_Sans_SC_Medium;
    text-align: left;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_type .pro_type_tit {
    font-size: 1.354vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.979vw;
    letter-spacing: 0vw;
    color: #333333;
  }

  .MainNav ul li#nav2 .NavPull .nav_pro_type .pro_type_list a {
    font-size: 0.938vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.292vw;
    letter-spacing: 0vw;
    color: #333333;
    padding: 0;
    margin: 0;

  }

  .MainNav ul li#nav2 .NavPull .nav_pro_type .pro_type_list a:hover {
    color: #2a7de1;
  }



  .MainNav ul li#nav3 .NavPull {
    padding: 2.6% 0;
  }

  .MainNav ul li#nav3 .NavPull dl {
    width: 88%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
  }

  .MainNav ul li#nav3 .NavPull dl dd {
    width: 33.33%;
    padding: 0 4%;
    text-align: left;
    border-right: 1px solid #dcdcdc;
  }

  .MainNav ul li#nav3 .NavPull dl dd:last-child {
    border: none;
  }

  .MainNav ul li#nav3 .NavPull dl dd .imgbox {
    padding-top: 55%;
    margin: 1.5vw 0;

  }

  .MainNav ul li#nav3 .NavPull dl dd .imgbox span {
    transition: all 0.5s;
  }

  .MainNav ul li#nav3 .NavPull dl dd .nav_tit {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 1.354vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0vw;
    color: #333333;
  }

  .MainNav ul li#nav3 .NavPull dl dd .nav_txt {
    font-family: HarmonyOS_Sans_SC_Light;
    font-size: 0.833vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.354vw;
    letter-spacing: 0vw;
    color: #666666;
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .MainNav ul li#nav3 .NavPull dl dd:hover .imgbox span {
    transform: scale(1.2);
  }

  .MainNav ul li#nav4 .NavPull dl {}

  .MainNav ul li#nav5 .NavPull dl {}

  .MainNav ul li#nav6 .NavPull dl {}
}

@media (max-width:1440px) {
  .MainNav li {
    margin-left: 10px;
  }

  .MainNav span a {
    font-size: 16px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1320px) {
  .MainNav li {
    float: left;

  }
}

@media (max-width:1024px) {
  .Header {
    height: 45px;
    top: 0;
    position: fixed;
    background-color: #fff !important;
  }

  .Header .Logo {
    padding-top: 7px;
  }

  .Header .Logo .logo1 {
    display: none !important;
  }

  .Header .Logo .logo2 {
    display: block !important;
  }

  .Header .Logo img {
    height: 30px;
  }

  .Header .top {
    right: 80px;
    top: 5px;
  }

  .Header .openbtn {
    display: block;
  }

  .top_lang {
    margin: 11px 20px 0 0;
  }

  .top_lang .lang_show,
  .top_lang .lang_hide a,
  .fix .top_lang .lang_show {
    color: #2a7de1;
  }

  .top_lang .lang_arr {
    background: url(../images/ico_arr_down_blue.svg) no-repeat center center;
    background-size: 80%;
  }

  .fix .top_lang .lang_arr {
    background: url(../images/ico_arr_down_blue.svg) no-repeat center center;
    background-size: 80%;
  }

  .top_lang .lang_hide.lan_active {
    background-color: #fff;
  }

  .Search {
    padding: 11px 20px 0 0 !important;
  }



  .Search .Searchico {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .Search .searchbox {
    top: 46px !important;
    width: 300px;
  }

  .Search .Searchico .iconfont {
    color: #2a7de1;
    font-size: 20px;
  }

  .Search .searchbox .btn .iconfont {
    font-size: 20px;
  }

  .Search .select {
    line-height: 28px;
  }

  .MainNav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    width: 200px;
    padding: 0;
    right: -200px;
    background: #fff;
    top: 45px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .MainNav ul {
    margin-top: 0px;
  }

  .MainNav li {
    display: block;
    position: relative;
    cursor: pointer;
    float: none;
    border-bottom: 1px solid #e9e9e9;
    width: auto;
    margin: 0 10px;
    background: none;
  }

  .MainNav li span a {
    font-size: 16px;
    text-align: left;
    height: auto;
    display: block;
    line-height: 28px !important;
    height: auto !important;
    height: auto;
    padding: 8px 0 8px 5px;
    border: 0;
    color: #333;
  }

  .MainNav .bg {
    display: none
  }

  .MainNav li:hover span a,
  .MainNav li.onnav span a,
  .MainNav li span a.sele {
    color: #0033a0;
  }

  .MainNav .arr {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 100px;
    line-height: 38px;
    right: 0px;
    top: 0px;
  }

  .MainNav .arr i {
    position: absolute;
    height: auto;
    background: none;
    right: 0px;
    top: 5px;
    transition: all ease 0.3s;
  }

  .MainNav li.onnav .arr i {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
    color: #1b2087;
  }

  .MainNav.on {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0;
  }

  .NavPull {
    display: none !important;
    position: static;
    line-height: 30px;
    padding: 8px;
    width: 100%;
    left: 0;
    transform: translateX(0px);
    box-sizing: border-box;
  }

  .NavPull dl {
    padding: 0 !important;
  }

  .NavPull dd {
    position: relative;
    text-align: left;
    display: block;
  }

  .NavPull dd a {
    padding: 0;
  }
}

@media (max-width:480px) {}

/*  */

.ban_numberSlickMask {
  position: absolute;
  bottom: 3.9vw;
  left: 50%;
  z-index: 9;
  color: #fff;
  font-family: HarmonyOS_Sans_SC_Thin;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #ffffff;
  margin-left: -5.5vw;
}

.ban_numberSlickMask .ban_numberSlickCurrent {}

.ban_numberSlickMask .ban_numberSlickLine {
  display: inline-block;
  width: 9vw;
}

.ban_numberSlickMask .ban_numberSlickTotals {}

@keyframes updown {
  0% {
    top: 8px;
    opacity: 1;
  }

  100% {
    top: 30px;
    opacity: 0;
  }
}

@media (min-width: 1025px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .ban_numberSlickMask {
    bottom: 4.2vw;
    margin-left: -6.5vw;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .ban_numberSlickMask {
    margin-left: -8.5vw;
  }
}

@media (max-width: 500px) {
  .ban_numberSlickMask {
    margin-left: -11vw;
  }
}

@media (max-width:480px) {
  .ban_numberSlickMask {
    margin-left: -12vw;
  }
}

@media (max-width: 375px) {
  .ban_numberSlickMask {
    margin-left: -14vw;
  }
}

@media (max-width: 320px) {
  .ban_numberSlickMask {
    margin-left: -17vw;
  }
}


/*Footer */

.Footer {
  background-color: #0d162d;
  padding: 3.44vw 0 2.5vw;
  position: relative;
}

.Footer::before {
  content: "";
  width: 31.25vw;
  height: 100%;
  background-color: #101b37;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.Footer .wrapper {
  position: relative;
  z-index: 1;
}

.Footer a {
  transition: 0.3s;
}

.Footer a:hover {
  color: #ffffff;
}

.Footer .auto {
  max-width: 1600px;
}

.Footer .b_left {
  float: left;
}

.Footer .b_left .contact {
  font-family: HarmonyOS_Sans_SC_Light;
}

.Footer .b_left .contact p {
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #ffffff;
  opacity: 0.4;
  margin: 2vw 0 0.677vw;
}

.Footer .b_left .contact div {
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #ffffff;
}

.Footer .b_left .contact .tele {
  font-size: 1.25vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  color:#fff;
}

.Footer .b_left .logo img {
  width: 9.792vw;
  height: 2.396vw;
}



.Footer .share {
  margin: 2.3vw 0;
}

.Footer .share li {
  float: left;
  position: relative;
}

.Footer .share li:not(:last-child) {
  margin-right: 1.25vw;
}

.Footer .share li figure {
  display: none;
  width: 130px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  background: #fff;
  padding: 5px;
}

.Footer .share li figure::after {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  left: 16px;
  top: 100%;
}

.Footer .share li a {
  display: block;
  width: 2.865vw;
  height: 2.917vw;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.Footer .share li a:hover {}

.Footer .share li.wx a {
  background: #343b4f url("../images/ico_wx.png") center no-repeat;
}

.Footer .share li.sina a {
  background: #343b4f url("../images/ico_wb.png") center no-repeat;
}

.Footer .share li.douyin a {
  background: #343b4f url("../images/ico_dy.png") center no-repeat;
}

.Footer .share li.wx a:hover {
  background: #28c445 url("../images/ico_wx.png") center no-repeat;
}

.Footer .share li.sina a:hover {
  background: #d81e06 url("../images/ico_wb.png") center no-repeat;
}

.Footer .share li.douyin a:hover {
  background: #000 url("../images/ico_dy.png") center no-repeat;
}

.Footer .sitemap {
  float: right;
  /* width: 60%; */
}

.Footer .sitemap .item {
  float: left;
  color: #888888;
  line-height: 1.875vw;
  margin-left: 6.2vw;
}

.Footer .sitemap .item dl {
  margin: 0px auto;
  display: inline-block;
  zoom: 1;
  text-align: left;
}

.Footer .sitemap .item dt {
  padding-bottom: 1.042vw;
  position: relative;
  font-family: HarmonyOS_Sans_SC_Regular;
  font-size: 0.938vw;
  margin-bottom: 1vw;
  width: 3.9vw;
}

.Footer .sitemap .item dt::before {
  content: '';
  width: 0.208vw;
  height: 0.208vw;
  background-color: #2a7de1;
  position: absolute;
  bottom: 0;
  left: 0;

}

.Footer .sitemap .item dt .arr {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.Footer .sitemap .item dt .arr i {
  width: 12px;
  height: 100%;
  right: 5px;
  top: 0;
  font-size: 16px;
  position: absolute;
  transition: all ease 0.3s;
  /* background: url(../images/ico_down.svg) center no-repeat; */
  background-size: 100%;

}

.Footer .sitemap .item.on .arr i {
  dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
  -ms-transform: translate(0, -3px) rotate(-180deg) !important;
  -o-transform: translate(0, -3px) rotate(-180deg) !important;
  transform: translate(0, -3px) rotate(-180deg) !important;
  color: #fff;
}

.Footer .sitemap .item dl {
  text-align: left;
}

.Footer .sitemap .item dt a {
  color: #fff;
}

.Footer .sitemap .item dt a:hover {
  color: #2a7de1;
}

.Footer .sitemap .item dd a {
  transition: all ease 0.3s;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875vw;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.4;
}

.Footer .sitemap .item dd a:hover {
  margin-left: 5px;
  opacity: 1;
}

.Footer .copyright {
  text-align: right;
  font-size: 0.729vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.354vw;
  letter-spacing: 0vw;
  color: #6e7381;
}

.Footer .copyright a {
  color: #6e7381;
}

.Footer .copyright a:hover {
  color: #fff;
}

@media (min-width: 1025px) {}

@media (max-width:768px) {
  .Footer {
    padding: 6% 0;
  }

  .Footer::before {
    display: none;
  }

  .Footer .b_left {
    float: none;
    padding: 20px 0;
  }

  .Footer .logo {
    text-align: center;
    float: none;
  }

  .Footer .b_left .logo img {
    width: auto;
    height: auto;
  }

  .Footer .sitemap {
    width: auto;
    float: none;
    margin-right: 0;
  }

  .Footer .sitemap .item {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
  }

  .Footer .sitemap .item dl {
    display: block;
  }

  .Footer .sitemap .item .sub {
    display: none;
    padding: 8px;
  }

  .Footer .sitemap .item dt {
    width: 100%;
    line-height: 35px;
    height: auto;
    font-size: 14px;
    margin-bottom: -1px;
    border-bottom: 1px #2d3243 solid;
    padding-left: 16px;
    font-family: HarmonyOS_Sans_SC_Light;
  }

  .Footer .sitemap .item dt::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #2a7de1;
    position: absolute;
    bottom: 50%;

  }

  .Footer .sitemap .item dd a {
    font-size: 12px;
    line-height: 26px;

  }

  .Footer .sitemap .item dt .arr {
    display: block;
  }

  .Footer .foot_contact {
    width: 100%;
    float: none;
  }

  .Footer .b_left .contact p {
    font-size: 12px;
  }

  .Footer .b_left .contact .tele {
    font-size: 18px;
    color: #ffffff !important;
  }

  .Footer .b_left .contact div {
    font-size: 14px;
  }

  .Footer .foot_contact .tit {
    line-height: 35px;
    height: auto;
    font-size: 14px;
    margin-bottom: -1px;
    border-bottom: 1px #eaeaea solid;
    text-align: center;
    position: relative;
    padding: 10px 0;
  }

  .Footer .foot_contact .tit::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #2b2d7c;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Footer .foot_contact ul {
    margin-top: 16px;
  }

  .Footer .share li a {
    width: 50px;
    height: 50px;
  }

  .Footer .share,
  .Footer .contact {
    display: table;
    margin: 0 auto;
  }

  .Footer .share {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .Footer .contact {
    text-align: center;
  }

  .Footer .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-top: 30px;
  }

  .Footer .share li:not(:last-child) {
    margin-right: 10.25vw;
  }
}

/* 首页企业荣誉二级分类 */

.Floor003054 .slider-tpye {
  overflow: hidden;
  margin-bottom: 20px;
}

.Floor003054 .slider-tpye li {
  width: 31.33%;
  float: left;
  text-align: center;
  text-align: center;
  line-height: 1em;
  padding: 1em 0;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: #0b55a5;
  margin: 0 0.5%;
  list-style: none;
}

.Floor003054 .slider-tpye li.on {
  color: #333;
  background: #fff;
}

.Floor003054 .slider-tpye {}

.Floor003054 .slider-tpyeCon {}

.Floor003054 .slider-tpyeCon .tpyeCon-item {}

.Floor003054 .tpyeCon-item .txt {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Floor003054 .slider-tpyeCon .tpyeCon-item.hide {
  display: none;
}

@media (max-width: 640px) {
  .Floor003054 .slider-tpye li {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .Floor003054 .tpyeCon-item .txt {
    font-size: 14px;
  }
}

/* homeban */

.HomeBan {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.HomeBan .item {
  position: relative;
  height: 100vh;
}

.HomeBan .item .txt {
  z-index: 10;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: Microsoft YaHei, arial, sans-serif;
  width: 80%;
  text-align: left;
}

.HomeBan .item .txt a {
  color: #fff;
  display: block;
  transition: all 1s ease-out;
  position: relative;
}


.HomeBan .item .txt p {

  color: #ffffff;
  text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(130px);
  -webkit-transform: translateY(130px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-weight: normal;
}

.HomeBan .item .more_btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #0c81e0 url(../images/arr_r_w.png) center no-repeat;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(130px);
  -webkit-transform: translateY(130px);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  position: relative;
  margin-top: 2%;
}

.HomeBan .item .more_btn::before,
.HomeBan .item .more_btn::after {
  content: "";
  width: 52px;
  height: 52px;
  background-color: #0c81e0;
  opacity: 0.16;
  transform-origin: 0 0;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.HomeBan .item .more_btn::before {
  width: 76px;
  height: 76px;
  animation: infinite scale 2s;
}

.HomeBan .item .more_btn::after {
  width: 98px;
  height: 98px;
  animation: infinite scale2 2s;
}

@keyframes scale {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.3) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.6) translate(-50%, -50%);
    opacity: 0;
  }
}

.HomeBan .item .btn .iconfont {
  font-size: 16px;
}

.HomeBan .item .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.HomeBan .item .imgbox .play_btn {
  position: absolute;
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  z-index: 99;
  left: 50%;
  top: 50%;
  margin-left: -3.125vw;
  margin-top: -3.125vw;
  background: url(../images/ico_paly.png) center no-repeat;
  background-size: 100%;
}

.HomeBan .slick-dots {
  bottom: 4.43vw;
}

.HomeBan .slick-dots li {
  /* margin: 0 10px;
    width: 2.6vw;
	height: 0.05vw;
	background-color: #ffffff; */
  margin: 0;
  position: relative;
}

.HomeBan .slick-dots li button {
  border: 0px;
  width: 2.6vw;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  opacity: 0.2;
}

.HomeBan .slick-dots li.slick-active button {
  background: #ffffff;
  opacity: 1;
}

.HomeBan .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.HomeBan .slick-prev {
  left: -100px;
  background-image: url(../images/arr_l_w.png);
}

.HomeBan .slick-next {
  right: -100px;
  background-image: url(../images/arr_r_w.png);
}

.HomeBan:hover .slick-prev {
  left: 4%;
  display: none;
}

.HomeBan:hover .slick-prev:hover,
.HomeBan:hover .slick-next:hover {
  background-color: #0c81e0;
}

.HomeBan:hover .slick-next {
  right: 4%;
  display: none;
}

.HomeBan .item .txt a:hover {
  /* transform: scale(1.05); */
}

.HomeBan .item.active .txt p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 2.6vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 5.52vw;
  letter-spacing: 0.03vw;
}

.HomeBan .item.active .txt p span {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 3.33vw;
  font-weight: normal;
  letter-spacing: 0.03vw;
}

.HomeBan .item.active .txt p.eng {
  font-family: Cinzel_Medium;
  font-size: 1.35vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.98vw;
  letter-spacing: 0vw;
  color: #ffffff;
  opacity: 0.66;
}

@media (max-width: 1200px) {
  .HomeBan .item {
    height: 50vw;
  }
}


@media (max-width: 768px) {
  .HomeBan .item.active .txt p {
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 4px;
  }

  .HomeBan .item.active .txt p span {
    font-size: 28px;

  }

  .HomeBan .item.active .txt p.eng {
    font-size: 20px;
  }

  .HomeBan .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .HomeBan .slick-arrow {
    top: 60%;
  }


  .HomeBan .slick-dots li button {
    width: 20px;
  }

  .HomeBan .slick-dots li.slick-active button {
    background: #fff;
  }
}

@media (max-width: 640px) {
  .HomeBan {
    height: auto;
  }

  .HomeBan .item .txt {
    top: 55%;
    width: 88%;
  }


  .HomeBan .item.active .txt p soan {
    font-size: 20px;
    line-height: 30px;
  }

  .HomeBan .item.active .txt p {
    font-size: 16px;
  }


  .HomeBan .item.active .txt p.eng {
    font-size: 14px;
  }

  .HomeBan .slick-dots li::after {
    display: none;
  }

  .HomeBan .slick-dots {}

  .HomeBan .slick-dots li {
    /* width: 20px;
    height: 20px; */
  }
}

@media (max-width: 480px) {

  .HomeBan .item {
    height: auto !important;
  }

  .HomeBan .item .imgbox {
    padding-top: 50%;
    height: auto;
    position: relative;
  }

  .HomeBan .item.active .txt p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .HomeBan .item.active .txt p span {
    font-size: 20px;
  }

  .HomeBan .item.active .txt p.eng {
    font-size: 12px;
  }
}

@media (max-width:375px) {

  .HomeBan .item .imgbox {
    padding-top: 70%;
  }

  .HomeBan .item.active .txt p {
    letter-spacing: 0px;
    font-size: 12px;
  }

  .HomeBan .item.active .txt p span {
    font-size: 18px;
  }
}

/* 首页产品 */
.sys_btn {
  display: block;
  width: 7.813vw;
  height: 2.604vw;
  line-height: 2.48vw;
  background: linear-gradient(-90deg, rgb(0, 85, 167), rgb(0, 138, 213), rgb(27, 199, 255), rgb(0, 85, 167), rgb(0, 85, 167)) 0% 0% / 400% 200%;
  animation: 5s ease 0s infinite alternate none running glowing;
  transition: 0.5s;
  border-radius: 1.302vw;
  letter-spacing: 0;
  color: #ffffff;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  margin-top: 3vw;
}

.sys_btn .btn_txt {
  display: inline;
  vertical-align: middle;
  color: #fff;
}

.sys_btn .btn_arrow {
  content: "";
  display: inline-block;
  width: 0.26vw;
  height: 0.52vw;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5em;
}


.sys_btn .btn_arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/ico_arr_right.png);
  background-size: 100%;
}

.sys_btn:hover {
  background-color: #0033a0;
}

.indexP1 {
  padding: 7vw 0;
  background: #f7f8fa;
  position: relative;
}

.indexP1::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f8fa url(../uploadfiles/main1_bg.png) no-repeat;
}

.wrapper {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1600px;
}

.P1_left {
  float: left;
}

.indexP1 .title {
  position: absolute;
  margin-top: -2vw;
}

.title .t_en {
  font-family: DroidSansFallback;
  font-size: 3.33vw;
  line-height: 3vw;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #e2e9ee;
}

.title .t_cn {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 2.19vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #000000;
  margin-top: 2vw;
}



.slider-for .pro_tit {
  margin-top: 11vw;
}

.slider-for .pro_tit .pro_type {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.67vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #2a7de1;
}

.slider-for .pro_tit .pro_name {
  font-family: HarmonyOS_Sans_SC_regular;
  font-size: 1.46vw;
  letter-spacing: 0vw;
  color: #000000;
  margin-top: 1vw;
}

.slider-for .pro_detial {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.46vw;
  letter-spacing: 0vw;
  color: #333333;
  margin: 3vw 0;
}

.slider-for .pro_detial p {}

.indexP1 .sliderBox {
  position: relative;
}

.indexP1 .slider-for {
    padding:10px 0;
}

.indexP1 .slider-for .item {
  position: relative;
}

.indexP1 .slider-for .item .img {
  border: solid 2px #2a7de100;
  width: 35.99vw;
  height: 35.99vw;
  float: left;
  padding: 2.496vw;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../images/op40.png);
}

.indexP1 .slider-for .item .img::before {
  content: "";
  border-right: solid 2px #2a7de1;
  border-left: solid 2px #b0cef1;
  border-top: solid 2px #2a7de1;
  border-bottom: solid 2px #b0cef1;
  width: 35.94vw;
  height: 35.94vw;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  transform: rotatez(45deg);
  animation: 10s linear 0s infinite normal none running guang;
}

.indexP1 .slider-for .item .img::after {
  content: "";
  width: 7.66vw;
  height: 7.66vw;
  opacity: 1;
  border: solid 0.63vw #e1ebf6;
  background: #eaeff3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3.83vw;
  right: -3.83vw;
}

@keyframes guang {
    0% {
        transform:rotate(0deg);
    }

    100% {
        transform:rotate(360deg);
    }
}

.indexP1 .slider-for .item .img::before {}

.indexP1 .slider-for .item .img .bor_dot {
  display: block;
  width: 0.47vw;
  height: 0.47vw;
  position: absolute;
  top: 4.85vw;
  left: 4.85vw;
  border-radius: 50%;
  transform-origin: 12.85vw 12.85vw;
  animation: 10s linear 0s infinite normal none running guang;
}

.indexP1 .slider-for .item .img .b_d1 {
  animation-delay: -1.25s;
  background-color: #2a7de1;
}

.indexP1 .slider-for .item .img .b_d2 {
  animation-delay: -3.75s;
  background-color: #2a7de1;
}

.indexP1 .slider-for .item .img .b_d3 {
  animation-delay: -6.25s;
  background-color: #b0cef1;
}

.indexP1 .slider-for .item .img .b_d4 {
  animation-delay: -8.75s;
  background-color: #b0cef1;
}

.indexP1 .slider-for .item .imgbox {
  width: 17.92vw;
  height: 18.65vw;
  transition: all 0.5s;
}

.indexP1 .slider-for .item .imgbox span {
  background-size: contain;
}

.indexP1 .slider-for .item:hover .imgbox {
  transform: scale(1.2);
}


.indexP1 .slider-for .item .txtbox {
  width: 28.5%;
  float: left;
}

.indexP1 .slider-for .item .txtbox .tit {
  font-family: PingFang-SC-Heavy;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}

.indexP1 .slider-for .item .txtbox .tit span {
  color: #203d86;
  font-family: Montserrat-SemiBold;
  letter-spacing: -3px;
  margin-right: 10px;
}

.indexP1 .slider-for .item .txtbox .txt {
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  height: 90px;
  letter-spacing: 0px;
  color: #333333;
  margin: 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.indexP1 .slider-for .item .txtbox .more_btn {
  display: block;
  width: 168px;
  height: 54px;
  background-color: #203d86;
  border-radius: 27px;
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}

.indexP1 .slider-for .item .txtbox .more_btn img {
  margin-left: 10px;
}

.indexP1 .slider-for .item .txtbox .more_btn:hover {
  background-color: #3dd2d5;
}

.indexP1 .slider-nav {
  width: 7.66vw;
  height: 7.66vw;
  position: absolute;
  top: 14vw;
  left: 56vw;
  z-index: 99;
}

.indexP1 .slider-nav .item {
  float: left;
}

.indexP1 .slider-nav .item .img {
  width: 7.66vw;
  height: 7.66vw;
  opacity: 1;

  border-radius: 50%;
}

.indexP1 .slider-nav .item .img span {
  margin: 1.8vw;
  width: 4vw;
  height: 4vw;
  background-size: contain;
}

.indexP1 .slider-nav .item.slick-current {
  opacity: 0;
}

.indexP1 .slider-nav .item.slick-current .img {
  opacity: 0;
  border: none;
}

.indexP1 .slider-nav .item.slick-current .img span {
  opacity: 0;
  transform: none;
}

.indexP1 .slider-nav .slick-list {
  margin-left: -7vw;
}

.indexP1 .slider-nav .slick-list::before {
  content: "";
  width: 33%;
  height: 100%;
  background: #fff;
}

.indexP1 .slider-nav .slick-arrow {
  width: 3.13vw;
  height: 3.13vw;
  border: solid 2px #bcc2c9;
  position: absolute;
}

.indexP1 .slider-nav .slick-arrow.slick-prev:hover,
.indexP1 .slider-nav .slick-arrow.slick-next:hover {
  border: solid 2px #2a7de1;
}

.indexP1 .slider-nav .slick-arrow.slick-prev {
  left: 20vw;
  background: url(../images/arr_l_gray.png) center no-repeat;
  background-size: 60%;
}

.indexP1 .slider-nav .slick-arrow.slick-prev:hover {
  background: url(../images/arr_l_blue.png) center no-repeat;
  background-size: 60%;
}

.indexP1 .slider-nav .slick-arrow.slick-next {
  left: 24vw;
  background: url(../images/arr_r_gray.png) center no-repeat;
  background-size: 60%;
}

.indexP1 .slider-nav .slick-arrow.slick-next:hover {
  background: url(../images/arr_r_blue.png) center no-repeat;
  background-size: 60%;
}

.indexP1 .slider-nav .slick-dots {
  opacity: 0;
}

.numberSlickMask {
  position: absolute;
  top: 17vw;
  left: 65.5vw;
  z-index: 99;
  font-family: DIN_Condensed;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: 0vw;
  color: #999999;
}

.numberSlickMask .numberSlickCurrent {
  font-size: 2.188vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.667vw;
  letter-spacing: 0vw;
  color: #2a7de1;
}

.numberSlickMask .numberSlickLine {}

.numberSlickMask .numberSlickTotal {
  position: relative;
}

.numberSlickMask .numberSlickCurrent::after {
  content: "";
  width: 4.635vw;
  height: 1px;
  background-color: #dadde1;
  position: absolute;
  right: -5.75vw;
  top: 50%;
}

@media (min-width: 1921px) {
  .indexP1 .slider-nav {
    left: 55vw;
  }

  .numberSlickMask {
    left: 64.5vw;
  }

  .numberSlickMask .numberSlickCurrent::after {
    width: 4vw;
    right: -4.75vw;
  }

  .indexP1 .slider-nav .slick-arrow.slick-prev {
    left: 18.5vw;
  }

  .indexP1 .slider-nav .slick-arrow.slick-next {
    left: 22vw;
  }
}

@media (max-width: 1600px) {
  .indexP1 .slider-nav {
    left: 57vw;
  }

  .numberSlickMask {
    left: 66.5vw;
  }

  .indexP1 .slider-for .item .txtbox {
    width: 29.5%;
  }
}

@media (max-width: 1366px) {
  .indexP1 .slider-nav {
    left: 57.5vw;
  }

}

@media (max-width: 768px) {
  .indexP1::before {
    background: #f7f8fa url(../uploadfiles/main1_bg.png) no-repeat left;
  }

  .title .t_cn {
    font-size: 18px;
    line-height: 1;
  }

  .title .t_en {
    font-size: 30px;
    line-height: 1;
  }

  .indexP1 {
    padding: 3rem 0;
  }

  .indexP1 .title {
    position: relative;
    margin-top: 0;
  }

  .indexP1 .slider-nav {
    position: relative;
    left: 0;
    top: 0;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .indexP1 .slider-nav .item.slick-current,
  .indexP1 .slider-nav .item.slick-current .img span {
    opacity: 1;

  }

  .indexP1 .slider-nav .item.slick-current .img {
    opacity: 1;
    border: solid 1px #203d86;
  }

  .indexP1 .slider-nav .item {
    margin: 0 10px;
  }

  .indexP1 .slider-nav .item .img {
    width: auto;
    padding-top: 66%;
    opacity: 1;
    border-radius: 0;
  }

  .indexP1 .slider-nav .item .img span {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .indexP1 .slider-for {
    padding: 2vw 0;
  }

  .indexP1 .slider-for .item .img::after {}

  .slider-for .pro_tit .pro_type {
    font-size: 14px;
  }

  .indexP1 .slider-nav .slick-list {
    margin-left: 0px;
    display: none;
  }

  .numberSlickMask {
    left: 35vw;
    top: 19.5vw;
  }

  .numberSlickMask .numberSlickCurrent::after {
    display: none;
  }

  .indexP1 .slider-nav .slick-arrow.slick-prev {
    left: 0;
    top: 10vw;
  }

  .indexP1 .slider-nav .slick-arrow.slick-next {
    left: auto;
    right: 0;
    top: 10vw;
  }

  .indexP1 .slider-for .item .img .bor_dot {
    width: 6px;
    height: 6px;
    top:4.25vw;
    left:4.25vw;
    transform-origin:13.25vw 13.25vw;
  }

  .indexP1 .slider-for .item .txtbox {
    width: 46%;
    float: right;
  }

  .indexP1 .slider-for .item .txtbox .tit {
    font-size: 22px;
    line-height: 30px;
  }

  .indexP1 .slider-for .item .txtbox .more_btn {
    margin: 5% 0 0;
  }

  .indexP1 .slider-for .item .img {
    width: 37vw;
    height: 37vw;
  }

  .indexP1 .slider-for .item .txtbox .txt {
    -webkit-line-clamp: unset;
    height: unset;
  }



  .slider-for .pro_tit {
    margin-top: 0;
  }

  .slider-for .pro_tit .pro_name {
    font-size: 16px;
  }

  .slider-for .pro_detial {
    font-size: 14px;
    line-height: 26px;

  }

  .sys_btn {
    width: 90px;
    height: 30px;
    border-radius: 30px;
    line-height: 24px;
    font-size: 12px;
  }

  .sys_btn .btn_arrow {
    width: 4px;
    height: 6px;
  }

  .sys_btn .btn_arrow::after {
    top: 0px;
  }

  .indexP1 .slider-for .item .imgbox span {
    background-size: contain;
  }
}

@media (max-width: 480px) {
  .sys_btn {
    line-height: 30px;
  }

  .sys_btn .btn_arrow {
    width: 6px;
    height: 12px;
  }

  .indexP1::before {
    width: 59%;
  }

  .title .t_en {
    font-size: 28px;
  }

  .title .t_cn {
    font-size: 16px;
  }

  .slider-for .pro_tit .pro_name {
    font-size: 14px;
  }

  .HomeBan .item.active .txt p span {
    font-size: 18px;
  }

  .indexP1 .slider-for .item .txtbox .tit {
    font-size: 18px;
    line-height: 30px;
  }

  .indexP1 .slider-for .item .txtbox .txt {
    font-size: 14px;
    line-height: 24px;
  }

  .indexP1 .slider-nav .item .tit {
    font-size: 14px;
  }

  .indexP1 .slider-for {
    padding: 5vw 0 2vw;
  }

  .indexP1 .slider-for .item .txtbox {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .indexP1 .slider-for .item .img::before,
  .indexP1 .slider-for .item .img {
    width: 70vw;
    height: 70vw;
    float: none;
    margin-left: 0vw;

  }

  .indexP1 .slider-for .item .imgbox {
    width: 40vw;
    height: 40vw;
  }

  .indexP1 .slider-for .item .img::after {
    width: 20vw;
    height: 20vw;
    margin-top: -10vw;
    right: -12vw;
  }
  .indexP1 .slider-for .item .img .bor_dot{
    top: 21.35vw;
    left: 1.35vw;
    transform-origin: 33.2vw 13.2vw;
  }
  
  .indexP1 .slider-for .item .img .b_d1{
      animation-delay: -1.75s;
  }
  
  .indexP1 .slider-for .item .img .b_d2{
      animation-delay: -4.25s;
  }
  
  .indexP1 .slider-for .item .img .b_d3{
      animation-delay: -6.75s;
  }
  
  .indexP1 .slider-for .item .img .b_d4{
      animation-delay: -9.25s;
  }

  .slider-for .pro_detial {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 78px;
  }

  .numberSlickMask {
    left: 70vw;
    top: unset;
    bottom: 34.5vw;
    font-size: 12px;
  }

  .numberSlickMask .numberSlickCurrent {
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .numberSlickMask {
    left: 66.5vw;
    top: unset;
    bottom: 33.5vw;
    font-size: 16px;
  }

  .numberSlickMask .numberSlickCurrent {
    font-size: 32px;
  }
}

@media (max-width: 375px) {
  .indexP1 {
    padding: 2rem 0;
  }

  .sys_btn .btn_arrow {
    width: 5px;
    height: 10px;
  }

  .numberSlickMask {
    left: 68vw;

  }
  
  .indexP1 .slider-for .item .img .bor_dot{
    top: 21.35vw;
    left: 0.35vw;
    transform-origin: 33.7vw 13.2vw;
  }


}




.indexP2 {
  padding: 6vw 0;
  background: url(../images/main2_bg.png) bottom center no-repeat;
}

.P2_left {
  width: 32.344vw;
  float: left;
}

.P2_left .about_txt {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #666666;
  margin: 3vw 0 2.5vw 0;
}

.P2_left .about_pc_box {
  position: relative;
  padding-left: 3.438vw;
}

.P2_left .about_pc_box .ab_tit {
  position: absolute;
  width: 4.84vw;
  height: 25.57vw;
  left: 0;
  bottom: 1.146vw;
  background: url(../uploadfiles/company_name.png) no-repeat;
  background-size: 100%;
  z-index: 9;
}

.P2_left .about_pc_box .imgbox {
  width: 28.85vw;
  height: 32.29vw;
  border-radius: 1.04vw;
}

.P2_left .about_pc_box .imgbox span {
  transition: all 0.5s;
}

.P2_left .about_pc_box:hover .imgbox span {
  transform: scale(1.2);
}

.P2_right {
  float: right;
  margin-top: 5vw;
}

.P2_right .imgbox {
  width: 45.833vw;
  height: 29.167vw;
  border-radius: 1.042vw;
}

.P2_right .imgbox span {
  transition: all 0.5s;
}

.P2_right .imgbox:hover span {
  transform: scale(1.2);
}

/* 数字滚动 */
.AboutNum {
  margin-top: 4vw;
}

.AboutNum ul {
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.AboutNum ul li {
  float: left;
  position: relative;
  text-align: left;
}

.AboutNum ul li:nth-child(1) {}

.AboutNum ul li:nth-child(2) {}

.AboutNum ul li:nth-child(3) {}

.AboutNum ul li:last-child {
  border-right: none;
}

.AboutNum ul li p {}

.AboutNum ul li p strong {
  font-family: DIN_Condensed_Bold;
  font-size: 3.75vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #2a7de1;
  -webkit-background-clip: text;
  /* 将背景裁剪到文字区域 */
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #022bcf, #34b0fd);
}

.AboutNum ul li p em {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #333333;
  vertical-align: top;
  margin-left: 5px;
  font-style: normal;
}

.AboutNum ul li span {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #555555;
}

.P2_right .sys_btn {
  margin-top: 4vw;
  float: right;
}

@media (max-width: 1366px) {
  .AboutNum ul li span {
    font-size: 14px;
  }

  .AboutNum ul li p em {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .P2_left .title {
    margin-bottom: 4vw;
  }

  .P2_left {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .P2_left .about_txt {
    width: 60%;
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }

  .P2_right {
    width: 100%;
    float: none;
    margin-top: 5vw;
  }

  .P2_right .imgbox {
    width: 100%;
    height: 56vw;
    border-radius: 20px;
  }

  .AboutNum ul li p strong {
    font-size: 34px;
  }


  .AboutNum ul li p em {
    font-size: 12px;
  }


}

@media (max-width: 640px) {
  .P2_left .about_txt {
    width: 100%;
    float: none;
    padding: 2vw 0 3vw;
  }

  .P2_left .about_pc_box .imgbox {
    width: 81vw;
    float: right;
    padding-top: 104%;
    border-radius: 20px;
  }

  .P2_left .about_pc_box .ab_tit {
    position: absolute;
    width: 10vw;
    height: 56vw;
    left: 0;
    top: 8vw;
    bottom: unset;
  }
}

@media (max-width: 480px) {
  .P2_right .AboutNum {
    margin-top: 30px;
  }

  .P2_right .AboutNum ul {
    flex-wrap: wrap;
  }

  .P2_right .AboutNum ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .P2_right .AboutNum ul li p em {
    line-height: 1;
  }

  .P2_left .about_txt {
    line-height: 26px;
  }
}

@media (max-width: 375px) {
  .P2_left .about_pc_box .ab_tit {
    top: 28vw;
  }
}

/* 首页解决方案 */

.indexP3 {
  overflow: hidden;
  position: relative;
}

.indexP3 .title {}

.indexP3 .title .t_en {
  opacity: 0.36;
}

.indexP3 .title .t_cn {
  color: #ffffff;
}

.p3_left .core_text {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.667vw;
  letter-spacing: 0vw;
  color: #ffffff;
  margin: 4.8vw 0;
}

.indexP3 .core_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.indexP3 .core_bg li {
  position: relative;
  display: none;
  text-align: center;
}

.indexP3 .wrapper {
  position: relative;
  z-index: 10;
  padding: 8vw 0;
  height: 49vw;
}

.indexP3 .p3_left {
  width: 28vw;
  float: left;
}

.indexP3 .p3_right {
  float: right;
  display: flex;
  z-index: 90;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: 7vw;
}

.indexP3 .p3_right li {
  width: 10.469vw;
  height: 10.417vw;
  background-color: #ffffff;
  border-radius: 2.604vw;
  opacity: 0.77;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.indexP3 .p3_right li:nth-child(2) {
  margin: 0 3.125vw;
}

.indexP3 .p3_right li .core_ico {
  width: 2.496vw;
  height: 2.496vw;
  margin: 2.76vw auto 1vw;
}

.indexP3 .p3_right li:nth-child(1) .core_ico {
  background: url(../uploadfiles/sol_ico1_b.svg) center no-repeat;
  background-size: contain;
}

.indexP3 .p3_right li:nth-child(2) .core_ico {
  background: url(../uploadfiles/sol_ico2_b.svg) center no-repeat;
  background-size: contain;
}

.indexP3 .p3_right li:nth-child(3) .core_ico {
  background: url(../uploadfiles/sol_ico3_b.svg) center no-repeat;
  background-size: contain;
}

.indexP3 .p3_right li:nth-child(1).on .core_ico {
  background: url(../uploadfiles/sol_ico1_w.svg) center no-repeat;
  background-size: contain;
}

.indexP3 .p3_right li:nth-child(2).on .core_ico {
  background: url(../uploadfiles/sol_ico2_w.svg) center no-repeat;
  background-size: contain;
}

.indexP3 .p3_right li:nth-child(3).on .core_ico {
  background: url(../uploadfiles/sol_ico3_w.svg) center no-repeat;
  background-size: contain;
}


.indexP3 .p3_right li .core_name {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.458vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #333333;
}

.indexP3 .p3_right li.on .core_name {
  color: #fff;
}

.indexP3 .p3_right li .txt {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25vw;
  letter-spacing: 0vw;
  color: #ffffff;
  opacity: 0.8;
  display: none;
  margin: 2.4vw 1vw 0;
}

.indexP3 .p3_right li.on .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.indexP3 .p3_right li.on {
  width: 18.75vw;
  height: 18.75vw;
  background-color: #2a7de1;
  border-radius: 2.604vw;
  opacity: 1;
}

.indexP3 .p3_right li .more_btn {
  width: 2.813vw;
  height: 2.813vw;
  background: #ffffff url(../images/arror.svg) center no-repeat;
  background-size: 22%;
  border-radius: 50%;
  display: none;
  position: absolute;
  bottom: -1.406vw;
  left: 50%;
  margin-left: -1.406vw;
}

.indexP3 .p3_right li.on .more_btn {
  display: block;
}

.indexP3 .p3_right li dd .more_btn img {}

@media (min-width: 1921px) {
  .indexP3 .wrapper {
    height: 48vw;
  }
}

@media (max-width: 1366px) {
  .p3_left .core_text {
    font-size: 14px;
  }

  .indexP3 .p3_right li .txt {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .indexP3 .p3_right li .txt {}

  .indexP3 .p3_right li .more_btn {}
}

@media (max-width: 768px) {
  .indexP3 .wrapper {}

  .indexP3 .p3_right {
    justify-content: center;
  }

  .indexP3 .p3_right li dl {}

  .indexP3 .core_bg li .bigpc {
    object-fit: cover;
  }

  .indexP3 .p3_right li dt,
  .indexP3 .p3_right li dd .core_name,
  .indexP3 .p3_right li dt span,
  .indexP3 .p3_right li dd .core_name span {
    font-size: 20px;
  }

  .p3_left .core_text {
    font-size: 12px;
    line-height: 26px;
  }
}


@media (max-width: 640px) {
  .indexP3 .wrapper {
    padding: 5vw 0;
    height: 80vw;
  }

  .indexP3 .p3_left,
  .indexP3 .p3_right {
    width: 100%;
    float: none;
  }

  .indexP3 .p3_right li {
    width: 18vw;
    height: 18vw;
    border-radius: 20px;
  }

  .indexP3 .p3_right li.on {
    width: 30vw;
    height: 30vw;
    border-radius: 20px;
  }

  .indexP3 .p3_right li:nth-child(2) {
    margin: 0 3vw;
  }

  .indexP3 .p3_right li dt,
  .indexP3 .p3_right li dd .core_name,
  .indexP3 .p3_right li dt span,
  .indexP3 .p3_right li dd .core_name span {
    font-size: 15px;
  }

  .indexP3 .p3_right li dd .txt {
    line-height: 22px;
    font-size: 14px;
  }

  .indexP3 .p3_right li dl {
    position: relative;
    min-height: 300px;
  }

  .indexP3 .core_bg li .bigpc {
    height: 80vw;
  }

  .indexP3 .p3_right li dd .more_btn {
    width: 100%;
    height: 36px;
    border-radius: 27px;
    line-height: 36px;
  }

  .indexP3 .p3_right li .core_ico {
    width: 30px;
    height: 30px;
  }

  .indexP3 .p3_right li .core_name {
    font-size: 14px;
    line-height: 1;
  }

  .indexP3 .p3_right li.on .txt {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }

  .indexP3 .p3_right li .more_btn {
    width: 30px;
    height: 30px;
    bottom: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 480px) {

  .indexP3 .p3_left {
    margin-bottom: 6vw;
  }

  .indexP3 .wrapper {
    height: 106vw;
  }

  .indexP3 .core_bg li .bigpc {
    height: 106vw;
  }

  .indexP3 .p3_right {
    position: static;
    margin-left: 0;
  }

  .indexP3 .p3_right li {
    width: 21vw;
    height: 21vw;
  }

  .indexP3 .p3_right li.on {
    width: 40vw;
    height: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .indexP3 .p3_right li .core_ico {
    margin: 4.76vw auto 2vw;
  }

  .indexP3 .p3_right li.on .core_ico {
    margin: 0 0 2vw;
  }

  .indexP3 .p3_right li dl {
    position: relative;
    min-height: 240px;
  }

  .indexP3 .p3_right li dt {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0;
    background: url(../images/fff_op20.png) bottom repeat-y;
  }

  .indexP3 .p3_right li dd {
    border-radius: 0px 20px 20px 0px;
    padding: 5%;
    position: absolute;
    transition: 0.56s;
    top: 0;
    width: 100%;
    left: -118%;
    bottom: unset;
    border-bottom: none;
    border-left: 4px #203d86 solid;
    left: 0;
    visibility: visible;
    height: 100%;
  }

  .indexP3 .p3_right li:hover dd,
  .indexP3 .p3_right li.on dd {
    left: 0;
    visibility: visible;
  }

  .indexP3 .p3_right li:nth-child(1) dd {
    background: #fff url(../images/p_c_bg1.png) top right no-repeat;
  }

  .indexP3 .p3_right li:nth-child(2) dd {
    background: #fff url(../images/p_c_bg2.png) top right no-repeat;
  }

  .indexP3 .p3_right li:nth-child(3) dd {
    background: #fff url(../images/p_c_bg3.png) top right no-repeat;
  }

  .indexP3 .p3_right li:nth-child(4) dd {
    background: #fff url(../images/p_c_bg4.png) top right no-repeat;
  }

  .indexP3 .p3_right li dd .core_name {
    padding-bottom: 20px;
  }

  .indexP3 .p3_right li dd .txt {
    margin: 20px 0;
  }

  .indexP3 .core_bg li {
    /* display: block !important; */
  }
}

@media (max-width: 375px) {
  .indexP3 .wrapper {
    height: 120vw;
  }

  .indexP3 .core_bg li .bigpc {
    height: 120vw;
  }

  .indexP3 .p3_right li .core_ico {
    width: 22px;
    height: 22px;
  }

  .indexP3 .p3_right li.on .txt {
    line-height: 20px;
  }
}

@media (max-width: 320px) {
  .indexP3 .wrapper {
    height: 132vw;
  }



  .indexP3 .p3_right li .core_name {
    font-size: 12px;
  }

  .indexP3 .p3_right li.on .txt {
    font-size: 10px;
    line-height: 15px;

  }
}

/* 首页新闻 */
.indexP4 {
  background-image: linear-gradient(-45deg,
      #ffffff 0%,
      #e1f0ff 50%,
      #ffffff 100%);
  padding: 6vw 0;
}

.indexP4 .wrapper {
  position: relative;
  overflow: hidden;
}

.indexP4 .wrapper::before {
  content: "";
  width: 100%;
  height: 0.208vw;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 1vw;
  left: 4.115vw;
}

.indexP4 .wrapper .progress-bar {
  width: 33%;
  height: 0.208vw;
  background-color: #2a7de1;
  position: absolute;
  bottom: 1vw;
  left: 0;
  transition:all 0.3s;
}

.indexP4 .Stitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.656vw;
}

.indexP4 .Stitle .title {
  width: auto;
}

.indexP4 .Stitle .sys_btn {}

.news_list {
  margin-left: -3.115vw;
  padding-bottom: 4vw;
  position: relative;
}

.news_list .news_item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.4s ease;
  transform: translateY(10px) scale(1);
  margin-left: 3.5vw;
  padding: 1vw 0;
}

.news_list .news_item .imgbox {
  width: 100%;
  padding-top: 62.577%;
  border-radius: 1.042vw;
}

.news_list .news_item .imgbox span {
  transition: 0.5s;
}

.news_item .news_txt .news_time {
  font-family: HarmonyOS_Sans_SC_Regular;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #2a7de1;
  line-height: 1;
  margin: 2.135vw 0 1.51vw;
}

.news_item .news_txt .news_tit {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.146vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #050505;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 3.126vw;
}

.news_item .news_txt .news_tip {
  margin: 1.51vw 0 2vw;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #666666;
  display: inline-block;
  /* 设置为内联块元素 */
  white-space: nowrap;
  /* 禁止文本换行 */
  width: 100%;
  /* 设置元素宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 溢出内容显示省略号 */

}

.news_item .news_txt .news_btn {
  font-family: HarmonyOS_Sans_SC_Regular;
  font-size: 0.874vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #999999;
  position: relative;
  line-height: 2vw;
}

.news_item .news_txt .news_btn::after {
  content: "";
  display: inline-block;
  width: 2vw;
  height: 2vw;
  border: solid 0.052vw #2a7de1;
  border-radius: 50%;
  margin-left: 0.573vw;
  position: absolute;
  background: url(../images/btn_arr.svg) center no-repeat;
  background-size: 50%;
}

.news_item:hover {
  transform: translateY(-12px);
}

.news_list .news_item:hover .imgbox span {
  transform: scale(1.2);
}

.news_item:hover .news_btn::after {
  background: #2a7de1 url(../images/btn_arr_w.svg) center no-repeat;
  background-size: 40%;
}

.news_item:hover .news_btn {
  color: #2a7de1;
}

.news_list .slick-arrow {
  position: absolute;
  top: unset;
  bottom: 0;
  width: 0.52vw;
  height: 1.196vw;
  background: none;
  line-height: 1.196vw;
  z-index: 99;
  color: #dcdcdc;
}

.news_list .slick-prev {
  left: 4.115vw;
}

.news_list .slick-next {
  left: 7.115vw;
}

.news_list .slick-prev::before,
.news_list .slick-next::before {
  display: block;
  font-size: 1.04vw;
  font-family: "宋体";
  font-weight: bold;
}

.news_list .slick-prev::after {
  content: "";
  width: 1px;
  height: 0.832vw;
  background-color: #dcdcdc;
  position: absolute;
  top: 0.208vw;
  left: 1.8vw;
}

.news_list .slick-prev::before {
  content: "<";
}

.news_list .slick-next::before {
  content: ">";
}

.news_list .slick-arrow:hover {
  color: #2a7de1;
  border: none;
}

@media (max-width: 1366px) {
  .news_item .news_txt .news_tit {
    font-size: 16px;
  }

  .news_item .news_txt .news_tip {
    font-size: 14px;
  }

  .news_item .news_txt .news_btn {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .news_list .news_item {
    padding: 1vw 0 2vw;
  }

  .news_item .news_txt .news_time {
    font-size: 12px;
  }

  .news_item .news_txt .news_tit {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
  }

  .news_item .news_txt .news_tip {
    font-size: 14px;
    line-height: 1;
  }

  .news_item .news_txt .news_btn {
    font-size: 12px;
    line-height: 24px;
  }

  .news_item .news_txt .news_btn::after {
    width: 24px;
    height: 24px;
    border: 1px solid #2a7de1;
    margin-left: 10px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .indexP4 {
    padding: 6vw 0;
  }

  .news_list .slick-arrow {
    width: 30px;
    height: 30px;

  }

  .news_list .slick-prev {
    text-align: left;
  }

  .news_list .slick-next {}

  .news_list .slick-prev::before,
  .news_list .slick-next::before {
    font-size: 14px;
    line-height: 30px;

  }

  .news_list .slick-prev::after {
    height: 16px;
    top: 1.1vw;
    left: 2.7vw;
  }

  .indexP4 .wrapper::before,
  .indexP4 .wrapper::after {
    left: 7.115vw;
  }


  .news_list .slick-arrow {
    bottom: -3vw;
  }
}

@media (max-width: 640px) {
  .news_list {
    padding-bottom: 7vw;
  }

  .indexP4 .wrapper::before,
  .indexP4 .wrapper::after {
    bottom: 1.5vw;
  }

  .news_item .news_txt .news_tit {
    /* -webkit-line-clamp: unset;
    text-overflow: ellipsis;
    overflow: hidden; */
    font-size: 16px;

  }
}

@media (max-width: 480px) {
  .news_list {
    padding-bottom: 10vw;
  }

  .indexP4 .wrapper::before,
  .indexP4 .wrapper::after {
    bottom: 3vw;
    left: 10vw;
  }

  .news_list .slick-prev::after {
    left: 3.4vw;
  }

  .news_list .news_item {
    transform: none;
  }

}

@media (max-width: 430px) {
  .numberSlickMask .numberSlickCurrent {
    font-size: 32px;
  }

  .indexP4 .wrapper::before {
    width: 83%;
  }

  .indexP4 .wrapper::before,
  .indexP4 .wrapper::after {
    left: 15vw;
  }

  .news_list .slick-prev::before,
  .news_list .slick-next::before {
    font-size: 18px;
  }

  .news_list .slick-arrow {
    bottom: -4vw;
  }

  .news_list .slick-next {
    left: 12.115vw;
  }

  .news_list .slick-prev::after {
    left: 6.4vw;
    top: 2vw;
    height: 14px;
  }


}

@media (max-width: 375px) {
  .news_list .slick-next {
    left: 10vw;
  }

  .indexP4 .wrapper::before,
  .indexP4 .wrapper::after {
    bottom: 5vw;
    left: 14vw;
  }

  .news_list .slick-prev::after {
    height: 12px;
    top: 2.6vw;
    left: 5.4vw;
  }

  .news_item .news_txt .news_tit {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}

@media (max-width: 320px) {
  .news_list .slick-prev::after {
    top: 2.5vw;
    left: 5.7vw;
    height: 14px;
  }

  .indexP4 .wrapper::before,
  .indexP4 .wrapper::after {
    bottom: 6vw;
    left: 16vw;
  }

  .news_list {
    margin-top: 5vw;
  }

  .numberSlickMask {
    left: 69vw;
    bottom: 33.5vw;
  }
}

@media (min-width: 1921px) {
  .HomeBan .item {
    height: 50vw;
  }

  .indexP1::before {
    background: #f7f8fa url(../uploadfiles/main1_bg.png) no-repeat;
    background-size: 100%;
  }

  .indexP3 .core_bg li img {
    width: 100%;
  }
}

@media (min-width: 2048px) {

  .indexP1 .slider-nav {
    left: 53vw;
  }

  .indexP1 .slider-for .item .txtbox {
    width: 21vw;
  }

  .numberSlickMask {
    left: 62.5vw;
  }

  .P2_left {
    width: 28vw;
  }

  .P2_left .about_pc_box .imgbox {
    width: 25vw;
    height: 28vw;
  }

  .Footer .sitemap .item {
    margin-left: 5vw;
  }

}

@media (min-width: 2160px) {
  .indexP1 .slider-for .item .txtbox {
    width: 22vw;
  }

  .indexP1 .slider-for .item .img {

    width: 30vw;
    height: 30vw;
  }

  .indexP1 .slider-for .item .img::before {
    width: 30vw;
    height: 30vw;
  }

  .indexP1 .slider-for .item .img .b_d1 {
    top: 4.1vw;
    left: 4.1vw;
  }

  .indexP1 .slider-for .item .img .b_d3 {
    top: 4.1vw;
    right: 4.1vw;
  }

  .indexP1 .slider-for .item .img .b_d2 {
    bottom: 4.1vw;
    left: 4.1vw;
  }

  .indexP1 .slider-for .item .img .b_d4 {
    bottom: 4.1vw;
    right: 4.1vw;
  }


  .indexP1 .slider-nav {
    left: 48vw;
    top: 12vw;
  }

  .indexP1 .slider-for .item .img::after {
    content: "";
    width: 8vw;
    height: 8vw;
    margin-top: -3vw;
    right: -3.83vw;
  }

  .numberSlickMask {
    left: 57.5vw;
    top: 15vw;
  }

  .P2_right .imgbox {
    width: 40vw;
    height: 25vw;
    border-radius: 1.042vw;
  }

  .indexP3 .p3_left {
    width: 24vw;
  }
}

@media (min-width: 2256px) {
  .indexP1 .slider-for .item .txtbox {
    width: 20.5vw;
  }

  .indexP1 .slider-nav {
    left: 46vw;
  }

  .numberSlickMask {
    left: 55.5vw;
  }

  .indexP1 .slider-nav .slick-arrow {
    width: 2.8vw;
    height: 2.8vw;
  }

  .indexP1 .slider-nav .slick-arrow.slick-prev {
    left: 18.5vw;
  }

  .Footer .sitemap .item {
    margin-left: 4vw;
  }

  .Top002898 .top-menu li {
    margin-right: 3vw;
  }
}

@media (min-width: 2560px) {
  .Top002898 .top-menu li {
    margin-right: 2.6vw;
  }

  .slider-for .pro_tit {
    margin-top: 8vw;
  }

  .indexP1 .slider-for .item .img::before {
    width: 24vw;
    height: 24vw;
  }

  .indexP1 .slider-for .item .img {
    width: 24vw;
    height: 24vw;
  }

  .indexP1 .slider-for .item .imgbox {
    width: 12.92vw;
    height: 12.65vw;
  }

  .indexP1 .slider-for .item .txtbox {
    width: 19.2vw;
  }

  .sys_btn {
    margin-top: 2vw;
  }

  .title .t_en {
    font-size: 2.8vw;
  }

  .title .t_cn {
    font-size: 1.8vw;
    margin-top: 1vw;
  }

  .slider-for .pro_tit .pro_type {
    font-size: 1.4vw;
  }

  .slider-for .pro_tit .pro_name {
    font-size: 1.2vw;
  }

  .indexP1 .slider-for .item .img .b_d1,
  .indexP1 .slider-for .item .img .b_d2 {
    left: 2.5vw;
  }


  .indexP1 .slider-for .item .img .b_d3,
  .indexP1 .slider-for .item .img .b_d4 {
    right: 2.5vw;
  }

  .indexP1 .slider-nav {
    left: 39vw;
    top: 9vw;
  }

  .numberSlickMask {
    font-size: 1vw;
    left: 48vw;
    top: 12vw;
  }

  .numberSlickMask .numberSlickCurrent {
    font-size: 1.8vw;
  }

  .slider-for .pro_detial {
    margin: 2vw 0;
  }

  .indexP1 .slider-nav .slick-arrow.slick-prev {
    left: 17vw;
  }

  .indexP1 .slider-nav .slick-arrow.slick-next {
    left: 20.5vw;
  }

  .indexP1 {
    padding: 6vw 0 5vw;
  }

  .indexP2 {
    padding: 5vw 0;
  }

  .indexP2 .wrapper {
    overflow: hidden;
  }

  .P2_left {
    width: 24vw;
  }

  .P2_left .about_pc_box .imgbox {
    width: 20vw;
    height: 22.5vw;
  }

  .P2_left .about_pc_box .ab_tit {
    width: 3vw;
    height: 22vw;
    left: 1.3vw;
    bottom: -4.854vw;
  }

  .P2_right .imgbox {
    width: 34vw;
    height: 21vw;
    border-radius: 1.042vw;
  }

  .P2_right .AboutNum ul li p strong {
    font-size: 2.75vw;
  }

  .indexP3 .wrapper,
  .indexP4 {
    padding: 5vw 0;
  }

  .indexP3 .p3_right li.on {
    width: 16.75vw;
    height: 16.75vw;
  }

  .indexP3 .p3_right li .txt {
    margin: 1.4vw 1vw 0;
  }

  .Footer .sitemap .item {
    margin-left: 3vw;
  }

  .Footer::before {
    width: 35.25vw;
  }
}

@media (min-width: 2880px) {
  .Top002898 .top-menu li {
    margin-right: 1.6vw;
  }

  .HomeBan .item.active .txt p {
    font-size: 2vw;
  }
}


/* 关于瑛泰 */
.SubBan {
  position: relative;
}

.SubBan .txtbox {
  position: absolute;
  font-family: HarmonyOS_Sans_SC_Bold;
  color: #ffffff;
  top: 50%;
  text-align: center;
  z-index: 99;
  width: 100%;
}

.SubBan .txtbox .tit_en {
  font-size: 4.167vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  opacity: 0.3;
}

.SubBan .txtbox .tit_cn {

  font-size: 2.917vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2vw;
  letter-spacing: 0.177vw;
}

.SubBan .imgbox {
  padding-top: 33.854vw;
}

.SmenuBox {
  border-bottom: 1px solid #ededed;
}

.SmenuBox .SubMenu {
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.SmenuBox .SubMenu li {
  position: relative;
  line-height: 4.219vw;
  margin-right: 2.656vw;
}


.SmenuBox .SubMenu li a {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0vw;
  color: #666666;
}

.SmenuBox .SubMenu li .bg {
  width: 100%;
  height: 0.156vw;
  background-color: #2a7de1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.SmenuBox .SubMenu li:hover a,
.SmenuBox .SubMenu li.onli a {
  color: #2a7de1;
}

.SmenuBox .SubMenu li:hover .bg,
.SmenuBox .SubMenu li.onli .bg {
  display: block;
}

.SmenuBox .current {
  text-align: right;
  float: right;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.729vw;
  font-weight: normal;
  letter-spacing: 0vw;
  padding-left: 1.406vw;
  line-height: 4.219vw;
  position: relative;
}

.SmenuBox .current::before {
  content: '';
  width: 0.833vw;
  height: 0.833vw;
  position: absolute;
  background: url(../images/ico_home.svg) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 50%;
  margin-top: -0.42vw;
}


.SmenuBox .current a {
  color: #999999;
}

.SmenuBox .current span,
.SmenuBox .current a:hover {
  color: #2a7de1;
}

.SubCon {
  padding: 6vw 0 0;
}

.SmenuBox .wrapper {
  max-width: 1440px;
  overflow: hidden;
}

.SubCon .wrapper {
  max-width: 1440px;
}

@media (max-width: 1366px) {

  .SmenuBox .current,
  .SmenuBox .SubMenu li a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .SubBan {
    margin-top: 45px;
  }

  .SmenuBox .current::before {
    width: 1.4vw;
    height: 1.4vw;
    margin-top: -0.8vw;
  }

  .SmenuBox .current {
    padding-left: 2vw;
  }
}

@media (max-width: 768px) {
  .SubBan .imgbox {
    padding-top: 34%;
  }

  .SubBan .txtbox .tit_en {
    font-size: 30px;
    line-height: 10px;
  }

  .SubBan .txtbox .tit_cn {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .SmenuBox .current {
    float: none;
    line-height: 44px;
    font-size: 12px;
    padding-left: 27px;
    text-align: left;
    display: inline-block;
  }

  .SmenuBox .current::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }

  .SmenuBox .wrapper {
    position: relative;
    overflow: visible;
  }

  .SmenuBox .wrapper .ico_arr {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/ico_down.svg) center no-repeat;
    position: absolute;
    right: 0;
    top: 12px;
    background-size: 80%;
    transition: all ease 0.3s;
  }

  .SmenuBox .wrapper .ico_arr.on {
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
  }

  .SmenuBox .SubMenu {
    line-height: 35px;
    display: none;
    float: none;
    background: #fff;
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }



  .SmenuBox .SubMenu li {
    text-align: left;
    width: auto;
    float: none;
    border-top: 1px dashed #e0e0e0;
    padding: 0;
    margin-right: 0;
  }

  .SmenuBox .SubMenu li a {
    font-size: 14px;
    padding: 0 0 0 20px;
    border-left: 0;
    border-right: 0;
    line-height: 35px;
    height: auto;
  }

  .SmenuBox .SubMenu li a:hover,
  .SmenuBox .SubMenu li.onli a {}

  .SmenuBox .SubMenu li:hover .bg,
  .SmenuBox .SubMenu li.onli .bg {
    width: 4px;
    height: 4px;
    left: 0;
    top: 15px;
  }

}

@media (max-width: 480px) {
  .SubBan .txtbox .tit_en {
    font-size: 22px;
  }

  .SubBan .txtbox .tit_cn {
    font-size: 16px;
  }

  .SmenuBox .current::before {
    content: '';
    width: 14px;
    height: 16px;
    margin-top: -8px;
  }

  .SmenuBox .current {
    padding-left: 20px;
  }
}

.aboutP1 {
  padding-bottom: 6vw;
}

.aboutP1 .group_name {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 2.292vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
  margin-bottom: 2.552vw;
}

.aboutP1 .company_name {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #2a7de1;
  position: relative;
  padding-bottom: 2vw;
  margin-bottom: 2.6vw;
}

.aboutP1 .company_name::after {
  content: '';
  width: 4.688vw;
  height: 0.156vw;
  background-color: #2a7de1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutP1 .produce {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #666666;
}

.aboutP1 .produce p {
  text-indent: 2em;
  margin-bottom: 1.563vw;
}

.aboutP1 .AboutNum li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutP1 .AboutNum {
  margin: 4.2vw 0;
}

.aboutP1 .AboutNum .txt {
  margin-left: 1.563vw;
}

.aboutP1 .AboutNum .ico {
  position: relative;
  width: 5.885vw;
  height: 6.823vw;
  background: url(../images/ab_ico_bg2.svg) center no-repeat;
  background-size: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}



.aboutP1 .AboutNum .ico::before {
  content: '';
  position: absolute;
  background: url(../images/ab_ico_bg1.svg) center no-repeat;
  background-size: 100%;
  width: 4.52vw;
  height: 5.26vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: faguang 2s linear infinite;
}

.aboutP1 .AboutNum .ico img {
  max-width: 2.917vw;
  transition: all 0.5s;
}

.aboutP1 .AboutNum .ico:hover img {
  transform: rotate(360deg);
}

.aboutP1 .company_pc {}

.aboutP1 .company_pc .imgbox {
  padding-top: 44.445%;
  border-radius: 1.042vw;
}

.aboutP1 .company_pc .imgbox span {
  transition: all 0.5s;
}

.aboutP1 .company_pc:hover .imgbox span {
  transform: scale(1.1);
}

@media (max-width: 1366px) {
  .aboutP1 .produce {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .aboutP1 .group_name {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .aboutP1 .company_name {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  .aboutP1 .produce {
    font-size: 14px;
    line-height: 28px;
  }

  .aboutP1 .AboutNum .ico {
    width: 50px;
    height: 58px;

  }

  .aboutP1 .AboutNum .ico::before {
    width: 40px;
    height: 46px;
  }

  .AboutNum ul li p strong {
    font-size: 30px;
    line-height: 1;
  }

  .AboutNum ul li p em {
    font-size: 12px;
  }



  .aboutP1 .company_pc .imgbox {
    padding-top: 44%;
  }

  .aboutP1 .AboutNum .ico img {
    max-width: 20px;
  }

  .aboutP1 .AboutNum li:nth-child(4) .ico img {
    max-width: 26px;
  }
}

@media (max-width: 640px) {
  .AboutNum ul {
    flex-wrap: wrap;
  }

  .aboutP1 .AboutNum li {
    justify-content: flex-start;
  }

  .AboutNum ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {}

.aboutP2 {
  position: relative;
  padding-bottom: 6vw;

}

.aboutP2 .wrapper {}

.aboutP2 .abp2_left {
  width: 40.521vw;
}

.aboutP2 .abp2_left .company_name {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.875vw;
  line-height: 1;
  color: #000000;
}

.aboutP2 .abp2_left .company_slogen {
  font-family: SourceHanSerifSC_Medium;
  font-size: 1.146vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #2a7de1;
  margin: 1vw 0 2.8vw;
}

.aboutP2 .abp2_left .produce {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #333333;
}

.aboutP2 .abp2_left .produce p {
  text-indent: 2em;
  margin-bottom: 1.563vw;
}

.aboutP2 .abp2_right {
  width: 41.198vw;
  position: absolute;
  top: 0;
  right: 0;
}

.aboutP2 .abp2_right .imgbox {
  padding-top: 27.083vw;
}

.aboutP2 .AboutNum ul li {
  width: 17.188vw;
  height: 9.375vw;
  padding: 2vw 2vw 0 2vw;
  background: url(../images/num_bg_b.svg)top right no-repeat;
  background-size: cover;
}

.aboutP2 .AboutNum ul li::before {
  content: '';
  width: 2.083vw;
  height: 2.083vw;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  transition: 0.5s;
}


.aboutP2 .AboutNum ul li:nth-child(1)::before {
  background: url(../images/ab_ico5.svg) center no-repeat;
  background-size: 100%;
}

.aboutP2 .AboutNum ul li:nth-child(2)::before {
  background: url(../images/ab_ico6.svg) center no-repeat;
  background-size: 100%;
}

.aboutP2 .AboutNum ul li:nth-child(3)::before {
  height: 2.344vw;
  background: url(../images/ab_ico7.svg) center no-repeat;
  background-size: 100%;
}

.aboutP2 .AboutNum ul li:nth-child(4)::before {
  height: 2.344vw;
  background: url(../images/ab_ico7.svg) center no-repeat;
  background-size: 100%;
}

.aboutP2 .AboutNum ul li:hover {
  background: url(../images/num_bg_b1.svg)top right no-repeat;
  background-size: cover;
}

.aboutP2 .AboutNum ul li:nth-child(1):hover::before {
  background: url(../images/ab_ico8.svg) center no-repeat;
  background-size: 100%;
  transform: rotate(360deg);
}

.aboutP2 .AboutNum ul li:nth-child(2):hover::before {
  background: url(../images/ab_ico9.svg) center no-repeat;
  background-size: 100%;
  transform: rotate(360deg);
}

.aboutP2 .AboutNum ul li:nth-child(3):hover::before {
  /* height: 2.344vw; */
  background: url(../images/ab_ico10.svg) center no-repeat;
  background-size: 100%;
  transform: rotate(360deg);
}

.aboutP2 .AboutNum ul li:nth-child(4):hover::before {
  /* height: 2.344vw; */
  background: url(../images/ab_ico10.svg) center no-repeat;
  background-size: 100%;
  transform: rotate(360deg);
}

@media (max-width: 1366px) {
  .aboutP2 .abp2_left .company_slogen {
    font-size: 16px;
  }

  .aboutP2 .abp2_left .produce {
    font-size: 14px;
    line-height: 26px;
  }

  .aboutP2 .abp2_left .company_name {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .aboutP2 .abp2_left {
    width: 100%;
  }

  .aboutP2 .abp2_right {
    position: relative;
  }

  .AboutNum ul {
    flex-wrap: wrap;
  }

  .aboutP2 .AboutNum ul {
    margin-left: -4%;
  }

  .aboutP2 .AboutNum ul li {
    width: 46%;
    margin-bottom: 30px;
    padding: 20px;
    height: 100px;
    margin-left: 4%;
  }

  .aboutP2 .AboutNum ul li span {
    font-weight: normal;
  }

  .aboutP2 .AboutNum ul li::before,
  .aboutP2 .AboutNum ul li:nth-child(3)::before,
  .aboutP2 .AboutNum ul li:nth-child(4)::before {
    width: 30px;
    height: 34px;
    right: 30px;
    bottom: 20px;
  }

  .aboutP2 .abp2_left .company_name {
    font-size: 18px;
    margin-bottom: 20px;

  }

  .aboutP2 .abp2_left .company_slogen {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 24px;
  }

  .aboutP2 .abp2_left .produce {
    font-size: 14px;
    line-height: 28px;
  }

  .aboutP2 .abp2_right {
    width: 100%;
  }

  .aboutP2 .abp2_right .imgbox {
    padding-top: 66%;
  }
}

@media (max-width:480px) {

  .aboutP2 .AboutNum ul li::before {
    right: 20px;
  }



}

@media (max-width:375px) {

  .aboutP2 .AboutNum ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.aboutP3 {
  padding: 6vw 0;
  background: url(../uploadfiles/history_bg.png) bottom center no-repeat;
  background-size: cover;
}

.aboutP3 .Htitle {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #ffffff;
  text-align: center;
}

.aboutP3 .PartBox {
  margin-top: 3vw;
}

.aboutP3 .PartBox .slider-nav {
  position: relative;
  padding: 0 3.125vw;

}

.aboutP3 .PartBox .slider-nav::before {
  content: '';
  display: block;
  width: 68.75vw;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0.5vw;
  left: 3.125vw;
}

.aboutP3 .PartBox .slider-nav .slick-list {}

.aboutP3 .PartBox .slider-nav .item {
  text-align: center;
  position: relative;
  transition: all .5s;
  -webkit-transition: all .5s;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.146vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4.563vw;
  letter-spacing: 0vw;
  color: #ffffff;
  cursor: pointer;
}

.aboutP3 .PartBox .slider-nav .item::after {
  content: '';
  display: block;
  width: 1vw;
  height: 1vw;
  background: url(../images/dot.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.aboutP3 .PartBox .slider-nav .slick-track {}

.aboutP3 .PartBox .slider-nav .item.slick-current::after {
  width: 1.094vw;
  height: 1.094vw;
  background: url(../images/dotc.png) no-repeat center center;
}

.aboutP3 .PartBox .slider-nav .item.slick-current {
  font-size: 1.875vw;
}

.aboutP3 .PartBox .slider-nav .slick-arrow {
  width: 3.125vw;
  height: 3.125vw;
  background-color: #000000;
  opacity: 0.28;
  line-height: 3.125vw;
  position: absolute;
  margin-top: 0;
  color: #fff;
  border-radius: 50%;
  top: 0.5vw;
  border: solid 2px #ffffff;
  background-size: 60%;
}

.aboutP3 .PartBox .slider-nav .slick-arrow.slick-prev {
  left: 0;

}

.aboutP3 .PartBox .slider-nav .slick-arrow.slick-next {
  right: 0;
}

.aboutP3 .PartBox .slider-nav .slick-next:hover {
  opacity: 1;
  background: url(../images/arr_r_w.png) center no-repeat;
  background-size: 60%;
}

.aboutP3 .PartBox .slider-nav .slick-prev:hover {
  opacity: 1;
  background: url(../images/arr_l_w.png) center no-repeat;
  background-size: 60%;
}


.aboutP3 .PartBox .slider-for {
  width: 52vw;
  margin: 3vw auto;
  position: relative;
}

.aboutP3 .PartBox .slider-for::before,
.aboutP3 .PartBox .slider-for::after {
  content: '';
  width: 20vw;
  height: 12.5vw;
  background-color: #ffffff;
  box-shadow: 0vw 1.25vw 4.375vw 0vw rgba(87, 94, 106, 0.15);
  border-radius: 1.042vw;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  margin-top: -6.25vw;
}

.aboutP3 .PartBox .slider-for::before {
  left: -4.427vw;
}

.aboutP3 .PartBox .slider-for::after {
  right: -4.427vw;
}

.aboutP3 .PartBox .slider-for .slick-list {
  border-radius: 1.042vw;
}

.aboutP3 .PartBox .slider-for .item {
  background: url(../images/his_item_bg.svg) bottom center no-repeat;
  border-radius: 1.042vw;
  padding: 1.8vw 1.8vw 2.6vw;
  background-size: contain;

}



.aboutP3 .PartBox .slider-for .item .img {
  width: 18.229vw;
  height: 13.021vw;
  border-radius: 1.042vw;
}

.aboutP3 .PartBox .slider-for .item .img span {
  transition: all 0.5s;
}

.aboutP3 .PartBox .slider-for .item .txt {
  width: 27.292vw;
}

.aboutP3 .PartBox .slider-for .item .txt .date {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 2.292vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #2a7de1;
  margin-bottom: 1.563vw;
}

.aboutP3 .PartBox .slider-for .item .txt .dec {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.458vw;
  letter-spacing: 0vw;
  color: #333333;
}


.aboutP3 .PartBox .slider-for .slick-track {}


.aboutP3 .PartBox .slider-for .item:hover .img span {
  transform: scale(1.2);
}

@media(max-width:1366px) {
  .aboutP3 .PartBox .slider-nav .item {
    font-size: 20px;
  }

  .aboutP3 .PartBox .slider-nav .item.slick-current {
    font-size: 25px;
  }

  .aboutP3 .PartBox .slider-for .item .txt .date {
    font-size: 35px;
  }


  .aboutP3 .PartBox .slider-for .slick-arrow.slick-next {
    right: 45%;
  }

  .aboutP3 .PartBox .slider-for .slick-arrow.slick-prev {
    left: 45%;
  }
}

@media(max-width:996px) {
  .aboutP3 .PartBox .slider-nav .item {
    font-size: 16px;
  }

  .aboutP3 .PartBox .slider-nav .item.slick-current {
    font-size: 16px;
  }

  .aboutP3 .PartBox .slider-for .item {
    padding: 20px;
  }

  .aboutP3 .PartBox .slider-for .item .img {
    width: 100%;
    padding-top: 68%;
  }

  .aboutP3 .PartBox .slider-for .item .txt {
    width: 100%;
    margin-top: 20px;
  }

  .aboutP3 .PartBox .slider-for .item .txt .date {
    font-size: 25px;
  }

  .aboutP3 .PartBox .slider-for .item .txt .dec {}
}

@media(max-width:768px) {
  .aboutP3 .Htitle {
    font-size: 16px;
  }

  .aboutP3 .PartBox .slider-for .slick-arrow.slick-next {}

  .aboutP3 .PartBox .slider-for .slick-arrow.slick-prev {}

  .aboutP3 .PartBox .slider-for::before,
  .aboutP3 .PartBox .slider-for::after {
    display: none;
  }

  .aboutP3 .PartBox .slider-for {
    width: 100%;
  }

  .aboutP3 .PartBox .slider-for .item .txt .dec {
    font-size: 14px;
    line-height: 26px;
  }

  .aboutP3 .PartBox .slider-for .item {
    padding: 20px 20px 40px;
    background-size: cover;
    border-radius: 20px;
  }

  .aboutP3 .PartBox .slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 80%;
  }

  .aboutP3 .PartBox .slider-nav .slick-arrow:hover {
    background-size: 80%;
  }

  .aboutP3 .PartBox .slider-nav::before {
    width: 88%;
    left: 40px;
  }

  .aboutP3 .PartBox .slider-nav .item {
    line-height: 40px;
  }

  .aboutP3 .PartBox .slider-nav .item.slick-current {
    font-size: 20px;
  }


}

@media(max-width:480px) {}

@media(max-width:414px) {}

.aboutP4 {
  padding: 6vw 0;
}

.aboutP4 .wishbox {
  position: relative;
}

.aboutP4 .wishbox .txtbox {
  width: 28.385vw;
  /* height: 15.052vw; */
  background: url(../images/wish_bg.png);
  border-radius: 0vw 1.042vw 1.042vw 0vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 2.5vw;
}

.aboutP4 .wishbox .txtbox .t_tit {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 2.5vw;
}

.aboutP4 .wishbox .txtbox .t_txt {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0.01vw;
  color: #ffffff;
}

.aboutP4 .wishbox .imgbox {
  /* height: 37.5vw; */
  padding-top: 50%;
  border-radius: 1.042vw;
}

.aboutP4 .wishbox .imgbox span {
  transition: all 0.5s;
}

.aboutP4 .wishbox:hover .imgbox span {
  transform: scale(1.1);
}

@media(max-width:768px) {
  .aboutP4 .wishbox .imgbox {
    border-radius: 20px 20px 0 0;
  }

  .aboutP4 .wishbox .txtbox {
    position: static;
    width: 100%;
    background-color: #2a7de1;
    border-radius: 0vw 0vw 20px 20px;
    padding: 20px;
    height: auto;
    transform: none;
  }

  .aboutP4 .wishbox .txtbox .t_tit {
    font-size: 16px;
  }

  .aboutP4 .wishbox .txtbox .t_txt {
    font-size: 14px;
    line-height: 26px;
  }


}

@media(max-width:480px) {
  .aboutP3 .PartBox .slider-nav::before {
    width: 80%;
  }
}

@media(max-width:375px) {
  .aboutP3 .PartBox .slider-nav::before {
    width: 76%;
  }
}

.solutionP1 {
  background: url(../uploadfiles/solu_bg1.png) bottom center no-repeat;
  background-size: cover;
}

.solutionP1 .wrapper {
  overflow: unset;
}

.solu_ylhy_box {
  position: relative;
  /* overflow: hidden; */
  padding-top: 8vw;
}

/* .solu_ylhy_box ul:before {
  content: '';
  width: 60vw;
  height: 60vw;
  border: dashed 0.104vw #aec1cf;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -30vw;
  margin-bottom: -30vw;
} */

.solu_ylhy_box ul {
  width: 60vw;
  height: 30vw;
  position: relative;
  background: url(../images/sol_bg.png) bottom center no-repeat;
  margin: 0 auto;
  background-size: contain;
}

.solu_ylhy_box ul li {}

.solu_ylhy_box ul li .ico {
  width: 6.24vw;
  height: 6.24vw;
  line-height: 6.24vw;
  background-color: #2a7de1;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  text-align: center;
}

.solu_ylhy_box ul li .ico img {}

.solu_ylhy_box ul li p {
  font-family: HarmonyOS_Sans_SC_Light;
  color: #333333;
}

.solu_ylhy_box ul li p,
.solu_ylhy_box ul li .ico {
  position: absolute;
}

.solu_ylhy_box ul li .ico:hover::after,
.solu_ylhy_box ul li .ico:hover::before {
  width: 100%;
  height: 100%;
  background-color: #2a7de1;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 50%;
  animation: 1.5s ease-out 0s infinite normal none running guang;
  z-index: -1;
}

.solu_ylhy_box ul li .ico:hover::after {
  animation-delay: 0.5s;
  background-color: #2a7de1;
}

.solu_ylhy_box ul li:nth-child(1) p {
  left: 2vw;
  bottom: 3.6vw;
}

.solu_ylhy_box ul li:nth-child(2) p {
  left: 5vw;
  bottom: 12.8vw;
}

.solu_ylhy_box ul li:nth-child(3) p {
  left: 8.2vw;
  bottom: 19.7vw;
}

.solu_ylhy_box ul li:nth-child(4) p {
  left: 17.2vw;
  bottom: 25.3vw;
}

.solu_ylhy_box ul li:nth-child(5) p {
  left: 28.5vw;
  bottom: 27.4vw;
}

.solu_ylhy_box ul li:nth-child(9) p {
  right: 2vw;
  bottom: 3.6vw;
}

.solu_ylhy_box ul li:nth-child(8) p {
  right: 5vw;
  bottom: 12.8vw;
}

.solu_ylhy_box ul li:nth-child(7) p {
  right: 8.2vw;
  bottom: 19.7vw;
}

.solu_ylhy_box ul li:nth-child(6) p {
  right: 17.2vw;
  bottom: 25.3vw;
}




.solu_ylhy_box ul li:nth-child(1) .ico {
  left: -7.5vw;
  bottom: 1.6vw;
}

.solu_ylhy_box ul li:nth-child(2) .ico {
  left: -4vw;
  bottom: 12.8vw;
}

.solu_ylhy_box ul li:nth-child(3) .ico {
  left: 3.2vw;
  bottom: 21.7vw;
}

.solu_ylhy_box ul li:nth-child(4) .ico {
  left: 13.2vw;
  bottom: 28.3vw;
}

.solu_ylhy_box ul li:nth-child(5) .ico {
  left: 27vw;
  bottom: 31vw;
}

.solu_ylhy_box ul li:nth-child(9) .ico {
  right: -7.5vw;
  bottom: 1.6vw;
}

.solu_ylhy_box ul li:nth-child(8) .ico {
  right: -4vw;
  bottom: 12.8vw;
}

.solu_ylhy_box ul li:nth-child(7) .ico {
  right: 3.2vw;
  bottom: 21.7vw;
}

.solu_ylhy_box ul li:nth-child(6) .ico {
  right: 13.2vw;
  bottom: 28.3vw;
}



.solu_ylhy_box .txtbox {
  text-align: center;
  width: 32vw;
  margin: 0 auto;
  position: absolute;
  bottom: 9vw;
  left: 50%;
  transform: translateX(-50%);
}


.solu_ylhy_box .txtbox .t_tit,
.solutionP2 .txtbox .t_tit,
.solutionP3 .txtbox .t_tit {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
  margin-bottom: 2vw;

}

.solu_ylhy_box .txtbox .t_txt,
.solutionP2 .txtbox .t_txt,
.solutionP3 .txtbox .t_txt {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #666666;
}

.solutionP2 {
  padding: 5vw 0;
}

.solutionP2 .txtbox,
.solutionP3 .txtbox {
  text-align: center;
  width: 32vw;
  margin: 0 auto;
}

.solutionP2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3vw 0 2vw;
}

.solutionP2 ul li {
  width: 14.844vw;
  height: 14.063vw;
  background-image: linear-gradient(0deg,
      #d2e4f9 0%,
      #e7f2ff 100%);
  border-radius: 0vw 2.604vw 2.604vw 2.604vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.solutionP2 ul li .ico {
  width: 4.375vw;
  height: 4.375vw;
  border-radius: 50%;
  background-image: linear-gradient(0deg,
      #005dac 0%,
      #2a7de1 100%),
    linear-gradient(#2a7de1,
      #2a7de1);
  background-blend-mode: normal,
    normal;
  box-shadow: 0vw 0.26vw 0.245vw 0.016vw rgba(34, 119, 215, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.solutionP2 ul li .ico img {
  width: 52%;
}

.solutionP2 ul li:hover .ico::after,
.solu_ylhy_box ul li:hover .ico::before {
  width: 100%;
  height: 100%;
  background-color: #2a7de1;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 50%;
  animation: 1.5s ease-out 0s infinite normal none running guang;
  z-index: -1;
}

.solu_ylhy_box ul li:hover .ico::after {
  animation-delay: 0.5s;
  background-color: #2a7de1;
}

.solutionP2 ul li p,
.solutionP3 ul li p {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #333333;
  margin-top: 1.5vw;
}

.solutionP3 ul li p {
  margin-top: 1vw;
  line-height: 1;
}

.solutionP3 {
  padding: 6vw 0;
  background-color: #f7f8fa;
}

.solutionP3 .txtbox {
  margin-bottom: 3vw;
}

.solutionP3 .solu_bjp_box {
  position: relative;
}

.solu_bjp_box .imgbox {
  /* height: 35.313vw; */
  padding-top: 47.084%;
  border-radius: 1.042vw;
}



.solu_bjp_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 58.34%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.solu_bjp_box ul li {
  width: 21.5%;
  height: 7.292vw;
  background: url(../images/bjp_bg.png);
  border-radius: 1.042vw 1.042vw 0vw 0vw;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.solu_bjp_box ul li img {
  width: 24.5%;
  transition: all 0.5s;
}

.solu_bjp_box ul li:hover img {
  transform: rotateY(180deg);
}

@media(max-width:1440px) {

  .solu_ylhy_box .txtbox .t_txt,
  .solutionP2 .txtbox .t_txt,
  .solutionP3 .txtbox .t_txt {
    font-size: 14px;
    line-height: 26px;
  }

  .solu_ylhy_box ul li:nth-child(1) p,
  .solu_ylhy_box ul li:nth-child(9) p {
    bottom: 3.4vw;
  }

  .solu_ylhy_box ul li:nth-child(2) p,
  .solu_ylhy_box ul li:nth-child(8) p {
    bottom: 12.5vw;
  }

  .solu_ylhy_box ul li:nth-child(3) p {
    left: 8vw;
    bottom: 19vw;
  }

  .solu_ylhy_box ul li:nth-child(4) p {
    left: 16.8vw;
    bottom: 24.5vw;
  }

  .solu_ylhy_box ul li:nth-child(5) p {
    left: 28vw;
    bottom: 26.7vw;
  }

  .solu_ylhy_box ul li:nth-child(9) p {
    right: 16.8vw;
    bottom: 24.5vw;
  }

  .solu_ylhy_box ul li:nth-child(8) p {
    right: 8vw;
    bottom: 19vw;
  }


}

@media(max-width:1280px) {
  .solu_ylhy_box ul li:nth-child(4) p {
    left: 16.5vw;
  }

  .solu_ylhy_box ul li:nth-child(5) p {
    left: 27.7vw;
  }

  .solu_ylhy_box ul li:nth-child(9) p {
    right: 16.5vw;
  }

  .solu_ylhy_box ul li:nth-child(8) p {
    right: 7.7vw;
  }

  .solu_ylhy_box ul li:nth-child(3) p {
    left: 7.7vw;
  }
}

@media(max-width:1024px) {
  .solu_ylhy_box .txtbox {
    bottom: 4vw;
  }

  .solutionP2 .txtbox,
  .solutionP3 .txtbox {
    width: 60%;
  }

  .solu_ylhy_box .txtbox .t_txt,
  .solutionP2 .txtbox .t_txt,
  .solutionP3 .txtbox .t_txt {
    font-size: 14px;
    line-height: 26px;
  }
}

@media(max-width:768px) {
  .solu_ylhy_box {
    padding-top: 0;
  }

  .solu_ylhy_box .txtbox {
    width: 100%;
    transform: none;
  }

  .solutionP2 .txtbox,
  .solutionP3 .txtbox {
    width: 100%;
  }

  .solu_ylhy_box ul {
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5% 0;
  }

  .solu_ylhy_box ul li p,
  .solu_ylhy_box ul li .ico,
  .solu_ylhy_box .txtbox {
    position: unset !important;
  }

  .solu_ylhy_box ul li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .solu_ylhy_box ul li .ico {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .solu_ylhy_box ul li .ico img {
    width: 28px;
  }

  .solu_ylhy_box ul li p {
    margin-top: 10px;
    font-family: HarmonyOS_Sans_SC_Medium;
  }

  .solutionP2 ul li {
    width: 20%;
    height: auto;
    padding: 4% 0;

  }

  .solutionP2 ul li p,
  .solutionP3 ul li p {
    font-size: 14px;
    line-height: 1;
  }


  .solu_ylhy_box .txtbox .t_tit,
  .solutionP2 .txtbox .t_tit,
  .solutionP3 .txtbox .t_tit {
    font-size: 18px;
  }

  .solu_bjp_box ul {
    width: 80%;
  }

  .solu_bjp_box ul li {
    width: 22%;
    height: auto;
    padding: 5% 0;
  }
}

@media(max-width:480px) {
  .solutionP2 ul li {
    width: 23%;
  }

  .solutionP2 ul li .ico {
    width: 30px;
    height: 30px;
  }

  .solu_bjp_box ul {
    width: 92%;
  }

  .solu_bjp_box ul li {
    width: 23%;
  }

  .solu_bjp_box ul li img {
    width: 26px;
  }
}

/* 产品中心 */

.proCon {
  padding: 3vw 0;
}

.proCon .wrapper {
  max-width: 1440px;
  overflow: hidden;
}

.MenuList {

  float: left;
  width: 21%;
}

.MenuList h1 {
  font-size: 24px;
  color: #444444;
  text-align: center;
  line-height: 30px;
  display: none;
}


.MenuList ul {}

.MenuList li a {}

.MenuList .menu_level1 li a {

  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 5.417vw;
  letter-spacing: 0vw;
  padding-left: 1.615vw;
  color: #333333;
  display: block;
  background: url(../images/ico_arr_right_gray.svg) no-repeat right center;
  background-size: 6%;
  background-position-x: 90%;
}


.MenuList .menu_level1 li .menu_level2 a {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.813vw;
  letter-spacing: 0vw;
  color: #666666;
  position: relative;
  padding-left: 2.24vw;

}

.MenuList .menu_level1 li .menu_level2 a::before {
  content: '';
  width: 0.417vw;
  height: 0.052vw;
  background-color: #999999;
  position: absolute;
  left: 1.615vw;
  top: 50%;
  transform: translateY(-50%);
}

.MenuList .menu_level1 li .menu_level2 a li a::before {
  display: none;
}

.MenuList .menu_level1 li .menu_level2 a em {
  height: 40px;
}


.MenuList li a.ona {
  color: #fff;
  background: #2a7de1 url(../images/ico_arr_down_w.svg) no-repeat right center;
  background-size: 6%;
  background-position-x: 90%;
}

.MenuList li a.onred {
  color: #2a7de1;
}

.MenuList .menu_level1>li {
  border-bottom: 1px solid #e6e6e6;
}

.MenuList .menu_level1 li .menu_level2 a.ona {
  color: #2a7de1;
}

.MenuList .menu_level1 li .menu_level2 a.ona::before {
  background-color: #2a7de1;
}

.MenuList .menu_level1 li .menu_level2 a.onred {
  color: #2a7de1;
}

.MenuList .menu_level1 li .menu_level2 a.onred::before {
  background-color: #2a7de1;
}

.MenuList li span a:hover,
.MenuList li.onli span a {
  background: url(../images/arr_r3.png) 0px center no-repeat;
  background-size: cover;
  font-weight: bold;
}

.MenuList ul ul {
  display: none;
  background-color: #fcfcfd;
}

.MenuList ul ul .inactive {
  background: none;
  padding: 0;
}


.MenuList ul ul ul {
  margin-left: 10px;
}

.MenuList ul ul ul ul {
  margin-left: 35px;
}

.MenuList ul ul li {
  border-bottom: 0;
  padding: 0;
}

.MenuList ul ul li a {
  line-height: 30px;

}

.MenuList ul ul ul li a {
  color: #666666 !important;
  font-size: 14px !important;
}

.MenuList ul ul ul ul li a {
  color: #999999 !important;
  line-height: 28px;
}

/*pages*/

.Pages {
  text-align: center;
  margin: 2vw 0;

}

.Pages a {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 0.208vw;
  display: inline-block;
  line-height: 2.604vw;
  color: #666;
  margin: 0 0.365vw;
}

.Pages a:hover {
  background-color: #2a7de1;
  color: #fff;
  border: solid 1px #2a7de1;
}

.Pages a.a_cur {
  background-color: #2a7de1;
  color: #fff;
}

.Pages .p_page a {
  border: solid 1px #dcdcdc;
  padding: 0;
  font-size: 0.833vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  color: #999999;
}

.Pages .num {
  font-style: normal;
}

.Pages .p_count {

  display: inline-block;

}

.Pages .p_page .a_prev {
  margin-right: 1.5vw;
}

.Pages .p_page .a_next {
  margin-left: 1.5vw;
}

.Pages .p_page a.a_cur,
.Pages .p_page a:hover {
  color: #fff;
  background-color: #2a7de1;
}


.Pages .p_page .a_prev:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_end:hover {
  color: #fff;
  background-color: #2a7de1;
}

@media(max-width:480px) {
  .Pages .p_page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}


/*pages end*/

.pro_right {
  float: right;
  width: 70%;
}

.pro_list {
  overflow: hidden;
  margin-left: -1.563vw;
}

.pro_list li {
  width: 30%;
  float: left;
  margin-left: 1.563vw;
  background-color: #f7f8fa;
  border: solid 1px #ffffff;
  margin-bottom: 2vw;
}

.pro_list li:hover {
  border: solid 1px #2a7de1;
}

.pro_list a {
  display: block;
}

.pro_list .imgbox {
  padding-top: 50%;
  width: 70%;
  margin: 3vw auto;
  transition: all 0.5s;
}

.pro_list .imgbox span {
  background-size: contain;

}


.pro_list .txt {
  border-top: 1px solid #e6e6e6;
  padding: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_list .txt .tit {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.042vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.813vw;
  letter-spacing: 0vw;
  color: #333333;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro_list .more_btn {
  width: 2vw;
  height: 2vw;
  border: solid 1px #2a7de1;
  border-radius: 50%;
  background: url(../images/ico_arr_right_b.svg) center no-repeat;
  background-size: 48%;
}

.pro_list li:hover .more_btn {
  border: solid 1px #2a7de1;
  background: #2a7de1 url(../images/ico_arr_rightup_w.svg) center no-repeat;
  background-size: 40%;
}

.pro_list li:hover .imgbox {
  transform: scale(1.2);
}

@media (max-width:768px) {
  .pro_right {
    width: 100%;
    float: none;

  }

  .pro_list {
    margin-left: -2%;
  }

  .pro_list li {
    width: 48%;
    margin-left: 2%;
  }

  .pro_list .txt {
    padding: 6px;
  }

  .pro_list .txt .tit {
    font-size: 14px;
    line-height: 30px;
  }

  .pro_list .more_btn {
    width: 30px;
    height: 30px;
  }


  .MenuList {
    margin-bottom: 5%;
  }

  .MenuList ul {
    padding: 0;
  }

  .MenuList h1 {
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
  }

  .MenuList li a {}

  .MenuList li a.ona {
    background-size: 2%;
  }


  .MenuList .menu_level1 li a {
    font-size: 16px;
    line-height: 40px;
    background-size: 2%;
    background-position-x: 98%;
    padding-left: 2%;
  }

  .MenuList .menu_level1 li .menu_level2 {
    background: #eee;
  }

  .MenuList .menu_level1 li .menu_level2 a {
    font-size: 14px;
    line-height: 34px;
    padding-left: 30px;
  }

  .MenuList .menu_level1 li .menu_level2 a::before {
    height: 1px;
    width: 6px;
  }

  .MenuList,
  .Rightlist {
    width: 100%;
    float: none;
  }
}

@media(max-width:480px) {
  .pro_list {
    margin-left: 0;
  }

  .pro_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .MenuList .menu_level1 li a {
    font-size: 14px;
    line-height: 50px;
    background-size: 4%;
    background-position-x: 94%;
    padding-left: 4%;
  }

  .MenuList .menu_level1 li .menu_level2 a {
    font-size: 12px;
    line-height: 40px;
    padding-left: 40px;
  }

  .MenuList .menu_level1 li .menu_level2 a::before {
    left: 3.615vw;
  }
}

/* 产品详情 */
.proConDetail {
  padding: 3.2vw 0 5.7vw;
}

.proConDetail .wrapper {
  max-width: 1440px;
}

.proConDetail .sliderBox {
  position: relative;
  overflow: hidden;
  padding: 3vw;
  background-color: #f7f8fa;
}

.proConDetail .slider-for {
  width: 88%;
  box-sizing: border-box;
  float: right;
}

.proConDetail .slider-for .item {
  position: relative;
}

.proConDetail .slider-for .item .imgbox {
  width: 54%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding-top: 36%;
  background: #fff;
}

.proConDetail .slider-for .item .imgbox span {
  background-size: contain;
}

.proConDetail .slider-for .item .txtbox {
  width: 40%;
  float: right;
  font-family: HarmonyOS_Sans_SC_Medium;
}

.proConDetail .slider-for .item .txtbox .tit {
  font-size: 2.292vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.333vw;
  letter-spacing: 0vw;
  color: #000000;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #e2e5eb;
}

.proConDetail .slider-for .item .txtbox .txt {
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.75vw;
  letter-spacing: 0vw;
  color: #333333;
  margin: 5% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


.proConDetail .slider-nav {
  width: 6.25vw;
  float: left;
}

.proConDetail .slider-nav .item {
  height: 6.25vw;
  border-radius: 0.521vw;
  margin-bottom: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: solid 1px #eaedf1;
}

.proConDetail .slider-nav .item.slick-current {
  border: solid 1px #2a7de1;
}

.proConDetail .slider-nav .item .imgbox {
  text-align: center;
  width: 80%;
  padding-top: 60%;

}

.proConDetail .slider-nav .item .imgbox span {
  background-size: contain;
}

.proConDetail .slider-nav .item .tit {
  font-family: PingFang-SC-Heavy;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.proConDetail .slider-nav .slick-list {}

.proConDetail .slick-arrow {
  transform: none;
  left: 50%;
  margin-left: -26px;
}

.proConDetail .slick-prev {
  top: -52px;
  background: url(../images/ico_arr_up_gray.svg) center no-repeat;
  background-size: 40%;
}

.proConDetail .slick-next {
  top: 100%;
  background: url(../images/ico_arr_down_gray.svg) center no-repeat;
  background-size: 40%;
}

.proConDetail .slick-prev:hover {
  background: url(../images/ico_arr_up_blue.svg) center no-repeat;
  background-size: 40%;
}

.proConDetail .slick-next:hover {
  background: url(../images/ico_arr_down_blue.svg) center no-repeat;
  background-size: 40%;
}

/* 表格 */
.proConDetail .htitle {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.667vw;
  font-weight: normal;
  letter-spacing: 0vw;
  color: #000000;
  margin: 3.5vw 0 2.2vw;
}

.proConDetail table {
  width: 100%;
  border-radius: 0.521vw 0.521vw 0vw 0vw;
  overflow: hidden;
  border-collapse: collapse;
}

.proConDetail table tr:nth-child(1) {
  background-color: #2a7de1;
}

.proConDetail table tr th {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.083vw;
  letter-spacing: 0vw;
  color: #ffffff;
  height: 3.646vw;
  border: 1px #478ee3 solid;
}

.proConDetail table tr td {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.125vw;
  letter-spacing: 0vw;
  color: #333333;
  background-color: #f7f8fa;
  border: 1px solid #ededed;
}


.proConDetail table tr th,
.proConDetail table tr td {

  text-align: center;
}

.proFeature {
  width: 100%;
  background-color: #f7f8fa;
  padding: 2.5vw;
}

.proFeature p {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.875vw;
  letter-spacing: 0vw;
  color: #333333;
}

@media(max-width:1366px) {
  .proConDetail .slick-arrow {
    width: 40px;
    height: 40px;
    margin-left: -25px;
  }

  .proConDetail .slick-next {
    right: unset;
  }


}

@media(max-width:1024px) {
  .proConDetail .slider-for .item .txtbox .tit {
    font-size: 24px;
    line-height: 40px;
  }

  .proConDetail .slider-for .item .txtbox .txt {
    font-size: 14px;
    line-height: 26px;
  }

  .proConDetail .slider-for .item .txtbox .more_btn {
    width: 60%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
  }

  .proConDetail .slider-nav .item .tit {
    font-size: 14px;
  }

  .proFeature p {
    font-size: 14px;
    line-height: 30px;
  }

}

@media(max-width:768px) {
  .proConDetail .slick-arrow {
    top: -16%;
  }

  .proConDetail .slider-for {
    width: 100%;
    float: none;
  }

  .proConDetail .slider-nav {
    width: 100%;
    float: none;
    margin-top: 5%;
    padding: 0 20px;
  }

  .proConDetail .slider-nav .item {
    padding: 20px 0;
    float: left;
    height: auto;
    margin: 0 10px;
  }

  .proConDetail .slick-arrow {
    top: 50%;
    margin-top: -20px;
    margin-left: 0;

  }

  .proConDetail .slick-prev {
    left: -20px;
    background: url(../images/arr_l_gray.png) center no-repeat;
  }

  .proConDetail .slick-next {
    right: -20px;
    left: unset;
    background: url(../images/arr_r_gray.png) center no-repeat;
  }

  .proConDetail .slick-prev:hover {

    background: url(../images/arr_l_blue.png) center no-repeat;
  }

  .proConDetail .slick-next:hover {

    background: url(../images/arr_r_blue.png) center no-repeat;
  }

  .proConDetail .slider-for .item .imgbox {
    padding-top: 50%;
  }

  .proConDetail .slider-for .item .imgbox,
  .proConDetail .slider-for .item .txtbox {
    width: 100%;
    float: none;
  }

  .proConDetail .slider-for .item .txtbox {
    margin-top: 30px;
  }

  .proConDetail .slider-for .item .txtbox .txt {
    -webkit-line-clamp: unset
  }

  .table_con {
    width: 100%;
    overflow-x: auto;
  }

  .proConDetail .table_con table {
    width: 800px;
  }

  .proConDetail table tr th {
    font-size: 16px;
    height: 50px;
  }

  .proConDetail table tr td {
    font-size: 14px;
    line-height: 40px;
  }

  .proConDetail .htitle {
    font-size: 18px;
    margin: 40px 0 20px;
  }
}

@media(max-width:480px) {
  .proConDetail .slider-for .item .txtbox .tit {
    font-size: 20px;
    line-height: 30px;
  }

  .proConDetail .slider-nav .item {
    padding: 14px 0;
    margin: 0 6px;
  }
}

/* 新闻中心 */
.NewsCon {}

.NewsCon .wrapper {
  max-width: 1440px;
  overflow: hidden;
}

.NewsCon .Pages {
  margin: 4.4vw 0 5vw;
}

.top_news {
  overflow: hidden;
  margin: 4.2vw 0;
}

.top_news .imgbox {
  width: 50%;
  padding-top: 30%;
  border-radius: 1.042vw;
  float: left;

}

.top_news .imgbox span {
  transition: all 0.5s;
}

.top_news:hover .imgbox span {
  transform: scale(1.2);
}

.top_news .txtbox {
  width: 45%;
  float: right;
}

.NewsCon .date {
  font-family: HarmonyOS_Sans_SC_Medium;
  margin-bottom: 2.7vw;
  width: 5.26vw;
  height: 5.208vw;
  background-color: #ecf2f9;
  border-radius: 0.781vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.NewsCon .date .day {

  font-size: 2.5vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #2a7de1;
}

.NewsCon .date .month {

  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #999999;
}

.top_news .txtbox .tit {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.667vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #050505;
  margin-bottom: 2.4vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top_news .txtbox .txt {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.458vw;
  letter-spacing: 0vw;
  color: #666666;
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top_news .txtbox .sys_btn {}

.newsList {}

.newsList li {
  border-bottom: 1px solid #eeeeee;
}

.newsList li a {
  display: block;
}

.newsList li .news_box {
  overflow: hidden;
  padding: 2.5%;
}

.newsList li .imgbox {
  width: 25%;
  padding-top: 14.8%;
  border-radius: 1.042vw;
  float: left;
}

.newsList li .imgbox span {
  transition: all 0.5s;
}

.newsList li:hover .imgbox span {
  transform: scale(1.2);
}

.newsList li .txtbox {
  width: 58%;
  float: left;
  margin-left: 5%;
}

.newsList li .txtbox .tit {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.589vw;
  letter-spacing: 0vw;
  color: #050505;
  margin-bottom: 1.5vw;
}

.newsList li .txtbox .txt {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.458vw;
  letter-spacing: 0vw;
  color: #666666;
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsList li .txtbox .news_btn {
  margin-top: 3vw;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0.042vw;
  color: #666666;
  display: flex;

}

.newsList li .txtbox .news_btn em {
  background: url(../images/ico_arr_right_gray.svg) center no-repeat;
  width: 14px;
  background-size: contain;
}

.newsList li:hover .txtbox .news_btn em {
  background: url(../images/ico_arr_right_w.svg) center no-repeat;
  background-size: contain;
}

.newsList li .date {
  float: right;
  width: 5.26vw;
  height: 5.208vw;
  background-color: #ecf2f9;
  border-radius: 0.781vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.newsList li .date::before {
  content: '';
  width: 0.104vw;
  height: 5.208vw;
  background-color: #eeeeee;
  position: absolute;
  left: -2vw;
  top: 0;
}

.newsList li:hover .date::before {
  opacity: 0.2;
}

.newsList li:hover {
  background-color: #2a7de1;
}

.newsList li:hover.date {
  background-color: #ecf2f9;
}

.newsList li:hover .txtbox .tit {
  color: #fff;
}

.newsList li:hover .txtbox .txt {
  color: #fff;
  opacity: 0.7;
}

.newsList li:hover .txtbox .news_btn {
  color: #fff;
}

@media(max-width:1366px) {

  .top_news .txtbox .txt,
  .newsList li .txtbox .txt {
    font-size: 14px;
    line-height: 26px;
  }

  .newsList li .txtbox .news_btn em {
    width: 10px;
  }
}

@media(max-width:1024px) {

  .top_news .txtbox .tit,
  .newsList li .txtbox .tit {
    font-size: 16px;
    line-height: 28px;
  }

  /* .top_news .txtbox .txt,
  .newsList li .txtbox .txt {
    font-size: 14px;
    line-height: 26px;
  } */

  .sys_btn .btn_txt,
  .NewsCon .date .month,
  .newsList li .txtbox .news_btn {
    font-size: 12px;
    line-height: 1;
  }

  .NewsCon .date .day {
    font-size: 26px;
  }

  .top_news .txtbox .sys_btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
  }

  .newsList li .txtbox {
    margin-left: 3%;
  }

  .newsList li .date {
    width: 80px;
    height: 80px;
  }

  .newsList li .date::before {
    width: 1px;
    height: 80px;
  }
}

@media(max-width:768px) {

  .top_news .imgbox,
  .top_news .txtbox,
  .newsList li .imgbox {
    width: 100%;
    float: none;
  }

  .newsList li .txtbox {
    margin-left: 0;
  }

  .NewsCon .txtbox {
    position: relative;
    margin-top: 20px;
  }

  .NewsCon .date {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -120px;
    border-radius: 0;
    background: url(../images/op40.png);
  }

  .top_news .imgbox,
  .newsList li .imgbox {
    padding-top: 61%;
  }

  .NewsCon .top_news .date .day,
  .NewsCon .top_news .date .month {
    color: #fff;
  }

  .NewsCon .date .month {
    margin-top: 10px;
  }

  .newsList li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .newsList li .news_box {
    padding: 0;
  }

  .newsList li .txtbox {
    width: 80%;
  }

  .newsList li .date {
    position: absolute;
    top: 75%;
    right: 0;
  }
}

@media(max-width:480px) {
  .newsList li .txtbox {
    width: 72%;
  }

  .top_news .txtbox .tit,
  .newsList li .txtbox .tit {
    font-size: 14px;
  }

  .top_news .txtbox .txt,
  .newsList li .txtbox .txt {
    font-size: 12px;
    line-height: 24px;
  }
}

@media(max-width:390px) {
  .newsList li .txtbox {
    width: 65%;
  }
}

/* 新闻详情 */
.NewsInfo {
  padding: 4.2vw 0;
}

.SinglePage {
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
  line-height: 28px;
  color: #333 !important;
  font-size: 16px;
  padding-bottom: 3.6vw;
}


.SinglePage p {
  text-indent: 2em;
  color: #333;
  margin-bottom: 20px;
}

.SinglePage p img {
  margin: 3vw auto;
  display: block;
}

.Titleinfo {
  color: #888888;
  line-height: 30px;
  padding: 0px 0px 24px 0px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.Titleinfo .tits {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #050505;

}

.Titleinfo .data i {
  display: inline-block;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #7f7f7f;
  margin: 2.2vw 1.2vw;
}

.Titleinfo .data i img {
  margin-right: 10px;
}

.PrevNextBox {
  margin-top: 3.6vw;
  position: relative;
  color: #888888;
  font-size: 16px;
}

.PrevNextBox::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #999999;
  opacity: 0.2;
  position: absolute;
  top: -3.6vw;
  left: 0;

}

.PrevNextBox dl {
  width: 80%;
  line-height: 30px;
  overflow: hidden;
  color: #2a7de1;
  display: flex;
}

.PrevNextBox dl span {
  display: block;
  width: 80px;
}

.PrevNextBox dl a {
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  overflow: hidden;
  width: 90%;
  color: #666;
}

.PrevNextBox dl a:hover {
  color: #2a7de1;
}

.PrevNextBox dl a.none {
  color: #999;
}

.PrevNextBox a.back {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.25vw;
  color: #fff;
  width: 7.292vw;
  height: 2.5vw;
  background-color: #2a7de1;
  border-radius: 1.25vw;
  font-size: 18px;
  text-align: center;
  line-height: 2.5vw;
  font-family: HarmonyOS_Sans_SC_Light;
  color: #ffffff;
}

.PrevNextBox a.back:hover {
  background-color: #0033a0;
}

@media (max-width:1024px) {

  .Titleinfo {
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .Titleinfo .tits {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .Titleinfo .data i {
    font-size: 12px;
  }

  .Titleinfo .data img {
    width: 12px;
  }


  .PrevNextBox {
    margin: 50px 0 0 0;
    font-size: 14px;
  }

  .PrevNextBox dl {
    width: auto;
    line-height: 30px;
    height: 30px;

  }


  .PrevNextBox a.back {
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    top: -60px;
  }
}

/* 服务 */
.ServiceCon {}

.ServiceCon .wrapper {
  max-width: 1440px;
  overflow: hidden;
}

.ser_process {
  padding: 4vw 0;
}

.ServiceCon .ser_tit {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
  text-align: center;
}

.ServiceCon .ser_txt {
  width: 39.531vw;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #666666;
  margin: 2vw auto;
  text-align: center;
}

.spro_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spro_list li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.917vw;
  padding: 3vw 0;
}

.spro_list li .num {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.875vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #a6b8c6;
}

.spro_list li .ico {
  width: 84px;
  height: 84px;
  background-color: #2a7de1;
  border-radius: 50%;
  margin: 2vw 0;
  background-size: contain;
  position: relative;
}

.spro_list li .ico::after {}

.spro_list li:hover .ico::after {
  content: '';
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #2a7de1;
  position: absolute;
  top: 0;
  left: 0;
  animation: 1.5s ease-out 0s infinite normal none running guang;
}

.spro_list li:nth-child(1) .ico {
  background: #2a7de1 url(../images/ser_ico1.svg) center no-repeat;

}

.spro_list li:nth-child(2) .ico {
  background: #2a7de1 url(../images/ser_ico2.svg) center no-repeat;

}

.spro_list li:nth-child(3) .ico {
  background: #2a7de1 url(../images/ser_ico3.svg) center no-repeat;

}

.spro_list li:nth-child(4) .ico {
  background: #2a7de1 url(../images/ser_ico4.svg) center no-repeat;
}

.spro_list li:nth-child(5) .ico {
  background: #2a7de1 url(../images/ser_ico5.svg) center no-repeat;

}



.spro_list li .title {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #333333;
}

.ser_competence {
  padding: 5vw 0;
  background-color: #f7f8fa;
  text-align: center;
}

.scom_list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.scom_list li {
  position: relative;
  width: 23.438vw;
  border-radius: 1.042vw;
  overflow: hidden;
}

.scom_list li .tit {
  position: absolute;
  top: 4.219vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.563vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #ffffff;
  z-index: 99;

}

.scom_list li .imgbox {
  padding-top: 115%;
}

.scom_list li .imgbox span {
  transition: all 0.5s;
}

.scom_list li:hover .imgbox span {
  transform: scale(1.2);
}

.scom_list li:nth-child(1),
.scom_list li:nth-child(3) {
  margin-top: 3.125vw;
}

@media (max-width:1024px) {
  .ServiceCon .ser_tit {
    font-size: 18px;
  }

  .ServiceCon .ser_txt {
    font-size: 14px;
    width: 80%;
    line-height: 30px;

  }

  .spro_list li {
    width: auto;
  }

  .spro_list li .ico {
    width: 72px;
    height: 72px;
    background-size: 60%;
    margin: 20px 0;
  }

  .spro_list li:hover .ico::after {
    content: '';
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #2a7de1;
    position: absolute;
    top: 0;
    left: 0;
    animation: 1.5s ease-out 0s infinite normal none running guang;
  }

  /* .spro_list li:nth-child(1) .ico {
    background-position-y: -10px;
  }

  .spro_list li:nth-child(2) .ico {
    background-position-y: -5px;
  }

  .spro_list li:nth-child(3) .ico {
    background-position-y: -8px;
  }

  .spro_list li:nth-child(5) .ico {
    background-position-y: -8px;
  } */

  .spro_list li .num {
    font-size: 20px;
  }

  .spro_list li .title {
    font-size: 16px;
  }

  .scom_list li {
    width: 30%;
  }

  .scom_list li .tit {
    font-size: 18px;
    width: 80%;
  }
}

@media (max-width:480px) {

  .ser_process,
  .ser_competence {
    padding: 40px 0;
  }

  .ServiceCon .ser_tit {
    font-size: 16px;
  }

  .ServiceCon .ser_txt {
    width: 100%;
  }

  .scom_list li .tit {
    font-size: 14px;
  }

  .spro_list li .ico {
    width: 52px;
    height: 52px;
    margin: 12px 0;
  }

  .spro_list li:nth-child(1) .ico {
    background: #2a7de1 url(../images/ser_ico1.svg) center no-repeat;
    background-position-y: 13px;
    background-size: 26px;
  }

  .spro_list li:nth-child(2) .ico {
    background: #2a7de1 url(../images/ser_ico2.svg) center no-repeat;
    background-position-y: 13px;
    background-size: 26px;
  }

  .spro_list li:nth-child(3) .ico {
    background: #2a7de1 url(../images/ser_ico3.svg) center no-repeat;
    background-position-y: 13px;
    background-size: 26px;
  }

  .spro_list li:nth-child(4) .ico {
    background: #2a7de1 url(../images/ser_ico4.svg) center no-repeat;
    background-position-y: 13px;
    background-size: 26px;
  }

  .spro_list li:nth-child(5) .ico {
    background: #2a7de1 url(../images/ser_ico5.svg) center no-repeat;
    background-position-y: 13px;
    background-size: 26px;
  }

  .spro_list li .title {
    font-size: 14px;
  }

  .scom_list li .tit {
    font-size: 26px;
    top: 18%;
  }

  .scom_list {
    display: block;
  }

  .scom_list li {
    width: 100%;
    margin-top: 30px;
  }

  .scom_list li:nth-child(1),
  .scom_list li:nth-child(3) {
    margin-top: 30px;
  }

}

@media (max-width:375px) {
  .spro_list li .title {
    font-size: 12px;
  }

  .spro_list li .num {
    font-size: 16px;
  }
}

/* 视频下载 */
.tab_con {
  padding-bottom: 5vw;
}

.tab_tit {
  padding: 4.2vw 0 3.125vw;
}

.tab_tit .hd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_tit li {
  width: 200px;
  height: 60px;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #2a7de1;
  border-radius: 30px;
  text-align: center;
  background-color: #ecf2f9;
  margin: 0 1vw;
  cursor: pointer;
}

.tab_tit li.active {
  color: #fff;
  background-color: #2a7de1;
  box-shadow: 0px 5px 20px 0px rgba(7, 116, 207, 0.3);

}

.tab_con .tab_item {
  display: none;
}

.news_video {
  overflow: hidden;
  margin-left: -3.33%;
}

.news_video li {
  width: 30%;
  margin-left: 3.33%;
  float: left;
  margin-bottom: 3.75vw;
  border-radius: 1.042vw 1.042vw 0vw 0vw;
  overflow: hidden;
}

.news_video li a {
  position: relative;
  display: block;
}

.news_video li .imgbox {
  padding-top: 66%;
}

.news_video li .imgbox span {
  transition: all 0.5s;
}

.news_video li:hover .imgbox span {
  transform: scale(1.2);
}

.news_video li .imgbox::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.news_video li .play {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
  height: 100%;
  background: url(../images/play_w.svg) center no-repeat;
  z-index: 11;
  background-size: 12.5%;
}

.news_video li:hover .play {
  background: url(../images/play_b.svg) center no-repeat;
  background-size: 12.5%;
}


.news_video li .txtbox {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 1.4vw;
}

.news_video li .txtbox .tit {
  width: 80%;
  text-align: left;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

@media(max-width:1200px) {}

@media(max-width:1024px) {}

@media(max-width:768px) {
  .news_video {
    margin-left: -3%;
  }

  .news_video li {
    width: 47%;
    margin-left: 3%;
  }

  .news_video li .txtbox {
    font-size: 16px;
  }

  .tab_tit li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media(max-width:480px) {
  .news_video li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .news_video {
    margin-left: 0;
  }
}

.DownloadBox {
  margin-left: -3.5%;
  overflow: hidden;
}

.DownloadBox .item {
  width: 46.5%;
  margin-left: 3.5%;
  float: left;
  box-sizing: border-box;
  padding-right: 12%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(7, 116, 207, 0.1);
  border-radius: 20px;
  margin-bottom: 2vw;
}

.DownloadBox .item .ico {
  width: 26%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

}

.DownloadBox .item .ico a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.DownloadBox .item .ico p {
  display: block;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #2a7de1;
  margin-top: 1vw;
}

.DownloadBox .item .txt {
  padding: 2.6vw 2vw;

}


.DownloadBox .item .txt h1 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #333333;
  margin-bottom: 2vw;
}

.DownloadBox .item .txt p span {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.833vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #666666;
}

/* 
.DownloadBox .item::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #0ab455;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
}

.DownloadBox .item:hover::before {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
} */
.DownloadBox .item:hover .txt h1 {
  color: #2a7de1;
}

.DownloadBox .item .ico::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;

}

@media(max-width:768px) {
  .DownloadBox {
    margin-left: 0;
    padding: 10px;
  }

  .DownloadBox .item {
    width: 100%;
    margin-left: 0;
    padding-right: 100px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .DownloadBox .item .ico {
    width: 100px;
  }

  .DownloadBox .item .txt h1 {
    font-size: 14px;
  }

  .DownloadBox .item .txt p span,
  .DownloadBox .item .ico p {
    font-size: 12px;
  }

  .DownloadBox .item .txt {
    padding: 20px 30px;
  }
}

/* 联系我们 */
.contact_box {
  margin-bottom: 7.6vw;
}

.contact_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.contact_box ul li {
  display: flex;
  align-items: center;
}

.contact_box ul li .ico {
  width: 64px;
  height: 64px;
  border: solid 1px #6d7f9a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 20px;
  position: relative;
}


.contact_box ul li .ico img {}

.contact_box ul li:nth-child(2) .ico {
  background-color: #2a7de1;
  border: solid 1px #2a7de1;
}

.contact_box ul li:nth-child(2) p {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.938vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.563vw;
  letter-spacing: 0vw;
  color: #666666;
  float: left;
  width: 57%;
}

.contact_box ul li:nth-child(2) .ico::after,
.contact_box ul li:nth-child(2) .ico::before {
  width: 100%;
  height: 100%;
  background-color: #2a7de1;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 50%;
  animation: 1.5s ease-out 0s infinite normal none running guang;
  z-index: -1;
}

.contact_box ul li:nth-child(2) .ico::after {
  animation-delay: 0.5s;
  background-color: #2a7de1;
}

.contact_box ul li:nth-child(1) {
  width: 30%;
}

.contact_box ul li p {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 1.146vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.354vw;
  letter-spacing: 0vw;
  color: #666666;
}

.contact_box .map {
  width: 100%;
  margin-top: 4.2vw;
}

.contact_box .map .imgbox {
  padding-top: 43%;
  border-radius: 1.042vw;
  overflow: hidden;
}

@media(max-width:1024px) {
  .contact_box ul li p {
    font-size: 16px;
  }

  .contact_box ul li:nth-child(2) p {
    font-size: 14px;
    line-height: 26px;
  }

  .contact_box ul li .ico {
    width: 52px;
    height: 52px;
  }
}

@media(max-width:768px) {

  .contact_box ul li,
  .contact_box ul li:nth-child(1) {
    width: 100%;
  }

  .contact_box ul {
    display: block;
    padding: 0 20px;
  }

  .contact_box ul li {
    margin-bottom: 20px;
  }

  .contact_box ul li:nth-child(2) p {
    width: 73%;
  }
}


/* 人才招聘 */
.RecuCon {
  padding: 4vw 0;
}

.RecuCon .wrapper {
  max-width: 1440px;
}

.hrw1 {
  width: 20%;
  position: relative;
}

.HrList .hrw1 .btn {
  display: none;
}

.hrw2 {
  width: 16%;
}

.hrw3 {
  width: 16%;
}

.hrw4 {
  width: 16%;
}

.hrw5 {
  width: 15%;
}

.hrw6 {}

.Hrhead {
  height: 65px;
  color: #fff;
  background-color: #2a7de1;
  box-shadow: 0px 8px 20px 0px rgba(28, 42, 115, 0.08);
  border-radius: 10px 10px 0 0;

}

.Hrhead td {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.padleft {
  padding-left: 4%;
  text-align: left !important;
}

.HrList {
  margin-bottom: 10px;
}

.HrList .item {
  margin-bottom: -1px;
  border: 1px solid #e6e6e6;
  background: #fff;

}

.jobtitle {
  cursor: pointer;
}

.HrList .hrw5 {
  position: relative;
}

.HrList .item td {
  height: 70px;
  font-size: 16px;
  color: #333;
}

.HrList .item td a {
  color: #333;
}

.HrList li td a:hover {
  color: #b1702b;
}

.HrList .btn {
  width: 24px;
  height: 24px;
  margin: 0px auto;
  background: url(../images/ico_arr_down_gray.svg) center center no-repeat;
  transition: all ease 0.3s;
  background-size: 18px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.HrList .stit {
  margin-bottom: 16px;
  color: #333;
  font-size: 18px;
}

.HrList .stit i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 19px;
  border-left: 2px solid #2a7de1;
}

.HrList .item .line {
  border-bottom: 1px solid #e6e6e6;
  height: 33px;
  margin-bottom: 33px;
}

.HrList .item .txtCont {
  border-top: 1px solid #e6e6e6;
  position: relative;
  display: none;
  line-height: 30px;
  padding: 2%;
  color: #666666;
  font-style: 16px;
}

.HrList .item .txtCont .detail {
  background: #f6f7f9;
  padding: 20px;
  margin-bottom: 20px;
}

.HrList .item .txtCont .items {
  display: none;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}



.HrList .item .txtCont .items dd span {
  color: #4c4c4c;
}

.HrList .item .txtCont .items1 {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.HrList .item .txtCont .items1 dd {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  margin-right: 5%;
}

.HrList .item .txtCont .items1 dd span {
  margin-left: 10px;
}



.HrList .item .txtCont .applybtn {
  padding-top: 25px;
  text-align: right;
}

.HrList .item .txtCont a.apply {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #2a7de1;
  border-radius: 25px;
  font-family: Alibaba-PuHuiTi-R;
  font-size: 16px;
  color: #ffffff;
}

.HrList .item .txtCont a:hover.apply {
  background: #0033a0;
}

.HrList .item.current td {
  color: #2a7de1;
}

.HrList .item.current .btn {
  dis-moz-transform: translate(0, -10px) rotate(-180deg) !important;
  -ms-transform: translate(0, -10px) rotate(-180deg) !important;
  -o-transform: translate(0, -10px) rotate(-180deg) !important;
  transform: translate(0, -10px) rotate(-180deg) !important;
}

.Jobbox {
  line-height: 38px;
  width: 68%;
  position: relative;
  padding: 4%;
  border-radius: 10px;
  margin: 20px auto;
  background: #fff;
}

.Jobtit {
  text-align: center;
  color: #333;
  padding-bottom: 3%;
  font-size: 24px;
}

.Jobitem {
  color: #222222;
}

.Jobitem dd {
  margin-bottom: 8px;
  width: 33.333%;
  float: left;
}

.Jobtit2 {
  font-size: 18px;
  color: #0080af;
}

.jobbtn {
  display: block;
  margin-top: 5%;
  color: #fff;
  font-size: 18px;
  width: 140px;
  line-height: 45px;
  text-align: center;
  background: #d7b36f;
  border-radius: 20px;
}

.Jobbox .mfp-close {
  font-size: 40px;
  color: #333 !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor:pointer;
}

/*.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}*/

.JobForm {
  color: #666666;
  margin: 0px 0px 0px 0px;
}

.JobForm dl {
  width: 48%;
  float: left;
  padding-left: 1%;
  line-height: 28px;
}

.JobForm dl dt {
  width: 100px;
  float: left;
  text-align: right;
  padding: 5px 10px 5px 0;
}

.JobForm dl dd {
  width: calc(100% - 100px);
  float: left;
}

.JobForm dl.other {
  width: 99%;
  float: none;
  padding-left: 1%;
  display:inline-block;
}

.JobForm dd {
  padding: 5px 0px;
}

.JobForm .input {
  background: #fff;
  border: 1px solid #dbdbdb;
  width: 99%;
  height: 28px;
  line-height: 28px;
}

.JobForm .input2 {
  background: #fff;
  border: 1px solid #dbdbdb;
  width: 99%;
  height: 116px;
  line-height: 23px;
}

.JobForm select {
  border: 1px solid #dbdbdb;
  width: 190px;
  height: 23px;
  line-height: 23px;
}

.sendbtn {
  cursor: pointer;
  color: #fff;
  width: 120px;
  height: 40px;
  font-size: 16px;
  background: #333;
  margin-right: 8px;
}

.resetbtn {
  cursor: pointer;
  color: #fff;
  width: 120px;
  height: 40px;
  font-size: 16px;
  background: #999;
}

@media (max-width:768px) {
  .Hrhead {
    height: 50px;
  }

  .HrList {}

  .HrList .item td {
    height: 45px;
    font-size: 14px;
  }

  .HrList .item .txtCont .items1 {
    font-size: 14px;
  }

  .hrw1 {
    width: 75%;
  }

  .HrList .hrw1 .btn {
    display: block;
  }

  .hrw2,
  .hrw3,
  .hrw4,
  .hrw5 {
    display: none;
  }

  .HrList .item .txtCont .items {
    display: block;
  }

  .HrList .item .txtCont {
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
  }

  .HrList .item .txtCont .applybtn {
    padding-top: 18px;
  }

  .HrList .item .txtCont a.apply {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .HrList .stit {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .HrList .item .line {
    height: 15px;
    margin-bottom: 15px;
  }

  .Jobtit {
    font-size: 18px;
  }

  .HrList .btn {
    width: 20px;
    height: 20px;
  }

  .JobForm dl {
    width: auto;
    float: none;
    padding-left: 0%;
  }

  .JobForm dl.other {
    padding-left: 0%;
  }

  .sendbtn {
    width: 90px;
    height: 35px;
  }

  .resetbtn {
    width: 90px;
    height: 35px;
  }

  .Jobbox {
    width: 92%;
  }

  .Jobbox .mfp-close {
    font-size: 30px;
  }
}

/* 在线下载表单 */
.Downbox {
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 20px;
  width: 68%;
  position: relative;
  padding: 4%;
  margin: 20px auto;
}

.Downbox .Downtit {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin-bottom: 4%;
}

.Downbox .DownForm {}

.Downbox .DownForm ul {
  margin-left: -5%;
  overflow: hidden;
}

.Downbox .DownForm ul li {
  float: left;
  width: 45%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eaeaea;
  margin-left: 5%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  margin-bottom: 4%;
}

.Downbox .DownForm ul li p {
  width: 90px;
  float: left;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}

.Downbox .DownForm ul li p span {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 16px;
  color: #d90000;
}

.Downbox .DownForm ul li .input {
  width: 70%;
  float: left;
  border: none;
  height: 58px;
  line-height: 58px;
}

.Downbox .DownForm ul li.use_for {
  width: 95%;
  padding: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
}

.Downbox .DownForm ul li.use_for p {
  width: 100%;
}


.Downbox .DownForm ul li .input2 {
  min-height: 160px;
  width: 100%;
  border: none;
}

.Downbox .DownForm .sendbtn {
  display: block;
  width: 240px;
  height: 60px;
  background-color: #2a7de1;
  box-shadow: 0px 5px 20px 0px rgba(7, 116, 207, 0.3);
  border-radius: 30px;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  margin: 0 auto;
}

.Downbox .mfp-close {
  width: 34px;
  height: 34px;
  color: #d1d1d1 !important;
  line-height: 30px;
  font-size: 32px;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  opacity: 1;
  right: 20px;
  top: 20px;
  /* background: url(../images/ico_colse.svg) center no-repeat; */
}

@media (max-width:768px) {
  .Downbox .Downtit {
    font-size: 24px;
  }

  .Downbox .DownForm ul li {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .Downbox .DownForm ul {
    margin-left: 0;
  }

  .Downbox .DownForm ul li .input2 {
    min-height: 100px;
  }
}

@media (max-width:480px) {
  .Downbox {
    width: 80%;
  }

  .Downbox .mfp-close {
    right: 10px;
    top: 10px;
  }

  .Downbox .Downtit {
    font-size: 20px;
  }

  .Downbox .DownForm ul li {
    height: 50px;
    padding: 0 10px;
  }

  .Downbox .DownForm ul li .input {
    height: 48px;
    line-height: 48px;
  }

  .Downbox .DownForm .sendbtn {
    width: 200px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
}

@media(min-width:2048px) {
  .aboutP3 .PartBox .slider-nav::before {
    width: 64vw;
  }

  .solu_ylhy_box .wrapper {
    overflow: unset;
  }

  .scom_list li {
    width: 30%;
  }
}

@media(min-width:2200px) {
  .pro_right {
    width: 74%;
  }
}

@media(min-width:2560px) {

  .aboutP2 .abp2_left {
    width: 60%;
  }

  .aboutP2 .AboutNum ul li {
    width: 22%;
    padding: 1.4vw 1.4vw 0 1.4vw;
  }

  .aboutP3 .PartBox .slider-nav::before {
    width: 50vw;
  }

  .aboutP3 .PartBox .slider-for {
    width: 50vw;
  }

  .aboutP3 .PartBox .slider-for .item .txt {
    width: 26vw;
  }

  .aboutP3 .PartBox .slider-for::after {
    right: -2.427vw;
  }

  .aboutP3 .PartBox .slider-for::before {
    left: -2.427vw;
  }

  .solu_ylhy_box ul li .ico {
    width: 4.24vw;
    height: 4.24vw;
    line-height: 4.6vw;
  }

  .solu_ylhy_box ul li:nth-child(1) .ico {
    left: -5.5vw;
    bottom: 2.3vw;
  }

  .solu_ylhy_box ul li:nth-child(2) .ico {
    left: -2vw;
    bottom: 12.4vw;
  }

  .solu_ylhy_box ul li:nth-child(3) .ico {
    left: 5.2vw;
    bottom: 21.7vw;
  }

  .solu_ylhy_box ul li:nth-child(4) .ico {
    left: 15.5vw;
    bottom: 28.3vw;
  }

  .solu_ylhy_box ul li:nth-child(5) .ico {
    left: 28vw;
    bottom: 30.5vw;
  }

  .solu_ylhy_box ul li:nth-child(9) .ico {
    right: -5.5vw;
    bottom: 2.3vw;
  }

  .solu_ylhy_box ul li:nth-child(8) .ico {
    right: -2vw;
    bottom: 12.4vw;
  }

  .solu_ylhy_box ul li:nth-child(7) .ico {
    right: 5.2vw;
    bottom: 21.7vw;
  }

  .solu_ylhy_box ul li:nth-child(6) .ico {
    right: 15.5vw;
    bottom: 28.3vw;
  }

  .solu_ylhy_box ul li:nth-child(4) p {
    left: 17.7vw;
  }

  .solu_ylhy_box ul li:nth-child(9) p {
    right: 17.7vw;
  }

  .solu_ylhy_box ul li:nth-child(5) p {
    left: 28.9vw;
  }

  .solu_ylhy_box ul li:nth-child(8) p {
    right: 8.8vw;
  }

  .solu_ylhy_box ul li:nth-child(3) p {
    left: 8.8vw;
  }

  .solutionP2 ul li {
    width: 22%;
    height: 12.063vw;
  }

  .solu_bjp_box ul li {
    height: 6.292vw;
  }

  .newsList li .txtbox {
    width: 54%;
    margin-left: 3%;
  }

  .newsList li .txtbox .news_btn {
    margin-top: 1vw;
  }

  .newsList li .txtbox .tit {
    margin-bottom: 0.5vw;
  }

  .aboutP1 .AboutNum li {
    flex-direction: column;
  }

  .aboutP1 .AboutNum .txt {
    margin-left: 0;
  }

  .proConDetail .slider-for {
    width: 86%;
  }

  .proConDetail .slider-for .item .txtbox .tit {
    font-size: 2vw;
    line-height: 3vw;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }

  .proConDetail .slider-for .item .txtbox .txt {
    line-height: 1.75vw;
    margin: 0;
  }

  .proConDetail .slider-nav {
    width: 5.25vw;
  }

  .proConDetail .slider-nav .item {
    height: 5.25vw;
  }

  .proConDetail .sliderBox {
    padding: 2vw;
  }

  .proFeature {
    padding: 2vw;
  }

  .NewsCon .date {
    margin-bottom: 1.7vw;
    margin-bottom: 1.4vw;
  }

  .top_news .txtbox .tit {
    margin-bottom: 1.4vw;
  }

  .SubCon {
    padding: 4vw 0 0;
  }

  .contact_box {
    margin-bottom: 5.6vw;
  }

  .contact_box .map {
    width: 100%;
    margin-top: 3.2vw;
  }

  .news_list .news_item {
    margin-left: 3vw;
  }

  .news_list {
    margin-left: -3vw;
  }

  .news_list .slick-prev {
    left: 3vw;
  }

  .news_list .slick-next {
    left: 6vw;
  }

  .pro_list {
    margin-left: -1vw;
  }

  .pro_list li {
    margin-bottom: 1vw;
    margin-left: 1vw;
  }
}

@media(min-width:2880px) {
  .indexP1::before {
    right: -3.4%;
  }

  .P2_left .about_txt {
    margin: 2vw 0;
  }

  .P2_right .imgbox {
    width: 29vw;
    height: 18vw;
  }

  .news_list .news_item {
    margin-left: 2vw;
  }

  .news_list {
    margin-left: -2vw;
  }

  .news_list .slick-prev {
    left: 2vw;
  }

  .news_list .slick-next {
    left: 5vw;
  }

  .Footer::before {
    width: 40.25vw;
  }

  .Footer .sitemap .item {
    margin-left: 2vw;
  }

  .SubCon {
    padding: 3vw 0 0;
  }

  .aboutP1 .group_name {
    font-size: 2vw;
  }

  .aboutP1 .company_name {
    font-size: 1.4vw;
    margin-bottom: 1.5vw;
  }

  .AboutNum ul li p strong {
    font-size: 3vw;
  }

  .aboutP1 .AboutNum .ico img {
    width: 2vw;
  }

  .aboutP2 .AboutNum ul li {
    padding: 1vw 1vw 0;
    height: 7.375vw;
  }

  .aboutP2 .AboutNum ul li::before {
    right: 1vw;
  }

  .aboutP3 .PartBox .slider-nav::before {
    width: 44vw;
  }

  .aboutP4 .wishbox .txtbox {
    width: 46%;
    height: unset;
    padding: 1.5vw;
  }

  .aboutP4 .wishbox .txtbox .t_tit {
    margin-bottom: 1.5vw;
  }

  .pro_right {
    width: 70%;
  }

  .pro_list {
    margin-left: -3%;
  }

  .pro_list li {
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .MenuList .menu_level1 li a {
    font-size: 28px;
    padding-left: 20px;
    line-height: 3.417vw;
  }

  .MenuList .menu_level1 li .menu_level2 a {
    font-size: 20px;
    padding-left: 1.24vw;
  }

  .MenuList {
    width: 24%;
  }

  .pro_list .txt .tit {
    font-size: 18px;
    line-height: 1.813vw;
  }

  .pro_list .more_btn {
    width: 1vw;
    height: 1vw;
  }

  .pro_list .txt {
    padding: 10px 20px;
  }

  .proConDetail .sliderBox {
    padding: 1.4vw;
  }

  .proConDetail .slider-for {
    width: 82%;
  }

  .proConDetail .slider-for .item .txtbox .tit {
    font-size: 1.6vw;
  }

  .top_news {
    margin: 3vw 0;
  }
}