<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .bot .center ul&gt;li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}

header .bot .center ul&gt;li:nth-child(2) .er-ul {
  width: 250%;
  left: -50%;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
}

.er-ul&gt;li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
  padding-left: 5px;
  padding-right: 5px;
}

.er-ul&gt;li:hover a {
  color: #009fe8;
}

.er-ul&gt;li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul&gt;li:last-child {
  padding-bottom: .625rem;
}

header .nav_ul&gt;li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}

.bg {
  background: #009fe8;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #009fe8;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu&gt;li&gt;a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu&gt;li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu&gt;li&gt;.subDepth&gt;li&gt;a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu&gt;li&gt;a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu&gt;li&gt;a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu&gt;li&gt;.subDepth {
  display: none;
}

.container {
  padding: 0 18.125rem;
  width: 100%;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .phone_weibu {
    display: block;
  }
}

body {
  padding-top: 7.5rem;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  top: 0%;
  left: 0;
  box-shadow: 0 0 10px #ddd;
}

header .top {
  background-color: #a7abad;
}

header .top .text {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #ffffff;
}

header .bot {
  line-height: 5.625rem;
}

header .bot .logo img {
  height: 3.25rem;
}

header .bot .tel {
  font-size: 1rem;
  color: #2c2c2c;
}

header .bot .tel i {
  display: inline-block;
  font-size: 1rem;
}

header .bot .center&gt;ul {
  margin-right: 1.875rem;
}

header .bot .center&gt;ul&gt;li {
  margin: 0 .8125rem;
  position: relative;
  float: left;
}

header .bot .center&gt;ul&gt;li&gt;a {
  padding: 0 .625rem;
  font-size: 1rem;
  color: #2c2c2c;
}

header .bot .center&gt;ul&gt;li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .bot .center ul li:hover::before,
header .bot .center ul li.active::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .bot .center ul li:hover&gt;a,
header .bot .center ul li.active&gt;a {
  color: #009fe8;
}

header .fix_top {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 3.75rem;
}

header .fix_top .message {
  background: #009fe8;
  margin-left: 2px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .fix_top .message a {
  padding: 0 2.1875rem;
  font-size: 1rem;
  color: #ffffff;
}

header .fix_top .message a i {
  font-size: 1rem;
}

header .fix_top .message:hover {
  background-color: #323434;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .fix_top ul li {
  width: 3.75rem;
  text-align: center;
  background-color: #323434;
  margin: 0 2px;
  float: left;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .fix_top ul li {
  cursor: pointer;
}

header .fix_top ul li i,
header .fix_top ul li a {
  font-size: 1rem;
  color: #fff;
}

header .fix_top ul li:hover {
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .fix_top ul li:nth-child(1) {
  border-radius: 0 0 0 100%;
}

.banner .swiper-button-white {
  background-size: 1.875rem 1.875rem;
}

.banner .swiper-button-next {
  right: 3rem;
}

.banner .swiper-button-prev {
  left: 3rem;
}

.banner .least_new {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  width: 50%;
  line-height: 5rem;
  padding: 0 1.875rem;
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  z-index: 9;
}

.banner .least_new span {
  padding: .75rem .875rem;
  border: 1px solid #ddd;
  font-size: .875rem;
  color: #ffffff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.banner .least_new a {
  display: inline-block;
  padding-left: 1.25rem;
  font-size: 1rem;
  color: #fff;
}

.banner .least_new:hover {
  bottom: -1.5rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.banner .least_new:hover span {
  background-color: #fff;
  color: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more {
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3rem;
  background-color: #ffffff;
  border-radius: 3.125rem;
  border: solid 1px #cfcfcf;
  display: inline-block;
  text-align: center;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more a {
  color: #7e7e7e;
  text-transform: uppercase;
}

.more:hover,
.more.active {
  background: #009fe8;
  border: solid 1px #009fe8;
}

.more:hover a,
.more.active a {
  color: #fff;
}

.more.active:hover {
  background-color: transparent;
}

.more.active:hover a {
  color: #009fe8;
}

.title_top .fl {
  width: 25%;
}

.title_top .fr {
  margin-top: 1.25rem;
  width: 75%;
  text-align: right;
}

.title_top .fr ul li {
  margin-left: 1.25rem;
}

.en_title {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  padding-top: .3125rem;
  position: relative;
}

.en_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #000000;
  width: 4rem;
}

.title {
  font-size: 2.75rem;
  line-height: 3.4375rem;
  color: #000000;
  font-weight: 600;
}

.mt55 {
  margin-top: 3.4375rem;
}

.swiper-pagination-bullet {
  background-color: #9ba1a5;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  width: 3.4375rem;
  background-color: #009fe8;
  border-radius: 5px;
}

.index_one {
  padding: 10rem 0 6.5625rem;
}


.index_one .swiper-pagination {
  position: relative;
  float: left;
}

.index_one .page_zan {
  display: inline-block;
}

.index_one .zanting {
  float: left;
  width: 1.6875rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
  background-color: #009fe8;
  text-align: center;
  border-radius: 50%;
  margin-left: .625rem;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.index_one .zanting i {
  font-size: .875rem;
  color: #fff;
}

.index_one .bot .swiper-container {
  padding-bottom: 3rem;
}

.index_one .bot .swiper-slide .content {
  display: none;
}

.index_one .bot .swiper-slide-active .content,
.index_one .bot .swiper-slide-next .content,
.index_one .bot .swiper-slide-prev .content {
  display: block;
}

.index_one .bot .swiper-slide-next,
.index_one .bot .swiper-slide-prev {
  text-align: center;
}

.index_one .bot .swiper-slide .text {
  display: none;
}

.index_one .bot .swiper-slide div.img {
  border: solid 1px #e6ebee;
}

.index_one .bot .swiper-slide .name {
  margin-top: 1.25rem;
}

.index_one .bot .swiper-slide .name span:nth-child(1) {
  display: inline-block;
}

.index_one .bot .swiper-slide .name span:nth-child(2) {
  display: none;
}

.index_one .bot .swiper-slide-next,
.index_one .bot .swiper-slide-prev {
  opacity: 0.95;
}

.index_one .bot .name,
.index_one .bot .xinghao {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #000000;
  text-align: center;
}

.index_one .bot .text {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #616161;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.index_one .bot .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.index_one .bot .swiper-slide-active&gt;div {
  padding-top: 0;
  width: 100%;
}

.index_one .bot .swiper-slide-active div.img {
  border: solid 1px #009fe8;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}

.index_one .bot .swiper-slide-active .xinghao {
  display: none;
}

.index_one .bot .swiper-slide-active .text {
  display: -webkit-box;
  margin-top: .625rem;
  height: 3.5rem;
}

.index_one .bot .swiper-slide-active .name span:nth-child(1) {
  display: none;
}

.index_one .bot .swiper-slide-active .name span:nth-child(2) {
  display: inline-block;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_two {
  padding: 7.5rem 0 5.625rem;
  background-color: #f7f8f8;
}

.index_two .bot ul li {
  padding: 0 15px;
  width: 12%;
  position: relative;
  float: left;
  overflow: hidden;
  transition: width 0.6s;
}

.index_two .bot ul li .img {
  height: 31.8125rem;
  background-size: cover !important;
}

.index_two .bot ul li .name,
.index_two .bot ul li .name1 {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #ffffff;
}

.index_two .bot ul li .name {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 5rem;
  text-align: center;
}

.index_two .bot ul li .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 0 3rem;
}

.index_two .bot ul li .hover .name1 {
  width: 60%;
}

.index_two .bot ul li .hover .fr {
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}

.index_two .bot ul li:nth-child(even) {
  margin-top: 2.5rem;
}

.index_two .bot ul li.active {
  width: 40%;
  transition: width 0.6s;
}

.index_two .bot ul li.active .name {
  display: none;
}

.index_two .bot ul li.active .hover {
  bottom: 2.5rem;
}

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #515151;
}

.index_three {
  background-color: #f7f8f8;
  padding-bottom: 5.625rem;
}

.index_three .title_top .fr {
  margin-top: 0;
  text-align: left;
}

.index_one .bot .sum&gt;div {
  display: none;
}

.index_one .bot .sum&gt;div.active {
  display: block;
}

.index_three .title_top .fr .more {
  margin-top: .9375rem;
}

/* .index_three .bot::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #009fe8;
  z-index: -1;
} */

.index_three .bot {
  position: relative;
  z-index: 1;
}

.index_three .bot .fl {
  width: 61%;
}

.index_three .bot .fr {
  width: 39%;
  padding-right: 18.125rem;
  padding-left: 3.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index_three .bot .fr ul li {
  padding: 2.4rem 3.125rem 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.445);
}

.index_three .bot .fr ul li .number {
  font-size: 1rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.445);
}

.index_three .bot .fr ul li .number span {
  font-size: 3.75rem;
  font-weight: 600;
}

.index_three .bot .fr ul li .text {
  color: rgba(255, 255, 255, 0.445);
}

.index_three .bot .fr ul li:last-child {
  border-bottom: none;
}

footer {
  background-color: #a7abad;
  padding: 5rem 0 5rem;
}

footer .fl {
  width: 16%;
}

footer .fr {
  width: 36%;
}

footer .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  margin-bottom: .9375rem;
}

footer .text {
  font-size: .875rem;
  line-height: 1.75rem;
  color: #e5ebee;
}

.beian {
  padding: .9375rem 0;
  background: #009fe8;
}

.beian .text,
.beian a {
  color: #fff;
  font-size: .875rem;
}

.index_one_text {
  -webkit-text-stroke: 1px #d4d4d4;
  color: #d4d4d4;
  font-size: 10rem;
  background-color: #f7f8f8;
  padding-bottom: 5rem;
}

.animate span {
  font-size: 10rem;
  color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
  text-stroke: 1px #d4d4d4;
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
  padding: 0 1.625rem;
}

.index_one_text .c-ticker {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
}

.animate {
  position: relative;
  z-index: 5;
  font-family: 'Myriad Pro';
  font-weight: bold;
  color: #d4d4d4;
  display: inline-block;
  white-space: nowrap;
  animation: 15s wordsLoop linear infinite normal;
}

.animate .c-ticker {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
}

.animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

.animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

.animate .c-ticker__text {
  display: inline-flex;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.ny_ban .hover .title {
  color: #fff;
}

.bread {
  line-height: 4.375rem;
  border-bottom: 1px solid #D6D8DB;
}

.bread .fl {
  width: 50%;
}

.bread .fl ul li {
  position: relative;
  margin-right: 3.0625rem;
  font-size: 1rem;
  color: #323434;
  float: left;
}

.bread .fl ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.bread .fl ul li:hover::before,
.bread .fl ul li.active::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

.bread .fr {
  width: 50%;
  text-align: right;
  font-size: .875rem;
  color: #323434;
}

.bread .fr&gt;div span:last-child {
  display: none;
}

.p94p110 {
  padding: 5.875rem 0 6.875rem;
}

.list_about .name {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 3.125rem;
  text-transform: uppercase;
  color: #009FE8;
  margin: .9375rem 0 .625rem;
}

.list_about .text {
  color: #2C2C2C;
}

.list_about ul li {
  margin-bottom: 2.1875rem;
}

.list_about ul li:last-child {
  margin-bottom: 0;
}

.list_about ul li:nth-child(even) .left {
  float: right;
}

.list_about ul li:nth-child(even) .right {
  float: left;
}

.list_contact .left {
  color: #2C2C2C;
}

.list_contact .left .text {
  color: #2C2C2C;
}

.list_contact .left ul {
  margin-top: .9375rem;
}

.list_contact .left ul li {
  padding: 1.25rem 0;
  border-bottom: 1px dashed #D3D3D3;
}

.list_contact .left .ewm {
  margin-top: 2.1875rem;
}

.list_contact .left .ewm&gt;div {
  display: inline-block;
}

.list_contact .left .ewm&gt;div img {
  border: 1px solid #D3D3D3;
}

.list_contact .left .ewm&gt;div .ta {
  margin-top: .5rem;
}

.list_contact .left .ewm&gt;div:nth-child(1) {
  margin-right: 2.8125rem;
}

.mt25 {
  margin-top: 1.5625rem;
}

.list_pro .col-md-4 {
  margin-bottom: 1.875rem;
}

.squera&gt;div {
  border: 1px solid #E8EAEB;
}

.squera&gt;div .content {
  background: #F2F2F2;
  padding: 1.5625rem 2.1875rem 2.5rem;
}


.squera&gt;div .content .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
}

.squera&gt;div .content .text {
  color: #616161;
  margin: .25rem 0 0.625rem;
  height: 3.75rem;
}

.squera&gt;div .content .more {
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: none;
  background: #009fe8;

}

.squera&gt;div .content .more a {
  color: #fff;
}

.squera:hover img {
  transform: scale(1.1);
}

.squera:hover&gt;div {
  border-color: #009fe8;
}

.squera:hover&gt;div .content {
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.squera:hover&gt;div .name,
.squera:hover&gt;div .text {
  color: #fff;
}

.squera:hover&gt;div .more {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.squera:hover&gt;div .more a {
  color: #4F4F4F;
}

.about_pro {
  background: #F5F5F8;
}

.about_pro .swiper-container {
  padding-bottom: 3.75rem;
}

.show_pro .left ul li:nth-child(1) {
  line-height: 4.375rem;
  border-bottom: none;
  background: #009fe8;
}
 .show_pro .col-md-6 .more{
  margin-top: 1.25rem;
} 

.show_pro .left ul li:nth-child(1) .fl {
  font-size: 1.25rem;
  color: #FFFFFF;
  float: left;
}

.show_pro .left ul li:nth-child(1) .fr {
  opacity: 1;
}

.show_pro .left ul li:nth-child(1) .fr i {
  font-size: 1.875rem;
  color: #fff;

}

.show_pro .left ul li:nth-child(1)&gt;div {
  border-bottom: none;
}

.show_pro .left ul li {
  line-height: 3rem;
  padding: 0 1.875rem;
}

.show_pro .left ul li&gt;div {
  border-bottom: 1px dashed #ddd;
}

.show_pro .left ul li .fl {
  font-size: 1rem;
  color: #323434;
  float: none;
}

.show_pro .left ul li .fr {
  opacity: 0;
}

.show_pro .left ul li .fr i {
  font-size: 1.25rem;
  color: #009fe8;
}

.show_pro .left ul li:nth-child(2) {
  margin-top: .9375rem;
}

.searchbox {
  z-index: 1000;
  top: 3.75rem;
  border-top: 2px solid #009fe8;
}

.serbtn {
  background: #009fe8;
}

.searchs .sertext {
  font-size: 0.875rem;
}

.show_pro .left ul {
  padding-bottom: 1.5625rem;
}

.show_pro .left ul {
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.336);
}

.show_pro .left ul li:hover .fr {
  opacity: 1;
}

.show_pro .left ul li:hover .fl a,
.show_pro .left ul li.active .fl a {
  color: #009fe8;
}

.show_pro .right .subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #009FE8;
  margin-top: .9375rem;
  margin-bottom: .625rem;
}

.show_pro .right .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.show_pro .right .col-md-6:nth-child(1)&gt;div {
  border: 1px solid #ddd;
}

.show_pro .right .text {
  margin-top: 1.25rem;
}

.show_pro .right .text p {
  position: relative;
  padding-left: 1.25rem;
}

.show_pro .right .text .text {
  color: #616161;
}

.show_pro .right .text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #009fe8;
  width: .4375rem;
  height: .4375rem;
  border-radius: 50%;
}

.show_pro .bot ul {
  border-bottom: 1px solid #ddd;
  margin-top: 1.25rem;
}

.show_pro .bot ul li {
  float: left;
  margin-right: 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  text-transform: uppercase;
  color: #616161;
  cursor: pointer;
  position: relative;
}

.show_pro .bot ul li&gt;div {
  padding: 0 .9375rem;
}

.show_pro .bot ul li&gt;div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.show_pro .bot ul li:hover&gt;div::before,
.show_pro .bot ul li.active&gt;div::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.show_pro .bot ul li:hover,
.show_pro .bot ul li.active {
  color: #009fe8;
}

.show_pro .sum&gt;div {
  display: none;
  padding: 2.5rem 0;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #616161;
}

.show_pro .sum&gt;div.active {
  display: block;
}

.bread_pro {
  border-top: 1px solid #ddd;
}

.list_case .col-md-4 {
  margin-bottom: 1.875rem;
}

.list_case .col-md-4&gt;div {
  border: 1px solid #E8EAEB;
}

.list_case .col-md-4 .name {
  line-height: 4.375rem;
  padding: 0 .9375rem;
  font-size: 1.125rem;
  background: #F2F2F2;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_case .col-md-4:hover .name {
  background: #009fe8;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #fff;
}

.list_case .col-md-4:hover img {
  transform: scale(1.1);
}

.show_case .name {
  font-size: 1.625rem;
  line-height: 2.1875rem;
}

.show_case .data {
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #9E9E9E;
  padding: .625rem 0 1.5rem;
  border-bottom: 1px dashed #D3D3D3;
}

.show_case .content {
  padding-top: 4.375rem;
  width: 80%;
  margin: 0 auto;
}

.show_case .content .row&gt;div:nth-child(1)&gt;div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.show_case .content .row&gt;div&gt;div {
  position: relative;
}

.show_case .content .row&gt;div&gt;div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.show_case .name_c {
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding: 3.125rem 0;
  text-transform: uppercase;
  color: #009FE8;
}

@media (max-width: 990px) {
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 5rem;
  }

  header {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  .phone_logo img {
    height: 40px;
  }

  .banner .least_new {
    width: 70%;
  }

  .more {
    width: 120px;
  }

  .title_top .fr ul li {
    margin-left: 10px;
  }

  .title {
    font-size: 26px;
    line-height: 36px;
  }

  .index_one,
  .index_two {
    padding: 60px 0;
  }

  .index_two .bot ul li.active .hover {
    padding: 0 15px;
  }

  .index_two .bot ul li .name,
  .index_two .bot ul li .name1 {
    font-size: 18px;
  }

  .index_two .bot ul li .name {
    width: 3rem;
  }

  .animate span,
  .index_one_text {
    font-size: 6rem;
  }

  .index_three .title_top .fr .text {
    text-align: left;
  }

  .index_three .bot .fr {
    width: 45%;
    padding-right: 5rem;
  }

  .index_three .bot .fl {
    width: 55%;
  }

  .index_three .bot .fr ul li .number {
    line-height: 30px;
  }

  .index_three .bot .fr ul li .number span {
    font-size: 26px;
  }

  .index_three .bot .fr ul li {
    padding: 10px 20px;
  }

  .index_three .bot::before {
    height: 100%;
  }

  footer {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  .phone_weibu {
    display: block;
  }

  .beian {
    background: #000;
  }

  .beian .container {
    padding: 0 15px;
  }

  .beian .text {
    text-align: left;
  }

  #siteFunctions {
    display: block;
  }

  #siteFunctions .hd .lang a.active {
    color: #009fe8;
  }

  .list_about ul li:nth-child(even) .left,
  .list_about ul li:nth-child(even) .right {
    float: none;
  }

  .list_about .name {
    font-size: 26px;
    line-height: 36px;
  }

  .bread .fr {
    display: none;
  }

  .bread .fl {
    width: 100%;
    float: none;
  }

  .bread {
    line-height: 50px;
  }

  .bread .fl ul li {
    margin-right: 25px;
  }

  .ny_ban .img img {
    height: 200px;
    object-fit: cover;
  }

  .p94p110 {
    padding: 60px 0;
  }

  .show_case .content {
    padding-top: 30px;
    width: 100%;
  }

  .show_pro .left {
    margin-bottom: 25px;
  }
}

.bread span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .banner .least_new {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0 15px;
    display: none;
  }

  .banner .swiper-button-next {
    right: 10px;
  }

  .banner .swiper-button-white {
    background-size: 1.25rem 1.25rem;
  }

  .banner .swiper-button-prev {
    left: 10px;
  }

  .title_top .fl {
    width: 40%;
  }

  .title_top .fr {
    width: 60%;
  }

  .index_one .title_top .fr {
    width: 100%;
  }

  .title_top .fr ul {
    display: flex;
    justify-content: space-between;
  }

  .title_top .fr ul li {
    width: 100%;
    margin: 0 2px;
  }

  .index_one,
  .index_two {
    padding: 25px 0;
  }

  .index_one .bot .swiper-container {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .index_one_text {
    padding-bottom: 25px;
  }

  .index_two .bot ul li:nth-child(even) {
    margin-top: 0;
  }

  .index_two .bot ul li {
    width: 100% !important;
    height: 100px;
    margin-bottom: 10px !important;
  }

  .index_two .bot ul li .img {
    height: 100px;
  }

  .index_two .bot ul li.active {
    height: 300px;
  }

  .index_two .bot ul li.active .img {
    height: 300px;
  }

  .index_two .bot ul li .name {
    width: 100%;
  }

  .index_two .bot ul li.active .hover {
    bottom: 1.5rem;
  }

  .animate span,
  .index_one_text {
    font-size: 3rem;
  }

  .index_three .title_top .fl {
    width: 100%;
    float: none;
  }

  .index_three .title_top .fr {
    width: 100%;
    float: none;
    margin-top: 15px;
    text-align: left;
  }

  .index_three .bot .fl {
    width: 100%;
    float: none;
  }

  .index_three .bot .fr {
    float: none;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }

  .mt55 {
    margin-top: 25px;
  }

  .index_three .bot .fr ul li .number span {
    font-size: 30px;
  }

  .p94p110 {
    padding: 25px 0;
  }

  .list_about .name {
    font-size: 20px;
    line-height: 30px;
  }

  .text {
    font-size: 14px;
    line-height: 26px;
  }

  .list_about ul li,
  .list_case .col-md-4,
  .list_pro .col-md-4 {
    margin-bottom: 20px;
  }

  .list_contact .right {
    margin-top: 20px;
  }

  .squera&gt;div .content {
    padding: 15px 15px 20px;
  }

  .show_case .name,
  .show_pro .right .name {
    font-size: 20px;
    line-height: 30px;
  }

  .show_case .content {
    padding-top: 25px;
  }

  .show_case .name_c {
    padding: 20px 0;
  }

  .show_case .content .row&gt;div:nth-child(1)&gt;div:before {
    display: none;
  }

  .show_case .content .row&gt;div&gt;div {
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }

  .show_case .content .row&gt;div&gt;div::after {
    display: none;
  }

  .show_pro .left ul li {
    padding: 0 15px;
  }

  .index_three {
    padding-bottom: 25px;
  }
}</pre></body></html>