/*.homepage .video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.homepage .video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.homepage .one .swiper-pagination-bullet-active {
  background: #fff;
}
.homepage .one .bd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  font-size: 26px;
  color: #fff;
}
.homepage .one .bd dt {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: bold;
}
.homepage .one .bd dd {
  line-height: 1.8;
}
.homepage .two {
  background: url(../images/bj1.jpg) center no-repeat;
  background-size: cover;
  font-size: 18px;
}
.homepage .two .side {
  width: 40%;
  margin-left: 10%;
}
.homepage .two .side ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.homepage .two .side ul li {
  width: 50%;
  padding: 15px;
}
.homepage .two .side ul li dl {
  text-align: center;
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s;
  padding: 45px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.homepage .two .side ul li dl:hover {
  background: -webkit-linear-gradient(329deg, #f39a4f -20.86%, #ee3838 90.92%);
  background: -moz-linear-gradient(329deg, #f39a4f -20.86%, #ee3838 90.92%);
  background: -o-linear-gradient(329deg, #f39a4f -20.86%, #ee3838 90.92%);
  background: linear-gradient(121deg, #f39a4f -20.86%, #ee3838 90.92%);
  color: #fff;
}
.homepage .two .side ul li dt {
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  border-radius: 50%;
  background: #f5f5f5;
  margin: 0 auto;
}
.homepage .two .side ul li dd {
  margin-top: 15px;
  line-height: 1.5;
  overflow: hidden;
}
.homepage .two .flex_item h4 {
  font-size: 36px;
  padding: 30px 0 10px;
  font-weight: 600;
}
.homepage .two .flex_item p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}
.homepage .two .flex_item ol {
  display: flex;
  padding-top: 60px;
}
.homepage .two .flex_item ol li {
  flex: 1;
}
.homepage .two .flex_item ol dt {
  color: #da3b2b;
}
.homepage .two .flex_item ol dt b {
  font-size: 50px;
}
.homepage .title_common {
  font-weight: bold;
}
.homepage .title_common dd {
  color: #999;
  font-size: 24px;
  text-transform: uppercase;
}
.homepage .title_common dt {
  font-weight: bold;
  font-size: 46px;
  text-transform: uppercase;
}
.homepage .more {
  position: relative;
  width: 154px;
  height: 53px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #da3b2b;
  border: 1px solid #da3b2b;
  border-radius: 53px;
}
.homepage .three .more {
  background: #007aff;
  border-color: #007aff;
}
.homepage .three .more:hover {
  color: #007aff;
}

.homepage .more span {
  position: relative;
  z-index: 3;
}
.homepage .more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 53px;
  background: #fff;
  transition: all 0.3s;
  width: 0;
}
.homepage .more:hover::before {
  width: 100%;
}
.homepage .more:hover {
  color: #da3b2b;
}
.homepage .three .tabbox img {
  width: 100%;
  height: 100vh;
}
.homepage .three .title_common {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 5;
  color: #fff;
  width: 100%;
  text-align: center;
}
.homepage .three .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  z-index: 5;
}
.homepage .three .bd ul {
  display: flex;
  text-align: center;
  height: 100%;
}
.homepage .three .bd ul li {
  flex: 1;
  padding: 0 3%;
  line-height: 1.8;
  transition: all 0.3s;
  padding-bottom: 10vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.homepage .three .bd ul li + li:after {
  content: '';
  position: absolute;
  left: -1px;
  height: 60px;
  top: 0;
  width: 2px;
  background: #109cd9;
  -webkit-animation: scroll2 1.8s linear infinite;
  -moz-animation: scroll2 1.8s linear infinite;
  -o-animation: scroll2 1.8s linear infinite;
  animation: scroll2 1.8s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.homepage .three .bd ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: all 0.3s;
  background: linear-gradient(0deg, #0075cc -20%, rgba(44, 44, 44, 0) 80%);
}
.homepage .three .bd ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage .three .bd ul li:hover::before,
.homepage .three .bd ul li.on::before {
  height: 100%;
}
.homepage .three .bd ul dl {
  position: relative;
  z-index: 5;
}
.homepage .three .bd ul .more {
  margin: 45px auto 0;
  height: 0;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.homepage .three .bd ul li dd {
  text-align: left;
  margin-top: 20px;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.homepage .three .bd ul li dt {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
.homepage .three .bd ul li .pic {
  filter: brightness(0) invert(1);
  width: 100px;
}
.homepage .three .bd ul li:hover dd,
.homepage .three .bd ul li:hover .more,
.homepage .three .bd ul li.on dd,
.homepage .three .bd ul li.on .more {
  height: auto;
  opacity: 1;
}
.homepage .three .bd ul li:hover .more,
.homepage .three .bd ul li.on .more {
  height: 53px;
}
.homepage .four {
  background: url(../images/bg.webp) center no-repeat;
  background-size: cover;
  color: #fff;
}
.homepage .four li {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage .four li::before {
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.homepage .four li:hover::before {
  width: 100%;
}
.homepage .four li:hover .pic {
  transform: translateY(-15px);
}
.homepage .four .side {
  width: 40%;
  margin-right: 5%;
}
.homepage .four .side p {
  padding: 30px 0;
  line-height: 1.8;
}
.homepage .four li .pic {
  width: 60px;
  margin-right: 15px;
}
.homepage .four li dt {
  font-weight: bold;
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.homepage .four li dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.homepage .four li:hover dd {
  height: auto;
}
.homepage .four li span {
  font-weight: bold;
}
.homepage .three .title_common dd,
.homepage .four .title_common dd,
.homepage .fire .title_common dd,
.homepage .six .title_common dd {
  color: #fff;
}
.homepage .fire {
  background: url(../images/indexnewsbg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.homepage .fire .tabtitle {
  display: flex;
}
.homepage .fire .tabtitle li + li {
  margin-left: 10px;
}
.homepage .fire .tabtitle span {
  width: 138px;
  height: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage .fire .tabtitle li.on span {
  background: #22b4e3;
  border-color: #22b4e3;
}
.homepage .fire .side {
  width: 45%;
  margin-right: 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage .fire a {
  color: #fff;
}
.homepage .fire .hd {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.homepage .fire .tabbox a {
  display: block;
  padding: 15px 0;
}
.homepage .fire .tabbox ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage .fire .tabbox li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage .fire .tabbox a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  overflow: hidden;
}
.homepage .fire .tabbox a h4 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
}
.homepage .fire .tabbox a b {
  opacity: 0.7;
}
.homepage .fire .tabbox .pic {
  height: 290px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.homepage .six {
  color: #fff;
  background: url(../images/8d1a6a1045fbd7de5a7b519d753dba86.webp) center
    no-repeat;
  background-size: cover;
}
.homepage .six .pd {
  padding: 3vh 0;
}
.homepage .six .hd .container {
  width: 70%;
}
.homepage .six .title_common {
  margin-bottom: 30px;
}
.homepage .six .hd .pic {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.homepage .six .hd .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #fff;
  width: 0;
  border-top: 1px solid #fff;
  height: 0;
  transition: all 0.3s;
}
.homepage .six .hd .pic:hover::before,
.homepage .six .hd .pic:hover::after {
  width: 100%;
  height: 100%;
}
.homepage .six .hd .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 1px solid #fff;
  width: 0;
  border-bottom: 1px solid #fff;
  height: 0;
  transition: all 0.3s;
}
.homepage .six .hd {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  height: 100%;
}
.section_bd {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 3vh 0;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
}
.mask .close {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 5vh;
  cursor: pointer;
  right: 5vw;
  background: url(../images/close.png) center no-repeat;
  background-size: 100% 100%;
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 947px;
  max-width: 90%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mask .dialog .input {
  width: 100%;
  color: #fff;
  font-size: 20px;
  height: 70px;
  background: none;
}
.mask .dialog img {
  width: 40px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border: 1px solid #fff;
}
#fp-nav ul li .fp-tooltip {
  color: #ccc;
}
.newtext a {
  margin-right: 10px;
  display: inline-block;
}
.homepage .seven {
  color: #333333;
  background: url(../images/rdbg.webp) center no-repeat;
  background-size: cover;
}
.homepage .seven .flex_item p {
  padding: 20px 60px 40px 0;
}
.homepage .seven .side {
  width: 50%;
  height: 450px;
  position: relative;
}
.homepage .seven .tabtitle {
  display: flex;
  text-align: center;
  margin-top: 10vh;
  font-size: 24px;
}
.homepage .seven .tabtitle li {
  flex: 1;
  cursor: pointer;
  height: 120px;
  display: flex;
  opacity: 0.6;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #999;
}
.homepage .seven .tabtitle li + li {
  margin-left: 20px;
}
.homepage .seven .tabtitle li.on,
.homepage .seven .tabtitle li:hover {
  opacity: 1;
}
.homepage .seven .tabbox {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
}
.homepage .seven .tabbox.on {
  opacity: 1;
}
.homepage .seven .swiper-slide {
  color: #ffffff;
  padding: 50px;
  cursor: pointer;
  min-height: 490px;
  background: #007aff;
  width: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 300ms;
}
.homepage .seven .swiper-slide .box {
  min-height: 300px;
}

.homepage .seven .swiper-slide .number {
  text-align: right;
  font-weight: bold;
  color: #ffffff;
}
.homepage .seven .swiper-slide dt {
  font-size: 24px;
  font-weight: bold;
}
.homepage .seven .swiper-slide dd {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
}
.homepage .seven .swiper-slide .line {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.homepage .seven .swiper-slide .line i {
  display: block;
  border-radius: 50%;
  background: #ddd;
  margin-right: 10px;
  width: 7px;
  height: 7px;
}

.Whatsapp {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 10px;
  justify-content: center;
  background: #000;
}
.Whatsapp dl {
  position: absolute;
  top: 50%;
  right: 100%;
  display: none;
  margin-right: 10px;
  transform: translate(0, -50%);
  width: 160px;
}
.Whatsapp > div > img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.Whatsapp:hover dl {
  display: block;
}
.downjt {
  position: absolute;
  z-index: 999;
  bottom: 40px;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  margin-left: -25px;
  height: 50px;
  background: url(../images/down.png) center no-repeat;
  background-size: 100% 100%;
  animation: shake 5s infinite;
}
@keyframes shake {
  0%,
  100% {
    transform: translateY(0); /* 初始位置和结束位置 */
  }
  10% {
    transform: translateY(-10px); /* 向上移动 */
  }
  20% {
    transform: translateY(10px); /* 向下移动 */
  }
  30% {
    transform: translateY(-10px); /* 再次向上移动 */
  }
  40% {
    transform: translateY(10px); /* 再次向下移动 */
  }
  50% {
    transform: translateY(-10px); /* 第三次向上移动 */
  }
  60% {
    transform: translateY(10px); /* 第三次向下移动 */
  }
  70% {
    transform: translateY(-10px); /* 第四次向上移动 */
  }
  80% {
    transform: translateY(10px); /* 第四次向下移动 */
  }
  90% {
    transform: translateY(-10px); /* 第五次向上移动 */
  }
}
.contactbox {
  display: flex;
  background: #f5f5f5;
}
.contactbox .why {
  position: relative;
  line-height: 35px;
  padding-left: 18px;
}
.contactbox .why::before {
  content: '';
  width: 35px;
  height: 35px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.contactbox .why span {
  position: relative;
  z-index: 3;
}
.contactbox .side {
  width: 45%;
  background: #007aff;
  color: #fff;
  padding: 30px;
}
.contactbox .input {
  width: 100%;
  height: 65px;
  padding-left: 15px;
  font-size: 16px;
}
.contactbox .select {
  margin-right: 10px;
}
.contactbox select {
  height: 65px;
  padding-left: 15px;
  width: 120px;
  font-size: 16px;
}
.contactbox .in {
  margin-top: 40px;
}
.contactbox .in .flex {
  margin-bottom: 10px;
}
.contactbox .in .flex .flex_item + .flex_item {
  margin-left: 10px;
}
.contactbox .in textarea {
  width: 100%;
  resize: none;
  padding: 15px;
  font-family: inherit;
  height: 140px;
  font-size: 16px;
}
.contactbox .btn {
  width: 180px;
  height: 60px;
  border-radius: 0 30px 0 0;
  font-size: 18px;
  background: #000000;
  color: #fff;
}
.contactbox .box {
  padding: 30px 80px;
  color: #333;
}
.contactbox .box .why::before {
  background: #fff;
}
.contactbox .box ul li {
  background: #fff;
  font-size: 20px;
  line-height: 70px;
  border-radius: 35px 0 0 0;
  padding-left: 25px;
  margin-top: 20px;
}
.contactbox .box .btn1 {
  margin-top: 30px;
}
.contactbox .box .btn1 a {
  color: #fc0012;
  font-size: 20px;
}
.contactbox h2 {
  font-size: 40px;
}
/**/
.neibanner {
  position: relative;
}
.neibanner .logotext {
  width: 100%;
  position: absolute;
  top: 37%;
}
.neibanner .logotext svg {
  width: 100%;
  height: 15.625rem;
}
.neibanner .logotext .text {
  font-size: 7.5rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.neibanner .logotext2 {
  width: 100%;
  position: absolute;
  top: 22%;
}
.neibanner .logotext2 svg {
  width: 100%;
  height: 15.625rem;
}
.neibanner .logotext2 .text {
  font-size: 7.5rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.neibanner .logotext3 {
  width: 100%;
  position: absolute;
  top: 25%;
}
.neibanner .logotext3 svg {
  width: 100%;
  height: 15.625rem;
}
.neibanner .logotext3 .text {
  font-size: 7.5rem;
  font-weight: bold;
  fill: none;
  stroke-width: 0.4px;
  font-family: 'Roboto';
  stroke-dasharray: 100 310;
  animation: stroke 6s infinite linear;
  stroke: rgba(255, 255, 255, 0.76);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.76);
  animation-delay: -1.5s;
}
@keyframes stroke {
  50% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dasharray: unset;
  }
}
.neibanner .neibanner-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}
.neibanner .neibanner-txt h3 {
  color: #fff;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
}
.neibanner .neibanner-txt p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .neibanner-txt2 {
  position: absolute;
  top: 35%;
}
.neibanner .neibanner-txt2 h3 {
  color: #fff;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
}
.neibanner .neibanner-txt2 p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .neibanner-txt3 {
  position: absolute;
  top: 35%;
}
.neibanner .neibanner-txt3 h3 {
  color: #fff;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
}
.neibanner .neibanner-txt3 p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .img.joinimg {
  height: auto;
}
.neibanner .img {
  height: 43.75rem;
}
.neibanner .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.list_channle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.list_channle .list_channel_box {
  display: flex;
}
.list_channle .list_channel_box .list_channel_item {
  flex: 1;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_channle .list_channel_box .list_channel_item:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 1);
}
.list_channle .list_channel_box .list_channel_item:hover {
  color: #22b4e3;
  font-weight: bold;
}
.list_channle .list_channel_box .list_channel_item:hover a {
  color: #fff;
}
.list_channle .list_channel_box .list_channel_item a {
  padding: 30px 0;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.list_channle .list_channel_box .list_channel_item.active {
  font-weight: bold;
}
.list_channle .list_channel_box .list_channel_item.active > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #22b4e3;
}
.list_channle .list_channel_box .list_channel_item.active a {
  color: #22b4e3;
}
.yyhy_content {
  position: relative;
  padding: 80px 0;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  width: auto;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.25rem 0;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #22b4e3;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #22b4e3;
}
.yyhy_content .yyhy_con .yyhy_item:hover .time {
  color: #22b4e3;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 50px 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pagination > li:hover {
  background: #22b4e3;
  color: #fff;
}
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.active {
  background: #22b4e3;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #fff;
}
/**/
.faq {
  padding-bottom: 60px;
}
.faq .title {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.faq .bd {
  padding-bottom: 30px;
}
.faq .bd li {
  margin-top: 20px;
}
.faq .bd li dl {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  cursor: pointer;

  border: 1px solid #fff;
}
.faq .bd li dt {
  display: flex;
  font-weight: bold;
  font-size: 18px;
  align-items: center;
}
.faq .bd li dt i {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-width: 0 2px 2px 0;
  border-color: #666;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.faq .bd li dd {
  height: 0;
  overflow: hidden;
  line-height: 36px;
  transition: all 0.3s;
}
.faq .bd li.on dd {
  height: 72px;
}
.faq .bd li dd .flex {
  align-items: flex-start;
  margin-top: 12px;
}
.faq .bd li dd .flex b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #015aff;
  background: rgba(1, 90, 255, 0.1);
  font-weight: 700;
  height: 36px;
  text-transform: uppercase;
  width: 36px;
  border-radius: 50%;
  margin-right: 20px;
}
.faq .bd li.on dt {
  color: #015aff;
}
.faq .bd li.on dl {
  border-color: #015aff;
}
.faq .bd li.on dt i {
  border-width: 2px 0 0 2px;
  border-color: #015aff;
}
/**/

.contactpage .title dt b {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  color: #22b4e3;
}
.contactpage .title dt b::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 9px solid #22b4e3;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -10px;
}
.contactpage .title dd {
  font-weight: bold;
  font-size: 46px;
}
.contactpage .one {
  padding: 80px 0;
}
.contactpage .one .flex {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 100px 0;
  background: #f8f8f8;
}
.contactpage .one .flex ol {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}
.contactpage .one .flex ol li {
  width: 22%;
}
.contactpage .one .flex > .flex_item:first-child {
  padding: 0 40px;
}
.contactpage .one .flex ul {
  font-size: 18px;

  border-bottom: 1px solid #ddd;
  padding: 22px 0;
  border-top: 1px solid #ddd;
}
.contactpage .one .flex ul li {
  display: flex;
  line-height: 2;
  align-items: flex-start;
  padding: 0.5rem 0;
}
.contactpage .one .flex ul li img {
  width: 28px;
  margin-right: 8px;
  margin-top: 3px;
}
.contactpage .one .flex ul li span {
  color: #888;
}
.contactpage .one h3 {
  font-size: 30px;
  font-weight: bold;

  padding-bottom: 25px;
}
.contactpage .one .map {
  height: 700px;
}
.contactpage .two {
  padding: 80px 0 140px;
  background: url(../images/contactbg.jpg) center no-repeat;
  background-size: cover;
}
.contactpage .two h4 {
  padding: 15px 0 30px;
}
.contactpage .two .input {
  width: 100%;
  height: 57px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-left: 20px;
  font-size: 16px;
}
.contactpage .two .bd .flex_item + .flex_item {
  margin-left: 30px;
}
.contactpage .two .bd .flex {
  margin-bottom: 30px;
}
.contactpage .two .bd textarea {
  width: 100%;
  resize: none;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-family: inherit;
  height: 118px;
}
.contactpage .two .btn {
  width: 156px;
  height: 54px;
  color: #fff;
  background: #22b4e3;
  font-size: 16px;
  border-radius: 54px;
  margin-top: 30px;
}
/**/
.ajhhsd {
  color: #777;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #22b4e3;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.show_news_box {
  background: #f8f8f8;
  padding: 80px 0;
}
.show_news_box .show_news_content {
  width: 85%;
  margin: 0 auto;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.06);
  padding: 1.5625rem 3.125rem 5rem;
}
.show_news_box .show_news_content .hd {
  padding-bottom: 40px;
}
.show_news_box .show_news_content .hd h3 {
  color: rgba(0, 0, 0, 0.8);
  margin: 40px 0 30px;
  font-size: 32px;
  font-weight: 700;
}
.show_news_box .show_news_content .hd .time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.show_news_box .show_news_content .hd .fenxiang {
  display: flex;
  align-items: center;
}
.social-share {
  display: flex;
  align-items: center;
}
.social-share a {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #dadada;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}
.show_news_box .show_news_content .bd {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_news_box .show_news_content .shangxia_p {
  width: 100%;
}
.show_news_box .show_news_content .shangxia_p .shangxia {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left,
.show_news_box .show_news_content .shangxia_p .shangxia .right {
  display: flex;
  align-items: center;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left .icon,
.show_news_box .show_news_content .shangxia_p .shangxia .right .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left .icon i,
.show_news_box .show_news_content .shangxia_p .shangxia .right .icon i {
  line-height: 3rem;
  font-size: 1rem;
  color: #13284a;
  font-weight: 700;
}
.show_news_box .show_news_content .shangxia_p .shangxia .left .icon {
  margin-right: 1.25rem;
}
.show_news_box .show_news_content .shangxia_p .shangxia .right .icon {
  margin-left: 1.25rem;
}
.show_news_box .show_news_content .xglink {
}
.show_news_box .show_news_content .xglink .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
}
.show_news_box .show_news_content .xglink ul li {
  margin-top: 1.125rem;
}
.show_news_box .show_news_content .xglink ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
}
/**/
.aboutus .one {
  display: flex;
  padding: 80px 0;
  font-size: 17px;
  line-height: 1.8;
}

.aboutus .one .side p {
  padding: 10px 0;
  text-align: justify;
}
.aboutus .one .swiper-button-prev,
.aboutus .one .swiper-button-next,
.aboutus .one .swiper-pagination {
  position: static;
  margin: 0;
}
.aboutus .one .swiper-pagination {
  width: auto;
  color: #7c7c7c;
  font-size: 18px;
  padding: 0 20px;
}
.aboutus .one .swiper-button-prev,
.aboutus .one .swiper-button-next {
  width: 50px;
  color: #1c5ba7;
  height: 50px;
  border: 1px solid #1c5ba7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
}
.aboutus .one .swiper-button-prev:hover,
.aboutus .one .swiper-button-next:hover {
  background: #1c5ba7;
  color: #fff;
}
.aboutus .one .swiper-button-prev:after,
.aboutus .one .swiper-button-next:after {
  font-size: 20px;
}
.aboutus .one .group {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.aboutus .one .flex_item li {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}
.aboutus .one .flex_item li:first-child {
  padding-top: 0;
}
.aboutus .one .flex_item li dt {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.aboutus .one .flex_item li dt b {
  font-size: 36px;
}
.aboutus .one .flex_item li span {
  position: relative;
  color: #1c5ba7;
}
.aboutus .one .flex_item li span::before {
  content: '';
  position: absolute;
  top: -0.5rem;
  right: -15px;
  width: 14px;
  height: 14px;
  background: url(../images/sign.svg) no-repeat;
  background-size: 100% 100%;
}
.aboutus .two {
  padding: 80px 0;
  background: url(../images/ab1.webp) center no-repeat;
  background-size: cover;
}
.aboutus .two .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #005bac;
}
.aboutus .two .bd {
  margin-top: 50px;
}
.aboutus .two .bd li {
  display: flex;
}
.aboutus .two .bd li b {
  width: 35%;
  padding-top: 10px;
  text-align: right;
  padding-right: 30px;
  font-size: 26px;
}
.aboutus .two .bd li .line {
  position: relative;
  padding: 30px 0 40px;
}
.aboutus .two .bd li .line::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #999;
  position: absolute;
  left: 50%;
  top: 0;
}
.aboutus .two .bd li .line i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: relative;
  z-index: 5;
  border: 1px solid #0097e0;
}

.aboutus .two .bd li .flex_item {
  padding: 20px 0 40px;
}
.aboutus .two .bd li p {
  line-height: 1.8;
  font-size: 18px;
  color: #6d6d6d;
  padding-left: 30px;
}
.aboutus .three {
  padding: 80px 0 80px 10%;
  overflow: hidden;
}
.aboutus .three .bd {
  display: flex;
  align-items: center;
}
.aboutus .three .title {
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 30px;
  text-align: center;
}
.aboutus .three .left {
  width: 70%;
  text-align: center;
  font-size: 18px;
}
.aboutus .three .swiper {
  padding-bottom: 40px;
}
.aboutus .three .swiper-pagination {
  bottom: 0;
}
.aboutus .three .swiper-pagination-bullet {
  border-radius: 0;
  width: 25px;
  height: 3px;
}
.aboutus .three .left .box {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  padding: 35px;
  margin-bottom: 30px;
}
.aboutus .three .right {
  position: relative;
  padding-left: 5rem;
}
.aboutus .three .right .img {
  text-align: right;
  position: relative;
  z-index: 9;
}
.aboutus .three .right .yuan1 {
  width: 46.666rem;
  height: 46.666rem;
  border-radius: 50%;
  background: rgba(20, 112, 184, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  animation: float 10s infinite ease-in-out;
}
.aboutus .three .right .yuan2 {
  width: 53.625rem;
  height: 53.625rem;
  border-radius: 50%;
  background: rgba(20, 112, 184, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  animation: float 13s infinite ease-in-out;
}
@keyframes float {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  25% {
    transform: translateY(-50%) translateX(3rem);
  }
  50% {
    transform: translateY(-50%) translateX(0);
  }
  75% {
    transform: translateY(-50%) translateX(-3rem);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
/**/
.product-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-content .product-cont1 {
  width: 20.83333%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #edf7ff;
}

@media (max-width: 768px) {
  .product-content .product-cont1 {
    display: none;
  }
}

.product-content .product-cont1 .sd-nasd {
  position: sticky;
  left: 0;
  top: 8rem;
  padding: 0 10%;
  margin-top: 6rem;
}

.product-content .product-cont1 .sd-nasd .n_src1 {
  /* border-left: 1px solid rgba(0, 0, 0, 0.1); */
  padding: 0.7rem 0;
  overflow: visible;
  overflow-y: auto;
  max-height: calc(100vh - 15rem);
  position: relative;
}
.product-content .product-cont1 .sd-nasd .n_src1 li {
  position: relative;
}
.product-content .product-cont1 .sd-nasd .n_src1 li::before {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.product-content .product-cont1 .sd-nasd .n_src1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  /* background-color: #F5F5F5; */
}
.product-content .product-cont1 .sd-nasd .n_src1::-webkit-scrollbar-track {
  border-radius: 10px;
  /* background-color: #E2E2E2; */
}
.product-content .product-cont1 .sd-nasd .n_src1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.product-content .product-cont1 .sd-nasd .n_src1 li {
  padding-left: 1.5rem;
  position: relative;
}

.product-content .product-cont1 .sd-nasd .n_src1 li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #0075cc;
  opacity: 0;
}

.product-content .product-cont1 .sd-nasd .n_src1 li > a {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.5em 'Noto Sans SC';
  padding: 0.25rem 0;
}

.product-content .product-cont1 .sd-nasd .n_src1 li .sec a {
  display: block;
  /*color: #000000;*/
  color: rgba(0, 0, 0, 0.7);
  font: 400 0.875rem/1.5em 'Montserrat-Regular';

  position: relative;
  padding: 0.1rem 0;
}

.product-content .product-cont1 .sd-nasd .n_src1 li .sec a::before {
  content: '·';
  margin-right: 0.15rem;
}

.product-content .product-cont1 .sd-nasd .n_src1 li .sec a:hover {
  color: #0075cc;
}

.product-content .product-cont1 .sd-nasd .n_src1 li.active::after,
.product-content .product-cont1 .sd-nasd .n_src1 li:hover::after {
  opacity: 1;
}

.product-content .product-cont1 .sd-nasd .n_src1 li.active > a,
.product-content .product-cont1 .sd-nasd .n_src1 li:hover > a {
  color: #0075cc;
}

.product-content .product-cont2 {
  width: 79.16667%;
}

@media (max-width: 768px) {
  .product-content .product-cont2 {
    width: 100%;
  }
}

.product-content .product-cont2 .product-list > li {
  padding: 3rem 17.10526% 4.0625rem 5.13158%;
}

@media (max-width: 1366px) {
  .product-content .product-cont2 .product-list > li {
    padding: 3rem 5.78125% 4.0625rem 3.94737%;
  }
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li {
    padding: 2rem 4%;
  }
}

.product-content .product-cont2 .product-list > li:nth-child(2n) {
  background-color: #f8f8f8;
}

.product-content .product-cont2 .product-list > li .tit2 span {
  display: inline-block;
  color: #000000;
  font: 600 1.5rem/1.5em 'Noto Sans SC';
  position: relative;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .tit2 span {
    font-size: 1.35rem;
  }
}

.product-content .product-cont2 .product-list > li .tit2 span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(
    234deg,
    #0075cc 0%,
    rgba(0, 117, 204, 0) 100%
  );
  background: -moz-linear-gradient(
    234deg,
    #0075cc 0%,
    rgba(0, 117, 204, 0) 100%
  );
  background: -o-linear-gradient(234deg, #0075cc 0%, rgba(0, 117, 204, 0) 100%);
  background: linear-gradient(216deg, #0075cc 0%, rgba(0, 117, 204, 0) 100%);
}

.product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 {
  width: 44.53947%;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 {
    width: 100%;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 .tit1 {
  color: #0075cc;
  /*font: 600 2.3rem/1.5em 'Noto Sans SC', sans-serif;*/
  font-weight: 600; /* 对应复合属性中的「600」：半粗体 */
  font-size: 2.3rem; /* 对应复合属性中的「2.3rem」：字体大小 */
  line-height: 1.5em; /* 对应复合属性中的「1.5em」：行高（与字号用 / 分隔） */
  /*font-family: 'Noto Sans SC', sans-serif; /* 对应复合属性中的字体家族：优先思源黑体，回退无衬线字体 */*/
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 .tit1 {
    font-size: 1.8rem;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 .tit2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 .tit2 {
    margin-top: 1rem;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont1 .pro-a1 .p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.8em 'Noto Sans SC';
  text-align: justify;
  margin-top: 1rem;
}

.product-content .product-cont2 .product-list > li .pro-cont1 .pro-a2 {
  width: 46.05263%;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont1 .pro-a2 {
    width: 100%;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont1 .pro-a2 img {
  width: 100%;
}

.product-content .product-cont2 .product-list > li .pro-cont2 {
  margin-top: -1rem;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont2 {
    margin-top: 1rem;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 {
  margin: 0 -1.5%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 {
    margin-top: 0;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 li {
  width: 25%;
  padding: 0 1.5%;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 li {
    width: 50%;
  }
}

.product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 li u {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #f0f9ff;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 li u {
    width: 5.8rem;
    height: 5.8rem;
  }
}

.product-content
  .product-cont2
  .product-list
  > li
  .pro-cont2
  .td_list1
  li
  u
  img {
  width: 60%;
}

.product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 li p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.6em 'Noto Sans SC';
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li .pro-cont2 .td_list1 li p {
    margin-top: 0.5rem;
  }
}

.product-content .product-cont2 .product-list > li a.more-b {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-content .product-cont2 .product-list > li a.more-b {
    margin-top: 1rem;
  }
}
.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-content .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more-b {
  display: inline-block;
  padding: 0.38rem 2rem;
  border-radius: 3.125rem;
  color: #a9a9a9;
  overflow: hidden;
  position: relative;
  border: 1px solid #a9a9a9;
  z-index: 1;
  font-family: 'Noto Sans SC';
}
.more-b.ls i {
  display: inline-block;
  height: 6px;
  vertical-align: middle;
  margin-top: -3px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.more-b.ls::after {
  background-color: #000;
}

.more-b.ls:hover {
  border-color: #000;
}
.more-b:hover {
  border-color: #0075cc;
}

.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
  color: #fff;
}

.more-b:hover::after {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.more-b.bs {
  border-color: #fff;
  color: #fff;
}

.more-b.bs i {
  color: #fff;
}

.more-b.bs:hover {
  border-color: #0075cc;
}

.more-b.ls {
  border-color: #0075cc;
  color: #fff;
  background: #0075cc;
}

.more-b.ls i {
  color: #fff;
}

.more-b.ls::after {
  background-color: #000;
}

.more-b.ls:hover {
  border-color: #000;
}

.more-b.bsb {
  border-color: #fff;
  color: #010101;
  background: #fff;
}

.more-b.bsb i {
  color: #010101;
}

.more-b.bsb:hover {
  border-color: transparent;
  color: #fff;
}

.more-b.bsb:hover i {
  color: #fff;
}
.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.more-b::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 3.125rem;
  background-color: #0075cc;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
  border-color: #0075cc;
}

.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
  color: #fff;
}

.more-b:hover::after {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/**/
.pro-show-cont1 {
  padding: 6.375rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 2rem 0;
  }
}
.pro-show-cont1 .cptd-lista1 {
  margin: 0 -1%;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .cptd-lista1 {
    margin-top: 0;
  }
}

.pro-show-cont1 .cptd-lista1 li {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100% / 4);
  padding: 0 1%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .cptd-lista1 li {
    width: 50%;
  }
}

.pro-show-cont1 .cptd-lista1 li .cont-p {
  padding: 4rem 10%;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0.25rem 1.875rem 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .cptd-lista1 li .cont-p {
    padding: 2rem 8%;
  }
}

.pro-show-cont1 .cptd-lista1 li u {
  background: #f0f9ff;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pro-show-cont1 .cptd-lista1 li u {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.pro-show-cont1 .cptd-lista1 li u img {
  width: 56%;
}

.pro-show-cont1 .cptd-lista1 li p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.6em 'Noto Sans SC';
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .cptd-lista1 li p {
    margin-top: 1rem;
  }
}

.pro-show-cont1 .cptd-lista1 li:hover .cont-p {
  background: #0075cc;
}

.pro-show-cont1 .cptd-lista1 li:hover .cont-p u {
  background: #fff;
}

.pro-show-cont1 .cptd-lista1 li:hover .cont-p p {
  color: #fff;
}
.ny_tit .tit {
  color: #000000;
  font-family: 'Noto Sans SC';
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .ny_tit .tit {
    font-size: 2rem;
  }
}

.ny_tit .ftit {
  color: #0075cc;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ny_tit .ftit {
    font-size: 1.25rem;
  }
}
.paggs {
  overflow-x: auto;
}

.paggs table {
  border-color: #e6e6e6;
  margin-top: 1.5rem;
  min-width: 768px;
  width: 100%;
}

.paggs table td {
  color: #666666;
  font: 400 1rem/1.5em 'Noto Sans SC';
}

.pro-show-cont2 {
  background: #1f84cf;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2rem 0;
  }
}

.pro-show-cont2 .paggs table tr td:nth-child(1) {
  text-align: left;
}

.pro-show-cont2 .paggs table td {
  color: #fff;
  font: 400 1rem/1.5em 'Noto Sans SC';
  text-align: center;
  padding: 1rem 2rem !important;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.ny_tit.bs .tit,
.ny_tit.bs .ftit {
  color: #fff;
}
.proitems .three {
  padding: 5rem 0;
}
.proitems .three .bd {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
}
.proitems .three .bd a {
  display: block;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  padding: 2rem;
  font-size: 18px;
}
.proitems .three .bd a p {
  margin-top: 2rem;
}
.proitems .swiper {
  padding-bottom: 5rem;
}
.proitems .swiper-pagination {
  bottom: 0;
}
.proitems .swiper-pagination-bullet {
  background: rgba(5, 5, 5, 0.5);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin: 0 0.4rem !important;
  opacity: 1;
}
.proitems .swiper-pagination-bullet-active {
  background: #0075cc;
}
.proitems .swiper-button-next,
.proitems .swiper-button-prev {
  background: #000;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}
.proitems .swiper-button-next:after,
.proitems .swiper-button-prev:after {
  font-size: 18px;
}
.proitems .swiper-button-next {
  right: -5rem;
}
.proitems .swiper-button-prev {
  left: -5rem;
}
.proitems .four {
  padding: 5rem 0;
  background: #f8f8f8;
}
.proitems .four .bd {
  margin-top: 3.5rem;
}
.proitems .four .bd .pic img {
  height: 37rem;
}
.proitems .four .bd .flex {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.proitems .four .bd .tx-cont {
  padding: 0 10%;
}
.proitems .four .bd .tit img {
  width: 3.75rem;
  margin-right: 1rem;
}
.proitems .four .bd .tit {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
}
.proitems .four .bd p {
  margin: 1rem 0 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
  font-size: 1.25rem;
}
.bread {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.15rem;
  color: #fff;
  padding: 1.5rem 0;
}
.bread a {
  color: #fff;
}
.bread a:after {
  content: '>';
  padding: 0 0.5rem;
}
/**/
.proitem {
  padding: 40px 0;
  background: #f3f3f3;
}
.proitem .container {
  max-width: 1200px;
}
.proitem .one {
  display: flex;
  margin-bottom: 30px;
}
.proitem .one .banner {
  width: 48%;
  margin-right: 30px;
}
.proitem .one .banner img {
  width: 100%;
}
.proitem .one .banner .bottom {
  position: relative;
  padding: 0 50px;
  margin-top: 15px;
}
.proitem .one .banner .bottom img {
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  height: 90px;
}
.proitem .one .banner .bottom .swiper-button-next,
.proitem .one .banner .bottom .swiper-button-prev {
  width: 47px;
  height: 90px;
  background: #ebebeb;
  top: 0;
  margin: 0;
  color: #333;
}
.proitem .one .banner .bottom .swiper-button-next:after,
.proitem .one .banner .bottom .swiper-button-prev:after {
  font-size: 18px;
}
.proitem .one .banner .bottom .swiper-button-next {
  right: 0;
}
.proitem .one .banner .bottom .swiper-button-prev {
  left: 0;
}
.proitem .one .banner .bottom .swiper-slide-thumb-active img {
  border-color: #000;
}
.proitem .one .hd {
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 14px;
}
.proitem .one .hd h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.proitem .one .bd {
  border: 2px solid #ddd;
  min-height: 270px;
}
.proitem .one .bd .title {
  display: flex;
}
.proitem .one .bd .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 42px;
  text-align: center;
  background: #0075cc;
  font-size: 16px;
  color: #fff;
  margin-top: -2px;
  margin-left: -1px;
  position: relative;
}
.proitem .one .bd .title span:after {
  content: '';
  width: 0px;
  height: 0px;
  border: 15px solid #0075cc;
  border-top-color: #0075cc;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: -24px;
  left: 38%;
}
.proitem .one .bd .title img {
  margin-right: 5px;
}
.proitem .one .bd ul {
  padding: 20px;
  font-size: 14px;
  line-height: 30px;
}
.proitem .one .ft {
  display: flex;
  margin-top: 25px;
}
.proitem .one .ft a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #0075cc;
  padding: 12px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.proitem .one .ft a img {
  margin-right: 5px;
}
.proitem .two .bd {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.proitem .two .bd .tabtitle {
  display: flex;
  text-align: center;
  cursor: pointer;
  flex-wrap: wrap;
}
.proitem .two .bd .tabtitle li {
  width: 20%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.proitem .two .bd .tabtitle li.on {
  color: #007aff;
  font-weight: bold;
}

.proitem .two .tabbox {
  padding: 30px;
  font-size: 14px;
  line-height: 2;
}
.proitem .two .ft {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.proitem .two .ft a {
  color: #fff;
  background: #007aff;
  padding: 12px 18px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'FontAwesome';
}
.news-cont1 {
  background: url(../images/nbg.webp) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 6.875rem 0 9.1875rem;
}

@media (max-width: 768px) {
  .news-cont1 {
    padding: 2rem 0;
  }
}

.news-cont1 .zxzx-cont {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .news-cont1 .zxzx-cont {
    margin-top: 1.5rem;
  }
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0.15rem 0.8rem 0px rgba(0, 117, 204, 0.2);
  padding: 1.625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #fff;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .xw-as1 .data {
  width: 6.25rem;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .xw-as1 .data b {
  display: block;
  color: #0075cc;
  font-family: Montserrat;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .xw-as1 .data p {
  color: rgba(8, 8, 8, 0.5);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .xw-as1 a.name {
  width: -webkit-calc(100% - 6.375rem);
  width: -moz-calc(100% - 6.375rem);
  width: calc(100% - 6.375rem);
  color: rgba(0, 0, 0, 0.8);
  font: 600 1.125rem/1.4em 'Noto Sans SC';
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .xw-as2 {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/1.5em 'Noto Sans SC';
  margin: 1rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .img a {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p .img a img {
  width: 100%;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p:hover,
.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p.on {
  background: #0075cc;
  border: 1px solid #fff;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p:hover .xw-as1 .data b,
.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p:hover .xw-as1 .data p,
.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p.on .xw-as1 .data b,
.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p.on .xw-as1 .data p {
  color: #fff;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p:hover .xw-as1 a.name,
.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p.on .xw-as1 a.name {
  color: #fff;
}

.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p:hover .xw-as2,
.news-cont1 .zxzx-cont .mySwiper9 .swiper-slide .cont-p.on .xw-as2 {
  color: #fff;
}
.news-cont2 {
  background: #f8f8f8;
  overflow: hidden;
  padding-top: 3.6875rem;
}

@media (max-width: 768px) {
  .news-cont2 {
    padding-top: 1rem;
  }
}

.news-cont2 .news-list li {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  border-radius: 0.625rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li {
    margin-top: 1rem;
  }
}

.news-cont2 .news-list li .cont-p {
  padding: 2rem 3%;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p {
    padding: 1rem;
    display: block;
  }
  .news-cont2 .news-list li .cont-p .img > img {
    position: static !important;
  }
  .news-cont2 .news-list li .cont-p .cont .p {
    display: none;
  }
  .pagination > li {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 14px;
  }
  .pagination {
    margin: 20px 0;
  }
}

.news-cont2 .news-list li .cont-p .data {
  width: 6.07143%;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .data {
    display: none;
  }
}

.news-cont2 .news-list li .cont-p .data span {
  display: block;
  color: #0075cc;
  font: 600 2.25rem/1.4em 'Montserrat';
}

.news-cont2 .news-list li .cont-p .data p {
  color: rgba(8, 8, 8, 0.5);
  font: 600 1rem/1.3em 'Montserrat';
}

.news-cont2 .news-list li .cont-p .img {
  width: 27.14286%;
  padding-bottom: 16.28571%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.news-cont2 .news-list li .cont-p .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-cont2 .news-list li .cont-p .img img {
  width: 100%;
}
.news-cont2 .news-list li .cont-p .img:hover img {
  transform: scale(1.1);
}
.news-cont2 .news-list li .cont-p .cont {
  width: 60%;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .cont {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-cont2 .news-list li .cont-p .cont h2 a {
  display: block;
  font: 600 1.125rem/1.5em 'Noto Sans SC';
}

.news-cont2 .news-list li .cont-p .cont h2 a:hover {
  color: #0075cc;
}

.news-cont2 .news-list li .cont-p .cont .p {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/1.5em 'Noto Sans SC';
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .cont .p {
    margin-top: 0.5rem;
  }
}

.news-cont2 .news-list li .cont-p .cont a.ba {
  font-size: 1rem;
  line-height: 1.5em;
  color: #999;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .news-cont2 .news-list li .cont-p .cont a.ba {
    margin-top: 1rem;
  }
}

.news-cont2 .news-list li .cont-p .cont a.ba i {
  font-size: 0.8rem;
  color: #999;
  font-weight: 600;
}

.news-cont2 .news-list li .cont-p .cont a.ba:hover {
  color: #0075cc;
}

.news-cont2 .news-list li .cont-p .cont a.ba:hover i {
  color: #0075cc;
}
