@media (min-width: 1200px) {
  .top_image_hang_ye_ying_yong {
    position: relative;
    overflow-y: hidden;
  }
}

.top_image_hang_ye_ying_yong .banner_img {
  width: 100%;
  height: 42vw;
  min-height: 600px;
  background-size: auto 100%;
  background-position: center;
  background-image: url("hyyy/01_Big.jpg");
}

.top_image_hang_ye_ying_yong img {
  width: 100%;
}

.top_txt_hang_ye_ying_yong {
  position: absolute;
  left: 20%;
  top: 36%;
  color: white;
  font-size: 68px;
}

@media (min-width: 1200px) {
  .top_txt_hang_ye_ying_yong.blue {
    color: rgba(0, 130, 200, 1);
  }
}

@media (min-width: 1200px) {
  .top_txt_hang_ye_ying_yong.top_center {
    left: 55%;
    top: 30%;
  }
}

.top_line_hang_ye_ying_yong {
  width: 100px;
  border-top: 3px solid;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .top_detail_hang_ye_ying_yong {
    margin-top: 30px;
    font-size: 27px;
  }
}

.top_menu_group_hang_ye_ying_yong {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .top_button_hang_ye_ying_yong {
    width: 145px;
    height: 48px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 20px;
  }
}

.top_button_hang_ye_ying_yong.choosen {
  background-color: rgb(0, 130, 200);
  color: white;
}

.jie_jue_fang_an_hang_ye_ying_yong {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.fang_an_body_hang_ye_ying_yong {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.fang_an_body_hang_ye_ying_yong > div {
  margin: 0px 20px;
}

@media (min-width: 1200px) {
  .main_canvas_hang_ye_ying_yong {
    background-color: rgba(242, 242, 242, 1);
    min-height: 80vh;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .main_canvas_hang_ye_ying_yong {
    background-color: rgba(242, 242, 242, 1);
    min-height: 80vh;
    display: flex;
    justify-content: center;
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
}

@media (min-width: 1200px) {
  .main_canvas_hang_ye_ying_yong > div {
    width: 1200px;
    position: relative;
    height: 1200px;
    margin-bottom: 130px;
    padding-top: 10px;
  }
}

@media (max-width: 1199px) {
  .main_canvas_hang_ye_ying_yong > div {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: auto;
    overflow: hidden;
    padding-top: 15vw;
  }
}

@media (min-width: 1200px) {
  .main_canvas_hang_ye_ying_yong > div img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .hang_ye_ying_yong_btn_hang_ye_ying_yong {
    width: 180px;
    height: 106px;
    position: absolute;
    z-index: 2;
    background-image: url(/assets/img/hang_ye_ying_yong/btn_bg.png);
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .hang_ye_ying_yong_btn_hang_ye_ying_yong {
    width: 25vw;
    height: 15vw;
    position: absolute;
    z-index: 2;
    background-image: url(/assets/img/hang_ye_ying_yong/btn_bg.png);
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

.hang_ye_ying_yong_btn_title_hang_ye_ying_yong {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.hang_ye_ying_yong_btn_hang_ye_ying_yong img {
  display: none;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

@media (min-width: 1200px) {
  .hang_ye_ying_yong_btn_hang_ye_ying_yong:hover .hang_ye_ying_yong_btn_title_hang_ye_ying_yong {
    position: absolute;
    top: -0.7em;
    left: 20px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .hang_ye_ying_yong_btn_hang_ye_ying_yong:hover img {
    display: block;
    height: 60px;
    width: auto;
    margin: 0 6px;
  }
}

@media (max-width: 1199px) {
  .hang_ye_ying_yong_btn_hang_ye_ying_yong .hang_ye_ying_yong_btn_title_hang_ye_ying_yong {
    position: absolute;
    top: -0.7em;
    left: 0.5em;
    white-space: normal;
    text-align: left;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .hang_ye_ying_yong_btn_hang_ye_ying_yong img {
    display: block;
    height: 50px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .center_point0 {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: black;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
  }
}

@media (min-width: 1200px) {
  .line_hang_ye_ying_yong {
    position: absolute;
    z-index: 1;
    border-top: 1px dashed rgb(0, 130, 200);
    transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -o-transition: width .3s linear;
    font-size: 0;
  }
}

@media (max-width: 1199px) {
  .line_hang_ye_ying_yong {
    position: absolute;
    z-index: 1;
    border-top: 1px dashed rgb(0, 130, 200);
    transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -o-transition: width .3s linear;
    font-size: 0;
  }
}

.web.top_image_hang_ye_ying_yong {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .web.top_image_hang_ye_ying_yong {
    margin-top: 0px;
  }
}

#top_txt {
  align-items: center;
  position: absolute;
  left: 1rem;
  top: 3rem;
  text-align: left !important;
}

@media (min-width: 768px) {
  #top_txt {
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

#bg-2 {
  width: 70%;
  margin-top: 20vw;
}

@media (min-width: 1200px) {
  #bg-2 {
    width: 699px;
    margin-top: 0;
  }
}

.hide_it {
  display: none;
}

.bg-image.blank_box {
  width: 100px;
  display: inline-block;
  height: 100px;
  background-color: black;
  position: absolute;
  visibility: hidden;
}

.point {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #0074C1;
  border-radius: 50%;
  display: none;
}

@media (max-width: 1199px) {
  .point {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0074C1;
    border-radius: 50%;
    display: none;
    margin-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
  }
}

@media (max-width: 768px) {
  .top_button_hang_ye_ying_yong {
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    white-space: nowrap;
    flex: 1;
    padding: 0.5rem 0;
  }
}

@media (max-width: 768px) {
  .top_menu_group_hang_ye_ying_yong {
    bottom: 0;
  }
}

.top_menu_group_hang_ye_ying_yong a {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .jie_jue_fang_an_hang_ye_ying_yong {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .center_title {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.3rem;
  }
}

@media (min-width: 768px) {
  .fang_an_body_hang_ye_ying_yong {
    font-size: 1.5rem;
  }
}

#line_-3 {
  position: absolute;
  left: 12vw;
  top: 119vw;
  transform: rotate(-90deg);
  transform-origin: left;
  width: 0;
}

.txt_title {
  color: rgb(0, 130, 200) !important;
}

@media (min-width: 768px) {
  .top_p {
    color: rgba(0,130,200,1.0);
    padding-left: 0;
    text-shadow: 0px 0px 8px #000000;
  }
}

.top_p {
  color: rgba(0,130,200,1.0);
  padding-left: 0;
  max-width: 100vw;
}

@media (max-width: 577px) {
  #item_3_txt {
    font-size: 0.53rem;
  }
}

