

/* 这个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;
}
table, tr, td, th {
    border: 1px #ccc solid;
    padding: 0;
    border-spacing: 0;
}
.bg {
  background: #00B2FF;
}
.banner,.nyban{
    margin-top: 7.4rem;
}
.c {
  color: #00B2FF;
}

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

@font-face {
  src: url(../font/Montserrat-Regular-8.otf);
  font-family: "Montserrat";
}

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

.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 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.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;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

header .container .nav>ul>li:nth-child(2) .er-ul,
header .container .nav>ul>li:nth-child(3) .er-ul {
  width: 150%;
  left: -25%;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
}

.er-ul>li:hover a {
  color: #00B2FF;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .container .nav>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

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

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

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

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

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

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

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

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

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
  font-size: 1rem;
  font-weight: normal !important;
}

/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #00B2FF;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #00B2FF;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav .top .fl img {
  height: 40px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.pagination {
  justify-content: center;
}

.pagination>li,.pagination>a {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 40px;
}

.pagination a.page-num-current {
  border-color: #00B2FF;
  color: #fff;
  background: #00B2FF;
}

.pagination li.active span {
  color: #fff;
}

.sjj_nav>ul>li:first-child {
  border-top: none;
}

.pagination li a {
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
}

.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}

.sjj_nav .bot>li:first-child form {
  padding-right: 15px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}

.fix_ul li {
  border: none;
  background: #686868;
}

.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}

#phone_nav span,
.seaarch_phone span {
  font-size: 22px;
  padding-left: 0;
}

.phone_lanuage {
  line-height: 40px;
  font-size: 14px;
}

.phone_lanuage a {
  padding: 0 5px;
  display: inline-block;
}

.phone_lanuage a:last-child {
  padding-right: 0;
}

.phone_lanuage a:nth-child(1) {
  position: relative;
}

.phone_lanuage a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #8b8b8b;
  right: -2px;
}

.pc_show {
  display: block;
}

.phone_show {
  display: none;
}

.phone_search.ds {
  line-height: 40px;
  margin-left: 15px;
}

.serbtn {
  background: #00B2FF;
}

.searchbox {
  border-color: #00B2FF;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }
}

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

.header_to {
  position: fixed;
  top: 0;
  left: 0;
  line-height: 1.8125rem;
  background: #fff;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ececec;
  font-size: .875rem;
  text-align: center;
}

header {
  position: fixed;
  top: 1.875rem;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 5.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header .container {
  padding: 0 3.75rem;
}

header .container .right {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: flex-end;
  color: #fff;
}

header .container .right .iconfont {
  font-size: 1.25rem;
}

header .container .right a {
  color: #fff;
}

header .container .right .lanuage a:hover {
  color: #00B2FF;
}

header .container .right .lanuage {
  margin-left: 1.875rem;
}

header .container .right .ds {
  cursor: pointer;
}

header .container .left img {
  height: 3.625rem;
}

header .container .nav {
  justify-content: flex-end;
  padding-right: 3.125rem;
}

header .container .nav>ul>li {
  padding: 0 2.0625rem;
  float: left;
  position: relative;
}

header .container .nav>ul>li>a {
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
}

header .container .nav>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .container .nav>ul>li:hover>a,
header .container .nav>ul>li.active>a {
  color: #fff;
}

header .container .nav>ul>li:hover>a::before,
header .container .nav>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .left img:nth-child(1) {
  display: inline-block;
}

header .left img:nth-child(2) {
  display: none;
}

.show_pro_header {
  height: 5.625rem;
}

.show_pro_header header.active {
  box-shadow: none !important;
}

header.active,
header:hover,
.show_pro_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active .nav>ul>li>a,
header:hover .nav>ul>li>a,
.show_pro_header header .nav>ul>li>a {
  color: #232121;
}

header.active .nav>ul>li:hover>a,
header:hover .nav>ul>li:hover>a,
.show_pro_header header .nav>ul>li:hover>a,
header.active .nav>ul>li.active>a,
header:hover .nav>ul>li.active>a,
.show_pro_header header .nav>ul>li.active>a {
  color: #00B2FF;
}

header.active .nav>ul>li:hover>a::before,
header:hover .nav>ul>li:hover>a::before,
.show_pro_header header .nav>ul>li:hover>a::before,
header.active .nav>ul>li.active>a::before,
header:hover .nav>ul>li.active>a::before,
.show_pro_header header .nav>ul>li.active>a::before {
  background: #00B2FF;
}

header.active .left img:nth-child(2),
header:hover .left img:nth-child(2),
.show_pro_header header .left img:nth-child(2) {
  display: inline-block;
}

header.active .left img:nth-child(1),
header:hover .left img:nth-child(1),
.show_pro_header header .left img:nth-child(1) {
  display: none;
}

header.active .right .ds .iconfont,
header:hover .right .ds .iconfont,
.show_pro_header header .right .ds .iconfont {
  color: #232121;
}

header.active .right .ds a,
header:hover .right .ds a,
.show_pro_header header .right .ds a {
  color: #232121;
}

header.active .right .lanuage .iconfont,
header:hover .right .lanuage .iconfont,
.show_pro_header header .right .lanuage .iconfont {
  color: #00B2FF;
}

header.active .right .lanuage a,
header:hover .right .lanuage a,
.show_pro_header header .right .lanuage a {
  color: #00B2FF;
}

.show_pro_header header {
  box-shadow: none;
  border-bottom: 1px solid #E4E4E4;
}

.show_pro_header header.active {
  box-shadow: 0 0 0.625rem #ddd;
}

.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: shangxia 2s infinite;
  cursor: pointer;
}

@keyframes shangxia {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.banner .scroll img {
  width: 4.875rem;
}

.banner .hover_video {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}

.banner .hover_video .container,
.banner .hover_video .container .pr {
  height: 100%;
}

.banner .hover_video .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  opacity: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.404));
}

.banner .hover_video.active .iconfont {
  opacity: 1;
}

.banner .swiper-slide.div1 .more {
  display: none;
}

.banner .swiper-slide.div1 .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
}

.banner .swiper-slide.div1 .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.875rem;
  color: #FFFFFF;
  text-align: center;
}

.banner .div2 .more {
  background: #00CCBC;
  border-color: #00CCBC !important;
}

.banner .div2 .more:hover {
  color: #00CCBC !important;
}

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

.banner .hover .p1 {
  font-weight: 700;
  font-size: 4.375rem;
  line-height: 5rem;
  /* identical to box height */
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.banner .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #FFFFFF;
  margin-top: 2.5rem;
}

.banner .hover .p2 span {
  padding: 1rem 1.25rem;
  background: #FF7A00;
  border-radius: 2.8125rem;
  display: inline-block;
}

.banner .hover .p3 {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.banner .hover .p3 p {
  position: relative;
  padding-left: 1rem;
}

.banner .hover .p3 p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #fff;
}

.banner .hover .p4 {
  margin-bottom: 1.25rem;
}

.banner .hover .p4 ul li {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006D60;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50%;
  margin-right: 1.25rem;
  text-align: center;
}

.banner .hover .p4 ul {
  display: flex;
}

.banner .hover .more {
  border-color: #00B2FF;
}

.banner .hover .more:hover {
  color: #00B2FF;
}

.banner .hover .p6 {
  margin-bottom: 1.875rem;
}

.banner .hover .p6 ul li {
  width: auto;
  line-height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7A00;
  font-weight: 700;
  padding: 0 1.25rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 2.5rem;
  margin-right: 1.25rem;
  text-align: center;
}

.banner .hover .p6 ul {
  display: flex;
}

.banner .hover .p7.p6 {
  color: #474747;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: 2.375rem;
  right: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 1.375rem;
  padding: 0 1rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.125rem;
  background: #fff;
  left: 2.25rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 3.75rem;
  position: relative;
  color: #ffffff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 2.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-next {
  right: auto;
  left: 4.875rem;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  margin-top: 0;
  bottom: 2rem;
  top: auto;
  z-index: 900;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background: #00B2FF;
}

.banner .swiper-button-next .iconfont,
.banner .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #fff;
  display: block;
}

.bgf7 {
  background: #f7f7f7;
}

.title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 4.375rem;
  /* identical to box height */
  color: #000000;
}

.en_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #00B2FF;
}

.index_one {
  padding: 7rem 0 3 0;
  position: relative;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }

  100% {
    transform: scale(1);
  }
}

.index_one ul li {
  height: auto;
}

.index_one ul li:hover>div {
  background: #00B2FF;
  border-color: #00B2FF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one ul li:hover>div .name,
.index_one ul li:hover>div .text {
  color: #fff !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one ul li:hover>div .name::before {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one ul li>div {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 1.25rem;
  height: 100%;
  padding: 0 1.5625rem;
  height: 15rem;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one ul li .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  position: relative;
  padding-bottom: 0.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #000000;
}

.index_one ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00B2FF;
  width: 2.5rem;
  height: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3px;
}

.index_one ul li .text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sum_sum>div {
  display: none;
}

.sum_sum>div.active {
  display: block;
}

.index_two {
  background: #F7F7F7;
  position: relative;
  z-index: 3;
}

.index_two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #DDEFF9;
  z-index: -2;
}

.index_two .name.ta {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.625rem;
  text-align: center;
  position: relative;
  margin-top: -1.5625rem;
  color: #000000;
}

.index_two .padding {
  padding: 0 24.375rem;
}

.index_two .swiper-container {
  z-index: 88;
  overflow: inherit;
}

.index_two .swiper-slide {
  padding-bottom: 4.125rem;
}

.index_two .swiper-slide .over,
.index_two .swiper-slide .over img {
  border-radius: 1.25rem;
}

.index_two .swiper-slide.swiper-slide-active .hover {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10.625rem);
  left: 50%;
  transform: translateX(-50%);
  background: #00B2FF;
  border-radius: 1.25rem;
  padding: 2.1875rem 2.5rem 2.1875rem 1.875rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide .hover .content {
  align-items: center;
}

.index_two .swiper-slide .hover .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.index_two .swiper-slide .hover .text {
  color: #FFFFFF;
  margin-top: 0.5rem;
}

.index_two .swiper-slide .hover .more_a {
  justify-content: flex-end;
}

.index_two .swiper-slide .hover .more_a:hover {
  color: #fff !important;
}

.index_two .swiper-slide .hover .more_a:hover .iconfont {
  transform: translateX(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-button-next,
.index_two .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  line-height: 3.375rem;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
}

.index_two .swiper-button-next .iconfont,
.index_two .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  color: #000000;
}

.index_two .swiper-button-next:hover,
.index_two .swiper-button-prev:hover {
  background: #00B2FF;
  border-color: #00B2FF;
}

.index_two .swiper-button-next:hover .iconfont,
.index_two .swiper-button-prev:hover .iconfont {
  color: #fff;
}

.index_two .swiper-button-next {
  right: 14.25rem;
}

.index_two .swiper-button-prev {
  left: 14.25rem;
}

.text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.more_a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.index_three ul {
  display: flex;
  justify-content: center;
  position: relative;
}

.index_three ul li {
  width: 11.1111%;
}

.index_three ul:nth-child(1)::before,
.index_three ul:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background: linear-gradient(to left, #eee, #eaeaea, #adadad, #eaeaea, #eee);
}

.index_three ul:nth-child(2)::before,
.index_three ul:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(to left, #eee, #eaeaea, #adadad, #eaeaea, #eee);
}

.index_three .card1:hover .face {
  transform: rotateY(-180deg);
}

.index_three .card2 {
  width: 44.4444%;
  background: #00B2FF;
  border-radius: 1.25rem;
  position: relative;
  z-index: 9;
  padding-left: 1.875rem;
  display: flex;
  align-items: center;
}

.index_three .card2 div {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #FFFFFF;
}

.index_three .card2 p {
  font-weight: 700;
  font-size: 5.625rem;
  line-height: 6.875rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateY(-50%);
  color: rgba(235, 238, 243, 0.1);
}

.index_three .face {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.index_three .card1 {
  perspective: 500px;
  position: relative;
  z-index: 9;
}

.index_three .card1 img {
  padding: 0.3125rem;
}

.index_three .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #00B2FF;
  height: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .back span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}

.index_three .card1:hover .back {
  transform: rotateY(0);
}

.index_three .mt55 {
  padding: 0 5.75rem;
}

.index_three .mt55 .pr {
  padding-bottom: 1.875rem;
}

.index_three .mt55 .line div {
  width: 1px;
  position: absolute;
  background: linear-gradient(#eee, rgba(173, 173, 173, 0.527), #eee);
  z-index: 1;
}

.index_three .mt55 .line div:nth-last-child(1) {
  height: 75%;
  bottom: 1.875rem;
  right: 11.1111%;
}

.index_three .mt55 .line div:nth-child(1) {
  height: 75%;
  bottom: 1.875rem;
  left: 11.1111%;
}

.index_three .mt55 .line div:nth-child(2) {
  height: 85%;
  bottom: 0;
  left: 22.2222%;
}

.index_three .mt55 .line div:nth-last-child(2) {
  right: 22.2222%;
  height: 85%;
  bottom: 0;
}

.index_three .mt55 .line div:nth-child(3) {
  height: 90%;
  bottom: 0;
  left: 33.3333%;
}

.index_three .mt55 .line div:nth-last-child(3) {
  right: 33.3333%;
  height: 90%;
  bottom: 0;
}

.index_three .mt55 .line div:nth-child(4) {
  height: 90%;
  bottom: 0;
  left: 44.4444%;
}

.index_three .mt55 .line div:nth-last-child(4) {
  right: 44.4444%;
  height: 90%;
  bottom: 0;
}

.index_five,
.index_two {
  padding-bottom: 2rem;
}

.index_five .container>.pr,
.index_two .container>.pr {
  padding: 2rem 0 0;
}

.index_five .en_name,
.index_two .en_name {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  color: #D3E6F0;
  z-index: -1;
}

.index_five {
  background: #F7F8FC;
  position: relative;
  z-index: 9;
}

.index_five .en_name {
  color: #EBEEF3;
  top: 1.8125rem;
}

.index_five .swiper-button-next,
.index_five .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  line-height: 3.375rem;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 0;
  top: 9.25rem;
  transform: translateY(0);
}

.index_five .swiper-button-next .iconfont,
.index_five .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  color: #000000;
}

.index_five .swiper-button-next:hover,
.index_five .swiper-button-prev:hover {
  background: #00B2FF;
  border-color: #00B2FF;
}

.index_five .swiper-button-next:hover .iconfont,
.index_five .swiper-button-prev:hover .iconfont {
  color: #fff;
}

.index_five .swiper-button-prev {
  left: auto;
  right: 5.5rem;
}

.index_five .swiper_top .swiper-slide:nth-child(odd) {
  width: 66.6% !important;
}

.index_five .swiper_top .swiper-slide:nth-child(even) {
  width: 33.3% !important;
}

.index_five .swiper_top.swiper-container {
  margin: 3.4375rem -0.9375rem 0;
  padding-bottom: 4.375rem;
}

.index_five .swiper_top .swiper-pagination {
  bottom: 0;
}

.index_five .swiper_top .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  background: #D9D9D9;
  opacity: 1;
}

.index_five .swiper_top .swiper-pagination-bullet-active {
  background: #00B2FF;
}

.index_five .swiper_top .swiper-slide {
  padding: 0 0.9375rem;
}

.index_five .swiper_top .swiper-slide .top {
  margin-bottom: 1.875rem;
}

.index_five .swiper_top .swiper-slide .pr:hover .hover {
  color: #00B2FF;
}

.index_five .swiper_top .swiper-slide .pr:hover img {
  transform: scale(1.1);
}

.index_five .swiper_top .swiper-slide .hover {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.index_five .swiper_top .swiper-slide .img,
.index_five .swiper_top .swiper-slide .img img {
  border-radius: 1.25rem;
}

.index_five .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem;
}

.index_five .name_bot {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.375rem;
  text-align: center;
  margin-top: 1.625rem;
  color: #000000;
}

.index_five .padding {
  padding: 3.75rem 7.5rem 0;
  background: linear-gradient(180deg, #00B2FF 0%, #199CD4 108%);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.index_five .padding .swiper-pagination {
  display: none;
}

.index_five .padding .icon img {
  width: 5.25rem;
}

.index_five .padding .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.4375rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../image/jt.svg) no-repeat;
  background-size: contain;
}

.index_five .padding .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .padding .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .padding .swiper-slide:last-child::before {
  display: none;
}

.index_five .padding .bot {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.1875rem 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 2.8125rem;
}

.index_five .padding .bot img {
  margin-right: 1.25rem;
  width: 2.8125rem;
}

.index_five .swiper_bot .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0.3125rem;
}

.index_six {
  padding: 5rem 0;
}

.index_six .container {
  padding-right: 0;
  padding-top: 6.875rem;
  padding-bottom: 2.1875rem;
}

.index_six .left {
  position: absolute;
  top: 0;
  left: 0;
}

.index_six .container {
  position: relative;
}

.index_six .container>.row.pr {
  justify-content: flex-end;
}

.index_six .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #29558B;
  border-radius: 0 1.25rem 1.25rem 0;
  z-index: -1;
}

.index_six .title {
  color: #fff;
  padding-top: 3.75rem;
}

.index_six .en_name {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

.index_six.active .xtzs-svg path {
  stroke-dashoffset: 0;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}

.index_six .xtzs-svg path {
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  opacity: 0.3;
}

.index_six .content {
  margin: 3.125rem 0 3.75rem;
  width: 33%;
}

.index_six .content .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.5625rem;
}

.index_six .content .text {
  color: #FFFFFF;
  text-align: justify;
}

.index_six .text {
  color: #fff;
}

.index_six .row.bot {
  margin-top: 2.1875rem;
}

.index_six .row.bot ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_six .row.bot ul li {
  width: 25%;
}

.index_six .num {
  font-family: "Montserrat";
}

.index_six .num .counter {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
}

.index_six .num sub {
  font-size: 1.625rem;
  line-height: 2rem;
  color: #FFFFFF;
  bottom: 0.875em;
}

.index_six .num sub sub {
  font-size: 0.875rem;
  bottom: 0.5rem;
}

.more {
  line-height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  padding: 0 2.5rem;
  font-size: 1rem;
  color: #FFFFFF;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.more .iconfont {
  margin-left: 0.625rem;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more.black {
  border: 1px solid #030303;
  color: #030303;
}

.more.black .iconfont {
  font-weight: 600;
}

.more.black:hover {
  border-color: #00B2FF;
}

.more.bg {
  background: #00B2FF;
}

.more.bg::before {
  background: #fff;
}

.more:hover {
  color: #fff;
}

.more:hover .iconfont {
  transform: translateX(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #00B2FF;
  z-index: -1;
  border-radius: 1.875rem;
}

.more::before::before {
  background: #fff;
}

.list_message .contact>div:last-child {
  margin-bottom: 0;
}

.index_seven {
  padding: 0rem 0 3rem 3.125rem;
}

.index_seven::before {
  content: "";
  position: absolute;
  top: 5.375rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/6.png) no-repeat;
  width: 60%;
  height: 35.625rem;
}

.index_seven .index_title {
  align-items: center;
}

.index_seven .index_title .more {
  border: 1px solid #000000;
  color: #000000;
  padding: 0 2.5rem;
}

.index_seven .index_title .more.active {
  background: #00B2FF;
}

.index_seven .index_title .more:nth-child(1) {
  margin-right: 0.875rem;
}

.index_seven .index_title .more:last-child {
  margin-left: 0.875rem;
}

.index_seven .index_title .more.active,
.index_seven .index_title .more:hover {
  border-color: #00B2FF;
  color: #fff;
}

.index_seven .padding {
  padding: 0 1.25rem;
}

.index_seven .sum .over,
.index_seven .sum .over img {
  border-radius: 1.25rem;
}

.index_seven .sum>.pr {
  display: none;
}

.index_seven .sum>.pr.active {
  display: block;
}

.index_seven .sum .hover {
  position: absolute;
  bottom: 0;
  right: -3rem;
  background: linear-gradient(180deg, #00B2FF 0%, #199CD4 108%);
  width: 60%;
  border-radius: 1.875rem 0 0 0;
  padding: 2.5rem 2.125rem 2.75rem;
  z-index: 9;
}

.index_seven .sum .hover .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF;
}

.index_seven .sum .hover .text {
  text-align: justify;
  color: #FFFFFF;
  margin-top: 0.625rem;
}

.index_seven .right ul {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 1.25rem;
  padding: 0 2.3125rem;
}

.index_seven .right ul li {
  padding: 2.126rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.index_seven .right ul li:last-child {
  border-bottom: none;
}

.index_seven .right ul li:hover,
.index_seven .right ul li.active {
  transform: translateX(1.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_seven .right ul li:hover .left_son,
.index_seven .right ul li.active .left_son,
.index_seven .right ul li:hover .left_son div,
.index_seven .right ul li.active .left_son div {
  color: #00B2FF;
}

.index_seven .right ul li:hover .left_son::before,
.index_seven .right ul li.active .left_son::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.75rem;
  width: 2.4375rem;
  height: 0.125rem;
  background: #00B2FF;
}

.index_seven .right ul li .left_son {
  display: flex;
  align-items: flex-end;
  width: 5.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}

.index_seven .right ul li .left_son div {
  font-size: 1.875rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.index_seven .right ul li .right_son {
  width: calc(100% - 5.625rem);
}

.index_seven .right ul li .right_son a {
  font-size: 1rem;
  text-align: justify;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

footer {
  background: #323232;
  padding: 6.125rem 0 3.5625rem;
}

footer p {
  margin-top: 3.75rem;
  color: #fff;
  font-size: 1rem;
}
footer .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  margin-bottom: 1.625rem;
}

footer .name a {
  color: #fff;
}

footer .footer_left {
  width: 15%;
}

footer .col-4 {
  display: none;
}

footer .text {
  font-size: 1rem;
  line-height: 2rem;
  color: #FFFFFF;
}

footer .text:hover {
  color: #00B2FF;
}

footer .right {
  width: 25%;
}

footer .right .content ul li {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

footer .right .content ul li>div:nth-child(1) {
  width: 2.5rem;
  line-height: 2.375rem;
  text-align: center;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

footer .right .content ul li>div:nth-child(1) .iconfont {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}

footer .right .content ul li>div:nth-child(2) {
  width: calc(100% - 2.5rem);
  padding-left: 0.625rem;
}

.beian {
  background: #292929;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  padding: 0.875rem 0;
  line-height: 1.25rem;
  color: #BABABA;
}

.fenxiang {
  font-weight: 700;
  font-size: 1.125rem;
  justify-content: flex-start;
  color: #FFFFFF;
}

.rightfix1 {
  position: fixed;
  bottom: 22rem;
  right: 2rem;
  z-index: 9999;
}

.rightfix1 li {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  margin-bottom: 1.25rem;
  position: relative;
  background: #00B2FF;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}

.rightfix1 li:nth-child(1) {

 margin-bottom: 2.25rem;

}

.rightfix1 li .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #fff;
}

/* .rightfix1 li:nth-child(1) {
  height: auto;
  line-height: 1.5rem;
  border-radius: 2.5rem;
}

.rightfix1 li:nth-child(1) a {
  padding: 1.25rem 0;
  color: #fff;
}

.rightfix1 li:nth-child(1) div {
  writing-mode: vertical-lr;
  margin: 0.625rem auto 0;
} */

.rightfix1 li .right_text {
  position: absolute;
  left: 4.375rem;
  top: 0;
  width: 0;
  /* height: 100%; */
  background: #00B2FF;
  border-radius: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: right;
  overflow: hidden;
  color: #fff;
}

.rightfix1 li .right_text1 {
  position: absolute;
  left: 6.375rem;
  top: -30%;
  width: 0;
  background: #00B2FF;
  border-radius: 0.8rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: right;
  overflow: hidden;
  color: #fff;
}
.right_text2{
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0%;
  border: 1px solid #ccc;
  padding: 5px;
}
.wechat:hover .right_text2{
  display: block;
}
.rightfix1 li:hover .right_text {
  left: calc(-12rem + 4.375rem);
  width: 12rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: right;
}
.rightfix1 li:hover .right_text1 {
  left: calc(-19rem + 4.375rem);
  width: 14rem;
  padding: 20px;
  transition: all 0.6s;
  -webkit-transform: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transform-origin: right;
}
.rightfix1 .fixright_li_last {
  cursor: pointer;
  display: none;
}

.rightfix1 .fixright_li_last.active {
  display: block;
}

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

.nyban .hover .p1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 5rem;
  color: #FFFFFF;
  text-align: center;
}

.nyban .hover .p1 span {
  background: #00B2FF;
  border-radius: 5rem;
  padding: 0.875rem 1.25rem 0.875rem 0.5rem;
  margin-left: 0.625rem;
  font-style: italic;
}

.nyban .hover .p2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.875rem;
  text-align: center;
}

.nyerji {
  padding: 1.375rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyerji ul li {
  min-width: 8.75rem;
  text-align: center;
  margin: 0 0.9375rem;
}

.nyerji ul li a {
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2.5rem;
  line-height: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #fff !important;
  background: #00B2FF;
  border-color: #00B2FF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p80 {
  padding: 5rem 0;
}

.list_pro_rec .left {
  padding-right: 3.125rem;
}

.list_pro_rec .right {
  padding: 0 0 4.375rem 4.6875rem;
}

.list_pro_rec .row {
  align-items: flex-end;
}

.list_pro_rec .padding {
  z-index: 2;
  padding: 0 4.0625rem 4.5rem;
}

.list_pro_rec .padding::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.0625rem;
  background: #29558B;
  border-radius: 1.25rem;
  z-index: -1;
}

.list_pro_rec .padding .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.625rem;
  color: #00B2FF;
}

.list_pro_rec .padding .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.list_pro_rec .padding .text p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  margin: 6rem 0 1.375rem;
}

.bor {
  border-radius: 1.25rem;
}

.squer_pro {
  margin-bottom: 1.875rem;
}

.squer_pro>div {
  background: #fff;
}

.squer_pro .over {
  border-radius: 1.25rem 1.25rem 0 0;
}

.squer_pro .content {
  padding: 1.5rem 1.875rem 1.875rem 1.875rem;
  border: 1px solid #E4E4E4;
  border-radius: 0 0 1.25rem 1.25rem;
}

.squer_pro .content .name {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  color: #000000;
}

.squer_pro .content p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0.375rem 0 0.75rem;
}

.squer_pro .content .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
}

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

.squer_pro:hover .name {
  color: #00B2FF;
}

.squer_pro:hover>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.125);
}

.list_qa .list {
  background: #F7F8FC;
  border: 1px solid #E7E7E7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1rem;
  padding: 1.25rem 2.1875rem;
  margin-bottom: 1.25rem;
}

.list_qa .list:hover,
.list_qa .list.active {
  background: linear-gradient(180deg, rgba(0, 178, 255, 0) 0%, rgba(0, 178, 255, 0.1) 100%), #FFFFFF;
  border: 1px solid #00B2FF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .list:hover .q>div:nth-child(1),
.list_qa .list.active .q>div:nth-child(1),
.list_qa .list:hover .a>div:nth-child(1),
.list_qa .list.active .a>div:nth-child(1) {
  background: #00CCBC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .list .a {
  display: none !important;
}

.list_qa .list.active .a {
  display: flex !important;
}

.list_qa .list .q {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #00B2FF;
}

.list_qa .list .a {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 1.5625rem;
  margin-top: 1.5625rem;
  border-top: 1px solid #00B2FF;
}

.list_qa .list .a p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  text-transform: lowercase;
  color: #999999;
}

.list_qa .list .q,
.list_qa .list .a {
  display: flex;
  align-items: flex-start;
}

.list_qa .list .q>div:nth-child(1),
.list_qa .list .a>div:nth-child(1) {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 0.375rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #DDDDDD;
}

.list_qa .list .q>div:nth-child(2),
.list_qa .list .a>div:nth-child(2) {
  width: calc(100% - 2.125rem);
  padding-left: 1rem;
}

.list_qa .sum>ul {
  display: none;
}

.list_qa .sum>ul.active {
  display: block;
}

.show_pro_nav {
  line-height: 5rem;
  border-bottom: 1px solid #E4E4E4;
  position: fixed;
  top: calc(5.625rem + 1px);
  background: #fff;
  z-index: 900;
  width: 100%;
  height: 5rem;
}

.show_pro_nav .left {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #333333;
}

.show_pro_nav .right {
  font-size: 1.125rem;
  color: #666666;
}

.show_pro_nav .right li {
  padding: 0 1.125rem;
  float: left;
  position: relative;
  cursor: pointer;
}

.show_pro_nav .right li.active,
.show_pro_nav .right li:hover {
  color: #00B2FF;
}

.show_pro_nav .right li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background: #DBDBDB;
  left: 0;
}

.show_pro_nav .right li:first-child::before {
  display: none;
}

.bread {
  padding-top: 1.25rem;
}

.bread .text {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.bread .text a {
  color: rgba(0, 0, 0, 0.5);
}

.bread .text a:hover {
  color: #00B2FF;
}

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

.show_pro_one {
  z-index: 3;
}

.show_pro_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #f7f7f7;
  z-index: -1;
}

.show_pro_one::before .big_title {
  z-index: 1;
  color: #EBEEF3;
}

.show_pro_one .left {
  padding-right: 0;
}

.show_pro_one .right {
  padding-left: 4.5rem;
}

.show_pro_one .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.625rem;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 1rem;
}

.show_pro_one .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  margin: 1.875rem 0 1.875rem;
  color: rgba(0, 0, 0, 0.6);
}

.show_pro_one .more {
  padding: 0 2.5rem;
}

.show_pro_one .more:nth-child(1)::before {
  background: #00CCBC;
}

.show_pro_one .more:nth-child(2) {
  background: #00CCBC;
  margin: 0 1.375rem 0 1rem;
}

.show_pro_one .more:nth-child(2)::before {
  background: #00B2FF;
}

.show_pro_one .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  color: #00B2FF;
}

.show_pro_one .flex .iconfont {
  font-size: 1.5rem;
  font-weight: 600;
}

.show_pro_one .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
}

.show_pro_one .swiper-pagination-bullet-active {
  background: #00B2FF;
}

.show_pro_one .fenxiang {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 2.8125rem;
  font-weight: normal;
  font-size: 1rem;
  color: #000000;
}

.show_pro_one .fenxiang .social-share li a {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.z4 {
  z-index: 4;
}

.big_title {
  font-weight: 700;
  font-size: 5.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #F3F4F6;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  left: 50%;
  width: 100%;
}

.bgf7 .big_title {
  z-index: 1;
  color: #EBEEF3;
}

.pt0 {
  padding-top: 0;
}

#dituContent {
  border-radius: 0 1.25rem 1.25rem 0 !important;
}

.content_box .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.content_box .li>div:nth-child(1) {
  width: 8.75rem;
  text-align: center;
  line-height: 1.5rem;
  padding: 0.625rem 0.5rem;
  background: #DDEFF9;
  border-radius: 1.875rem;
  font-weight: 700;
  font-size: 1rem;
  float: left;
  color: #00B2FF;
}

.content_box .li>div:nth-child(2) {
  float: right;
  padding-left: 1.875rem;
  width: calc(100% - 8.75rem);
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 0.6875rem;
}

.content_box .li table {
  font-size: 1rem;
  border-color: #E4E4E4;
  line-height: 3.625rem;
  color: rgba(0, 0, 0, 0.8);
}

.content_box .li table td {
  width: 16.25rem;
  padding-left: 2.5rem;
}

.pro_recom .swiper-container {
  padding-bottom: 1.5rem;
}

.pro_recom .swiper-pagination {
  bottom: 0;
}

.pro_recom .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}

.pro_recom .swiper-pagination-bullet-active {
  background: #00B2FF;
}

.pro_recom .swiper-slide img {
  height: 18.75rem;
  object-fit: cover;
}

.list_case .container {
  padding-bottom: 3.625rem;
}

.list_case .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list_case .padding {
  padding: 0 3.4375rem 4rem;
  position: relative;
  z-index: 2;
}

.list_case .padding::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6.25rem);
  z-index: -1;
  background-color: #fff;
  border-radius: 1.25rem;
}

.list_case .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 0.375rem;
}

.list_case .swiper-pagination-bullet-active {
  background: #00B2FF;
}

.list_case .row {
  align-items: flex-end;
}

.list_case .right {
  padding-left: 4.6875rem;
  padding-bottom: 3.125rem;
}

.list_case .right .name {
  font-size: 2.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
}

.list_case .right .text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #D9D9D9;
  color: rgba(0, 0, 0, 0.6);
}

.list_case .right .more {
  margin-top: 3.125rem;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  padding: 0 2.5rem;
}

.list_case .right .more:hover {
  border-color: #00B2FF;
  color: #fff;
}

.p_top {
  position: absolute;
  top: -5.625rem;
}

.phone_footer {
  position: fixed;
  bottom: 0.9375rem;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  line-height: 2.8125rem;
}

.phone_footer ul {
  border-radius: 2.5rem;
  background: #00B2FF;
  display: flex;
  align-items: center;
}

.phone_footer ul li:nth-child(1) {
  border-radius: 2.5rem 0 0 2.5rem;
}

.phone_footer ul li:nth-last-child(1) {
  border-radius: 0 2.5rem 2.5rem 0;
}

.phone_footer ul li {
  flex: 1 0 0;
  width: 25%;
  text-align: center;
  position: relative;
}

.phone_footer ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
}

.phone_footer ul li:last-child::before {
  display: none;
}

.phone_footer ul li .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}

.list_case_two .more {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  padding: 0 2.5rem;
}

.list_case_two .name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: #000000;
}

.list_case_two .text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1.25rem 0 3.75rem;
  color: rgba(0, 0, 0, 0.6);
}

.list_case_two .left ul li {
  background: #F7F8FC;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_case_two .left ul li:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_case_two .left ul li:hover img {
  transform: scale(1.1);
}

.list_case_two .left ul li:hover .name {
  color: #00B2FF;
}

.list_case_two .left ul li .left_left {
  width: 42%;
}

.list_case_two .left ul li .left_right {
  width: 58%;
  padding-left: 3.125rem;
  padding-right: 4.375rem;
}

.list_case_two .left ul li .left_left,
.list_case_two .left ul li .left_left a,
.list_case_two .left ul li .left_left a img {
  border-radius: 1.25rem 0 0 1.25rem;
}

.list_case_two .right>div {
  background: #F7F8FC;
  border-radius: 1.25rem;
  padding: 1.875rem 1.5625rem;
}

.list_case_two .right .name_name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #000000;
}

.list_case_two .right ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_case_two .right ul li:first-child {
  padding-top: 0;
}

.list_case_two .right ul li .data {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 1.875rem 0 0.3125rem;
  color: #999999;
}

.list_case_two .right ul li .name {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}

.list_case_two .right ul li img {
  height: 12.5rem;
  object-fit: cover;
}

.list_case_two .right ul li:hover img {
  transform: scale(1.1);
}

.list_case_two .right ul li:hover .name {
  color: #00B2FF;
}

.list_solution {
  padding: 2.5rem 0 5rem;
}

.list_solution .squer_pro {
  margin-bottom: 1.875rem;
}

.list_solution .squer_pro .line2 {
  height: 3.25rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.5);
}

.list_solution .squer_pro img {
  height: 18.75rem;
  object-fit: cover;
}

.list_solution .squer_pro>div {
  background: #f7f7f7;
}

.list_solution .squer_pro>div .big_title {
  z-index: 1;
  color: #EBEEF3;
}

.list_case .left1 {
  width: 53%;
  float: left;
}

.list_case .flex.clearfix {
  display: flex;
  align-items: flex-end;
}

.list_case .right1 {
  width: 47%;
  padding-left: 5rem;
  float: right;
  padding-bottom: 6.25rem;
}

.list_case .right1 .name {
  font-size: 2.5rem;
  line-height: 1;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #00B2FF;
  border-bottom: 1px solid #D9D9D9;
}

.list_case .right1 .list {
  margin-bottom: 3.4375rem;
}

.list_case .right1 .list:last-child {
  margin-bottom: 0;
}

.list_case .right1 .list div {
  width: 8.75rem;
  text-align: center;
  line-height: 1.5rem;
  padding: 0.625rem 0.5rem;
  background: #DDEFF9;
  border-radius: 1.875rem;
  font-weight: 700;
  font-size: 1rem;
  color: #00B2FF;
}

.list_case .right1 .list p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}

.big_title.left_title {
  left: 0;
  transform: translate(0, -50%);
}

.pb0 {
  padding-bottom: 0 !important;
}

.list_contact .left {
  width: 43%;
  border-radius: 1.25rem 0 0 1.25rem;
  background: #00B2FF;
  padding: 8.75rem 1.25rem 10rem 4.375rem;
  position: relative;
}

.list_contact .left::before {
  content: "";
  position: absolute;
  right: 1.625rem;
  bottom: 1.625rem;
  width: 17.75rem;
  height: 18.75rem;
  background: url(../image/13.png) no-repeat;
  background-size: contain;
}

.list_contact .left .name {
  font-size: 1.875rem;
  line-height: 2.6875rem;
  text-transform: uppercase;
  padding-bottom: 1.375rem;
  position: relative;
  color: #FFFFFF;
}

.list_contact .left .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 2px;
  background: #fff;
}

.list_contact .left li {
  font-size: 1.125rem;
  line-height: 3.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_contact .left li>div:nth-child(1) {
  width: 4.25rem;
  float: left;
}

.list_contact .left li>div:nth-child(2) {
  width: calc(100% - 4.25rem);
  float: right;
}

.list_contact .right {
  width: 57%;
}

.list_message input {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 1.875rem;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  width: 100%;
  color: #666666;
}

.list_message textarea {
  width: 100%;
  height: 8.9375rem;
  border: 1px solid #DCDCDC;
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.list_message .contact>div {
  margin-bottom: 1.875rem;
}

.list_message .more {
  padding: 0 2.5rem;
  border-color: #00B2FF;
  line-height: 3.125rem;
}

.list_message .more.bg:hover {
  color: #00B2FF;
}

.text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.list_service .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #00B2FF;
}

.list_service ul li {
  margin-bottom: 1.875rem;
}

.list_service ul li>div {
  padding: 6.0625rem 1.25rem;
  background: url(../image/15.png) no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  border: 1px solid #E4E4E4;
  height: 100%;
}

.list_service ul li div.pr {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  text-align: center;
  padding-bottom: 0.8125rem;
  color: #000000;
}

.list_service ul li div.pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2px;
  background: #00B2FF;
}

.list_news .data {
  display: flex;
  align-items: flex-end;
}

.list_news .data p {
  font-size: 2.5rem;
  line-height: 1;
  text-align: justify;
  text-transform: uppercase;
  color: #00B2FF;
}

.list_news .data div {
  font-size: 1.25rem;
  text-align: justify;
  text-transform: uppercase;
  color: #00B2FF;
}

.list_news .name {
  margin: 2.6875rem 0 1.125rem;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.list_news .text {
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 0 2.25rem;
  border-top: 1px solid #D9D9D9;
}

.list_news .more {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.list_news .more:hover {
  color: #fff;
  border-color: #00B2FF;
}

.list_news .left,
.list_news .left a,
.list_news .left a img {
  border-radius: 1.25rem 0 0 1.25rem;
}

.list_news .left {
  background: #fff;
  padding-left: 0;
}

.list_news .row {
  margin: 0;
}

.list_news .right {
  border-radius: 0 1.25rem 1.25rem 0;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 3.4375rem;
}

.list_news .swiper-container {
  padding-bottom: 3.4375rem;
}

.list_news .swiper-pagination {
  bottom: 0;
}

.list_news .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #D9D9D9;
  opacity: 1;
}

.list_news .swiper-pagination-bullet-active {
  background: #00B2FF;
}

.list_news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}

.list_news_bot .ul li {
  display: flex;
  align-items: center;
  padding: 3.25rem 3.625rem 3.25rem 3.4375rem;
  background: #f7f7f7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
}

.list_news_bot .ul li .big_title {
  z-index: 1;
  color: #EBEEF3;
}

.list_news_bot .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news_bot .ul li:hover .name {
  color: #00B2FF;
}

.list_news_bot .ul li:hover img {
  transform: scale(1.1);
}

.list_news_bot .left {
  width: 10%;
  float: left;
}

.list_news_bot .data {
  display: flex;
  align-items: flex-end;
}

.list_news_bot .data p {
  font-size: 2.5rem;
  line-height: 1;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.list_news_bot .data div {
  font-size: 1.25rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.list_news_bot .center {
  width: 21%;
  float: left;
}

.list_news_bot .right {
  width: calc(100% - 21% - 10%);
  float: left;
  padding-left: 2.9375rem;
}

.list_news_bot .name {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.list_news_bot .text {
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.8125rem 0 1.5rem;
}

.list_news_bot .more {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.list_news_bot .more:hover {
  color: #fff;
  border-color: #00B2FF;
}

.show_news .left .name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}

.show_news .left .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  text-transform: uppercase;
  justify-content: space-between;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #999999;
}

.show_news .left .data .clearfix {
  display: flex;
  align-items: center;
}

.show_news .left .data .fenxiang .social-share li a {
  color: rgba(102, 102, 102, 0.5) !important;
}

.show_news .left .data .fenxiang {
  font-size: 1.125rem;
  color: #666666;
  font-weight: normal;
  margin-left: 2.5rem;
}

.show_news .left .data .fenxiang .social-share li {
  border-color: rgba(102, 102, 102, 0.3) !important;
}

.show_news .left .content {
  padding: 2.125rem 0 3.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.show_news .left .content .text {
  text-align: justify;
}

.show_news .about_article {
  margin-top: 2.8125rem;
}

.show_news .about_article p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0.625rem;
}

.show_news .about_article a {
  font-size: 1.125rem;
  line-height: 2.5rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.show_news .about_article a:hover {
  color: #00B2FF;
}

.show_news .right {
  padding-left: 2.1875rem;
}

.show_news .right>div {
  padding: 2.0625rem 1.5625rem;
}

.show_news .right>div p {
  font-size: 1.625rem;
  line-height: 2.375rem;
  /* identical to box height */
  margin-bottom: 1.5625rem;
  text-align: justify;
  font-weight: 600;
  color: #000000;
}

.show_news .right>div ul li {
  position: relative;
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.show_news .right>div ul li .over {
  margin-bottom: 1.875rem;
}

.show_news .right>div ul li .over {
  display: none;
}

.show_news .right>div ul li.active .over {
  display: block;
}

.show_news .right>div ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #00B2FF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right>div ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right>div ul li:hover .name {
  color: #00B2FF;
}

.show_news .right>div ul li:first-child {
  padding-top: 0;
}

.show_news .right>div ul li .data {
  font-size: 1rem;
  line-height: 1.25rem;
  /* identical to box height */
  margin-bottom: 0.3125rem;
  text-align: justify;
  text-transform: uppercase;
  color: #999999;
}

.show_news .right>div ul li .name {
  font-size: 1.25rem;
  line-height: 2rem;
  /* or 160% */
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.list_about .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 4.0625rem;
}

.list_about .text {
  margin: 1.5625rem 0 5rem;
  color: rgba(0, 0, 0, 0.7);
}

.list_about_two .sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-position: center center !important;
}

.list_about_two .sum li {
  padding: 13.4375rem 7rem;
  width: 33.3%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.list_about_two .sum li:nth-child(1) {
  border-left: none;
}

.list_about_two .sum li:hover {
  background: rgba(0, 178, 255, 0.9);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .sum li .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 1rem 0 1.375rem;
}

.list_about_two .sum li .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  color: #FFFFFF;
  height: 7rem;
}

.list_about_three .fr {
  width: 76%;
}

.list_about_three .left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  background: #00B2FF;
  border-radius: 1.25rem;
  padding: 4.375rem 2.1875rem 6.25rem;
}

.list_about_three .left .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about_three .left .text {
  color: #fff !important;
}

.list_about_three .swiper-slide img {
  height: 25rem;
  object-fit: cover;
}

.list_about_three .swiper-slide {
  width: calc(33.33% - 30px);
}

.list_about_three .swiper-pagination {
  bottom: 0;
}

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

.list_about_three .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #D9D9D9;
  opacity: 1;
}

.list_about_three .swiper-pagination-bullet-active {
  background: #00B2FF;
}

.list_about_three .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}

.pc_hide {
  display: none;
}

.pc_show {
  display: block;
}

@media (max-width: 1600px) {
  header .container .nav>ul>li {
    padding: 0 1.5rem;
  }

  header .container .nav {
    padding-right: 1.5rem;
  }

  .index_seven .right ul li {
    padding: 1.86rem 0;
  }

  .banner .hover .p1 {
    font-size: 3.25rem;
  }

  .banner .hover .p2 {
    font-size: 1.5rem;
  }

  .index_two .swiper-button-next {
    right: -5.375rem;
  }

  .index_two .swiper-button-prev {
    left: -5.375rem;
  }

  .list_about_two .sum li {
    padding: 13.4375rem 6rem;
  }
}

@media (max-width: 1440px) {
  header .container .nav>ul>li {
    padding: 0 1.125rem;
  }

  header .container .nav>ul>li>a {
    font-size: 1.125rem;
  }

  .banner .hover .p1 {
    line-height: 3.4rem;
    font-size: 2.8rem;
  }

  .banner .hover .p2 {
    font-size: 1.375rem;
  }

  .index_five .en_name,
  .index_two .en_name {
    font-size: 8rem;
  }

  .index_two .name.ta {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }

  .index_two .swiper-slide .hover .tr {
    padding: 0;
  }

  .index_three .card2 p {
    font-size: 5rem;
  }

  .index_three .card2 div {
    font-size: 2.25rem;
  }

  .title {
    font-size: 2.6rem;
    line-height: 4rem;
  }

  .index_seven .right ul li {
    padding: 1.59rem 0;
  }

  .index_six .content {
    margin: 2.125rem 0 2.75rem;
  }

  .list_case .right1 .name {
    font-size: 2.125rem;
  }

  .list_case .right1 {
    padding-bottom: 4.25rem;
  }

  .list_contact .left {
    padding: 8.75rem 1.25rem 10rem 2.375rem;
  }

  .banner .hover .p6 ul li {
    font-size: 1.5rem;
  }
}

@media (max-width: 1366px) {
  .index_two .swiper-slide .hover {
    width: calc(100% - 4.625rem);
  }

  .show_pro_one .text {
    margin: 1.875rem 0 2.0625rem;
  }

  .index_seven .right ul li {
    padding: 1.456rem 0;
  }

  .show_pro_one .fenxiang {
    padding-bottom: 0.8125rem;
  }

  .list_about_two .sum li {
    padding: 8.4375rem 4.8125rem;
  }

  .list_about_three .left {
    width: 45%;
  }

  .list_news_bot .center {
    width: 25%;
  }

  .list_contact .left li {
    line-height: 1.875rem;
    margin-bottom: 1rem;
  }

  .list_contact .left {
    padding: 8.75rem 1.25rem 8.85rem 2.375rem;
  }
}

@media (max-width: 1280px) {
  .index_two .swiper-slide .hover {
    padding: 2.1875rem 2.5rem 2.1875rem 1.25rem;
  }

  .index_three .card2 p {
    font-size: 4rem;
  }

  .index_three .card2 div {
    font-size: 2rem;
  }

  .index_five .padding {
    padding: 3.75rem 3.5rem 0;
  }

  .index_five .padding .bot {
    font-size: 2.25rem;
  }

  .index_six .col-md-8 {
    padding-top: 2.5rem;
  }

  .index_seven .right ul li {
    padding: 1.31rem 0;
  }

  header .container .nav>ul>li {
    padding: 0 1rem;
  }

  .list_case .right {
    padding-left: 2.6875rem;
    padding-bottom: 1.125rem;
  }

  .list_contact .left .name {
    font-size: 1.5rem;
  }

  .list_contact .left li {
    font-size: 1rem;
  }

  .list_news_bot .text {
    padding: 0.5rem 0 1.125rem;
  }

  .index_five .en_name,
  .index_two .en_name {
    font-size: 6rem;
    top: 3rem;
  }

  .list_solution .squer_pro img {
    height: 15.75rem;
  }

  .list_news .name {
    margin: 1.5rem 0 1rem;
  }

  .list_news .text {
    padding: 1rem 0 1.25rem;
  }

  .list_news .right {
    padding: 0 3.4375rem 0 2rem;
  }
}

@media (max-width: 990px) {
  .show_pro_header .phone {
    display: block;
  }.header_to {
    display: none;
  }
  footer p {
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
}
  .show_pro_header {
    height: auto;
  }

  .phone img {
    height: 40px;
  }

  .show_pro_header header,
  .show_pro_nav {
    display: none;
  }

  header {
    display: none;
  }

  .list_case .right1 {
    padding-bottom: 1.25rem;
  }

  .list_case .right1 {
    padding-left: 30px;
  }

  .list_case .right1 .list {
    margin-bottom: 1.4375rem;
  }

  .list_case .right1 .name {
    font-size: 24px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .show_pro_one .name {
    font-size: 22px;
    line-height: 30px;
    padding-top: 0rem;
  }

  .show_pro_one .fenxiang div {
    width: auto;
    margin-bottom: 0 !important;
  }

  .show_pro_one .text {
    margin: 10px 0 10px;
  }

  .show_pro_one .flex div:nth-child(3) {
    margin-top: 15px;
  }

  .list_contact .left li {
    line-height: 24px;
    margin-bottom: 15px;
  }

  .list_contact .left::before {
    display: none;
  }

  .list_contact .left {
    width: 100%;
    padding: 25px;
    border-radius: 1.25rem;
  }

  .show_pro_nav {
    line-height: 50px;
  }

  .show_pro_nav .right {
    font-size: 14px;
  }

  .list_contact .right {
    width: 100%;
  }

  .banner .hover .p1 {
    line-height: 3rem;
    font-size: 2.4rem;
  }

  .banner .hover .p2 {
    font-size: 1.25rem;
  }

  .banner .scroll,
  .rightfix1 {
    display: none;
  }

  .index_one::before {
    width: 40%;
  }

  .index_five .en_name,
  .index_two .en_name {
    font-size: 6rem;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .en_title {
    font-size: 16px;
    line-height: 24px;
  }

  .index_two .name.ta {
    font-size: 22px;
    line-height: 32px;
  }

  .index_two .padding {
    padding: 0 15%;
  }

  .index_six .col-md-8 {
    display: none;
  }

  .index_three .mt55 {
    padding: 0;
  }

  .index_six .content {
    width: 100%;
  }

  .index_six .left {
    padding: 0 15px;
    position: static;
  }
    .font_3{
        padding-right: 2rem;
    }
  .index_six .container {
    padding-right: 15px;
  }

  .index_six .container::before {
    background: url(../image/5.1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 0;
  }

  body {
    padding-bottom: 0;
  }

  .index_six {
    padding: 0;
  }

  .index_seven .left {
    display: none;
  }

  .index_seven .right ul li {
    padding: 22px 0;
  }

  footer .col-4 {
    display: block;
    text-align: right;
  }

  footer .footer_left {
    width: 100%;
  }

  footer .left:nth-last-child(2) {
    border-bottom: none;
  }

  footer .right {
    width: 100%;
    display: none;
  }

  footer .right .name {
    padding-top: 15px;
  }

  .beian {
    border-top: none;
  }

  footer {
    display: none;
    background: #323232;
    padding: 25px 0 0;
  }

  footer .footer_left {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 15px;
  }

  footer .footer_left:first-child {
    padding-top: 0;
  }

  footer .footer_left .content {
    margin-bottom: 15px;
    display: none;
  }

  footer .footer_left.active .content {
    display: block;
  }

  .index_five .name_bot {
    font-size: 22px;
  }

  footer .name {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .fenxiang {
    font-size: 14px;
    flex-wrap: wrap;
  }

  .fenxiang div:nth-child(1) {
    margin-bottom: 15px;
  }

  .fenxiang div {
    width: 100%;
  }

  .banner .swiper-slide .w50 {
    width: 50%;
  }

  .banner .hover .p4 ul li {
    font-size: 1.25rem;
  }

  .nyban .hover .p1 {
    font-size: 36px;
    line-height: 40px;
  }

  .banner .hover .p3 {
    font-size: 1rem;
  }

  .banner .hover .p6 ul li {
    font-size: 1.125rem;
    padding: 0 15px;
    line-height: 46px;
  }

  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 22px;
  }

  .w40 {
    width: 100%;
  }

  .nyerji,
  .bread {
    display: none;
  }

  .big_title {
    font-size: 3.625rem;
  }

  .list_about .name {
    font-size: 1.5rem;
  }

  .list_about_two .sum li {
    padding: 6rem 2rem;
  }

  .list_about_three .left {
    width: 100%;
    position: static;
  }

  .list_about_three .fr {
    width: 100%;
    float: none;
  }

  .list_about_three .mt65 {
    margin-top: 0;
  }

  .list_case .right .name,
  .list_case_two .name {
    font-size: 24px;
  }

  .list_case .right .more {
    margin-top: 2.125rem;
  }

  .list_case .padding::before {
    height: calc(100% - 4rem);
  }

  .list_news .right {
    padding: 0 15px 0 15px;
  }

  .list_news .name {
    margin: 15px 0;
  }

  .list_news .text {
    padding: 15px 0;
  }

  .list_news_bot .left {
    width: 14%;
  }

  .list_news_bot .center {
    width: 32%;
  }

  .list_pro_rec .left {
    padding-right: 15px;
  }

  .list_pro_rec .right {
    padding: 0 0 3.375rem 2.6875rem;
  }

  .list_pro_rec .padding .name {
    font-size: 22px;
    line-height: 26px;
  }

  .show_news .fenxiang div:nth-child(1) {
    width: auto;
    margin-bottom: 0;
  }

  .show_news .left .data {
    padding: 20px 0;
  }

  .show_news .right {
    padding-left: 15px;
    margin-top: 15px;
  }

  .list_about_two .sum li .text {
    height: 9rem;
  }

  .list_contact .left {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  #dituContent {
    border-radius: 0 0 1.25rem 1.25rem !important;
  }

  .banner .hover .p2 span {
    padding: 5px 15px;
  }

  .banner .hover .p2 {
    margin-top: 15px;
  }

  .banner .hover .p6 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .phone_show {
    display: block;
  }

  .list_news .right {
    padding-top: 15px;
    border-radius: 0 0 1.25rem 1.25rem;
    padding-bottom: 20px;
  }

  .list_news .left {
    padding-right: 0;
  }


  .list_news .left,
  .list_news .left a,
  .list_news .left a img {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .en_title {
    font-size: 14px;
  }

  .banner .hover .p1 {
    line-height: 30px;
    font-size: 24px;
  }

  .banner .hover .p2 {
    font-size: 16px;
    line-height: 24px;
  }

  .index_one {
    padding: 25px 0 10px;
  }

  .index_one::before {
    width: 50%;
    height: 50%;
    right: 15px;
  }

  .mt55 {
    margin-top: 15px;
  }

  .index_one ul li>div {
    margin-bottom: 15px;
    height: 11rem;
  }

  .index_one ul li .name {
    font-size: 16px;
  }

  .index_one ul li:nth-child(odd) {
    padding-right: 6px;
  }

  .index_one ul li:nth-child(even) {
    padding-left: 6px;
  }

  .index_five .container>.pr,
  .index_two .container>.pr {
    padding: 25px 0 0;
  }

  .index_five .en_name,
  .index_two .en_name {
    font-size: 3rem;
    top: 15px;
  }

  .index_two .name.ta {
    margin-top: 15px;
  }

  .index_two .padding {
    padding: 0 8%;
  }

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

  .index_two .swiper-slide .hover {
    width: calc(100% - 30px);
  }

  .index_two .swiper-slide .hover {
    padding: 20px 15px;
  }

  .index_two .swiper-slide .hover .tr {
    text-align: left;
    margin-top: 10px;
    padding: 0 15px;
  }

  .index_two .swiper-slide .hover .tr a {
    justify-content: flex-start;
  }

  .index_five .swiper_top.swiper-container {
    margin-top: 15px;
  }

  .mt70 {
    margin-top: 15px;
  }

  .index_five,
  .index_two {
    padding-bottom: 25px;
  }

  .index_three .card2 div {
    font-size: 18px;
    line-height: 30px;
  }

  .index_five .swiper_top .swiper-slide:nth-child(odd),
  .index_five .swiper_top .swiper-slide:nth-child(even) {
    width: 100% !important;
  }

  .index_five .padding {
    padding: 15px 15px 0;
  }

  .index_five .padding .icon img {
    width: 4rem;
  }

  .index_five .padding .swiper-slide::before {
    right: 0;
  }

  .index_five .padding .bot {
    font-size: 22px;
  }

  .index_five .name_bot {
    line-height: 32px;
    margin-top: 15px;
  }

  .mt50 {
    margin-top: 15px;
  }

  .index_five .padding .bot img {
    margin-right: 10px;
    width: 2rem;
  }

  .index_five .padding .bot {
    padding-top: 15px;
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .index_six .en_name {
    left: 15px;
    width: 81%;
  }

  .index_six .title {
    padding-top: 1.75rem;
  }

  .index_six .content {
    margin: 15px 0;
  }

  .index_six .container {
    padding: 45px 15px;
  }

  .index_six .row.bot {
    margin-top: 0;
  }

  .index_seven {
    padding: 25px 0;
  }

  .more {
    padding: 0 30px;
  }

  .index_seven .index_title .col-md-7 {
    display: none;
  }

  .index_seven::before {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/6.png) no-repeat;
    width: 100%;
    height: 50%;
  }

  .index_seven .black {
    border: 1px solid #646464;
    color: #646464;
    margin: 0 3px;
    padding: 0 25px;
  }

  .index_seven .pc_hide {
    margin-top: 15px;
  }

  .index_seven .ta.mt50 {
    display: none;
  }

  .pc_hide {
    display: block;
  }

  .index_seven .padding {
    padding: 0 15px;
  }

  .index_five .pc_hide .swiper-container {
    padding-bottom: 40px;
  }

  .index_five .pc_hide .swiper-container .swiper-pagination {
    bottom: 0;
  }

  .index_five .pc_hide .swiper-container .hover {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
  }

  .index_five .pc_hide .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .index_five .pc_hide .swiper-container .swiper-pagination-bullet-active {
    background: #00B2FF;
  }

  .index_five .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .beian {
    font-size: 12px;
  }

  .index_three {
    padding: 25px 0;
  }

  .index_three ul {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .index_three ul li {
    width: 25%;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
  }

  .index_three ul:nth-child(2)::before,
  .index_three ul:nth-child(3)::before {
    display: none;
  }

  .index_two .name.ta {
    font-size: 18px;
    line-height: 26px;
  }

  .nyban .hover .p2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }

  .nyban .hover .p1 {
    font-size: 30px;
    line-height: 34px;
  }

  .nyban img {
    height: 240px;
    object-fit: cover;
  }

  .p80 {
    padding: 25px 0;
  }

  .big_title {
    font-size: 36px;
  }

  .list_about .name {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }

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

  .list_about .text {
    margin: 15px 0;
  }

  .list_about ul li:nth-child(2) {
    margin: 15px 0;
  }

  .mt80 {
    margin-top: 15px;
  }

  .list_about_two .sum li {
    padding: 25px 15px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .list_about_two .sum li .name {
    margin: 10px 0;
  }

  .list_about_three .left {
    padding: 25px 15px;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .list_about_three .left .name {
    margin-bottom: 8px;
  }

  .list_about_three .top {
    padding-bottom: 25px;
  }

  .list_about_three .fr .bor {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .list_about_three .swiper-slide img {
    height: 13rem;
  }

  .list_about_three .swiper-container {
    padding-bottom: 40px;
  }

  .list_news .swiper-container {
    padding-bottom: 40px;
  }

  .list_about_three .swiper-pagination-bullet,
  .list_case .swiper-pagination-bullet,
  .list_news .swiper-pagination-bullet,
  .pro_recom .swiper-pagination-bullet,
  .show_pro_one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .show_pro_one::before {
    height: 100%;
  }

  .list_case .container {
    padding-bottom: 40px;
  }

  .show_pro_one .name {
    padding-top: 15px;
  }

  .show_pro_one .fenxiang {
    position: static;
    margin-top: 15px;
  }

  .list_about_three .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .show_pro_one .right {
    padding-left: 15px;
  }

  .list_case_two .left ul li .left_left {
    width: 100%;
  }

  .list_case_two .left ul li .left_right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }

  .list_case_two .left ul li {
    display: block;
  }

  .list_case .padding {
    padding: 0;
  }

  .list_case .padding .left .bor {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .list_case .right {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .list_case .right .more {
    margin-top: 15px;
  }

  .list_case .right .name,
  .list_case_two .name {
    font-size: 20px;
  }

  .list_case_two .text {
    margin: 15px 0;
  }

  .list_case_two .left ul li .left_right {
    padding-bottom: 20px;
  }

  .list_case_two .left ul li {
    margin-bottom: 15px;
  }

  .list_case_two .right>div {
    padding: 15px;
  }

  .list_case_two .right ul li .name {
    font-size: 16px;
    line-height: 24px;
  }

  .list_message input {
    line-height: 44px;
    font-size: 14px;
  }

  .list_message .contact>div {
    margin-bottom: 15px;
  }

  .content_box .li div:nth-child(2) {
    line-height: 26px;
  }

  .list_news_bot .left {
    display: none;
  }

  .list_news_bot .ul li {
    padding: 15px;
    display: block;
    margin-bottom: 15px;
  }

  .list_news_bot .right {
    margin-top: 15px;
    padding-left: 0;
  }

  .list_news_bot .center,
  .list_news_bot .right {
    width: 100%;
  }

  .list_pro_rec .padding {
    padding: 0;
  }

  .list_pro_rec .right {
    padding: 0 30px 20px;
    margin-top: 15px;
  }

  .list_pro_rec .padding .text p {
    margin: 15px 0;
  }

  .list_pro_rec .left {
    padding-right: 14px;
  }

  .mt40 {
    margin-top: 15px;
  }

  .squer_pro {
    margin-bottom: 15px;
  }

  .squer_pro:last-child {
    margin-bottom: 0;
  }

  .squer_pro .content .name {
    font-size: 18px;
    line-height: 30px;
  }

  .squer_pro .content {
    padding: 15px;
  }

  .list_qa .list {
    padding: 15px;
    margin-bottom: 15px;
  }

  .list_qa .list .q {
    font-size: 16px;
  }

  .list_qa .list .a {
    padding-top: 15px;
    margin-top: 15px;
  }

  .list_service ul li>div {
    padding: 45px 8px;
  }

  .list_service ul li div.pr {
    font-size: 16px;
  }

  .list_service ul li {
    margin-bottom: 15px;
  }

  .list_service ul li:nth-child(odd) {
    padding-right: 8px;
  }

  .list_service ul li:nth-child(even) {
    padding-left: 8px;
  }

  .bgf7 .big_title {
    width: 100%;
  }

  .content_box .li {
    flex-wrap: wrap;
    display: block;
  }

  .content_box .li div:nth-child(1) {
    padding: 8px 15px;
    min-width: 120px;
    width: auto;
  }

  .content_box .li div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
  }

  .content_box .li {
    margin-bottom: 20px;
  }

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

  .mt60 {
    margin-top: 15px;
  }

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

  .show_news .left .data .clearfix {
    width: 100%;
  }

  .show_news .left .data {
    flex-wrap: wrap;
  }

  .show_news .left .data .fenxiang {
    margin-left: 12px;
  }

  .fenxiang .social-share li {
    margin-right: 5px;
  }

  .show_news .left .data {
    padding: 15px 0;
  }

  .show_news .left .content {
    padding: 15px 0;
  }

  .show_news .about_article {
    margin-top: 15px;
  }

  .show_news .about_article a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .show_news .right>div {
    padding: 15px;
  }

  .show_news .right>div p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .show_news .right>div ul li .name {
    font-size: 16px;
  }

  .show_pro_nav {
    display: none;
  }

  .show_pro_one .left {
    padding-right: 15px;
  }

  .list_case .left1 {
    width: 100%;
  }

  .list_case .right1 {
    padding-left: 15px;
    width: 100%;
    margin-top: 15px;
    padding-right: 15px;
  }

  .list_case .right1 .name {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .list_about_two .sum li .text {
    height: auto;
  }

  .index_one ul li>div {
    padding: 0 10px;
  }

  .index_five .pc_hide img {
    height: 260px;
    object-fit: cover;
  }

  .search-box {
    width: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner .swiper-slide .img img,
  .banner .swiper-slide {
    object-fit: cover;
  }

  .banner .hover {
    position: absolute;
    top: 30%;
  }

  .banner .hover .p6 ul li {
    font-size: 14px;
    padding: 0 15px;
    line-height: 36px;
  }

  .banner .swiper-slide.div1 .hover .p1 {
    font-size: 22px;
    line-height: 30px;
  }

  .banner .swiper-slide.div1 .hover .p2 {
    font-size: 16px;
    line-height: 24px;
  }

  .index_two .swiper-slide .hover .text {
    display: none;
  }

  .index_two .swiper-slide .hover {
    padding: 15px 15px;
  }

  .index_five .padding .bot {
    font-size: 18px;
  }

  footer .text {
    font-size: 12px;
  }

  footer .col-4 .iconfont {
    font-size: 14px;
  }

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

  .list_qa .list .q {
    font-size: 14px;
  }

  .list_case .right .name,
  .list_case_two .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .list_case_two .right ul li .data {
    padding-top: 15px;
  }

  .list_case_two .left ul li .left_left,
  .list_case_two .left ul li .left_left a,
  .list_case_two .left ul li .left_left a img {
    border-radius: 15px 15px 0 0;
  }

  .pro_recom .swiper-container {
    padding-bottom: 35px;
  }
}