/**/

  :root {
    --color: #C1272D;
    --hovercolor: #C1272D;
    --backgroundcolor: #C1272D;
    --fontcolor: #000000;
    --fonttextcolor: #333333;
    --titlefont: 48px;
    --fontsize12: 12px;
    --fontsize14: 14px;
    --fontsize15: 15px;
    --fontsize16: 16px;
    --fontsize17: 17px;
    --fontsize18: 18px;
    --fontsize20: 20px;
    --fontsize22: 22px;
    --fontsize24: 24px;
    --fontsize26: 26px;
    --fontsize28: 28px;
    --fontsize30: 30px;
    --fontsize36: 36px;
    --fontsize40: 40px;
    --fontbold3: 300;
    --fontbold4: 400;
    --fontbold5: 500;
    --fontbold6: 600;
    --fontbold7: 700;
    
}   
* {
  margin: 0;
  padding: 0;
}

address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

body {
    color: var(--fontcolor);
    font-size: var(--fontsize16);

  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color:var(--fonttextcolor);
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {

  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
/* 顶部导航 */
.top_menu { display: flex; align-items: center; justify-content: space-between;}
.top {
  background: #222222;
  transition: all .3s;
  height: 40px;
  line-height: 40px;
  font-size: var(--fontsize14);

  color: #fff;
}

.top .box {

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .dt {
  float: left;
  padding-left: 25px;
}

.top .get {

   font-size: var(--fontsize14);
  color: #fff;
  height: 40px;

}

.top .get:hover {
  text-decoration: underline;
}

.header_right {
  display: flex;
  align-items: center;
}



.a2a_kit a { margin-right: 8px !important; border-radius: 5px !important; width: 28px !important; height: 28px !important;  display: inline-flex !important; align-items: center !important; justify-content: center !important; transition: all 0.3s ease !important; color: var(--color); border: 1px solid #fff;}
.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: 28px!important; line-height: 28px!important;}
.a2a_svg svg{}
.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;}

#header {
  transition: all 0.5s;
  z-index: 998;
  transition: all 0.5s;

  position: relative;
  width: 100%;
}

#header.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#header.in-header-transparent {
  background: #fff;
}
.logo img{ max-height: 80px;}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 5;
  height: 80px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  text-align: center;
  position: relative;
}

.nav-menu a {
  display: block;
  color:var(--fonttextcolor);
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  transition: 0.3s;
    font-size: var(--fontsize16);
  text-transform: capitalize;
  transition: all .3s;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: var(--color) !important;
}

.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;

  left:0%;
  top: 85px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 240%;
  background:#333;
  transition: ease all 0.3s;
  padding: 10px 0;

}

.nav-menu .drop-down ul li {
  width: 100%;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 85px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 10px;
    font-size: var(--fontsize16);
  color: #fff;
  line-height: 28px;
  height: auto;
  overflow: hidden;
  text-align: left; text-transform:capitalize; font-weight: normal;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: var(--color);
  background: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% -80px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}



/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: -100%;
  /* 初始位置在屏幕上方 */
  left: 0;
  right: 0;
  z-index: 995;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  /* 限制最大高度 */

  background: #fff;
  transition: top 0.4s ease;


}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color:var(--fonttextcolor);
    font-size: var(--fontsize16);
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  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;
}


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 44px;

  z-index: 1000;

  border: 0;
  background: none;
    font-size: var(--fontsize24);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background:var(--backgroundcolor);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-toggle span {
  position: absolute;
  width: 40%;
  height: 2px;
  color: #FFFFFF;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.mobile-nav-toggle span::before {
  top: 300%;
}

.mobile-nav-toggle span::after {
  bottom: 300%;
}

.mobile-nav-toggle.open span {
  background-color: unset;
}

.mobile-nav-toggle.open span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.mobile-nav-toggle.open span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

.mobile-nav-active {
  overflow: hidden;
}
.searchWrap {
  width: 100%;

  padding:20px 0;
  background:var(--backgroundcolor);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background:var(--backgroundcolor);
  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;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: var(--fontsize17);
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.seaBtn {
 
}

.seaBtn span{ color:var(--fonttextcolor);}

#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  box-shadow: 0 0 10px #eee;
}



#header.header-scrolled .nav ul li a:hover {
  color: var(--color);
}

#header.header-scrolled .nav ul li.active a {
  color: var(--color);
}
#header.header-scrolled .nav ul li.active li a { color: #fff;}
#header.header-scrolled .nav ul li ul li a:hover {
  color: #fff;
}

#header.header-scrolled .arrow-btn i {
  color: #fff;
}
#header.header-scrolled li.active .arrow-btn i { color:#C1272D;}
#header.header-scrolled .top {
  display: none;
}

#header.header-scrolled .change-language .change-language-title,
#header.header-scrolled .change-language .change-language-title a {
  color:var(--fonttextcolor);
    font-size: var(--fontsize16);
  font-weight:500;
}

.dflex_end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 语言 */
.head_right {
  position: relative;
  margin-left: 25px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
  display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: var(--fontsize16);
  color:var(--fonttextcolor);
  display: flex;
  font-weight:var(--fontbold5);
  align-items: center;
}

.change-language .change-language-title {
  padding: 0
}

.change-language .change-language-title a:after {
  font-family: fontawesome;
  content: "\f0d7";
    font-size: var(--fontsize12);
  display: inline-block;
  padding-left: 2px
}

.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 120px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  transform: scale3d(.9, .9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh
}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible
}

.change-language .change-language-cont .lang-item-hide {
  display: none !important
}

.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px
}

.change-language .change-language-cont .more-active {
    font-size: var(--fontsize20)
}

.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden
}

.change-language ::-webkit-scrollbar {
  width: 5px
}

.change-language ::-webkit-scrollbar-track {
  background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}

.country-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.language-flag .country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}

li.language-flag a:hover .country-flag img {
  transform: scale(1.05);
}

.change-language .change-language-cont {
  right: -15px;
  width: 200px;
  padding: 15px;
}

.change-language .change-language-cont li {
  width: 100%;
  margin: 0 2% 10px;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.change-language .change-language-cont li:hover {
  background: #f8f8f8;
}

.change-language .change-language-cont li a {
  display: flex;
}

.change-language .change-language-cont li a:hover span {
  color: var(--color);
}

.mobile-head-item .main-content-wrap .content-wrap a:hover span {
  color: var(--color);
}

/*首页banner图*/
#banner {
  position: relative;
  position: relative;
  width: 100%;

  overflow: hidden;

}

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  background-size: cover !important;


}

#banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}

#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
    font-size: var(--fontsize20);
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background:var(--backgroundcolor);
}

.btn-prev {
  left: 5%;
}

.btn-prev img,
.btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background:var(--backgroundcolor);
  width: 40px;
  transition-delay: 0s;
} */
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}

.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
    font-size: var(--fontsize40);
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.banner-slide-content p {
    font-size: var(--fontsize24);
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;
}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color:var(--fonttextcolor);
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}



.banner_txt b {
  display: block;
    font-size: var(--titlefont);
  color: #fff;
  margin: 30px 0;

  text-shadow: none;
}

.banner_txt span {
  color: #fff;
    font-size: var(--fontsize24);
  line-height: 42px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 174px;
    border-radius: 52px;
    font-size: var(--fontsize16);
  letter-spacing: 1px;
  margin-top:30px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background:var(--backgroundcolor);
  border: 1px solid #C1272D;

  text-shadow: none;
}

.banner-more:hover {

  background:rgba(255, 255, 255, .9);
  color: var(--color);
    border: 1px solid #C1272D;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.banner-more:hover::after{
    border-top: 2px solid #C1272D;
  border-right: 2px solid #C1272D;
}

.cus-btn-2 {
  padding: clamp(10px, 0.964vw, 32px) clamp(20px, 1.667vw, 64px);
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.833vw, 32px);
  font-weight:var(--fontbold5);
  line-height: 120%;
  border-radius: clamp(2px, 0.208vw, 28px);
  color: #FFFFFF;
  background: #0F0F0F;
  width: max-content;
}
.cus-btn-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background:var(--backgroundcolor);
  height: clamp(120px, 7.813vw, 500px);
  width: clamp(250px, 15.625vw, 850px);
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn-2:hover {
  color: #fff;
}
.cus-btn-2:hover::before {
  top: -30px;
  left: -30px;
}
.cus-btn-2.sec {
  padding: clamp(8px, 0.755vw, 32px) clamp(20px, 1.25vw, 64px);
  background:var(--backgroundcolor);
}
.cus-btn-2.sec::before {
  content: "";
  background: #1F1F1F;
}

/*  */
.main_title {
  text-align: center;
  margin-bottom: 10px;
}

.main_title .m_p1 {

  color: var(--color);
    font-size: var(--titlefont);
  font-weight:var(--fontbold5);
  text-transform: capitalize;
 position: relative;
}

.main_title .m_p2 {
    font-size: var(--fontsize18);
  text-align: center;
  margin: 10px auto;
  width: 55%;
  color: #666;
  margin-top: 10px;
}



/*关于我们*/

.pad_100 {
  padding: 100px 0;
}


.about {
  position: relative;
  padding: 100px 0 50px;
  background: #f7f7f7;


}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 10px;

}

.about_fr {
  width: 47%;




}

.about_fr p {
  line-height: 26px;

  color: #666;
  margin-top: 10px;
    font-size: var(--fontsize16);
}

 .ab_tit {
    font-size: var(--fontsize24);
  color:var(--fontcolor);

}

.about_fl .ab_txt {
  line-height: 26px;

  color: #444;
  margin-top: 20px;
    font-size: var(--fontsize16);
  text-align: justify;

}

.about_fl .ab_txt b {
  color:var(--fontcolor);
  display: block;
   font-weight:var(--fontbold5);
   font-size: var(--fontsize18);
}


.about_fl {
  width: 50%;
  overflow: hidden;



}

.ab_box {
  position: relative;
  margin-top: 70px;
  transition: all .3s;
}

.ab_box:hover{
     transform:translateY(-.3rem);
     
}

.cus-btn-3 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #C1272D;
  color: #FAFAFA;
  display: inline-flex;
  justify-content: center;
    font-size: var(--fontsize16);

  font-family: "Inter", sans-serif;
  font-weight:var(--fontbold5);
  line-height: 100%;

  padding: clamp(14px, 0.964vw, 24px) clamp(20px, 1.667vw, 48px);
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  background:var(--backgroundcolor);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.cus-btn-3.small-padding {
  padding: clamp(10px, 0.755vw, 24px) clamp(20px, 1.667vw, 48px);
}

.cus-btn-3 span {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
    color: #fff;
  display: block;
}



.cus-btn-3:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  border: 0;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
 
}

.cus-btn-3:hover {

  color: var(--color);
}
.cus-btn-3:hover span{ color: var(--color)!important; }
.cus-btn-3:hover:after {
  transform-origin: bottom center;
  transform: skewY(6.3deg) scaleY(2);
}



.service-con {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 50px;


}

.service-con .ser-item {
  cursor: pointer;
  position: relative;
  padding: 30px;
  flex: 1;
  color:var(--fonttextcolor);
  text-align: center;
  line-height: 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
}
.service-con .ser-item:last-child{ border: none;}

.service-con .ser-item a {
  color:var(--fonttextcolor);
}

.service-con .ser-item .inner {
  position: relative;
  z-index: 2;
}

.service-con .ser-item .inner .icon {
  height: 70px;
}

.service-con .ser-item img {
  opacity: 1;

}

.service-con .ser-item .bg {
  background:var(--backgroundcolor);
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.service-con .ser-item:hover .bg {
  height: 100%;
}
.service-con .ser-item:hover img {
  opacity: 1;
  filter:brightness(100);
}
.service-con .ser-item p {
    font-size: var(--fontsize16);
  color:var(--fonttextcolor);
  text-align: left;
}

.service-con .ser-item b {
  display: block;
    font-size: var(--fontsize24);
  margin: 18px;
  color:var(--fontcolor);
  font-weight: normal;
}

.service-con .ser-item:hover p,
.service-con .ser-item:hover b {
  color: #fff;
}

.item-desc p {
  text-align: left;
    font-size: var(--fontsize16);

  position: relative;
}

.item-desc p .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #ccc;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}

.item-desc p .lxing::after {
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color: #afafaf;
}
/* 产品 */
.probg { margin-top: 100px; overflow: hidden;background: url(../images/probg.jpg) left top / 100% no-repeat;}
.tj_tu {
  position: relative;

}

.prbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gallery { margin-top: 25px; padding-bottom: 50px;}
#gallery .swiper-wrapper { align-items: stretch;}
#gallery .swiper-slide {
  position: relative;
  background: #F5F7F9;

  height: auto;
  padding:30px 50px ;
}
#gallery .swiper-slide .pro-item{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#gallery .swiper-slide .num{letter-spacing: 2px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: normal; color: #BCBDBF; font-size: 40px;}
#gallery .swiper-slide .info {padding-left: 30px;  display: flex; align-items: center; justify-content: space-between;}
.z_arr_more{ position: relative; z-index: 2; padding: 0!important; color: #fff!important; font-size: 14px!important; margin-top: 30px; display: block; width:48px;height: 48px; line-height: 48px;background:var(--backgroundcolor);border-radius: 50%; color: #fff; text-align: center; }
.z_arr_more::after{ content: ""; display: block;    z-index: 1;
    pointer-events: none; width: 50px;height: 50px; border-radius: 50%; background: rgba(218,35,55,.2); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}
.z_arr_more{ position: relative;}
.z_arr_more:hover { background:var(--backgroundcolor);}
.z_arr_more:hover::after { background: rgba(218,35,55,.5);}
@keyframes circle-opacity{
    from {
        opacity: 1;
        transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0;
        transform:translate(-50%,-50%) scale(2);
    }
}
#gallery .swiper-slide .info .title{ width: 45%;}
#gallery .swiper-slide .info .title b{ display: block; margin: 10px 0;}
#gallery .swiper-slide .info .tu{ width: 45%;}
#gallery .swiper-slide .info .title p{ font-size: var(--fontsize40); color:var(--fonttextcolor);}
#gallery .swiper-slide .product-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .1);
  margin-top: 40px;
  padding: 0;
}


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


}

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

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color:var(--fontcolor);
  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:var(--backgroundcolor);
}


#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.tj_tu .swiper-container-thumbs {
  position: relative;

}
.tj_tu  .swiper-container { margin: 0; }

#thumbs  .swiper-slide {


 
  color:var(--fonttextcolor);
  height: auto;







}
#thumbs.swiper-container-thumbs .swiper-slide { color: #fff; background: #333; font-size: var(--fontsize18);  padding: 20px;
  border: 1px solid #dedede; width: 100%; height: auto; text-align: center; display: flex; align-items: center; justify-content: center;}

.indexP-swiper-items.active {
background:var(--backgroundcolor) !important;
color: white !important;
}
.indexP-swiper-items.active {background:var(--backgroundcolor) !important; color: #fff;}

.tj_tu .swiper-pagination-progressbar {

  background: none;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #dedede;

}
.tj_tu .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background:var(--backgroundcolor);

  position: absolute;
  left: 0;
  top:calc(100% - 1px);
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.tj_tu .swiper-container-horizontal>.swiper-pagination-progressbar{
  width: 100%;
  height: 14px;
  left: 0;
  bottom: 0;
}
.tj_tu .swiper-container-horizontal>.swiper-pagination-progressbar, .tj_tu .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { top:calc(100% - 30px)}
/* hot product */
.hotbg{}
 .inpro_content { width: 100%;padding:20px 0 ;  box-sizing: border-box;}

 .inpro_content .tit {display: flex; align-items: center; ;}


 .inpro_content .tit h3 {font-size: 28px;color: #333333;}
 .inpro_content ul { margin-top:30px; display: grid; grid-template-columns: repeat(4,1fr);   gap: 35px;  }

 .inpro_content ul li {text-align: center; background: #ffffff;border-radius:20px;box-shadow: 0 0  20px rgba(0,0,0,0.06); padding: 20px; box-sizing: border-box; transition: .5s;}

 .inpro_content ul li h5 {font-size:var(--fontsize20);color: #333333;font-weight: normal;}

 .inpro_content ul li span {color: #666666; display: block; margin-top: 5px;}

 .inpro_content ul li .imgBox {height: 24 0px; display: flex; align-items: center; justify-content: center; margin-top: 20px;}

 .inpro_content ul li .imgBox img {max-width: 100%; max-height: 100%; object-fit: contain; transition: .4s;}

 .inpro_content ul li .more {width: 108px;height: 45px;border-radius:45px; margin: auto; color: var(--color); transition: .5s; line-height: 45px; margin-top: 20px;font-weight: normal;}
 .inpro_content ul li:hover {background: #F5F7F9; box-shadow: none;}

 .inpro_content ul li:hover h5 {color: var(--color);}

 .inpro_content ul li:hover .more {background:var(--backgroundcolor);color: #fff;}

 .inpro_content ul li:hover .imgBox img {transform: scale(1.03);}
 /* 优势 */
 .ys_box {

  background:  url(../images/ysbg.jpg) no-repeat;
   margin-top: 100px;
   background-size: cover;
}

.ys {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 23 73 / 5%);

}

.ys ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys li {
  position: relative;
  overflow: hidden;
  width: 20%;
  padding:50px ;
  border-right: 1px solid #f2f2f2;

}

.ys li:last-child {
  border: none;
}

.ys li a {
  display: block;
}

.ys em {
  font-size: var(--fontsize20);
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}

.ys .img_ar {
  width: 20%;
  height: 320px !important;
}

.ys .img_ar span {
  display: block;
  margin-top: 20px;
  color: #D5D5D5;
  font-size: 18px;
}


.ys .img_ar b {

  display: block;
  color:var(--fontcolor);
  margin: 20px 0;
  font-size: var(--fontsize26);
  font-weight: normal;
}

.ys .dec_ar p {
  margin-top: 15px;
}


.ys li .cont_ar {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}


.ys li .dec_ar {

  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 30px 50px;
  right: 0;
  bottom: 20px;

  color: #666;
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ys li .dec_ar em {
  font-size: 24px;
  margin-top: 15px;
  font-weight: bold;
}

.ys li .dec_ar p {
  color: #666;
  font-size: var(--fontsize16);
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
-webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;


}

.ys li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.ys li.cur .cont_ar {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.ys li.cur .ar_title {
  display: none;
}

.ys li.cur i {

  color: var(--color);
  font-size: var(--fontsize20);
}

.ys li.cur .dec_ar {
  opacity: 1;
  filter: alpha(opacity=100);

  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.ys li.cur .dec_ar p{
  display: block;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.ys li.cur .xuanz {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}
/* news */
.newsbg { background: #F5F7F9;}
.news-act {
  position: relative;
  margin-top: 30px;
}

.news-act a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 15px;
}

.news-act .news-act-item {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
}

.news-act .news-act-imgbox {
  width: 30%;

}

.news-act-item {
  display: flex;
  align-items: center;
  background: #fff;
}

.news-act .news-act-text {
  width: 65%;

  background: #fff;

  overflow: hidden;

}
.news-act .news-act-text span{ color: #999; font-size: 18px;}
.news-act .news-act-h {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  margin-top:20px;
  margin-bottom: 20px;
}

.news-act .news-act-sum {
  color: #333;
  line-height: 1.6;
  font-size: var(--fontsize16);
  margin-bottom: 30px;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}



.news-act a:hover .news-act-h {

  color: var(--color);
}

.news-act .news-act_page {
 
  z-index: 9;
width: 100%;
text-align: center;
  bottom: 10%;
  margin-top: 20px;
  top: auto;
  transform: none;
  -webkit-transform: none;

}

.news-act .news-act_page span {
  display: inline-block;

  margin: 0 6px;
}
.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news-two ul li {
  width: 33.33%;
  background: #fff;

}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding: 30px;
  transition: .3s;
  border-bottom: 1px solid #dedede;
  position: relative;


}
.news-two a::before { content: ''; background: var(--backgroundcolor); height: 1px; width: 0; position: absolute; left: 0;bottom: 0; transition: all .3s;}

.news-two a:hover::before{ width: 100%;}
.news-two ul li:nth-child(5),
.news-two ul li:nth-child(6) {
  margin-bottom: 0;
}

.news-two a:hover {


  background-size: 100%;
}


.news-two a:hover .newscon b {
  color: var(--color);
}


.day span {
  font-size:var(--fontsize16);
  float: right;

}

.day p {
 color: #7f8c8d;
  font-size: 14px;
  display: block;
}


.newscon b {
  display: block;
  font-size: 24px;
  margin: 15px 0;
  font-weight: normal;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  margin-top: 15px;
  color: #666;
  font-size: var(--fontsize16);

}


/*返回顶部*/


#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: var(--backgroundcolor);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #242424;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: var(--backgroundcolor);
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #C1272D;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #242424;
  color: #fff;
}
/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 50px; width: 100%; float: left;

}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 25%;
}


.footer-list3 {
  width: 35%;
}

.footer-list4 {
display: flex;
flex-direction: column;
align-items: flex-end;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1.36px;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  font-weight: bold;

}

.socials {
  padding-left: 5px;
  margin-bottom: 0;

}

.socials li {
  display: inline-block;
  margin-left: 10px;
}

.socials li a {
  background:var(--backgroundcolor);
  border: 1px solid #C1272D;
  color: #fff;

  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: var(--fontsize20);
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.socials li a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;

}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: var(--color);
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: var(--fontsize20);
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: var(--fontsize16);
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: var(--fontsize16);
}

.footer-copyright {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;

}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color:#fff
}

.footer-copyright p a:hover {
  color: var(--color);
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}