* {
  padding: 0;
  margin: 0;
}
body {
  /* background-color: #fefaf8; */
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /* height: 100vh; */
}
body, div, p, a {
  font-family: inherit !important;
}
.swiper img {
  width: 100%;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  /* width: 100%; */
  vertical-align: middle;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.hk_content_box {
  position: relative;
  width: 11.4583rem;
  margin: 0 auto;
}
#hk_head {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;

  height: 1.5625rem;
  transition: top ease .5s;
  z-index: 999;
  box-sizing: border-box;
  /* border-bottom: 2px solid #fff; */
}
ul,li{list-style: none;}
#zw {
  height: 1.5625rem;
}
#hk_head  .head_top {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #e34986;
  color: #fff;
  transition: all .5s;
}

 #hk_head  .head_top .hk_content_box {
  height: .5208rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 #hk_head  .head_top .hk_content_box span {
  position: relative;
  display: flex;
  align-items: center;
  font-family: AdobeHeitiStd-Regular;
	font-size: .1458rem;
	letter-spacing: 1px;
	color: #efefef;
}
 #hk_head  .head_top .hk_content_box span img {
  margin-right: .1042rem;
  width: .2083rem;
}
 #hk_head  .head_top .hk_content_box a {
  color: #efefef;
}
 #hk_head  .head_top .hk_content_box a:hover {
  color: #efefef;
}
 #hk_head  .head_top .hk_content_box .lang_box {
  position: relative;
  height: .5208rem;
  display: flex;
  align-items: center;
  margin-left: .3125rem;

}
 #hk_head  .head_top .hk_content_box span .lang {
  background-color: #ffffff;
	border-radius: .0521rem;
  padding: .0521rem .1042rem;
  color: #666666;
  cursor: pointer;
}
 #hk_head  .head_top .hk_content_box span .lang_change {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: .8333rem;
  height: .5208rem;
  line-height: .5208rem;
  text-align: center;
  background-color: #f8c5de;
	border-radius: .0521rem;
  color: #666666;
  z-index: 999;
}
#hk_head .head_nav_list {
  position: absolute;
  bottom: 0;
  background-color: #fefaf8;
  /* height: 100px; */
  width: 100%;
}
#hk_head .head_nav_list .hk_content_box {
  height: 1.0417rem;
  display: flex;
  justify-content: space-between;
}
#hk_head .head_nav_list  .hk_content_box h1 {
  display: flex;
  align-items: center;
}
#hk_head .head_nav_list .hk_content_box .logo {
  display: flex;
  align-items: center;
}
#hk_head .head_nav_list .hk_content_box .logo>img {
  height: .2917rem;
  width: auto;
}
#hk_head .head_nav_list .hk_content_box .logo .info {
  height: .4688rem;
  white-space: nowrap;
  font-family: OPPOSans-M;
	font-size: .1458rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 1.6; */
	letter-spacing: 1px;
	color: #666666;
  margin-left: .2083rem;
  padding-left: .2083rem;
  border-left: dashed #666 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hk_head .head_nav_list .hk_content_box .nav_list {
  display: flex;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item {
  position: relative;
  padding-left: .2604rem;
  font-family: OPPOSans-M;
	font-size: .1667rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
  display: flex;
  align-items: center;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item>img {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  bottom: 10%;
  left: 65%;
  transform: translateX(-50%);
  width: .2604rem;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item:hover>a {
  color: #4e4d4d;
  font-weight: 700;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item:hover>img {
  opacity: 1;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist {
  padding-top: 3px;
  position: absolute;
  top: 100%;
  left: .25rem;
  font-weight: normal;
  display: none;
  box-shadow: 0px 1px 5px 0px  #c7c5c4;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist .sublist_box {
  display: flex;
  background-color: #fff;
  padding: .1042rem .1563rem;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist li {
  width: max-content;
  margin-bottom: .1042rem;
  font-family: OPPOSans-M;
	font-size: .1458rem;
	letter-spacing: 1px;
	color: #4e4d4d;
  cursor: pointer;
}
/* #hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist li:hover {
  color: #e61e87;
} */
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist li:last-child {
  margin-bottom: 0;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist .sublist_box_right {
  margin-left: .2604rem;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist .sublist_box_right .info_list {
  display: none;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist .sublist_box_right .info_list:first-child {
  display: block;
}
#hk_head .head_nav_list .hk_content_box .nav_list .nav_item .sublist .sublist_box_right .info_list p {
  width: max-content;
  font-family: OPPOSans-M;
	font-size: .1458rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
  margin-bottom: .1042rem;
}




.hk_content_box .position {
  display: flex;
  font-family: OPPOSans-M;
	font-size: .1875rem;
	color: #666666;
  line-height: .5208rem;
  align-items: center;
  margin: .1563rem 0;
}
.hk_content_box .position>img {
  width: .3646rem;
  height: .3646rem;
  margin-right: .1042rem;
}
.hk_content_box .position>a {
  margin:0 .1042rem;
}


.over {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.over2 {
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.over3 {
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.over4 {
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:4; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.floor {
  padding: .5208rem 0 .3125rem;
  background-color: #333333;
  color: #ffffff;
}
.floor  .logo {
  width: 2.3958rem;
}
.floor  .logo img {
  width: 100%;
}
.floor .abouts {
  width: 2.1354rem;
}
.floor .abouts p {
  font-family: OPPOSans-M;
	font-size: .1875rem;
  padding-bottom: .0521rem;
  border-bottom: 1px solid #fff;
}
.floor .abouts .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor .abouts a {
  font-family: OPPOSans-M;
	font-size: .1875rem;
  padding-bottom: .0521rem;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  margin-top: .1604rem;

} 
.floor  .infos {
  width: 4.1667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.infos_item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.infos_item  img {
  width: .2604rem;
  margin-right: .1042rem;
}
.filing  {
  margin-top: .7292rem;
}
.filing p {
  text-align: center;
  margin-top: .1563rem;
  font-family: OPPOSans-M;
	font-size: .1875rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .0208rem;
	color: #ffffff;
}
  .rightsidebar{position: fixed;width: 60px;height:600px;padding:10px;background: #e0dff6;top: 50%;margin-top: -300px;right: 0;z-index: 999999;transform:scale(0.8);border-radius: 10px;display: none;}
  .rightsidebar a{display: block;width: 52px;height: 86px;margin: 0 auto;text-align: center;font-size: 16px;color: #2d3a49;}
  .rightsidebar a:hover{color: #2d3a49;}
  .rightsidebar li{position: relative;}
  .rightsidebar li a{line-height: 129px;}
  .rightsidebar li i{position: absolute;left: 4px;top:0;}
  .rightsidebar li i{display: block;width: 52px;height: 52px;background: url(/images/rightsidebar.png) 0 0 no-repeat;transition: all .2s ease;}
  .rightsidebar li:hover i{transform: rotateY(180deg);}
  .rightsidebar li:nth-child(2) i{background-position: 0 -52px;}
  .rightsidebar li:nth-child(3) i{background-position: 0 -104px;}
  .rightsidebar li:nth-child(4) i{background-position: 0 -156px;}
  .rightsidebar li:nth-child(5) i{background-position: 0 -208px;}
  .rightsidebar li:nth-child(6) i{background-position: 0 -260px;}
  .rightsidebar li:nth-child(7) i{background-position: 0 -312px;}
  .rightsidebar li:nth-child(8) i{background-position: 0 -364px;}
  .rightsidebar li:nth-child(4){position: relative;}
  .rightsidebar li:nth-child(4) div{width: 0px;height: 150px;position: absolute;right:70px;top: 0;background: #2d3a49;padding: 0px;display: none;overflow:hidden;transition: all 0.2s ease;}
  /* .rightsidebar li:nth-child(4):hover div{width: 150px;padding: 10px;opacity: 1;} */
  .rightsidebar li:nth-child(4) div img{width: 150px;}
  
  .rightsidebar li:nth-child(5) i{position: absolute;left:4px;top:0;z-index: 5;transition: all 0.2s ease;}
  .rightsidebar li:nth-child(5) div{position: absolute;right:0px;top:0;background: #2d3a49;height: 52px;width:0px;opacity: 0;padding-left:0;border-radius:26px;z-index: 4;transition: all 0.05s ease;}
  .rightsidebar li:nth-child(5) div span{color: #fff;line-height: 24px;font-size: 14px;}
  .rightsidebar li:nth-child(5):hover div{right:4px;width:172px;padding-left:50px;opacity: 1;}
  .rightsidebar li:nth-child(5):hover i{left:-169px;transform: rotateY(0);}
  
  .rightsidebar li:nth-child(7) i{position: absolute;left:4px;top:0;z-index: 5;transition: all 0.2s ease;}
  .rightsidebar li:nth-child(7) div{position: absolute;right:0px;top:0;background: #2d3a49;height: 52px;width:0px;opacity: 0;padding-left:0;border-radius:26px;z-index: 4;transition: all 0.05s ease;}
  .rightsidebar li:nth-child(7) div span{color: #fff;line-height: 50px;font-size: 14px;}
  .rightsidebar li:nth-child(7):hover div{right:4px;width:130px;padding-left:50px;opacity: 1;}
  /* .rightsidebar li:nth-child(7):hover i{left:-127px;transform: rotateY(0);} */
@media screen and (min-width: 1920px) {
  html {
    font-size: 96px !important;
  }
}