.display-none {
  display: none;
}
.top-header-nav-icon-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  font-family: Geograph;
}
.top-header-nav-icon-wrapper a:hover {
  color: #040606;
  text-decoration: none;
}
/*top header*/
.header-nav-icon {
  background-color: #CECFCF;
  height: 35px;
}
.header-nav-icon .top-header {
  display: flex;
  justify-content: space-between;
  line-height: 35px;
  margin: 0 30px;
}
.header-nav-icon .top-header-title a {
  font-size: 12px;
}
.header-nav-icon .top-header-link {
  display: flex;
  width: 300px;
}
.header-nav-icon .top-header-link li {
  width: 25%;
  text-align: center;
}
.header-nav-icon .top-header-link a {
  font-size: 12px;
}
/*logo header and search*/
.header-search-wrapper .logo{
  width: 317px;
  /*height: 52px;*/
}
.header-search-wrapper .search-icon {
  width: 18px;
  height: 18px;
  margin: 13px 0 0 10px;
}
.pc-header-search-wrapper{
  height: 66px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-top: 17px;
}
.pc-header-search-wrapper .search-input-wrapper{
  display: flex;
  width: 700px;
  height: 49px;
  border: 1px solid #2AAA82;
  border-radius: 50px;
  overflow:hidden;
  box-sizing: border-box;
  margin-right: 40px;
}
.pc-header-search-wrapper .pc-header-search-right {
  display: flex;
}

.pc-header-search-wrapper .search-input-wrapper .search-text{
  border-left: none;
  align-items: center;
  background-color: #2AAA82;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  width: 140px;
  font-size: 16px;
}
.pc-header-search-wrapper .search-input-wrapper .search-input{
  flex: 1;
  border-right: none;
}
.pc-header-search-wrapper .search-link{
  display: flex;
  align-items: center;
}
.pc-header-search-wrapper .search-link .cart{
  width: 18px;
  height: 18px;
  margin-left: 18px;
  cursor:pointer;
}
.pc-header-search-wrapper .search-link-list{
  display: flex;
  height: 19px;
}
.pc-header-search-wrapper  .outconnection{
  margin-right: 20px;
}
.pc-header-search-wrapper .outconnection img {
  height: 18px;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .top-header-nav-icon-placeholder {
    height: 159px;
    width: 100%;
  }
  .mobile-header-search-wrapper {
    display: none;
  }
  /*导航*/
  .mobile-nav {
    height: 0;
    overflow: hidden;
  }
  .smc-pc-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    margin-top: 20px;
  }
  .smc-pc-nav .nav-ul {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    position: relative;
    padding-right: 20px;
  }
  .smc-pc-nav .nav-ul .nav-ul-li {
    padding: 0 10px;
    cursor: pointer;
    line-height: 34px;
    border-bottom: 2px solid #fff;
  }
  .smc-pc-nav .nav-ul .nav-ul-li:hover {
    border-bottom: 2px solid #2AAA82;
  }
  .get-quote-btn {
    background-color: #2AAA82;
    padding: 0 12px;
    color: #fff;
    margin-left: 30px;
    height: 34px;
    box-sizing: border-box;
  }
  .smc-nav-wrapper {
    max-width: 1600px;
    margin: auto;
  }
  .smc-pc-nav {
    position: relative;
  }
  /*二级菜单*/
  .tree-menu-wrapper {
    width: 105%;
    position: absolute;
    left: 50%;
    background: #fff;
    transform: translate(-50%);
    top: 100%;
    max-height: 700px;
    display: block;
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    padding-top: 10px;
    border-top: 1px solid #cecece;
    padding-bottom: 20px;
  }
  .tree-menu-none {
    display: none;
  }
  .second-nav-all{
    flex-direction:column;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 680px;
  }
  .second-nav {
    margin-left: 40px;
  }
  .second-nav-name {
    margin: 10px 0;
    padding-left: 15px;
  }
  .second-nav-name a{
    font-weight: bold;
    padding-bottom: 4px;
  }
  .second-nav-name a:hover{
    border-bottom: 2px solid #2AAA82;
  }
  /*三级菜单*/
  .third-nav-li  a {
    display: inline-block;
    padding: 0 15px;
  }
  .third-nav-li  a:hover {
    background-color: #2AAA82;
    color: #fff;
  }
  .third-nav-all{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
  }
  .third-nav-all-name{
    width: 25%;
    height: 34px;
  }
  .third-nav-all-name a{
    display: inline-block;
    padding: 0 15px;
  }
  .third-nav-all-name a:hover{
    background-color: #2AAA82;
    color: #fff;
  }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .pc-header-search-wrapper .search-input-wrapper {
    width: 600px;
  }
}
/*mobile*/
@media only screen and (max-width: 1199px) {
  .top-header-nav-icon-placeholder {
    height: 140px;
    width: 100%;
  }
  .smc-pc-nav {
    display: none;
  }
  .header-search-wrapper .logo {
    width: 250px;
  }
  .header-nav-icon .top-header {
    display: none;
  }
  .pc-header-search-wrapper {
    display: none;
  }
  .mobile-header-search {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    height: 100px;
    align-items: center;
  }
  .mobile-search-input-wrapper {
    padding: 0 10% 20px;
  }
  .mobile-search {
    border: 1px solid #ccc;
    border-radius: 50px;
    display: flex;
  }
  .mobile-search-none {
    display: none;
  }
  .mobile-search-input {
    width: 85%;
    height: 50px;
    margin-left: 10px;
  }
  .mobile-search-icon {
    flex: 1;
    text-align: center;
    padding: 0 10px;
  }
  .mobile-search-icon img{
    width: 24px;
    height: 24px;
    margin-top: 15px  ;
  }
  /*mobile导航*/
  .mobile-nav {
    width: 100%;
    position: fixed;
    top: 90px;
    border: 1px solid #cecece;
    border-left: none;
    border-right: none;
  }
  /*一级*/
  .mobile-first-nav-box {
    display: flex;
    justify-content: space-between;
    min-height: 44px;
    border-bottom: 1px solid #cecece;
    align-items: center;
  }
  .mobile-first-nav-ul {
    padding: 0 5% 40px 5%;
    background-color: #fff;
    max-height:  490px;
    overflow-y: scroll;
  }
  .mobile-first-nav-box a {
    font-size: 13px;
    color: #030000;
    display: inline-block;
    width: 175px;
    margin-left: 155px;
    text-align: left;
    font-weight: bold;
  }
  .mobile-first-nav-box img {
    width: 16px;
    height: 16px;
  }
  /*二级*/
  .mobile-second-nav-name {
    display: flex;
    justify-content: space-between;
    min-height: 44px;
    /*border-bottom: 1px solid #cecece;*/
    align-items: center;
  }
  .mobile-second-nav-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .mobile-second-nav {
    border-bottom: 1px solid #cecece;
  }
  .mobile-second-nav-name a {
    font-size: 13px;
    color: #030000;
    display: inline-block;
    /*width: 100%;*/
    padding-right: 70px;
    text-align: right;
  }
  .mobile-second-nav-name img {
    width: 16px;
    height: 16px;
  }
  /*三级*/
  .mobile-three-nav-ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .mobile-three-nav-li {
    text-align: right;
    padding-right: 70px;
    height: 44px;
    line-height: 44px;
  }
  .mobile-three-nav-li a {
    font-size: 11px;
  }
}


