@charset "UTF-8";



/* first-v */
.first-v{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  /* margin-top: 36px; */
}
.produced{
  position: fixed;
  top: 35.6%;
  left: 2.4%;
  z-index: 9;
  
}
.produced_text{
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.fv-img{
  z-index: 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  height: 621px;
  background-image: url("../img/fv.png");
  background-position: center;
  background-size: cover;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  object-fit: cover;
}

@media screen and (max-width: 500px) {
  .fv-img {
    /* height: auto; */
  }
}

.fv-img > img {
  /* max-width: 1224px; */
  width: 100vw;
}

@media screen and (max-width: 800px) {
  .fv-img > img {
    width: 100%;
  }
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}

.prev-arrow {
  left: 20px;
}

.next-arrow {
  right: 20px;
}

@media screen and (max-width: 500px) {
  .slide-arrow {
    width: 30px;
  }

  .prev-arrow {
    left: 10px;
  }

  .next-arrow {
    right: 10px;
  }
}

.slider {
  width: 100%;
  max-width: 1224px;
  margin: auto;
}

.slick-dots {
  bottom: 30px;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .slick-dots {
    /* bottom: 50px; */
    bottom: 20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  background: #f2c802;
}

.fixed{
  position: fixed;
  top: 0;
  width: 100%;
z-index: 9999;
}

.fv-img .fv-text-deco {
  position: absolute;
  right: 85px;
  top: 326px;
  font-size: 20px;
  background-color: #db4848;
  color: #fff;
  padding-top: 13px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 18px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .fv-img .fv-text-deco {
    top: 190px;
  }
}

@media screen and (max-width: 500px) {
  .fv-img .fv-text-deco {
    font-size: 12px;
    right: 0px;
    padding: 5px 10px;
    top: 0;
  }
}

.fv-img h2 .fv-text1{
  position: absolute;
  right: 0;
  top: 398px;
  font-size: 60px;
  background-color: #fff;
 line-height: 65px;
 padding-left: 13px;
 padding-right: 15px;
 font-weight: bold;
 /* padding-bottom: 3px; */
}

@media screen and (max-width: 800px) {
  .fv-img .fv-text1 {
    top: 270px;
  }
}

@media screen and (max-width: 500px) {
  .fv-img .fv-text1 {
    font-size: 24px;
    top: 13%;
    line-height: 42px;
  }
}

.fv-img h2 .fv-text2{
  position: absolute;
  right: 0px;
  top: 479px;
  /* font-size: 26px; */
  font-size:60px;
  font-weight: bold;
  background-color: #fff;
  /* padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 10px; */
  padding-left: 24px;
  line-height:65px;
}

@media screen and (max-width: 800px) {
  .fv-img .fv-text2 {
    top: 360px;
  }
}

@media screen and (max-width: 500px) {
  .fv-img .fv-text2 {
    /* font-size: 20px; */
    font-size: 12px;
    top: 31%;
    /* top: 360px; */
    padding: 5px 10px;
  }
}

.menu{
  width: 41px;
  position: fixed;
  top: 37.8%;
  right: 1.2%;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  z-index: 999;
}
@media (max-width: 1325px) {
  .first-v{
    width: 87vw;
  }
}
@media screen and (max-width:800px){
  .produced,.menu{
    display: none;
  }
  .first-v{
    width: 100vw;
  }
  .fv-img h2 .fv-text1{
    font-size: 35px;
    top: 120px;
    line-height: 39px;
  }
  .fv-img h2 .fv-text2{
    font-size: 35px;
    top: 180px;
    line-height: 36px;
    padding-bottom: 0px;
    margin-right: 0;
    /* width: 183px; */
  }
  .fv-img{
    width: 100%;
    max-height: 501px;
  }
}
/* @media screen and (max-width:500px){
  .first-v{
    margin-top: 32px;
  }
}
 */

/* whats_setup */
.whats_setup{
  display: flex;
  align-items: center;
}
.whats_setup .whats_title{
  background-color: #2E2E2E;
  width: 39.5%;
  padding-right: 32px;
  padding-top: 170px;
  padding-bottom: 128px;
  position: relative;
  z-index: 0;
  margin-top: -80px;
}
.whats_title .whats{
  color: #fff;
  font-size: 63px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-align: right;
}
.whats_title .whats_subtitle{
  color: #fff;
  font-size: 32px;
  text-align: right;
  font-weight: bold;
  margin-right: -10px;
}

.whats_setup .whats_setup_text .text_text{
  max-width: 640px;
  margin: 0 auto;
  margin-left: 83px;
  font-size: 15px;
  font-weight: bold;
  margin-top: -13px;
  line-height: 1.8;
}

@media screen and (max-width:800px){
  .whats_setup{
    display: block;
    border: none;
  }

  .whats_setup .whats_title{
    background-color: #2E2E2E;
    position: relative;
    top: 70px;
    width: 100%;
    padding-right: 34px;
    padding-top: 54px;
    z-index: 9997;
    padding-bottom: 32px;
  }
  .whats_setup .whats_title .whats{
    position: absolute;
    top: -40px;
    right: 38px;
    z-index: 999;
    font-size: 51px;
  }
  .whats_setup .whats_setup_text{
    background-color: #fff;
    /* margin-top: 71px; */
    margin-top: 120px;
    width: 100%;
  }
  .whats_setup .whats_setup_text .text_text{
    background-color: #fff;
    text-align: left;
    margin-left: 0;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 41px;
    max-width: 327px;
    padding-left: 5px;
    border-bottom: 2px solid #fff;
    line-height: 1.6;
  }

}
@media screen and (max-width:500px){
  .whats_title .whats_subtitle{
    font-size: 25px;
    padding-top: 18px;
    padding-right: 7px;
  }
  .fv-img h2 .fv-text1{
    top: 130px;
    padding-right: 12px;
  }
  .fv-img h2 .fv-text2{
    top: 200px;
  }
  .whats_setup .whats_title .whats{
    /* top: -40px; */
    top: 0;
    right: inherit;
    left: 38px;
  }
  .whats_setup .whats_title{
    /* padding-top: 30px; */
    padding-top: 52px;
    /* padding-bottom: 27px; */
    padding-bottom: 18px;
    top: 80px;
  }
  .whats_setup .whats_setup_text{
    margin-top: 120px;
  }
  .whats_setup .whats_setup_text .text_text{
    padding-top: 10px;
  }
}
/* recommend */
.recommend{
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  height: 220px;
  max-width: 1245px;
}
.recommend h3{
  font-size: 32px;
  width: 47%;
  display: flex;
  /* text-align: left; */
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #DCDCDC;
  /* padding-left: 10px; */
  /* margin-left: -20px; */
  /* margin-top: -30px; */
  font-weight: bold;
}
.recommend h3 .recomeend_title1{
  padding-top: 25px;
}
.recommend h3 .recomeend_title2{
  padding-top: 9px;
}
.recommend h3 .recomeend_title3{
  padding-top: 7px;
}
.search_tub{
  width: 52%;
  margin-top: -10px;
  margin-left: -30px;
}
.search_breadth{
  margin-left: -23px;
}
/* click tab */
.block_category_list{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 31px;
max-width: 520px;
padding-right: 20px;

/* border-bottom: 1px solid #858585; */
}

.block_category_list .border{
  /* width: 264px; */
  width: 165px;
}
.block_category_list .border .click_tab.is-show{
  background-color: #DCDCDC;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}
.block_category_list .border{
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

.block_category_list .border::after{
  content:"";
  display:block;
  width:102%;
  height:1px;
  background-color:#858585;
  position:absolute;
  bottom:0;
  left:-2px;
  /* right: 30px; */
  /* margin: auto; */
}
.block_category_list .border.border.is-active::after{
  display: none;
}
.block_category_list .border:hover{
  cursor: pointer;
}
.block_category_list .border.is-active{
  width: 165px;
  /* width: 180px; */
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 13px;
}
.block_category_list .border .tab{
  background-color: #DCDCDC;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  width: 140px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .border.is-active .tab{
  width: 137px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .tab_text{
  font-size: 16px;
  font-weight: bold;
}
.block_category_list .tab_text2{
  font-size: 16px;
  font-weight: bold;
}
.tab_border{
  border-top: 1px solid #000;
  padding-top: 20px;
}

.click_tab.is-show{
  display: block;
  padding-left: 28px;
}
.click_tab{
  display: none;
}
.search_are{
  display: flex;
  flex-wrap: wrap;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
}
.search_are a{
  border: 1px solid #707070;
  border-radius: 5px;
  width: 30%;
  min-width: 126px;
  max-width: 126px;
  height: 52px;
  text-align: center;
  margin-bottom:20px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: bold;
}
@media screen and (max-width:800px){
  .recommend{
    display: block;
    margin-top: 33px;
    height: auto;
    margin-bottom: 21px;
    border: none;
  }
  .recommend h3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 36px;
    font-size: 25px;
    border: none;
  }
  .search_tub{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
  }
  .search_are a{
    width: 125px;
    font-size: 13px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width:500px){
  .recommend{
    margin-top: 1px;
  }
  .recommend h3 .recomeend_title2{
    padding-top: 5px;
  }.recommend h3 .recomeend_title3{
    padding-top: 5px;
  }
  .block_category_list .border{
    width: 116px;
    height: 56px;
  }
  .block_category_list .border.is-active{
    padding-top: 8px;
    padding-bottom: 11px;
    width: 116px;
    height: 56px;
  }
  .block_category_list .border{
    padding-top: 8px;
  }
  .block_category_list{
    margin-bottom: 33px;
    padding-right: 0;
    max-width: 350px;
  }
  .block_category_list .border.is-active .tab{
    width: 104px;
  }
  .block_category_list .border.is-active .tab .tab_text{
    font-size: 12px;
  }
  .block_category_list .border .tab{
    width: 109px;
  }
  
  .block_category_list .border .tab .tab_text2{
    font-size: 13px;
  }
  .click_tab.is-show{
    padding-left: 0;
  }
  .search_are{
    max-width: 273px;
  }
  .search_are a{
    width: 125px;
  }
  .search_breadth{
    margin-left: 0;
  }
}
/* search_breadth */
.search-box{
  max-width: 453px;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
}

.termslist1{
  display: flex;
  width: 246px;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.termslist1-1{
  display: flex;
  justify-content: center;
}
.termslist1-1 .sopAB1{
  position: relative;
  height: 52px;
  width: 103px;
}
.input-area{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
}
.tubo{
  position: absolute;
  top: 16px;
  right: 11px;
  font-size: 16px;
  font-weight: bold;
}
.termslist1-2{
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-weight: bold;
}
.termslist2{
  width: 246px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
  
}
#sopArea1,
#sopArea2{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}
.termslist3{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.termslist3 a .search-text{
  background-color: #FFC743;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 173px;
  height: 52px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* recommend_office */
.recommend_office{
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
  /* margin-left: 35px; */
}

.office_link1{
  display: flex;
}
.office_item{
  position: relative;
  padding-left: 30px;
  width: 386px;
  margin-bottom: 35px;
}
.office_item.right_margin{
  margin-right: 107px;
}
.office_item::before{
  content:"";
   display:inline-block;
   width:1px;
   height:360px;
   background-color:#DCDCDC;
   position:absolute;
   top:-2px;
   left:15px;
}
.office_item::after{
  content:"";
   display:block;
   width:100%;
   height:1px;
   background-color:#DCDCDC;
   position:absolute;
   bottom:0;
   left:8px;
}
.office_item .update {
  position: absolute;
  top: -1px;
  left: 5px;
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  /* padding-right: 3px; */
  background-color: #fff;
  padding-bottom: 15px;
}
.office_img{
  position: relative;
  height:260px;
  display:flex;
  justify-content: center;
  align-items:center;
  overflow:hidden;
  background:#eee;
}
.office_img .img_text{
  position: absolute;
  background-color: #fff;
  font-size: 18px;
  right: 0;
  bottom: 20px;
  height: 38px;
  padding: 0px 7px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact{
  display: flex;
  align-items: center;
padding-top: 13px;
padding-bottom: 15px;
}

.contact_btn .contact_text{
  font-weight: bold;
  width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #FFC743;
  padding-top: 16px;
  padding-bottom: 10px;
  border-radius: 3px;
  font-size: 18px;
  margin-right: 19px;
  height: 53px;
  padding-left: 2px;
}

.office_info2{
  /* width: 48%; */
  margin-top: 5px;
  letter-spacing: 1;
  margin-left: -7px;
}
.office_add{
  font-size: 12px;
  font-weight: bold;
}
.office_mem{
  font-size: 16px;
  font-weight: bold;
  line-height:1;
  color:crimson;
}
.office_number{
  font-size: 12px;
  margin-top: 4px;
  font-weight: bold;
}

/* all_search */
.all_search{
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;

}
.all_search1{
  margin-top: 90px;
}
.all_search .all_search_link1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  max-width: 376px;
  height: 75px;
  border-radius: 5px;
  margin-left: 190px;
  /* margin-right: auto; */
  /* margin-left: auto; */
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
}
.search_tub_all{
  border-left: 1px solid #DCDCDC;
  width: 53%;
}
/* .all_search1{
  margin-top: 100px;
} */
.all_search1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  max-width: 408px;
  height: 75px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
}
/* click tab */
.block_category_list{
  display: flex;
  width: 100%;
  margin: 0 auto;
  /* justify-content: space-between; */
  justify-content: center;
  margin-bottom: 31px;
/* max-width: 518px; */
max-width: 530px;
/* padding-right: 20px; */

/* border-bottom: 1px solid #858585; */
}

.block_category_list .border2{
  /* width: 264px; */
  width: 165px;
}
.block_category_list .border .click_tab2.is-show2{
  background-color: #DCDCDC;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}

.block_category_list .border2{
  /* border-bottom: 1px solid #858585; */
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}
.block_category_list .border2::after{
  content:"";
  display:block;
  width:102%;
  height:1px;
  background-color:#858585;
  position:absolute;
  bottom:0;
  left:-2px;
  /* right: 30px; */
  /* margin: auto; */
}
.block_category_list .border2.border2.is-active2::after{
  display: none;
}
.block_category_list .border2:hover{
  cursor: pointer;
}
.block_category_list .border2.is-active2{
  width: 165px;
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 12px;
  /* margin-bottom: -10px; */
}
.block_category_list .border2 .tab{
  background-color: #DCDCDC;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  width: 137px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .border2.is-active2 .tab{
  width: 137px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .tab_text{
  font-size: 16px;
  font-weight: bold;
}
.block_category_list .tab_text2{
  font-size: 16px;
  font-weight: bold;
}
.tab_border{
  border-top: 1px solid #000;
  padding-top: 20px;
}

.click_tab2.is-show2{
  display: block;
  padding-left: 28px;
}
.click_tab2{
  display: none;
}
.search_are{
  display: flex;
  flex-wrap: wrap;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
}
.search_are a{
  border: 1px solid #707070;
  border-radius: 5px;
  width: 30%;
  min-width: 126px;
  max-width: 126px;
  height: 52px;
  text-align: center;
  margin-bottom:20px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: bold;
}
@media (max-width: 1290px) {
  .office_item.right_margin{
    margin-right: 0;
  }
  .recommend_office{
    width: 98%;
  }
}
/* =======================================
  all search
======================================= */
@media screen and (max-width:800px){
  .all_search{
    display: block;
    /* margin-bottom: 41px; */
  }

  .search_tub{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -6px;
  }
  .search_are a{
    width: 125px;
    font-size: 13px;
    margin-bottom: 16px;
  }
  .search_tub_all{
    margin-top: 41px;
    border-left: none;
  }
  .all_search .all_search_link1{
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
  .block_category_list{
    padding-right: 0;
  }
}
@media screen and (max-width:500px){
  .block_category_list .border2{
    width: 116px;
    height: 56px;
  }
  .block_category_list .border2.is-active2{
    padding-top: 8px;
    padding-bottom: 11px;
    width: 116px;
    height: 56px;
  }
  .block_category_list .border2{
    padding-top: 8px;
  }
  .block_category_list{
    margin-bottom: 33px;
    padding-right: 0;
    max-width: 350px;
  }
  .block_category_list .border2.is-active2 .tab{
    width: 104px;
  }
  .block_category_list .border2.is-active2 .tab .tab_text{
    font-size: 12px;
  }
  .block_category_list .border2 .tab{
    width: 104px;
  }
  .block_category_list .border2 .tab .tab_text2{
    font-size: 13px;
  }
  .block_category_list .tab_text{
    font-size: 13px;
  }
  .click_tab2.is-show2{
    padding-left: 0;
  }
  .block_category_list .border .tab{
    padding: 5px;
  }
  .block_category_list .border2 .tab{
    padding: 5px;
  }
  .search_are{
    max-width: 273px;
  }
  .search_are a{
    width: 125px;
  }
  .all_search1{
    margin-top: 0px;
  }
}
@media screen and (max-width:800px){
  .search-box{
    display: block;
  }
  .termslist2{
    margin-top: 16px;
  }
  .termslist3{
    justify-content: center;

    
  }
  .termslist3 a{
    width: 100%;
  }
  .termslist3 a .search-text{
    width: 246px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 17px;
    margin-bottom: 15px;
  }
  .office_item{
    margin-right: auto;
    margin-left: auto;
  }
  .office_item.right_margin{
    margin-right: auto;
  }
}
@media screen and (max-width:500px){

  .termslist1-1 .sopAB1{
    width: 103px;
  }
  .all_search .all_search_link1{
    margin-top: 0;
  }

  .office_link1{
    max-width: 342px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
  }
  .office_item.right_margin{
    margin-right: auto;
  }
  .office_item{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    margin-bottom: 30.5px;
    /* max-width: 350px; */
  }
  .office_item:last-of-type{
    margin-bottom: 39.5px;
    margin-right: auto;
  }
  .office_img{
    max-width: 321.75px;
    height: 266px;
  }
  .office_img img{
    height: 100%;
  }
  .office_item .update{
    left: -8px;
    /* top: -2px; */
  }
  .office_item::after{
    width: 100%;
    left: -10px;
  }
  .office_item::before{
    height: 360px;
    left: 1px;
  }
  .office_img .img_text{
    top: 206px;
  }
  .contact{
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
    /* padding-left: 20px; */
    justify-content: space-between;
  }
  .contact_btn .contact_text{
    font-size: 16px;
    width: 120.75px;
    height: 53px;
    margin-right: 0px;
    padding-top: 6px;
    padding-left: 5px;
  }
  .office_info2{
    /* margin-left: -20px; */
    margin-right: 10px;
    width: 55%;
    margin-top: 0;
    /* margin-bottom: 5px; */
  }
  .office_add{
    margin-bottom: 10px;
  }
  .office_number{
    /* font-size: 10px; */
    margin-top: 0;
    margin-bottom: 5px;
  }
  .all_search{
    margin-top: 1px;
  }
  .search-box{
    margin-bottom: 23px;
  }
  .recommend_office{
    margin-top: 13px;
  }
}
/* ranking */
.ranking{
height: 421px;
  background-color: #2E2E2E;
  margin-top: 90px;
  margin-bottom: 200px;
}
.ranking-title{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 56px;
  color: #fff;
}
.ranking-title h2{
  max-width: 267px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 49px;
  padding-right: 40px;
  font-size: 56px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
.ranking-title h2 img{
  width: 48px;
  margin-right: 33px;
}

.group{
  position: relative;
  top: 42px;
  display: flex;
  max-width: 1151px;
  justify-content: space-between;
  margin: 0 auto;
  /* margin-left: 10px; */
}
.ranking_section{
  width: 48%;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .3);
  margin-left: -4px;
}
.ranking_section2{
  margin-right: 5px;
}
.ranking_item{
  max-width: 553px;
  height: 150px;
}
.ranking_item a{
  display: flex;
 background-color: #fff;
  height: 150px;
  border-top: 1px solid #D1D1D1;
  max-width: 553px;
}
.ranking_item a:hover{
  opacity: 1;
  background-color: #fff;
}
.ranking_img{
  max-width: 209px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content: center;
  overflow:hidden;
}
.ranking_img .tiara{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 63px;
}
.ranking_add{
  padding-top: 20px;
  padding-left: 23px;
  letter-spacing: 0.8px;
  padding-bottom: 10px;
  transition: .3s;
}

.ranking_add .add_title{
  font-size: 20px;
  font-weight: bold;
}
.ranking_add .add_number{
  /* font-size: 18px; */
  font-size: 17px;
  margin-top: 3px;
  padding-bottom: 7px;
}
.ranking_contact{
  font-size: 18px;
  color: #000;
  background-color: #FFC743;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 53px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: -1px;
  padding-left: 4px;
}
.ranking_add .ranking_contact:hover{
  opacity: 0.7;
  transition: .3s;
}
@media screen and (max-width:950px){
  .ranking_add .add_title{
    font-size: 15px;
  }
  .ranking_contact{
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:800px){
  .group{
    display: block;
   
  }
  .ranking_section{
    width: 95%;

    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .ranking_item{
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    /* height: 127px; */
    box-sizing: border-box;
  }
  .ranking_item:last-of-type{
    border-bottom: 1px solid #D1D1D1;
  }
}
@media screen and (max-width:500px){
  .ranking{
    margin-top: 27px;
  }
  .ranking_add .add_title{
    padding-bottom: 5px;
  }

  .group{
    top: 11px;
  }
  .ranking-title{
    font-size: 41px;
    padding-top: 25px;
  }
  .ranking-title h2{
    margin-top: 0;
    height: auto;
    padding-top: 0;
    font-size: 41px;
    padding-right: 15px;
  }
  .ranking-title h2 img{
    margin-right: 5px;
    width: 35px;
  }
  .ranking_section{
    max-width: 356px;
  }
  .ranking_add{
    padding: 0;
    padding-left: 13px;
    padding-top: 15px;
    /* padding-bottom: 35px; */
  }
  .ranking_add .add_number{
    font-size: 12px;
  }
  .ranking_contact{
    margin-top: 5px;
    width: 153px;
    height: 43px;
  }
  .ranking_img .ranking_img1{
    width: 128px;
    height: 128px;
    /* height: 100%; */
  }
  .ranking_item a{
    height: auto;
  }
  .ranking_item{
    height: auto;
  }
}
/* popular */
.popular{
  display: flex;
  margin-bottom: 153.5px;
  margin-top: 21%;
}
.popular_title{
  /* font-size: 32px; */
  /* padding-left: 5px; */
  font-size: 28px;
  /* padding-right: 50px; */
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.popular_title h3{
  margin-left: -15px;
  padding-bottom: 10px;
}
.popular_title::after{
  content:"";
   display:inline-block;
   width:1px;
   height:158px;
   background-color:#DCDCDC;
   position:absolute;
   top:8px;
   right:48px;
}
.popular_tag{
  width: 85.5%;
  /* max-width: 890px; */
  max-width: 950px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
}
.popular_tag a {
    height: 52px;
    border: 1px solid #707070;
    border-radius: 5px;
    width: 19%;
    max-width: 163px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_tag a p {
  line-height:1;
}

@media screen and (max-width:1050px){
  .popular_title::after{
    content: none;
  }
  .popular{
    margin-top: 30%;
  }
}
@media screen and (max-width:800px){
  .popular{
    display: block;
    margin-top: 100%;
  }
  .popular_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23.8px;

  }
  .popular_title h3{
    font-size: 25px;
  }
  .popular_tag{
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
  .popular_tag a{
    width: 163px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:620px){
  .popular{
    margin-top: 140%;
    margin-bottom: 42px;
  }
}
@media (max-width: 500px) {
  .popular_title{
    margin-top: -53px;
    /* padding-right: 10px; */
  }
  .popular_tag{
    padding-top: 0px;
  }
  .popular_title h3{
    padding-bottom: 5px;
  }
}
/* select */
.select{
  /* margin-top: 100px; */
  margin-bottom: 92px;
}
.select_item{
  display: flex;
  padding-top: 6px;
  margin-bottom: 102px;
  /* height: 512px; */
}
.select_item1{
  display: flex;
  flex-direction: row-reverse;
}
.select_item_img{
  width: 60%;
  position: relative;
  max-width: 833px;
  display:flex;
  justify-content: center;
  align-items:center;
}
.select_text1,
.select_text2{
margin-left: 3rem;
margin-right: 3rem;
}
.select_text{
  width: 40%;
  max-width: 600px;
  padding-top: 49px;
  box-sizing: border-box;
}
.select_item_img .img_text{
  position: absolute;
  top: 340px;
  right: 0px;
  padding-left: 16px;
  font-size: 60px;
  line-height: 65px;
  background-color: #fff;
  font-weight: bold;
  /* margin-right: -27px; */
  /* object-fit: contain; */
  /* margin-right: -27px; */
}
.select_recomend{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.select_title{
  /* font-size: 32px; */
  font-size:300%;
  margin-bottom: 28px;
  font-weight: bold;
  line-height: 1.65;
}
.select_info{
  font-size: 15px;
  margin-bottom: 59px;
  font-weight: bold;
  line-height: 1.7;
}
.select_text a{
  text-align: right;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.select_text a p{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #DCDCDC;
  /* padding-top: 5px; */
  padding-bottom: 17px;
  margin-right: -4px;
  margin-top: -6px;
}
.select_text a p img{
margin-left: 23px;
width: 36px;
}
@media screen and (max-width:1200px){
  .select_text{
    padding-top: 30px;
  }
  .select_item_img .img_text{
    top: 280px;
    /* top: 45%; */
  }
  .select_recomend{
    margin-bottom: 36px;
  }
  .select_info{
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width:1140px){
  .select_text{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .select_item_img .img_text{
    /* top: 260px; */
  }
  .select_item_img .img_text{
    font-size: 50px;
  }
}
@media screen and (max-width:800px){
  .select_recomend{
    margin-bottom: 26px;
  }
  .select_item{
    display: block;
    height: auto;
    margin-bottom: 58.3px;
  }
  .select_item1{
    display: block;
  }
  .select_item_img{
    width: 100%;
  }
  .select_text{
    width: 100%;
    padding-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }
  .all_search a{
    width: 95%;
  }
  .select_info{
    margin-bottom: 22.8px;
  }
  .select_text a p{
    border-bottom: none;
  }
  .all_search1 a{
    max-width: 324px;
  }
}
@media screen and (max-width:600px){
  .select_item_img .img_text{
    font-size: 28px;
    top: 200px;
  }
  .select_title{
    font-size: 25px;
margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .select_item{
    padding-top: 0;
  }
  .select_item_img .img_text{
    /* height: 28px; */
    line-height: 1.214;
    top: 160px;
    padding-left: 10px;
  }
  .select_text{
    padding-top: 17px;
    padding-left: 7px;
    /* max-width: 348px; */
  }
  .select_title{
    margin-bottom: 4px;
  }
  .select_recomend{
    margin-bottom: 15px;
  }
  .select_info{
    margin-bottom: 15px;
  }
  .select_text a p{
    padding-bottom: 0px;
    margin-right: 3px;
  }
  .select{
    margin-bottom: 60px;
  }
}
/* @media screen and (max-width:500px){
  .select{
    margin-bottom: 30px;
  }
  .select_item_img .img_text{
    top: 159px;
    line-height: 31px;
    margin-right: 0;
  }

} */


/* 20220418 */
.faqblock {
  position: relative;
  padding: 130px 0;
}
.faqblock h3 {
  font-size: 300%;
  position: absolute;
  width: 65%;
  background: #222;
  color: #fff;
  top: 0;
  right: 0;
  padding: 50px;
}
.faqblock h3 span {
  color: #fff;
  font-size: 63px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-right: 20px;
}
.faqbox {
  width:100%;
  max-width:800px;
  margin:30px auto;
}
.faqlists li.qalist,
.faqlists li.qalist-off {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow:hidden;
}
.faqlists li.qalist{
  border:2px solid #111;
}
.faqlists li.qalist-off {
  border:2px solid #aaa;
}
.faqlists .question,
.faqlists .question-off {
  padding: 20px;
  font-size: 170%;
  color: #fff;
  cursor:pointer;
  position:relative;
}
.faqlists .question{
  background-color:#111;
}
.faqlists .question-off {
  background-color:#aaa;
}
.faqlists .question i,
.faqlists .question-off i {
  font-size: 125%;
  margin-right: 10px;
}
.faqlists .question::before,
.faqlists .question-off::before {
	font-weight: 900;
	position: absolute;
	top: 23px;
	right: 20px;
	color: #fff;
	font-size:130%;
}
.faqlists .question::before{
	font-family: "Font Awesome 5 Free";
	content: "\f068";
}
.faqlists .question-off::before {
	font-family: "Font Awesome 5 Free";
	content: "\f067";
}
.faqlists .question::after,
.faqlists .question-off::after {
	content:"";
  width:150px;
  height:150px;
	position: absolute;
	top: -70px;
	right: -70px;
	background-color: #fff;
	border-radius:50%;
  opacity:0.3;
}
.question-off span.ttl {
  padding-right:5px;
}

.faqlists .answer {
  padding: 25px;
  line-height: 1.6em;
  font-size: 160%;
  display:none;
}
.faqlists .answer a {
  display:inline-block;
}
.numlist,
.sublist {
  margin-left:10px;
}
.numlist li {
  list-style-type:decimal !important;
  list-style-position:inside;
  display:flex;
}
.sublist li {
  list-style-type:disc !important;
  list-style-position:inside;
  display:flex;
}
span.listyles {
  width:20px;
}
span.listyles,
span.texts {
  display:inline-block;
}

@media (max-width: 769px){
  .faqblock h3 {
    width:85%;
    font-size:250%;
  }
  .faqblock h3 span {
    display:block;
  }
  .faqbox {
    margin-top:80px;
    width:95%;
  }
  .faqlists .question,
  .faqlists .question-off {
    display:flex;
    font-size:150%;
  }
  .faqlists .question span.ttl,
  .faqlists .question-off span.ttl {
    display:inline-block;
    padding-right:25px;
  }
  .faqlists .question::after,
  .faqlists .question-off::after {
    content:"";
    width:150px;
    height:150px;
    position: absolute;
    top: -60px;
    right: -70px;
    background-color: #fff;
    border-radius:50%;
    opacity:0.3;
  }
}

/*============================================================
# ctamembers
=========================================================== */
.cta-members {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #efefef;
}

@media screen and (max-width: 800px) {
  .cta-members {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .cta-members {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .cta-content {
    display: block;
    text-align: center;
  }
}

.cta-wrapper {
  max-width: 970px;
  margin: 0 auto;
}

.cta-info-text {
  font-size: 24px;
  font-weight: bold;
}

.cta-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .cta-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
}

.cta-item:not(:last-child) {
  margin-right: 35px;
}

@media screen and (max-width: 500px) {
  .cta-item:not(:last-child) {
    margin-right: 15px;
  }
}

.cta-item:last-child {
  text-align: center;
}

.cta-item-text {
  padding-top: 14px;
  font-size: 15px;
  font-weight: bold;
}

.cta-btnarea {
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 800px) {
  .cta-btnarea {
    margin-top: 50px;
  }
}

.cta-btn-text {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 224px;
}

@media screen and (max-width: 800px) {
  .cta-btn-text {
    margin: 0 auto;
  }
}

.cta-btn-text::before,
.cta-btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: black;
}

.cta-btn-text::before {
  left: 10%;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.cta-btn-text::after {
  right: 10%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.cta-btn-emphasis {
  font-size: 24px;
}

.cta-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 31px;
  border-radius: 3px;
  background-color: #ffc743;
  margin-top: 15px;
  display: inline-block;
}

