.header-bg {
  width: 100%;
  background-color: #fff;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  height: 78px;
  box-sizing: border-box;
  z-index: 999;
  background-color: #fff;
}

.header .header-logo {
  width: 152px;
}
.header .header-logo img {
  width: 100%;
}
.header .nav-bar {
  display: flex;
  align-items: center;
}

.header .nav-bar .search-comp {
  width: 210px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 13px;
  background: #f7f7f7;
  padding: 0 10px;
  position: relative;
}
.header .nav-bar .search-comp input {
  width: 160px;  
  border: none;
  background: #f7f7f7;
  outline: none; 
}
.header .nav-bar .search-comp .icon {
  width: 18px;
  height: 18px;
  background-image: url(../img/header-search.png);
  position: absolute;
  top: 3px;
  right: 10px;
}

.header .nav-bar ul{
  display: flex;
  position: relative;
  margin: 0;
}

.header .nav-bar ul li {
  padding: 27px 25px;
}
.header .nav-bar ul li .title {
  display: flex;
  align-items: center;
}
.header .nav-bar ul .title p{
  font-size: 16px;
  color: #666666;
  margin: 0;
}
.header .nav-bar ul li.active{
  background-color: #12b7a4;
}
.header .nav-bar ul li.active .title p{
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.header .nav-bar ul li .product {
  width: 240px;
  padding: 16px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  top: 76px;
  left: 50%;
  transform: translate(-50%, 0);
  flex-wrap: wrap;
  padding-bottom: 0;
  justify-content: space-between;
  border-radius: 4px;
  border: 2px #00A895 solid;
}
.header .nav-bar ul li .product .item {
  width: 100%;
  margin-bottom: 24px;
}
.header .nav-bar ul li .product .item:nth-child(4) {
  margin-right: 0px;
  width: 150px;
}
.header .nav-bar ul li .product .sub-title {
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0em;
  padding-bottom: 15px;
  border-bottom: 1px #E6E6E6 solid;
  padding-left: 0;
  color: #666;
  font-weight: bold;
  text-align: center;
}
.header .header-info {
  display: flex;
  align-items: center;
}
.header .header-info .header-info-right {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.header .header-info .search {
  width: 24px;
  height: 24px;
  margin-right: 32px;
  cursor: pointer;
}
.header .header-info .search img{
  width: 100%;
  height: 100%;
}
.header .header-info .frame {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.header .header-info .frame img{
  width: 100%;
  height: 100%;
}
.header .header-info .header-info-right a{
  color: #fff;
}
.header .header-info .header-info-right span {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
}
.select .sub-nav.product a {
  position: relative;
  padding-left: 12px;
}
.select .sub-nav.product a:hover {
  color: #00A895;
  /* background-color: transparent;
  text-decoration: underline !important; */
}
/* .select .sub-nav.product a.disabled {
  color: #C8C8C8;
  background-color: transparent;
  text-decoration: none;
  pointer-events: none;
} */
/* .select .sub-nav.product a.disabled:hover {
  color: #C8C8C8;
  background-color: transparent;
  text-decoration: none !important;
} */
.select .sub-nav.product a::before {
  content: '';
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00A895;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.select .sub-nav.product .sub-title {
  padding-left: 12px;
  color: #ccc;
}
/* .select .sub-nav.product a.disabled::before {
  display: none;
} */

/* 底部 */
.footer-bg {
  background-color: #4a4a4a;;
  padding-top: 54px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
}
.footer .logo-box {
  display: flex;
  justify-content: space-between;
}
.footer .logo-box .footer-logo {
  width: 229px;
  height: 50px;
}
.footer .logo-box img {
  width: 100%;
  cursor: pointer;
}

.footer .text-item  {
  width: 255px;
}
.footer .text-item .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 26.06px;
  margin-bottom: 10px;
}
.footer .text-item .f-title {
  color: #fff;
  display: block;
  opacity: 1;
  margin-bottom: 7px;
  letter-spacing: 0em;
  text-align: left;
  font-size: 14px;
  color: #959595;
  line-height: 20.27px;
}
.footer .text-item.group a {
  margin-bottom: 0;
}
.footer .text-item .f-title.address {

}


.footer .text {
  display: flex;
  /* justify-content: space-between; */
}
.footer .group img {
  opacity: 0.65;
  margin-bottom: 24px;
}
.footer .group {
  position: relative;
  top: -20px;
}
.footer .group .f-title img {
  opacity: 1;
}
.footer .text .f-contact .f-c-con {
  display: flex;
}
.footer .text .f-contact .f-c-con img {
  width: 140px;
  height: 140px;
  margin-right: 24px;
}
.footer .text .f-contact .f-c-con p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
}
.footer .text .f-contact .f-c-con .f-contact-info {
  max-width: 466px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .text .text-item.f-contact {
  flex: 1;
  margin: 0;
}
.footer .slinks {
  display: flex;
  align-items: center;
  align-items: flex-end;
}
.footer .slinks .item {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.footer .slinks .item img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  /* margin-top: 195px; */
}
.copyright .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  font-size: 12px;
  color: #999999;;
  line-height: 30px;
}
.copyright .center {
  display: flex;
}
.copyright .center p {
  margin: 0 60px;
}
.yd {
  display: none;
  width: 50px;
  height: 20px;
  position: relative;
}
.yd::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #12b7a4;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.yd::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #12b7a4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.yd.active {
  position: fixed;
  right: 5%;
  z-index: 99;
}
.header .header-logo.active {
  position: fixed;
  left: 5%;
  z-index: 99;
}
.yd.active::before {
  transform: rotate(-45deg) translate(0, -50%);
  top: 50%;
  background-color: #00A895;
}
.yd.active::after {
  transform: rotate(45deg) translate(0, -50%);
  top: 50%;
  bottom: auto;
  background-color: #00A895;
}
.yd-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  padding: 0 20px;
  padding-top: 100px;
  box-sizing: border-box;
  z-index: 9;
}
.yd-nav .left {
  width: 100%;
  height: 100%;
}
.yd-nav .left .left-item.active {
  color: #00A895;
}
.yd-nav .left .left-item {
  font-size: 20px;
  line-height: 50px;
  color: #333;
  text-align: center;
  width: 100%;
  display: block;
  margin: 20px 0;
}
.yd-nav .right {
  flex: 1;
  margin-left: 10px;
  overflow: scroll;
}
.yd-nav .right .right-item .title {
  font-size: 20px;
  border-bottom: 1px #999 solid;
  line-height: 50px;
  color: #00A895;
  text-align: center;
}
.yd-nav .right .right-item a {
  font-size: 18px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
}
.yd-nav .right .right-item {
  display: none;
}
.yd-nav .right .right-item.active {
  display: block;
}


.f-icon {
  width: 32px;
}
.f-icon .icon-item {
  margin-bottom: 32px;
}
.f-icon .icon-item {
  position: relative;
}
.f-icon .icon-item:hover .show-icon {
  display: block;
}
.f-icon .icon-item .show-icon {
  position: absolute;
  right: 40px;
  top: 0;
  background-color: #fff;
  padding: 10px;
  display: none;
}
.f-icon .icon-item .show-icon p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #3B3C3D;
  margin: 4px 0;
}

@media (max-width: 1600px) {
  .header .nav-bar ul li {
    padding: 27px 20px;
  }
}

@media (max-width: 1450px) {
  .footer {
    width: 90%;
  }
}

@media (max-width: 1300px) {
  .footer .text .text-item {
    width: 130px;
  }
  .header .nav-bar ul li {
    padding: 27px 10px;
  }
}

@media (max-width: 1200px) {
  .header .nav-bar ul li {
    padding: 27px 10px;
  }
  .footer .text {
    flex-wrap: wrap;
  }
  .footer .text .text-item.f-contact {
    width: 100%;
  }
  .copyright {
    flex-wrap: wrap;
  }
  .copyright .center {
    width: 100%;
  }
  .copyright .item p {
    margin: 0;
    margin-right: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .yd {
    display: block;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer .text .group {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .text .f-nav {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .text .f-news {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .slinks .item {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer .text .f-contact .f-c-con {
    flex-wrap: wrap;
  }
  .footer .text .f-contact .f-c-con .f-contact-info {
    width: 100%;
    margin-top: 20px;
  }
  .copyright {
    margin-top: 100px;
  }
  .header .nav-bar {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  .header .header-info {
    display: none;
  }
  .header .nav-bar ul {
    flex-direction: column;
    margin-top: 100px;
  }
  .header .nav-bar ul li .title {
    justify-content: center;
  }
  .select .sub-nav-style {
    flex: 1;
  }
  .header .nav-bar ul .title p {
    font-size: 20px;
    color: #333;
  }
  .select-style span {
    font-size: 20px;
    color: #333;
  }
  .yd-nav.active {
    display: flex;
  }
  .footer .logo-box .footer-logo {
    width: 229px;
    height: 50px;
  }
  .footer .logo-box .footer-logo img {
    width: 100%;
  }
  .f-icon {
    width: 100%;
    display: flex;
    margin-top: 20px;
  }
  .f-icon .icon-item {
    margin-right: 20px;
  }
}