@charset "utf-8";

/* CSS Document */
.none {
  display: none !important;
}

.w1400 {
  width: 1400px;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.FsLinks {
  padding-top: 15px;
  height: 60px;
  background-color: #f3faff;
  margin-top: 30px;
}

.FsLinks .w1400 {
  display: flex;
  justify-content: center;
}

/* .FsLinks .w1400>label {
  font-size: 16px;
  color: #FFF;
  line-height: 50px;
} */
.FsLinks .d {

  border: 1px solid #0e6fbe;
  border-radius: 1px;
  width: 212px;
  height: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.FsLinks .d ::after {
  content: '∨';
  display: block;
  position: absolute;
  height: 20px;
  right: 10px;
  top: 0px;
}

.FsLinks #YqljUlList {
  position: relative;
  overflow: hidden;
  display: flex;
  width: calc(100% - 70px);
}

.FsLinks #YqljUlList>li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 239px;
  width: calc(100% / 4);
  height: 50px;
  padding-right: 1px;
  text-align: center;
  cursor: pointer;
}

/* .FsLinks #YqljUlList>li+li::after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  top: 15px;
  border-right: 1px solid #FFF;
} */

.FsLinks #YqljUlList>li+li::after {
  left: 0;
}

.FsLinks #YqljUlList>li>font {
  display: inline-block;
  font-size: 16px;
  color: #636566;
  line-height: 50px;
  padding-right: 30px;
  background: url("../images/home2023_ico_3.png") no-repeat right center;
}

.FsLinks ul.layui-menu {
  display: none;
}

/*下拉框*/
.YqljDropDown.layui-dropdown {
  overflow-x: hidden;
  max-height: 300px;
  width: 285px;
  border: 1px solid #c2c5c7;
  box-shadow: 0px 0px 10px -2px #95b1d4;
}

.YqljDropDown.layui-dropdown::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.YqljDropDown.layui-dropdown::-webkit-scrollbar-button {
  display: none;
}

.YqljDropDown.layui-dropdown::-webkit-scrollbar-track-piece {
  background: #e4e4e4;
}

.YqljDropDown.layui-dropdown::-webkit-scrollbar-thumb {
  background-color: #1c649f;
  border-radius: 5px;
}

.YqljDropDown.layui-dropdown .layui-menu-body-title a {
  white-space: normal;
  line-height: 1.3;
  padding: 9px 15px;
}





.FooterBox {
  background: #f3faff;
  border-top: 1px solid #a4d3f9;
  color: #636566;
}

.FooterMain {
  /* display: flex;
  justify-content: space-between; */
  padding: 20px 0;
  min-height: 148px;
  margin: 0 auto;
}



.FooterMain .Footerstyle {
  text-align: center !important;
  width: 420px;
  COLOR: #636566;
  TEXT-ALIGN: left;
  PADDING-TOP: 10px;
  /* MARGIN-LEFT: 20px; */
  LINE-HEIGHT: 25px
}



.FooterMain .FooterCard {
  width: 300px;
}

.FooterMain .FooterCard ul {
  /* width: 420px; */
  display: flex;
  align-items: center;
  /* margin-top: 10px; */
  height: 100px;
  justify-content: center;
}

.FooterMain .FooterCard ul li {
  margin-left: 15px;
}

.FooterMain .FooterCard2 {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.FooterMain .FooterCard2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.FooterMain .FooterCard2 ul li {
  width: 97px;
  /* float: left; */
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.FooterMain .FooterCard2 ul li img {
  width: 97px;
  height: 93px;
}

.FooterMain .FooterCard2 li a {
  font-size: 12px;
  color: #2b6fc2;
}

.FooterMain .FooterCard2 li i {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}


.FooterMain .FooterCard2 li a:hover {
  font-weight: bold;
}

.FooterMain .FooterCard2 li:hover a {
  color: #2b6fc2;
}

.FooterMain .FooterCard2 .on {
  background: #5393e0;
}



#MobileBbqh .fixed {
  display: block;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  width: 20vw;
  height: 20vw;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px -1px rgba(255, 255, 255, 0.7);
}

#MobileBbqh .fixed a {
  display: flex;
  height: 100%;
  font-size: 4vw;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}