@import url(iconfont.css);
@import url(fontsize.css);
@import url(global.css);
@import url(keyframes.css);

/*网站单位设置*/
*::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-hex);
}



.aboutus {
  margin-top: -560px;
}

.wap-show {
  display: none;
}

.cf {
  color: #fff;
}

header.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all .3s ease-in-out;
  z-index: 99;
}

/*header.header  { height: 120px; display: flex; align-items: center; flex-grow: 1; }*/
header.header.on {
  background: #fff;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.header-top {
  color: #fff;
  background: linear-gradient(to right, rgba(var(--color-rgba), 0.8) 25%, rgba(var(--color-sub-rgba), 0.8));
  font-size: 1rem;
  line-height: 40px;
}

.header-top .text-right {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: right;
}

.header-top-right {}

.header-top-right a {
  color: #fff;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.header-top-right i {
  margin: 0 5px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  text-align: center;
}




@media screen and (max-width: 1199px) {
  header.header .container {
    height: 60px;
  }
}

header.header .navbar-header {
  height: 60px;
}

header.header .navbar-header .logo {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 0;
  height: 100%;
}

header.header .navbar-header .logo a {
  position: relative;
  height: 100%;
}

header.header .navbar-header .logo img {
  max-height: 100%;
  object-fit: cover;
}

header.header .navbar-header .logo .op1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  
}

header.header.on .navbar-header .logo .op0 {
  opacity: 0;
}

header.header.on .navbar-header .logo .op1 {
  opacity: 1;
}


header.header .navbar-header .logo_txt {
  font-weight: bold;
  color: #313742;
  display: block;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  display: none;
}

header.header.on .navbar-header .logo_txt {
  color: #000;
}

header.header .sc {
  padding-left: 58px;
  float: right;
  width: 245px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  position: relative;
}

header.header .sc:before {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--color-hex);
  content: "\e64f";
  left: 0;
  top: 3px;
  font-family: "iconfont" !important;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

header.header .sc p {
  overflow: hidden;
  color: #333333;
  font: 24px "Arial";
  font-weight: bold;
  float: left;
  line-height: 30px;
}

header.header .menu {
  flex-grow: 1;
}

@media screen and (max-width: 1199px) {
  header.header .navbar-header .logo_txt {}

  header .header .menu {
    flex-basis: 1px;
    flex-shrink: 1;
  }

  header.header .navbar-header {
    width: 100%;
    flex-shrink: 0;
  }

  header.header .navbar-header .logo {
    font-size: 24px;
  }

  header.header .navbar-header .logo img {
    padding-right: 20px;
    max-height: 60px;
  }

  header.header .navbar-header .logo .op0 {
    opacity: 0;
  }

  header.header .navbar-header .logo .op1 {
    opacity: 1;
    width: 120px;
  }
}

.header-search {
  flex: 0 0 40px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
}

.header-search a {
  display: block;
}

.header-search-open .iconfont {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

header.header.on .header-search-open .iconfont {
  color: var(--color-hex);
}

.header-contact {
  margin-right: 15px;
}

.header-contact a {
  display: flex;
  align-items: center;
}

.header-contact a i {
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-hex);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
}

.header-contact a div {}



@media screen and (min-width: 1199px) {
  .header-search:hover .iconfont {
    color: var(--color-hex);
  }
}


.searchbar div.kesearchbox .ke_searchbox {
  top: 0;
  width: 250px;
  width: 15.625rem;
  border-radius: 7px 0 0 7px;
  border-radius: 0.4375rem 0 0 0.4375rem;
  background-color: #eff5f7;
  border: none;
  position: relative;
  padding-left: 15px;
  padding-left: 0.9375rem;
  height: 40px;
  height: 2.5rem;
  font-size: 15px;
  font-size: .9375rem;
  outline: none;
}

.searchbar div.kesearchbox .btn-link {
  border-radius: 0 7px 7px 0;
  border-radius: 0 0.4375rem 0.4375rem 0;
  background-color: #eff5f7;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.searchbar div.kesearchbox .btn-link:before {
  position: relative;
  bottom: 0;
  z-index: 999;
  content: "";
  display: block;
  height: 17px;
  height: 1.0625rem;
  margin: auto 15px auto 0;
  width: 1px;
  width: 0.0625rem;
  background-color: #ccd4d7;
}

.searchbar div.kesearchbox .btn-link i {
  font-size: 18px;
}

.header-search-form {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 99;
}

.nav__dropdown-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.overlay--open {
  animation: overlayOpen .4s ease-out forwards;
}



.header-dropdown {
  flex-shrink: 0;
  margin-left: 1.4rem;
}

.d-block.d-xl-none.header-dropdown {
  margin-left: 0rem;
  margin-right: 0.8rem;
}

.header-dropdown-h {
  text-align: left;
  margin: 0 -1em;
  position: relative
}

.header-dropdown.hover .header-dropdown-h {
  z-index: 2
}

.header-dropdown-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 1.5em 0 0
}

.header-dropdown-item img,
.header-dropdown-item-title {
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

header.on .header-dropdown-item-title,
.d-block.d-xl-none .header-dropdown-item-title {
  color: #666;
}

.header-dropdown-item img {
  margin-right: .5em
}

.header-dropdown-item i {
  vertical-align: top;
  text-align: center;
  line-height: inherit;
  width: 30px;
  margin-right: 5px
}

.header-dropdown-current {
  position: relative;
  z-index: 1
}

.header-dropdown-list {
  position: absolute;
  top: -.4em;
  left: 0;
  padding-top: 2.4em;
  padding-bottom: .4em;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.header-dropdown.hover .header-dropdown-list {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
}

.header-dropdown-list-h {
  max-height: calc(90vh - 3em);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 1199px) {
  header .header .navbar-toggler {
    padding-right: 0;
    padding-right: 0;
    box-shadow: none;
    outline: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

/*header.header .icon-bar { width: 26px; width: 1.625rem; height: 1.5px; height: 0.09375rem; margin-bottom: 8px; margin-bottom: 0.5rem; display: block; transition: all ease-in 150ms; background-color: #ffffff; }
    header.header .icon-bar.middle { width: 30px; width: 1.875rem; background-color: var(--color-hex); }*/

header.header .topNavigation {
  font-size: 14px;
  font-size: .875rem;
}

header.header .topNavigation .topnav-link {
  font-weight: 500;
  text-decoration: none;
  padding-left: 20px;
  padding-left: 1.25rem;
  color: #ffffff
}

@media screen and (max-width: 1199px) {
  header.header .topNavigation .topnav-link {
    padding: 0 15px;
    padding: 0 .9375rem
  }
}

@media screen and (max-width: 1199px) {
  header.header .topNavigation.mobile {
    padding-bottom: 10px;
    padding-top: 5px;
  }

  header.header .topNavigation.mobile:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    height: .3125rem;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
  }
}

header.header .topNavigation .languagemenu .dropdown-menu {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1);
  border: none;
  border-radius: 7px;
  border-radius: .4375rem
}

@media screen and (max-width: 1199px) {
  header.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }

  header.header #mainNavigation {
    z-index: 300;
  }

  header.header #mainNavigation .navbar-collapse {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    /*top: 80px*/
    top: 60px;
  }
}

header.header #mainNavigation .navbar-nav {
  border-bottom: none
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav {
    background-color: #fff;
    color: #ccd4d7;
    padding-bottom: 10px;
    padding-bottom: .625rem
  }
}

header.header #mainNavigation .navbar-nav .nav-link {
  text-transform: capitalize;
  line-height: 92px;
  position: relative;
  color: #fff;
  font-weight: bold;
}

header.header.on #mainNavigation .navbar-nav .nav-link {
  color: #333;
}

header.header #mainNavigation .navbar-nav .nav-link:hover,
header.header #mainNavigation .navbar-nav li:hover .nav-link {
  color: var(--color-hex);
}

header.header #mainNavigation .navbar-nav .nav-link:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(40, 39, 39, 0.8);
}

@media screen and (min-width: 1199px) {
  header.header #mainNavigation .navbar-nav .dropdown {
    text-align: center;
  }

  header.header #mainNavigation .navbar-nav .dropdown.hover,
  header.header #mainNavigation .navbar-nav .dropdown.cur {}
}



@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .nav-link {
    color: #333;
    border-radius: 7px;
    border-radius: .4375rem;
    background-color: #e5e9ea;
    margin: 2px 15px;
    margin: 0.425rem .9375rem 0.825rem .9375rem;
    padding: 13px 15px;
    padding: .8125rem .9375rem;
    line-height: 1rem;
    font-size: 1.2rem;
  }
}

header.header #mainNavigation .navbar-nav .nav-link.dropdown-toggle:after {
  font-family: "iconfont";
  content: '\e689';
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-left: 2px;
  margin-left: .125rem;
  vertical-align: 0;
  transition: all ease-in .3s;
  border-top: 0;
  border-top: 0;
  transform: rotate(0);
  transform-origin: 35% center;
  border-left: 0
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .nav-link.dropdown-toggle:after {
    position: absolute;
    right: 28px;
    right: 1.75rem;
    top: unset;
  }
}


@media screen and (min-width: 1199px) {
  header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link.dropdown-toggle:after {
    content: '\e687';
    transition: all ease-in .3s;
  }

  header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link.dropdown-toggle:before {
    opacity: 0;
    transition: all 0.3s;
  }

  header.header #mainNavigation .navbar-nav .nav-item.cur .nav-link.dropdown-toggle:before,
  header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link.dropdown-toggle:before {
    margin-left: -20px;
  }
}




header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after {
  content: '\e687';
  color: var(--color-hex);
  transition: all ease-in .3s;
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after {
    right: 26px;
    right: 1.625rem
  }
}

header.header #mainNavigation .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0 0 7px 7px;
  border-radius: 0 0 .4375rem .4375rem;
  background-color: #eff5f7;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  margin: 24px 0 0 0px;
  margin: -1px 0 0 0;
  padding: 15px;
  padding: .9375rem;
  min-width: 100%;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl {
  width: 100%;
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dt {
  flex: 1 1 100%;
  padding-bottom: 15px;
  line-height: 20px;
  margin-top: 18px;
  font-size: 30px;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dd {
  flex: 0 1 24%;
  overflow: hidden;
  margin: -1px 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a {
  display: flex;
  justify-content: space-between;
  padding: 0;
  line-height: 35px;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a::before {
  content: "●";
  display: inline-block;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 50%;
  padding: 0px 6px;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
    font-weight: 500;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a:hover {
  background: none;
}

header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a::after {
  font-family: iconfont;
  content: "\e667";
  font-size: 14px;
}

header.header #mainNavigation .navbar-nav .dropdown-menu.pro-menu dl {
  width: 100%;
}

header.header #mainNavigation .navbar-nav .dropdown-menu.pro-menu dl dd {
  flex: 0 1 24%;
  margin-right: 1%;
}




@media screen and (min-width: 1199px) {
  header.header #mainNavigation .navbar-nav .nav-item.hover .dropdown-menu {
    display: block;
    padding: 0;
    background: rgba(243, 243, 243, 0.95);
    padding-bottom: 30px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .dropdown-menu {
    padding: 0 15px;
    padding: 0 .9375rem;
    background-color: #fff;
    margin: 0;
    color: #ccd4d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
}










/*header.header #mainNavigation .navbar-nav .nav-link span:after { content: ""; height: 17px; height: 1.0625rem; margin: auto 0 auto 1rem; width: 1px; width: .0625rem; position: relative; display: inline-block; vertical-align: middle; background-color: #ccd4d7 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link span:after { position: absolute; right: 60px; right: 3.75rem; top: 18px; top: 1.125rem }
}*/

@media screen and (min-width: 1199px) {
  header.header #mainNavigation .navbar-nav .dropdown.hover .nav-link.dropdown-toggle:after {
    content: '\e687';
    transition: all ease-in .3s;
  }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after {
  content: '\e687';
  transition: all ease-in .3s;
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after {
    right: 26px;
    right: 1.625rem
  }
}

header.header #mainNavigation .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0 0 7px 7px;
  border-radius: 0 0 .4375rem .4375rem;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
  margin: 24px 0 0 0px;
  margin: -1px 0 0 0;
  padding: 15px;
  padding: .9375rem;
}

@media screen and (min-width: 1199px) {
  header.header #mainNavigation .navbar-nav .dropdown.hover .dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .dropdown-menu {
    padding: 0 15px;
    padding: 0 .9375rem;
    background-color: #fff;
    margin: 0;
    color: #ccd4d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
}

/*header.header #mainNavigation .navbar-nav .dropdown-menu li:first-child a.dropdown-item:after { position: relative; bottom: 0; z-index: 999; content: ""; display: block; width: 99%; margin: 15px auto 0 auto; height: 1px; height: .0625rem; background-color: #ccd4d7 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown-menu li:first-child a.dropdown-item:after { display: none }
}*/

header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item {
  position: relative;
  padding: 10px;
  padding: .625rem
}

header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item:active,
header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item:focus,
header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item:hover {
  background-color: #fff;
  color: var(--color-hex)
}

@media screen and (max-width: 1199px) {
  header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 13px 15px;
    font-size: 14px;
    padding: .8125rem .9375rem;
    /*margin: 3px 0;*/
    /*margin: .1875rem 0;*/
    margin: 10px 0;
    border-radius: 7px;
    border-radius: .4375rem;
    background-color: #eff5f7
  }
}

header.header .icon-bar {
  width: 26px;
  width: 1.625rem;
  height: 1.5px;
  height: .09375rem;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  display: block;
  transition: all ease-in 150ms;
  background-color: #666
}

header.header .icon-bar.middle {
  width: 30px;
  width: 1.875rem;
  background-color: var(--color-hex)
}

header.header .icon-bar.bottom {
  margin-bottom: 0
}

@media screen and (max-width: 1199px) {
  header .header .navbar-toggler {
    padding-right: 0;
    padding-right: 0;
    box-shadow: none;
    outline: 0;
    display: flex;
    flex-direction: column;
    align-items: end
  }
}

header.header .navbar-toggler[aria-expanded=true] .top {
  transform: rotate(45deg);
  margin-bottom: 0;
  margin-bottom: 0;
  transform-origin: 15% 10%
}

header.header .navbar-toggler[aria-expanded=true] .middle {
  transform: rotate(45deg);
  transform-origin: 25% 10%;
  opacity: 0
}

header.header .navbar-toggler[aria-expanded=true] .bottom {
  transform: rotate(-45deg);
  margin-bottom: 0;
  margin-bottom: 0;
  transform-origin: 25% 90%
}

.sub-body {
  width: 100%;
  margin-top: 92px;
}

@media screen and (max-width: 1199px) {
  .sub-body {
    margin-top: -20px;
  }
}

.top-inner {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}

.slide-home {
  z-index: 0;
}

.slide-home .swiper-slide {
  position: relative;
}

.slide-home .swiper-slide .imgs {
  height: 100%;
  position: relative;
  display: block;
}

.slide-home .swiper-slide .imgs .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*.slide-home .swiper-slide .imgs img { height:10vh; object-fit: cover; object-position: center; }*/
.slide-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
}

.slide-container .slide-txt {
  width: 55%;
  text-shadow: 0 1px 3px rgb(0 0 0 / 20%), 0 2px 6px rgb(0 0 0 / 20%), 0 3px 9px rgb(0 0 0 / 20%);
  line-height: 1.1;
}

.slide-container h1 {
  line-height: 1.125;
}

.slide-container p,
.slide-container h1,
.slide-container .btn {
  transition: opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
  transform: translate(-20px, 0);
}

.slide-container p {
  transition-delay: 0.7s;
}

.slide-container .btn {
  transition-delay: 0.9s;
}

/*.slide-container .slide-txt { width: 52.5%; position: relative; padding-top: 65px; padding-bottom: 65px; background: rgba(196, 47, 43,.5); transform: translateY(15px); filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; transition: all 1.5s ease 0s; }
        .slide-container .slide-txt:before { width: 4px; height: calc(100% - 130px); background: #12498f; position: absolute; top: 65px; left: 11.9%; content: ""; }
    .slide-container h1 { margin: 0 11.9%; padding-left: 34px; color: #fff; padding-bottom: 0; padding-top: 0; line-height: 1.25; }
    .slide-container p { margin: 0 11.9%; padding-left: 34px; margin-top: 16px; }*/

.swiper-slide-active .slide-container .slide-btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.swiper-slide-active .slide-container .slide-txt p,
.swiper-slide-active .slide-container .slide-txt h1,
.swiper-slide-active .slide-container .slide-txt .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.4);*/
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 5%, transparent 50%);
  display: none;
}


.mobilebanner .swiper-slide .imgs {
  position: relative;
  display: block;
}

/* .mobilebanner .swiper-slide .imgs img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }*/


#site-navigation-bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.18);
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
}

#site-navigation-bg.stay {
  height: 265px;
  opacity: 1;
}


@media (max-width: 992px) {
  .slide-container .slide-txt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
  }
    
  .slide-container .slide-txt:before {
    height: calc(100% - 20px);
    top: 10px;
  }

  .aboutus {
    margin-top: -420px;
  }

  .footer-wrap ul li.col-md-1 {
    display: none;
  }

  .wap-show {
    display: block;
  }

  .pc-show {
    display: none;
  }
}


@media (max-width: 992px) {
  .mobilebanner {
    margin-top: 80px;
  }
}



@media (max-width: 992px) {
  .mobilebanner {
    margin-top: 80px;
  }
}



.i-categories .i-catelist {
  display: flex;
  flex-wrap: wrap;
}

.i-categories .i-catelist a {
  background: #eee;
  border-radius: 5px;
}

.i-categories .i-catelist a.cur,
.i-categories .i-catelist a:hover {
  background: var(--color-hex);
  color: #fff;
}


.i-tag-pro .col-item {
  display: block;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 10%);
}

.i-tag-pro .col-item .text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 10%);
}

.i-tag-pro .col-item h3 {
  text-align: center;
  padding: 5px;
  line-height: 24px;
}



.i-application-lt {}

@media (min-width: 1300px) {
  .i-application-lt {}
}

.i-application-lb li {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.i-application-lb li.on::after {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  left: -10vw;
  height: 100%;
  background: var(--color-hex);
  z-index: -1;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.i-application-lb li:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #4c4c4c;
  margin-right: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.i-application-lb li.on:before {
  background: #fff;
}

.i-application-lb li.on {
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.i-application-lb li.on span {
  padding: 15px 0;
}


.i-application-span {
  display: none;
}

.i-application-div {
  position: absolute;
  left: 45px;
  bottom: 45px;
  color: #fff;
}

.i-application-div>div {
  line-height: 1.3;
}


@media(max-width:750px) {
  .i-application-div {
    left: 20px;
    bottom: 20px;
  }

  .i-application-span {
    display: block;
  }

  .i-application-span span {}

  /*.iprgm-swiper { height: 4.7rem; }*/
}


.i-about {
  padding-top: 1px;
  position: relative;
}

.about-others {
  width: 100%;
  background: #f7f7f7;
  margin-top: -160px;
}

@media (max-width: 991px) {
  .about-others {
    width: 100%;
    margin-top: 0;
  }
}

.about-others ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.about-others ul::after {
  display: none;
}

@media (max-width: 991px) {
  .about-others ul {
    justify-content: space-between;
  }
}

.about-others ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .about-others ul li {
    width: 48%;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    margin-bottom: 4%;
    height: initial;
    border: 0;
  }
}

.about-others ul li:last-child {
  border-bottom: none;
}

.about-others ul li .x-shuzi {
  display: flex;
}

@media (max-width: 991px) {
  .about-others ul li .x-shuzi {
    justify-content: center;
  }
}

.about-others ul li .x-shuzi p {
  line-height: 1;
  display: inline-block;
  color: var(--color-hex);
}


.about-others ul li .x-shuzi span {
  font-size: 24px;
  line-height: 1;
}

.about-others ul li .x-p {
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 991px) {
    .i-about .i-tit{
        background: rgba(0, 0, 0, 0.7);
        padding: 0 5px 5px 5px;
    }
  .about-others ul li .x-p {
    font-size: 14px;
    margin-top: 0;
  }
}
.index-about-sort {
  background: linear-gradient(90deg, var(--color-hex) 30%, var(--color-sub-hex) 100%);
}

.index-about-sort-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-about-sort-cont .item {
  width: 25%;
  padding: 25px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgb(255 255 255 / 50%);
}

.index-about-sort-cont .item .img {
  width: 62px;
  min-width: 62px;
}

.index-about-sort-cont .item:hover .img img {
  animation: jtmove 1s linear infinite;
}

.index-about-sort-cont .item .text {
  padding-left: 25px;
  color: #fff;
}

.index-about-sort-cont .item .text .t2 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.index-about-sort-cont .item .text p {
  font-size: 14px;
  line-height: 23px;
}


@media (max-width: 1199px) {
  .index-about-sort-cont .item {
    width: 50%;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 0;
  }

  .index-about-sort-cont .item .text .t2 {
    margin-bottom: 0;
  }

  .index-about-sort-cont .item .img {
    width: 45px;
    min-width: 45px;
  }

  .index-about-sort-cont .item .text p {
    line-height: 18px;
    font-size: 12px;
  }

  .index-about-sort-cont .item .text {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .index-about-sort-cont .item {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 0;
  }
}

.i-photo {}

.i-photo .swiper-pagination-bullet {
  width: 20px;
  background: #fff;
  color: var(--color-hex);
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
}

.i-photo .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--color-hex);
}

.i-photo .swiper-slide p {
  font-weight: bold;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
  width: 100%;
  z-index: 0;
  background: var(--color-hex);
  z-index: 10;
}

.i-photo .swiper-slide p {
  color: #fff;
}

.i-photo .swiper-slide:hover p {
  top: 0;
  transition: all 0.5s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}


.i-photo .swiper-slide .img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}



.quicklink .tab-title {
  box-shadow: 0 3px 10px #d5d5d5;
  border: 1px solid rgba(170, 170, 170, .2);
  border-bottom: 0px;
}

.quicklink .tab-title ul li {
  overflow: hidden;
  position: relative;
  padding-left: 10%;
  transition: all .6s ease 0s;
}

.quicklink .tab-title ul li:hover,
.quicklink .tab-title ul li.active {
  background: var(--color-hex);
  color: #fff;
}

.quicklink .tab-title ul li:hover a,
.quicklink .tab-title ul li.active a {
  color: #fff;
}

.quicklink .tab-title ul li::after {
  width: 80%;
  content: "";
  display: block;
  height: 1px;
  background: rgba(170, 170, 170, .2);
  position: absolute;
  left: 10%;
  bottom: 0;
}

.quicklink .tab-title ul li a {
  display: block;
}

.quicklink .tab-title ul li a::before {
  content: "";
  display: block;
  margin: 0 auto;
  font-size: 58px;
  color: rgba(212, 212, 212, .41);
  position: absolute;
  top: 28%;
  right: 10px;
  opacity: 1;
  transition: all .6s ease 0s;
  line-height: 70px;
}

.quicklink .tab-title ul li a:after {
  content: "";
  display: block;
  font-size: 128px;
  color: rgba(212, 212, 212, .41);
  position: absolute;
  top: 38%;
  right: 10px;
  opacity: 0;
  text-align: right;
  transition: all .6s ease 0s;
  line-height: 130px;
}

.quicklink .tab-title ul li.active a:before,
.quicklink .tab-title ul li:hover a:before {
  opacity: 0;
}

.quicklink .tab-title ul li.active a:after,
.quicklink .tab-title ul li:hover a:after {
  opacity: 1;
  font-size: 148px;
}

.quicklink .tab-title ul li:nth-child(1) a.tab:before {
  content: "01";
}

.quicklink .tab-title ul li:nth-child(2) a.tab:before {
  content: "02";
}

.quicklink .tab-title ul li:nth-child(3) a.tab:before {
  content: "03";
}

.quicklink .tab-title ul li:nth-child(4) a.tab:before {
  content: "04";
}

.quicklink .tab-title ul li:nth-child(1) a.tab:after {
  content: "01";
}

.quicklink .tab-title ul li:nth-child(2) a.tab:after {
  content: "02";
}

.quicklink .tab-title ul li:nth-child(3) a.tab:after {
  content: "03";
}

.quicklink .tab-title ul li:nth-child(4) a.tab:after {
  content: "04";
}

.tab-content .swiper {
  padding: 0 0 20px;
}

.tab-content .swiper-slide img {
  transform: scale(.4);
  transition: .36s;
  border: 5px solid #fff;
  border-radius: 0;
  box-shadow: 4px 10px 30px rgba(0, 0, 0, .27);
  overflow: hidden
}

.tab-content .swiper-slide-active img {
  transform: scale(1);
  border-color: var(--color-hex);
}

.tab-content-desc {
  box-shadow: 0 12px 50px rgba(0, 0, 0, .09);
  border: 1px solid #e3e3e3;
  width: 95%;
}

.tab-content-desc p {
  display: none;
}

.tab-content-desc p.active {
  display: block;
}

@media (max-width: 768px) {
  .tab-content .swiper-slide img {
    border-width: 3px;
  }
}







.i-news {
  position: relative;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc
}

.inews {
  overflow: hidden;
}

.inews-lt {
  width: 25%;
  float: left;
}

.inews-lt-a {
  width: 6.25rem;
  overflow: hidden;
  margin-top: 2.5rem;
}

.inews-lt-a>div {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
}

.inews-lt-a>div i {
  font-size: 20px;
}

.inews-lt-a>div:hover {
  background: var(--color-hex);
  border-color: var(--color-hex);
}

.inews-lt-a>div:hover i {
  color: #fff;
}

.inews-lt-a1 {
  float: left;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.inews-lt-a1:hover {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.inews-lt-a2 {
  float: right;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.inews-lt-a2:hover {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.inews-rt {
  width: 70%;
  float: right;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.inews-sc {
  /* display: none; */
}

.inews-swiper {}

.inews-slide {
  border-left: 1px solid rgba(0, 0, 0, .1);
  padding: 5rem 40px;
}

.inews-slide>a {
  display: block;
  color: #212121;
}

.inews-cbj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
}

.inews-a {
  font-size: 1.125rem;
  line-height: 1;
  opacity: .6;
}

.inews-b {
  font-size: 1.625rem;
  line-height: 2rem;
  height: 6rem;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inews-d {
  font-size: 1rem;
  line-height: 1.875rem;
  height: 5.625rem;
  opacity: .5;
  margin-top: 0.825rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inews-e {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.inews-e.idx-but1 {
  display: inline-block;
  width: 8.125rem;
  line-height: 2.625rem;
  border-radius: 1.3125rem;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  border: 1px solid var(--color-hex);
  color: var(--color-hex);
}

.inews-slide>a:hover .inews-e.idx-but1 {
  background: var(--color-hex);
  color: #fff;
}

@media(max-width:1600px) {
  .inews {}

  .inews-lt {
    padding-top: 200px;
  }

  .inews-lt-a {
    margin-top: 50px;
  }

  .inews-slide {
    padding: 0 20px;
    padding-top: 160px;
  }

  .inews-b {
    font-size: 20px;
    line-height: 25px;
    height: auto;
    margin-bottom: 5px;
  }

  .inews-d {
    font-size: 14px;
    line-height: 20px;
    height: 58px;
    margin-top: 15px;
  }

  .inews-e.idx-but1 {
    width: 100px;
    height: 40px;
    margin-top: 1.5rem;
    line-height: 38px;
    font-size: 14px;
  }
}

@media(max-width:1200px) {
  .inews {
    padding: 0 30px;
  }

  .inews-lt {
    width: 100%;
  }

  .inews-lt .i-more2 {
    text-align: center;
  }

  .inews-lt-a {
    margin-top: 30px;
    margin-left: 50%;
    position: relative;
    left: -3.125rem;
  }

  .inews-rt {
    height: auto;
    width: 100%;
    margin-top: 10px;
  }

  .inews-swiper {
    height: auto;
  }

  .inews-slide {
    padding-top: 0;
    padding: 0 20px;
    border: 0;
  }
}

@media(max-width:1000px) {
  .inews-lt {
    padding-top: 130px;
  }
}

@media(max-width:750px) {
  .inews {
    padding: 0 .75rem;
  }

  .inews-lt {
    padding-top: 4.5rem;
  }

  /*.inews-lt-a { display: none; }*/
  .inews-rt {
    margin-top: 1.5rem;
  }

  .inews-a {}

  .inews-b {
    -webkit-line-clamp: 2;
  }

  .inews-slide {
    padding: 0;
  }

  /*.inews-c { margin: 0; position: absolute; top: 0; left: 0; }*/
  .inews-c img {
    width: 100%;
  }

  .inews-sc {
    display: block;
    padding: 0;
    margin-top: .75rem !important;
  }
}







.i-partner {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.i-partner .col-item {
  width: 20%;
  padding: 15px;
}

.i-partner .col-item figure {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.i-partner .col-item:hover figure {
  box-shadow: 0 0 10px rgba(var(--color-rgba), .8);
}

.i-partner .lazyloadimg img.img {
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media(max-width:767px) {
  .i-partner .col-item {
    width: 50%;
    padding: 15px;
  }
  .tab-content-desc{width:100%;}
  .quicklink .tab-title>ul{
      display: flex;
        flex-wrap: wrap;
  }
  .quicklink .tab-title ul li{
      width:50%;
      padding-left: 4%;
  }
  .quicklink .tab-title ul li.active a:after{
      font-size: 98px;
  }
  .quicklink .tab-title ul li a:after{
      top: 32%;
  }
  .inews-lt a.btn{
      float: left;
  }
  .inews-lt-a{
      margin-top: 15px;
  }
    .inews-rt {
        margin-top:0;
    }
}



























.i-case .col-item {
  position: relative;
  display: block;
}

.i-case .col-item .t3 {
  background: rgba(202, 62, 54, 0.6);
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 54px;
  line-height: 54px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 35px;
  z-index: 3;
}

.i-case .col-item:hover .t3 {
  height: 54px;
}









.i-swiper-bottom {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
}

.i-swiper-bottom .i-swiper-arrow {
  background: #ccc;
  border: none;
  flex: 0 0 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  outline: none !important;
}

.i-swiper-bottom .i-pagination {
  flex: 1;
}

.i-swiper-bottom .i-pagination .swiper-pagination-bullet {
  background-color: #ccc;
}

.i-swiper-bottom .i-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-hex);
  width: 30px;
}

@media (min-width: 768px) {
  .i-swiper-bottom .i-swiper-arrow:hover {
    background: var(--color-hex);
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .i-swiper-bottom {
    display: none;
  }
}





.words {
  width: 100%;
  text-shadow: 0 0 10px 2px rgba(186, 165, 134, 0.2);
}

.words .tit {
  line-height: 1.2;
}

.words .txt {
  line-height: 1.875;
}

.words .txt p {}

.words .home-more {
  text-decoration: none;
  padding: 5px 40px;
  border-radius: 20px;
  margin-top: 18px;
  display: inline-block;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .words .home-more {
    padding: 5px 10px;
    border-radius: 10px;
  }
}







.footer-strip {
  background-color: #efefef;
  padding: 30px 0;
  font-size: 18px;
  line-height: 26px;
  color: #2c2a39;
}


@media (min-width: 768px) {
  .footer-strip {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .footer-strip {
    font-size: 25px;
    line-height: 38px;
  }
}






.footer-wrap {
  background: #505050;
  position: relative;
  z-index: 1;
  color: #e3e3e3;
}

footer .footer-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-logo .navbar-brand {
  margin-bottom: -1px;
  background: #505050;
}

footer .footer-logo .navbar-brand img {
  max-height: 60px;
}


.footer-wrap a {
  color: #e3e3e3;
}

.footer-wrap a:hover {
  text-decoration: underline
}

.footer-wrap ul li {
  text-align: left;
  flex: unset;
  max-width: 13%;
}
.footer-wrap ul li:last-child{
    max-width: 35%;
}
.footer-wrap ul li .link {}

.footer-wrap ul li .link a {
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}

.footer-wrap ul li .link a::after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 28px;
  height: 2px;
  margin-left: -1rem;
  background-color: #e60606;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0, 1);
  transition: transform 0.4s
}

.footer-wrap ul li .sm-link {
  line-height: 2;
  display: flex;
  align-items: center;
}

.footer-wrap ul li .sm-link:before {
  content: "●";
  font-size: 0.75rem;
  margin-right: 6px;
  color: #fff;
}

.footer-wrap ul li .sm-link a {
  text-transform: capitalize;
  transition: color 0.4s;
}

.footer-wrap ul li .sm-link a:hover {}

.footer-wrap ul li.last .link {
  text-transform: uppercase;
}

.footer-wrap ul li.last.fr {
  margin-right: 0;
}


.footer-wrap ul li .foot_productlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.footer-wrap ul li .foot_productlist .link {
  flex: 0 1 100%;
}

.footer-wrap ul li .foot_productlist .sm-link {
  margin: 0 4% 0 0;
}

/*.footer-wrap ul li .foot_productlist .sm-link a { background: rgba(31, 95, 185,0.85); color: rgba(255, 255, 255, 1); padding: 0 10px; display: block; }*/


.footer-right-address {}

.footer-right-address p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-right-address p i {
  height: 48px;
  width: 48px;
  flex: 0 0 48px;
  background: var(--color-hex);
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
}

.footer-right-address p i.icon-wechat {
  font-size: 24px;
}

.footer-right-address p:first-child i {
  font-size: 36px
}




.ser-line p {
  margin-bottom: 5px;
  color: rgba(18, 18, 18, 0.75);
  display: flex;
  align-items: center;
}

.ser-line p a {
  color: rgba(18, 18, 18, 0.75);
}

.ser-line p i {
  font-size: 20px;
  color: var(--color-hex);
  flex: 0 0 40px;
  text-align: center;
}

.ser-line p i.icon-address {
  font-size: 30px;
}

.share li {
  display: inline-block;
  margin-bottom: 15px;
  width: 49%;
  min-width: 120px;
}

.share li a {
  position: relative;
  color: rgba(18, 18, 18, 0.75);
  font-size: 14px;
}

.share li a:hover {
  color: var(--color-hex);
}

.share li a:hover:before {
  background-color: #fff;
  color: var(--color-hex);
}

.share li a:before {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--color-hex);
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-family: iconfont;
}

.share .facebook:before {
  content: '\e6e0';
}

.share .twitter:before {
  content: '\ece3';
}

.share .google:before {
  content: '\ecb5';
}

.share .linkedin:before {
  content: '\eccc';
}

.share .youtube:before {
  content: '\ece8';
}

.share .wechat:before {
  content: '\e60e';
}

.share .instagram:before {
  content: '\e87f';
}

.share .whatsapp:before {
  content: '\e8ea';
}

@media (max-width: 992px) {
  .share li a:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}





.footer-right-address .footer-add-h5 {
  margin-top: 1.25rem;
}

.footer-right-address .footer-add-h5 i {
  font-size: 0.375rem;
  color: var(--color-hex);
  margin-right: 3px;
}

.footer-wrap .bot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  ;
  text-align: center;
  line-height: 1.5rem;
  font-size: 14px;
}

.footer-wrap .bot a {
  padding: 0 0.25rem;
  font-size: 0.875rem;
}

.footer-wrap .bot .footlinks h3 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  margin: 0;
}

.footer-wrap .bot .footlinks h3 span {
  line-height: 17px;
  margin-top: 16px;
  padding: 0;
}

.footer-wrap .bot .footlinks h3 span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../image/icon_sanjiao.png);
  transform: rotate(-180deg);
  width: 8px;
  height: 6px;
  margin-left: 10px;
}

.footer-wrap .bot .footlinks ul {
  display: none;
  position: absolute;
  min-width: 200px;
  left: 0;
  bottom: 33px;
  background-color: #121212;
  max-height: 260px;
  overflow-y: auto;
  padding: 5px 0;
}

.footer-wrap .bot .footlinks ul li a {
  display: block;
  padding: 5px 10px;
  color: #666;
  width: auto;
  height: auto;
  margin-left: 0;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i-link-wrap {
  position: relative;
  z-index: 1;
  background: #3d3c42;
}

@media (min-width: 1200px) {
  .footer-wrap ul li.last {
    padding-left: 0;
  }
}


@media (max-width: 992px) {
  .footer-wrap .bot {
    margin-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  .footlinks {
    width: 100%;
  }
}

.float-right {
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -100px;
  z-index: 100
}

.float-right.float-left {
  right: initial;
  left: 2px;
}

.float-right .float-right-meau {
  position: relative;
}

.float-right .float-right-btn {
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  display: block;
  margin-bottom: 1px;
  position: relative;
  background-color: var(--color-hex);
  border-radius: 5px;
}

.float-right .float-right-btn span {
  line-height: 3.75rem;
  text-align: center;
}

.float-right .float-right-btn span.demo-icon i {
  font-size: 2rem;
  color: #fff;
}

.float-right .float-right-btn sup {
  display: block;
  min-width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #ff6800;
  position: absolute;
  left: -12px;
  top: -12px;
}

.float-right .float-right-btn p {
  color: #fff;
  font-size: 1rem;
  padding-top: 0.25rem;
  display: none;
}

.float-right .float-right-meau:hover .float-right-btn span {
  display: none
}

.float-right .float-right-meau:hover .float-right-btn p {
  display: block;
}

.float-right .meau-backup:hover .float-right-btn span {
  display: block;
}

.float-right-box {
  position: absolute;
  top: -15px;
  right: 48px;
  padding-right: 25px;
  display: none;
}

.float-right.float-left .float-right-box {
  right: inherit;
  left: 48px;
  padding-right: 0;
  padding-left: 25px;
}

.float-right-box .box-border {
  border: 1px solid #A9A9A9;
  border-top: 2px solid var(--color-hex);
  padding: 10px 20px;
  background-color: #fff;
  position: relative
}

.float-right-box .box-border .arrow-right {
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  right: -8px;
  top: 32px;
}

.float-right-box .box-border .sev-t span {
  font-size: 1rem;
  float: left;
  display: block;
  line-height: 56px;
  margin-right: 20px;
  color: #d3d3d3
}

.float-right-box .box-border .sev-t p {
  float: left;
  color: var(--color-hex);
  font-size: 20px;
  line-height: 28px;
}

.float-right-box .box-border .sev-t a {
  float: left;
  color: var(--color-hex);
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.float-right-box .box-border .sev-t i {
  display: block;
  font-size: 15px;
  color: #aaa;
  font-style: normal;
}

.float-right-box .box-border .sev-b {
  padding-top: 15px;
  margin-top: 15px;
}

.float-right-box .box-border .sev-b h4 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}

.float-right-box .box-border .sev-b li {
  float: left;
  width: 33.33333%
}

.float-right-box .box-border .sev-b li a {
  display: inline-block;
  color: #999;
  font-size: 13px;
  padding-left: 43px;
  background: url(http://www.xikamu.com/img/q1.gif) no-repeat left 3px;
  line-height: 36px;
}

.float-right-box .box-border .sev-b li a:hover {
  color: var(--color-hex)
}

.meau-contact .float-right-box .box-border {
  width: 200px;
}

.float-right-meau:hover .float-right-box {
  display: block
}

.meau-code .float-right-box {
  top: auto;
  bottom: -26px;
}

.meau-code .float-right-box .box-border {
  width: 180px;
}

.meau-code .float-right-box .box-border .arrow-right {
  top: inherit;
  bottom: 50px;
}

.meau-code .box {
  width: 140px;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.meau-code .box img {
  max-width: 100%;
}

.meau-code .float-right-box .box-border .sev-t {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.meau-mail .float-right-box .box-border {
  /*width: 240px;*/
}

@media screen and (max-width: 750px) {
    .footer-wrap ul li:last-child{max-width:100%;}
  .float-right .float-right-btn {
    width: 35px;
    height: 35px;
  }

  .float-right .float-right-btn span {
    line-height: 35px;
  }

  .float-right .float-right-btn span.demo-icon i {
    font-size: 20px;
  }

  .float-right {
    margin-top: 0;
    top: auto;
    bottom: 5%;
  }

  .float-right .float-right-meau {
    display: none;
  }

  .float-right .meau-backup,
  .float-right .meau-close {
    display: block;
  }
}


.bg-map {
  position: relative;
  width: 100%;
  max-width: 994px;
  margin: 0 0 0 auto;
}

.bg-map .appoint {
  text-align: center;
  position: absolute;
}

.bg-map .appoint.a1 {
  top: 70%;
  right: 37%;
  z-index: 1;
}

.bg-map .appoint.a2 {
  top: 40.1%;
  left: 13.3%
}

.bg-map .appoint.a3 {
  top: 33.5%;
  left: 16.7%
}

.bg-map .appoint.a4 {
  top: 30.2%;
  left: 20.8%
}

.bg-map .appoint.a5 {
  top: 42.1%;
  left: 24.3%
}

.bg-map .appoint.a6 {
  top: 37%;
  left: 27.6%
}

.bg-map .appoint.a7 {
  top: 58.7%;
  left: 27.6%
}

.bg-map .appoint.a8 {
  top: 65.5%;
  left: 32.7%
}

.bg-map .appoint.a9 {
  top: 52%;
  left: 46.8%
}

.bg-map .appoint.a10 {
  top: 28.5%;
  left: 50.9%
}

.bg-map .appoint.a11 {
  top: 48.5%;
  left: 50.1%
}

.bg-map .appoint.a12 {
  top: 68.7%;
  left: 50.9%
}

.bg-map .appoint.a13 {
  top: 25%;
  left: 58.5%
}

.bg-map .appoint.a14 {
  top: 47.2%;
  left: 61%
}

.bg-map .appoint.a15 {
  top: 26.7%;
  left: 69.3%
}

.bg-map .appoint.a16 {
  top: 53.7%;
  left: 69.4%
}

.bg-map .appoint.a17 {
  top: 31.7%;
  left: 71%
}

.bg-map .appoint.a18 {
  top: 25%;
  left: 72.8%
}

.bg-map .appoint.a19 {
  top: 29.9%;
  left: 73.6%
}

.bg-map .appoint.a20 {
  top: 45.1%;
  left: 73.7%
}

.bg-map .appoint.a21 {
  top: 53.7%;
  left: 76.1%
}

.bg-map .appoint.a22 {
  top: 43.6%;
  left: 79.5%
}

.bg-map .appoint.a23 {
  top: 63.7%;
  left: 79.4%
}

.bg-map .appoint.a24 {
  top: 82.3%;
  left: 81.1%
}



.bg-glitter {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-hex);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bg-glitter * {
  color: #fff;
  position: relative;
  z-index: 2;
}

.bg-glitter:before,
.bg-glitter:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--color-hex);
  transform: scale(3);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-glitter:before {
  animation: bg-wave-2 2s infinite;
}

.bg-glitter:after {
  animation: bg-wave-3 2s infinite;
}

.bg-glitter.bg-sm:before {
  animation-name: bg-wave-2;
}

.bg-glitter.bg-sm:after {
  animation-name: bg-wave-3;
}

.bg-glitter.bg-md:before {
  animation-name: bg-wave-3;
}

.bg-glitter.bg-md:after {
  animation-name: bg-wave-5;
}

.bg-glitter.bg-lg:before {
  animation-name: bg-wave-4;
}

.bg-glitter.bg-lg:after {
  animation-name: bg-wave-7;
}


@media screen and (min-width:768px) {
    
  .bg-glitter:before {
    animation-name: bg-wave-2;
  }

  .bg-glitter:after {
    animation-name: bg-wave-3;
  }
}

@media screen and (min-width:992px) {
  .bg-glitter:before {
    animation-name: bg-wave-3;
  }

  .bg-glitter:after {
    animation-name: bg-wave-5;
  }
}

@media screen and (min-width:1200px) {
  .bg-glitter {
    width: 10px;
    height: 10px;
  }

  .bg-glitter:before {
    animation-name: bg-wave-4;
  }

  .bg-glitter:after {
    animation-name: bg-wave-7;
  }
}











@keyframes bg-wave-2 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes bg-wave-3 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes bg-wave-4 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes bg-wave-5 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

@keyframes bg-wave-6 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(6);
    opacity: 0;
  }
}

@keyframes bg-wave-7 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(7);
    opacity: 0;
  }
}