.treehome-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.treehome-three .itmes {
  padding: 1.75rem 3.25rem;
}
.treehome-three .itmes h4 {
  margin-bottom: 0.75rem;
  color: #fff;
}
.treehome-three .itmes p {
  color: #fff;
}
.treehome-three .itmes:nth-of-type(1) {
  background: #06a44d url(../../img/main/icon1.png) no-repeat 96% 80%;
  padding-left: 3.25rem;
}
.treehome-three .itmes:nth-of-type(2) {
  background: #0c3c97 url(../../img/main/icon2.png) no-repeat 96% 80%;
  padding: 1.75rem 3.25rem 1.75rem 2rem;
}
.treehome-three .itmes:nth-of-type(3) {
  background: #002874 url(../../img/main/icon3.png) no-repeat 96% 80%;
  padding-right: 3.25rem;
}
.swiperServer{
  max-height: 550px;
  margin-bottom: 40px;
}
.treehome-server .items {
  position: relative;
  max-height: 550px;
}
.treehome-server .items .imgs {
  max-height: 550px;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.treehome-server .items .imgs img{
  display: block;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
.treehome-server .items .col-md-7 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 40, 116, 0.95);
  height: 100%;
  border-radius: 1rem 0 0 0;
  padding: 0 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.treehome-server .items .col-md-7 .tit {
  color: #fff;
}
.treehome-server .items .col-md-7 .txt {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.treehome-server .items .col-md-7 .tmore {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.1rem 0;
}
.treehome-server .items .col-md-7 .tmore i {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.2rem;
}

.treehome-server .swiperServerThm .items {
  position: relative;
  height: 5.9rem;
}
.treehome-server .swiperServerThm .items img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treehome-server .swiperServerThm .items span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
.treehome-server .swiperServerThm .items:hover {
  cursor: pointer;
}
.treehome-server .swiperServerThm .swiper-slide-thumb-active .items span {
  background: rgba(0, 0, 0, 0.1);
}
.treehome-server .swiperServerThm .swiper-button-next,
.treehome-server .swiperServerThm .swiper-button-prev {
  width: 1rem;
  height: 1rem;
  background: #e5e5e5;
  border-radius: 50%;
}
.treehome-server .swiperServerThm .swiper-button-next::after,
.treehome-server .swiperServerThm .swiper-button-prev::after {
  font-size: 0.5rem;
  color: #000;
}
.treehome-server .swiperServerThm .swiper-button-prev {
  left: 0;
}
.treehome-server .swiperServerThm .swiper-button-next {
  right: 0;
}

.treehome-fitment {
  padding: 2rem 3.25rem;
}
.treehome-fitment .swiperFitment .swiper-wrapper {
  padding-bottom: 1.75rem;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items .imgs {
  width: 100%;
  background: #000;
  display: block;
  position: relative;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items .imgs img {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items .imgs .imgs-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items .hover-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 40, 116, 0.7);
  padding: 1rem 0.5rem;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items .hover-txt .tit {
  margin-bottom: 0.5rem;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items .hover-txt .tmore {
  display: block;
  margin-top: 0.75rem;
  color: #fff;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items:hover {
  cursor: pointer;

}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items:hover .imgs img {
  opacity: 1;
  /*transform: scale(1.05);*/
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items:hover .imgs-txt {
  display: none;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide .items:hover .hover-txt {
  transform: translateY(0);
}

.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"]:hover{
  margin-left: 0;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide[data-swiper-slide-index="3"]:hover{
  margin-right: 80px!important;
  padding-right: 40px;
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide:hover {
  margin: 0 -50px;
  /*transform: scale(1.1);*/
  transition: all 0.3s ease;
  z-index: 1000
}
.treehome-fitment .swiperFitment .swiper-wrapper .swiper-slide:hover .items{
  width: calc(100% + 100px);
}
.treehome-fitment .swiperFitment .swiper-pagination-bullet {
  background: #002874;
  width: 0.4rem;
  height: 0.4rem;
}
.treehome-fitment .swiperFitment .swiper-pagination-bullet-active {
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.3rem;
}

.v-abouts-center .swiper-button-prev::after,
.v-abouts-center .swiper-button-next::after {
  color: #fff;
}

.footer-right .ulbox {
  display: grid;
  grid-template-columns: 20% 20% 20% 40%;
}
.footer-right .ulbox .sp {
  color: rgba(255, 255, 255, 0.3);
}
.footer-right .ulbox .content-left {
  width: auto;
  margin-right: 0;
}
.footer-right .ulbox .content-left .spbox {
  color: rgba(255, 255, 255, 0.3);
}
.footer-right .ulbox .content-left .spbox span {
  color: rgba(255, 255, 255, 0.3);
}
.footer-right .ulbox .content-left .spbox .add,
.footer-right .ulbox .content-left .spbox .tel {
  color: rgba(255, 255, 255, 0.3);
}

.footer-bot {
  background: #002160;
  padding: 0.5rem 0;
  text-align: center;
}
.footer-bot .sp {
  color: #fff;
}
.footer-bot a {
  color: #fff !important;
}

.swiperCase .swiper-button-prev,
.swiperCase .swiper-button-next {
  width: 1rem;
  height: 1rem;
  background: #e5e5e5;
  border-radius: 50%;
}
.swiperCase .swiper-button-prev::after,
.swiperCase .swiper-button-next::after {
  font-size: 0.5rem;
  color: #000;
}
.swiperCase .swiper-button-prev:hover,
.swiperCase .swiper-button-next:hover {
  background: #002874;
}
.swiperCase .swiper-button-prev:hover::after,
.swiperCase .swiper-button-next:hover::after {
  color: #fff;
}
.swiperCase .swiper-pagination-bullet {
  background: #002874;
  width: 0.4rem;
  height: 0.4rem;
}

.news_con_con {
  margin-top: 0.4rem;
}

.main.culture .box2 .li {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(75, 99, 84, 0.09);
  border-radius: 8px;
  overflow: hidden;
}

.main.culture .box2 .time {
  background: #002874;
}

.fitment {
  margin-top: 2rem;
}
.fitment .contact .col-md-2 {
  position: sticky;
  top: 2.5rem;
  height: 100vh;
}
.fitment .fitment_side .fitment_side_items {
  margin-bottom: 0.45rem;
  padding: 8px 0;
  transition: all 0.36s;
}
.fitment .fitment_side .fitment_side_items a {
  display: inline-block;
  position: relative;
  color: #666;
}
.fitment .fitment_side .fitment_side_items a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #002874;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  margin-top: 0.25rem;
  transition: all 0.36s;
}
.fitment .fitment_side .fitment_side_items.on a, .fitment .fitment_side .fitment_side_items:hover a {
  color: #002874;
  line-height: 2.5;
}
.fitment .fitment_side .fitment_side_items.on a::after, .fitment .fitment_side .fitment_side_items:hover a::after {
  opacity: 1;
}
.fitment .fitment_content .fitment_content_title {
  margin-bottom: 1rem;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item {
  display: grid;
  grid-template-columns: calc(100% - 19rem) 19rem;
  grid-gap: 0.45rem;
  margin-bottom: 0.45rem;
  background: #f9f9f9;
  border-radius: 8px;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_img {
  overflow: hidden;
  border-radius: 8px;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_img img {
  width: 100%;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  transition: all 0.36s;
  overflow: hidden;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_text .tit-tag {
  margin: 0.75rem 0 1rem;
  color: #333;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_text .tit-tag span {
  margin-right: 0.25rem;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_text .fitment_content_item_txt_tit {
  color: #002874;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_more {
  margin-top: 1.5rem;
  color: #666;
  border: 1px solid #002874;
  border-radius: 1.25rem;
  padding: 0.25rem 0.875rem;
  display: inline-block;
  transition: all 0.36s;
}
.fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_more:hover {
  background: #002874;
  color: #fff;
}
.fitment .fitment_content .more-btn {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.fitment .fitment_content .more-btn a {
  display: inline-block;
  padding: 0.3rem 1.8rem;
  color: #002874;
  background: rgba(0, 41, 116, 0.2588235294);
}
.fitment .fitment_content .more-btn:hover {
  background: none !important;
}
.fitment .fitment_content .more-btn:hover a {
  background: #002874 !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .fitment .fitment_content .fitment_content_items .fitment_content_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_text {
    order: 2;
    padding-bottom: 15px;
  }
  .fitment .fitment_content .fitment_content_items .fitment_content_item .fitment_content_item_img {
    order: 1;
  }
  .fitment_side {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 0.45rem;
    margin-bottom: 0.45rem;
  }
  .fitment .contact .col-md-2 {
    position: relative;
    height: auto;
    margin-bottom: 40px;
  }
}
.wall-pro {
  position: relative;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.wall-pro span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.std_title3,
.yxedr_active h3 {
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}

.d_c1part2main {
  position: relative;
}

.d_c1part2 {
  padding: 2rem 0;
}
.d_c1part2 .std_title3 {
  margin-bottom: 1rem;
}

.d_c1part2ul {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 5;
}

.d_c1part2li {
  width: 400px !important;
}

.d_c1part2li2 {
  width: calc(100% - 840px) !important;
}

.d_c1part2body1 {
  height: 100%;
  padding: 34px 1rem 35px;
  box-shadow: 0px 4px 30px rgba(75, 99, 84, 0.09);
  border-radius: 8px;
  background: #ffffff;
}

.d_c1part2li .std_word4 {
  margin-bottom: 12px;
  font-weight: bold;
  color: #333333;
}

.std_word4,
.std_word4 p {
  font-size: 18px;
  line-height: 1.75;
  color: #666666;
}

.std_title4,
.yxedr_active h4 {
  font-size: 30px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}

.d_c1part2wechat img:first-child {
  margin-right: 30px;
}

.d_c1part2icon {
  margin-top: 6px;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 0px 4px 8px rgba(75, 99, 84, 0.09);
  border-radius: 50%;
  position: relative;
  transition: all 0.36s;
}

.d_c1part2icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.d_d1part1 .d_c1part2icon img:last-child {
  opacity: 0;
}

.d_c1partli2 .std_word3 {
  display: inline-block;
  transition: all 0.36s;
}

.d_c1part2button {
  width: 160px;
  margin-top: 1rem;
  text-align: center;
  padding: 12px 20px;
  background: #002874;
  border-radius: 50px;
  cursor: pointer;
}

.d_c1part2button .std_word3 {
  color: #ffffff;
  line-height: 1.4;
}

.d_c1part2ul2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #dddddd;
}

.d_c1partli2 {
  width: 25%;
  display: flex;
  align-items: center;
  position: relative;
}

.d_c1partli2,
.d_c1partli2 a {
  display: flex;
  align-items: center;
}

.d_c1partli2,
.d_c1partli2 a {
  display: flex;
  align-items: center;
}

.std_word3 {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}

.d_c1partli2 .std_word3 {
  display: inline-block;
  transition: all 0.36s;
}

.d_c1part2wechat {
  display: flex;
}

.t_c1code {
  width: 110px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(75, 99, 84, 0.14);
  border-radius: 8px;
  padding: 5px;
  display: none;
}

@media (max-width: 1024px) {
  .w1640 {
    max-width: 1640px;
    width: 96%;
    margin: 0 auto;
  }
  .n-header .mallbox {
    display: none !important;
  }
  .d_c1part2li2 {
    width: 100% !important;
    margin: 20px 0;
  }
  .treehome-prolists .treehome-btn .swiper-button-next::after,
  .treehome-prolists .treehome-btn .swiper-button-prev::after {
    font-size: 16px;
    color: #a0a0a0;
  }
  .treehome-prolists .swiper-wrapper {
    padding-bottom: 50px;
  }
  .treehome-prolists .treehome-btn .swiper-button-next,
  .treehome-prolists .treehome-btn .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .treehome-three {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .treehome-server .items .col-md-7 {
    display: none;
  }
  .treehome-server .swiperServerThm .items span {
    font-size: 14px;
  }
  .treehome-server .swiperServerThm .swiper-button-next,
  .treehome-server .swiperServerThm .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: calc(100% - 30px);
  }
  .treehome-fitment .swiperFitment .swiper-wrapper {
    padding-bottom: 40px;
  }
  .v-abouts-top .images {
    height: 500px;
    background-size: cover !important;
  }
  .v-abouts-center .list .items {
    width: 100%;
  }
  .v-abouts-center .list .items .imgs:before {
    width: 50px;
    height: 50px;
  }
  .v-newslist .li {
    width: 100%;
    margin-bottom: 30px;
  }
  .v-newslist .li .imgs {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .v-newslist .li .imgs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer-right .ulbox {
    grid-template-columns: 50% 50%;
  }
  .footer-bot .p {
    width: 100%;
  }
  .fitment .fitment_side .fitment_side_items.on a,
  .fitment .fitment_side .fitment_side_items:hover a {
    line-height: normal;
  }
  .main.products-info .box2 .fl2 {
    flex-wrap: wrap;
  }
  .main.products-info .box2 .proswiper {
    width: 100%;
    flex: 0 0 100%;
  }
  .main.products-info .box2 .protext {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
  .warp-subnav .n-subnav .sub-item2 {
    overflow-x: scroll;
  }
  .warp-subnav .n-subnav .sub-item a {
    flex: none;
  }
  .main.culture .box2 .li {
    width: 100%;
  }
  .pagination a,
  .pagination span {
    color: #333;
    padding: 4px 10px;
    line-height: 18px;
    display: block;
    font-size: 14px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  }
  .swiperCase .swiper-button-prev,
  .swiperCase .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .swiperCase .swiper-button-prev::after,
  .swiperCase .swiper-button-next::after {
    font-size: 16px;
  }
  .main.news .box1 .list-box .li {
    flex-wrap: wrap;
  }
  .main.news .box1 .list-box .time,
  .main.news .box1 .list-box .text {
    width: 100%;
  }
  .main.news .box1 .list-box .time {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    align-items: center;
  }
  .main.news .box1 .list-box .time div {
    margin-right: 10px;
  }
  .main.about .box3 .leftbox {
    display: none;
  }
  .main.about .box3 .rightajax {
    width: 100%;
  }
  .main.about .box3 .honor .honor-img .img {
    height: auto;
  }
}
.warp-subnav .n-subnav .sub-item a:hover:before,
.warp-subnav .n-subnav .sub-item a.cur:before {
  display: none;
}

.footer .tab-ulbox {
  margin-top: 20px;
}
.footer .footer-top .ulbox .li-item {
  margin-bottom: 20px;
}

.main.products .select-box .spname {
  display: none;
}

.main.products .select-box .item-li-right {
  width: 100%;
}
.swiper-slide img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main.products .box2 .ulbox .li .img{
  width: 100%;
  margin: 0.75rem auto 0.75rem
}
.main.products .select-box{
  padding-top: 0.35rem;
}
.main.products .select-box .item-li a {
  
}/*# sourceMappingURL=main.css.map */