/**/
* {
  margin: 0;
  padding: 0;
}

address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
td,
th,
u,
ul,
var {
  margin: 0;
  padding: 0
}

aside,
b,
button,
dd,
div,
dl,
dt,
footer,
form,
h3,
h4,
h5,
h6,
header,
input,
li,
nav,
ol,
p,
section,
table,
td,
textarea,
tr,
ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;

}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dot3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.f-20 {
  font-size: 20px;
}

.f-24 {
  font-size: 24px;
}

.f-32 {
  font-size: 32px;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container-fluid {
  padding: 0 5vw;
}

.top_con {
  background: #123f79;
  color: #fff;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {
  transition: all 0.5s;
  z-index: 994;
  transition: all 0.5s;
  height: 80px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;

}

#header.header-transparent {
  backdrop-filter: blur(10px);
}

#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
  box-shadow: 0 0 10px #dedede;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;



}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;

}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block;
}

#header.header-scrolled .top-box {
  margin-top: 0;
  background: none;
  padding: 0;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  height: 80px;


}

.nav-menu ul {
  display: flex;
  align-items: center;

}

.nav-menu ul li {
  text-align: center;
  position: relative;
}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 20px;
  line-height: 80px;
  transition: 0.3s;
  font-size: 18px;
  transition: all .3s;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #123f79 !important;


}

.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: -20%;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 140%;
  background: #F4F8FE;

  transition: ease all 0.3s;

}

.nav-menu .drop-down ul.mob_spec {
  display: none;
}

.nav-menu .drop-down ul li {
  width: 100%;


}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: auto;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff !important;
  background: #123f79;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;

  width: 100%;
}

.mobile-nav .mob-language a {
  display: inline-block;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #fff;
}

.headerBotRig {
  border-radius: 30px;
  border: 1px solid #fff;
}

.header-scrolled .nav-menu a {
  color: #333;
}


.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}


.top-box .top_tel {
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  align-items: center;
  padding: 0 30px;
  color: #000000;
  display: flex;
}

.top-box .top_tel img {
  margin-right: 6px;
}

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 10px;

  display: flex;
  align-items: center;
}

.h_language .icon {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  background: #f5f5f5;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;

}

.h_language .lan_down dl a:hover {
  color: #E1251B;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;

  width: 100%;
}

.mobile-nav .mob-language a {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #fff;
}

.nav-menu .drop-down ul.mob_spec {
  display: none;
}

.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

#header.header-scrolled .seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}

#header.header-scrolled .seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
}

.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background: #123f79;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #123f79;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #123f79;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #E1251B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #E1251B;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 45px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #123f79;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #123f79;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;

}

.top_tel {
  display: flex;
  align-items: center;
  margin: 15px 0;
  font-size: 18px;
  color: #fff;
}

.top_tel img {
  margin: 0 !important;
  font-size: 20px;
  height: 38px;
  filter: brightness(100);
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

/* 语言 */

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 8px 20px;



}

.h_language .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;

}

.h_language .lanimg {
  display: none;
}

.h_language .lan_down dl a:hover {
  color: #123f79;
  font-weight: bold;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;

}

.header-scrolled .headerBotRig {
  background: #123f79;
  color: #fff;
}

/*首页banner图*/
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.isWX {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: none;
}
.b_video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner .b_video img{
      width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .b_video .b_video_con {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}



.banner_txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;


}


.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 20px 0;
  text-shadow: none;

  text-align: center;
}

.banner-more {
  position: relative;

  overflow: hidden;

  color: #FAFAFA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  margin: 10px;
  transition: all .3s;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(306deg, #5D6FE5, #123f79);
  background-image: linear-gradient(306deg, #5D6FE5, #123f79);

  font-size: 18px;

}

.banner-more i {
  margin-left: 15px;
}

.banner-more:hover {
  background-image: -webkit-linear-gradient(306deg, #E50D1C, #E2000F);
  background-image: linear-gradient(306deg, #E50D1C, #E2000F);
}

.pad_100 {
  padding: 100px 0;
}

.pad_50 {
  padding: 50px 0;
}

/* 产品 */

.probg {
  background: #f7f7f7;
  overflow: hidden;
}

.product {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 50%;
  height: auto;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);

}

.product .pro-item {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.product .pro-item b {
  font-size: 15px;
  color: #123f79;

}

.product .pro-item a:hover {
  color: #123f79;
}

.product .pro-item p {
  position: relative;
  color: #666;
  display: block;
  line-height: 1.8;
  padding: 5px 0;
  font-size: 15px;
}



.product .btxt {
  letter-spacing: 2px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;

}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-box {
  margin: 30px 0;
}

.product .info {}

.z_arr_more {
  position: relative;
  z-index: 2;
  padding: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 30px;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #123f79;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.z_arr_more::after {
  content: "";
  display: block;
  z-index: 1;
  pointer-events: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(71, 122, 163, .5);
  position: absolute;
  animation: circle-opacity 2s infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
}

.z_arr_more {
  position: relative;
}

.z_arr_more:hover {
  background: #123f79;
}

.z_arr_more:hover::after {
  background: rgba(218, 35, 55, .5);
}

@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}

.product .info .title {
  width: 100%;
}

.pro_box {
  width: 40%;
}
.pro_box img {
    transition: transform 0.65s ease-out, opacity 0.5s ease-out;
    border-radius: 0.1rem;
}


.pro_box>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.pro_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.cus-btn-3 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #123f79;
  color: #FAFAFA;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;

  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 100%;

  padding: clamp(14px, 0.864vw, 24px) clamp(20px, 2.667vw, 48px);
  text-decoration: none;
  border-radius: 40px;
  cursor: pointer;
  background: #123f79;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.cus-btn-3.small-padding {
  padding: clamp(10px, 0.755vw, 24px) clamp(20px, 1.667vw, 48px);
}

.cus-btn-3 span {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
  color: #fff;
  display: block;
}



.cus-btn-3:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  border: 0;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);

}

.cus-btn-3:hover {

  color: #123f79;
}

.cus-btn-3:hover span {
  color: #123f79 !important;
}

.cus-btn-3:hover:after {
  transform-origin: bottom center;
  transform: skewY(6.3deg) scaleY(2);
}


/*关于我们*/
.main_title {

  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.main_title span {
  font-size: 30px;
  position: relative;
  color: #123f79;

}



.main_title .m_p1 {
  font-size: 40px;
  font-weight: 600;

  color: #333;

  position: relative;

}

.main_title .m_p2 {
  font-size: 24px;
  margin-top: 20px;
  color: #333;
  font-weight: bold;
}

.main_title .fl {
  width: 40%;
}

.main_title .fr {
  width: 50%;
}

.main_title .fr p {
  color: #333;
  line-height: 1.8;
}

.about {
  background: url(../images/abbg.jpg) no-repeat bottom;
  overflow: hidden;
  background-size: cover; margin-top: 2px;



}

.about_box {
  display: flex;
}

.ab_tit {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.ab_bottom {

  width: 35%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.ab_bottom li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.ab_bottom li a {


  display: block;
  text-decoration: none;
  position: relative;
  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;

}

.ab_bottom li b {
  color: #123f79;

  display: block;
  font-weight: 600;
  margin-bottom: 8px
}

.ab_bottom li .ab_num span {
  padding-left: 10px;
}

.ab_bottom li span {
  font-size: 16px;
  color: #666;

}

.ab_bottom li p {
  color: #123f79;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;

}

.ab_bottom li:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li:hover p {
  color: #333;
}

.ab_bottom li img {
  margin-right: 30px;
}

.ab_txt {
  width: 100%;

}

.ab_txt .info {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-top: 50px;
  color: #666;



}

.ab_box {
  display: flex;
  justify-content: space-between;
 
}

.ab_box .img {
  width: 60%;
}

.pic-data {
  position: relative;
  margin-top: 20px;

}

.pic-data .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;

}

.pic-data .swiper-slide {
  text-align: center;
  font-size: 14px;

}

.pic-data .swiper-slide a {
  display: block;
  position: relative;
}

.pic-data .swiper-slide img {
  display: block;
  transition: all 0.3s ease-out;
  width: 100%;
  border-radius: 20px;

}

.pic-data .swiper-slide p {
  position: absolute;
  bottom: 0px;
  line-height: 28px;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-size: 16px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.pic-data .swiper-slide p i {
  display: block;
  width: calc(100% - 100px);
}

.pic-data .swiper-container .swiper-button-prev:hover {
  background: #1D63B0;
  color: #fff;
}

.pic-data .swiper-pagination {
  position: absolute;
  z-index: 9;
  right: 0;
  top: calc(100% - 30px);
  color: #fff;


}

.pic-data .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}

.pic-data .swiper-pagination-bullet-active {
  background: #123f79;
}

/* 领域 */


.applay2-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.applay2-img img {
    transition: transform 0.65s ease-out, opacity 0.5s ease-out;
    border-radius: 0.1rem;
}
.applay2-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}

.applay2-img>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.applay2-content {
  color: #666;
  line-height: 1.8;
}

.applay2-content li {
  margin-left: 15px;
  list-style: disc;
}

.applay2-content img {
  max-width: 100%;
  height: auto !important;
}

.applay2-content video {
  width: 100% !important;
  height: auto !important;
}

.applay-box {
  width: 100%;
  padding: 100px 0 0;
  background: #f7f7f7;
}

@media (max-width: 768px) {
  .applay-box {
    padding: 50px 0 0;
  }
}

.applay-box .bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.applay-box .bg img {
  width: 100%;
}

.applay-box .bg video {
  width: 100%;
  object-fit: fill;
}

@media (max-width: 768px) {
  .applay-box .bg video {
    width: 250%;
    transform: translateX(-30%);
  }
}

.applay-box .container {
  margin-top: -100vh;
  position: relative;
  z-index: 2;
}


.applay-box .container .list {
  width: 100%;
  margin-top: 92px;
}

.applay-box .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.applay-box .container .list ul li {
  width: 41.66666667%;
  margin-bottom: 100px;
}

.applay-box .container .list ul li:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .applay-box .container .list ul li {
    width: 100%;
    margin-bottom: 25px;
  }

  .applay-box .container .list {
    margin-top: 20px;
  }
}

.applay-box .container .list ul li a {
  width: 100%;
  display: block;
}

.applay-box .container .list ul li a .applay2-img {
  width: 100%;
  border-radius: 0.1rem;
  background: #f4f4f4;
}

.applay-box .container .list ul li a .applay2-img .zz {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(29, 42, 115, .2);
}

.applay-box .container .list ul li a .applay2-img img {
  transition: transform 0.65s ease-out, opacity 0.5s ease-out;
  border-radius: 0.1rem;
}

.applay-box .container .list ul li a .applay2-img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  border-radius: 10px;
}

@media (max-width: 768px) {}

.applay-box .container .list ul li a .tbox {
  padding: 10px 0;
}

.applay-box .container .list ul li a .tbox p {
  margin: 10px 0;
}

.applay-box .container .list ul li a .tbox span {
  color: #666;
}

.applay-box .container .list ul li a:hover {
  color: #333;
}

@media (max-width: 768px) {
  .applay-box .container .list ul li a .tbox {
    padding-right: 0;
  }
}

.applay-box .container .list ul li a .tbox .t1 {
  line-height: 1.625em;
  color: #999;
}

.applay-box .container .list ul li a .tbox .t2 {
  line-height: 1.25em;
  color: #333;
  margin-top: 0.1rem;
}

@media (max-width: 768px) {
  .applay-box .container .list ul li a .tbox .t2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.applay-box .container .list ul li:nth-child(2n) {
  margin-top: -250px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .applay-box .container .list ul li:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.applay-box .container .list ul li a .applay2-img {
  width: 85%;
}

@media (max-width: 768px) {

  .applay-box .container .list ul li:nth-child(3) a .applay2-img,
  .applay-box .container .list ul li:nth-child(4) a .applay2-img {
    width: 100%;
  }

  .applay-box .container .list ul li a .applay2-img {
    width: 100%;
  }
}

.applay-box .container .list ul li:nth-child(3) a .applay2-img::before,
.applay-box .container .list ul li:nth-child(4) a .applay2-img::before {
  padding-top: 62.5%;
}

@media (min-width: 992px) {
  .applay-box .container .list ul li:hover a .applay2-img img {
    transform: scale(1.05);
  }
}

/* 在线 */
.price {
  background: url(../images/lubg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message .tu {
  width: 35%;
}

.jiameng {

  align-items: center;
  display: flex;
  width: 50%;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 30px;

}

.jiameng label {
  font-size: 16px;
  font-weight: bold;
}

.jiameng div {
  width: calc(100% - 10px);
  color: #333;
  margin: 5px;
  position: relative;
}

.list_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jiameng input[type=text] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  height: 47px;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #dedede;
}

.jiameng input[type=file] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}

.jiameng div i {
  color: #123f79;
  position: absolute;
  left: 10px;
  top: 45px
}

.forminator-textarea {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #666;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}

.jmbt {
  margin: 10px auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.jmbt input[type=submit] {
  background-color: #123f79;
  color: #fff;
  padding: 12px 20px;
  height: 45px;
  width: 100%;
  margin: 8px 2px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  cursor: pointer;
}

.jmbt input[type=submit]:hover {
  background-color: #E50D1C;
}

.jiameng input::placeholder {
  color: #999;
}

.indexcode {
  vertical-align: top;
  height: 40px;
  margin: 5px 0;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #dedede !important;
  cursor: pointer;
}

.zxlyyzm {
  width: 200px !important;
  outline: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background: #fff;
  border: 1px solid #dedede;
  vertical-align: top;
  text-indent: 10px;
  border-radius: 2px;
}

/* 优势 */

.service-con {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);

  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 60px;
  border-radius: 20px;

}

.service-con .ser-item {
  cursor: pointer;
  position: relative;
  padding: 40px;
  flex: 1;
  color: #333;
  text-align: center;
  line-height: 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
}

.service-con .ser-item:last-child {
  border: none;
}

.service-con .ser-item a {
  color: #333;
}

.service-con .ser-item .inner {
  position: relative;
  z-index: 2;
}

.service-con .ser-item .inner .icon {
  height: 70px;
}


.service-con .ser-item .inner img {
  border-radius: 10px;
}

.service-con .ser-item .bg {
  background: #123f79;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.service-con .ser-item:hover .bg {
  height: 100%;
}

.service-con .ser-item p {
  font-size: 16px;
  color: #333;
  text-align: left;
}

.service-con .ser-item b {
  display: block;
  font-size: 24px;
  margin: 10px 0px;
  color: #333;
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.service-con .ser-item:hover p,
.service-con .ser-item:hover b {
  color: #fff;
}

.item-desc p {

  font-size: 16px;
  margin: 8px 0;
  color: #666;
  text-align: justify;
}

.wapblock img {
  width: 100% !important;
  height: auto !important;
}

/*  */
.ys_tu {
  overflow: hidden;
}

.ys_tu img {
  position: relative;
  z-index: 1;
}

.ys_tu .container {
  position: relative;
}

.ys_tu .txt {
  position: absolute;
  width: 100%;
  padding: 10%;
  left: 0px;
  top: 0px;
  color: #fff;
  z-index: 2;
}

.ys_tu .txt b {
  margin-top: 10px;
  display: block;
  text-align: center;
}

.ys_tu .txt p {


  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  position: relative;
}

.gasp_text_left {
  opacity: 0;
  transform: translateX(-100px);
}

/* 合作 */
.hzbg {
  background-size: cover;
  overflow: hidden;
  background: #f7f7f7;
}

.hezuo {
  display: flex;
  justify-content: space-between;
}

.hzlist {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.hzlist a {
  margin-top: -1px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
  width: calc(100% / 6);
  margin-left: -1px;
}

.hzlist a:hover {
  color: #333;
  background: #f7f7f7;
}

.hzlist a i {
  display: block;
  font-size: 30px;
  text-align: center;
}

/* 新闻 */

.news-box {
  overflow: hidden;
}

.news {
  display: flex;

  flex-direction: row;
  margin-top: 50px;
  height: 100%;
  align-items: stretch;
  justify-content: space-between;
}

.news-one {
  width: 60%;
  height: 100%;



}

.news_tu .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .3);
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;

}

.news_tu .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .3);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

.news_tu .swiper-slide .news-image {
  height: 560px;
}

.news_tu .swiper-slide .news-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.news_tu .swiper-container:hover .swiper-button-next,
.news_tu .swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

.news_tu .swiper-container:hover .swiper-button-next {
  right: 10px;
}

.news_tu .swiper-container:hover .swiper-button-prev {
  left: 10px;
}

.news-one span {
  display: block;
  overflow: hidden;
}

.news-one b {
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  color: #333;
}

.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-style: normal;

}

.news_fl ul a:hover b,
.news_fl ul a:hover p {
  color: #fff;
}

.card-content {
  background-image: linear-gradient(to top, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  z-index: 9;
  width: 100%;
  backdrop-filter: blur(10px);
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-date {
  margin-bottom: 10px;
}

.card-content h2 {
  font-size: 18px;
  line-height: 1.8;
}

.news-box .tit a {
  float: right;
  color: #999;
  font-size: 15px;
}

.news-box .tit a:hover {
  color: #123f79;
  background: none;
  box-shadow: none;
}

.news-box .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.news-one a img {
  display: block;
  width: 100%;
  transition: .8s;
}

.news-one a:hover img {
  transform: scale(1.1);
}


.news-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  padding: 8px 0px;
}

.news_fl {
  display: flex;
  align-items: stretch;

}



.news_fl ul {
  padding: 0;

}

.news-two {
  width: 37%;
  height: 100%;



}

.news-two>.news_over {
  height: 566px;
  overflow: auto;
  padding-right: 10px;
}

.news-two>.news_over::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.news-two>.news_over::-webkit-scrollbar-thumb {
  background: #123f79;
}

.news-two>.news_over::-webkit-scrollbar-track {
  background: rgba(0, 117, 194, 0.3);
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two ul li {
  width: 100%;


}

.news-two li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px dashed #dedede;
  padding: 15px;
  transition: .3s;


}

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

.news-two a:hover {
  box-shadow: 0 0 10px #8abdf8;
  background: #123f79;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day,
.news-two a:hover .newscon,
.news-two a:hover .newscon p {
  color: #fff;
}

.day {
  color: #999;
  width: 100%;

  margin: 7px 0;
  font-size: 16px;


}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 10px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.news_title {
  margin: 20px 0;
  font-size: 26px;
}

.news_title a:hover {
  color: #3B8DE1;
  box-shadow: none;
  background: none;
}

/*底部footer*/
.footer-main {

  position: relative;

  background: #123f79;
  background-size: cover;

  padding: 50px 0 30px;
  width: 100%;
  float: left;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 17%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 30%;
}

.footer-list4 {
  width: 10%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;

  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  font-weight: bold;

}

.fot_tel {


  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  font-size: 16px;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #E50D1C;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 16px;
}

.ft_logo img {
  max-height: 76px;
}

.footer-copyright {

  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;

}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: rgba(255, 255, 255, 0.7)
}

.footer-copyright p a:hover {
  color: #E50D1C;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #123f79;
  display: none;
}

.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #A20505;
  border-left: 1px solid #CB1515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #2777dd;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  border-radius: 10px
}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #123f79;
  border-radius: 10px;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #123f79;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #123f79;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
  color: #fff;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #123f79;
  color: #fff;
}

/* in about */

/* 内页关于我们 */
.inbanner {
  position: relative;
}

.inbanner::before {
  background: url(../images/b1_banpcmc.png) center/cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}


.inbanner .top_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  justify-content: center;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.top_box .name {

  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  position: relative;


}


.top_box .name::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -36px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: linear-gradient(232.88deg, #fff -0.42%, rgba(255, 255, 255, 0) 78.58%);
  opacity: 0.4;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.shadow-dark {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


.subnav a {
  font-size: 16px;
  display: block;
  position: relative;
  line-height: 90px;
  margin-right: 5vw;
  white-space: nowrap;
}

.subnav a::after {
  width: 100%;
  height: 2px;
  background-color: #002B69;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: '';
  transition: all .36s;
  transform: scale(0, 1);
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}

.subnav a.on,
.subnav a:hover {
  color: #002B69;
  font-weight: bold;
}

.subnav a:hover::after,
.subnav a.on::after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.mod_bord_ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;

}

.mod_bord_li img {
  width: 22px;
  margin-bottom: 2px;
}

.mod_bord_li {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  transition: all 0.36s;
}

.mod_bord_li {
  padding-left: 16px;
  position: relative;
}

.mod_bord_li:hover {
  color: #E50D1C;
}

.mod_bord_ul .mod_bord_li:first-child {
  padding-left: 0;
}

.mod_bord_ul .mod_bord_li:nth-child(3) {
  padding-left: 36px;
}

.mod_bord_ul .mod_bord_li:nth-child(2)::after {
  position: absolute;
  right: -36px;
  top: 10px;
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/jtxy.png) no-repeat;

}

/* in 简介 */

.pad80 {
  padding: 80px 0;
}

.inabout {


  position: relative;
  background: url(../images/tu_icon2.png) no-repeat top left;



}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.about_fr {
  width: 35%;
  padding-right: 5%;



}

.about_fl .ab_txt {
  line-height: 36px;

  color: #666;
  font-size: 16px;
  margin: 10px 0;
  text-align: justify;

}

.about_fl b {
  margin-bottom: 50px;
  display: block;
  font-size: 40px;
  color: #002B69;
  font-weight: 600;
  font-family: Microsoft JhengHei, Source Han Sans CN, PingFang SC, "Source Han Serif SC", Microsoft YaHei, sans-serif;
}

.about_fl .ab_txt span {
  color: #666;
}


.about_fl {
  width: 62%;
  overflow: hidden;
  padding-left: 3%;


}

.inab_tu {
  margin-top: 50px;
}

.inab_tu img {
  border-radius: 100px 100px 0 0;
}

.ab_list {
  display: flex;
  margin-top: 40px;
  color: #333;
  justify-content: space-between;
}

.ab_list li {
  /* width: 25%; */
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_list li img {
  margin-right: 10px;
}

.ab_list li:nth-child(4)::after {
  display: none;
}

.ab_list li::after {
  content: " ";
  height: 100%;
  width: 0px;
  background: rgba(0, 0, 0, .4);
  right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ab_list .number {
  display: flex;
  align-items: center;
  color: #333;
}

.ab_list .number b {
  font-size: 52px;
  color: #002B69;
}

.ab_list .number em {
  font-size: 20px;
  font-style: normal;
}

.ab_list .number .text {
  font-size: 20px;
  margin-left: 10px;
}

.ab_list span {
  font-size: 18px;
}

.ab_box .img.img-box {
  width: 50%;
}

.in-txt {
  margin-top: 40px;
}

.in-txt p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-top: 15px;
  color: #333;
}

.inab_box {
 
}

.inab_box .inab_fl {
  width: 40%;
}

.inab_box .inab_fl p {
  font-size: 16px;
  line-height: 38px;
  text-align: justify;
  margin-top: 15px;
  color: #333;
}

.ab_bottom2 {
  margin-top: 40px;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.ab_bottom2 ul {
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.ab_bottom2 li {
  width: auto;
  align-items: flex-start;
  flex-direction: column;
}

.ab_bottom2 li img {
  display: none;
}

.ab_bottom2 li b {
  font-size: 42px;
}

/* 荣誉 */

.honor_box {
  display: flex;
  align-items: stretch;
  margin-top: 80px;
  justify-content: center;

}

.honor_box .container {
  position: relative;
}

.honor {
  padding-bottom: 100px;

  background: url(../images/bg07.png) no-repeat center bottom;

}


.honor .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

.honor .swiper-slide a {

  display: block;


}

.honor .swiper-slide a img {}

.honor .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  padding: 15px 15px;
  color: #333;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.honor .swiper-slide a:hover em {
  background: #123f79;
  color: #fff;
}

.honor .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 15px;
}


.honor_box .swiper-button-next {
  position: absolute;
  top: 45%;
  right: 0px;

  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.honor_box .swiper-button-prev {
  position: absolute;
  top: 45%;
  left: 0px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background: #ccc;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.honor_box .swiper-button-prev:hover,
.honor_box .swiper-button-next:hover {
  background: #123f79;
}

/* vr */
.vr-box {
  position: relative;
}

.advbg2 {

  position: relative;


}

.advbg2 .container {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  margin: 0 auto;
}

.sale_add2 .hnba_li {
  width: 50%;
}

.qqbj-hover ul li {
  position: absolute;
  top: 51%;
  left: 21.8%;
  width: 1.875%;
}


.sale_add2 {
  margin-top: -120px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

.sale_add2 .hnba_li {
  width: 50%;
  text-align: center;
}

.sale_add2 .hnba_li:first-child {
  border-right: 1px solid #dedede;
}

.sale_add {

  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 8px 30px 8px rgba(114, 145, 255, 0.14);
}



.sale_add .hnba_li .hnba_li_en {
  color: #333;
  margin-bottom: 20px;
  font-size: 20px;
}

.sale_add .hnba_li .hnba_li_txt {
  font-weight: 600;
  color: #123f79;
  font-size: 24px;
}

/*in news  */

.innews-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.innews-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #fff;
  width: 30%;
  margin-left: 20px;
  height: 60px;
  border-radius: 30px;
}

.innews-nav a.cur,
.innews-nav a:hover {
  background: #123f79;
  color: #fff;
}

.news-actgs {
  margin-top: 50px;

}

.news-actgs .swiper-container {
  border-radius: 20px;
}

.news-act {
  position: relative;
}

.news-act a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 15px;
}

.news-act.news-act-item {
  position: relative;
  overflow: hidden;
}

.news-act .news-act-imgbox {
  width: 50%;

}

.news-act .news-act-imgbox img {
  border-radius: 5px;
}

.news-act-item {
  display: flex;
  align-items: center;
  background: #fff;
}

.news-act .news-act-text {
  width: 50%;

  background: #fff;
  padding: 0 5%;
  overflow: hidden;

}

.news-act .news-act-h {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 40px;
}

.news-act .news-act-sum {
  color: #999;
  line-height: 1.6;
  font-size: 16px;
}

.news-act .more {
  display: block;
  margin-top: 20px;
  width: 100px;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #123f79;
  color: #fff;
  float: right;
}

.news-act .more:hover {
  background: #123f79;
  color: #fff;
}

.news-act .news-act_page {

  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: 10%;
  margin-top: 20px;
  top: auto;
  transform: none;
  -webkit-transform: none;

}

.news-act .news-act_page span {
  display: inline-block;

  margin: 0 6px;
}



.news-act .swiper-pagination-bullet {
  width: 10px;
  height: 10px;

}

.news-act .swiper-pagination-bullet-active {
  opacity: 1;
  background: #123f79;
}

.cus-btn-4 {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid #123f79;
  color: #123f79;
  display: inline-flex;
  justify-content: center;
  padding: 10px 30px;

  text-decoration: none;
  border-radius: 40px;
  cursor: pointer;

}

.cus-btn-4:hover {
  background: #123f79;
  color: #fff;
}

.innews_box ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.innews_box ul li {
  width: calc(33.33% - 40px);
  margin: 30px 0;


  border-radius: 10px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.innews_box ul li img {
  border-radius: 10px;
}

.innews_box ul li .newsdate {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
}

.innews_box ul li .newstit {
  width: 100%;
  overflow: hidden;

  color: #000;
  line-height: 30px;
  margin-top: 20px;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.innews_box ul li .newsdes {
  width: 100%;

  font-size: 16px;
  margin-top: 10px;
  line-height: 26px;
  color: #666;

}

.innews_box ul li:hover .newstit {
  color: #123f79;
}



.num {
  margin: 20px auto;
  padding: 40px 10px;
  text-align: center;
}

.num ul {
  display: inline-block;
}

.num ul li {
  float: left;
  list-style: none;
  margin: 5px 0;
  padding-right: 10px;
}

.num ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: center;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.num ul li a:hover {
  background: #123f79;
  color: #fff;
  border: 1px solid #123f79;
}

.num ul li a.selected {
  color: #fff;
  background: #123f79;
  border: 1px solid #123f79;
}

/* in product */
.ys {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.ys li {
  width: calc(25% - 40px);
  background: #fff;
  position: relative;
  padding: 30px;
  margin: 10px 0;
  border-radius: 10px;


}

.ys li:hover {
  background: #123f79;
}

.ys a {
  display: block;

}

.ys .box {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s;
}

.ys .bg {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #123f79;
  transition: 0.5s;
}

.ys b {

  color: #333;
  text-align: center;

  position: relative;
  z-index: 2;
  display: block;
  margin: 20px 0;

  transition: color 0.3s;
}

.ys p {
  color: #333;
  line-height: 1.8;
  font-size: 18px;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}


.ys li:hover b {
  color: #fff;
  transition: color 0.3s;
}

.ys li:hover p {
  color: #fff;
  transition: color 0.3s;
}

.ys li:hover .bg {
  width: 100%;
  left: 0;
}

.ys li:hover .box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

.ser-fr b {
  font-size: 40px;
  margin-top: 30px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}

.ser-fr p {
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}

.ser-fr span {
  display: block;
  width: 160px;
  line-height: 40px;
  height: 40px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  background: #123f79;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}

.ser-fr a {
  color: #0E549E;
}

.zyzs-icon {
  position: relative;
  z-index: 3;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transition: all 0.5s;
  border-radius: 50%;
  background: #fff;
}

.ys li:hover .zyzs-icon {
  background: #fff;
}

/* 价格走势 */
.pricebg {
  background: url(../images/pricebg.jpg) no-repeat;
  background-size: cover;
}

.chart-box {

  min-width: 300px;
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chart-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.chart-title {
  text-align: center;
  margin-bottom: 15px;
  color: #2c3e50;
  font-size: 1.4rem;
  font-weight: 600;
}

.chart {
  height: 400px;
  width: 100%;
}

/* in 领域 */

.apple-retail {
  margin-top: 50px;

}

.apple-retail .swiper-slide {
  text-align: center;
  padding: 0 20px;
  width: 60%;

  position: relative;
  border-radius: 20px;

}

.apple-retail .swiper-slide::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, .8);
}

.apple-retail .swiper-slide.swiper-slide-active::before {
  background: none;
}

.inner figure {
  width: 100%;
  margin: 0;
}

.inner figure img {
  width: 100%;
  border-radius: 6px;
}

.apple-retail .gallery-item-desc {

  display: inline-block;

  position: absolute;
  left: 5%;


  padding: 20px 30px;

  text-align: center;
  bottom: 5%;
  border-radius: 5px;
  background: #E50D1C;
  color: #fff;
  font-size: 16px;
  transition-duration: 1.2s;
  opacity: 0;
}

.apple-retail .swiper-slide-active .gallery-item-desc {
  opacity: 1;

}


.apple-retail .swiper-button-next,
.apple-retail .swiper-button-prev {
  top: 50%;
  background-image: none;
  background-color: #123f79;
  background-size: 15px 15px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  transition: all .5s;
  outline: none;


}

.apple-retail .mouse-hover .swiper-button-next,
.apple-retail .mouse-hover .swiper-button-prev {
  opacity: 1;
}

.apple-retail .swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #E50D1C;
}

.apple-retail .swiper-button-next {

  right: 5%;
}

.apple-retail .swiper-button-prev {

  left: 5%;
}

.apple-retail .swiper-button-prev i,
.apple-retail .swiper-button-next i {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.innews_box2 {
  background: #f7f7f7;
}

/*  */
.inpro_list ul {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inpro_list ul li {
  border-radius: 10px;
  width: calc(50% - 30px);
  margin: 15px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.inpro_list ul li b {
  display: block;
  padding: 15px;
  text-align: center;
  background: #E6F0FC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.inpro_list ul li p {
  padding: 25px 15px;
  color: #666;
  line-height: 1.6;
}


.inde-product {
  box-shadow: none;
  padding: 0 0px 20px;

}

.inde-product b {
  padding: 0 15px;
}

.inpro_list2 li {
  width: 100% !important;
  padding-bottom: 25px;
  margin: 10px 0 0 !important;
}

.inpro_list2 ul li p {
  padding: 5px 15px;
}

.inpro_list2 ul li b {
  margin-bottom: 25px;
}

/* 百科 */
.fqabg {
  background: #f7f7f7;
}

.faq_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.faq_box ul li {
  width: calc(33% - 10px);
  margin: 5px;



}

.faq_box ul li a {
  display: block;
  border-radius: 10px;
  background: #fff;
  border-bottom: 1px dashed #dedede;
  padding: 20px 10px;
}

.faq_con img {
  filter: brightness(0);
  margin-right: 10px;
}

.faq_con b {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}

.faq_con p {
  line-height: 28px;
  font-size: 16px;
  color: #666;
}

.faq_box ul li a:hover {
  background: #fff;
}

.faq_box ul li a:hover .faq_con b {
  color: #123f79;
}

/* 产品集 */
.pj {
  padding: 20px 0 !important;
}

.pj .swiper-wrapper {
  padding-bottom: 60px;
}

.pj .swiper-slide img {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}

.pj .swiper-button-prev {

  top: calc(100% - 48px);
  left: calc(50% - 140px);
}

.pj .swiper-button-next {
  top: calc(100% - 48px);
  right: calc(50% - 140px);
}


.pj .swiper-button-next {


  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 120px;
  font-size: 16px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  transition: all .5s ease;
  outline: none;
}

.pj .swiper-button-prev {

  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 120px;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  transition: all .5s ease;
  outline: none;
}

.pj .swiper-button-prev:hover,
.pj .swiper-button-next:hover {
  background: #123f79;
}

.inbanner .pc-banner {
  display: block;
}

.inbanner .mob-banner {
  display: none;
}

.banner .b_video .b_video_con {
  display: block;
}

.banner .b_video .mob_video_con {
  display: none;
}

.banner .b_video .mob_video_con {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.features-section {
  position: relative;

  display: none;
}

.features-title {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

}


.toggle-arrow {
  font-size: 20px;
  color: #666;
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-arrow.hidden {
  display: none;
}

/* 新增收起按钮样式 */
.collapse-btn {
  display: none;
  text-align: center;
  margin-top: 15px;
  padding: 8px 0;
  cursor: pointer;
}

.collapse-btn.show {
  display: block;
}

.collapse-btn .fa {
  font-size: 20px;
  color: #666;
  transition: transform 0.3s ease;
}

.collapse-btn .fa.active {
  transform: rotate(180deg);
}

.features-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;

}

.features-content.active {
  max-height: 500px !important;

}

/* 手机端优势 */
.adv-box {
  display: none;
  margin-top: 20px;
}

.adv-box .swiper-container {
  width: 100%;


}

.adv-box .swiper-wrapper {
  align-items: stretch;
}

.adv-box .swiper-slide {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

/* 当前幻灯片 - 放大显示 */
.adv-box .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: translateX(-35%);
  width: 70% !important;
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

/* 第二张幻灯片 - 缩小并显示一半 */
.adv-box .swiper-slide-prev {

  opacity: 0;
  z-index: 5;
}

.adv-box .swiper-wrapper .swiper-slide-next {
  width: 70% !important;
}

/* 其他幻灯片 */
.adv-box .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev) {
  transform: translateX(-35%);


}

.adv-box .slide-image {

  width: 100%;
  background-size: cover;
  background-position: center;
}

.adv-box .slide-content {
  padding: 15px 15px 0 15px;

}

.adv-box .slide-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.adv-box .slide-content p {
  color: #666;
  font-size: 14;
  line-height: 1.4;
}

.adv-box .swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: 0;
}

.adv-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  margin: 30px 8px 0 8px !important;

}

.adv-box .swiper-pagination-bullet-active {
  background: #123f79;
  opacity: 1;

}

.adv-box .swiper-button-next,
.adv-box .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.adv-box .swiper-button-next:after,
.adv-box .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: bold;
}

.adv-box .swiper-button-next:hover,
.adv-box .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);

}

@media screen and (max-width: 990px) {
  .seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}

  .adv-box {
    display: block;
  }

  .service-con {
    display: none;
  }

  .banner .b_video .b_video_con {
    display: none;
  }

  .banner .b_video .mob_video_con {
    display: block;
  }

  .banner {
    height: 80vh;
  }

  .inbanner .pc-banner {
    display: none;
  }

  .inbanner .mob-banner {
    display: block;
  }

  .pc-txt {
    display: none;
  }

  .features-section {
    display: block;
  }


  .features-content {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 70vh;
  }
}

@media screen and (max-width: 640px) {
  .faq_box ul {
    margin-top: 0 !important;
  }

  .faq_box {
    height: 400px;
    overflow: auto;
    padding-right: 10px;

  }

  .faq_box::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .faq_box::-webkit-scrollbar-thumb {
    background: #123f79;
    border-radius: 3px;

  }

  .faq_box::-webkit-scrollbar-track {
    background: rgba(0, 117, 194, 0.3);
    border-radius: 3px;
  }

  .faq_box ul li:first-child {
    margin-top: 0;
  }

}