* {
  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;opacity:0;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;
  }
}

/* 2024头部和底部 */

a{
  text-decoration: none; /* 去除默认的下划线 */
  outline: none;
  color: #000;
}
*{
  margin: 0;
  padding: 0;
}
.flexX{
  display: flex;
  flex-direction: row;
}
.flexY{
  display: flex;
  flex-direction: column;
}
.index2024{
  min-width: 1500px;
  transform-style: preserve-3d !important;
}
.cur{
  cursor: pointer;
}
  /* 头部 start */
  .i_header{
      width: 100%;
      height: 83px;
      align-items: center;
      padding-left: 30px;
      box-sizing: border-box;
      position: fixed;
      background-color: #fff;
      z-index: 9999;
  }
  .i_header .logoText{
      width: 400px;
      align-items: center;
  }
  .i_header .logoText .logoTextBox{
      width: 100%;
      height: 30px;
      align-items: center;
  }
  .i_header .logoText .logoTextBox .logo{
    width: 220px;
    height: 36px;
  }
  .i_header .logoText .logoTextBox .line{
      width: 1px;
    height: 17px;
    background-color: #535353;
      margin: 5px 11px 0px;
  }
  .i_header .logoText .logoTextBox .texts{
      width: 145px;
      height: 30px;
      /* margin-top: 10px; */
      /* cursor: pointer; */
  }
  .i_header .logoText .logoTextBox .texts .shiyu{
      /* width: 76px;
    height: 15px; */
    font-family: SourceHanSansCN-Bold;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #e34986;
    margin-bottom: 5px;
  }
  .i_header .logoText .logoTextBox .texts .yiyuan{
      font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #535353;
  }
  .i_header .guanfang{
      width: 49px;
    height: 83px;
    background-color: #e34986;
      color: #fff;
      justify-content: center;
      text-align: center;
      align-items: center;
      font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fefbf8;
      padding: 0 5px;
      box-sizing: border-box;
  }
  .i_header .navList{
      width: 873px;
      padding-left: 15px;
      min-width: 873px;
  }
  .i_header .navList .navItem{
      height: 30px;
      margin: 0 7px;
      border-bottom: 2px solid #e34986;
      font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    position: relative;
    color: #000;
  }
  .i_header .navList .navItem .tanBox{
    position: absolute;
    width: 100px;
    top: 32px;
    left: -15px;
    box-shadow: 0px 1px 5px 0px #c7c5c4;
    background-color: #fff;
    display: none;
    padding-top: 20px;
    
}
.i_header .navList .navItem .tanBox .tanBoxText{
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
    color: #000 !important;
}
.i_header .navList .navItem .tanBox .tanBoxText:hover{
    background-color: #F8C5DE;
}
.i_header .navList .headActive{
    border-bottom: 2px solid #e34986;
}
  .i_header .h_phonebox{
      flex: 1;
      /* width: 202px; */
      /* width: 100%; */
      box-sizing: border-box;
    height: 83px;
    background-color: #e34986;
      justify-content: center;
      align-items: center;
  }
  .i_header .h_phonebox img{
      width: 25px;
    height: 29px;
  }
  .i_header .h_phonebox .phoneText{
      font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -2px;
    color: #fefbf8;
  }
  /* 头部 end */


  /* 底部 start */
.footer{
  width: 100%;
  height: 260px;
  background-color: #E34986;
}
.footer .footer1{
  width: 100%;
  padding-top: 45px;
}
.footer .footer1 .footerLeft{
  margin: 0 0 0 100px;
  
}
.footer .footer1 .footerLeft .footer01{
  width: 159px;
  height: 124px;
}
.footer .footer1 .footerLeft .phoneBox{
  margin:0 30px 0 50px ;
}

.footer .footer1 .footerLeft .phoneBox .phoneBoxItem .text{
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
}
.footer .footer1 .footerLeft .phoneBox .phoneBoxItem .phone{
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
}
.footer .footer1 .footerLeft .phoneBox .phoneBoxItem{
  margin-top: 15px;
}
.footer .footer1 .footerList{

}
.footer .footer1 .footerList .footerItem{
  padding: 0 50px;
  border-left: 1px dashed #999;
}
.footer .footer1 .footerList .footerItem .footerItemTitle{
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  font-weight: bold;
}
.footer .footer1 .footerList .footerItem .footerItemt{
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.footer .footer1 .code{
  width: 170px;
  height: 170px;
}
.footer .footer2{
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
}
/* 底部 end */
