.transition {
  transition: .5s;
}
.anchorBL{
  display: none;
}
/*大屏幕*/
@media screen and (min-width: 1600px) {

  /*--------banner-image-------*/
  .treehome-banner .images {
    height: 18.8125rem;
  }

  .search-icon {
    display: none;
  }

  /* 1400px */
  .productHotDiv {
    background: #D7D7D7;
    width: 100%;
  }

  /*移动端隐藏部分*/
  .return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .productHotDiv .productHot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  .productHotDiv .productHot>div:nth-child(1){
    padding:20px 0;
  }
  .productHotDiv .productHot>div:nth-child(1) span {
    font-size: 16px;
    font-weight: 600;
    color: #EF780A;
    margin-right: 20px;
    line-height: 30px;
    float: left;
  }

  .productHotDiv .productHot>div:nth-child(1) a {
    font-size: 16px;
    font-weight: 600;
    color: #EF780A;
    margin-right: 20px;
    line-height: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    float: left;
  }

  .productHotDiv .productHot>div:nth-child(1) a:hover {
    color: #FF9534;
  }

  .productHotDiv .productHot>div:nth-child(2) {
    display: flex;
  }

  .productHotDiv .productHot>div:nth-child(2) input {
    height: 38px;
    width: 270px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .productHotDiv .productHot>div:nth-child(2) button {
    width: 74px;
    height: 38px;
    background: #FF9534;
    cursor: pointer;
  }

  .productHotDiv .productHot>div:nth-child(2) button img {
    width: 22px;
    height: 22px;
  }

  /* ----------------------------------------------------------- */
  .productDiv {
    padding-top: 88px;
    margin: auto;
  }

  .titleDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
  }

  .titleDiv .titleDivT {
    min-width: 300px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background: #333333;
    border-radius: 2px;
    font-size: 30px;
    font-weight: 600;
    color: #FEFEFE;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .titleDiv .titleDivE {
    margin-top: 20px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .titleDiv .titleDivC {
    margin-top: 16px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #322C2B;
    line-height: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productContentDiv {
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }

  .productContentDiv a {
    width: 220px;
    height: 330px;
    padding: 10px;
    background: #F9F9F9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productContentDiv a>div {
    width: 200px;
    height: 200px;
    display: block;
    overflow: hidden;
  }

  .productContentDiv a img {
    width: 200px;
    height: 200px;
    display: block;
  }

  .productContentDiv a:hover img {
    transform: scale(1.2);
  }

  .productContentDiv a p {
    margin-top: 8px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #322C2B;
    line-height: 22px;
  }

  .productContentDiv a span {
    margin-top: 6px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #322C2B;
    line-height: 16px;
    display: block;
  }

  .productContentDiv a button {
    cursor: pointer;
    margin-top: 18px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #FDFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #322C2B;
  }

  .productContentDiv a:hover button {
    background: #333333;
    color: #FDFFFF;
  }

  /*移动端部分样式隐藏*/
  .headCDiv>.headDiv>a>.return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .bottomNavDivMini {
    display: none;
  }

  .productHotDiv>.productHot>.input_mini {
    display: none;
  }

  /* ----------------------------------------------------------- */
  .swiper {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    height: 382px;
  }

  .swiper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 338px;
    height: 362px;
    display: block;
    padding-top: 10px;
    background: #F9F9F9;
  }

  .swiper a>div {
    width: 318px;
    height: 318px;
    /* margin: 0 10px 10px; */
    overflow: hidden;
  }

  .swiper a>div img {
    width: 318px;
    height: 318px;
    display: block;
  }

  .swiper a:hover>div img {
    transform: scale(1.2);
  }

  .swiper a>p {
    width: 318px;
    height: 44px;
    line-height: 44px;
    background: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
    color: #32383B;
    text-align: center;
    cursor: pointer;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .swiper a:hover>p {
    background: #FF9534;
    color: #fff;
  }

  /* ----------------------------------------------------------- */
  .aboutDiv {
    background: #F9F9F9;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
  }

  .aboutDiv .about>div:nth-child(1) {
    position: relative;
    width: 650px;
    height: 710px;
  }

  .aboutDiv .about>div:nth-child(1)>img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    display: block;
  }

  /* .aboutDiv .about>div{
    position: relative;
  } */

  .aboutDiv .about>div>.about-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 650px;
    height: 190px;
    background: rgba(255, 149, 52, 1);
  }

  .aboutDiv .about>div>.about-wrapper>.index-tel-icon {
    width: 100px;
    height: 100px;
    margin: 45px auto;
    margin-left: 110px;
  }

  .aboutDiv .about>div>.about-wrapper>.phone-num {
    /* width: 254px; */
    height: 56px;
    font-size: 48px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    margin: 67px auto;
    margin-right: 60px;
  }

  .aboutDiv .about>div:nth-child(2) {
    width: 690px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(1) p {
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(1) span {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #322C2B;
    line-height: 17px;
    display: block;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(2) {
    margin-top: 21px;
    width: 133px;
    height: 4px;
    background: #FF9534;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(3) {
    margin-top: 38px;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(3) p {
    text-indent: 2em;
    font-size: 18px;
    font-weight: 400;
    color: #322C2B;
    line-height: 25px;
    margin-bottom: 50px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>a {
    width: 174px;
    height: 48px;
    line-height: 46px;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: block;
    text-align: center;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>a:hover {
    background: #333;
    border: 1px solid #333333;
    color: #fff;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* ----------------------------------------------------------- */
  .bottomNavDiv {
    width: 100%;
    min-height: 933px;
    background: url(../img/bottomNavBg.jpg) no-repeat;
    background-size: cover;
    position: relative;
  }

  .bottomNavDiv .bottomNavBg {
    width: 100%;
    height: 100%;
    background: #303030;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
  }

  .bottomNavDiv .bottomNav {
    padding-top: 64px;
    padding-bottom: 60px;
    margin: auto;
    position: relative;
    z-index: 1;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-left: 120px;
  }

  .bottomNavDiv .bottomNav .bottomTitle {
    font-size: 21px;
    font-weight: 600;
    color: #FF9534;
    line-height: 29px;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div>p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: block;
    margin-left: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) {
    margin-left: 100px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div {
    display: flex;
    flex-direction: column;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div input {
    width: 224px;
    height: 42px;
    border: 1px solid #979797;
    background: none;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    caret-color: #fff;
    color: #fff;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div input::-webkit-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div input:-moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div input::moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div input:-ms-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div textarea {
    display: block;
    width: 224px;
    height: 88px;
    border: 1px solid #979797;
    background: none;
    padding: 10px;
    resize: none;
    outline: none;
    color: #fff;
    margin-bottom: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div textarea::-webkit-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div textarea:-moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div textarea::moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div textarea:-ms-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div button {
    width: 224px;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) div button:hover {
    background: #000000;
    color: #FFFFFF;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3) {
    margin-left: 100px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3)>div {
    display: flex;
    flex-direction: column;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3)>div a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4) {
    margin-left: 100px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div {
    display: flex;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p {
    margin-right: 12px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p:nth-last-child(1) {
    margin-right: 0;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p img {
    width: 110px;
    height: 110px;
    display: block;
    margin-bottom: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    display: block;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(2) {
    margin-top: 100px;
    height: 420px;
  }

  /* -------------------------------------------------------------- */
  .fast-router:hover {
    color: rgba(255, 149, 52, 1) !important;
  }

}

/*小屏幕*/
@media (max-width: 1599.9px) and (min-width: 1279px) {

  /*--------banner-image-------*/
  .treehome-banner .images {
    height: 18.8125rem;
  }

  .search-icon {
    display: none;
  }

  /* 1200px */
  .productHotDiv {
    background: #D7D7D7;
    width: 100%;
  }

  .productHotDiv .productHot {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
  }
  .productHotDiv .productHot>div:nth-child(1){
    padding:20px 0;
  }
  .productHotDiv .productHot>div:nth-child(1) span {
    font-size: 16px;
    font-weight: 600;
    color: #EF780A;
    margin-right: 20px;
    line-height: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    float: left;
  }

  .productHotDiv .productHot>div:nth-child(1) a {
    font-size: 16px;
    font-weight: 600;
    color: #EF780A;
    margin-right: 20px;
    line-height: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    float: left;
  }

  .productHotDiv .productHot>div:nth-child(1) a:hover {
    color: #FF9534;
  }

  .productHotDiv .productHot>div:nth-child(2) {
    display: flex;
    margin-right: 20px;
  }

  .productHotDiv .productHot>div:nth-child(2) input {
    height: 38px;
    width: 270px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productHotDiv .productHot>div:nth-child(2) button {
    width: 74px;
    height: 38px;
    background: #FF9534;
    cursor: pointer;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productHotDiv .productHot>div:nth-child(2) button img {
    width: 22px;
    height: 22px;
  }

  /* ----------------------------------------------------------- */
  .productDiv {
    padding-top: 88px;
    margin: auto;
  }

  .titleDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .titleDiv .titleDivT {
    min-width: 240px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background: #333333;
    border-radius: 2px;
    font-size: 30px;
    font-weight: 600;
    color: #FEFEFE;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .titleDiv .titleDivE {
    margin-top: 20px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .titleDiv .titleDivC {
    margin-top: 16px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #322C2B;
    line-height: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /*产品中心*/
  .productContentDiv {
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-around;
  }

  .productContentDiv a {
    width: 220px;
    /* height: 330px; */
    padding: 10px;
    background: #F9F9F9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productContentDiv a>div {
    width: 140px;
    height: 140px;
    display: block;
    overflow: hidden;
  }

  .productContentDiv a img {
    width: 140px;
    height: 140px;
    display: block;
  }

  .productContentDiv a:hover img {
    transform: scale(1.2);
  }

  .productContentDiv a p {
    margin-top: 8px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #322C2B;
    line-height: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productContentDiv a span {
    margin-top: 6px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #322C2B;
    line-height: 16px;
    display: block;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productContentDiv a button {
    cursor: pointer;
    margin-top: 18px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #FDFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #322C2B;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .productContentDiv a:hover button {
    background: #333333;
    color: #FDFFFF;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /*移动端部分样式隐藏*/
  .headCDiv>.headDiv>a>.return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .bottomNavDivMini {
    display: none;
  }

  .productHotDiv>.productHot>.input_mini {
    display: none;
  }

  /* ----------------------------------------------------------- */
  .swiper {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    height: 382px;
  }

  .swiper a {
    width: 230px;
    height: 295px;
    display: block;
    padding-top: 10px;
    background: #F9F9F9;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .swiper a>div {
    width: 230px;
    height: 230px;
    margin: 0 10px 10px;
    overflow: hidden;
  }

  /*图片大小*/
  .swiper a>div img {
    width: 230px;
    height: 230px;
    display: block;
    /* overflow: hidden; */
  }

  .swiper a:hover>div img {
    transform: scale(1.2);
  }

  .swiper a>p {
    margin-left: 10px;
    width: 230px;
    height: 44px;
    line-height: 44px;
    background: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
    color: #32383B;
    text-align: center;
    cursor: pointer;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .swiper a:hover>p {
    background: #FF9534;
    color: #fff;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* ----------------------------------------------------------- */
  .aboutDiv {
    background: #F9F9F9;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
  }

  .aboutDiv .about {
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
    margin: auto;
    align-items: center;
  }

  .aboutDiv .about>div:nth-child(1) {
    position: relative;
    width: 550px;
    height: 710px;
  }

  /*公司简介左边图片*/
  .aboutDiv .about>div:nth-child(1)>img {

    width: 100%;
    height: 100%;
    display: block;
  }

  .aboutDiv .about>div>.about-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 550px;
    height: 190px;
    background: rgba(255, 149, 52, 1);
  }

  .aboutDiv .about>div>.about-wrapper>.index-tel-icon {
    width: 90px;
    height: 90px;
    margin: 45px auto;
    margin-left: 95px;
  }

  .aboutDiv .about>div>.about-wrapper>.phone-num {
    /* width: 254px; */
    height: 56px;
    font-size: 40px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    margin: 67px auto;
    margin-right: 60px;
  }

  .aboutDiv .about>div:nth-child(2) {
    width: 556px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(1) p {
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(1) span {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #322C2B;
    line-height: 17px;
    display: block;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(2) {
    margin-top: 21px;
    width: 133px;
    height: 4px;
    background: #FF9534;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(3) {
    margin-top: 38px;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(3) p {
    text-indent: 2em;
    font-size: 18px;
    font-weight: 400;
    color: #322C2B;
    line-height: 25px;
    margin-bottom: 50px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>a {
    width: 174px;
    height: 48px;
    line-height: 46px;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: block;
    text-align: center;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .aboutDiv .about>div:nth-child(2)>a:hover {
    background: #333;
    border: 1px solid #333333;
    color: #fff;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* ----------------------------------------------------------- */
  .bottomNavDiv {
    width: 100%;
    height: 933px;
    background: url(../img/bottomNavBg.jpg) no-repeat;
    background-size: cover;
    position: relative;
  }

  .bottomNavDiv .bottomNavBg {
    width: 100%;
    height: 100%;
    background: #303030;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav {
    padding-top: 64px;
    padding-bottom: 60px;
    margin: auto;
    position: relative;
    z-index: 1;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    /* margin-left: 20px; */
  }

  .bottomNavDiv .bottomNav .bottomTitle {
    font-size: 21px;
    font-weight: 600;
    color: #FF9534;
    line-height: 29px;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div>p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: block;
    margin-left: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) {
    margin-left: 0;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div {
    display: flex;
    flex-direction: column;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div input {
    width: 224px;
    height: 42px;
    border: 1px solid #979797;
    background: none;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    caret-color: #fff;
    color: #fff;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div input::-webkit-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div input:-moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div input::moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div input:-ms-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div textarea {
    display: block;
    width: 224px;
    height: 88px;
    border: 1px solid #979797;
    background: none;
    padding: 10px;
    resize: none;
    outline: none;
    color: #fff;
    margin-bottom: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) div:nth-child(2) div textarea::-webkit-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) div:nth-child(2) div textarea:-moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) div:nth-child(2) div textarea::moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) div:nth-child(2) div textarea:-ms-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div button {
    width: 224px;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav div:nth-child(1) div:nth-child(2) div button:hover {
    background: #000000;
    color: #FFFFFF;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3) {
    padding: 0 10px 0 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3)>div {
    display: flex;
    flex-direction: column;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3)>div a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4) {
    position: relative;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div {
    display: inline-block;
    width: 400px;
    height: 100px;
    margin-right: 37px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p {
    width: 100px;
    margin-right: 8px;
    float: left;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p:nth-last-child(1) {
    margin-right: 0;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p img {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    display: block;
    font-family: PingFangSC-Semibold, PingFang SC;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(2) {
    margin-top: 100px;
    height: 420px;
  }

  /* -------------------------------------------------------------- */
  .fast-router:hover {
    color: rgba(255, 149, 52, 1) !important;
  }
}

/*平板*/
@media (max-width: 1278.9px) {

  /*--------banner-image-------*/
  .treehome-banner .images {
    height: 14.8rem;
  }

  /*------------地图中的字---------------*/
  .font_in_map {
    position: absolute;
    width: 44%;
    height: 25px;
    line-height: 25px;
    background: rgba(98, 98, 98, .5);
    /* bottom: 560px; */
    z-index: 10;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEFFFE;
  }

  /* 百分制单位 */
  .productHotDiv {
    /* background: #333333; */
    width: 100%;
  }

  .productHotDiv .productHot {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background: red; */
  }

  /*隐藏PC端物品种类*/
  .productHotDiv .productHot>div {
    display: none;
  }

  .productHotDiv .productHot>div:nth-child(1) span {
    /* font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px; */
    display: none;
  }

  .productHotDiv .productHot>div:nth-child(1) a {
    /* font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px; */
    display: none;
  }

  .productHotDiv .productHot>div:nth-child(1) a:hover {
    color: #FF9534;
  }

  .productHotDiv .productHot>div:nth-child(2) {
    display: flex;
    margin-right: 20px;
  }

  .productHotDiv .productHot>div:nth-child(2) input {
    display: none;
  }

  .productHotDiv .productHot>div:nth-child(2) button {
    display: none;
  }

  .productHotDiv .productHot>div:nth-child(2) button img {
    width: 22px;
    height: 22px;
  }

  /*移动端输入框*/
  .productHotDiv>.productHot>.input_mini {
    /* margin-top: 10px; */
    width: 100%;
    height: 32px;
    margin: 0 auto;
    padding-left: 16px;
    margin-right: 16px;
    border-radius: 4px;
    background: rgba(244, 244, 244, 1);
  }

  .productHotDiv>.productHot>.search-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 32px;
  }

  /* ----------------------------------------------------------- */
  .productDiv {
    /* padding-top: 20px; */
    margin: 10.72% auto;
  }

  .titleDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* margin: auto; */
  }

  .titleDiv .titleDivT {
    /* width: 21.33%; */
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    text-align: center;
    color: #322C2B;
  }

  .titleDiv .titleDivE {
    margin-top: 2px;
    /* width: 30.67%; */
    height: 16px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #C6C6C6;
    height: 16px;
  }

  .titleDiv .titleDivC {
    display: none;
  }

  .titleDiv .rect {
    margin-top: 2px;
    width: 64px;
    height: 4px;
    background: rgba(99, 99, 107, 1);
  }

  /*产品中心*/
  .productContentDiv {
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .productContentDiv a {
    width: 47%;
    height: 14.18%;
    padding: 10px;
    background: #F9F9F9;
    /* background: red; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
  }

  .productContentDiv a>div {
    width: 100%;
    height: 14.18%;
    display: block;
    overflow: hidden;
  }

  .productContentDiv a img {
    width: 100%;
    height: 10.55%;
    display: block;
  }

  .productContentDiv a:hover img {
    transform: scale(1.2);
  }

  .productContentDiv a p {
    /* margin-top: 8px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #322C2B;
    line-height: 22px; */
    display: none;
  }

  .productContentDiv a span {
    /* margin-top: 6px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #322C2B;
    line-height: 16px;
    display: block; */
    display: none;
  }

  .productContentDiv a button {
    cursor: pointer;
    margin-bottom: -10px;
    width: 104%;
    height: 2.18%;
    line-height: 30px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
  }

  .productContentDiv a:hover button {
    background: #333333;
    color: #FDFFFF;
  }

  /* ----------------------------------------------------------- */
  .swiper {
    /* margin-top: 10px; */
    width: 100%;
    height: 156px;
    overflow: hidden;
  }

  .swiper a {
    width: 128px;
    height: 156px;
    display: block;
    padding-top: 10px;
    background: #F9F9F9;
  }

  .swiper a>div {
    width: 100%;
    height: 115px;
    margin: 0 3px 3px;
    overflow: hidden;
  }

  /*图片大小*/
  .swiper a>div img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .swiper a:hover>div img {
    transform: scale(1.05);
  }

  .swiper a>p {
    margin-left: 2.67%;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #EAEAEA;
    font-size: 12px;
    font-weight: 400;
    color: #32383B;
    text-align: center;
    cursor: pointer;
  }

  .swiper a:hover>p {
    background: #FF9534;
    color: #fff;
  }

  /* ----------------------------------------------------------- */
  .aboutDiv {
    width: 100%;
    background: #F9F9F9;
    padding-top: 15px;
    /* padding-bottom: 60px; */
  }

  .aboutDiv .about {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 90%;
  }

  .aboutDiv .about>div {
    position: relative;
  }

  .aboutDiv .about>div:nth-child(1) {
    width: 100%;
    /* height: 710px; */
  }

  /*公司简介左边图片*/
  .aboutDiv .about>div:nth-child(1)>img {
    margin-top: 10px;
    /* margin-left: 20px; */
    width: 100%;
    height: 23.93%;
    display: block;
  }

  .aboutDiv .about>div>.about-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 19.76%;
    background: rgba(255, 149, 52, 1);
  }

  .aboutDiv .about>div>.about-wrapper>.index-tel-icon {
    width: 10.66%;
    /* height: 40px; */
    margin: 20px auto;
    margin-left: 13.33%;
  }

  .aboutDiv .about>div>.about-wrapper>.phone-num {
    /* width: 43.73%; */
    height: 43.73%;
    font-size: 24px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    margin: 19px auto;
    margin-right: 10.2%;
  }

  .aboutDiv .about>div:nth-child(2) {
    width: 100%;
    /* height: 710px; */
    padding-top: 17px;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(1) p {
    text-align: center;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(1) span {
    text-align: center;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #322C2B;
    line-height: 17px;
    display: block;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(2) {
    /* margin-top: 21px;
    width: 133px;
    height: 4px;
    background: #FF9534; */
    display: none;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(3) {
    margin-top: 10px;
  }

  .aboutDiv .about>div:nth-child(2)>div:nth-child(3) p {
    text-indent: 2em;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6);
    line-height: 16px;
    margin-bottom: 20px;
  }

  .aboutDiv .about>div:nth-child(2)>a {
    width: 32%;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: #333333;
    margin: 10px auto;
  }

  .aboutDiv .about>div:nth-child(2)>a:hover {
    background: #333;
    border: 1px solid #333333;
    color: #fff;
  }

  /* ----------------------主页底部--------------------------------- */
  .bottomNavDiv {
    width: 100%;
    background: url(../img/bottomNavBg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: none;
  }

  .bottomNavDiv .bottomNavBg {
    width: 100%;
    height: 100%;
    background: #303030;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
  }

  .bottomNavDiv .bottomNav {
    padding-top: 64px;
    padding-bottom: 60px;
    margin: auto;
    position: relative;
    z-index: 1;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
  }

  .bottomNavDiv .bottomNav .bottomTitle {
    width: 84px;
    font-size: 21px;
    font-weight: 600;
    color: #FF9534;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div>p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(1)>div span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: block;
    margin-left: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2) {
    /* margin-left: 40px; */
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div {
    display: flex;
    flex-direction: column;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>input {
    width: 224px;
    height: 42px;
    border: 1px solid #979797;
    background: none;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    caret-color: #fff;
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>input::-webkit-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>input:-moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>input::moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>input:-ms-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>textarea {
    display: block;
    width: 224px;
    height: 88px;
    border: 1px solid #979797;
    background: none;
    padding: 10px;
    resize: none;
    outline: none;
    color: #fff;
    margin-bottom: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>textarea::-webkit-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>textarea:-moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>textarea::moz-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>textarea:-ms-input-placeholder {
    color: #fff;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>button {
    width: 224px;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(2)>div>button:hover {
    background: #000000;
    color: #FFFFFF;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3) {
    margin-left: 40px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3)>div {
    display: flex;
    flex-direction: column;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(3)>div a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 20px;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4) {
    margin-right: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div {
    display: flex;
    margin-right: 37px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p {
    margin-right: 8px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p:nth-last-child(1) {
    margin-right: 0;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p img {
    width: 80px;
    height: 110px;
    display: block;
    margin-bottom: 10px;
  }

  .bottomNavDiv .bottomNav>div:nth-child(1)>div:nth-child(4)>div>div>p span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    display: block;
  }

  /* -------------------------------------------------------------- */
  .bottomNavDiv .bottomNav>div:nth-child(2) {
    margin-top: 100px;
    height: 420px;
  }

  /* -------------------------------------------------------------- */
  .fast-router:hover {
    color: rgba(255, 149, 52, 1) !important;
  }


  /*---------------------------移动端底部----------------------------*/
  .bottomNavDivMini {
    margin-top: 30px;
    width: 100%;
  }

  .bottomNavDivMini>.bottomNavDivMiniTitle {
    text-align: center;
  }

  .bottomNavDivMini>.bottomNavDivMiniTitle p:nth-child(1) {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #322C2B;
  }

  .bottomNavDivMini>.bottomNavDivMiniTitle p:nth-child(2) {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C6C6C6;
  }

  .bottomNavDivMini>.bottomNavDivMiniTitle>.rect {
    margin: 2px auto 0;
    width: 17.07%;
    height: 4px;
    background: #63636B;
  }

  .bottomNavDivMini>.img-sets {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .bottomNavDivMini>.img-sets .info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    width: 44%;
    background: #F4F4F4;
  }

  .bottomNavDivMini>.img-sets .info-wrapper img {
    margin-top: 10px;
    width: 26.4%;
  }

  .bottomNavDivMini>.img-sets .info-wrapper span {
    margin-top: 5px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #727272;
  }

  .bottomNavDivMini>.img-sets .info-wrapper p {
    margin-top: 5px;
    margin-bottom: 1.02%;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #322C2B;
    line-height: 17px;
    text-align: center;
  }

  /*在线留言*/
  .bottomNavDivMini .table {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    padding: 12px;
    background: #F9F9F9;
  }

  .bottomNavDivMini .table .table-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    /* display: none; */
  }

  .bottomNavDivMini .table .table-contant {
    /* margin-top: 60px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bottomNavDivMini .table .table-contant .user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 97.8%;
    /* justify-content: space-between; */
  }

  /*姓名*/
  .bottomNavDivMini .table .table-contant .user-info .username {
    /* width: 84.8%; */
    width: 100%;
    height: 32px;
    /* margin: 7px auto 11px; */
  }

  .bottomNavDivMini .table .table-contant .user-info .username .name {
    display: none;
    /* font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6); */
  }

  .bottomNavDivMini .table .table-contant .user-info .username .input-name {
    margin-top: 10px;
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
  }

  /*电话*/
  .bottomNavDivMini .table .table-contant .user-info .tel {
    width: 100%;
    height: 32px;
    margin-top: 11px;
  }

  .bottomNavDivMini .table .table-contant .user-info .tel .tel_name {
    display: none;
    /* font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6); */
  }

  .bottomNavDivMini .table .table-contant .user-info .tel .input-tel {
    margin-top: 10px;
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
  }

  /*留言*/
  .bottomNavDivMini .table .table-contant .note {
    margin: 10px auto 15px;
    width: 97.8%;
    height: 96px;
  }

  .bottomNavDivMini .table .table-contant .note .note_name {
    display: none;
    /* font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6); */
  }

  .bottomNavDivMini .table .table-contant .note .input-note {
    margin-top: 10px;
    width: 100%;
    height: 96px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    border: none;
  }

  /*按钮*/
  .bottomNavDivMini .sub_btn {
    margin: 15px auto 0;
    width: 97.8%;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(98, 98, 98, 1);
    border: none;
  }

  .bottomNavDivMini .sub_btn:hover {
    background: rgba(255, 149, 52, 1);
  }

  /*联系我们*/
  .bottomNavDivMini .contact_methods {
    margin: 0 auto;
    width: 92%;
    padding: 20px;
    background: #F9F9F9;
  }

  .bottomNavDivMini .contact_methods .contact_title {
    /* margin-top: 20px; */
    margin-bottom: 10px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
  }

  .bottomNavDivMini .contact_methods .img_wrapper {
    display: flex;
    justify-content: space-around;
  }

  .bottomNavDivMini .contact_methods .img_wrapper .img_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }

  .bottomNavDivMini .contact_methods .img_wrapper img {
    width: 86px;
    height: 86px;
  }

  .bottomNavDivMini .contact_methods .img_wrapper span {
    margin-top: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303030;
    text-align: center;
  }
}

/* ---------------------------------------------------------------------- */
@media (min-width: 350px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 22px;
  }
}

@media (min-width: 1281px) {
  html {
    font-size: 30px;
  }
}

@media (min-width: 1481px) {
  html {
    font-size: 35px;
  }
}

@media (min-width: 1680px) {
  html {
    font-size: 40px;
  }
}

/* ----------------------------------banner start---------------------------------- */
.treehome-banner {
  position: relative;
  z-index: 2;
}

.treehome-banner .cn-01,
.treehome-banner .cn-02,
.treehome-banner .teehome-more {
  transition: .5s ease-in-out;
}

.treehome-banner .images {
  background-size: cover;
  background-position: 50% 50%;
}

.treehome-banner .swiper-btn .btns {
  position: absolute;
  width: 1.125rem;
  height: 2.25rem;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.treehome-banner .swiper-btn .btns.swiper-button-prev {
  left: 1.5rem;
  background-image: url(../img/prev.png);
}

.treehome-banner .swiper-btn .btns.swiper-button-next {
  right: 1.5rem;
  background-image: url(../img/next.png);
}

.treehome-banner .teehome-more {
  margin-top: 1rem;
}

.treehome-banner .words {
  line-height: 1.2;
  z-index: 5;
}

.treehome-banner .items {
  display: block;
  position: relative;
  overflow: hidden;
}

.treehome-banner .items .words {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari  Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  padding: 0 1.75rem;
}

.treehome-pagination {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
}

.treehome-pagination .swiper-pagination-bullet {
  width: .7rem;
  height: .7rem;
  position: relative;
  background: transparent;
  margin: 0 5px;
  opacity: 1;
}

.treehome-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background: #fff;
  border-radius: 50%;
}

.treehome-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .3s;
}

.treehome-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.treehome-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #FF9534;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
}

.treehome-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #FF9534;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
  transition: opacity .3s 1s;
}

.treehome-pagination .swiper-pagination-bullet-active .ui-loop .path-loop-bg {
  opacity: .2;
}

.treehome-pagination.swiper-pagination span.swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.treehome-pagination.swiper-pagination span.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}



@media screen and (min-width: 1025px) {
  .treehome-banner .swiper-btn .btns {
    transition: .5s ease-in-out;
  }

  .treehome-banner .swiper-btn .btns:hover {
    transition: .5s ease-in-out;
  }

  .treehome-banner .swiper-btn .btns.swiper-button-prev:hover {
    background-image: url(../img/prev1.png);
  }

  .treehome-banner .swiper-btn .btns.swiper-button-next:hover {
    background-image: url(../img/next1.png);
  }
}

/* -----------------------banner end------------------------ */

/*0---------------------------swiper-------------------------*/
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper .swiper-wrapper {
  white-space: nowrap;
}

.swiper .swiper-wrapper .swiper-slide {
  display: inline-block;
}