/**/
@import url("css2-Poppinsitalwght010002000300040005000600070008000900110012001300140015001600170018001900_swap.css");
:root {
  --color: #00a0e9;
  --hovercolor: #00a0e9;
  --backgroundcolor: #00a0e9;
  --fontcolor: #000000;
  --fonttextcolor: #333333;
  --titlefont: 42px;
  --fontsize12: 12px;
  --fontsize14: 14px;
  --fontsize15: 15px;
  --fontsize16: 16px;
  --fontsize17: 17px;
  --fontsize18: 18px;
  --fontsize20: 20px;
  --fontsize22: 22px;
  --fontsize24: 24px;
  --fontsize26: 26px;
  --fontsize28: 28px;
  --fontsize30: 30px;
  --fontsize36: 36px;
  --fontsize40: 40px;
  --fontsize42: 42px;
  --fontsize50: 50px;
  --fontbold3: 300;
  --fontbold4: 400;
  --fontbold5: 500;
  --fontbold6: 600;
  --fontbold7: 700;
}
* {
  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 {
  color: var(--fontcolor);
  font-size: var(--fontsize16);
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}
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: var(--fonttextcolor);
}
a:hover {
  text-decoration: none;
  color: #fff;
}
img {
  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 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dot3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container-fluid {
  padding: 0 7vw;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
/* 顶部导航 */
.top_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headDiv .top {
  transition: all .3s;
  height: 40px;
  line-height: 40px;
  background: #00a0e9;
  font-size: var(--fontsize14);
  color: #fff;
}
.headDiv .top .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headDiv .top .dt {
  float: left;
  padding-right: 25px;
}
.headDiv .top .get {
  font-size: var(--fontsize14);
  color: var(--color);
}
/* 社媒 */
.a2a_kit a {
  margin-right: 8px !important;
  border-radius: 5px !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  color: var(--color);
}
.a2a_svg {
  height: auto !important;
}
.a2a_s_facebook {
  background: none !important;
}
.a2a_s_linkedin {
  background: none !important;
}
.a2a_s_blogger {
  background: none !important;
}
.a2a_s_pinterest {
  background: none !important;
}
.a2a_s_twitter {
  background: none !important;
}
.a2a_svg {
  width: 24px !important;
  line-height: 24px !important;
  border: 1px solid #fff;
}
.a2a_kit a:hover {
  background: #143499 !important;
  color: #143499;
}
.a2a_default_style a:hover .a2a_svg,
.a2a_floating_style a:hover .a2a_svg,
.a2a_overlay_style a:hover .a2a_svg svg {
  opacity: 1 !important;
}
.a2a_kit2 a {
  background: #7A7A7A;
}
/*  */
#header {
  transition: all 0.5s;
  z-index: 998;
  transition: all 0.5s;
  position: relative;
  width: 100%;
}
#header.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#header.in-header-transparent {
  background: #fff;
}
.logo img {
  height: 62px;
}
.logo-tu1 {
  display: block;
}
.logo-tu2 {
  display: none;
}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
  height: 80px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu li a {
  display: block;
  color: #333;
  margin-right: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-size: var(--fontsize18);
  text-transform: capitalize;
  transition: all .3s;
  position: relative;
  text-transform: capitalize;
}
.nav-menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  bottom: 0;
  width: 0;
  height: 2px;
  background: #143499;
  transition: all .3s;
}
.nav-menu li a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #143499 !important;
}
.nav-menu li a:hover::after,
.nav-menu .active>a::after,
.nav-menu li:hover>a::after {
  width: 100%;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0%;
  top: 80px;
  z-index: 99;
  display: none;
  width: 210%;
  background: #F2F3F5;
  transition: ease all 0.3s;
}
.nav-menu .drop-down ul li {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.nav-menu .drop-down span{ padding-left: 3px;}
.nav-menu .drop-down:hover>ul {
  top: 80px;
  display: block;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 8px 10px;
  font-size: var(--fontsize16);
  color: #333;
  line-height: 1.4;
  height: auto;
  overflow: hidden;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.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: var(--backgroundcolor);
}
.nav-menu .drop-down ul a:hover::after,
.nav-menu .drop-down ul .active>a::after,
.nav-menu .drop-down ul li:hover>a::after {
  width: 0;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% -80px);
}
.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}
.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;
}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: -100%;
  /* 初始位置在屏幕上方 */
  left: 0;
  right: 0;
  z-index: 995;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  /* 限制最大高度 */
  background: #fff;
  transition: top 0.4s ease;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: var(--fonttextcolor);
  font-size: var(--fontsize16);
  margin: 0 20px;
  line-height: 50px;
  font-weight: var(--fontbold5);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: var(--color);
  text-decoration: none;
}
.mobile-nav ul li a.expanded {
  color: var(--color);
}
.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  color: var(--fonttextcolor);
  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: #f1f1f1;
  color: var(--color);
}
.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;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 44px;
  z-index: 1000;
  border: 0;
  background: none;
  font-size: var(--fontsize24);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: var(--backgroundcolor);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-toggle span {
  position: absolute;
  width: 40%;
  height: 2px;
  color: #FFFFFF;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mobile-nav-toggle span::before {
  top: 300%;
}
.mobile-nav-toggle span::after {
  bottom: 300%;
}
.mobile-nav-toggle.open span {
  background-color: unset;
}
.mobile-nav-toggle.open span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-toggle.open span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-active {
  overflow: hidden;
}
.searchWrap {
  width: 100%;
  padding: 20px 0;
  background: var(--backgroundcolor);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  -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: #143499;
  color: #fff;
  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: #fff;
}
.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: var(--color);
  font-size: var(--fontsize16);
}
.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}
.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: var(--fontsize17);
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}
.seaBtn span {
  color: #333
}
#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  box-shadow: 0 0 10px #eee;
}
#header.header-scrolled .seaBtn span {
  color: #333;
}
#header.header-scrolled .nav-menu li a {
  color: #333;
}
#header.header-scrolled .nav ul li a:hover {
  color: var(--color);
}
#header.header-scrolled .nav ul li.active a {
  color: var(--color);
}
#header.header-scrolled .nav ul li.active li a {
  color: #333;
}
#header.header-scrolled .nav ul li ul li a:hover {
  color: #fff;
}
#header.header-scrolled .arrow-btn i {
  color: #fff;
}
#header.header-scrolled li.active .arrow-btn i {
  color: var(--color);
}
#header.header-scrolled .top {
  display: none;
}
#header.header-scrolled .change-language .change-language-title,
#header.header-scrolled .change-language .change-language-title a {
  color: var(--fonttextcolor);
  font-size: var(--fontsize18);
  font-weight: 500;
}
.change-language-title a span {
  font-size: var(--fontsize18);
  color: #333;
}
.dflex_end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header.header-scrolled .logo-tu1 {
  display: none;
}
#header.header-scrolled .logo-tu2 {
  display: block;
}
#header.header-scrolled .change-language .change-language-title,
#header.header-scrolled .change-language .change-language-title a {
  color: var(--fonttextcolor);
  font-size: var(--fontsize18);
  font-weight: 500;
}
#header.header-scrolled .change-language-title a span {
  font-size: var(--fontsize18);
  color: #333;
}
/* 语言 */
.head_right {
  position: relative;
  margin-left: 25px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif
}
.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
  display: block
}
.change-language .change-language-title,
.change-language .change-language-title a {
  font-size: var(--fontsize16);
  color: var(--fonttextcolor);
  display: flex;
  font-weight: var(--fontbold5);
  align-items: center;
}
.change-language .change-language-title {
  padding: 0
}
.change-language .change-language-title a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: var(--fontsize12);
  display: inline-block;
  padding-left: 2px;
  color: #333;
}
.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 120px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  transform: scale3d(.9, .9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh
}
.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible
}
.change-language .change-language-cont .lang-item-hide {
  display: none !important
}
.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px
}
.change-language .change-language-cont .more-active {
  font-size: var(--fontsize20)
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden
}
.change-language ::-webkit-scrollbar {
  width: 5px
}
.change-language ::-webkit-scrollbar-track {
  background-color: #fff
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}
.country-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.country-flag img {
  width: 20px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.language-flag .country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}
li.language-flag a:hover .country-flag img {
  transform: scale(1.05);
}
.change-language .change-language-cont {
  right: -15px;
  width: 200px;
  padding: 15px;
}
.change-language .change-language-cont li {
  width: 100%;
  margin: 0 2% 10px;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.change-language .change-language-cont li:hover {
  background: #f8f8f8;
}
.change-language .change-language-cont li a {
  display: flex;
}
.change-language .change-language-cont li a:hover span {
  color: var(--color);
}
.mobile-head-item .main-content-wrap .content-wrap a:hover span {
  color: var(--color);
}
#header.header-scrolled .change-language .change-language-title a:after {
  color: #333;
}
/*首页banner图*/
#banner {
  position: relative;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-slide {
  position: relative;
  background-size: cover !important;
}
#banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}
#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: var(--fontsize20);
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: var(--backgroundcolor);
}
.btn-prev {
  left: 1vw;
}
.btn-prev img,
.btn-next img {
  width: 80%;
}
.btn-next {
  right: 1vw;
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
#banner .swiper-slide .container-fluid {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}
.banner-slide-content {
  position: relative;
  z-index: 9;
}
.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.banner-slide-content .title {
  font-size: var(--fontsize40);
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-slide-content p {
  font-size: var(--fontsize24);
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;
}
#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}
#banner_pagination .swiper-pagination-bullet {
  position: relative;
}
#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}
#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}
@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner_txt {
  position: absolute;
  top: 35%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: var(--fonttextcolor);
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner_txt b {
  display: block;
  font-size: 40px;
  color: #333;
  margin: 10px 0;
  text-transform: uppercase;
  text-shadow: none;
  width: 45%;
}
.banner_txt span {
  color: #333;
  font-size: var(--fontsize24);
  width: 45%;
  display: block;
  text-shadow: none;
}
.banner-more {
  display: block;
  width: 174px;
  border-radius: 52px;
  font-size: var(--fontsize16);
  letter-spacing: 1px;
  margin-top: 30px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background: var(--backgroundcolor);
  border: 1px solid #7A7A7A;
  text-shadow: none;
}
.banner-more:hover {
  background: rgba(255, 255, 255, .9);
  color: var(--color);
  border: 1px solid #7A7A7A;
}
.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.banner-more:hover::after {
  border-top: 2px solid #7A7A7A;
  border-right: 2px solid #7A7A7A;
}
.cus-btn-2 {
  padding: clamp(10px, 0.965vw, 32px) clamp(20px, 1.667vw, 64px);
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.833vw, 32px);
  font-weight: var(--fontbold5);
  line-height: 120%;
  border-radius: clamp(2px, 0.208vw, 28px);
  color: #FFFFFF;
  background: #143499;
  width: max-content;
}
.cus-btn-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--backgroundcolor);
  height: clamp(120px, 7.813vw, 500px);
  width: clamp(250px, 15.625vw, 850px);
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn-2:hover {
  color: #fff;
}
.cus-btn-2:hover::before {
  top: -30px;
  left: -30px;
}
.cus-btn-2.sec {
  padding: clamp(12px, 0.755vw, 32px) clamp(30px, 1.25vw, 64px);
  background: var(--backgroundcolor);
}
.cus-btn-2.sec::before {
  content: "";
  background: #143499;
}
/*  */
.main_title {
  margin-bottom: 20px;
  text-align: center;
}
.main_title .m_p1 {
  color: #333;
  font-size: var(--fontsize40);
  font-weight: var(--fontbold6);
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.main_title .m_p1::before {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #00a0e9;
  margin: auto;
  content: '';
}
.main_title .m_p2 {
  font-size: var(--fontsize18);
  color: #666;
  margin-top: 20px;
}
.main_title .m_p3 {
  font-size: var(--fontsize36);
  font-weight: bold;
}
/* 产品 */
.probg {
  overflow: hidden;
}
.sl {
  position: relative;
}
.sl .gallery-top {
  height: auto;
  margin-top: 20px;
}
.sl .gallery-top .swiper-slide .swiper-container {
  position: relative;
  padding-bottom: 80px;
}
.sl .gallery-thumbs {
  box-sizing: border-box;
  margin: 40px 50px;
}
.sl .gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.sl .gallery-thumbs .swiper-slide {
  height: auto;
  line-height: 1.2;
  padding: 15px 10px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.sl .gallery-thumbs .swiper-slide a {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.sl .gallery-thumbs .swiper-slide:hover {
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}
.sl .gallery-thumbs .swiper-slide-thumb-active a {
  color: #fff;
}
.sl .gallery-thumbs .swiper-slide-thumb-active {
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}
.top-btn .swiper-button-next {
  top: 25px;
  background: none;
  color: #000;
  font-size: 30px;
  text-align: right;
}
.top-btn .swiper-button-prev {
  top: 25px;
  background: none;
  color: #000;
  font-size: 30px;
}
.top-btn .swiper-button-next:hover,
.top-btn .swiper-button-prev:hover {
  color: #00a0e9;
}
.sl .gallery-top> {
  height: auto;
  margin: auto;
}
.prone .swiper-slide {
  background-image: linear-gradient(to top, rgb(242, 243, 245) 100%, transparent 0);
  background-image: -webkit-linear-gradient(to top, rgb(242, 243, 245) 100%, transparent 0);
  background-image: -moz-linear-gradient(to top, rgb(242, 243, 245) 100%, transparent 0);
  padding: 20px;
  border-radius: 30px;
}
.prone .swiper-slide a {
  display: block;
}
.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}
.prone .swiper-slide p {
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.prone .swiper-slide:hover {
  background: #F2FAFC;
  box-shadow: 0 0 1rem rgba(0, 160, 233, 0.2);
}
.prone .swiper-slide:hover p {
  color: #014189;
}
.sl .gallery-top .swiper-button-next {
  position: absolute;
  top: 99%;
  left: calc(50% + 10px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: #747474;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 80px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}
.sl .gallery-top .swiper-button-prev {
  position: absolute;
  top: 99%;
  left: calc(50% - 90px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: #747474;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 80px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}
.sl .gallery-top .swiper-button-prev:hover {
  background: #00a0e9;
  color: #fff;
}
.sl .gallery-top .swiper-button-next:hover {
  background: #00a0e9;
  color: #fff;
}
/*关于我们*/
.pad_100 {
  padding: 100px 0;
}
.about {
  position: relative;
  overflow: hidden;
  background: rgb(242, 243, 245);
}
.about-box {
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_fr {
  width: 47%;
  margin-top: 20px;
}
.ab_tit {
  font-size: var(--fontsize24);
  color: var(--fontcolor);
  font-weight: normal;
  text-align: left;
}
.about_fl .ab_txt {
  line-height: 26px;
  color: #444;
  font-size: var(--fontsize16);
  margin: 30px 0;
  text-align: left;
}
.about_fl .ab_txt b {
  color: var(--fontcolor);
  display: block;
  font-weight: var(--fontbold5);
  font-size: var(--fontsize18);
}
.about_fl {
  width: 50%;
  overflow: hidden;
}
.ab_tu {
  width: 45%;
}
.ab_tu img {
  object-fit: cover;
  width: 100%;
}
.about_fl .main_title {
  text-align: left;
}
.about_fl .main_title .m_p1::before {
  margin: 0;
}
.about_fl .more {
  justify-content: flex-start;
}
.ab_box {
  position: relative;
  transition: all .3s;
}
.ab_box .main_title {
  text-align: center;
}
.ab_box .main_title p {
  color: #fff;
}
.cus-btn-3 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #7A7A7A;
  color: #FAFAFA;
  display: inline-flex;
  justify-content: center;
  font-size: var(--fontsize16);
  font-family: "Inter", sans-serif;
  font-weight: var(--fontbold5);
  line-height: 100%;
  padding: clamp(14px, 0.965vw, 24px) clamp(20px, 1.667vw, 48px);
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  background: var(--backgroundcolor);
  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: var(--color);
}
.cus-btn-3:hover span {
  color: var(--color) !important;
}
.cus-btn-3:hover:after {
  transform-origin: bottom center;
  transform: skewY(6.3deg) scaleY(2);
}
.ab_bottom {
  width: 100%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
  margin: 20px 0;
}
.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
}
.ab_bottom b {
  font-size: 26px;
  color: #00a0e9;
}
.ab_bottom li {
  margin: 20px 0;
  width: calc(25% - 20px);
  padding-left: 10px;
  border-left: 1px solid #dedede;
}
.ab_bottom li a {
  text-decoration: none;
  position: relative;
  margin: 20px auto;
  text-align: center;
  display: block;
  transition: all .3s;
}
.ab_bottom .ab_num {}
.ab_bottom li sup {
  color: #666;
  padding-left: 6px;
}
.ab_bottom li p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
}
.ab_bottom li:hover b {
  color: #00a0e9;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
/* 合作 */
.cooperation {
  background: #f7f7f7;
  overflow: hidden;
}
.cooperation-box {
  padding: 50px 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.history-tu {
  width: 78%;
  margin: 0;
}
.history-tu .swiper-slide {
  padding: 10px;
  border: 1px solid #fff;
  background: #F8F9FB;
  border-radius: 10px;
}
.history-tu .swiper-slide a {
  display: block;
}
.cooperation-box .main_title {
  width: 20%;
}
.cooperation-box .main_title .m_p3 {
  text-align: left;
}
.history-tu .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 10px;
}
.history-tu .swiper-slide p {
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  padding-top: 10px;
}
.history-tu .swiper-slide:hover {
  border: 1px solid #7A7A7A;
}
.history-tu .swiper-slide:hover p {
  color: #fff;
}
.history .swiper-pagination {
  margin: 20px auto;
  position: relative;
}
.history .swiper-pagination-bullet {
  margin: 4px;
}
/* why */
.pro_box {
  overflow: hidden;
  background: #F2F3F5;
  background-size: 100%;
}
.zzsc {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.zzsc .tab {
  overflow: hidden;
  background: #fff;
  width: 30%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.zzsc .tab a {
  display: block;
  font-size: 20px;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #dedede;
  color: #333;
  text-decoration: none;
  transition: all .3s;
}
.zzsc .tab a span {
  display: block;
}
.zzsc .tab a img {
  margin-bottom: 10px;
}
.zzsc .tab a.on {
  background-color: #005CA1;
  color: #fff;
}
.zzsc .tab a.on img {
  filter: brightness(100);
}
.zzsc .tab a:hover img {
  filter: brightness(100);
}
.zzsc .co {
  width: 69%;
  border-radius: 20px;
  background: #fff;
}
.zzsc .co ul {
  height: 100%;
}
.zzsc .co li:first-child {
  display: block;
}
.zzsc .co li {
  display: none;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
}
.ys_list {
  margin-top: 40px;
}
.ys_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.ys_list_left {
  width: 100%;
  padding: 40px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  color: #585657;
  z-index: 2;
}
.ys_list_left em {
  font-weight: bold;
  font-style: normal;
  margin-top: 30px;
  display: block;
  font-size: 100px;
  line-height: 1;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #dedede;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
}
.ys_list_left b {
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333;
  font-size: 30px;
  position: relative;
  font-weight: 500;
  display: block;
}
.ys_list_left span {
  color: #333;
  display: block;
  font-size: 24px;
  margin: 30px 0;
  line-height: 36px;
}
.ys_list_box .ys_list_txt {
  width: 55%;
}
.ys_list_box .img {
  width: 40%;
}
.ys_list_box .img img {
  max-height: 380px;
  object-fit: cover;
}
.ys_list_left p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 26px;
  color: #333;
}
.ys_list_box .ys_list_txt p i {
  padding-right: 10px;
  color: #08B45D;
}
/* 评价 */
.pj_bg {
  background:
    url(../images/ftbg.jpg) top / 100% 50% no-repeat,
    linear-gradient(white 50%, transparent 0);
  overflow: hidden;
}
.pj .swiper-wrapper {
  padding-bottom: 50px;
  align-items: stretch;
}
.pj .swiper-slide .info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pj .swiper-slide {
  height: auto;
  background: #fff;
  box-shadow: 0 0 15px #dedede;
  padding: 40px;
  border-radius: 10px;
}
.pj .swiper-slide p{width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pj .swiper-slide .info .pingjia {
  padding-left: 15px;
}
.pj .swiper-slide .info .pingjia b {
  font-weight: normal;
  font-size: 18px;
}
.pj .swiper-slide .info .pingjia p i {
  color: #FFB421;
  margin-right: 3px;
}
.pj .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #f7f7f7;
  width: 80px;
  height: 80px;
}
.pj .swiper-slide span img {
  width: 100%;
  object-fit: cover;
}
.pj .swiper-slide a {
  padding: 20px 0;
  display: block;
  background: #fff;
  color: #666;
}
.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.pj .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.pj .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0066B3;
}
/* 案例 */
.casebg {
  background: #f7f7f7;
  overflow: hidden;
}
.case {
  position: relative;
  padding-bottom: 70px;
}
.case-list {
  display: flex;
  justify-content: space-between;
}
.case-list a {
  display: block;
}
.case-list span {
  display: block;
  font-size: var(--fontsize14);
  color: #666;
}
.case-list b {
  display: block;
  margin: 10px 0;
  font-weight: normal;
  font-size: var(--fontsize20);
  color: #000;
}
.case-list p {
  color: #666;
}
.case-list img {
  margin-top: 30px;
  width: 100%;
  object-fit: cover;
}
.case-list .swiper-slide {
  padding: 30px;
  margin-top: 20px;
  background: #fff;
  transition: all 0.5s ease;
}
.case-list .swiper-slide .dot2{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.case-list .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}
.case-list .swiper-slide p {
  color: #333;
  text-align: center;
  line-height: 32px;
  font-size: var(--fontsize16);
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list .swiper-slide a:hover b,
.case-list .swiper-slide a:hover span {
  color: var(--color)
}
.case .swiper-button-next {
  position: absolute;
  top: 100%;
  left: calc(50% + 10px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: #747474;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 80px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}
.case .swiper-button-prev {
  position: absolute;
  top: 100%;
  left: calc(50% - 90px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: #747474;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 80px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
}
.case .swiper-button-prev:hover {
  background: #00a0e9;
  color: #fff;
}
.case .swiper-button-next:hover {
  background: #00a0e9;
  color: #fff;
}
/* 新闻 */
.news-box {
  margin-top: 40px;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.news-fl {
  width: 70%;
}
.news-fr {
  width: 25%;
}
.news-one {
  margin-bottom: 20px;
}
.news-one span {
  color: #999;
  font-size: 16px;
  display: block;
}
.news-one b {
  display: block;
  font-size: 18px;
  margin: 15px 0;
}
.news-one .dot2{width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-one p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.news-one a:hover b {
  color: #145F83;
}
.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news-two ul li {
  width: calc(33.33% - 10px);
  border: 1px solid #dedede;
  margin: 5px;
}
.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  transition: .3s;
}
.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #00a0e9;
  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 b {
  color: #fff;
}
.day span {
  font-size: 16px;
  float: right;
}
.day p {
  font-size: 16px;
  display: block;
}
.newscon b {
  display: block;
  font-size: 18px;
  margin: 15px 0;
}
.newscon p {
  text-align: left;
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
.news-two a:hover .day p,
.news-two a:hover .newscon p {
  color: #fff;
}
/*  */
.contactbg {
  background: url(../images/contactbg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover; width: 100%; float: left;
}
.van-tit a {
  text-decoration: underline;
  color: #fff;
  display: block;
  padding: 30px;
}
.van-tit b {
  font-weight: normal;
  font-size: 38px;
  display: block;
}
.van-tit p {
  margin-top: 20px;
  font-size: var(--fontsize20);
  color: #fff;
}
.van-tit {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: var(--fontsize24);
  text-align: center;
}
.van-tit a:hover {
  color: #002B69;
}
/*返回顶部*/
#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: var(--backgroundcolor);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
}
#suspension li .txt_box {
  display: none;
  padding: 0 8px;
  font-size: 14px;
}
#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #7A7A7A;
  font-size: 22px;
  background-color: #fff;
}
#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: var(--backgroundcolor);
  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 #7A7A7A;
  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;
}
#suspension li:hover a {
  width: 260px;
}
#suspension li:hover .fa {
  background-color: #143499;
  color: #fff;
}
/*底部footer*/
.footer-main {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.foot-box {
  display: flex;
  justify-content: space-between;
}
.footer-list1 {
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 10%;
  border-left: 1px solid #dedede;
}
.footer-list2 {
  width: 65%;
  padding-right: 2%;
  padding-top: 50px;
}
.footer-list2 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-list2 .con_info div {
  width: 48%;
}
.footer-list3 {
  width: 26%;
  padding-top: 50px;
  padding-right: 2%;
}
.footer-list4 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-list3 .con_info a:hover {
  color: var(--color);
}
.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}
.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: var(--color);
  font-size: 22px;
  letter-spacing: 1.36px;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
}
.footer-list1 span {
  color: #00a0e9;
}
.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #333;
  font-size: var(--fontsize16);
  line-height: 1.8;
}
.footer-list1 p a,
.footer-list2 p a {
  color: #333;
}
.footer-list1 p a:hover,
.footer-list2 p a:hover,
.footer-list3 p a:hover {
  color: #143499;
  text-decoration: underline;
}
.footer-list1 img {
  width: 70%;
}
.footer-list1 b {
  font-weight: normal;
  display: block;
  font-size: var(--fontsize24);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.address-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
}
.address-content span {
  color: #333;
  font-size: var(--fontsize20);
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.address-content i {
  font-size: var(--fontsize16);
  color: #333;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.address-content p {
  color: #333;
  font-size: var(--fontsize18);
}
.footer-copyright p {
  color: #333;
  font-size: var(--fontsize14);
  text-align: center;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.footer-copyright p span {
  padding-left: 15px;
}
.footer-copyright p a {
  color: #333
}
.footer-copyright p a:hover {
  color: #143499;
}
.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 44%, .33);
  padding: 20px 0;
}
.fot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 44%, .33);
}
.fot-top .fot-logo {
  width: 70%;
}
.fot-top .fot-logo img {
  height: 70px;
}
.fot-top .fot-social {
  width: 25%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #dedede;
}
.fot-top .fot-social .shemei {
  padding-left: 10%;
}
.fot-top .fot-social .a2a_kit a {
  background: #666;
}
.fot-top .fot-social .a2a_svg {
  border: none;
}
.fot_bot {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: stretch;
}
.fot-box {
  display: flex;
  justify-content: space-between;
}
.foot-contact {
  width: 25%;
}
.footer-list1 p {
  margin-bottom: 5px;
}
.inproduct {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.inpro_nav {
  width: 25%;
  background: #F2F3F5;
  padding: 30px 20px 50px 0;
  padding-left: 4vw;
  border-right: 1px solid #e0e0e0;
}
.inpro_nav .p-title {
  padding: 20px 0 20px 10px;
  font-size: 30px;
  color: #7A7A7A;
  font-weight: 600;
}
.inpro_nav ul {
  position: sticky;
  top: 80px;
}
.inpro_nav ul li {
  margin: 20px 0;
  list-style: none;
  position: relative;
}
.menu-item-container {
  margin: 0 auto;
  background: transparent;
  border-radius: 55px;
  transition: all 0.4s ease;
}
.menu-link {
  flex: 1;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  color: #333;
  text-decoration: none;
  border-radius: 55px;
  transition: all 0.3s ease;
}
.menu-link i {
  width: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #666;
}
.toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #777;
}
.toggle-icon:hover {
  color: #7A7A7A;
}
.inpro_nav ul li:hover .menu-item-container,
.inpro_nav ul li.active .menu-item-container {
  background: #ffffff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
}
.inpro_nav ul li:hover .menu-link,
.inpro_nav ul li.active .menu-link {
  color: #7A7A7A;
}
.inpro_nav ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
  width: 90%;
  margin: 0 auto;
}
.inpro_nav ul li .sub-menu.active {
  max-height: 500px;
}
.inpro_nav ul li .sub-menu li a {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  display: block;
  color: #555;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  margin: 5px 0;
}
.inpro_nav ul li .sub-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #7A7A7A;
  border-radius: 50%;
}
.inpro_nav ul li .sub-menu li a:hover,
.inpro_nav ul li .sub-menu li a.active {
  color: #7A7A7A;
  font-weight: 600;
}
.inpro_nav ul li .sub-menu li a i {
  margin-right: 10px;
  font-size: 14px;
}
.toggle-icon i {
  transition: transform 0.3s ease;
}
.inpro_content {
  width: 70%;
  padding-right: 4vw;
  padding-bottom: 50px;
  padding-top: 50px;
}
.inpro_content ul {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.inpro_content ul li {
  text-align: center;
  border: 1px solid #fff;
  transition: all .3s;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #dedede;
  padding: 0 15px 30px 15px;
  box-sizing: border-box;
  transition: .5s;
}
.inpro_content ul li p {
  position: relative;
  z-index: 2;
  color: #333;
}
.inpro_content ul li h5 {
  font-size: var(--fontsize24);
  color: #000;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
.inpro_content ul li .top {
  padding: 20px;
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.inpro_content ul li .top::before {
  height: 100%;
  transition: all .3s;
  content: '';
  background: #F2F3F5;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.inpro_content ul li span {
  color: #666666;
  display: block;
  margin-top: 5px;
}
.inpro_content ul li a:hover .top::before {
  background: #F2F3F5;
  height: 100%;
  z-index: 1;
}
.inpro_content ul li .imgBox {
  height: 24 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.inpro_content ul li .imgBox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: .4s;
}
.inpro_content ul li .more {
  width: 45px;
  position: absolute;
  bottom: -20px;
  background: #F2F3F5;
  left: 0;
  right: 0;
  margin: auto;
  height: 45px;
  border-radius: 45px;
  margin: auto;
  color: #333;
  transition: .5s;
  line-height: 45px;
  margin-top: 20px;
  font-weight: normal;
}
.inpro_content ul li:hover {
  border: 1px solid #7A7A7A;
}
.inpro_content ul li:hover h5 {
  color: #000;
}
.inpro_content ul li:hover .more {
  background: var(--backgroundcolor);
  color: #fff;
}
.inpro_content ul li:hover .imgBox img {
  transform: scale(1.07);
}
.filter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.filter-group {
  position: relative;
}
.filter-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c3e50;
  font-size: 16px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.filter-label i {
  margin-right: 10px;
  color: #3498db;
  font-size: 1.2rem;
  width: 25px;
}
.filter-select-wrapper {
  position: relative;
}
.filter-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  font-size: 14px;
  background-color: white;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #3498db 50%),
    linear-gradient(135deg, #3498db 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.filter-select:hover {
  border-color: #3498db !important;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
  transform: translateY(-2px);
}
.filter-select:focus {
  outline: none;
  border-color: #2980b9;
  box-shadow: 0 5px 20px rgba(52, 152, 219, 0.2);
  background-color: #f8fbfe;
}
.filter-select option {
  padding: 12px;
  font-size: 1rem;
}
.filter-select option:checked {
  background-color: #e3f2fd;
  color: #2c3e50;
  font-weight: 600;
}
.filter-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #f1f5f9;
}
/* message */
.message {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.message .tu {
  width: 40%;
  background: url(../images/conbg.jpg) no-repeat;
  background-size: cover;
  padding: 60px;
}
.message .tu p {
  font-size: 20px;
  color: #fff;
}
.message .tu .con_our {
  margin-top: 60px;
}
.message .tu .con_our span {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  background: #143499;
  color: #fff;
}
.message .tu .con_our p {
  color: #fff;
  font-size: 24px;
}
.message .tu .con_our i {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.jiameng {
  align-items: center;
  display: flex;
  width: 60%;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .9);
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.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, 0.5);
  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: #7A7A7A;
  position: absolute;
  left: 8px;
  top: 43px
}
.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;
  position: relative;
  z-index: 1;
  width: 100%;
}
.jmbt input[type=submit] {
  background-color: #7A7A7A;
  color: #fff;
  padding: 12px 40px;
  height: 45px;
  margin: 8px 2px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  cursor: pointer;
}
.jmbt input[type=submit]:hover {
  background-color: #143499;
}
.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;
}
.con_our {
  display: flex;
  align-items: center;
}
.con_our span {
  margin-right: 15px;
}