/**/
@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --color: #004275;
  --hovercolor: #004275;
  --backgroundcolor: #004275;
  --fontcolor: #000000;
  --fonttextcolor: #333333;
  --titlefont: 48px;
  --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;
  --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);
  font-family: 'Roboto Regular';
  padding: 0px;
  margin: 0px;
}
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;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
/* 顶部导航 */
.top_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_tel i {
  margin-left: 20px;
}
.header_right {
  display: flex;
  align-items: center;
}
.top_nav::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -80px;
  top: 0;
  background: url(../images/navBg.png) no-repeat left bottom;
}
.header_right a {
  color: #fff;
  text-align: center;
  display: block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5px;
}
.header_right a:hover {
  background: var(--backgroundcolor);
}
#header {
  transition: all 0.5s;
  z-index: 998;
  transition: all 0.5s;
  position: relative;
  width: 100%;
}
#header::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 30%;
  background: #004275;
}
#header.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#header.in-header-transparent {
  background: #fff;
}
.logo img {
  max-height: 80px;
}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  height: 60px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  font-family: 'Roboto Medium';
  transition: 0.3s;
  font-size: var(--fontsize16);
  text-transform: capitalize;
  transition: all .3s;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #E60012 !important;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0%;
  top: 85px;
  z-index: 99;
  width: 300%;
  background: #fff;
  transition: ease all 0.3s;
  padding: 10px 0;
  display: none;
}
.nav-menu .drop-down ul li {
  width: 100%;
}
.nav-menu .drop-down:hover>ul {
  display: block;
  top: 60px;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 5px 10px;
  font-size: var(--fontsize16);
  color: #333;
  line-height: 28px;
  height: auto;
  overflow: hidden;
  text-align: left;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: var(--color);
  background: none;
}
.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: 24px;
  font-family: 'Roboto Medium';
  border-bottom: 1px solid rgba(0, 0, 0, .1); padding: 5px 0;
}
.mobile-nav a span{ display: none;}
.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;
}
.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;
  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: var(--backgroundcolor);
  color: #fff;
  font-family: 'Roboto Medium';
  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: #fff;
  font-size: var(--fontsize17);
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}
.seaBtn {
  position: relative;
  z-index: 2;
}
.seaBtn span {
  color: #fff;
}
#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  box-shadow: 0 0 10px #eee;
  border-bottom: 1px solid #004275;
}
#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: #fff;
}
#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: #E60012;
}
#header.header-scrolled .top {
  display: none;
}
#header.header-scrolled .change-language .change-language-title,
#header.header-scrolled .change-language .change-language-title a {
  color: #fff;
  font-size: var(--fontsize16);
  font-family: 'Roboto Medium';
}
.dflex_end {
  position: relative;
}
.top_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 社媒 */
.get {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.a2a_kit a {
  margin-right: 8px !important;
  border-radius: 5px !important;
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  border: 1px solid #dedede;
}
.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: 28px !important;
  line-height: 28px !important;
}
.a2a_kit .a2a_svg svg path {
  fill: #333
}
.a2a_kit a:hover {
  background: #004275 !important;
}
.a2a_kit a:hover svg path {
  fill: #fff
}
.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;
}
/* 语言 */
.head_right {
  position: relative;
  margin-left: 25px;
  height: 60px;
  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: #fff;
  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
}
.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: 24px;
  height: 18px;
  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);
}
/*首页banner图*/
#banner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#banner .swiper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  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: 2%;
}
.btn-prev img,
.btn-next img {
  width: 80%;
}
.btn-next {
  right: 2%;
}
/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background:var(--backgroundcolor);
  width: 40px;
  transition-delay: 0s;
} */
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
#banner .swiper-slide .container {
  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-family: 'Roboto Medium';
  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: 30%;
  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 strong {
  -webkit-text-stroke: 1px #fff;
  font-family: 'Roboto Medium';
  color: #E60012;
  font-size: 60px;
}
.banner_txt strong sup {
  -webkit-text-stroke: 0;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
}
.banner_txt b {
  display: block;
  font-size: var(--titlefont);
  color: #fff;
  margin: 30px 0;
  font-family: 'Roboto Medium';
  font-weight: normal;
  text-shadow: none;
  display: block;
  width: 45%;
}
.banner_txt span {
  color: #fff;
  font-size: var(--fontsize24);
  line-height: 1.6;
  display: block;
  text-shadow: none;
  width: 45%;
}
.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 #E60012;
  text-shadow: none;
}
.banner-more:hover {
  background: rgba(255, 255, 255, .9);
  color: var(--color);
  border: 1px solid #E60012;
}
.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 #E60012;
  border-right: 2px solid #E60012;
}
.cus-btn-2 {
  padding: clamp(10px, 0.964vw, 32px) clamp(20px, 1.667vw, 64px);
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: var(--fontbold5);
  line-height: 120%;
  border-radius: clamp(2px, 0.208vw, 28px);
  color: #FFFFFF;
  background: #0F0F0F;
  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(8px, 0.755vw, 32px) clamp(20px, 1.25vw, 64px);
  background: #E60012;
}
.cus-btn-2.sec::before {
  content: "";
  background: #1F1F1F;
}
/*  */
.main_title {
  text-align: center;
  margin-bottom: 10px;
}
.main_title .m_p1 {
  color: #004275;
  font-size: var(--titlefont);
  font-family: 'Roboto Medium';
  text-transform: uppercase;
  position: relative;
}
.main_title .m_p2 {
  font-size: var(--fontsize18);
  text-align: center;
  margin: 10px auto;
  width: 55%;
  color: #666;
  margin-top: 10px;
}
/*关于我们*/
.pad_80 {
  padding: 80px 0;
}
.about {
  position: relative;
  background: url(../images/abbg.jpg) no-repeat center;
  background-size: cover;
}
.about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 10px;
}
.about_fr {
  width: 47%;
}
.about_fl .main_title .m_p1 {
  color: #fff;
}
.about_fr p {
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
  font-size: var(--fontsize16);
}
.about_fr img {
  border-radius: 20px 0 20px 0;
}
.ab_tit {
  font-size: var(--fontsize24);
  color: #fff;
  font-weight: normal;
  font-family: 'Roboto Medium';
}
.about_fl .ab_txt {
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
  font-size: var(--fontsize16);
  text-align: justify;
}
.about_fl .ab_txt b {
  color: #fff;
  display: block;
  font-family: 'Roboto Medium';
  font-size: var(--fontsize18);
}
.about_fl {
  width: 45%;
  overflow: hidden;
}
.ab_box {
  position: relative;
  margin-top: 70px;
  transition: all .3s;
}
.ab_box:hover {
  transform: translateY(-.3rem);
}
.cus-btn-3 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #E60012;
  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.964vw, 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 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.ab_bottom li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-left: 1PX solid rgba(255, 255, 255, .2);
  margin-left: -1px;
}
.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: #FFF;
  font-size: 42px;
  display: block;
  font-weight: 500;
  font-family: 'Roboto Medium';
  margin-bottom: 8px
}
.ab_bottom li .ab_num span {
  padding-left: 10px;
}
.ab_bottom li span {
  font-size: 16px;
  color: #FFF;
}
.ab_bottom li p {
  color: #477aa3;
  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;
}
.ab_bottom li:hover p {
  color: #333;
}
.ab_bottom li img {
  margin-right: 30px;
}
/*  product */
.inpro_content {
  width: 100%;
  box-sizing: border-box;
}
.inpro_content .tit {
  display: flex;
  align-items: center;
  ;
}
.inpro_content ul {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.inpro_content ul li {
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  transition: .5s;
}
.inpro_content ul li .tit_name {
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(0, 66, 117, .6), transparent);
}
.inpro_content ul li b {
  font-size: var(--fontsize22);
  font-family: 'Roboto Medium';
  font-weight: normal;
  color: #fff;
  display: block;
  text-align: left;
}
.inpro_content ul li span {
  color: #666666;
  display: block;
  margin-top: 5px;
}
.inpro_content ul li .imgBox {
  height: 100%;
}
.inpro_content ul li .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: .4s;
}
.inpro_content ul li .more {
  text-align: left;
  color: #fff;
  transition: .5s;
  line-height: 45px;
  font-weight: normal;
}
.inpro_content ul li:hover {
  background: #004275;
  color: #fff;
  box-shadow: none;
}
.inpro_content ul li:hover b {
  color: #fff;
}
.inpro_content ul li:hover .more {
  color: #fff;
}
.inpro_content ul li:hover .tit_name {
  background-image: linear-gradient(135deg, rgba(0, 66, 117, 1), rgba(0, 66, 117, .1));
}
.inpro_content ul li:hover .imgBox img {
  transform: scale(1.03);
}
/* 产品推荐 */
.applybg {
  overflow: hidden;
  background: #f1f1f1;
}
.applybg .main_title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.applybg .main_title .fl {
  text-align: left;
  width: 60%;
}
.applybg .main_title .fr {
  width: 30%;
}
.apply_tu {
  position: relative;
}
.prbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app_gallery {
  width: 100%;
  padding-bottom: 50px;
}
#app_gallery .swiper-wrapper {
  align-items: stretch;
}
#app_gallery .swiper-slide {
  position: relative;
  background: #F2F3F5;
  border-radius: 10px;
  height: auto;
}
#app_gallery .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0 10px 10px #CBCBCB;
}
#app_gallery .swiper-slide .pro-item {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#app_gallery .swiper-slide .pro-item a:hover {
  color: var(--color);
}
#app_gallery .swiper-slide .pro-item a {
  position: relative;
  font-size: 16px;
  color: #666;
  display: block;
  padding: 10px 15px;
}
#app_gallery .swiper-slide .pro-item a::before {
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: '';
  background: #E53517;
}
#app_gallery .swiper-slide .pro-item a:last-child::before {
  background: none;
}
#app_gallery .swiper-slide .num {
  letter-spacing: 2px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: normal;
  color: #BCBDBF;
  font-size: 40px;
}
.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: #E53517;
  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(229, 53, 23, .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: var(--backgroundcolor);
}
.z_arr_more:hover::after {
  background: rgba(47, 53, 59, .5);
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
#app_gallery .swiper-slide .info .title {
  width: 100%;
  height: 100%;
}
#app_gallery .swiper-slide .info .title p {
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  padding: 20px 0;
  text-align: center;
}
#app_gallery .swiper-slide .product-box .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .1);
  margin-top: 40px;
  padding: 0;
}
.applybg .swiper-button-prev {
  left: 10px;
}
.applybg .swiper-button-next {
  right: 10px;
}
.applybg .swiper-button-next,
.applybg .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 26px;
  border-radius: 25px;
  width: 50px;
  top: 40%;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #dedede;
}
.applybg .swiper-button-next:hover,
.applybg .swiper-button-prev:hover {
  color: #fff;
  background: var(--backgroundcolor);
}
#thumbs .swiper-wrapper {
  align-items: stretch;
  justify-content: center;
}
.apply_tu .swiper-container-thumbs {
  position: relative;
}
.apply_tu .swiper-container {
  margin: 0;
}
.main_title .fr .swiper-container-thumbs .swiper-slide {
  color: #333;
  height: auto;
  width: 100% !important;
}
.main_title .fr .swiper-container-thumbs .swiper-slide a {
  font-size: 26px;
  padding: 8px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.apply_tu .swiper-pagination-progressbar {
  background: none;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #dedede;
}
.apply_tu .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--backgroundcolor);
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.apply_tu .swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 14px;
  left: 0;
  bottom: 0;
}
.apply_tu .swiper-container-horizontal>.swiper-pagination-progressbar,
.apply_tu .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: calc(100% - 30px)
}
#app_gallery .swiper-slide.swiper-slide-active {}
#app_gallery .swiper-slide.swiper-slide-active .info .title {
  background: none;
}
/*  */
.tj_tu {
  position: relative;
  background-size: cover;
}
.tj_tu .zi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.tj_tu .zi img {
  height: 100%;
}
#gallery {
  width: 100%;
  margin-top: 20px;
}
.prolistbg {
  background: #f7f7f7;
}
#gallery .swiper-slide .img-tu {
  width: 40%;
}
#gallery .swiper-slide .product-box {
  display: flex;
  width: 100%;
}
#gallery .swiper-slide-active {
  opacity: 1 !important;
}
.tj_tu .swiper-button-prev {
  left: calc(100% - 170px);
  top: calc(100% - 50px);
}
.tj_tu .swiper-button-next {
  right: 110px;
  top: calc(100% - 50px);
}
.tj_tu .swiper-button-next,
.tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  text-align: center;
}
.tj_tu .swiper-button-next:hover,
.tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #3081C4;
}
.tj_tu .swiper-pagination-custom {
  bottom: 30px;
  text-align: left;
  padding-left: 60px;
  width: calc(100% - 200px);
}
.tj_tu .line {
  position: relative;
}
.tj_tu .line::after {
  content: '';
  position: absolute;
  left: 70px;
  top: 15px;
  width: calc(100% - 50px);
  height: 1px;
  background: #dedede;
}
.dangqian {
  font-size: 24px;
  font-weight: bold;
  color: #3081C4;
}
.zongshu {
  font-size: 18px;
}
#thumbs {
  width: 100%;
}
.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}
#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  align-items: stretch !important;
}
.tj_tu .swiper-container-thumbs .swiper-slide {
  font-size: 24px;
  cursor: pointer;
  color: #333;
  width: calc(20% - 20px) !important;
  margin: 10px;
  display: flex;
  text-align: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-transform: capitalize;
  height: auto;
}
.tj_tu .swiper-container-thumbs .swiper-slide {
  display: block;
  width: 100%;
}
.tj_tu .swiper-container-thumbs .swiper-slide .title i {
  display: block;
  width: 100%;
  text-align: center;
}
.tj_tu .swiper-container-thumbs .swiper-slide .title {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 10px;
  display: block;
  position: relative;
  z-index: 2;
}
.tj_tu .swiper-container-thumbs .swiper-slide .title img {
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  margin-bottom: 25px;
}
.tj_tu .swiper-container-thumbs .swiper-slide span {
  display: block;
}
.tj_tu .swiper-slide-thumb-active a {
  color: #fff !important;
}
.tj_tu .swiper-slide-thumb-active .title {
  background: #004275;
}
.tj_tu .swiper-slide-thumb-active .title img {
  filter: brightness(500%);
}
.product-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.xcal .swiper-wrapper {
  padding-top: 20px;
}
.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;
}
.xcal .swiper-slide a {
  margin: 10px;
  display: block;
}
.xcal .swiper-slide a:hover {
  box-shadow: 0 0 10px #dedede;
}
.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}
.xcal .swiper-slide .inner-con p {
 
  font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; 
}
.xcal .swiper-slide .inner-con p i {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #005BAC;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 270px;
  object-fit: cover;
}
.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 20px 10px;
  line-height: 28px;
  font-size: 16px;
}
.product-box .swiper-button-next {
  position: absolute;
  top: 45%;
  right: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font-size: 26px;
  border-radius: 25px;
  width: 50px;
  top: 40%;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #dedede;
}
.product-box .swiper-button-prev {
  position: absolute;
  top: 45%;
  left: 20px;
  color: #fff;
  font-size: 26px;
  border-radius: 25px;
  width: 50px;
  top: 40%;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #dedede;
}
.product-box .swiper-button-prev:hover,
.product-box .swiper-button-next:hover {
  background: #004275;
  color: #fff;
}
/* 优势 */
.jspt {
  background: url(../images/bg.jpg) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.jspt ul {
  padding: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.jspt ul li {
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
  padding-top: 20px;
  border-radius: 20px;
  margin-left: -1px;
  width: 25%;
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: -1px;
  z-index: 9;
  position: relative;
}
.jspt ul li a {
  display: block;
  color: #fff;
}
.jspt ul li p {
  border-radius: 50%;
  padding: 30px 10px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-weight: normal;
}
.jspt ul li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  padding: 10px;
}
.jspt ul li i {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  margin-top: 5px;
  color: #000;
}
.jspt ul li em {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #000;
}
.jspt ul li p img {
  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.jspt ul li::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #004275;
  border-radius: 10px;
  transition: 0.5s;
}
.jspt ul li:hover:before {
  width: 100%;
  left: 0;
}
.jspt ul li:hover i,
.jspt ul li:hover em,
.jspt ul li:hover p {
  color: #fff;
}
.jspt ul li:hover img {
  filter: brightness(100);
}
/* 新闻 */
.news {
  position: relative;
  padding-bottom: 60px;
}
.news .swiper-slide {
  margin-top: 40px;
}
.news .swiper-slide span {
  overflow: hidden;
  display: block;
}
.news .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: all .3s;
}
.news .swiper-slide a {
  background: #fff;
  display: block;
  padding: 20px 0;
  border: 1px solid #dedede;
}
.news .swiper-slide a:hover {
  background: #004275;
}
.news .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 0 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .swiper-slide b {
  padding: 10px 20px;
  display: block;
  font-weight: normal;
  margin-top: 10px;
  color: #004275;
}
.news .swiper-slide i {
  padding: 10px 20px;
  color: #999;
  margin-top: 10px;
  display: block;
}
.news .swiper-slide p {
  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}
.news .swiper-slide a:hover b,
.news .swiper-slide a:hover p,
.news .swiper-slide a:hover i,
.news .swiper-slide a:hover em {
  color: #fff;
}
.news .swiper-slide:hover img {
  transform: scale(1.1);
}
.news .swiper-button-next {
  position: absolute;
  top: 45%;
  right: 10px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font-size: 26px;
  border-radius: 25px;
  width: 50px;
  top: 40%;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #dedede;
}
.news .swiper-button-prev {
  position: absolute;
  top: 45%;
  left: 10px;
  color: #fff;
  font-size: 26px;
  border-radius: 25px;
  width: 50px;
  top: 40%;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #dedede;
}
.news .swiper-button-prev:hover,
.news .swiper-button-next:hover {
  background: #004275;
  color: #fff;
}
.news-act-item {
  margin-top: 30px;
}
.news-act-item .news-act-imgbox {
  width: 50%;
}
.news-act-item .news-act-imgbox img {
  height: 100%;
  object-fit: cover;
}
.news-act-item {
  display: flex;
  align-items: stretch;
  background: #fff;
}
.news-act-item .news-act-text {
  width: 50%;
  background: #f7f7f7;
  padding: 0 5%;
  overflow: hidden;
}
.news-act-item .news-act-h {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-act-item .news-act-sum {
  color: #999;
  line-height: 1.6;
  font-size: 16px;
}
.news-act-item .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-item .news-act_page span {
  display: inline-block;
  margin: 0 6px;
}
/* message */
#message {
  background: url(../images/messagebg.jpg) no-repeat center;
  background-size: cover;
  margin-top: 30px; width: 100%; float: left;
}
#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: #E53517;
  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: 80%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 6vw;
}
.jiameng label {
  font-size: 16px;
}
.list_in div {
  width: calc(100% - 10px);
  color: #fff;
  margin: 0 5px;
  position: relative;
}
.list_in {
  display: flex;
  align-items: flex-end;
  width: 100%;

}
.imgcode { margin: 10px 5px;}
.code{ display: flex; align-items: center; flex-wrap: wrap; }
.list_inn{
  width: calc(100% - 10px);
    margin: 5px;
    color: #fff;
}
.list_input {
  display: flex;
  align-items: center;
}
.jiameng input[type=text] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #fff;
  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: #fff;
  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 .list_inn { position: relative;}
.jiameng .list_inn i {
  color: #fff;
  position: absolute;
  left: 8px;
  top: 43px
}
.jiameng .list_in div i {
  color: #fff;
  position: absolute;
  left: 8px;
  top: 43px
}

.forminator-textarea {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #fff;
  margin: 5px 0 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 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.jmbt input[type=submit] {
  background-color: #E60012;
  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: #333;
}
.jiameng input::placeholder {
  color: #fff;
}
.forminator-textarea::placeholder {
  color: #fff;
}
.indexcode {
  vertical-align: top;
  height: 40px;
  margin: 5px 0;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #dedede !important;
  cursor: pointer;
}
.zxlyyzm {
  width: calc(100% - 153px) !important; max-width: 250px;
  outline: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  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;
}
/*返回顶部*/
#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 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: #E60012;
}
#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 #E60012;
  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: 220px;
}
#suspension li:hover .fa {
  background-color: #E60012;
  color: #fff;
}
/*底部footer*/
.footer-main { width: 100%; float: left;
  position: relative;
  background-size: cover;
  padding-top: 50px;
  background: url(../images/ftbg.jpg) no-repeat center;
}
.footer-list1 {
  width: 30%;
}
.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}
.footer-list2 {
  width: 25%;
}
.footer-list3 {
  width: 35%;
}
.footer-list4 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.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: #333;
  font-size: 22px;
  letter-spacing: 1.36px;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  font-weight: bold;
}
.fot_soci {
  display: flex;
  justify-content: flex-end;
}
.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
}
.footer-list1 p a,
.footer-list2 p a {
  color: #333;
}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: var(--color);
}
.footer-list1 img {
  width: 70%;
}
.address-content {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  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(--fontsize16);
}
.footer-copyright {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, .05);
}
.footer-copyright p {
  color: #333;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
}
.footer-copyright p span {
  padding-left: 15px;
}
.footer-copyright p a {
  color: #333
}
.footer-copyright p a:hover {
  color: var(--color);
}
.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}
.footer-copyright .container {
  padding: 10px 0;
}
.fot_top {
  padding-bottom: 20px;
}
.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}