.header_top {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #e2e2e2;
}
.header_top .centent {
  caret-color: transparent;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top .centent p {
  color: #858585;
}
.header_top .centent .right p {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-left: 30px;
}
.header_top .centent .right p img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.header_top .centent .right p:nth-child(2) img {
  width: 22px;
  height: auto;
}
header {
  position: relative;
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 999999;
  background-color: #fff;
}
header .centent {
  caret-color: transparent;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .centent .logo {
  display: block;
  width: 330px;
  height: 33px;
  caret-color: transparent;
}
header .centent nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 22%;
}
header .centent nav .navs {
  width: 104px;
  height: 100%;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
  caret-color: transparent;
}
header .centent nav .navs .w100p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .centent nav .navs:hover {
  background-color: #00A3AD;
  color: #fff;
}
header .centent nav .navs:hover .xiala {
  display: flex;
}
header .centent nav .navs .xiala {
  display: none;
  width: 100%;
  z-index: 999999;
  position: absolute;
  top: 80px;
  left: 0;
  flex-direction: column;
  height: 200px;
  background-color: rgba(225, 225, 225);
  padding: 25px 0;
}
header .centent nav .navs .xiala .swiper {
  width: 85%;
  margin: 0 auto;
  height: 100%;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide{
    max-width: 216px;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list {
  width: 100%;
  height: 100%;
  /*padding: 0 5%;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item {
  width: 100%;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a {
  width: 100%;
  height: auto;
  display: flex;
  color: #000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a .image {
    /*max-width: 216px;*/
  width: 100%;
  overflow: hidden;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a .image img {
  height: auto;
  width: 100%;
  transition: all 1s;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a p {
  font-size: 14px;
  margin-top: 15px;
  color: #353535;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item:hover a .image img {
  transform: scale(1.1);
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item:hover a p {
  color: #000;
}
header .centent nav .navs .xiala .swiper-button-prev{ left:30px;}
header .centent nav .navs .xiala .swiper-button-next{ right:30px;}

header .centent nav .navs .xiala .swiper-button-next::after,
header .centent nav .navs .xiala .swiper-button-prev::after {
  font-size: 24px;
  color: #191a1e;
  font-weight: bold;
}
header .centent nav .navs .xiala .list {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .centent nav .navs .xiala .list .item {
 /* margin: 0 10px;*/
}
header .centent nav .navs .xiala .list .item a {
  width: 100%;
  height: auto;
  display: flex;
  color: #000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .centent nav .navs .xiala .list .item a .image {
  width: 216px;
  height: 140px;
  overflow: hidden;
}
header .centent nav .navs .xiala .list .item a .image img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
header .centent nav .navs .xiala .list .item a p {
  font-size: 14px;
  margin-top: 15px;
  color: #353535;
}
header .centent nav .navs .xiala .list .item:hover a .image img {
  transform: scale(1.1);
}
header .centent nav .navs .xiala .list .item:hover a p {
  color: #000;
}
header .centent .right {
  display: flex;
  align-items: center;
  height: 100%;
}
header .centent .right p {
  font-size: 18px;
  cursor: pointer;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .centent .right p .xiala {
  display: block;
  position: absolute;
  top: 80px;
  left: -15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
  display: none;
  width: 100px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .centent .right p .xiala a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  line-height: 2;
}
header .centent .right p .xiala a:hover {
  background-color: #eee;
}
header .centent .right p:hover .xiala {
  display: flex;
}
header .centent .right .icon-sousuo1 {
  font-size: 24px;
  color: #000;
  margin-left: 35px;
  cursor: pointer;
}
header .centent .right .icon-gengduo {
  display: none;
  cursor: pointer;
}
.NavMenu {
  display: none;
}
.zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
}
.zhezhao div {
  width: 80%;
  height: 100px;
  background-color: #fff;
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 3%;
  box-sizing: border-box;
}
.zhezhao div .iconfont {
  font-size: 36px;
}
.zhezhao div input {
  height: 100%;
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 30px;
  padding-left: 25px;
}
.zhezhao div p {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .header_top .centent {
    width: 90%;
  }
  header .centent {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .header_top {
    height: 56px;
  }
  header {
    height: 100px;
  }
  header .centent .logo {
    width: 20%;
    height: auto;
  }
  header .centent nav {
    width: 50%;
    margin-left: 10%;
  }
  header .centent nav .navs .xiala {
    top: 100px;
  }
  header .centent .right {
    width: 10%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 80px;
  }
  header .centent .logo {
    width: 30%;
  }
  header .centent .logo img {
    height: auto;
  }
  header .centent nav {
    display: none;
  }
  header .centent .right {
    width: auto;
  }
  header .centent .right .icon-gengduo {
    display: block;
    margin-left: 20px;
    font-size: 20px;
  }
  header .centent .right .icon-sousuo1 {
    margin-left: 20px;
  }
  header .centent .right p .xiala {
    top: 80px;
  }
  .NavMenu {
    width: 100%;
    height: 100vh;
    position: fixed !important;
    z-index: 999999999;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow-y: hidden;
    box-sizing: border-box;
  }
  .NavMenu .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
  .NavMenu .top a {
    width: 20%;
    height: auto;
  }
  .NavMenu .top span {
    font-size: 26px;
    cursor: pointer;
  }
  .NavMenu ul {
    width: 100%;
    margin-top: 15px;
  }
  .NavMenu ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .NavMenu ul li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 10px 25px;
  }
  .NavMenu ul li a:hover {
    background-color: #ddd;
  }
  .zhezhao div {
    height: 80px;
  }
  .zhezhao div .iconfont {
    font-size: 30px;
  }
  .zhezhao div p {
    font-size: 26px;
  }
  .zhezhao div input {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 99999999;
  }
  header .centent .right p {
    font-size: 14px;
  }
  header .centent .right p .iconfont {
    font-size: 12px;
  }
  header .centent .right p .xiala {
    top: 60px;
  }
}
@media screen and (max-width: 480px) {
  header .centent .logo {
    width: 50%;
  }
  .NavMenu .top a {
    width: 40%;
  }
  .NavMenu .top span {
    font-size: 20px;
  }
  .zhezhao div {
    height: 60px;
    box-sizing: border-box;
  }
  .zhezhao div .iconfont {
    font-size: 20px;
  }
  .zhezhao div p {
    font-size: 18px;
  }
  .zhezhao div input {
    font-size: 18px;
    flex-grow: inherit;
    width: 80%;
  }
}

.zonlinec{}
.zonline{width:162px; height:44px; position:fixed; z-index:9999; right:0; bottom:30px; }
.zonline a{ display:block; width:162px; height:44px; padding-left:72px; line-height:44px; background:#00A3AD; border-radius:3px; font-size:13px; color:#fff;}
.zonline a .img img{ width:50px; height:50px; position:absolute; z-index:10000; left:8px; bottom:6px; border:3px #fff solid; border-radius:100%; background:#efefef;}

