.page_ban {
  position: relative;
  height: 375px;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
}
.page_ban::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
.page_ban .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_ban .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_ban .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}
.page_ban .text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.page_ban .text p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  width: 100%;
}

.page_nav {
  position: relative;
  background-color: var(--main-color4);
  margin-bottom: 20px;
}
.page_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.page_nav li {
}
.page_nav li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
}
.page_nav li a:hover,
.page_nav li.on a {
  background-color: var(--main-color);
}



/*about*/

.about {
  margin-bottom: 115px;
}
.about .text p {
  font-size: 14px;
  line-height: 22px;
  color: #232323;
  /*text-indent: 2em;*/
}
.about .list{
  margin-top: 25px;
}
.about .list ul{
  display: flex;
  justify-content: space-between;
}
.about .list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: unset;
  justify-content: center;
  width: 32%;
  padding: 30px 0 25px;
  background-color: #fafafa;
}
.about .list img {
  display: block;
  margin-bottom: 15px;
}
.about .list h3{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* contact us */
.contact{
  display: flex;
  flex-wrap: wrap;
}
.contact .gbook{
  width: 530px;
  margin-right: 60px;
  margin-bottom: 300px;
}
.gbook h3{
  font-size: 18px;
  line-height: 30px;
  color: var(--main-color3);
}
.gbook p{
  font-size: 14px;
  line-height: 22px;
  color: var(--main-color3);
}
.gbook li{
  position: relative;
  margin-top: 8px;
}
.gbook li.must::after{
  content: "*";
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 14px;
  line-height: 100%;
  color: #780000;
  transform: translateY(-90%);
}
.gbook input{
  position: relative;
  width: 100%;
  line-height: 38px;
  border: 0;
  padding: 0 15px;
  color: #bfbfbf;
  border: 1px solid var(--main-color4);
  margin-bottom: 10px;
  outline: none;
}
.gbook input::placeholder{
  color: #bfbfbf;
}
.gbook textarea{
  font-size: 14px;
  line-height: 25px;
  color: #bfbfbf;
  width: 100%;
  height: 88px;
  padding: 0 15px;
  border: 1px solid var(--main-color4);
  outline: none;
}
.gbook textarea::placeholder{
  color: #bfbfbf;
}
.gbook li.btn{
  display: flex;
}
.gbook button{
  display: block;
  font-size: 15px;
  color: #eee;
  line-height: 38px;
  width: 110px;
  background-color: var(--main-color3);
  cursor: pointer;
  border-radius: 10px;
  border: 0px;
}
.gbook button[type="submit"]{
  background-color: var(--main-color);
  margin-right: 15px;
}
.contact .text{
  
}
.contact .text p{
  font-size: 14px;
  line-height: 22px;
  color: var(--main-color3);
}
/* proli */
.proli .proli_con .filter_btn{
  display: none;
}
.pro_left_mob{
  display: none;
}
.pro_left{
  width: 240px;
}
.pro_left .pl_box{
  margin-bottom: 25px;
}
.pro_left .pl_box .tl{                               
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  background-color: var(--main-color3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 25px;
}
.pro_left .pl_box ul{
  background-color: var(--main-color4);
}
.pro_left .pl_box ul li:nth-child(n+1){
  border-top:1px solid #ddd;
}
.pro_left .pl_box ul li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 35px;
  color: #232323;
  padding-left: 25px;
  text-transform: capitalize;
  transition: all .3s;
}
.pro_left .pl_box ul li a::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: var(--main-color3);
  transform: translateY(-1px);
}
.pro_left .pl_box ul li a:hover,.pro_left .pl_box ul li a.active{
  color: var(--main-color);
}
.pro_left .pl_box ul li a:hover::after,.pro_left .pl_box ul li a.active::after{
  background-color: var(--main-color);
}

.pro_left .pl_box .price_box{
  padding: 25px;
  background-color: var(--main-color4);
}
.pro_left .pl_box .price_box #price_slider{
  margin-bottom: 20px;
}
.price_box .noUi-horizontal{
  height: 8px;
}
.price_box .noUi-horizontal .noUi-handle {
  top: -7px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  background-color: #fff;
  border: 5px solid var(--main-color3);
}
.price_box .noUi-handle:after,
.price_box .noUi-handle:before {
  display: none;
}
.price_box .noUi-connect {
  background-color: #000;
}
.pro_left .pl_box .price_box .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price_box input[type="number"] {
  position: relative;
  width: 80px;
  line-height: 48px;
  text-align: right;
  border: 1px solid #ccc;
  padding: 0 10px 0 40px;
  background-color: transparent;
  outline: none;
}
.pro_left .pl_box .price_box .box .con{
  position: relative;
}
.pro_left .pl_box .price_box .box .con::after{
  content: "￥";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 12px;
  color: #666;
  line-height: 50px;
}
.price_box input[type="number"]::-webkit-outer-spin-button,
.price_box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pro_left .pl_box .price_box button{
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  width: 108px;
  background-color: var(--main-color3);
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid var(--main-color3);
  transition: all .3s;
}
.pro_left .pl_box .price_box button:hover{
  color: var(--main-color3);
  background-color: var(--main-color4);
}

.proli{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.proli .location{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #222;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 80px 10px 0;
}
.proli .location a{
  display: block;
  font-weight: bold;
}
.proli .location span{
  display: block;
  font-weight: bold;
  margin: 0 5px;
}
.proli .proli_con{
  width: calc(100% - 280px);
}
.proli .proli_con ul{
  display: flex;
  flex-wrap: wrap;
}
.proli .proli_con ul li{
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 2.66%;
}
.proli .proli_con ul li:nth-child(4n){
  margin-right: 0;
}

.procon{
  padding: 25px 0 75px;
  margin-bottom: 65px;
  border-bottom: 1px solid var(--main-color4);
}
.procon .w1120{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.procon .img{
  width: 550px;
  border: 8px solid var(--main-color4);
}
.procon .img .img_ob{
  padding-bottom: 100%;
}
.procon .img1{
  display: none;
}
.procon .desc{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 575px);
}
.procon .desc .text h3{
  font-size: 18px;
  color: var(--main-color3);
  margin-bottom: 5px;
}
.procon .desc .text p{
  font-size: 14px;
  line-height: 22px;
  color: var(--main-color3);
}
.procon .desc .text p.status{
  text-transform: capitalize;
}
.procon .desc .text p span{
  display: inline-block;
  font-size: 14px;
  color: #a60000;
}

.procon .img_list ul{
  display: flex;
  margin-top: 5px;
}
.procon .img_list ul li{
  width: 45px;
  max-width: 19%;
  margin-right: 1.25%;
  border-radius: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all .3s;
  cursor: pointer;
}
/* .procon .img_list ul li:nth-child(5n){
  margin-right: 0;
} */
.procon .img_list ul li img{
  display: block;
}
.procon .img_list ul li.on{
  border-color: var(--main-color);
  box-shadow: 0 0 5px var(--main-color);
}
.procon .desc .gbook{
  padding-top: 20px;
  border-top: 1px solid #dedede;
}

.pro_tj{
  padding-bottom: 75px;
}
.pro_tj .tl {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.pro_tj .tl h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color3);
  padding: 0 10px;
  text-align: center;
}
.pro_tj .tl h3::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: var(--main-color2);
}
/* .pro_tj ul{
  display: flex;
  flex-wrap: wrap;
}
.pro_tj ul li{
  width: 19%;
  margin-right: 1.25%;
}
.pro_tj ul li:nth-child(5n){
  margin-right: 0;
} */