.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  z-index: 99;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.header .header-wrapper {
  padding-left: 3%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .header-wrapper .header-nav {
  height: 100%;
  flex: 1;
}
.header .header-wrapper .header-nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
.header .header-wrapper .header-nav ul li {
  margin: 0 2%;
  font-size: 16px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-wrapper .header-nav ul li.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  background: #fff;
  transition: 0.25s;
}
.header .header-wrapper .header-nav ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  height: 2px;
  bottom: 0;
  background: #fff;
  transition: 0.25s;
}
.header .header-wrapper .header-nav ul li:hover::before {
  left: 0;
  right: 0;
}
.header .header-wrapper .header-nav ul li a {
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-wrapper .header-nav ul li .head-son-catname{
    position: absolute;
    left: -40px;
    top: 100%;
    right: -40px;
    padding: 10px 0;
    z-index: 10;
    transition: .5s;
    background-color: rgba(255, 255, 255, 0.9);
    display:none;
}
    
.header .header-wrapper .header-nav ul li .head-son-catname a{
    display: block;
    line-height: 32px;
    transition: .5s;
    color: #333;
    text-align: center;
}
    
.header .header-wrapper .header-nav ul li .head-son-catname a:hover{
    color: #0067ac;
}
.header .header-wrapper .header-nav ul li:hover .head-son-catname{
    display:block;   
}
    

.header .header-wrapper .info {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-wrapper .info .dianpu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 160px;
  color: #fff;
  border-left: 1px rgba(255, 255, 255, 0.6) solid;
  border-right: 1px rgba(255, 255, 255, 0.6) solid;
  font-size: 16px;
}
.header .header-wrapper .info .dianpu .icon {
  color: #ff6a00;
  font-size: 20px;
  margin-right: 8px;
}
.header .header-wrapper .info .dianpu:hover {
  color: #df1b18;
}
.header .header-wrapper .info .search {
  display: block;
  padding: 0 30px;
}
.header .header-wrapper .info .search .icon {
  color: #fff;
  font-size: 20px;
}
.header .header-wrapper .info .search:hover .icon {
  color: #df1b18;
}

.headers {
  background: #fff;
}
.headers .header-nav ul li a {
  color: #333 !important;
}
.headers .header-nav .icon {
  color: #333 !important;
}
.headers .header-nav ul li::before {
  background: #0067ac !important;
}
.headers .header-wrapper .logo div {
  background: url(../images/b-logo.png) no-repeat !important;
  background-size: 2.6rem 0.5rem !important;
}

.headers .header-nav ul .active>a {
  color: #0067ac !important;
}
.headers .header-wrapper .info .dianpu {
  color: #333;
  border-left-color: #dedede;
  border-right-color: #dedede;
}
.headers .header-wrapper .info .search .icon {
  color: #333;
}

.index-banner {
  width: 100%;
  position: relative;
}
.index-banner img {
  width: 100%;
  display: block;
}

.index-banner .swiper-pagination {
  position: absolute;
  left: 13.4%;
  bottom: 4%;
  z-index: 999;
  width: 1rem;
}
.index-banner .swiper-pagination span {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px #fff solid;
  margin: 0 0.14rem 0 0 !important;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.index-banner .index-button {
  position: absolute;
  right: 13.4%;
  bottom: 4%;
  z-index: 999;
  width: 1rem;
  display: flex;
  height: 0.4rem;
  justify-content: space-between;
}
.index-banner .index-button div {
  float: none;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  cursor: pointer;
  top: 0;
  position: relative;
  box-sizing: border-box;
}
.index-banner .swiper-container {
  --swiper-theme-color: #fff; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.2rem; /* 设置按钮大小 */
}
.index-banner .swiper-container b {
  width: 1px;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0.16rem;
}
.index-banner .index-button div:hover {
  background: #df1b18;
}

.footer {
  width: 100%;
  background: #000000;
}
.footer .footer-t {
  display: flex;
  justify-content: space-between;
}
.footer .footer-t .footer-l {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 60px;
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
}
.footer .footer-t .footer-l .dianpu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c1c1c;
  border-radius: 4px;
  width: 140px;
  height: 40px;
  color: #fff;
  margin-top: 30px;
}
.footer .footer-t .footer-l .dianpu:hover {
  background-color: #ff6a00;
}
.footer .footer-t .footer-l .dianpu:hover .icon {
  color: #fff;
}
.footer .footer-t .footer-l .dianpu .icon {
  font-size: 20px;
  color: #ff6a00;
  margin-right: 6px;
}
.footer .footer-t .footer-nav {
  display: flex;
  padding-bottom: 20px;
  margin-top: 10px;
}
.footer .footer-t .footer-nav a {
  color: #fff;
  font-size: 16px;
  margin-right: 48px;
  display: flex;
}
.footer .footer-t .footer-r {
  padding-top: 50px;
  padding-left: 5%;
}
.footer .footer-t .footer-r p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}
.footer .footer-t .footer-r h3 {
  margin-bottom: 12px;
}

.footer .footer-copyright {
  width: 100%;
  border-top: 1px #484848 solid;
}
.footer .footer-copyright .f-icp {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-copyright .f-icp p {
  font-size: 14px;
  color: #b2b2b2;
}
.footer .footer-copyright .f-icp p a {
  margin-left: 10px;
  font-size: 14px;
  color: #b2b2b2;
}
.footer .footer-copyright .f-icp div {
  display: flex;
}
.footer .footer-copyright .f-icp div a {
  font-size: 14px;
  color: #b2b2b2;
  margin-left: 26px;
}
.footer .footer-copyright .link {
  display: flex;
}
.footer .footer-copyright .link span {
  font-size: 14px;
  color: #b3b3b3;
}
.footer .footer-copyright .link a {
  font-size: 14px;
  color: #b3b3b3;
  display: flex;
  margin-right: 20px;
}

.nav-right {
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 99999;
  display: flex;
  right: -160px;
}
.nav-right .f-left {
  position: absolute;
  top: 132px;
  width: 0px;
  height: 115px;
  border-top: 10px solid transparent;
  border-right: 25px solid #0084c7;
  border-bottom: 10px solid transparent;
  text-align: center;
  font-size: 13px;
  color: #0b2a1a;
  transform: translateX(-25px);
  cursor: pointer;
}
.nav-right .f-left::before {
  content: "点击隐藏";
  position: absolute;
  left: 0;
  width: 25px;
  top: 0;
  color: #fff;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-right .f-left.active::before {
  content: "在线咨询";
}
.nav-right .f-right {
  width: 160px;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: #0084c7;
}
.nav-right .f-right .tubu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  position: relative;
}
.nav-right .f-right .tubu a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.nav-right .f-right .tubu img {
  width: 26px;
  height: 26px;
}
.nav-right .f-right .tubu span {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.nav-right .f-right p {
  font-size: 14px;
  color: #fff;
  padding-left: 16px;
}
.nav-right .f-right h4 {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
  padding-left: 16px;
}
.nav-right .f-right ul {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px rgba(255, 255, 255, 0.6) solid;
}
.nav-right .f-right ul li {
  width: 100%;
  background: #0084c7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
}
.nav-right .f-right ul li span {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}
.nav-right .f-right ul li img {
  width: 84%;
  margin: auto;
  border-radius: 4px;
}
.nav-right .f-right .qywx h3 {
  font-size: 16px;
  text-align: center;
  color: #333;
}
.nav-right .f-right .qywx img {
  width: 100%;
  display: block;
}
.nav-right .f-right .topds {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-right .f-right .topds p {
  margin-top: 6px;
  color: #999;
  font-size: 14px;
}
.nav-right .f-right .topds:hover p {
  color: #0084c7;
}
