/**/
* {
  margin: 0;
  padding: 0;
}

div,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dl,
dt,
em,
fieldset,
font,
form,
b,
b,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
th,
td,
input {
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
form,
input,
button,
textarea,
p,
ul,
li,
ol,
table,
tr,
td,
header,
footer,
aside,
nav,
b,
b,
h3,
h4,
h5,
h6,
section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

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

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

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

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

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

i {
  font-style: normal;
}

a {
  color: #333;
}

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

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {

  outline: none;
}

textarea {

  outline: none
}

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

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

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

.dot1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

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

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;

}

#header.header-transparent {
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)); */
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;


}


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

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 3;
  height: 90px;
}

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

.nav-menu ul li {

  width: 100%;
  text-align: center;



}

.nav-menu a {
  display: block;

  color: #fff;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;

  position: relative;



}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #01A2A6;
  text-decoration: none;

}

.nav-menu li:hover>a::before {
  width: 50%;
  background: #01A2A6;
}

.nav-menu .active>a::before {
  width: 50%;
  background: #01A2A6;
}

.nav-menu a:hover::before,
.nav-menu .active a:hover:before {
  width: 50%;
  background: #01A2A6;
}

.nav-menu ul li a:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;




}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 90px;
  visibility: visible;
  height: 270px;
  max-height: 270px;

}

.nav-menu .drop-down .nav_sub .container {
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  display: flex;
  align-items: stretch;

}

.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;
  background-color: #f8f8f8;
  height: 270px;
}

.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nav_sub .nav_l a {
  background-color: #01A2A6;
  width: 150px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 20px;
}


.nav_sub .nav_l ::before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  background: #f8f8f8;
  left: -1920px;
  top: 0;
}



.nav_sub .nav_l a:hover {
  color: #fff;
}

.nav_sub .nav_l a::before {
  width: 100%;
}


.nav_r {
  width: 60%;
  background-color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;

}

.nav_sub .nav_r .l {
  width: 50%;
  padding-left: 5%;
  padding-top: 50px;

}

.nav_sub .nav_r .l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #333;
}

.nav_sub .nav_r .l a:hover {
  color: #01A2A6;
}

.nav_sub .nav_r .l a::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.nav_sub .nav_r .l a:hover::before {
  width: 50%;
  background: #01A2A6;

}

.nav_sub .nav_r.nav_pro .l {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_sub .nav_r.nav_pro .l ul {
  flex-direction: column;
}

.nav_sub .nav_r.nav_pro .l ul li {
  display: flex;
  align-items: center;
}

.nav_sub .nav_r.nav_pro .l ul li a {
  width: 160px;
}

.nav_sub .nav_r.nav_pro .l ul li ul {
  display: flex;
  flex-direction: row;
}

.nav_sub .nav_r.nav_pro .l ul li ul li a {
  height: 35px;
  line-height: 35px;
}

.nav_sub .nav_r.nav_pro .l ul li ul li a {
  color: #999;
  font-size: 16px;
  width: auto;
  background: url(../images/sanjiaoyou.png) no-repeat center left;
  padding-left: 20px;
  margin-left: 10px;
}

.nav_sub .nav_r.nav_pro .l ul li ul li ul {
  display: flex;
  flex-direction: row !important;
  margin-left: 60px;
}

.nav_sub .nav_r.nav_pro .l ul li ul li ul a {
  background: url(../images/shuangjiantou.png) no-repeat center left;
}

.nav_sub .nav_r.nav_pro .l ul li:first-child ul {
  flex-direction: column;
}

.nav_sub .nav_r.nav_pro .l a {
  width: 100%;
}

.nav_sub .nav_r .r {
  width: 40%;
  padding-top: 20px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav-menu .drop-down a i {
  display: none;
}

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

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


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

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #01A2A6;


}

#header.header-scrolled .nav_sub .nav_r.nav_pro .l ul li ul li a {
  color: #999;
}

#header.header-scrolled .h_language .icon {
  color: #333;
}

#header.header-scrolled .h_language .lanimg1 {
  display: none;
}

#header.header-scrolled .h_language .lanimg {
  display: block;
}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .nav_sub .nav_l a {
  color: #fff;
}


/*  */
.nav_fr {
  height: 90px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .language img {
  filter: none;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #01A2A6;
}

#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #01A2A6;


}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #01A2A6;
  background: none;

}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #01A2A6;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #f1f1f1;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}



.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: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;

}

.mobile-nav-toggle i {
  color: #666;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.weblink {
  position: relative;
  padding: .2rem 0;
  box-sizing: border-box;
  margin: 0;
}

.weblink>a {
  display: flex;
  color: #fff;
  font-size: 15px;
  font-family: Arial, Arial-Bold;
  font-weight: 700;
}

.weblink>a i {
  margin-left: 5px;
}

.weblink .luanguage {
  box-shadow: 0 0 10px rgb(0, 0, 0, .2);
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  left:-20px;
  text-align: center;
  transform: translateY(35%);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.weblink .luanguage::before {
  content: "";
  width: 20px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translate(-50%, -50%);
}

.weblink .luanguage a {
  justify-content: center;
  font-size: 14px;
}

.weblink .luanguage a {
  margin: 5px 0;
  display: block;
}

.weblink .luanguage a:hover {
  color: #01A2A6;
}

.weblink:hover .luanguage {
  opacity: 1;
  transform: translateY(25%);
  visibility: visible;
}

.tel a {
  height: 90px;
  display: flex;
  align-items: center;
}

.tel a {
  color: #01A2A6;
  font-size: 18px;
  font-weight: bold;
}

.tel span {
  font-weight: normal;
  font-size: 14px;
}

.tel a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 21px 0px rgba(18, 22, 24, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

/*  导航菜单 end */

/*首页banner图 start*/
#banner { position: relative;}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

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

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

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


}

#banner .swiper-button:hover {
  background: #01A2A6;
}

.btn-prev {
  left: 5%;
}

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

.btn-next {
  right: 5%;
}



#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

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

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



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

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



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

}

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

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

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

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

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

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

}

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

}

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

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

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

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

}

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

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

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

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

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

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

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

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 24px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

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

.banner-more:hover::after {
  margin-left: 13px;
}


#banner .swiper-slide {
  clip-path: none;
  opacity: 0;
  z-index: 0;
}

#banner .swiper-slide-prev {
  clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);
  opacity: 0;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 3;
}

#banner .swiper-slide-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);
  opacity: 1;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 2;
}

#banner .swiper-slide-next {
  z-index: 1;
}

.lr_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100px;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom:50px;
  z-index: 11;
  overflow: hidden;
}

.lr_box {

  box-sizing: border-box;
}

.lr_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 100%;
  top: 0;

}

.lr_box.on::after {
  left: 0;
}
.lr_box .container { position: relative;}

.lr_box .swiper-pagination {
  width: auto;
  bottom: auto;
}

.lr_box .swiper-pagination span {
  width: 16px;
  margin: 5px;
  height: 16px;
  border: 1px solid #efefef;
  opacity: 1;
  box-sizing: border-box;
  background: none;
}

.lr_box .swiper-pagination .swiper-pagination-bullet-active {
  background: #efefef;
}

.lr_box .swiper-button-next {
  background: #01A2A6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  right: 10px;
  font-size: 24px;
  outline: none;
   transform: skew(-10deg);
}

.lr_box .swiper-button-prev {
  background: #01A2A6;
    width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  left: calc(100% - 120px);
  font-size: 24px;
  outline: none;
  transform: skew(-10deg);
}



@keyframes aline {
  from {
    bottom: 100%;
  }

  to {
    bottom: -100%;
  }
}

/*首页banner图 end*/
.pad80{ padding: 80px 0;}
/* 关于我们 */
.about {
  background-size: cover;

  background: url(../images/ab1_bj.png) no-repeat bottom;
}

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

.about .about_con .le {
  width: 46%;
}

.bg_box {
  position: relative;
  overflow: hidden;
}

.logobg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-left: auto;
}

.about .about_con .le .imgBox {
  overflow: hidden;
}



.about .about_con .ri {
  width: 47%;
}

.main_title em {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  color: #01A2A6;
  display: block;
}

.main_title strong {
  font-size: 26px;
  font-weight:500;
  color: #333333;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.about .about_con p {
  font-size: 16px;
  font-weight: 400;
  color: #697277;
  line-height: 32px;
}

.more {
  margin-top: 50px;
  display: block;
}

.more a {
  background: #01A2A6;
  padding: 12px 30px;
  display: inline-block;
}

.more a span {
  font-size: 16px;

  color: #ffffff;
  margin-right: 10px;
  transition: .5s;
}

.more a:hover  {
  background: #004000;
}

.about ul {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.about ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}

.about ul li:nth-child(1) {
  display: block;
}

.about ul li:nth-child(1)::after {
  right: 10%;
}

.about ul li:nth-child(4)::after {
  display: none;
}

.about ul li::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #eeeeee;
  right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.about ul li .num {
  display: flex;
  align-items: center;
}

.about ul li .counter {
  font-size: 60px;
  font-weight: 100;
  color: #333333;
  font-family: "DINMEDIU";
}

.about ul li em {
  font-size: 40px;
  font-weight: 100;
  color: #333333;
  font-family: "DINMEDIU";
  font-style: normal;
}

.about ul li i {
  width: 40px;
  height: 2px;
  background: #01A2A6;
  border-radius: 2px;
  display: block;
}

.about ul li .text {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  margin-left: 1rem;
  margin-top: 10px;
}

.about ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 15px;
  display: block;
}
/* 产品 */
.pro_box { background: #f7f7f7; background: url(../images/prbg.jpg) bottom no-repeat; background-size: cover;}
.tj_tu {
  position: relative;


}

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

#gallery .swiper-slide {
  position: relative;

}



#gallery .swiper-slide .product-box {

  display: flex;
  align-items: center;



}


#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;
  border-radius: 20px;
  padding: 0;
}

#gallery .swiper-slide .product-box .pro_con {
  width: 44%;
  padding: 3%;
}

#gallery .swiper-slide .product-box .pro_con .product_title ul{

  display: flex;
  flex-wrap: wrap;

  

}
#gallery .swiper-slide .product-box .pro_con .product_title li { width: calc(50% - 20px); position: relative;padding:10px 5px; margin:10px 5px ; background: rgba(255, 255, 255, .1);font-size: 16px; color: #DAE8FF; text-align: center;}
#gallery .swiper-slide .product-box .pro_con .product_title a {position: relative; display: block;color: #DAE8FF; }
#gallery .swiper-slide .product-box .pro_con .product_title li:hover { background: #01A2A6; color: #fff;}
#gallery .swiper-slide .product-box .pro_con .product_title li:hover a{ color: #fff;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul { display: none; position: absolute; left: 100%; top:10px; width: 100%;   flex-direction: column; background:#01A2A6; z-index: 1;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul li { width: 100%;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul li a { padding: 0 5px; background: none;}
#gallery .swiper-slide .product-box .pro_con .product_title ul li:hover ul { display: block;}
#gallery .swiper-slide .product-box .pro_con .product_txt {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 32px;
  color: #333;
}

#gallery .swiper-slide .product-box .pro_con .product_icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;

}

#gallery .swiper-slide .product-box .pro_con .product_icon div {

  text-align: center
}

#gallery .swiper-slide .product-box .pro_con .product_icon div p {
  margin-top: 15px;
  color: #333;
}


#gallery .swiper-slide .product-box .pro_con .product_icon .more {
  display: block !important;

}

#gallery .swiper-slide .product-box .product_tu {
  width: 50%;
}
.tj_tu { margin-top: 30px;}
.tj_tu .swiper-button-prev {
  left: 50px;


}

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

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

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

#thumbs {

  width: 100%;
  position: relative;
}
.line { position: absolute; top:105px; left: 0; background: rgba(0, 0, 0, .1);  width: 100%; height: 1px; }
#thumbs .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

margin: 5px;

 
  font-size: 16px;
 border: 1px solid #dedede;
  cursor: pointer;
  color: #333;
  width: calc((100% / 4) - 10px) !important;
  display: flex;
  justify-content: center;

  align-items: center;
 
 
}
.tj_tu .swiper-container-thumbs .swiper-slide a{padding: 20px 0; width: 100%; display: block; background: #fff; color: #333; font-size: 24px; text-align: center; position: relative;}

.tj_tu .swiper-slide-thumb-active p { color: #fff; }
.tj_tu .swiper-slide-thumb-active.swiper-slide a { background: #01A2A6;}

.tj_tu .swiper-slide-thumb-active .swiper-slide a img { background: #01A2A6;}



#case1 .swiper-container {
  width: 100%;
  height: 100%;

}

#case1 .swiper-slide {
  width: 100%;
  height: 100%;


  position: relative;
  transform: scale(1);
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;



}

#case1 .swiper-slide img {
  width: 100%;

  display: block;
  border-radius: 20px;


}

#case1 .swiper-slide a {
  display: block;

  height: 100%;


  
}

#case1 .swiper-slide p {

  padding-top:15px;
  text-align: center;
  color: #333;
  font-size: 20px;
  margin: 0;
 
  width: 100%;

 
}

#case1 .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1002;
}


#case1 .swiper-button-prev { left: 30%;}
#case1 .swiper-button-next { right: 30%;}
#case1 .swiper-button-next,#case1 .swiper-button-prev {    
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  background-image: none;
  line-height: 48px;
  cursor: pointer;
  transition: all .36s;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(26, 19, 107, 0.2);
  background: #fff; 
  color: #01A2A6;
  border: 1px solid #01A2A6;
  pointer-events: all;}
  #case1 .swiper-button-next i,  #case1 .swiper-button-prev i {   color: #01A2A6;}
  #case1 .swiper-button-next:hover ,#case1 .swiper-button-prev:hover { color: #fff; background: #01A2A6; }
  #case1 .swiper-button-next:hover i,#case1 .swiper-button-prev:hover i { color: #fff;}
/* 合作 */
.hzbg { background: url(../images/hzbg.jpg) no-repeat center; background-size: cover;}
.adv-con {
 display: grid;


  gap: 10px; /* 间距 */
  grid-template-columns: repeat(5,1fr);
  margin-top: 40px;
}

.adv-con a {
  background-image: linear-gradient(0deg, #fff, #fff);
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.adv-con a img {
  margin: 10px auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  height: 70px;
}

.adv-con a b {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 15px;

  color: #000;
  font-weight: normal;

}

.adv-con a p {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #666;
  margin: 20px auto;
}


.adv-con a:hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotateY(180deg);
}
/* 优势 */
.ys_bc{background: #EFF3F6;position:relative;overflow: hidden;}

.zzsc {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
.zzsc .tab {
  overflow: hidden;
  background: #fff;

}


.zzsc .tab a {
  display: block;
  font-size: 26px;
  padding:20px 0;
  width: 25%;
  color: #333;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: all .3s;
}
.zzsc .tab a span { display: block;}



.zzsc .tab a.on  {
  background-color: #01A2A6;
  color:#fff;
}

.zzsc .co {
  overflow: hidden;



}
.zzsc .co > ul {
  margin-top: 30px;

}
.zzsc .co li:first-child{ display: block;}
.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
  background: #fff;
}
.ys_list {
  margin-top: 40px;

}
.ys_list_right {
  float: left;
  width: 50%;

}
.ys_list_left {
  float: right;
  width: 50%;
  padding:40px ;

  line-height: 24px;
  font-size: 14px;
  color: #585657;


}

.ys_list_left em {
  font-weight: bold;
  font-style: normal;
  margin-top: 30px;
  display: block;
  font-size: 100px;
  line-height: 1;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #dedede;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;

}

.ys_list_left b{line-height:56px;color: #333;padding:28px 0 0;font-size:36px;position: relative; font-weight: 500; display: block; }
.ys_list_left span { display: block; font-size: 24px; margin: 30px 0; line-height: 36px;}

.ys_list_left p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 26px;
  color: #666;
}
.ys_list_left a{  display: block; padding-top: 10px; color: #C21125;}
/* 流程 */
.liucheng { background: url(../images/lcbg.jpg) no-repeat; background-size: cover;}
.lc_con {
  position: relative;
}

.lc_bg {
  position: absolute;
  top: 150px;
  left: 30px;
  width: 93%;
  height: 40px;
  background: #01A2A6;
  z-index: 1;
}

.lc_bg2 {
  position: absolute;
  top: 500px;
  width: 95%;
  left: 10px;
  height: 40px;
  background: #01A2A6;
  z-index: 1;
}

.lc_bg3 {
  position: absolute;
  right: -45px;
  top: 150px;
  width: 255px;
  height: 390px;
  border: 40px solid #01A2A6;
  border-radius: 80px;
  clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
}

.lc_bg4 {
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 475px;
  width: 0;
  height: 0;
  border-right: 50px solid #01A2A6;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;

}

.lc_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.lc_box .item {
  width: calc((100% / 4) - 30px);

  border: 1px solid #01A2A6;

  background: rgba(255, 255, 255, 1);

  border-radius: 20px;
  margin: 15px 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
padding:15px;

}

.lc_box .item:first-child {
  background: #01A2A6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;

}


.lc_box .item:hover {
  background: #01A2A6;
  cursor: pointer;
  color: #fff;
  border: 1px solid #01A2A6;
}
.lc_box .item:hover .text b,.lc_box .item:hover .text { color: #fff;}

.lc_box .item img {  border-radius: 20px ; }
.lc_box .item .text b{ color: #01A2A6;}
.lc_box .item .text{ font-weight: normal; color: #333; margin-top: 10px; }
.lc_box2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}

.lc_box2 .item {
  width: calc((100% / 4) - 30px);

  border: 1px solid #01A2A6;

  background: #fff;

  border-radius: 20px;
  margin: 15px 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.lc_box2 .item:hover {
  background: #01A2A6;
  cursor: pointer;
  color: #fff;
  border: 1px solid #01A2A6;
}
.lc_box2 .item:hover .text b,.lc_box2 .item:hover .text { color: #fff;}

.lc_box2 .item img {  border-radius: 20px ; }
.lc_box2 .item .text b{ color: #01A2A6;}
.lc_box2 .item .text{ font-weight: normal; color: #333; margin-top: 10px; }
/* 新闻 */

.news_box {
   background: url(../images/about-bg.jpg) no-repeat center;
   background-size: cover;
}

.news {
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
}
.news .tab {
  overflow: hidden;
  margin-top: 30px;

  margin: 0 auto;
  display: flex;
  align-items: stretch; 
  justify-content: center;
}
.news .tab a {
  display: block;
  font-size: 15px;
 width: 140px;
 line-height: 40px;
 height: 40px;

 border-radius: 20px;
 margin: 20px;
  text-align: center;

  text-decoration: none;
  color: #666;
  border: 1px solid #dedede;

  transition: all 0.3s;
}

.news .tab a i{ display: block; margin-bottom: 10px;}

.news .tab a img   {
  
  width: 40px;
 

}

.news .tab a:hover {
  background: #01A2A6;
  border:1px solid #01A2A6;
  color: #fff;
  text-decoration: none;

}
.news .tab a:hover i img { filter: brightness(200%);}
.news .tab a.on {
  background: #01A2A6;
  border:1px solid #01A2A6;
  color: #fff;
  text-decoration: none;
}

.news .tab a.on i img {filter: brightness(200%);}
.news .co {
  overflow: hidden;
  height: auto;

}
.news .co > ul {
  padding: 0;
  margin: 0;
}
.news .co li:first-child{ display: block;}
.news .co li {
  display: none;
  width: 100%;

  margin-top: 20px;
  list-style: none;
}

.news .co li .news_con { display: flex; align-items: center; justify-content: space-between;}
.pic-data { width: 48%;}
.news_list {  width: 48%; display: flex; flex-direction: column;}
.news_list .news_item:first-child { border-top: 1px solid #dedede;}
.news_item a {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 26px 0px;
  transition: .3s;
  border-bottom: 1px solid #dedede;
}



.news_item  a:hover span {
  color: #fff;
}

.news_item  a:hover .day, .news_item  a:hover .newscon, .news_item  a:hover .newscon b {
  color: #fff;
}

.news_item .day {
  color: #fff;
  width: 90px;
background: #A8A9AD;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.news_item .day span {
  font-size: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.news_item .day p {
  width: 100%;
  text-align: center;
}

.news_item .day img {
  margin-top: 15px;
}

.news_item .newscon {
width: calc(100% - 100px);
  padding-left: 20px;
}

.news_item .newscon b {
  padding-bottom: 10px;

  font-size: 18px;
  color: #333;
  text-align: left;
  display: block;

}

.news_item .newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #999;

}

.news_item .newscon img {
  margin-top: 10px;
}
.news_item a:hover .newscon b{ color: #01A2A6;}
/* 留言 */
.message {  display: flex; justify-content: space-between;}
.message .tu{ width: 40%; background: #EFF3F6; padding: 60px;}
.message .tu b{ font-size: 30px;  padding-left: 15px; border-left: 5px solid #01A2A6;}
.message .tu .con_our{ margin-top:60px; }
.message .tu .con_our span{ font-size: 24px; width: 50px; height: 50px; border-radius: 100%; text-align: center; line-height: 50px; background: #01A2A6; color: #fff;}
.message .tu .con_our p{ font-size: 24px;}
.message .tu .con_our i{ display: block; margin-bottom: 8px; color: #01A2A6; font-weight: 600; font-size:20px;}
.jiameng {

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

.jiameng label {
  font-size: 16px;
  font-weight: bold;
}
.jiameng label span{ color: #E60008; padding-right: 10px;}
.jiameng div {
  width: calc(100% - 10px);
  color: #333;
  margin: 5px;
  position: relative;
}

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

.jiameng input[type=text] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  height: 47px;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}

.jiameng input[type=file] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}
.jiameng div i{ color: #01A2A6; position: absolute; left: 10px; top:39px}
.forminator-textarea {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #666;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}

.jmbt {
  margin: 10px auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

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

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

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

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

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

  border-radius: 2px;
}
.con_our{ display: flex; align-items: center;}
.con_our span{ margin-right: 15px;}
/*底部footer*/
.footer {
  background: #192029; width: 100%; float: left;


}

.foot {
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 18px;
  color: #fff;

  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  width: 23%
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width: 52%
}

.foot .ft-nav .ft-nav-list dl:nth-child(3) {
  width: 20%
}

.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}

.foot .ft-nav .ft-nav-list dl:last-child dd {
  display: flex;
  flex-wrap: wrap;
}





.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p {
  width: 50%;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p span img {
  width: 28px;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;

  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dl:last-child dd img {

}

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #01A2A6
}

.copyright {
  padding: 40px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: #192029;
  border-top: 1px solid #333;
}

.copyright a {
  color: rgba(255, 255, 255, 0.6);
}



/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #01A2A6;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #173341;
  transition: background 0.2s ease-in-out;
}


