.head_menu {
  height: 69px;
  position: absolute;
}
.multilingualism {
  display: none;
}

.head_menu .fl {
  width:105px;
  /* align-self: center; */
}

.lang {
  display: inline-block;
}

.head_menu ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.head_menu p {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

.announcement{
  width:100%;
  height: 56px;
  background-color: #fff;
}
.announcement .announcement_in{
  width: 1200px;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement .announcement_in>.left{
  /* max-width: 70%; */
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  line-height: 16px;
  white-space:nowrap;
  overflow: hidden;
}
.announcements_lists{
  width: auto;
  height: 56px;
  line-height: 56px;
  padding-left: 8px;
}
.announcements_lists span{
  margin-right: 20px;
}
#scroll {
  margin: 0;
  padding: 2px 0;
  list-style: none;
  width:840px;
  height:56px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}

#scroll li {
  width:100%;
  height:56px;
  line-height: 56px;
}
.announcement .announcement_in>.left>img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.announcement .announcement_in>.right{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 56px;
}
.announcement .announcement_in>.right>button{
  margin-right: 16px;
  /* width: 112px; */
  padding: 0 10px;
  height: 32px;
  background: #0243A2;
  border: 0;
}
.announcement .announcement_in>.right>button>a{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}
.head_menu .wrap {
  width: 100%;
  height:60px;
  margin: 0 auto;
  padding: 0px;
  background: rgba(3,6,11,0.2) !important;
  box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.2) !important;
  backdrop-filter: blur(4px) !important;
  overflow: visible;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.head_menu .wrap_c {
  width: 94%;
  margin: 0px auto;
  padding: 0px;
  max-width: 1200px;
  overflow: hidden;
}

.head_menu .wrap_in {
  width: 1200px;
  height:60px;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.head_menu .topfr .menu_li ul li {
  float: left;
  margin-left: 0;
  position: relative;
  height:60px;
  line-height: 60px;
}

.head_menu .topfr .menu_li ul li a {
  font-size: 16px;
  color: #fff;
}

.head_menu .topfr .menu_li ul li > a {
  width: auto;
  display: block;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 22px 34px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}

.head_menu .topNavBg .menu_li ul li > a {
  color: #fff;
  font-size: 16px;
}

.head_menu .topfr .menu_li ul li:hover {
  color: #FF4917;
}

.head_menu .topNavBg .menu_li ul li:hover {
  background: #FF4917;
  backdrop-filter: blur(2px);
}
.head_menu .topNavBg .menu_li ul li:hover > a {
  color: #FF4917;
}

.head_menu .topfr .menu_li ul li:hover span {
  background: url(../images/more_down_blue.png) no-repeat
    center;
  background-size: contain;
}

.head_menu .topfr .menu_li ul li .menu_li_c {
  width: auto;
  position: absolute;
  left: 0px;
  top: 55px;
  padding: 10px;
  display: none;
  background-color: transparent;
}

.head_menu .topNavBg .menu_li ul li .menu_li_c {
  width: auto;
  position: absolute;
  left: 0;
  transform: translateX(0);
  top: 60px;
  padding: 32px 16px;
  display: none;
  background: #FF4917;
  backdrop-filter: blur(2px);
  box-shadow: none;
  margin-top:0 !important;
}
.head_menu .topNavBg .menu_li ul li:nth-child(5) .menu_li_c{
  padding: 24px 33px 24px 33px;
  width: 146.73px;
  box-sizing: border-box;
}
.head_menu .topNavBg .menu_li ul li:nth-child(4) .menu_li_c{
  padding: 24px 18px;
  width: 162.47px;
  box-sizing: border-box;
}
.head_menu .topNavBg .menu_li ul li .menu_li_c>.menu_li_c_flex{
  display: flex;
  justify-content: space-between;
}
.head_menu .topNavBg .menu_li ul li .menu_li_c>.menu_li_c_flex>.right>.img{
  width: 320px;
  height: 90px;
  
}
.head_menu .topNavBg .menu_li ul li:nth-child(1) .menu_li_c>.menu_li_c_flex>.right>.img{
  background: url(../images/dataset_02.png) no-repeat
    center;
  background-size: cover;
}
.head_menu .topNavBg .menu_li ul li:nth-child(2) .menu_li_c>.menu_li_c_flex>.right>.img{
  background: url(../images/dataset_01.png) no-repeat
    center;
  background-size: cover;
}
.head_menu .topNavBg .menu_li ul li:nth-child(3) .menu_li_c>.menu_li_c_flex>.right>.img{
  background: url(../images/dataset_03.png) no-repeat
    center;
  background-size: cover;
}
.head_menu .topNavBg .menu_li ul li .menu_li_c>.menu_li_c_flex>.left{
  margin-right: 20px;
}
.head_menu .topNavBg .menu_li ul li .menu_li_c>.menu_li_c_flex>.right>.img>div{
  width: max-content;
  height: 24px;
  background: rgba(51,51,51,0.8);
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding:0 10px;
}
.head_menu .topNavBg .menu_li ul li .menu_li_c>.menu_li_c_flex>.right>.txts{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  line-height: 20px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  margin-top: 16px;
  margin-bottom:21px;
}
.head_menu .topNavBg .menu_li ul li .menu_li_c>.menu_li_c_flex>.right>a{
  display:flex;
  align-items: center;
  position: absolute;
  right: 16px;
  bottom: 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  gap: 8px;
}
.head_menu .topfr .menu_li ul li .menu_li_c p {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.head_menu .topfr .menu_li ul li .menu_li_c p:last-child{
  margin-bottom: 0;
}

.head_menu .topNavBg .menu_li ul li .menu_li_c p a {
  color: #fff;
  font-size: 16px;
}


.head_menu .topfr .menu_li ul li:hover > a b {
  display: block;
}

.head_menu .topfr .menu_li ul li:hover > a {
  color: #fff;
}

.head_menu .topfr .menu_li ul li:hover .menu_li_c {
  display: block;
}
.head_menu .topfr .customerLink a {
  padding-left: 10px;
  line-height: 69px;
}
.head_menu .topfr .customerLink a:hover {
  color: #FF4917;
}
.head_menu .topfr .top_lang {
  position: relative;
  cursor: pointer;
  display: flex;
}

.head_menu .topfr .top_lang .top_lang_c {
  margin-right: 0px;
}

.head_menu .topfr .top_lang div a {
  display: inline-block;
  font-size: 16px;
  background: none;
  padding-right: 0;
  color: #fff;
}

.head_menu .topfr .notChoice {
  color: #dedede;
  /* opacity: 0.6; */
}

.head_menu .topNavBg .top_lang div a {
  color: #333;
  background: none;
  font-size: 15px;
}


.head_menu .topfr .top_sch {
  float: left;
  margin-left: 20px;
  display: none;
}

.head_menu .topfr .top_sch a {
  width: 20px;
  height: 30px;
  display: block;
  overflow: hidden;
  background: url("../images/top_02.png") center no-repeat;
  background-size: 100%;
}

.head_menu .topfr .menu {
  float: left;
  margin-top: -5px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  z-index: 99998;
}

.head_menu .topfr .menu em {
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  color: white !important;
  cursor: pointer;
  background: url("../images/menu_white.png") no-repeat
    center;
  background-size: 66%;
}

.head_menu .topfr .menu em.on {
  background: url("../images/close_black.png") no-repeat
    center;
  background-size: 54%;
}

.head_menu .topfr_01 .menu {
  display: none;
}
.head_menu .topfr_01 .menu_li>ul{
  margin-left:75px;
  flex:1;
}
.head_menu .topfr_01 .menu_li>.headeren{
  margin-left:80px;
}
.head_menu .topfr_01 .menu_li .counselling{
  width: 140px;
  height: 45px;
  background: #FF4917;
  text-align: center;
  line-height: 45px;
  margin-top: 8px;
}
.head_menu .topfr_01 .menu_li .counselling>a{
  font-size: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.head_menu .topfr_01 .menu_li {
  flex:1;
  height:100%;
  display: flex;
}

.head_menu .topfr_01 .top_sch a {
  background: url("../images/top_01.png") center no-repeat;
  background-size: 100%;
}

.head_menu .topfr_01 .index_menu img {
  width: 99px;
  height: 40px;
  margin-top:4px;
}

.head_menu .topfr .menu_li ul li a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/top_03.png") no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

.head_menu .topNavBg .menu_li ul li a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/top_04.png") no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

.head_menu .topfr_01 .open_menu img {
  width: 120px;
}

/* 客服留言 s */
.onlineContactBox {
  position: fixed;
  right: 0;
  top: 36%;
  z-index: 99;
}
.onlineContactBox ul li a {
  width: 58px;
  height: 50px;
  display: block;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 1px;
  background: #FF4917 url("../images/onlinecontact.png")
    no-repeat center 7px;
  padding-top: 28px;
  font-size: 12px;
}
.skype>a{
  background: #FF4917 url("../images/skype.png")
    no-repeat center 7px;
}
.onlineContactBox ul .onlineContent a {
  background: #FF4917 url("../images/onlinecontent.png")
    no-repeat center 7px;
}
.onlineContactBox ul .onlineTel a {
  background: #FF4917 url("../images/onlinetel.png")
    no-repeat center 7px;
}
.onlineContactBox ul .onlineEmail a {
  background: #FF4917 url("../images/onlineemail.png")
    no-repeat center 7px;
}
.onlineContactBox .onlineTel,
.onlineContactBox .onlineEmail {
  display: flex;
  position: relative;
}

.onlineContactBox .onlineTel p,
.onlineContactBox .onlineEmail p {
  height: 50px;
  background: #548cff;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 15px 0;
  box-sizing: border-box;
  position: absolute;
  right: 60px;
  display: none;
}
.onlineContactBox .onlineTel p span,
.onlineContactBox .onlineEmail p span {
  display: block;
}
.onlineContactBox .onlineContact:hover a,
.onlineContactBox .onlineTel:hover a,
.onlineContactBox .onlineEmail:hover a {
  background-color: #548cff;
}
.onlineContactBox .onlineTel:hover p,
.onlineContactBox .onlineEmail:hover p {
  display: block;
}
/* 客服留言 e */
/* .head_menu .topNavBg .menu_li ul li > a.index_page {
  color: #FF4917;
  font-size: 18px;
  font-weight: 600;
} */
.top_lang .top_lang_c .lang_tip {
  font-size: 15px;
  display: block;
  height: 69px;
  overflow: hidden;
  position: relative;
  /* padding: 0 10px;
  line-height: 69px; */
  padding-right: 10px;
  height: 32px;
  background: #333333;
  line-height: 32px;
  color: #fff;
  margin-bottom: 1px;
}
.top_lang .top_lang_c .lang_tip::before {
  content: "";
  display: inline-block;
  /* background: url("../images/lang.png") no-repeat center; */
  width: 14px;
  height: 14px;
  /* margin-right: 4px; */
  position: relative;
  top: 1px;
}
.top_lang .top_lang_c:hover .lang_tip {
  color: #FF4917;
}
.top_lang .top_lang_c:hover .menu_li_c {
  display: block;
}

.top_lang .top_lang_c .menu_li_c {
  width: 72px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 33px;
  /* padding: 10px 30px; */
  display: none;
  /* margin-top: -10px; */
  background: #FF4917;
  backdrop-filter: blur(2px);
  box-shadow: none;
  opacity: 0.8;
  background: #333333;
}

.top_lang .top_lang_c .menu_li_c p {
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  line-height: 34px;
  white-space: nowrap;
  text-align: left;
  margin-left: 10px;
}

.top_lang .top_lang_c .menu_li_c p a {
  color: #fff;
  font-size: 15px;
}

.top_lang .top_lang_c .menu_li_c p a:hover {
  color: #FF4917;
}
.top_lang .top_lang_c .lang_tip span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/top_04.png") no-repeat center;
  background-size: contain;
  margin-left: 5px;
}
.top_lang .top_lang_c:hover span {
  background: url(../images/top_04.png) no-repeat
    center;
  background-size: contain;
  transform: rotate(180deg);
}
