﻿/**/
@import url("css2-Roboto.css");
  :root {
    --color: #47CCBB;
    --hovercolor: #47CCBB;
    --backgroundcolor: #47CCBB;
    --fontcolor: #000000;
    --fonttextcolor: #333333;
    --titlefont: 42px;
    --fontsize12: 12px;
    --fontsize14: 14px;
    --fontsize15: 15px;
    --fontsize16: 16px;
    --fontsize17: 17px;
    --fontsize18: 18px;
    --fontsize20: 20px;
    --fontsize22: 22px;
    --fontsize24: 24px;
    --fontsize26: 26px;
    --fontsize28: 28px;
    --fontsize30: 30px;
    --fontsize36: 36px;
    --fontsize40: 40px;
    --fontsize42: 42px;
    --fontsize50: 50px;
    --fontbold3: 300;
    --fontbold4: 400;
    --fontbold5: 500;
    --fontbold6: 600;
    --fontbold7: 700;
}  
* {
  margin: 0;
  padding: 0;
}
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;
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: #333;
}
a:hover {
  text-decoration: none;
}
video, embed, iframe {
  width: 100%;
}
img {
  border: none;
  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;
}
.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;
}
/*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%;
}
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}
.dflex_end {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
/*fullPage  左侧数字*/
.fp-watermark {
  display: none;
}
#slide_menu {
  z-index: 92;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
}
#slide_menu li {
  line-height: 35px;
  height: 35px;
  position: relative;
  list-style: none;
}
#slide_menu a {
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}
#slide_menu .pgslide_nav {
  opacity: 0;
  font: bold 14px/20px Arial;
  transition: all 0.4s ease 0.6s;
  position: absolute;
  right: 42px;
  top: 8px;
  width: 100px;
  text-align: right;
  color: #47CCBB;
  transform: translateX(-50px);
}
#slide_menu .pgslide_num {
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#slide_menu .active .pgslide_num {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#slide_menu li:hover .pgslide_nav {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.6s;
}
.pgslide_yuan-0 {
  background: #fff !important;
}
.pgslide_yuan-1 {
  background: #47CCBB !important;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
}
.header-transparent {
  border: none !important;
  min-height: 80px;
background: #fff;
}
.header-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-box .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10%;
}
.top-box .logo img{
  max-height: 70px;
}
.pclogo {
  display: none !important;
}
.mlogo {
  display: none !important;
}
.wal {
  padding: 0 8%;
}
/*导航菜单 */
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu ul li span{ padding-left: 5px;}
.nav-menu a {
  display: block;
  color: #333;
    padding: 10px 30px;
      border-radius: 20px;
  transition: 0.3s;
  font-size: 18px;
  text-transform: capitalize;
  transition: all .3s;
}
.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #47CCBB;
  background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
display: none;
    width: 170%;
  background: rgba(255, 255, 255, .9);
  transition: ease all 0.3s;
  padding: 10px 0;
  border-radius: 10px;
}
.nav-menu .drop-down ul li {
  width: 100%;
}
.nav-menu .drop-down:hover>ul {
display: block;
  top: 100%;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 5px 10px;
  font-size: 16px;
  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: #fff;
  background: 47CCBB;
}
.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;
}
.top_tel {
  color: #FFF;
  font-size: 21px;
  background: url(../images/dianhua-yuankuang.png) left no-repeat;
  font-weight: bold;
}
.top_tel span {
  padding-left: 42px;
  display: block;
}
.headerBotRig { padding: 0 20px; cursor: pointer;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: -100%;
  /* 初始位置在屏幕上方 */
  left: 0;
  right: 0;
  z-index: 995;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  /* 限制最大高度 */
  background: #fff;
  transition: top 0.4s ease;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color:var(--fonttextcolor);
    font-size: var(--fontsize16);
  margin: 0 20px;
  line-height: 50px;
  font-weight:var(--fontbold5);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: var(--color);
  text-decoration: none;
}
.mobile-nav ul li a.expanded {
  color: var(--color);
}
.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  color:var(--fonttextcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #f1f1f1;
  color: var(--color);
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down .arrow {
  display: none;
}
.mobile-nav .drop-down li a {
  padding-left: 20px;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom:8px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 44px;
  z-index: 1000;
  border: 0;
  background: none;
    font-size: var(--fontsize24);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background:var(--backgroundcolor);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-toggle span {
  position: absolute;
  width: 40%;
  height: 2px;
  color: #FFFFFF;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mobile-nav-toggle span::before {
  top: 300%;
}
.mobile-nav-toggle span::after {
  bottom: 300%;
}
.mobile-nav-toggle.open span {
  background-color: unset;
}
.mobile-nav-toggle.open span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-toggle.open span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-active {
  overflow: hidden;
}
.searchWrap {
  width: 100%;
  padding:20px 0;
  background:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}
.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}
.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}
.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}
.searchWrap .searchBtn {
  padding: 10px;
 background: rgb(71, 204, 187);
  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: #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;
}
/* 语言 */
.head_right {
  position: relative;
  margin-left: 25px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif
}
.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
  display: block
}
.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: 16px;
  color:var(--fonttextcolor);
  display: flex;
  font-weight:var(--fontbold5);
  align-items: center;
}
.change-language .change-language-title {
  padding: 0
}
.change-language .change-language-title a:after {
  font-family: fontawesome;
  content: "\f0d7";
    font-size: var(--fontsize12);
  display: inline-block;
  padding-left: 2px
}
.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 120px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  transform: scale3d(.9, .9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh
}
.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible
}
.change-language .change-language-cont .lang-item-hide {
  display: none !important
}
.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px
}
.change-language .change-language-cont .more-active {
    font-size: var(--fontsize20)
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden
}
.change-language ::-webkit-scrollbar {
  width: 5px
}
.change-language ::-webkit-scrollbar-track {
  background-color: #fff
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}
.country-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.country-flag img {
  width: 20px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.language-flag .country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}
li.language-flag a:hover .country-flag img {
  transform: scale(1.05);
}
.change-language .change-language-cont {
  right: -15px;
  width: 200px;
  padding: 15px;
}
.change-language .change-language-cont li {
  width: 100%;
  margin: 0 2% 10px;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.change-language .change-language-cont li:hover {
  background: #f8f8f8;
}
.change-language .change-language-cont li a {
  display: flex;
}
.change-language .change-language-cont li a:hover span {
  color: var(--color);
}
.mobile-head-item .main-content-wrap .content-wrap a:hover span {
  color: var(--color);
}
/*首页banner图*/
#banner{ height: 100vh; width: 100%; padding: 0;}
#banner .swiper.swiper-container{
  overflow: hidden;
    width: 100vw!important;
  height: 100%;
  padding: 0;
    margin: 0;
  position: relative;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
   width: 100%; 
}
#banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/* #banner .swiper-slide .banner1 {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper-slide .banner2 {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper-slide .banner3 {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper-slide .banner4 {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper-slide .banner5 {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* 
#banner .swiper-slide .mobimg {
  display: none !important;
} */
#banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 10px;
}
#banner .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  display: inline-block;
  background: #fff;
  opacity: .5;
  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: 0.9;
  background: #47CCBB;
  width: 50px;
  transition-delay: 0s;
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 80px;
  left: 0px;
  width: 100%;
}
.banner_txt {
  position: absolute;
  top: 25%;
  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: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}
.banner_txt b {
  display: block;
  font-size: 48px;
  color: #fff;
  margin: 30px 0;
  line-height: 1.2;
  text-shadow: none;
  width: 50%;
  font-weight: 500;
   font-family: 'Roboto Medium';
}
.banner_txt span {
  color: #fff;
  font-size: 20px;
  display: block;
  text-shadow: none;
  width: 46%;
}
/*page2 简介*/
.homePg2 {
  background: url(../images/abbg.jpg) no-repeat bottom;
  background-size: cover;
}
.main_title {
  font-size: 32px;
  color: #333;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
   font-family: 'Roboto Medium';
}
.main_title p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}
.about-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about {
  display: flex;
  align-items: center;
  position: relative;
}
.ab_tu {
  flex: 1;
  margin-right: 30px;
}
.ab_txt {
  flex: 1;
  position: relative;
  z-index: 2;
}
.ab_txt span {
  font-size: 32px;
  margin: 20px 0;
  color: #333;
  display: block;
}
.ab_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #333;
}
.ab_more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  height: 47px;
  background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
  border: 1px solid #47CCBB;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
  max-width: 170px;
  margin-top: 50px;
}
.ab_more i {
  color: #fff;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
}
.ab_more em {
  color: #fff;
  font-style: normal;
}
.ab_more:hover {
  color: #fff;
  background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
  border: 1px solid #47CCBB;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 190px;
}
.ab_more:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}
.ab_more:hover em {
  color: #fff;
}
.ab_more2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  height: 47px;
  border: #47CCBB solid 1px;
  background: #47CCBB;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
  max-width: 160px;
  margin-top: 30px;
}
.ab_more2 i {
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}
.ab_more2 em {
  color: #fff;
  font-style: normal;
}
.ab_more2:hover {
  color: #fff;
  background: none;
  border: 1px solid #47CCBB;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 180px;
}
.ab_more2:hover i {
  color: #47CCBB;
  transition: all 0.5s ease 0s;
}
.ab_more2:hover em {
  color: #47CCBB;
}
.ab_bottom {
  margin-top: 40px;
  width: 100%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}
.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
}
.ab_bottom b {
  font-size: 40px;
}
.ab_bottom li {
  border: 1px solid rgba(255, 255, 255, .6);
  background: rgba(0,144,207, .2);
  width: 25%;
  position: relative;
  cursor: pointer;
}
.ab_bottom li a {
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 40px 20px;
  transition: all .3s;
}
.ab_bottom li a b {
  color: #333;
  font-size: 30px;
  font-weight: normal;
}
.ab_bottom li a sup{ top: -15px; }
.ab_bottom li span {
  display: block;
  border: 1px solid #fff;
  width: 80px;
  background: #47CCBB;
  line-height: 70px;
  height: 80px;
  border-radius: 100%;
  margin: 10px auto;
}
.ab_bottom li span img {
  height: 50px;
}
.ab_bottom li .info {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: auto;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  opacity: 0;
}
.ab_bottom li:hover {
   background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
}
.ab_bottom li:hover b {
  color: #fff;
}
.ab_bottom li a:hover {
 color: #fff;
}
/*产品*/
.homePg3 {
  background: url(../images/sli.jpg) no-repeat;
  background-size: cover;
}
.sl{ display: flex; align-items: center; justify-content: space-between;}
.sl .swiper-container {
  position: relative;
}
.sl .swiper-slide-thumb-active {
  color: #47CCBB;
}
.sl .gallery-top {
  height: auto;
  width: 75%;
  margin: 0;
}
.sl .pro_fl {
  width: 22%;
  position: relative;
  padding: 30px 0;
}
.sl .gallery-thumbs {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  z-index: 99;
}
.sl .gallery-thumbs.swiper-container {
  height: 580px;
  overflow: hidden;
}
.sl .gallery-thumbs .swiper-slide {
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, .8);
  width: 100% !important;
}
.sl .gallery-thumbs .swiper-slide .slide_nav {
  position: absolute;
  top: 0;
  left: 100%;
  width: 90%;
  text-align: left;
  display: none;
}
.sl .gallery-thumbs .swiper-slide .slide_nav p a {
  line-height: 40px;
  font-size: 14px;
  padding-left: 15px;
}
.sl .gallery-thumbs .swiper-slide:hover {
    background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
  color: #fff;
}
.sl .gallery-thumbs .swiper-slide:hover .slide_nav {
  display: block;
    background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
}
.sl .gallery-thumbs .swiper-slide:hover .slide_nav a {
  color: #fff;
}
.sl .gallery-thumbs .swiper-slide:hover .slide_nav p:hover a {
  color: #47CCBB;
  background: rgba(255, 255, 255, .8);
}
/* .sl .gallery-thumbs .swiper-slide:hover a, .gallery-thumbs .swiper-slide-thumb-active a {
  background: #47CCBB;
  color: #fff;
} */
.sl .gallery-thumbs .swiper-slide a {
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
}
.sl .gallery-thumbs .swiper-slide-thumb-active {
  background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
  color: #fff;
}
.sl .gallery-thumbs .swiper-slide-thumb-active a {
  color: #fff;
}
.sl .gallery-thumbs .swiper-slide:hover a { color: #fff;}
.sl_txt {
  margin-top: 50px;
  font-size: 15px;
  color: #999;
  text-align: left;
}
.sl .swiper-button-next {
  left:calc(50% - 15px);
  bottom: 0;
  top:calc(100% - 30px);
  margin: 0;
  text-align: center;
  color: #fff;
background-image: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: all .5s ease;
  outline: none;
  transform: rotate(90deg);
}
.sl .swiper-button-prev {
  left:calc(50% - 15px);
  bottom: 0;
  top:0px;
  transform: rotate(90deg);
  margin: 0;
  color: #fff;
background-image: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
}
.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
}
.sl .gallery-top {
  position: relative;
  z-index: 1;
}
.sl .gallery-top .swiper-container {
  padding-top: 60px;
  position: relative;
}
.sl_list { display: flex; flex-wrap: wrap; align-items: stretch;}
.sl_list a span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.sl_list a {
  background: #fff;
  display: block;
  border-radius: 15px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: calc(25% - 10px);
  overflow: hidden;
  position: relative;
}
.sl_list a:hover em{ background: #47CCBB; color: #fff; }
.sl_list a img {
  transition: all .3s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sl_list a:hover img {
  transform: scale(1.1);
}
.sl_list  em {
  display: block;
 height: 78px;
  font-size: 16px;
  font-style: normal;
  padding: 15px;
  color: #000;
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sl_list em p { width: calc(100% - 28px);}
.sl_list em i {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.sl_list a:hover em i { background: #fff; color: #47CCBB;}
.sl_list .swiper-wrapper {
  margin-top: 30px;
}
.sl_list .swiper-button-next {
  position: absolute;
  top: 60px;
  left: calc(100% - 150px);
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.sl_list .swiper-button-prev {
  position: absolute;
  top: 60px;
  left: calc(100% - 310px);
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.sl_list .swiper-button-prev:hover, .sl_list .swiper-button-next:hover {
  background: #47CCBB;
}
.sl_list .swiper-button-next i {
  padding-left: 10px;
}
.sl_list .swiper-button-prev i {
  padding-right: 10px;
}
/*行业应用*/
.homePg4 {
  background: url(../images/ysbg.jpg) no-repeat top;
  background-size: cover;
}
.tj_tu {
  position: relative;
  margin-top: 40px;
}
.tj_tu .zi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.tj_tu .zi img {
  height: 100%;
}
#gallery {
  width: 100%;
  background: rgba(255, 255, 255, .4);
}
#gallery .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #333;
  opacity: 0 !important;
  background: #fff;
}
#gallery .swiper-slide .img-tu {
  width: 50%;
}
#gallery .swiper-slide .product-box {
  display: flex;
  width: 50%;
}
#gallery .swiper-slide .product-box div {
  padding: 5%;
}
#gallery .swiper-slide .product-box b {
  color: #47CCBB;
  font-size: 34px;
  line-height: 52px;
  width: 100%;
  display: block;
  font-weight: normal;
   margin-top: 80px;
}
#gallery .swiper-slide .product-box span { display: block; color: #47CCBB; margin-top: 20px; font-size: 16px;}
#gallery .swiper-slide .product-box p {
  font-size: 15px;
  line-height: 26px;
  color: #333;
   margin-top: 40px
}
#gallery .swiper-slide-active {
  opacity: 1 !important;
}
.tj_tu img {
  width: 100%;
}
.tj_tu .swiper-button-prev {
  left: 50px;
}
.tj_tu .swiper-button-next {
  right: 50px;
}
.tj_tu .swiper-button-next, .tj_tu .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;
}
.tj_tu .swiper-button-next:hover, .tj_tu .swiper-button-prev:hover {
  color: #fff;
  background-image: linear-gradient(to right, #47CCBB , #0B59B0);
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0);
}
#thumbs {
  width: 100%;
}
.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}
#thumbs .swiper-wrapper {
  flex-wrap: wrap;
}
.tj_tu .swiper-container-thumbs .swiper-slide {
  padding: 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, .4);
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  color: #333;
  width: 25% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tj_tu .swiper-container-thumbs .swiper-slide img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}
.tj_tu .swiper-slide-thumb-active {
  background-image: linear-gradient(to right, #47CCBB , #0B59B0)!important;
    background-image:-webkit-linear-gradient(to right, #47CCBB , #0B59B0)!important;
  color: #fff !important;
}
.tj_tu .swiper-slide-thumb-active img {
  filter: brightness(500%);
  -webkit-filter: grayscale(500%);
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
/* 生产车间 */
.homePg5 {
  background: url(../images/hzbg.jpg) bottom no-repeat;
  background-size: cover;
}
#case {
  position: relative;
}
#case .wal {
  position: relative;
}
#case .swiper-container {
  width: 100%;
  margin-top: 30px;
}
#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  transform: scale(0.9);
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;
}
#case .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  border: none;
}
#case .swiper-slide a {
  display: block;
  position: relative;
}
#case .swiper-slide p {
  line-height: 70px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  width: 100%;
  background: #47CCBB;
  height: 70px;
}
#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
}
#case .swiper-slide-active .layer-mask {
  display: none;
}
.layer-mask {
  width: 100%;
  height: calc(100% - 70px);
  transition: all 0.5s;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
}
#case .swiper-button-next {
  right: -50px;
  width: 55px;
  height: 55px;
  line-height: 51px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 36px;
  transition: all .5s ease;
  outline: none;
}
#case .swiper-button-prev {
  left: -50px;
  width: 55px;
  height: 55px;
  line-height: 51px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 36px;
  transition: all .5s ease;
  outline: none;
}
#case .swiper-button-prev:hover, #case .swiper-button-next:hover {
  border: 2px solid #47CCBB;
  color: #fff;
  background: #47CCBB;
}
#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 1002;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
/* 新闻 */
.homePg6 {
  background: url(../images/newsbg.jpg) bottom no-repeat;
  background-size: cover;
}
.news {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}
.news_fl {
  width: 42%;
}
.news_fl ul li {
   padding: 25px;
  border-bottom: 1px solid #CECECE;
  transition: all .3s;
  background: rgba(255, 255, 255, .5);
}
.news_fl ul li p {
  line-height: 26px;
}
.news_fl ul li b {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.news_fl ul li span {
  display: block;
  margin: 10px 0;
  color: #666;
}
.news_fl ul li:hover {
  background: #47CCBB;
}
.news_fl ul li:hover b, .news_fl ul li:hover span, .news_fl ul li:hover p {
  color: #fff;
}
.news_fr {
  width: 57%;
}
.news_fr ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.news_fr ul li {
  width: calc(50% - 22px);
  border: 1px solid #CECECE;
  padding: 30px;
  margin: 0 10px;
  background: rgba(255, 255, 255, .5);
}
.news_fr ul li span {
  display: block;
  margin: 10px 0;
  color: #666;
  font-size: 24px;
}
.news_fr ul li p {
  line-height: 26px;
  margin-top: 15px;
}
.news_fr ul li b {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.news_fr ul li img {
  margin-top: 20px;
  max-height: 198px;
}
.news_fr ul li:hover {
  background: #47CCBB;
}
.news_fr ul li:hover b, .news_fr ul li:hover span, .news_fr ul li:hover p {
  color: #fff;
}
/* 社媒 */
.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;
      color: var(--color);
}
.a2a_svg{ height: auto!important; }
.a2a_s_facebook{background: none!important;}
.a2a_s_linkedin {background: none!important;}
.a2a_s_blogger {background: none!important;}
.a2a_s_pinterest{background: none!important;}
.a2a_s_twitter{ background: none!important;}
.a2a_kit a:hover .a2a_svg svg{
    background: var(--backgroundcolor);
}
.a2a_svg{ width: 30px!important; line-height: 30px!important;}
.a2a_svg svg{ background: #0191d4;}
.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;}
/*  */
/*底部footer*/
.pr {
  position: relative;
}
.foot-lxs {
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.foot-lxs .foot-s-ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.foot-lxs .foot-s-ul li {
  padding-right: .5rem;
  color: #FFf;
  padding-left: 3.75rem;
 flex: 1;
  position: relative;
}
footer .min .foot-ul li h5{ margin-bottom: 20px; font-size: 20px;}
.foot-lxs .foot-s-ul li:nth-child(3){
  width: 35%;
  padding-right: 4rem;
}
.foot-lxs .foot-s-ul li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 5.5rem;
  top: 0;
  transform: rotate(10deg);
  opacity: 0.5;
}
.foot-lxs .foot-s-ul li:last-child::after {
  display: none;
}
.foot-lxs .foot-s-ul li img {
  width: 2.5rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.foot-lxs .foot-s-ul li .p1 {
  font-size: 1.125rem;
}
.foot-lxs .foot-s-ul li .p2 {
  font-size: 16px;
  margin-top: 8px;
}
.foot-lxs .foot-s-ul li .p2 a{
  font-size: 1rem;
  color: #fff;
}
.technical .technical-biaoge .table thead tr th {
  border: 1px solid #CCCCCC;
}
.homePg7 {  background:url(../images/ftbg.jpg) no-repeat center top;  background-size: cover;
  color: #FFFFFF;}
footer {
  background:url(../images/ftbg.jpg) no-repeat center top;
  background-size: cover;
  color: #FFFFFF;
  height:100%; width: 100%;
  float: left;
}
.homePg7 footer{ background: none;}
footer .le {
  width: 25%;
  padding-right: 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
  width: 100%;
}
.foot .ft-nav .ft-nav-list dl {
  width: 20%
}
.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width:50%
}
.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}
.foot .ft-nav .ft-nav-list dl:last-child  {
  width:25%;
}
.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 100%;
}
.foot .ft-nav{ margin-top: 30px;}
.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;
}
.foot .ft-nav .ft-nav-list dl:nth-child(2) dd a {
  width: 50%;
}
.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px;
}
.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 1);
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.foot {}
.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 1);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.foot .ft-nav .ft-nav-list dl:last-child dd img {
  margin: 10px 0;
  width:auto;
  max-height: 100px;
}
.foot .ft-nav .ft-nav-list dd a:hover {
  color: #47CCBB
}
.foot  .main_box {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.foot  .main_box a{ color: #fff;}
  .form-grid {
            display: flex;
           flex-wrap: wrap;
            border: 1px solid rgba(255, 255, 255, .3);
            padding: 15px;
        }
        .form-group {
            width: calc(50% - 10px);
            margin: 5px;
        }
        .form-group label {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            color: #fff;
            font-size: 14px;
        }
        .full-width { width: 100%;}
        .full-width img{ margin: 0 !important;}
        .form-group label i {
            margin-right: 8px;
            color: #fff;
        }
        .form-input {
            width: 100%;
            height:40px;
            padding: 0 10px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            font-size: 14px;
            transition: all 0.3s ease;
            outline: none;
            background: rgba(255, 255, 255, .3);
        }
        .form-input:focus {
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
        }
        .form-textarea {
            width: 100%;
            height: 70px;
            padding: 10px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            font-size: 14px;
            resize: vertical;
            transition: all 0.3s ease;
                 background: rgba(255, 255, 255, .3);
        }
        .form-textarea:focus {
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
        }
        .submit-btn {
            width: 100%;
            height: 45px;
            background: linear-gradient(135deg, #0090CF, #01428A);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 5px;
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
        }
        .form-note {
            text-align: center;
            color: #94a3b8;
            margin-top: 20px;
            font-size: 0.95rem;
        }
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #c01315;
  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;
}
.copyright {
  padding: 40px 0;
  text-align: left;
  color: rgba(255, 255, 255, .8);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright a {
  color: rgba(255, 255, 255, .8);
}
.copyright i {
  float: right;
}
/* 公司简介内页 */
.pad60 { padding: 60px 0;}
.inban {
  position: relative;
}
.intxt {
  font-size: 36px;
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  background: rgb(0 0 0 / 5%);
  z-index: 2;
}
.ny_tab {
  border-bottom: 1px solid #E7E7E7;
}
.ny_tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny_tab ul li {
  padding: 0 5%;
  position: relative;
  font-size: 18px;
}
.ny_tab ul li a {
  position: relative;
  color: #333333;
  display: block;
  padding: 25px;
}
.ny_tab ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16%;
  width: 1px;
  background: #c3c3c3;
}
.ny_tab ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #47CCBB;
  transition: .5s;
}
.ny_tab ul li:last-child::after {
  display: none;
}
.ny_tab ul li a:hover,
.nypagenav ul li.on a {
  color: #47CCBB;
}
.ny_tab ul li:hover a::before,
.nypagenav ul li.on a::before {
  width: 100%;
}
.inabout {
  position: relative;
  background: url(../images/inabbg.jpg) top no-repeat;
  background-size: cover;
}
 .m_p1 {
  font-size: 46px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  text-align: left;
}
.m_p2 span {
  color: #47CCBB;
  font-size: 42px;
  text-align: left;
}
 .m_p3 {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.inabout-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.inabout_fr {
  width: 45%;
  padding-right: 5%;
}
.inab_txt { margin-top: 20px;}
.inab_txt p {
  line-height: 32px;
  color: #333;
  font-size: 16px;
  margin: 8px 0;
}
.inabout_fl {
  width: 50%;
  overflow: hidden;
  padding-left: 3%;
}
.inabout_fl img { border-radius: 10px;}
/* 历程 */
.lc-bg{ position: relative; background: url(../images/lc.jpg) no-repeat center; background-size: cover; padding: 60px 0; background-attachment: fixed; position: relative; }
.fzlc {
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 50px;
}
#fzlc-gallery .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fzlc-gallery .swiper-slide p {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0;
}
#fzlc-gallery .fzlc-year {
  font-size: 80px;
  color: #333;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin: 20px 0;
}
#fzlc-gallery .fzlc-info { padding-left: 50px;}
.fzlc img {
  width: 100%;
}
.fzlc .swiper-button-prev {
  left: -50px;
  top: calc(100% - 72px)
}
.fzlc .swiper-button-next {
  right: -50px;
  top: calc(100% - 72px)
}
.fzlc .swiper-button-next,
.fzlc .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #47CCBB;
}
.fzlc .swiper-button-next:hover,
.fzlc .swiper-button-prev:hover {
  color: #fff;
  background: #333;
}
#fzlc-thumbs {
  width: 100%;
  padding-bottom: 20px;
}
#fzlc-thumbs .swiper-wrapper { align-items: flex-end;}
.fzlc #fzlc-thumbs {
  position: relative;
  margin-top: 60px;
  background: url(../images/line.png) repeat-x left bottom;
}
.fzlc #fzlc-thumbs .swiper-slide {
  cursor: pointer;
  color: #333;
}
.fzlc #fzlc-thumbs .swiper-slide .year b { font-size: 28px; color: #000;}
.fzlc #fzlc-thumbs .swiper-slide .year {  position: relative; padding-bottom: 30px; padding-left: 5%; margin-left: 20px; position: relative;}
.fzlc #fzlc-thumbs .swiper-slide .year p{ position: relative; padding-left: 18px;line-height: 26px;  font-size: 16px; margin: 10px 0; text-align: left; font-weight: normal;}
.fzlc #fzlc-thumbs .swiper-slide .year p::before { position: absolute;  width: 15px; top:6px; border-radius: 15px; height: 15px; content: ''; border: 2px solid #47CCBB; background: #fff; left: 0;}
.fzlc #fzlc-thumbs .swiper-slide .year_line {
  height: 80%;
  position: absolute;
  transition: .5s ease-in-out;
  content: "";
  width: 1px;
  left: calc(5% - 12px);
  bottom: 0;
  background: #B2B2B2;}
.fzlc #fzlc-thumbs .swiper-slide .yuan {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #B2B2B2;
  margin: 0 auto;
  bottom: 0;
  left: calc(7% - 10px);
  margin-top: 14px;
}
.fzlc #fzlc-thumbs .swiper-slide.swiper-slide-active .yuan {  background: #47CCBB !important;}
.fzlc #fzlc-thumbs .swiper-slide.swiper-slide-active b { color: #47CCBB;}
/* 优势 */
.service-box {
  background: url("../images/serbg.jpg") right no-repeat;
  padding: 80px 0;
  background-attachment: fixed;
}
.service {
  display: flex;
  justify-content: space-between;
}
.service a.more {
  display: block;
  width: 130px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: url(../images/btn.png) no-repeat center;
  margin-top: 28px;
}
.ser-fl {
width: 100%;
}
.ser-fr { width: 30%;}
.service-list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.service-list li {
  width: calc((100% - 4px) / 4);
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  background: #fff;
  position: relative;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list li:nth-child(4), .service-list li:nth-child(2) {
  border-top: 1px solid #E5E5E5;
}
.service-list li:nth-child(3) {
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
.service-list li:nth-child(6) {
  border-right: 1px solid #E5E5E5;
}
.service-list a {
  display: block;
  padding: 20px;
}
.service-list .box {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s;
}
.service-list .bg {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  background: rgba(0,157,133, 0.4);
  z-index: 2;
}
.service-list b {
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  position: relative;
  z-index: 2;
  display: block;
  margin: 10px 0;
  transition: color 0.3s;
}
.service-list p {
  color: #999;
  line-height: 24px;
  font-size: 15px;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.service-list li:hover b {
  color: #fff;
  transition: color 0.3s;
}
.service-list li:hover p {
  color: #fff;
  transition: color 0.3s;
}
.service-list li:hover .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-list li:hover .box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.inhzhb { background: url(../images/hbbg.jpg) no-repeat center; background-size: cover;}
