/**/
* {
  margin: 0;
  padding: 0;
}
div,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dl,
dt,
em,
fieldset,
font,
form,
b,
b,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
th,
td,
input {
  margin: 0;
  padding: 0;
}
div,
dl,
dt,
dd,
form,
input,
button,
textarea,
p,
ul,
li,
ol,
table,
tr,
td,
header,
footer,
aside,
nav,
b,
b,
h3,
h4,
h5,
h6,
section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
  word-break: normal;   
  overflow-wrap: normal;
}
button:foucs {
  border: none !important;
  outline: none !important;
}
button::-moz-focus-inner {
  border-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
img {
  border: none !important;
  vertical-align: middle
}
input {
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}
textarea {
  -webkit-appearance: none;
  outline: none
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
img {
  border: 0px;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.header_top { background: #044F9F; }
.header_top .container{color: #fff;  padding:10px 30px ; display: flex; align-items: center;justify-content: space-between;}
.header_left i,.header_left a{ color: #fff; margin-right: 5px;}
.header_right{ display: flex;}
.header_right a{ color: #fff; text-align: center; display: block; width: 26px;  margin-left: 10px;  border-radius: 5px;}
.header_right a:hover { background: #019A3F;}
#header {
  transition: all 0.5s;
  z-index: 996;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
}
#header.header-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  background: #044F9F;
}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}
.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}
.top-box .logo .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 a {
  display: block;
  color: #fff;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;
  position: relative;
  text-transform: uppercase;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #044F9F;
  border-bottom:1px solid #044F9F;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 230%;
  background: rgba(0, 0, 0, 1);
  transition: ease all 0.3s;
}
.nav-menu .drop-down ul li {
  width: 100%;
}
.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 80px;
  visibility: visible;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 28px;
  font-weight: normal;
  height: auto;
  overflow: hidden; text-transform: inherit;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #044F9F;
  border-bottom:none;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left:100%;
  width: 130%;
}
.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down>a {
}
.nav-menu a i {
  padding-left: 5px;
}
.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}
.nav-menu .mob-language {
  display: none;
}
.mobile-nav .mob-language {
  display: block;
}
#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #fff;
  border-bottom:1px solid #fff;
}
#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #044F9F;
  border-bottom:none;
}

#header.header-scrolled .header_top { display: none;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #044F9F;
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  text-transform: uppercase;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}
.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}
.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #044F9F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #044F9F;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down .arrow {
  display: none;
}
.mobile-nav .drop-down li a {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 45px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #044F9F;
}
.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}
.language a {
  color: #272727;
  padding: 0 10px;
}
.language a:hover {
  color: #044F9F;
}
.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 15px;
  margin-top: 3px;
}
.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}
.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}
/* #header.header-scrolled .seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}
#header.header-scrolled .seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
} */
.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}
.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}
.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}
.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}
.searchWrap .searchBtn {
  padding: 10px;
  background: #044F9F;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}
.searchWrap .searchBtn:hover {
  color: #292929;
}
.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #044F9F;
  font-size: 16px;
}
.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}
.top-box .top_tel { margin-left: 20px; font-size: 18px;padding: 0 20px; color: #fff; height: 80px; line-height: 80px;}
/* 语言 */
/* 语言 */
/* 语言 */
.head_right{position:relative; margin-left: 15px;}
/* 语言 */

.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:14px;color:#fff;display: flex;
    align-items: center;}
.change-language .change-language-title{padding:0}
.change-language .change-language-title a:after{font-family:fontawesome;content:"\f0d7";font-size:12px;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:35px;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:20px}
.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: 240px; 
  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: #09f;}
.mobile-head-item .main-content-wrap .content-wrap a:hover span{ color: #09f;}

#header.header-scrolled .change-language-cont a:hover{ color: #1270B7; line-height: 32px;}
/*首页banner图 start*/
#banner { position: relative;}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide img {
  width: 100%;
  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: 2.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: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: #00B1B4;
}
.btn-prev {
  left: 5%;
}
.btn-prev img,
.btn-next img {
  width: 80%;
}
.btn-next {
  right: 5%;
}
#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: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-slide-content p {
  font-size: 24px;
  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: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}
.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}
.banner_txt span {
  color: #fff;
  font-size: 26px;
  display: block;
  text-shadow: none;
}
.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}
.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.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 {
  margin-left: 13px;
}
#banner .swiper-slide {
  clip-path: none;
  opacity: 0;
  z-index: 0;
}
#banner .swiper-slide-prev {
  clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);
  opacity: 0;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 3;
}
#banner .swiper-slide-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);
  opacity: 1;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 2;
}
#banner .swiper-slide-next {
  z-index: 1;
}
.lr_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, .1);
  z-index: 999;
  overflow: hidden;
}
.lr_box .swiper-pagination {
  width: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.lr_box .swiper-pagination span {
  width: 12px;
  margin: 5px;
  height: 12px;
  border: 1px solid #efefef;
  opacity: 1;
  box-sizing: border-box;
  background: none;
  transition: all .3s;
}
.lr_box .swiper-pagination-bullet { }
.lr_box .swiper-pagination .swiper-pagination-bullet-active {
  background: #efefef;
  border-radius: 12px;
  height: 36px;
}
.lr_box .swiper-button-next {
  background: none;
  left: 20px;
  top:calc(100% - 110px);
  text-align: center;
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  transition: all ease .3s;
  font-size: 30px;
  outline: none;
  transition: all .3s;
}
.lr_box .swiper-button-prev {
  background: none;
  left: 20px;
  top:calc(100% - 50px);
  text-align: center;
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  transition: all ease .3s;
  font-size: 30px;
  outline: none;
  transition: all .3s;
}
.lr_box .swiper-button-prev:hover,.lr_box .swiper-button-next:hover {border: 2px solid #044F9F; background: #044F9F;}
.indexXian {
  position: absolute;
  left: 8%;
  top: auto;
  z-index: 1;
  bottom: 40px;
  display: flex;
}
.indexXian span {
  font-size: 14px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: relative;
}
.indexXian i {
  width: 2px;
  height: 80px;
  background: #EFEFEF;
  display: block;
  position: relative;
  overflow: hidden;
}
.indexXian i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #00B1B4;
  opacity: 1;
  animation: aline 3s infinite linear;
}
@keyframes aline {
  from {
    bottom: 100%;
  }
  to {
    bottom: -100%;
  }
}
/*  */
.pad_80 {
  padding: 80px 0;
}
.ab_box { display: flex;  padding-top: 80px; padding-bottom: 80px; flex-direction: column; width: 23%; padding-right: 2%;}
.ab_more .more:hover { color: #044F9F;  border: 1px solid #044F9F;}
.ab_more .more:hover span {
  color: #044F9F;
  outline: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.more {
  border: 1px solid #044F9F;
  border-radius: 402px;
  height: 42px;
  padding: 0 40px 0 10px;
  display: block;
  position: relative;
  width: 180px;
  line-height: 42px;
  color: #044F9F;
  margin-top: 20px;
}
.more span {
  height: 36px;
  width: 36px;
  border: none;
  background: #044F9F;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  outline: none;
  padding: 0px 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 100%;
  line-height: 40px;
  outline: none;
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.more:hover { background: #044F9F; color: #fff!important;  border: 1px solid #044F9F;}
.more:hover span {
  background: #fff;
  color: #044F9F;
  outline: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.main_title em {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #333;
  margin: 10px 0;
  display: block;
}
.main_title i { font-weight: normal; font-size: 26px; padding: 0 6px;}
.main_title .fs48 {
  font-size: 60px;
  font-weight: 700;
  color: #044F9F;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main_title .fs40 { font-size: 36px; margin-bottom: 15px; display: block;}
.main_title b { color: #333;}
/*关于我们*/
.slmask {
  position: absolute;
  width: 100%;
  height: 100%;
  border-width: 7vw 25vw;
  border-color: #fff;
  border-style: solid;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.gssl {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gssl .slbox {
  position: relative;
}
.gssl .slbox img {
  display: block;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.ab_title { position: absolute; left: 0; right: 0; bottom: 43%; margin: auto; }
.about {
  position: relative;
  background:#f5f5f5 url(../images/abbg.jpg) no-repeat;
  background-size: cover;
}
.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.about_fr {
  width: 100%;
  margin:60px auto 20px;
}
.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  text-align: justify;
}
.about_fr .ab_txt span {
  color: #333;
}
.ab_item {
  display: flex;
  margin-bottom: 80px;
  color: #333;
  justify-content: space-between;
}
.ab_item li {
  /* width: 25%; */
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
.ab_item li:nth-child(4)::after {
  display: none;
}
.ab_item li::after {
  content: " ";
  height: 100%;
  width: 0px;
  background: rgba(0, 0, 0, .4);
  right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ab_item .num {
  display: flex;
  align-items: center;
  color: #333;
}
.ab_item .num b {
  font-size: 52px;
  color: #044F9F;
}
.ab_item .num em {
  font-size: 20px;
  font-style: normal;
}
.ab_item .num .text {
  font-size: 20px;
  margin-left: 10px;
}
.ab_item span {
  font-size: 18px;
}
/*  */
/* 产品 */
/* 产品 */
.pad-tb {
  padding: 80px 0 0px;
}
.product {
  background: url(../images/bg1.png) no-repeat bottom;
  background-size: 100%;
}

.pro {
  position: relative;

}



.tj_tu {
  width: 100%;


}


#gallery .swiper-slide {
  margin-top: 20px;
}

#gallery .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  background: #fff;
  padding-bottom: 15px;
}


#gallery .swiper-slide .item .ys-tu {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;


}

#gallery .swiper-slide .item .ys-tu a { width: calc( 25% - 20px); margin: 10px;}


#gallery .swiper-slide .item .ys-tu a img {
  transition: all 0.3s;
}

#gallery .swiper-slide .item .ys-tu a:hover img {
  transform: scale(1.05);
}

.team-content {

  text-align: center;

  border-top: 2px solid transparent;

  display: inline-block;

  width: 100%;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;



}

.pro_p1 {

  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  height: 48px;

  margin-top: 15px;


}

.pro_p2 {

  color: #ccc;

  font-size: 14px;

  text-transform: uppercase;



}





#gallery .swiper-slide a .ys-txt b {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

#gallery .swiper-slide .item .ys-txt p {
  line-height: 28px;
  font-size: 16px;
}
.tj_tu { margin-top: 40px;}
.tj_tu img {
  width: 100%;
}


.tj_tu .swiper-button-prev {
  left: -70px;


}

.tj_tu .swiper-button-next {
  right: -70px;
}

.tj_tu .swiper-button-next,
.tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #044F9F;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  box-shadow: 0 0 10px #ececec;

}

.tj_tu .swiper-button-next:hover,
.tj_tu .swiper-button-prev:hover {
  background: #044F9F;
}

.tj_tu .swiper-button-next:hover i,
.tj_tu .swiper-button-prev:hover i {
  color: #fff;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
  margin: 0 10px;
}
.tj_tu #thumbs .swiper-wrapper { align-items: stretch; }

.tj_tu .swiper-container-thumbs .swiper-slide {
  background: #f7f7f7;
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  height: auto;
}

.tj_tu .swiper-container-thumbs .swiper-slide img {

  width: 40px;
  margin-bottom: 10px;

}



.tj_tu .swiper-container-thumbs .swiper-slide:hover {

  background: #044F9F;
  color: #fff;
  text-decoration: none;

}

.tj_tu .swiper-container-thumbs .swiper-slide i {
  display: block;
}

.tj_tu .swiper-container-thumbs .swiper-slide:hover i img {
  filter: brightness(200%);
}

.tj_tu .swiper-slide-thumb-active {
  background: #044F9F !important;
  color: #fff !important;

}

.tj_tu .swiper-slide-thumb-active a {
  color: #fff;
}

.tj_tu .swiper-slide-thumb-active i img {
  filter: brightness(200%);
}
/* **************** */

 
/* 解决方案 */
.jjfan{position:relative;background:url(../images/prbgg.jpg) no-repeat;background-size:cover;padding:60px 0}
.prbg{display:flex;justify-content:space-between;align-items:center}
#galleryyy .swiper-slide{ height: auto;  position:relative;background:#fafbfd;background:url(../images/prbgg.png) no-repeat;background-size:cover}
#galleryyy .swiper-slide .product-box2{display:flex;align-items:center}
#galleryyy .swiper-slide .product-box2 .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;background:rgba(255,255,255,.1);margin-top:40px;padding:0}


.product-box2 .gallery-top1,.product-box2 .gallery-top2,.product-box2 .gallery-top3,.product-box2 .gallery-top4 {
  height:auto;
  width: 48%;
 background: #fff;

}

.product-box2 .gallery-thu1,.product-box2 .gallery-thu2 ,.product-box2 .gallery-thu3 ,.product-box2 .gallery-thu4{

  width: 50%;
  padding: 30px;
position: relative;
  
}
.product-box2 .gallery-thu1 .swiper-wrapper, .product-box2 .gallery-thu2 .swiper-wrapper,.product-box2 .gallery-thu3 .swiper-wrapper,.product-box2 .gallery-thu4 .swiper-wrapper {width: 100%;
  
  display: flex; flex-wrap: wrap;   margin-top:20px;}

.jjfan .product-box2  .gallery-thu1 .swiper-slide,.jjfan .product-box2  .gallery-thu2 .swiper-slide ,.jjfan .product-box2  .gallery-thu3 .swiper-slide,.jjfan .product-box2  .gallery-thu4 .swiper-slide   {

  cursor: pointer;

padding: 14px 0;
margin: 5px;
  border: 1px solid rgba(255, 255, 255, .7);

width:calc(50% - 12px)!important;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height:68px!important;


}

.product-box2 .gallery-thu1 .swiper-slide a p ,.product-box2 .gallery-thu2 .swiper-slide a p,.product-box2 .gallery-thu3 .swiper-slide a p,.product-box2 .gallery-thu4 .swiper-slide a p {   display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; color: #fff; width: 100%;}

.product-box2 .gallery-thu1 .swiper-slide:hover a, .gallery-thumbs .swiper-slide-thumb-active a { color: #0798ec;}
.product-box2 .gallery-thu1 .swiper-slide a { display: block; width:100% ;   }
.product-box2  .gallery-thu1 .swiper-slide a img {-webkit-transform: translateZ(0);transform: translateZ(0);}
.product-box2  .gallery-thu1 .swiper-slide a:hover img {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.product-box2 .gallery-thu1 .swiper-slide-thumb-active ,.product-box2 .gallery-thu2 .swiper-slide-thumb-active,.product-box2 .gallery-thu3 .swiper-slide-thumb-active,.product-box2 .gallery-thu4 .swiper-slide-thumb-active {
  background: #217F21!important; color: #fff;
}


.product-box2 .gallery-top1 .swiper-container,.product-box2 .gallery-top2 .swiper-container{ padding-top: 60px; }
.product-box2 .gallery-top1 .swiper-slide,.product-box2 .gallery-top2 .swiper-slide { position: relative;}
.product-box2 .gallery-top1 .swiper-slide p,.product-box2 .gallery-top2 .swiper-slide p{ font-size: 20px; text-align: center; background: #EB3E3B; color: #fff; padding: 20px;}

.jjfan .swiper-button-prev{left:50px}
.jjfan .swiper-button-next{right:50px}
.jjfan .swiper-button-next,.jjfan .swiper-button-prev{background:0 0;outline:0;color:#000;font-size:30px;border-radius:25px;width:50px;height:50px;text-align:center;line-height:50px;background:#fff}
.jjfan .swiper-button-next:hover,.jjfan .swiper-button-prev:hover{color:#fff;background:#217f21}
#thumbss{width:60%}
#thumbss .swiper-wrapper{flex-wrap:wrap}
.jjfan .swiper-container-thumbs{position:relative}
.jjfan .swiper-container{margin:0}
.jjfan .swiper-container-thumbs .swiper-slide{background:rgba(255,255,255,.1); text-align: center; margin:5px;padding:25px 0; height: auto; font-size:16px;cursor:pointer;color:#fff;width:calc(25% - 10px)!important;display:flex;justify-content:center;align-items:center}
.jjfan .swiper-container-thumbs .swiper-slide a{color:#fff}
.jjfan .swiper-slide-thumb-active{background:#217f21!important}
.jjfan .pic-data .swiper{margin-left:auto;margin-right:auto;width:100%;position:relative}
.jjfan .pic-data .swiper-slide{text-align:center;font-size:14px;background:#fff}
.jjfan .pic-data .swiper-slide a{display:block;position:relative}
.jjfan .pic-data .swiper-slide img{display:block;transition:all .3s ease-out;width:100%}
.jjfan .pic-data .swiper-pagination-bullet{position:relative;margin:0 5px!important;display:inline-block;width:12px;height:12px;border-radius:6px;background:#fff;overflow:hidden;z-index:10;outline:0;opacity:.5}
.jjfan .pic-data .swiper-pagination-bullet-active{background-color:#217f21;opacity:1}
.jjfan .pic-data .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:12px;left:10px}
.jjfan .pic-data .swiper-container-horizontal>.swiper-pagination-bullets{width:auto}

/* 优势 */
.case {

  background: #f5f5f5;
}
.ys_case {
  position: relative;
  margin-top: 50px;
}
.ys_case .case-slide {
  /* border-right: 1px solid rgba(255, 255, 255, .2); */
  width:33.33%;
  float: left;
  z-index: 9;
  position: relative;
}
.ys_case_mid {
  text-align: center;
  height: 680px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.ys_case_mid .default {width: 100%;
  height: 268px;
  position: absolute;
  left: 0;
  bottom: 0; width: 100%; padding-bottom: 30px;    background: url(../images/sup-xt.png) no-repeat right;
  transition: .5s;  }
  .ys_case_mid .default .main_title { margin-top: 20px;}
  .hover{width:100%; height:100%;position: absolute;left:0;top:10%; background:url(../images/supbj.png) no-repeat right bottom;  padding:50px; box-sizing: border-box; transition: .5s; opacity: 0;}
  .ys_case_mid .hover h4{ line-height: 44px;font-size:30px; padding-bottom:20px; color:#ffffff;font-weight: bold;border-bottom:1px solid rgba(255,255,255,.2); margin-bottom: 15px;}
.ys_case_mid .hover p{line-height: 30px; text-align: justify; font-size: 16px; color:#ffffff;}
.ys_case_mid .hover strong{display: block;}
.ys_case_mid .hover strong a{display: block; line-height: 50px;float:left; padding-left:66px;background:url(../images/sup-jia.png) no-repeat left;font-size: 18px; color:#ffffff; font-weight: normal;}
.ys_case_mid .hover strong a:hover { color: #F58D1D;}
.ys_case .case-slide.active .default{opacity: 0; bottom:-10%;}
.ys_case .case-slide.active .hover{top:0;opacity: 1;}
.ys_case .case-slide.active{top:0;opacity: 1;}
.ys_case_tit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 40px;
}
.ys_case_txt {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 26px;
}
.ys_case_mid {
  position: relative;
  z-index: 2;
}
.ys_case_mid span {
  margin-bottom: 40px;
}
.ys_case_mid .main_title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 680px;
  z-index: 0;
}
.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s;
}
.ys_case_bg div.on {
  opacity: 1;
  z-index: 10;
}
.jie_box {
  display: none;
}
.mob_jjfa  { display: flex; flex-wrap: wrap; align-items: stretch;}
.mob_jjfa .item{width:calc(33.33% - 20px); position: relative; margin: 10px; background:url(../images/supbj.png) no-repeat right bottom;  box-sizing: border-box; transition: .5s; }
.mob_jjfa .hover2{ padding-bottom: 20px;}
.mob_jjfa .hover2 a { display: block; width: 100%; padding:20px ;}
.mob_jjfa .hover2 h4{text-align: center; line-height: 44px;font-size:20px; padding-bottom: 20px; color:#ffffff;font-weight: bold;border-bottom:1px solid rgba(255,255,255,.2); margin-bottom: 20px;}
.mob_jjfa .hover2 p{line-height: 30px;margin-bottom: 20px;font-size: 16px; color:#ffffff;}
.mob_jjfa .hover2 strong{display: block; position: absolute; left: 20px; bottom: 20px; float:left;   color:#ffffff; font-weight: normal;}
.mob_jjfa .hover2 span img { height: 35px;}
/* 合作伙伴 */
.hezuo { background:#F7FCFF;}
.hzul ul{  display: flex; margin-top: 70px; justify-content: space-between; flex-wrap: wrap; }
.hzul ul li{ width: 20%; background: #fff; border: 1px solid #dedede;}
.hzul ul li a{ position: relative; padding:30px 20px; display: block;}
.hzul ul li a.hover-border-4::before,
.hzul ul li a.hover-border-4::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.hzul ul li a.hover-border-4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -1px;
  border-top: 1px solid #044F9F;
  border-left: 1px solid #044F9F;
}
.hzul ul li a.hover-border-4::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1px solid #044F9F;
  border-right: 1px solid #044F9F;
}
.hzul ul li a.hover-border-4:hover::before,
.hzul ul li a.hover-border-4:hover::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
/*留言*/
.xssc {
	background: url("../images/bg.jpg");
	background-size: cover;
	background-position: center center;
	padding:50px 0 70px;
	color: #fff;
    background-attachment: fixed;
    position: relative;
    width: 100%;
 
}
.message_bo { display: flex; justify-content: space-between;}
.message_bo .main_title { width: 45%;}
.liuyan { width: 50%;}
.jiameng {

  align-items: center;
  display: flex;
  
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jiameng label {
  font-size: 16px;
  font-weight: bold;
}
.jiameng label::first-letter { text-transform: uppercase;}
.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=text]::first-letter { text-transform: uppercase;}
.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 input[type=file]::first-letter { text-transform: uppercase;}
.jiameng div i {
  color: #3081C4;
  position: absolute;
  left: 10px;
  top: 45px
}

.forminator-textarea {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #666;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}
.forminator-textarea::first-letter { text-transform: uppercase;}
.jmbt {
  margin: 10px auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

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

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

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

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

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

/* 领域 */
.service_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.service_fl {
  width: 15%;
  background: #002B69;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.Solution {
  width: 100%
}
.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -13%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}
.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}
#sol_top .swiper-slide {
  position: relative;
}
#sol_top .swiper-slide .bg {
  position: relative;
}
#sol_top .swiper-slide .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  content: '';
}
#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#sol_top .swiper-slide .product-box { position: absolute; left: 0; width: 100%; top:10%; flex-direction: column;}
#sol_top .swiper-slide .product-box b {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  margin-top: 30px;
  width: 100%;
 font-weight: normal;
  display: block;
}
#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px 0;
  line-height: 36px;
   color: #fff;
  width: 70%;
}
.Solution  { position: relative;}
.Solution img {
  width: 100%;
}
.Solution .swiper-button-prev {
  left: 50px;
  top: 45%;
}
.Solution .swiper-button-next {
  right: 50px;
  top: 45%;
}
.Solution .swiper-button-next,
.Solution .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
}
.Solution .swiper-button-next:hover,
.Solution .swiper-button-prev:hover {
  color: #fff;
  background: #002B69;
}
#sol_bot {
position: absolute;
bottom: 0;
left: 0;
  width: 100%;
  height: 200px;
}
.Solution .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}
#sol_bot .swiper-wrapper {
  flex-wrap: wrap;
}
.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}
.Solution .swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 20% !important;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 0.8s;
  background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.Solution .swiper-container-thumbs .swiper-slide p {
  font-size: 24px;
  text-align: center;
  z-index: 2;
  width: 100%;
  
}
.Solution .swiper-container-thumbs .swiper-slide .num { font-size: 60px; color: rgba(255, 255, 255, .3); font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.Solution .swiper-container-thumbs .swiper-slide-thumb-active  {
  background:#B2C600 !important;
  color: #fff !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.ab_tit {
  color: #333;
  font-size: 52px;
  font-weight: bold;
}

/* 新闻 */
.news-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  margin-top: 30px;
}
.news-one {
  width: calc(33.33% - 35px);
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-right: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #F7F7F7;
}
.news-one:last-child{ margin-right: 0;}
.line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  background: #044F9F;
  height: 1px;
  transition: all .3s;
}
.news-one span {
  display: block;
  overflow: hidden;
}
.news-one b {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  margin-top: 10px;
  color: #333;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.news-one a{ position: relative;}
.news-one i {
  width: 90px;
  background: #044F9F;
  color: #fff;
  padding: 6px 20px;
  position: absolute;
  top:0;
  left: 0;
}
.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 10px;
  padding: 0 20px;
  font-style: normal;
}
.news-one img {
  display: block;
  width: 100%;
  transition: .8s;
}
.news-one a:hover img {
  transform: scale(1.1);
}
.news-one a:hover b {
  color: #044F9F;
}
.news-one:hover .line {
  width: 100%;
}
.news-one p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  padding: 0 20px;
}
.news_info { display: flex; align-items:stretch; flex-wrap: wrap; justify-content: space-between;}
.news_info a {
  display: block;
  padding: 13px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  transition: all .3s;
  width: calc(33.33% - 35px);
  margin-right: 35px;
  position: relative;
}
.news_info a::before{ transition: all .3s; position: absolute; left: 0; top:0;content: ''; background: #044F9F; height: 0%; width: 3px;}
.news_info a:hover::before {height: 100%;}
.news_info a:nth-child(3),.news_info a:nth-child(6){ margin-right: 0;}
.news_info a b {
  color: #333;
  font-size: 18px;
  display: block;
  margin-bottom: 29px;
}
.news_info a p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #dedede;
  padding: 10px 0;
}
.news_info a span {
  float: right;
  font-size: 18px;
  color: #999;
}
.news_info a:hover {
  color: #044F9F;
  
}
.news_info a:hover b,
.news_info a:hover span {
  color: #044F9F;
}
.news_a {
  text-align: center;
  margin-top: 50px;
}
.news_a .more {
  border: 1px solid #044F9F;
  color: #044F9F;
  padding: 10px 40px;
}
/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/ft.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 30px; float: left; width: 100%;
}
.footer-list1 {
  width: 30%;
}
.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}
.footer-list2 {
  width: 18%;
}
.footer-list2 img { width: 120px;}
.footer-list3 {
  width: 30%;
}
.footer-list4 {
  width: 10%;
}
.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}
.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
 .socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}
 .socials li {
  display: inline-block;
  margin-right: 10px;
}
 .socials li a {
  background-color: #044F9F;
  border: 1px solid #044F9F;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
 .socials li a:hover {
  background-color: #019A3F;
  border: 1px solid #019A3F;
  color: #fff;
}
.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
  padding-bottom: 5px;
}
.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  text-transform: uppercase;
}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #044F9F;
}
.footer-list1 img {
  width: 70%;
}
.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}
.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.address-content i {
  font-size: 15px;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.address-content p {
  color: #fff;
  font-size: 14px;
}
.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer-copyright p span {
  padding-left: 15px;
}
.footer-copyright p span a {
  color: #fff; padding: 0 3px;
}

.footer-copyright p span a:hover{ text-decoration: underline;}
.fot_top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .1);}
.fot_bot {padding: 30px 0; display: flex; justify-content: space-between; align-items: stretch;}
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #044F9F;
  display: none;
}
.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}
.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #A20505;
  border-left: 1px solid #CB1515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_nav a span {
  margin-left: 6px;
}
.bottom_nav a:last-child {
  border-right: none;
}
.bottom_nav a:first-child {
  border-left: none;
}
/*返回顶部*/
.fix-side {
	position: fixed;
	right: 0px;
	bottom: 130px;
	width: 90px;
	z-index: 2000;
}
.fix-side li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	width: 90px;

  border-radius: 5px;
  margin: 3px 0;
	background:#044F9F;
}
.fix-side li:hover {
	background-color: #019A3F;
}
.fix-side .gzh {
	position: relative;
	width: 90px;
	text-align: center;
}
.fix-side .gzh .show {
	width:90px;
	color: #fff;
	cursor: pointer;
}
.fix-side .gzh:hover .box {
	display: block;
}
.fix-side .gzh:hover .box2 {
	display: block;
}
.fix-side .gzh .box2 {
	display: none;
	position: absolute;
	left: -100px;
	bottom: 0;
	width: 100px;
  line-height: 60px;
	height: 60px;
  font-size: 18px;
	color: #333;
	background-color: #f9f9f9;
	border: solid 1px #e5e5e5;
	border-right: none;
	box-sizing: border-box;
}
.fix-side .gzh:hover .box2 p{ color: #333;}
.fix-side .gzh .box {
	display: none;
	position: absolute;
	left: -130px;
	bottom: 0;
	width: 130px;
	height: 130px;
	color: #fff;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-right: none;
	box-sizing: border-box;
}
.fix-side .gzh .box img {
	margin-top: 15px;
	width: 80px;
	height: 80px;
}
.fix-side .gzh .box p {
	color: #666;
}
.fix-side p {
	margin-top: 5px;
	color: #fff;
  font-size: 12px;
}
.fix-side li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
.fix-side li img {
  margin-top: 6px;
}
.fix-side .return {
	border-bottom: none;
	transform: scaleY(0);
	transition: 0.5s;
	background-color: #019A3F;
}
.fix-side .active {
	transform: scale(1);
}