/* home.wxss */
.header{
  width: 100%;
  height:52px;
  background:#2a94d1;
}
.product-header{
  width: 95%;
  height:100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow: hidden; */
}
.header-list{
  width: 90%;
  height:100%;
  margin-top: 15px;
}
.searchImg{
  width:20px;
  height:20px;
  position: absolute;
  top:15px;
  left:20px;
  z-index: 1111;
}
.header-list-input{
  width:100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background:#ffffff;
  border-radius: 18px;
  overflow: hidden;
}
.header-list-input input{
  width:71%;
  height:100%;
  padding-left: 45px;
}
.header-list2{
  text-align: center;
}
.fl{
  width:32.5px;
  height: 32.5px;
}
.flZi{
  font-size: 10px;
  color:white;
}
.green-color{
  width:100%;
  height:75px;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background:#2a94d1;
}
.product-header-img{
  width: 100%;
  height:230px;
  margin:0 auto;
  overflow: hidden;
}
.product-header-img image{
  width: 100%;
  height: 100%;
}
.banner-swiper {width: 100%;height: 100%;}
.banner-img {width: 100%;}

.navigation_one{
    height: 75px;
    
}
.reservation{
    width: 45%;
    height: 90%;
    display: block;
    margin-left: 15px;
    
}

.member_benefits{
    width: 45%;
    height: 90%;
    display: block;
    margin-left: 10px;
    
}

.information_inquiry{
    height: 150px;
    margin-top: 105px; 
}

.information_inquiry_text{
    margin-left: 15px;
    font-size: 18px;
    font-weight: bolder;
}

.information_inquiry_more{
    width: 90px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    top: 0px;
    right: 10px;
    display: flex;
}
.article_list{
    background-color: white;
    height: 105px;
    margin: 7.5px 7.5px 7.5px 10px;
    display: flex;
    padding: 10px 5px 10px 7.5px;
}
.article_list_img{
    width: 50%;
    height: 100%;
}

.article_list_img image{
    width: 100%;
    height: 100%;
}

.article_list_information{
    margin-left: 3%;
    font-size: 15px;
    width: 100%;
}
.article_list_title{
    width: 100%;
    height: 37px;
    overflow:hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.article_list_other{
    margin-top: 20px;
    display: flex;
    height: 26px;
    line-height: 26px;
}
.article_list_other view{
    display: flex;
    font-size: 13px;
    color: black;
}
.article_addtime {
    font-size: 14px;
    text-align: right;
    margin-top:-5px;
}


.index .wrapper .v{margin: 20px 5px 10px 0;height: 100px;}
.index .wrapper .v .scroll-product1{white-space:nowrap;display: flex;align-items: center;height: 100%;}
.index .wrapper .v .scroll-product1::-webkit-scrollbar{width: 0;height: 0;color: transparent;}
.index .wrapper .v .scroll-product1 .cate{font-size:14px;color: #333333;}
.index .wrapper .v .scroll-product1 .scroll_view_x{width:auto;overflow:hidden;margin-left:8px;height: 100%;}
.index .wrapper .v .scroll-product1 .scroll_view_x .item{display:inline-block;margin-right:10px;background: #ffffff;border-radius: 7.5px;width:150px;height: 100%;}

.index1 .wrapper1 .v1{margin: 20px 5px 10px 0;height: 75px;}
.index1 .wrapper1 .v1 .scroll-product{white-space:nowrap;display: flex;align-items: center;height: 100%;}
.index1 .wrapper1 .v1 .scroll-product::-webkit-scrollbar{width: 0;height: 0;color: transparent;}
.index1 .wrapper1 .v1 .scroll-product .cate1{font-size:14px;color: #333333;}
.index1 .wrapper1 .v1 .scroll-product .scroll_view_x1{width:auto;overflow:hidden;margin-left:8px;height: 100%;}
.index1 .wrapper1 .v1 .scroll-product .scroll_view_x1 .item1{display:inline-block;margin-right:10px;background: #ffffff;border-radius: 7.5px;width:150px;height: 100%;}


.scroll_view_x::-webkit-scrollbar {width: 0;height: 0;color: transparent;}

.scroll_view_x1::-webkit-scrollbar {width: 0;height: 0;color: transparent;}

.article_list_other > button{
    background-color: transparent !important;
    padding: 0 !important;
    line-height: inherit !important;
    margin: 0 !important;
    width: auto !important;
    border: none;
}
.article_list_other > button::after{
    border:none !important;
    padding: 0 !important;
    margin:0 !important;
}
.index_lead{
    width: 95%;
    height: 170px;
    display: flex;
    margin: 20px auto;
}
.index_hkyy{
  width: 52%;
  margin-right: 3%;
  height: 100%;
}
.index_lead1{
  width: 44%;
  height: 100%;
}
.index_jhcyy{
  width: 100%;
  height: 48%;
  margin-bottom: 4%;
}
.index_hyqy{
  width: 100%;
  height: 48%;
}
.information_inquiry_list{
  width: 95%;
  height: 125px;
  margin: 10px auto;
  background-color: white;
  border-radius: 10px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.information_inquiry_view{
  width: 30%;
  margin-left: 2.5%;
}
.information_inquiry_image{
  width: 65%;
  margin: 15px auto 10px;
  height: 70px;
}
.index_jkxcs{
  width: 90%;
  margin: 25px auto 30px;
  height: 112px;
}










