.clear {
  clear: both;
}

.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}




.ny_container {
  width: 74%;
  max-width: 1400px;
  margin: 0 auto;

}

/*Forum*/

.ny_forum_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../ny_images/ny_forum_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 1.35rem 0 0.9rem 0;
  overflow: hidden;
}

.ny_forum_bg .ny_forum {
  margin: 0 auto;
  overflow: hidden;
}

.ny_forum_bg .ny_forum .forum_l {
  float: left;
  width: 5.45rem;
  height: 4.84rem;
  background: url(../ny_images/forum_list.png) no-repeat center;
  position: relative;
  background-size: contain;
}



.ny_forum_bg .ny_forum .forum_l dt {
  text-align: center;
  margin-top: 2.25rem;

}

.ny_forum_bg .ny_forum .forum_l dt span {
  display: block;
  font-size: 0.36rem;
  color: #000000;
}

.ny_forum_bg .ny_forum .forum_l dt i {
  display: block;
  font-size: 0.3rem;
  color: #c7c7c7;
  margin-top: 0.05rem;
}

.ny_forum_bg .ny_forum .forum_l dd {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;

}

.ny_forum_bg .ny_forum .forum_l dd a {
  display: block;
  text-align: center;
  width: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.2rem;
  color: #008dcd;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ny_forum_bg .ny_forum .forum_l dd:hover {
  background: #00abba;
}

.ny_forum_bg .ny_forum .forum_l dd:hover a {
  color: #fff;
}


.ny_forum_bg .ny_forum .forum_l dd a {
  width: 1.6rem;
  height: 1.6rem;
}

.ny_forum_bg .ny_forum .forum_l dd.f1 {
  position: absolute;
  top: 0;
  left: 35%;
  width: 1.6rem;
  height: 1.6rem;

}

.ny_forum_bg .ny_forum .forum_l dd.f2 {
  position: absolute;
  bottom: 0.2rem;
  left: 3%;
  width: 1.6rem;
  height: 1.6rem;
}

.ny_forum_bg .ny_forum .forum_l dd.f3 {
  position: absolute;
  bottom: 0.2rem;
  right: 3%;
  width: 1.6rem;
  height: 1.6rem;
}


.ny_forum_bg .ny_forum .forum_r {
  float: right;
  width: 56%;
  margin-top: 0.5rem;
}

.ny_forum_bg .ny_forum .forum_r p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
}





/*forum_news*/

.forum_news {
  width: 74%;
  margin: 0.8rem auto 0 auto;
  overflow: hidden;
  padding-bottom: 0.85rem;
}


.forum_news dl {
  float: left;
  width: 40.5%;
  margin: 0 4.5%;
}




.forum_news .forum_news_t {
  position: relative;
  margin: 0 auto;
  height: 0.35rem;
}

.forum_news .forum_news_t h3 {
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  line-height: 0.34rem;
  font-weight: bold;
  font-family: "Microsoft Ya Hei Semibold";
  float: left;
  position: relative;
}


.forum_news .forum_news_t h3::after {
  position: absolute;
  left: -0.25rem;
  top: 2px;
  width: 4px;
  height: 0.34rem;
  background: #00abba;
  content: "";
}

.forum_news .forum_news_t .more {
  float: right;
  font-size: 0.18rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  background: url(../ny_images/gwyzlm_more.png) no-repeat left center;
  padding-left: 0.6rem;
  line-height: 0.34rem;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.forum_news .forum_news_t .more:hover {
  color: #00abba;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.forum_news .forum_news_box {
  margin: 0.5rem auto 0 auto;
}

.forum_news .forum_news_box ul li {
  width: 100%;
  height: 0.7rem;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 0.28rem;

}


.forum_news .forum_news_box ul li span {
  display: block;
  font-size: 0.14rem;
  color: #00abba;
}

.forum_news .forum_news_box ul li h5 a {
  font-size: 0.16rem;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
  line-height: 0.24rem;
}

.forum_news .forum_news_box ul li:hover h5 a {
  color: #00abba;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}


/*forum_fc*/

.forum_fc_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../ny_images/ny_forum_fc_bg.jpg) no-repeat center;
  background-size: cover;
}

.forum_fc_bg .forum_fc {
  margin: 0 auto;
  padding: 0.4rem 0 1.2rem 0;
}

.forum_fc_bg .forum_fc .forum_fc_t {}

.forum_fc_bg .forum_fc .forum_fc_t h3 {
  font-size: 0.36rem;
  color: #000;
  padding-left: 0.7rem;
  position: relative;
  line-height: 0.34rem;
}

.forum_fc_bg .forum_fc .forum_fc_t h3::after {
  position: absolute;
  left: 0.4rem;
  top: 2px;
  width: 4px;
  height: 0.34rem;
  background: #00abba;
  content: "";
}

.forum_fc_bg .forum_fc .forum_fc_box {
  margin: 0.55rem auto 0 auto;
  position: relative;
  width: 100%;
  height: 3.2rem;
}

.forum_fc_bg .forum_fc .forum_fc_box .forum_mySwiper {
  width: 85%;
  overflow: hidden;
}

.forum_fc_bg .forum_fc .forum_fc_box .forum_mySwiper .pic {
  position: relative;
  width: 100%;
  height: 3.2rem;

}

.forum_fc_bg .forum_fc .forum_fc_box .forum_mySwiper .pic img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.forum_fc_bg .forum_fc .forum_fc_box .forum-button-next {
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../ny_images/forum_fc_right.png) no-repeat center;
  width: 0.71rem;
  height: 0.71rem;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.forum_fc_bg .forum_fc .forum_fc_box .forum-button-prev {
  cursor: pointer;
  position: absolute;
  right: 0.9rem;
  bottom: 0px;
  background: url(../ny_images/forum_fc_left.png) no-repeat center;
  width: 0.71rem;
  height: 0.71rem;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.forum_fc_bg .forum_fc .forum_fc_box .forum-button-next:hover{
  background: #fff url(../ny_images/forum_fc_right3.png) no-repeat center;
}

.forum_fc_bg .forum_fc .forum_fc_box .forum-button-prev:hover{
  background: #fff url(../ny_images/forum_fc_left1.png) no-repeat center;
}


/*forum_hz*/

.forum_hz {
  margin: 0.65rem auto 0.65rem auto;
}

.forum_hz .forum_hz_t {
  text-align: center;
  margin: 0 auto;
}

.forum_hz .forum_hz_t h3 {
  font-size: 0.36rem;
  color: #000;
  padding-left: 0.7rem;
  position: relative;
  line-height: 0.34rem;
  display: inline-block;

}

.forum_hz .forum_hz_t h3::after {
  position: absolute;
  left: 0.4rem;
  top: 2px;
  width: 4px;
  height: 0.34rem;
  background: #00abba;
  content: "";
}


.forum_hz .forum_hz_box {
  margin: 0.25rem auto 0 auto;
  width: 100%;
  position: relative;
}


.forum_hz .forum_hz_box .hz_mySwiper {
  margin: 0rem auto 0 auto;
  width: 93%;
  overflow: hidden;
}

.forum_hz .forum_hz_box .swiper-slide .pic {
  position: relative;
  width: 100%;
  padding-top: 40%;

}

.forum_hz .forum_hz_box .swiper-slide .pic img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.forum_hz .forum_hz_box .hz-button-next {
  cursor: pointer;
  position: absolute;
  right: 0rem;
  top: 40%;
  background: url(../ny_images/forum_fc_right2.png) no-repeat center;
  width: 0.16rem;
  height: 0.29rem;
  background-size: contain;
}

.forum_hz .forum_hz_box .hz-button-prev {
  cursor: pointer;
  position: absolute;
  left: 0rem;
  top: 40%;
  background: url(../ny_images/forum_fc_left2.png) no-repeat center;
  width: 0.16rem;
  height: 0.29rem;
  background-size: contain;
}


/*guests*/

.ny_guests {
  width: 74%;
  height: 5.02rem;
  margin: 0.85rem auto 0 auto;
  background: #00abba;
  position: relative;

}

.ny_guests .guests_t {
  position: absolute;
  left: 2%;
  top: 0.35rem;
  z-index: 5;
  height: 0.8rem;

}

.ny_guests .guests_t h5 {
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.7rem;
  position: relative;
  line-height: 0.34rem;
  display: block;
  float: left;
  margin-top: 0.23rem;
  position: relative;
  z-index: 5;
}

.ny_guests .guests_t h5::after {
  position: absolute;
  left: 0.4rem;
  top: 2px;
  width: 4px;
  height: 0.34rem;
  background: #fff;
  content: "";
}

.ny_guests .guests_t span {
  font-size: 1.06rem;
  color: #0dafbe;
  text-transform: uppercase;
  display: block;
  float: left;
  line-height: 0.8rem;
  margin-left: -0.45rem;
  letter-spacing: -7px;
  font-weight: bold;
}

.ny_guests .guests_t .more {
  float: right;
  font-size: 0.18rem;
  color: #99dde3;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  background: url(../ny_images/gwyzlm_more1.png) no-repeat left center;
  padding-left: 0.6rem;
  line-height: 0.34rem;
  background-size: contain;
  display: block;
  position: relative;
  top: 0.24rem;
  right: 1.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ny_guests .guests_t .more:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.ny_guests .guests_box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.ny_guests .guests_box .guestsmySwiper2 {
  width: 100%;
  height: 5.02rem;
  position: relative;
}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide {}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt {
  float: left;
  margin: 1.5rem 0 0 7%;
  width: 58%;
  background: #00abba;
}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt h5 a {
  font-size: 0.24rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.36rem;
}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt h5 i {
  font-size: 0.2rem;
  color: #fff;
}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt p {
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide .pic {
  float: right;
  position: relative;
  width: 30%;
  height: 5.02rem;
}

.ny_guests .guests_box .guestsmySwiper2 .swiper-slide .pic img {
position: absolute;
    left: 81px;
    top: 2px;
    width: 80%;
    height: 99%;
    object-fit: cover;

}

.ny_guests .guests_box .guestsmySwiper {
  position: absolute;
  bottom: 0.25rem;
  left: 7%;
  width: 59%;
  overflow: hidden;

}

.ny_guests .guests_box .guestsmySwiper .swiper-slide {}

.ny_guests .guests_box .guestsmySwiper .swiper-slide .pic {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid rgba(66, 193, 204, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 114%;

}

.ny_guests .guests_box .guestsmySwiper .swiper-slide .pic img {
  position: absolute;
  left: 4.5%;
  top: 2.5%;
  width: 92%;
  height: 95%;
  object-fit: cover;

}

.ny_guests .guests_box .guestsmySwiper .swiper-slide-thumb-active .pic {
  border: 1px solid rgba(66, 193, 204, 1);

}

.ny_guests .guests_box .guests-button-next {
  cursor: pointer;
  background: url(../ny_images/forum_fc_right1.png) no-repeat center;
  width: 0.165rem;
  height: 0.29rem;
  right: 32%;
  bottom: 1.2rem;
  position: absolute;
  z-index: 5;
  background-size: contain;


}

.ny_guests .guests_box .guests-button-prev {
  cursor: pointer;
  background: url(../ny_images/forum_fc_left1.png) no-repeat center;
  width: 0.165rem;
  height: 0.29rem;
  left: 4%;
  bottom: 1.2rem;
  position: absolute;
  z-index: 5;
  background-size: contain;
}



/* m_map */

.china_map_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../ny_images/ny_china_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 1.3rem;
}


.china_map_bg .ny_map {
  width: 74%;
  margin: 0 auto;
  padding-top: 1rem;
}



.china_map_bg .ny_map .txt {
  margin: 0 auto;

}


.china_map_bg .ny_map .txt p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333333;
  text-indent: 2em;
}


.china_map_bg .ny_map .txt p i {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #00abba;
}




/* m_map */
.m_map {
  width: 9.7rem;
  height: 7.6rem;
  margin: 1rem auto 0 auto;
  position: relative;
  background: url(../images/bzzgdt.png) no-repeat center;
  background-size: contain;
}


.mp {
  position: absolute;
  cursor: pointer;
  background: url(../ny_images/ny_china_ico1.png) no-repeat center;
  width: 0.61rem;
  height: 0.5rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-size: auto;
}

.mp:hover {
  background: url(../ny_images/ny_china_ico2.png) no-repeat center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-size: auto;
}

.hover_tu {
  background: url(../images/fi2.png) no-repeat 4px 20px;
}

.mp .mito {
  position: absolute;
  left: 0.1rem;
  top: 0.35rem;
  font-size: 0.16rem;
  color: #333333;
  width: 0.9rem;
}


.feng {
  position: absolute;
  display: none;
  width: 3.92rem;
  height: 1.91rem;
  left: 0.23rem;
  top: 0.25rem;
  background: url(../ny_images/ny_map_nr.png) no-repeat center;
  z-index: 10;
  background-size: cover;
}

.feng .sang {
  position: absolute;
  left: 235px;
  bottom: 0px;
  background: url(../images/vf2.png) no-repeat 0 0;
  width: 14px;
  height: 8px;
}

.feng .tree {

  padding: 0.3rem 0.2rem 0 0.2rem;
}


.feng .tree .du_size {

}

.feng .tree .du_size h5{
  font-size: 0.24rem;
  color: #fff;
  border-bottom: 1px solid #4dc4cf;
  height: 0.4rem;
  margin-bottom: 0.2rem;
}

.feng .tree .du_size p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
}

.mp1 {left: 5.8rem;top: 2.7rem;}

.mp2 {
  left: 6.7rem;
  top: 3.1rem;
}

.mp3 {
  left: 7.5rem;
  top: 4.5rem;
}

.mp4 {
  left: 5.1rem;
  top: 4.9rem;
}

.mp5 {
  left: 6.3rem;
  top: 3.2rem;
}

.mp6 {
  left: 6.2rem;
  top: 3.9rem;
}

.mp7 {
  left: 4.1rem;
  top: 5.9rem;
}

.mp8 {
  left: 7.5rem;
  top: 2.2rem;
}

.mp9 {
  left: 7.9rem;
  top: 0.9rem;
}


.mp10 {
  left: 6rem;
  top: 5.2rem;
}

.mp11 {
  left: 6.9rem;
  top: 4.3rem;
}

.mp12 {
  left: 6.8rem;
  top: 3.3rem;
}

.mp13 {
  left: 2rem;
  top: 2.7rem;
}

.mp14 {
  left: 7.3rem;
  top: 4.1rem;
}

.mp15 {left: 6.6rem;top: 4.8rem;}

.mp16 {
  left: 6.6rem;
  top: 5.1rem;
}

.mp17 {
  left: 5.2rem;
  top: 4.4rem;
}

.mp18 {
  left: 5.4rem;
  top: 6.1rem;
}

.mp19 {
  left: 4.4rem;
  top: 3.6rem;
}

.mp20 {
  left: 5.8rem;
  top: 3.1rem;
}

.mp21 {
  left: 5.5rem;
  top: 2.4rem;
}

.mp22 {
  left: 5.5rem;
  top: 3.8rem;
}

.mp23 {
  left: 7.9rem;
  top: 1.5rem;
}

.mp24 {left: 6.3rem;top: 5.3rem;}

.mp25 {
  left: 5.1rem;
  top: 5.5rem;
}

.mp26 {left: 5.5rem;top: 5.9rem;}

.mp27 {
  left: 3.5rem;
  top: 3.3rem;
}

.mp28 {
  left: 2.5rem;
  top: 4.7rem;
}

.mp29 {
  left: 3.8rem;
  top: 4.2rem;
}

.mp30 {
  left: 4.8rem;
  top: 2.9rem;
}

.mp31 {
  left: 5.7rem;
  top: 7rem;
}

.mp32 {
  left: 7.8rem;
  top: 5.9rem;
}

.mp33 {
  left: 6.7rem;
  top: 6.4rem;
}

.mp34 {
  left: 6.1rem;
  top: 6.6rem;
}


.mp35 {left: 8.7rem;top: 6.1rem;}


.shengming{
  margin: 0.3rem auto 0 auto;
  font-size: 0.2rem;
  color: #333;
}





/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹ */
/* guoji_map */


.guojiCenterTobox .swiper-slide{
display: none;
}

.guoji_map_bg {
    width: 100%;
    margin: 0 auto;
    background: url(../ny_images/ny_guoji_bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 0.9rem;
  }
  
  
  .guoji_map_bg .ny_gj_map {
    width: 74%;
    margin: 0 auto;
    padding-top: 1rem;
    position: relative;
  }
  
  
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list{
    width: 100%;
    margin: 0.5rem auto 0 auto;
    overflow: hidden;
    pointer-events: none;
  
  }
  
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list .guojiCenterTobox{
    overflow: hidden;
  }
  
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl{
    float: left;
    width: 48%;
    margin: 0 1% 0.3rem 1%;
    height: 1.95rem;
    background: #fff;
    -webkit-box-shadow: 0 6px 6px 0px rgba(79, 160, 168, .05);
    box-shadow: 0 6px 6px 0px rgba(79, 160, 168, .05);
    position: relative;
    z-index: 5;
  }
  
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl span{
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 0.55rem;
    line-height: 0.55rem;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl h5{
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #000000;
    font-weight: bold;
    font-family: "Microsoft Ya Hei Semibold";
    width: 90%;
    margin: 0.1rem auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl em{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    display: block;
    width: 90%;
    margin: 0.05rem auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl p{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #00abba;
    width: 90%;
    margin: 0.2rem auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl p i{
    font-size: 0.16rem;
    color: #00abba;
    margin-right: 0.25rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: url(../ny_images/ny_guoji_list.jpg) no-repeat  center;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-size: cover;
  }
  
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl:hover::after{
    width: 100%;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl:hover span{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl:hover h5{
    color: #fff;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl:hover em{
    color: #fff;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl:hover p{
    color: #fff;
  }
  
  .guoji_map_bg .ny_gj_map .ny_guoji_list dl:hover p i{
    color: #fff;
  }
  
  
  
  .guoji_map_bg .ny_world{
    width: 14rem;
    position: relative;
    height: 6.8rem;
  }
  
  .guoji_map_bg .ny_world .world_img{
    position: absolute;
    width: 13.07rem;
    /* height: 4.8rem; */
    right: 0;
    top: 0;
  }
  
  .guoji_map_bg .ny_world ul li{
    position: relative;
    overflow: hidden;
  
  }
  
  .guoji_map_bg .ny_world ul li i{
    display: block;
    text-align: center;
    background: url(../ny_images/ny_china_ico1.png) no-repeat top center;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #333333;
    padding-top: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
  }
  
  .guoji_map_bg .ny_world ul li p{
    background: url(../ny_images/ny_world_list.png) no-repeat  center;
    background-size: 100%;
    padding: 0.2rem 0.2rem;
    height: 1.26rem;
    width: 0rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: absolute;
    bottom: 0.24rem;
    left: 33%;
    z-index: 5;
  
  }
  
  .guoji_map_bg .ny_world ul li p span{
    display: block;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #ffffff;
  }
  
  .guoji_map_bg .ny_world ul li p span em{
    display: block;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #ffffff;
  }
  
  
  .guoji_map_bg .ny_world ul li.on i{
    background: url(../ny_images/ny_china_ico2.png) no-repeat top center;
  }
  
  .guoji_map_bg .ny_world ul li.on{
    overflow: initial;
  }
  
  .guoji_map_bg .ny_world ul li.on p{
    opacity: 1;
    width: 1.64rem;
  }
  

@media screen and (max-width: 640px) {
.ny_world li img {
    width: 50%;
}
  .guoji_map_bg .ny_world ul li.on p{
    opacity: 0;
  }
}


.guoji_map_bg .ny_world ul li.w1{
  position: absolute;
  left: 11rem;
  top: 1.85rem;
}

.guoji_map_bg .ny_world ul li.w2{
  position: absolute;
  left: 12.8rem;
  top: 3.75rem;
}


.guoji_map_bg .ny_world ul li.w3{
  position: absolute;
  left: 1.8rem;
  top: 3rem;
}


.guoji_map_bg .ny_world ul li.w4{
  position: absolute;
  left: 2.05rem;
  top: 1.4rem;
}


.guoji_map_bg .ny_world ul li.w5{
  position: absolute;
  left: 3.1rem;
  top: 1.1rem;
}


.guoji_map_bg .ny_world ul li.w6{
  position: absolute;
  left: 2.8rem;
  top: 1.52rem;
}


.guoji_map_bg .ny_world ul li.w7{
  position: absolute;
  right: 10rem;
  top: 1.93rem;
}


.guoji_map_bg .ny_world ul li.w8{
  position: absolute;
  right: 10.4rem;
  top: 2.3rem;
}


.guoji_map_bg .ny_world ul li.w9{
  position: absolute;
  left: 2.65rem;
  top: 3.38rem;
}


.guoji_map_bg .ny_world ul li.w10{
  position: absolute;
  left: 3.4rem;
  top: 3.5rem;
}


.guoji_map_bg .ny_world ul li.w11{
  position: absolute;
  right: 9rem;
  top: 1.9rem;
}

.guoji_map_bg .ny_world ul li.w12{
  position: absolute;
  right: 9.25rem;
  top: 2.39rem;
}


.guoji_map_bg .ny_world ul li.w13{
  position: absolute;
  right: 8.5rem;
  top: 2.5rem;
}

.guoji_map_bg .ny_world ul li.w14{
  position: absolute;
  right: 8.3rem;
  top: 2.6rem;
}

.guoji_map_bg .ny_world ul li.w15{
  position: absolute;
  right: 8.1rem;
  top: 2.8rem;
}

.guoji_map_bg .ny_world ul li.w16{
  position: absolute;
  right: 7.2rem;
  top: 2.1rem;
}

.guoji_map_bg .ny_world ul li.w17{
  position: absolute;
  right: 6.8rem;
  top: 2rem;
}

.guoji_map_bg .ny_world ul li.w18{
  position: absolute;
  right: 6.7rem;
  top: 3.5rem;
}

.guoji_map_bg .ny_world ul li.w19{
  position: absolute;
  right: 6.8rem;
  top: 4.15rem;
}

.guoji_map_bg .ny_world ul li.w20{
  position: absolute;
  left: 3.5rem;
  top: 3.25rem;
}

/*ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹ ÃƒÂ¥Ã‚Â®Ã…â€™*/


@media screen and (max-width: 1440px) {
.ny_guests .guests_t span {
    font-size: 1rem;
}
  .guoji_map_bg .ny_world{
    width: 100%;
    position: relative;
    height: auto;
  
  }
  
  .guoji_map_bg .ny_world .world_img{
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
  
  }
  
  .guoji_map_bg .ny_world ul li{
    position: relative;
  
  }
  
  .guoji_map_bg .ny_world ul li i{
    display: block;
    text-align: center;
    background: url(../ny_images/ny_china_ico1.png) no-repeat top center;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #333333;
    padding-top: 0.3rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
  }
  
  .guoji_map_bg .ny_world ul li p{
    background: url(../ny_images/ny_world_list.png) no-repeat  center;
    background-size: 100%;
    padding: 0.2rem 0.2rem;
    height: 1.26rem;
    width: 1.64rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: absolute;
    bottom: 0.24rem;
    left: 33%;
    z-index: 5;
  
  }
  
  .guoji_map_bg .ny_world ul li p span{
    display: block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #ffffff;
  }
  
  .guoji_map_bg .ny_world ul li p span em{
    display: block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #ffffff;
  }
  
  
  .guoji_map_bg .ny_world ul li:hover i{
    background: url(../ny_images/ny_china_ico2.png) no-repeat top center;
  }
  
  
  
  
  .guoji_map_bg .ny_world ul li.w1{
    position: absolute;
    left: 77%;
    top: 28%;
  }
  
  .guoji_map_bg .ny_world ul li.w2{
    position: absolute;
    left: 91%;
    top: 55%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w3{
    position: absolute;
    left: 6%;
    top: 42%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w4{
    position: absolute;
    left: 9%;
    top: 21%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w5{
    position: absolute;
    left: 16.5%;
    top: 15%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w6{
    position: absolute;
    left: 14%;
    top: 22%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w7{
    position: absolute;
    right: 77%;
    top: 28%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w8{
    position: absolute;
    right: 79%;
    top: 33%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w9{
    position: absolute;
    left: 13%;
    top: 49%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w10{
    position: absolute;
    left: 17%;
    top: 52%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w11{
    position: absolute;
    right: 69%;
    top: 27%;
  }
  
  .guoji_map_bg .ny_world ul li.w12{
    position: absolute;
    right: 68%;
    top: 35%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w13{
    position: absolute;
    right: 65%;
    top: 36%;
  }
  
  .guoji_map_bg .ny_world ul li.w14{
    position: absolute;
    right: 63%;
    top: 37%;
  }
  
  .guoji_map_bg .ny_world ul li.w15{
    position: absolute;
    right: 61%;
    top: 41%;
  }
  
  .guoji_map_bg .ny_world ul li.w16{
    position: absolute;
    right: 55%;
    top: 30%;
  }
  
  .guoji_map_bg .ny_world ul li.w17{
    position: absolute;
    right: 51%;
    top: 29%;
  }
  
  .guoji_map_bg .ny_world ul li.w18{
    position: absolute;
    right: 51%;
    top: 51%;
  }
  
  .guoji_map_bg .ny_world ul li.w19{
    position: absolute;
    right: 51%;
    top: 62%;
  }
  
  .guoji_map_bg .ny_world ul li.w20{
    position: absolute;
    left: 19%;
    top: 48%;
  }
  
  
  

}

@media screen and (max-width: 1800px){
  .ny_forum_bg .ny_forum .forum_l {
    float: left;
    width: 39%;
}

  .ny_forum_bg .ny_forum .forum_l dd{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
  }

  .ny_forum_bg .ny_forum .forum_l dd a {
    width: 1.4rem;
    line-height: 1.4rem;

}

  .ny_forum_bg .ny_forum .forum_l dd.f1 {
    position: absolute;
    top: 8%;
    left: 35.5%;

}

.ny_forum_bg .ny_forum .forum_l dd.f2 {
  position: absolute;
  bottom: 11%;
  left: 3.5%;
}

.ny_forum_bg .ny_forum .forum_l dd.f3 {
  position: absolute;
  bottom: 11%;
  right: 3.5%;
}


}
@media screen and (max-width: 1600px){


  .ny_forum_bg .ny_forum .forum_l dd{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
  }

  .ny_forum_bg .ny_forum .forum_l dd a {
    width: 1.3rem;
    line-height: 1.3rem;

}

  .ny_forum_bg .ny_forum .forum_l dd.f1 {
    position: absolute;
    top: 8%;
    left: 35.5%;

}

.ny_forum_bg .ny_forum .forum_l dd.f2 {
  position: absolute;
  bottom: 12%;
  left: 3.5%;
}

.ny_forum_bg .ny_forum .forum_l dd.f3 {
  position: absolute;
  bottom: 12%;
  right: 3.5%;
}

}


@media screen and (max-width: 1200px) {


  .ny_container {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;

  }


  .forum_news {
    width: 94%;
    margin: 0.5rem auto 0 auto;
    overflow: hidden;
    padding-bottom: 0.55rem;
  }


  .forum_news dl {
    float: none;
    width: 100%;
    margin: 0 0% 0.5rem auto;
  }




  .forum_news .forum_news_t {
    position: relative;
    margin: 0 auto;
    height: 0.35rem;
  }

  .forum_news .forum_news_t h3 {
    font-size: 0.3rem;
    color: #000000;
    text-align: center;
    line-height: 0.34rem;
    font-weight: bold;
    font-family: "Microsoft Ya Hei Semibold";
    float: left;
    position: relative;
    padding-left: 0.25rem;
  }


  .forum_news .forum_news_t h3::after {
    position: absolute;
    left: 0rem;
    top: 2px;
    width: 4px;
    height: 0.34rem;
    background: #00abba;
    content: "";
  }



  .forum_news .forum_news_box {
    margin: 0.4rem auto 0 auto;
  }



  /*forum_fc*/

  .forum_fc_bg {
    width: 100%;
    margin: 0 auto;
    background: url(../ny_images/ny_forum_fc_bg.jpg) no-repeat bottom center;
  }

  .forum_fc_bg .forum_fc {
    margin: 0 auto;
  }

  .forum_fc_bg .forum_fc .forum_fc_t {}

  .forum_fc_bg .forum_fc .forum_fc_t h3 {
    font-size: 0.36rem;
    color: #fff;
    padding-left: 0.7rem;
    position: relative;
    line-height: 0.34rem;
  }

  .forum_fc_bg .forum_fc .forum_fc_t h3::after {
    position: absolute;
    left: 0.4rem;
    top: 2px;
    width: 4px;
    height: 0.34rem;
    background: #00abba;
    content: "";
  }

  .forum_fc_bg .forum_fc .forum_fc_box {
    margin: 0.55rem auto 0 auto;
    position: relative;
    width: 100%;
    height: auto;
  }

  .forum_fc_bg .forum_fc .forum_fc_box .forum_mySwiper {
    width: 80%;
    overflow: hidden;
    margin: 0 10%;
  }

  .forum_fc_bg .forum_fc .forum_fc_box .forum_mySwiper .pic {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 57%;

  }


  .forum_fc_bg .forum_fc .forum_fc_box .forum-button-next {
    cursor: pointer;
    position: absolute;
    right: 35%;
    bottom: -0.9rem;
    background: url(../ny_images/forum_fc_right.png) no-repeat center;
    width: 0.51rem;
    height: 0.51rem;
    background-size: contain;
  }

  .forum_fc_bg .forum_fc .forum_fc_box .forum-button-prev {
    cursor: pointer;
    position: absolute;
    right: 55%;
    bottom: -0.9rem;
    background: url(../ny_images/forum_fc_left.png) no-repeat center;
    width: 0.51rem;
    height: 0.51rem;
    background-size: contain;

  }

  /*forum_hz*/

  .forum_hz {
    margin: 0.45rem auto 0.45rem auto;
  }

  .forum_hz .forum_hz_t {
    text-align: center;
    margin: 0 auto;
  }

  .forum_hz .forum_hz_t h3 {
    font-size: 0.3rem;
    color: #000;
    padding-left: 0.7rem;
    position: relative;
    line-height: 0.34rem;
    display: inline-block;

  }

  /*Forum*/

  .ny_forum_bg {
    width: 100%;
    margin: 0 auto;
    background: url(../ny_images/ny_forum_bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 0.5rem 0 0.5rem 0;
    overflow: hidden;
  }

  .ny_forum_bg .ny_forum {
    margin: 0 auto;
    width: 94%;
  }

  .ny_forum_bg .ny_forum .forum_l {
    float: none;
    width: 5.45rem;
    height: 4.84rem;
    background: url(../ny_images/forum_list.png) no-repeat center;
    position: relative;
    background-size: contain;
    margin: 0 auto;
  }



  .ny_forum_bg .ny_forum .forum_l dt {
    text-align: center;
    top: 2.25rem;
    position: relative;
    margin: 0 auto;

  }

  .ny_forum_bg .ny_forum .forum_l dt span {
    display: block;
    font-size: 0.36rem;
    color: #000000;
  }

  .ny_forum_bg .ny_forum .forum_l dt i {
    display: block;
    font-size: 0.3rem;
    color: #c7c7c7;
    margin-top: 0.05rem;
  }

  .ny_forum_bg .ny_forum .forum_l dd {
    width: 1.6rem;
    height: 1.6rem;
  }

  .ny_forum_bg .ny_forum .forum_l dd a{
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }

  .ny_forum_bg .ny_forum .forum_l dd.f1 {
    position: absolute;
    top: 0rem;
    left: 35%;
    width: 1.6rem;
    height: 1.6rem;

  }

  .ny_forum_bg .ny_forum .forum_l dd.f2 {
    position: absolute;
    bottom: 0.2rem;
    left: 2%;
    width: 1.6rem;
    height: 1.6rem;
  }

  .ny_forum_bg .ny_forum .forum_l dd.f3 {
    position: absolute;
    bottom: 0.2rem;
    right: 2%;
    width: 1.6rem;
    height: 1.6rem;
  }


  .ny_forum_bg .ny_forum .forum_r {
    float: none;
    width: 100%;
    margin-top: 0.3rem;
  }




  /*guests*/

  .ny_guests {
    margin: 0.45rem auto 0 auto;
    background: #00abba;
    position: relative;

  }

  .ny_guests .guests_t {
    position: absolute;
    left: 2%;
    top: 0.25rem;
    z-index: 5;
    height: auto;

  }

  .ny_guests .guests_t h5 {
    font-size: 0.36rem;
    color: #fff;
    padding-left: 0.7rem;
    position: relative;
    line-height: 0.34rem;
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    z-index: 5;
  }

  .ny_guests .guests_t h5::after {
    position: absolute;
    left: 0.4rem;
    top: 2px;
    width: 4px;
    height: 0.34rem;
    background: #fff;
    content: "";
  }

  .ny_guests .guests_t span {
    font-size: 0.3rem;
    color: #0dafbe;
    text-transform: uppercase;
    display: block;
    float: none;
    line-height: 0.4rem;
    margin-left: 0rem;
    letter-spacing: 0px;
    font-weight: bold;
  }

  .ny_guests .guests_t .more {
    float: none;
    font-size: 0.18rem;
    color: #99dde3;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background: url(../ny_images/gwyzlm_more1.png) no-repeat left center;
    padding-left: 0.6rem;
    line-height: 0.34rem;
    background-size: contain;
    display: block;
    position: relative;
    top: 0rem;
    right: 0rem;
  }

  .ny_guests .guests_box {
    width: 100%;
    margin: 0rem auto 0 auto;
    overflow: hidden;
    position: relative;
  }

  .ny_guests .guests_box .guestsmySwiper2 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide {}

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt {
    float: left;
    margin: 1.5rem 0 0 7%;
    width: 58%;
  }

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt h5 a {
    font-size: 0.24rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 0.36rem;
  }

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt h5 i {
    font-size: 0.2rem;
    color: #fff;
  }

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide .txt p {
    font-size: 0.16rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0.1rem;
  }

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide .pic {
    float: right;
    position: relative;
    width: 30%;
    height: 5.02rem;
  }

  .ny_guests .guests_box .guestsmySwiper2 .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;

  }

  .ny_guests .guests_box .guestsmySwiper {
    position: absolute;
    bottom: 0.25rem;
    left: 7%;
    width: 59%;
    overflow: hidden;

  }

  .ny_guests .guests_box .guestsmySwiper .swiper-slide {}

  .ny_guests .guests_box .guestsmySwiper .swiper-slide .pic {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid rgba(66, 193, 204, 0);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

  }

  .ny_guests .guests_box .guestsmySwiper .swiper-slide .pic img {
    position: absolute;
    left: 4.5%;
    top: 2.5%;
    width: 91%;
    height: 95%;
    object-fit: cover;

  }

  .ny_guests .guests_box .guestsmySwiper .swiper-slide-thumb-active .pic {
    border: 1px solid rgba(66, 193, 204, 1);

  }

  .ny_guests .guests_box .guests-button-prev {
    left: 2%;
  }

  .ny_guests .guests_box .guests-button-next {
    right: 31%;
    bottom: 23%;
  }


}


@media screen and (max-width: 1200px){
  
/* guoji_map */

.guoji_map_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../ny_images/ny_guoji_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 0.5rem;
}


.guoji_map_bg .ny_gj_map {
  width: 94%;
  margin: 0 auto;
  padding-top: 0.5rem;
}



.guoji_map_bg .ny_gj_map .ny_guoji_list{
  width: 100%;
  margin: 0.5rem auto 0 auto;

}


.guoji_map_bg .ny_gj_map .ny_guoji_list dl{
  float: none;
  width: 100%;
  margin-right: 0%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 6px 6px 0px rgba(79, 160, 168, .05);
  box-shadow: 0 6px 6px 0px rgba(79, 160, 168, .05);
  position: relative;
  z-index: 5;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}


.guoji_map_bg .ny_world{
  width: 100%;
  position: relative;
  height: auto;

}

.guoji_map_bg .ny_world .world_img{
  position: relative;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;

}

.guoji_map_bg .ny_world ul li{
  position: relative;

}

.guoji_map_bg .ny_world ul li i{
  display: block;
  text-align: center;
  background: url(../ny_images/ny_china_ico1.png) no-repeat top center;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  padding-top: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.guoji_map_bg .ny_world ul li p{
  background: url(../ny_images/ny_world_list.png) no-repeat  center;
  background-size: 100%;
  padding: 0.2rem 0.2rem;
  height: 1.26rem;
  width: 1.64rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  bottom: 0.24rem;
  left: 33%;
  z-index: 5;

}

.guoji_map_bg .ny_world ul li p span{
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
}

.guoji_map_bg .ny_world ul li p span em{
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
}


.guoji_map_bg .ny_world ul li:hover i{
  background: url(../ny_images/ny_china_ico2.png) no-repeat top center;
}




.guoji_map_bg .ny_world ul li.w1{
  position: absolute;
  left: 75%;
  top: 27%;
}

.guoji_map_bg .ny_world ul li.w2{
  position: absolute;
  left: 91%;
  top: 55%;
}


.guoji_map_bg .ny_world ul li.w3{
  position: absolute;
  left: 5%;
  top: 43%;
}


.guoji_map_bg .ny_world ul li.w4{
  position: absolute;
  left: 9%;
  top: 20%;
}


.guoji_map_bg .ny_world ul li.w5{
  position: absolute;
  left: 16%;
  top: 14%;
}


.guoji_map_bg .ny_world ul li.w6{
  position: absolute;
  left: 14%;
  top: 22%;
}


.guoji_map_bg .ny_world ul li.w7{
  position: absolute;
  right: 75%;
  top: 28%;
}


.guoji_map_bg .ny_world ul li.w8{
  position: absolute;
  right: 79%;
  top: 34%;
}


.guoji_map_bg .ny_world ul li.w9{
  position: absolute;
  left: 12%;
  top: 50%;
}


.guoji_map_bg .ny_world ul li.w10{
  position: absolute;
  left: 17%;
  top: 52%;
}


.guoji_map_bg .ny_world ul li.w11{
  position: absolute;
  right: 67%;
  top: 27%;
}

.guoji_map_bg .ny_world ul li.w12{
  position: absolute;
  right: 69%;
  top: 34%;
}


.guoji_map_bg .ny_world ul li.w13{
  position: absolute;
  right: 64%;
  top: 36%;
}

.guoji_map_bg .ny_world ul li.w14{
  position: absolute;
  right: 63%;
  top: 37%;
}

.guoji_map_bg .ny_world ul li.w15{
  position: absolute;
  right: 60%;
  top: 42%;
}

.guoji_map_bg .ny_world ul li.w16{
  position: absolute;
  right: 55%;
  top: 30%;
}

.guoji_map_bg .ny_world ul li.w17{
  position: absolute;
  right: 52%;
  top: 30%;
}

.guoji_map_bg .ny_world ul li.w18{
  position: absolute;
  right: 48%;
  top: 51%;
}

.guoji_map_bg .ny_world ul li.w19{
  position: absolute;
  right: 52%;
  top: 60%;
}

.guoji_map_bg .ny_world ul li.w20{
  position: absolute;
  left: 19%;
  top: 48%;
}




}


@media screen and (max-width: 1080px) {

  .guoji_map_bg .ny_world ul li.w1{
    position: absolute;
    left: 76%;
    top: 28%;
  }
  
  .guoji_map_bg .ny_world ul li.w2{
    position: absolute;
    left: 91%;
    top: 55%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w3{
    position: absolute;
    left: 6%;
    top: 43%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w4{
    position: absolute;
    left: 9%;
    top: 21%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w5{
    position: absolute;
    left: 17%;
    top: 14%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w6{
    position: absolute;
    left: 15%;
    top: 21%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w7{
    position: absolute;
    right: 76%;
    top: 27%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w8{
    position: absolute;
    right: 79%;
    top: 33%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w9{
    position: absolute;
    left: 13%;
    top: 49%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w10{
    position: absolute;
    left: 19%;
    top: 51%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w11{
    position: absolute;
    right: 69%;
    top: 27%;
  }
  
  .guoji_map_bg .ny_world ul li.w12{
    position: absolute;
    right: 69%;
    top: 34%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w13{
    position: absolute;
    right: 64%;
    top: 36%;
  }
  
  .guoji_map_bg .ny_world ul li.w14{
    position: absolute;
    right: 63%;
    top: 38%;
  }
  
  .guoji_map_bg .ny_world ul li.w15{
    position: absolute;
    right: 61%;
    top: 42%;
  }
  
  .guoji_map_bg .ny_world ul li.w16{
    position: absolute;
    right: 54%;
    top: 30%;
  }
  
  .guoji_map_bg .ny_world ul li.w17{
    position: absolute;
    right: 51%;
    top: 29%;
  }
  
  .guoji_map_bg .ny_world ul li.w18{
    position: absolute;
    right: 51%;
    top: 51%;
  }
  
  .guoji_map_bg .ny_world ul li.w19{
    position: absolute;
    right: 53%;
    top: 61%;
  }
  
  .guoji_map_bg .ny_world ul li.w20{
    position: absolute;
    left: 20%;
    top: 48%;
  }
  

}

@media screen and (max-width: 980px) {
  .ny_guests .guests_box .guests-button-next {
    bottom: 17%;
  
  
  }
  .ny_guests .guests_box .guestsmySwiper .swiper-slide .pic {
    height: auto;
}


  .guoji_map_bg .ny_world{
    width: 100%;
    position: relative;
    height: auto;
  
  }
  
  .guoji_map_bg .ny_world .world_img{
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
  
  }
  
  .guoji_map_bg .ny_world ul li{
    position: relative;
  
  }
  
  .guoji_map_bg .ny_world ul li i{
    display: block;
    text-align: center;
    background: url(../ny_images/ny_china_ico1.png) no-repeat top center;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #333333;
    padding-top: 0.3rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
  }
  
  .guoji_map_bg .ny_world ul li p{
    background: url(../ny_images/ny_world_list.png) no-repeat  center;
    background-size: 100%;
    padding: 0.2rem 0.2rem;
    height: 1.26rem;
    width: 1.64rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: absolute;
    bottom: 0.24rem;
    left: 33%;
    z-index: 5;
  
  }
  
  .guoji_map_bg .ny_world ul li p span{
    display: block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #ffffff;
  }
  
  .guoji_map_bg .ny_world ul li p span em{
    display: block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #ffffff;
  }
  
  
  .guoji_map_bg .ny_world ul li:hover i{
    background: url(../ny_images/ny_china_ico2.png) no-repeat top center;
  }
  
  
  
  
  .guoji_map_bg .ny_world ul li.w1{
    position: absolute;
    left: 78%;
    top: 27%;
  }
  
  .guoji_map_bg .ny_world ul li.w2{
    position: absolute;
    left: 90%;
    top: 55%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w3{
    position: absolute;
    left: 6%;
    top: 43%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w4{
    position: absolute;
    left: 9%;
    top: 20%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w5{
    position: absolute;
    left: 16%;
    top: 14%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w6{
    position: absolute;
    left: 12%;
    top: 22%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w7{
    position: absolute;
    right: 77%;
    top: 27%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w8{
    position: absolute;
    right: 79%;
    top: 32%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w9{
    position: absolute;
    left: 13%;
    top: 48%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w10{
    position: absolute;
    left: 18%;
    top: 51%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w11{
    position: absolute;
    right: 69%;
    top: 27%;
  }
  
  .guoji_map_bg .ny_world ul li.w12{
    position: absolute;
    right: 70%;
    top: 33%;
  }
  
  
  .guoji_map_bg .ny_world ul li.w13{
    position: absolute;
    right: 63%;
    top: 37%;
  }
  
  .guoji_map_bg .ny_world ul li.w14{
    position: absolute;
    right: 62%;
    top: 40%;
  }
  
  .guoji_map_bg .ny_world ul li.w15{
    position: absolute;
    right: 61%;
    top: 42%;
  }
  
  .guoji_map_bg .ny_world ul li.w16{
    position: absolute;
    right: 55%;
    top: 30%;
  }
  
  .guoji_map_bg .ny_world ul li.w17{
    position: absolute;
    right: 51%;
    top: 28%;
  }
  
  .guoji_map_bg .ny_world ul li.w18{
    position: absolute;
    right: 51%;
    top: 51%;
  }
  
  .guoji_map_bg .ny_world ul li.w19{
    position: absolute;
    right: 53%;
    top: 62%;
  }
  
  .guoji_map_bg .ny_world ul li.w20{
    position: absolute;
    left: 20%;
    top: 48%;
  }
  
  
  

}

@media screen and (max-width: 640px) {
  /*Forum*/


  .ny_forum_bg .ny_forum .forum_l {
    float: none;
    width: 100%;
    height: 4.84rem;
    background: url(../ny_images/forum_list.png) no-repeat center;
    position: relative;
    background-size: contain;
    margin: 0 auto;
  }



  .ny_forum_bg .ny_forum .forum_l dd.f1 {
    position: absolute;
    top: 0.2rem;
    left: 33%;

  }

  .ny_forum_bg .ny_forum .forum_l dd.f2 {
    position: absolute;
    bottom: 0.3rem;
    left: 1%;
  }

  .ny_forum_bg .ny_forum .forum_l dd.f3 {
    position: absolute;
    bottom: 0.3rem;
    right: 1%;
  }


/* m_map */

.china_map_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../ny_images/ny_china_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 0.5rem;
}


.china_map_bg .ny_map {
  width: 94%;
  margin: 0 auto;
  padding-top: 0.5rem;
}



.china_map_bg .ny_map .txt {
  margin: 0 auto;
  width: 90%;

}



/* m_map */
.m_map {
  width: 100%;
  height: 5.2rem;
  margin: 0rem auto 0 auto;
  position: relative;
  background: url(../ny_images/ny_china_map.png) no-repeat center;
  background-size: contain;
}


.mp {
  position: absolute;
  cursor: pointer;
  background: url(../ny_images/ny_china_ico1.png) no-repeat center;
  width: 0.61rem;
  height: 0.5rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mp:hover {
  background: url(../ny_images/ny_china_ico2.png) no-repeat center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.hover_tu {
  background: url(../images/fi2.png) no-repeat 4px 20px;
}

.mp .mito {
  position: absolute;
  left: 0.1rem;
  top: 0.35rem;
  font-size: 0.14rem;
  color: #333333;
}


.feng {
  position: absolute;
  display: none;
  width: 3.92rem;
  height: 1.91rem;
  left: 0px;
  top: 0.3rem;
  background: url(../ny_images/ny_map_nr.png) no-repeat center;
  z-index: 10;
  background-size: cover;
}

.feng .sang {
  position: absolute;
  left: 235px;
  bottom: 0px;
  background: url(../images/vf2.png) no-repeat 0 0;
  width: 14px;
  height: 8px;
}

.feng .tree {

  padding: 0.3rem 0.2rem 0 0.2rem;
}


.feng .tree .du_size {

}

.feng .tree .du_size h5{
  font-size: 0.2rem;
  color: #fff;
  border-bottom: 1px solid #4dc4cf;
  height: 0.4rem;
  margin-bottom: 0.2rem;
}

.feng .tree .du_size p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.28rem;
}

.mp1 {
  left: 3.2rem;
  top: 1.9rem;
}

.mp2 {
  left: 6.7rem;
  top: 3.1rem;
  display: none;
}

.mp3 {
  left: 7.5rem;
  top: 4.5rem;
  display: none;
}

.mp4 {
  left: 5.1rem;
  top: 4.9rem;
  display: none;
}

.mp5 {
  left: 6.3rem;
  top: 3.2rem;
  display: none;
}

.mp6 {
  left: 6.2rem;
  top: 3.9rem;
  display: none;
}

.mp7 {
  left: 4.1rem;
  top: 5.9rem;
  display: none;
}

.mp8 {
  left: 7.5rem;
  top: 2.2rem;
  display: none;
}

.mp9 {
  left: 7.9rem;
  top: 0.9rem;
  display: none;
}


.mp10 {
  left: 6rem;
  top: 5.2rem;
  display: none;
}

.mp11 {
  left: 6.9rem;
  top: 4.3rem;
  display: none;
}

.mp12 {
  left: 6.8rem;
  top: 3.3rem;
  display: none;
}

.mp13 {
  left: 2rem;
  top: 2.7rem;
  display: none;
}

.mp14 {
  left: 7.3rem;
  top: 4.1rem;
  display: none;
}

.mp15 {
  left: 3.8rem;
  top: 2.9rem;
}

.mp16 {
  left: 6.6rem;
  top: 5.1rem;
  display: none;
}

.mp17 {
  left: 3rem;
  top: 2.9rem;
}

.mp18 {
  left: 5.4rem;
  top: 6.1rem;
  display: none;
}

.mp19 {
  left: 4.4rem;
  top: 3.6rem;
  display: none;
}

.mp20 {
  left: 5.8rem;
  top: 3.1rem;
  display: none;
}

.mp21 {
  left: 5.5rem;
  top: 2.4rem;
  display: none;
}

.mp22 {
  left: 5.5rem;
  top: 3.8rem;
  display: none;
}

.mp23 {
  left: 7.9rem;
  top: 1.5rem;
  display: none;
}

.mp24 {
  left: 3.6rem;
  top: 3.4rem;
}

.mp25 {
  left: 5.1rem;
  top: 5.5rem;
  display: none;
}

.mp26 {
  left: 3.2rem;
  top: 3.7rem;
}

.mp27 {
  left: 3.5rem;
  top: 3.3rem;
  display: none;
}

.mp28 {
  left: 2.5rem;
  top: 4.7rem;
  display: none;
}

.mp29 {
  left: 2rem;
  top: 2.9rem;

}

.mp30 {
  left: 4.8rem;
  top: 2.9rem;
  display: none;
}

.mp31 {
  left: 5.7rem;
  top: 7rem;
  display: none;
}

.mp32 {
  left: 7.8rem;
  top: 5.9rem;
  display: none;
}

.mp33 {
  left: 6.7rem;
  top: 6.4rem;
  display: none;
}

.mp34 {
  left: 6.1rem;
  top: 6.6rem;
  display: none;
}


.mp35 {
  left: 8.5rem;
  top: 6.5rem;
  display: none;
}



.guoji_map_bg .ny_world{
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;

}

.guoji_map_bg .ny_world .world_img{
  position: relative;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;

}

.guoji_map_bg .ny_world ul li{
  position: relative;

}

.guoji_map_bg .ny_world ul li i{
  display: block;
  text-align: center;
  background: url(../ny_images/ny_china_ico1.png) no-repeat top center;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  padding-top: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.guoji_map_bg .ny_world ul li p{
  background: url(../ny_images/ny_world_list.png) no-repeat  center;
  background-size: 100%;
  padding: 0.2rem 0.2rem;
  height: 1.26rem;
  width: 1.64rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  bottom: 0.24rem;
  left: 33%;
  z-index: 5;

}

.guoji_map_bg .ny_world ul li p span{
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
}

.guoji_map_bg .ny_world ul li p span em{
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
}


.guoji_map_bg .ny_world ul li:hover i{
  background: url(../ny_images/ny_china_ico2.png) no-repeat top center;
}




.guoji_map_bg .ny_world ul li.w1{
  position: absolute;
  left: 77%;
  top: 28%;
}

.guoji_map_bg .ny_world ul li.w2{
  position: absolute;
  left: 90%;
  top: 53%;
}


.guoji_map_bg .ny_world ul li.w3{
  position: absolute;
  left: 7%;
  top: 44%;
}


.guoji_map_bg .ny_world ul li.w4{
  position: absolute;
  left: 8%;
  top: 20%;
}


.guoji_map_bg .ny_world ul li.w5{
  position: absolute;
  left: 16%;
  top: 15%;
}


.guoji_map_bg .ny_world ul li.w6{
  position: absolute;
  left: 12%;
  top: 18%;
}


.guoji_map_bg .ny_world ul li.w7{
  position: absolute;
  right: 74%;
  top: 27%;
}


.guoji_map_bg .ny_world ul li.w8{
  position: absolute;
  right: 77%;
  top: 32%;
}


.guoji_map_bg .ny_world ul li.w9{
  position: absolute;
  left: 13%;
  top: 50%;
}


.guoji_map_bg .ny_world ul li.w10{
  position: absolute;
  left: 18%;
  top: 51%;
}


.guoji_map_bg .ny_world ul li.w11{
  position: absolute;
  right: 67%;
  top: 27%;
}

.guoji_map_bg .ny_world ul li.w12{
  position: absolute;
  right: 68%;
  top: 33%;
}


.guoji_map_bg .ny_world ul li.w13{
  position: absolute;
  right: 61%;
  top: 37%;
}

.guoji_map_bg .ny_world ul li.w14{
  position: absolute;
  right: 59%;
  top: 40%;
}

.guoji_map_bg .ny_world ul li.w15{
  position: absolute;
  right: 58%;
  top: 42%;
}

.guoji_map_bg .ny_world ul li.w16{
  position: absolute;
  right: 52%;
  top: 30%;
}

.guoji_map_bg .ny_world ul li.w17{
  position: absolute;
  right: 49%;
  top: 29%;
}

.guoji_map_bg .ny_world ul li.w18{
  position: absolute;
  right: 49%;
  top: 50%;
}

.guoji_map_bg .ny_world ul li.w19{
  position: absolute;
  right: 50%;
  top: 61%;
}

.guoji_map_bg .ny_world ul li.w20{
  position: absolute;
  left: 19%;
  top: 48%;
}



}



