@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */

.more {
  display: flex;
  align-items: center;
  width: 11.25rem;
  line-height: 3.4375rem;
  border-radius: 8rem;
  background: #005097;
  color: #fff;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.more.mauto {
  margin: 0 auto;
}
.more .iconfont {
  display: block;
  font-size: 1rem;
  margin-left: 1.125rem;
  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: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  transform: scale(0.6);
  background: #fff;
  border-radius: 5rem;
  z-index: -1;
}
.more:hover {
  color: #005097;
}
.more:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.bgf {
  border: 1px solid #fff;
  background: transparent;
}
.index_two {
  padding-bottom: 6.25rem;
}
.index_two .left {
  width: 50%;
}
.index_two .swiper_two .swiper-slide {
  opacity: 0 !important;
}
.index_two .swiper_two .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.index_two .right {
  width: 50%;
  padding-right: 21.25rem;
  padding-left: 4.625rem;
}
.index_two .right .icon1 {
  margin: 2.5rem 0 1.375rem;
}
.index_two .right .icon1 img {
  height: 5.75rem;
  object-fit: contain;
}
.index_two .right .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
}
.index_two .right .text {
  margin: 0.5rem 0 2.1875rem;
  color: #8C8C8C;
}
.index_two ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 2, 7, 0.15);
  border-left: 1px solid rgba(0, 2, 7, 0.15);
  z-index: 9;
}
.index_two ul li {
  height: auto;
  border-bottom: 1px solid rgba(0, 2, 7, 0.15);
  font-size: 1rem;
  width: 100%;
}
.index_two ul li a {
  padding-left: 4rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #383838;
  position: relative;
  height: 100%;
}
.index_two ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0.1875rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #005097;
}
.index_two ul li:hover a,
.index_two ul li.active a {
  color: #005097;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover a::before,
.index_two ul li.active a::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .flex2 {
  align-items: center;
}
.index_two .swiper_btn .swiper-slide {
  padding: 1rem 0.6875rem;
}
.index_two .swiper_btn .swiper-slide:hover > div {
  box-shadow: 0px 0px 1rem rgba(0, 151, 246, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper_btn .swiper-slide > div {
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 151, 246, 0.06);
  border-radius: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper_btn {
  margin: 2.5rem -0.6875rem 0;
}
.bgf7 {
  background: #f6f8fa;
}
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  background: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.swiper_btn .swiper-button-next .iconfont,
.swiper_btn .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  color: #000000;
}
.swiper_btn .swiper-button-next {
  right: -4.5rem;
}
.swiper_btn .swiper-button-prev {
  left: -4.5rem;
}
.alignc {
  align-items: center;
}
.index_three1 {
  background: url(../images/why.jpg) no-repeat;
  height:1902px;
  background-size: cover;

  background-position: center;
  background-size: cover;
  
}
.index_three {
  background: url(../images/4.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom:50px;
}
.index_three .left .text {
/*  margin: 1.125rem 0 3.125rem;*/
  text-align: justify;
  margin-top:15px;
  margin-bottom:15px;
}
.index_three .left svg {
  position: relative;
  transform: translateX(-14.8125rem);
  opacity: 0.35;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  .index_three .left svg {
    transform: translateX(-10rem);
  }
}
@media (max-width: 1440px) {
  .index_three .left svg {
    transform: translateX(-8rem);
  }
}
@media (max-width: 1280px) {
  .index_three .left svg {
    transform: translateX(-6rem);
  }
}
@media (max-width: 990px) {
  .index_three .left svg {
    transform: translateX(-15px);
  }
}
.index_three .right {
  text-align: center;
  margin-top:30px;
}
.index_three .right > div {
  display: inline-block;
}
.index_three .right ul:nth-child(6) li {
  width: 16.625rem;
}
.index_three .right ul:nth-child(6) li:nth-child(6) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_three .right ul:nth-child(6) {
  display: flex;
}
.index_three .right ul:nth-child(6) li:nth-child(6) {
  border-left: 1px solid #fff;
}
.index_three .right ul:nth-child(6) li:nth-child(6),
.index_three .right ul:nth-child(6) li:nth-child(6) {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index_three .right ul {
  display: inline-block;
}
.index_three .right ul li {
  position: relative;
  z-index: 9;
  width: 23rem;
  height: 15.5625rem;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
   border: 1px solid #3c3c3c;
   padding-left:20px;
   padding-right:15px;
}
.index_three .right ul li .icon1 img {
  height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #005097;
  transform: scale(0.6);
  opacity: 0;
  z-index: -1;
}
.index_three .right ul li:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li:hover .icon1 img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li .num {
  margin: 1.375rem 0 0.375rem;
}
.index_three .right ul li .num .counter {
  font-weight: bold;
  font-size: 1.2rem;
  line-height:1.5;
  color: #FFFFFF;
}
.index_three .right ul li .num sub {
  font-weight: bold;
  font-size: 1.25rem;
  top: auto;
  bottom: auto;
  color: #FFFFFF;
}
.index_three .right ul li .text {
  color: #FFFFFF;
}
.index_three .right ul:nth-child(6) {
  display: block;
}
.index_three .right ul:nth-child(6) li:nth-child(6) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.index_three.active svg .iVSWZolv_0 {
  stroke-dasharray: 425 427;
  stroke-dashoffset: 426;
  animation: iVSWZolv_draw 2000ms linear 0ms forwards;
}
.index_three.active svg .iVSWZolv_1 {
  stroke-dasharray: 228 230;
  stroke-dashoffset: 229;
  animation: iVSWZolv_draw 2000ms linear 125ms forwards;
}
.index_three.active svg .iVSWZolv_2 {
  stroke-dasharray: 572 574;
  stroke-dashoffset: 573;
  animation: iVSWZolv_draw 2000ms linear 250ms forwards;
}
.index_three.active svg .iVSWZolv_3 {
  stroke-dasharray: 472 474;
  stroke-dashoffset: 473;
  animation: iVSWZolv_draw 2000ms linear 375ms forwards;
}
.index_three.active svg .iVSWZolv_4 {
  stroke-dasharray: 429 431;
  stroke-dashoffset: 430;
  animation: iVSWZolv_draw 2000ms linear 500ms forwards;
}
.index_three.active svg .iVSWZolv_5 {
  stroke-dasharray: 437 439;
  stroke-dashoffset: 438;
  animation: iVSWZolv_draw 2000ms linear 625ms forwards;
}
.index_three.active svg .iVSWZolv_6 {
  stroke-dasharray: 446 448;
  stroke-dashoffset: 447;
  animation: iVSWZolv_draw 2000ms linear 750ms forwards;
}
.index_three.active svg .iVSWZolv_7 {
  stroke-dasharray: 251 253;
  stroke-dashoffset: 252;
  animation: iVSWZolv_draw 2000ms linear 875ms forwards;
}
.index_three.active svg .iVSWZolv_8 {
  stroke-dasharray: 413 415;
  stroke-dashoffset: 414;
  animation: iVSWZolv_draw 2000ms linear 1000ms forwards;
}
@keyframes iVSWZolv_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes iVSWZolv_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_four {
  padding: 6.5rem 0 0;
}
.index_four .container {
  padding-right: 0;
}
.index_four .swiper-slide a {
  padding: 7.5rem 2.125rem 5.875rem;
  position: relative;
  z-index: 4;
}
.index_four .swiper-slide a .data,
.index_four .swiper-slide a .year,
.index_four .swiper-slide a .text,
.index_four .swiper-slide a .name {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 120.89%, color-stop(0, rgba(0, 80, 151, 0.5)), color-stop(1, #005097));
  background: -o-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ED058', endColorstr='#005097' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ED058', endColorstr='#005097', GradientType=0);
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide:hover a .data,
.index_four .swiper-slide:hover a .year,
.index_four .swiper-slide:hover a .text,
.index_four .swiper-slide:hover a .name {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide:hover a .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-slide:hover a::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .pr_before {
  margin-top: 1.5625rem;
}
.index_four .pr_before::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 4rem);
  background: #f6f8fa;
}
.index_four .swiper_pag_btn {
  right: var(--container);
}
.swiper_pag_btn {
  position: absolute;
  top: 0.5rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.swiper_pag_btn > div {
  position: static;
  transform: translateY(0) !important;
}
.swiper_pag_btn .swiper-pagination {
  margin: 0 1.875rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #333333;
}
.swiper_pag_btn .swiper-pagination-current {
  opacity: 1;
  padding-right: 0.5rem;
}
.swiper_pag_btn span {
  color: #333333;
  opacity: 0.3;
}
.swiper_pag_btn .swiper-pagination-total {
  opacity: 0.3;
  padding-left: 0.5rem;
}
.suqera_news .data {
  font-weight: bold;
  font-size: 3.375rem;
  line-height: 1;
  color: #B5B5B5;
}
.suqera_news .year {
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B5B5B5;
  margin-bottom: 1.875rem;
}
.suqera_news .over {
  margin: 1.25rem 0;
}
.suqera_news .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
}
.suqera_news .text {
  color: #7C7C7C;
}
.index_six {
  position: relative;
  z-index: 9;
}
.index_six::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8.75rem);
  background: #005097;
  z-index: -1;
}
.index_six .clearfix {
  display: flex;
  align-items: flex-end;
}
.index_six .left {
  width: 40%;
}
.index_six .right {
  width: 60%;
  padding-bottom: 5.3125rem;
  padding-right: var(--container);
}
.index_six .right .more {
  margin-top: 1.875rem;
}
.index .index_six::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -2;
  right: 0;
  width: calc(100% - var(--container));
  height: 100%;
  background: #f6f8fa;
}
.beian {
  background: #111111;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beian .text {
  color: #FFFFFF;
}
.nyerji {
  line-height: 4.375rem;
  background: #f6f8fa;
}
.nyerji .left ul {
  display: flex;
  justify-content: flex-start;
}
.nyerji .left ul li {
  margin: 0 4rem 0 0;
}
.nyerji .left ul li:last-child {
  margin-right: 0;
}
.nyerji .left ul li a {
  padding: 0 1.125rem;
  position: relative;
  font-size: 1rem;
  color: #383838;
}
.nyerji .left ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji .left ul li.active a,
.nyerji .left ul li:hover a {
  color: #005097;
}
.nyerji .left ul li.active a::before,
.nyerji .left ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
body.index {
  padding-top: 0;
}
.bread {
  color: #919191;
  font-size: 1rem;
}
.bread a {
  color: #919191;
}
.bread a:hover {
  color: #005097;
}
.bread span {
  margin: 0 1.25rem;
}
.bread span:last-child {
  display: none;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.p100.pt0 {
  padding-top: 0;
}
.list_news .ul {
  margin: 0 -2rem;
}
.list_news .ul li {
  padding: 2.625rem 2rem 1.875rem;
  position: relative;
}
.list_news .ul li a {
  z-index: 4;
}
.list_news .ul li a .year {
  margin-bottom: 0.65rem;
}
.list_news .ul li a .data,
.list_news .ul li a .year,
.list_news .ul li a .text,
.list_news .ul li a .name {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 120.89%, color-stop(0, rgba(0, 80, 151, 0.5)), color-stop(1, #005097));
  background: -o-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f375b', endColorstr='#005097' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f375b', endColorstr='##005097', GradientType=0);
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a .data,
.list_news .ul li:hover a .year,
.list_news .ul li:hover a .text,
.list_news .ul li:hover a .name {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul {
  margin-top: 2.5rem;
}
.list_contact ul li:hover .icon1 img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div {
  padding: 3.125rem 1.25rem 3.75rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
  height: 100%;
}
.list_contact ul li > div .icon1 img {
  height: 5.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #606060;
  margin-top: 1rem;
}
.list_contact .ditu {
  margin-top: 2.5rem;
}
.list_message form input {
  width: 100%;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  background: #fff;
  border: 1px solid #cccccc;
}
.list_message form .name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  line-height: 1.875rem;
  color: #3A3A3A;
}
.list_message form .name span {
  color: #d30000;
  margin-left: 0.3125rem;
}
.list_message form textarea {
  width: 100%;
  display: block;
  height: 7.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #cccccc;
}
.list_message form button {
  width: 11.25rem;
  line-height: 3.75rem;
  text-align: center;
  background: #005097;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  border: none;
  position: relative;
  z-index: 90;
}
.list_message form button::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  transform: scale(0.6);
  background: #fff;
  z-index: -1;
}
.list_message form button:hover {
  color: #005097;
}
.list_message form button:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.contact .index_six {
  background: #f6f8fa;
}
.suqera_case {
  margin-bottom: 2.8125rem;
}
.suqera_case img {
  height: 21.375rem;
  object-fit: cover;
}
@media (max-width:767px) {
  .suqera_case img  {
    height: auto;
  }
}
.suqera_case .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
  padding-bottom: 0.625rem;
  position: relative;
}
.suqera_case .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.3125rem;
  height: 0.1875rem;
  background: #005097;
}
.suqera_case .content {
  padding: 1.875rem 2.1875rem;
}
.suqera_case > a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_case:hover > a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_case:hover > a .name {
  color: #005097;
}
.suqera_case:hover > a img {
  transform: scale(1.1);
}
.suqera_case .text {
  margin-top: 0.625rem;
  color: #7C7C7C;
}
.list_service {
  padding: 1.25rem 0;
}
.list_service .ul li {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.list_service .ul li .row {
  margin: 0 -1.4375rem;
}
.list_service .ul li:hover img {
  transform: scale(1.1);
}
.list_service .ul li:hover .right .name {
  color: #005097;
}
.list_service .ul li .right {
  padding-top: 1.25rem !important;
}
.list_service .ul li .right .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #191919;
  padding-bottom: 0.625rem;
  position: relative;
}
.list_service .ul li .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.3125rem;
  height: 0.1875rem;
  background: #005097;
}
.list_service .ul li .right .text {
  margin: 0.875rem 0 5rem;
  color: #7C7C7C;
}
.list_service .ul li .left,
.list_service .ul li .right {
  padding: 0 1.4375rem;
}
.list_service .ul li:nth-child(even) {
  background: #f6f8fa;
}
.list_service .ul li:nth-child(even) .left {
  order: 2;
}
.list_service .ul li:nth-child(even) .right {
  order: 1;
}
.list_about_four {
  padding-top: 0;
}
.list_about_four .left {
  width: 32%;
}
.list_about_four .left img {
  width: 100%;
}
.list_about_four .right {
  padding-top: 6.875rem;
  width: 68%;
}
.list_about_four .right .mySwiper .swiper-slide > div {
  height: 100%;
}
.list_about_four .right .mySwiper .swiper-slide > div a {
  display: block;
}
.list_about_four .right .flex {
  justify-content: center;
  margin: 1.5rem -1rem 0;
}
.list_about_four .right .flex > div {
  margin: 0 1rem;
}
.list_about_four .right .swiper-button-next,
.list_about_four .right .swiper-button-prev {
  background-size: 0.875rem 0.875rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.5;
  position: static;
}
.list_about_four .right .title,
.list_about_four .right > ul,
.list_about_four .right .mySwiper2 .swiper-slide {
  padding-left: 3.125rem;
}
.list_about_four .right ul {
  margin: 1.5625rem 0 3.125rem;
  display: flex;
}
.list_about_four .right ul li {
  border-radius: 0.625rem;
  background: #f6f8fa;
  margin-right: 2.5rem;
  width: 17.9375rem;
  padding: 2.1875rem 0 1.875rem;
}
.list_about_four .right ul li .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: #005097;
}
.list_about_four .right ul li .number sub {
  font-size: 2.1875rem;
  line-height: 1;
  color: #005097;
  bottom: 0.3125rem;
}
.list_about_four .height {
  height: 37.5rem;
  display: flex;
  align-items: center;
}
.list_about_four .height .mySwiper2 {
  height: 100%;
  width: calc(100% - 26.25rem);
  padding-right: 2.875rem;
  overflow-x: visible;
}
/* .list_about_four .height .mySwiper2 .swiper-slide-next ~ div {
  opacity: 0.4;
}
.list_about_four .height .mySwiper2 .swiper-slide-next + div {
  opacity: 0.7;
} */
.list_about_four .height .mySwiper2 .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0);
}
.list_about_four .height .mySwiper2 .swiper-slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #005097;
  left: -1.5rem;
}
.list_about_four .height .mySwiper2 .swiper-slide span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #005097;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active img {
  position: relative;
  left: -3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active span {
  padding: 0 6.875rem 0 6.25rem;
  position: relative;
  color: #005097;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active span::before {
  width: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active span::after {
  width: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
  border-radius: 0.625rem;
  width: 26.25rem;
}
.list_about_four .mySwiper2 .swiper-slide > div {
  display: flex;
  align-items: center;
}
.list_about_four .mySwiper2 .swiper-slide img {
  width: 1.25rem;
}
.list_about_four .mySwiper2 .swiper-slide span {
  font-size: 1.25rem;
  line-height: 5rem;
  color: #000000;
  padding-left: 0.625rem;
  display: block;
  width: calc(100% - 1.25rem);
}
.list_about_four .mySwiper2 .swiper-slide span div {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_about_four .height .mySwiper2 .swiper-slide-prev,
.list_about_four .height .mySwiper2 .swiper-slide-next,
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active img {
  position: relative;
  filter: invert(18%) sepia(98%) saturate(1635%) hue-rotate(201deg) brightness(89%) contrast(109%);
}
.list_about_four .height .mySwiper2 .swiper-slide-thumb-active {
  text-align: center;
}
@media (max-width: 1440px) {
  .list_about_four .height .mySwiper {
    width: 20rem;
  }
  .list_about_four .height .mySwiper2 {
    width: calc(100% - 20rem);
  }
  .list_about_four .height {
    height: 33rem;
  }
}
@media (max-width: 1366px) {
  .list_about_four .left {
    width: 28%;
  }
  .list_about_four .right {
    padding-top: 4.5rem;
    width: 72%;
  }
  .list_about_four .height {
    height: 30rem;
    padding-right: 2rem;
  }
  .list_about_four .right ul {
    margin: 1.5625rem 0 1rem;
  }
}
@media (max-width: 990px) {
  .list_about_four .left {
    display: none;
  }
  .list_about_four .right {
    width: 100%;
  }
  .list_about_four .right .title,
  .list_about_four .right > ul,
  .list_about_four .right .mySwiper2 .swiper-slide {
    padding-left: 0;
  }
  .list_about_four .height .mySwiper2 .swiper-slide-active img {
    left: 0;
  }
  .list_about_four .height .mySwiper2 .swiper-slide span::before {
    left: 1rem;
  }
  .list_about_four .height .mySwiper2 .swiper-slide-active span::before,
  .list_about_four .height .mySwiper2 .swiper-slide-active span::after {
    width: 4.25rem;
  }
  .list_about_four .right ul li .number {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .list_about_four .right ul li .number sub {
    font-size: 1.875rem;
    bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .list_about_four .right ul li {
    margin-right: 0;
  }
  .list_about_four .right ul li:nth-child(1) {
    width: 50%;
    margin-right: 10px;
  }
  .list_about_four .right ul li:nth-child(2) {
    width: 50%;
    margin-left: 10px;
  }
  .container.con_r {
    padding-right: 15px;
  }
  .list_about_four .right {
    padding-top: 0;
  }
  .list_about_four .right ul {
    margin: 10px 0 1rem;
  }
  .list_about_four .right ul li .number {
    font-size: 2.4rem;
  }
  .list_about_four .height .mySwiper2 {
    display: none;
  }
  .list_about_four .height {
    height: auto;
    padding-right: 0;
  }
  .list_about_four .height .mySwiper {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .list_about_four .height .mySwiper .name {
    margin-top: 0.625rem;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  .list_about_four .height .mySwiper .name {
    line-height: 26px;
  }
  .list_about_four .height .swiper-pagination {
    bottom: 0;
  }
  .list_about_four .swiper-pagination-bullet-active {
    background: #005097;
  }
  .list_about_four {
    padding-top: 20px;
  }
}
.list_about .row {
  margin: 0 -1.5625rem;
}
.list_about .row .left,
.list_about .row .right {
  padding: 0 1.5625rem;
}
.list_about .text {
  line-height: 2.1875rem;
  color: #606060;
  text-align: justify;
  margin-top: 0.8125rem;
}
.list_about .title {
  color: #191919;
  margin-top: 0.875rem;
}
.list_about .over,
.list_about .over img {
  border-radius: 1.25rem;
}
.list_about_two {
  padding: 6.875rem 0;
  background: url(../img/10.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.list_about_two .icon1 img {
  height: 4.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .ul {
  margin: 2.8125rem -4.375rem 0;
}
.list_about_two .ul li {
  padding: 0 4.375rem;
}
.list_about_two .ul li:hover .icon1 img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .name {
  position: relative;
  font-size: 1.625rem;
  line-height: 3.125rem;
  margin-top: 0.875rem;
  padding-bottom: 0.5rem;
  color: #FFFFFF;
}
.list_about_two .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25rem;
  height: 0.1875rem;
  background-color: #fff;
}
.list_about_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.list_about_five .name {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #868686;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.list_about_five .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-slide:hover .name {
  color: #005097;
}
.list_about_five .swiper-slide:hover .name::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-slide:hover img {
  transform: scale(1.1);
}
.swiper_pag {
  position: static;
  margin-top: 25px;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #a5a5a5;
  opacity: 1;
  margin: 0 0.5rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 2.5rem;
  background: #005097;
}
.show_service.qiehuan .left .over {
  display: none;
}
.show_service.qiehuan .left .over.active {
  display: block;
}
.show_service.qiehuan .right > div {
  display: none;
}
.show_service.qiehuan .right > div.active {
  display: block;
}
.show_service .row {
  margin-top: 2.1875rem;
}
.show_service .row .left .pr,
.show_service .row .left .over,
.show_service .row .left .over img {
  height: 100%;
  object-fit: cover;
}
.show_service .row .right .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
}
.show_service .row .right p {
  line-height: 2.1875rem;
  color: #7C7C7C;
}
.show_service .row .right .tags {
  width: 10.375rem;
  line-height: 3.4375rem;
  background: #005097;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
}
.show_service .row .right ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.show_service .row .right ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service .row .right 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_service .list:nth-child(even) .right {
  order: 1;
}
.show_service .list:nth-child(even) .left {
  order: 2;
}
.show_service .left .pa {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.75rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.show_service .left .pa ul {
  width: 100%;
}
.show_service .left .pa li {
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 5rem;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  padding-left: 2.5rem;
  cursor: pointer;
}
.show_service .left .pa li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service .left .pa li:hover,
.show_service .left .pa li.active {
  color: #eb7000;
}
.show_service .left .pa li:hover::before,
.show_service .left .pa li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_service_two ul {
  display: flex;
  margin-top: 3.125rem;
}
.show_service_two ul li {
  flex: 1 0 0;
}
.show_service_two ul li:nth-child(even) {
  padding-top: 2.5rem;
}
.show_service_two ul li > div {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.03);
  padding: 2.5rem 1.875rem 2.25rem;
  position: relative;
  height: 100%;
  z-index: 4;
}
.show_service_two ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #005097;
}
.show_service_two ul li > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% -1.35% -90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  background: -webkit-linear-gradient(-90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  background: -webkit-gradient(linear, 50% -1.35%, 50% 129.56%, color-stop(0, rgba(235, 112, 0, 0.2)), color-stop(1, #eb7000));
  background: -o-linear-gradient(-90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  background: -ms-linear-gradient(-90deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@subcolor', endColorstr='@subcolor' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(235, 112, 0, 0.2) 0%, #eb7000 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='@subcolor', endColorstr='@subcolor', GradientType=0);
  z-index: -1;
}
.show_service_two ul li .num {
  font-style: italic;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #eb7000;
}
.show_service_two ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #eb7000;
  margin: 0.625rem 0 1rem;
}
.show_service_two ul li .text {
  color: #7C7C7C;
}
.show_service_three .swiper-container {
  margin-top: 2.8125rem;
}
.show_service_three .swiper_pag {
  display: none;
}
@media (max-width: 990px) {
  .show_service_three .swiper_pag {
    display: block;
  }
}
.show_service_three .swiper-slide {
  height: auto;
}
.show_service_three .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.show_service_three .swiper-slide:hover .name {
  color: #eb7000;
}
.show_service_three .icon1 {
  width: 6.4375rem;
  height: 6.4375rem;
  line-height: 6.4375rem;
  background: #eb7000;
  border-radius: 2.4375rem 0px;
  position: relative;
  top: 0.8125rem;
  left: 0;
  z-index: 9;
  text-align: center;
}
.show_service_three .icon1 img {
  height: 3.875rem;
}
.show_service_three .icon1::before {
  content: "";
  position: absolute;
  top: -0.8125rem;
  right: -0.8125rem;
  border-radius: 2.4375rem 0px;
  background: rgba(235, 112, 0, 0.2);
  width: 100%;
  height: 100%;
}
.show_service_three .content {
  text-align: center;
  padding: 3.4375rem 2.6rem;
  border-radius: 0.625rem;
  position: relative;
  width: calc(100% - 0.75rem);
  background: #fff;
  margin-top: -1.25rem;
  height: calc(100% - 5.25rem);
  z-index: 4;
}
.show_service_three .content::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 0;
  width: calc(100% + 0.75rem);
  height: 100%;
  border: 1px solid #eb7000;
  border-radius: 0.625rem;
  background: #fbe2cc;
  z-index: -1;
}
.show_service_three .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #fff;
  z-index: -1;
  border: 1px solid #eb7000;
}
.show_service_three .content .text {
  color: #7C7C7C;
}
.show_service_three .content .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #232323;
  margin: 1.25rem 0 0.875rem;
}
.show_service_four {
  position: relative;
  z-index: 8;
}
.show_service_four .img {
  margin-top: 2.5rem;
}
.show_service_four .container {
  position: relative;
  z-index: 9;
}
.show_service_four > img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.show_service_four ul {
  background: #005097;
  display: flex;
}
.show_service_four ul li {
  flex: 1 0 0;
  padding: 3.375rem 2.25rem 2.9375rem;
  text-align: center;
}
.show_service_four ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.show_service_four ul li .text {
  color: #FFFFFF;
}
.show_service_four ul li .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}
.list_service_five ul {
  margin-top: 2.5rem;
}
.list_service_five li {
  margin-bottom: 2.125rem;
}
.list_service_five li:last-child,
.list_service_five li:nth-last-child(2) {
  margin-bottom: 0;
}
.list_service_five li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_five li:hover .left .name {
  color: #eb7000;
}
.list_service_five li > div {
  display: flex;
  align-items: center;
  padding: 1.875rem 3rem;
  border: 1px solid #eb7000;
  background: #fff;
}
.list_service_five li > div .left {
  width: 60%;
}
.list_service_five li > div .left .name {
  font-size: 1.25rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.list_service_five li > div .left .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #005097;
}
.list_service_five li > div .left .text {
  color: #7C7C7C;
}
.list_service_five li > div .right {
  width: 40%;
  text-align: right;
}
.list_service_five li > div .right img {
  height: 7.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_six .left {
  padding-right: 4.375rem;
}
.list_service_six .tags {
  width: 10.375rem;
  line-height: 3.4375rem;
  background: #005097;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-top: 2.0625rem;
  margin-bottom: 0.875rem;
}
.list_service_six .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #191919;
}
.list_service_six .text {
  color: #7C7C7C;
  text-align: justify;
}
.list_service_six .dian {
  font-size: 1rem;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 1rem;
}
.list_service_six .dian::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005097', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005097', endColorstr='#FFFFFF', GradientType=1);
}
.list_service_six .swiper_pag_btn {
  position: static;
  margin-top: 5rem;
}
.list_service_six .swiper_pag_btn .swiper-pagination {
  width: auto;
}
.list_service_six .swiper_pag_btn .swiper-scrollbar {
  width: calc(100% - 15rem);
  height: 2px;
  position: absolute;
  left: 0;
}
.list_service_six .swiper_pag_btn .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.1875rem;
  background: #005097;
  top: -1px;
}
.list_service_seven .qiehuan {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1.875rem 0 3.375rem;
}
.list_service_seven .qiehuan ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service_seven .qiehuan ul li {
  font-size: 1rem;
  color: #5E5E5E;
  line-height: 1.375rem;
  padding: 1.5625rem 0 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
  position: relative;
  flex: 1 0 0;
  cursor: pointer;
}
.list_service_seven .qiehuan ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #005097;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_seven .qiehuan ul li:hover,
.list_service_seven .qiehuan ul li.active {
  font-size: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #005097;
}
.list_service_seven .qiehuan ul li:hover::before,
.list_service_seven .qiehuan ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_seven .right .scrollbar {
  height: 26.25rem;
  overflow-y: auto !important;
}
.list_service_seven .right .scrollbar .name {
  font-size: 1.5rem;
  line-height: 3.125rem;
  color: #191919;
}
.list_service_seven .right .scrollbar .list {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.list_service_seven .right .scrollbar .list .text {
  color: #7C7C7C;
}
.list_service_seven .right .scrollbar .list div {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
}
.list_service_seven .right .scrollbar .list .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
}
.list_service_seven .right .scrollbar::-webkit-scrollbar {
  width: 4px;
}
.list_service_seven .right .scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.list_service_seven .right .scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f6f8fa;
}
.list_service_seven .left .over,
.list_service_seven .left .over img {
  object-fit: cover;
}
body {
 /* padding-top: 6.25rem;*/
}
.list_service_eight .container {
  padding: 0 6.25rem;
}
.list_service_eight .name_top {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.list_service_eight .list:not(:last-child) {
  margin-bottom: 1.5rem;
}
.list_service_eight .name {
  font-size: 1.125rem;
  padding-left: 2.125rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
}
.list_service_eight .name::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF', GradientType=1);
}
.list_service_eight .text {
  color: #7C7C7C;
}
.list_service_eight ul {
  margin-top: 2.5rem;
}
.list_service_eight li > div {
  padding: 0.875rem 0 2.125rem;
  position: relative;
  height: 100%;
}
.list_service_eight li > div .content {
  padding: 0 1.875rem 0 3.75rem;
}
.list_service_eight li > div::before {
  width: calc(100% - 2.125rem);
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #eb7000, #fff);
  background-clip: padding-box;
  border-radius: 0.625rem;
  content: "";
  z-index: -2;
}
.list_service_eight li > div::after {
  width: calc(100% - 2.125rem - 4px);
  right: 2px;
  position: absolute;
  top: 2px;
  height: calc(100% - 4px);
  border: 1px solid transparent;
  background: #fff;
  background-clip: padding-box;
  border-radius: 0.625rem;
  content: "";
  z-index: -1;
}
.list_service_nine .swiper-slide {
  padding: 0 0.9375rem;
}
.list_service_nine .swiper-slide .content {
  background: #fff;
}
.list_service_nine .margin {
  margin: 2.5rem -0.9375rem 0;
}
.right_div {
  min-width: 7.5rem !important;
}
.list_service_ten ul {
  margin-top: 2.8125rem;
}
.list_service_ten ul li:hover .hover {
  padding-top: 4.375rem;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_ten ul li:hover .over img {
  transform: scale(1.1);
}
.list_service_ten .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.625rem;
  padding: 2.5rem 2.5rem;
  background: rgba(24, 24, 26, 0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service_ten .hover .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
  padding-bottom: 1rem;
  position: relative;
}
.list_service_ten .hover .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 80, 151, 0.5)), color-stop(1, #005097));
  background: -o-linear-gradient(0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 80, 151, 0.5)', endColorstr='@color' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(0, 80, 151, 0.5) 0%, #005097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 80, 151, 0.5)', endColorstr='@color', GradientType=1);
}
.list_service_ten .hover .text {
  color: #fff;
  margin-top: 1rem;
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #005097;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
  color: #7C7C7C;
  text-align: justify;
  font-weight: 500;
}
.show_news .data .m {
  margin: 0 5rem;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #7C7C7C;
  font-weight: 400;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.show_news .text {
  color: #7C7C7C;
}
.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .data .social-share li a {
  font-size: 1rem;
}
.show_news .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.show_news .shangxia .line1 {
  color: #7C7C7C;
  display: flex;
}
.show_news .shangxia .line1 span {
  color: #1E1E1E;
}
.show_news .shangxia .line1 a {
  max-width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_news .shangxia .tr {
  justify-content: flex-end;
}
.show_news .shangxia a {
  color: #7C7C7C;
}
.show_news .shangxia a:hover {
  color: #005097;
}
.show_news .shangxia .more {
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .shangxia .ta {
    order: 3;
    margin-top: 15px;
  }
  .show_news .shangxia .tr {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.social-share .icon-wechat:hover .wechat-qrcode {
  z-index: 9999;
}
.show_news {
  padding: 2.5rem 0 6.25rem;
}
@media (max-width: 767px) {
  .show_news {
    padding: 25px 0;
  }
}
.show_news .pt5 {
  padding-top: 2.1875rem;
}
.about_news .margin_swiper {
  margin: 0 -20px;
}
.about_news .swiper-slide {
  padding: 1.25rem;
}
.about_news .swiper-slide:hover .name {
  color: #005097;
}
.about_news .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.about_news .swiper-slide a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_news .swiper-slide a .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #B6B6B6;
  margin: 1.5rem 0 0.375rem;
}
.about_news .swiper-slide a .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191919;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.about_news .swiper-slide a .text {
  color: #7C7C7C;
}
.about_news .swiper-slide:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jieneng ul {
  margin-top: 3.4375rem;
}
.show_jieneng ul li:hover > div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jieneng ul li > div {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(11, 196, 119, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.show_jieneng ul li > div img {
  height: 4.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_jieneng ul li > div p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 0.875rem;
}
.show_jieneng_two img {
  width: 100%;
}
.show_jieneng_three .text {
  color: #7C7C7C;
}
.show_jieneng_three .margin {
  margin: 1.875rem 0 1.25rem;
}
.show_jieneng_three .mt10 {
  margin-top: 0.625rem;
  text-align: center;
}
.show_jieneng_four ul {
  margin-top: 2.5rem;
}
.show_jieneng_four ul li > div {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
  z-index: 4;
}
.show_jieneng_four ul li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.8rem);
  border-radius: 0.625rem;
  border: 1px solid #eb7000;
  z-index: -1;
}
.show_jieneng_four .name {
  display: inline-block;
  width: 13.75rem;
  line-height: 3.5625rem;
  border-radius: 6.25rem;
  background: #005097;
  text-align: center;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.show_jieneng_four .text {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #232323;
  margin: 0.9375rem 0;
}
.show_jieneng_four .img img {
  height: 16.25rem;
  object-fit: contain;
  max-width: 90%;
}
.show_jieneng_five ul {
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
}
.show_jieneng_five ul li {
  width: 25%;
  border: 1px solid #eb7000;
  border-left: none;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #232323;
}
.show_jieneng_five ul li:nth-child(1),
.show_jieneng_five ul li:nth-child(2),
.show_jieneng_five ul li:nth-child(3),
.show_jieneng_five ul li:nth-child(4) {
  border-bottom: none;
}
.show_jieneng_five ul li:nth-child(4n+1) {
  border-left: 1px solid #eb7000;
}
.show_jieneng_six .row {
  margin-top: 3.125rem;
}
.show_jieneng_six .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
  color: #191919;
}
.show_jieneng_six .tips {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.show_jieneng_six .tips span {
  color: #000;
}
.show_jieneng_six .left .dian {
  position: relative;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
  color: #7C7C7C;
  padding-left: 2.25rem;
}
.show_jieneng_six .left .dian::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: -moz-linear-gradient(11.18% 8.54% -46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -webkit-gradient(linear, 11.18% 8.54%, 114.11% 118.48%, color-stop(0, #005097), color-stop(0.8323, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  background: -ms-linear-gradient(-46.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(136.89deg, #005097 0%, rgba(255, 255, 255, 0) 83.23%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='#FFFFFF', GradientType=1);
}
.show_jieneng_eight .row {
  margin: 1.875rem -15px 1rem;
}
.show_jieneng_eight .row p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_jieneng_eight .row .text {
  color: #828282;
}
.show_jieneng_eight .tips {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 1rem;
}
.show_jieneng_eight .tips span {
  color: #eb7000;
}
.show_jieneng_eight .table {
  margin-bottom: 0;
}
.show_jieneng_eight td {
  padding: 0.9375rem;
  border: 1px solid #cecece;
  font-size: 1rem;
  color: #515151;
  text-align: center;
  white-space: nowrap;
}
.show_jieneng_eight tr:nth-child(1) {
  background: #005097;
  color: #fff;
}
.show_jieneng_eight tr:nth-child(1) td {
  color: #fff;
}
.show_jieneng_eight tr:nth-child(even) {
  background: #f4f4f4;
}
.show_jieneng_nine .text {
  margin-top: 1.5625rem;
}
.show_jieneng_nine .name {
  margin: 2.5rem 0 1rem;
}
.show_jieneng_nine .text,
.show_jieneng_nine .name {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #404040;
  text-align: center;
}
.show_jieneng_nine .text span,
.show_jieneng_nine .name span {
  color: #eb7000;
}
.show_jieenng_ten .flex {
  margin-top: 2.5rem;
}
.show_jieenng_ten .table {
  margin-bottom: 0;
}
.show_jieenng_ten .left {
  width: 60%;
}
.show_jieenng_ten .left tr:nth-child(even) {
  background: #f4f4f4;
}
.show_jieenng_ten td {
  padding: 0.9375rem;
  border: 1px solid #cecece;
  font-size: 1rem;
  color: #515151;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.show_jieenng_ten td:nth-child(1) {
  text-align: center;
}
.show_jieenng_ten td:nth-child(2) {
  padding-left: 3.75rem;
}
.show_jieenng_ten tr:nth-child(1) {
  background: #005097;
  color: #fff;
}
.show_jieenng_ten tr:nth-child(1) td {
  color: #fff;
}
.show_jieenng_ten .right {
  width: 40%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  left: -2px;
}
.show_jieenng_ten .right tr td {
  text-align: left;
  padding-left: 3.75rem;
}
.show_jieenng_ten .right tr:nth-child(odd) {
  background: #f4f4f4;
}
.show_jieenng_ten .right tr:nth-child(1) {
  background: #eb7000;
}
.show_jieneng_ele .row {
  margin-top: 2.5rem;
  align-items: center;
}
.show_jieneng_ele .name {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  color: #232323;
}
.show_jieneng_ele ul li {
  display: flex;
  align-items: center;
}
.show_jieneng_ele ul li div {
  color: #eb7000;
  width: 7.5rem;
}
.show_jieneng_ele ul li p {
  color: #7C7C7C;
  width: calc(100% - 7.5rem);
}
.font24 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.list_service_0222_one .subtitle,
.list_service_0222_two .subtitle {
  margin: 1.25rem 0 1.875rem;
}
.list_service_0222_one .mb0,
.list_service_0222_two .mb0 {
  margin: 1.25rem 0 0;
}
.list_service_0222_two ul {
  margin-top: 3rem;
}
.list_service_0222_two ul li {
  background: #f6f7f8;
}
.list_service_0222_two ul li .over {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.list_service_0222_two ul li .row {
  margin: 0 -3rem;
}
.list_service_0222_two ul li .row > div {
  padding: 0 3rem;
}
.list_service_0222_two ul li:nth-child(even) {
  background: #fff;
}
.list_service_0222_two ul li:nth-child(even) .row .right {
  order: 1;
}
.list_service_0222_two ul li:nth-child(even) .row .left {
  order: 2;
}
.list_service_0222_two ul li .num {
  background: linear-gradient(180deg, #eb7000 50.19%, rgba(1, 87, 229, 0) 89.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 600;
}
.list_service_0222_two ul li .title {
  padding: 1.5rem 0 1.25rem;
}
.list_service_0222_two ul li .text {
  color: #8C8C8C;
  font-size: 1.125rem;
  line-height: 2rem;
}
.show_news.show_case  .margin.text{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.show_news.show_case .bor20 {
  border-radius: 1.25rem;
}
.show_news.show_case .bor20 img {
  min-height: 25rem;
  object-fit: cover;
}
@media (max-width:767px) {
  .show_news.show_case .bor20 img {
    min-height: 20rem;
  }
}
.show_news.show_case .text  .title {
  padding: 1rem 0;
}
.show_news.show_case .text .list{
  display: flex;
  
}
.show_news.show_case .text .list div:nth-child(1) {
  width: 5.125rem;
}
.show_news.show_case .text .list div:nth-child(2) {
  width: calc(100% - 5.125rem);
}
.about_news  .over img {
  height: 20rem;
  object-fit: cover;
}


#myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}