* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[v-cloak] {
  display: none !important;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  min-width: 1024px;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

body {
  color: #000000;
  background: #fff;
  /* text-align: center; */
}

.cursor {
  cursor: pointer;
}

.clear {
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
}

a {
  text-decoration: none;
  color: #333;
}

p {
  margin: 0;
}

.opacity {
  opacity: 0;
}

.flex_center {
  display: flex;
  align-items: center;
}

.flex_js_center {
  display: flex;
  justify-content: center;
}

.flex_start {
  display: flex;
  align-items: flex-start;
}

.flex_start_center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

img {
  width: 100%;
  display: block;
}

.flex_center_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_center_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.flex_center_betwen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_start_betwen {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex_betwen {
  display: flex;

  justify-content: space-between;
}

.flex_center_around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex_cloum_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_cloum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.display_none {
  display: none;
}

.visibility {
  visibility: hidden;
}

.vis {
  visibility: visible;
}

.display_none_important {
  display: none !important;
}

.display_block {
  display: block;
}

.center {
  text-align: center;
}

.start {
  text-align: start;
}

.end {
  text-align: end;
}

.change_tap {
  background-color: #0d9dde;
}

.change_tap a {
  color: white;
}

.hover_color {
  background-color: #e6e6e6;
  color: #333;
}

.bule_bottom {
  border-bottom: 1px solid #0f9fd8;
}

.blod {
  font-weight: 600;
}

.el-message {
  top: 50px !important;
}

.el-message__content {
  font-size: 18px !important;
  font-weight: 600;
}

.el-message__icon {
  font-size: 18px !important;
}

/* 浮窗 */
.fu-box {
  position: fixed;
  left: 0;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1100;
}

.fu-item {
  margin-bottom: 1px;
  padding: 5px 5px 5px 15px;
  background: rgba(244, 162, 0, .5);
  border-radius: 0px 25px 25px 0px;
  box-sizing: border-box;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
}
.wx-img{
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 100px;
  height: 100px;
  padding: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .7);
  transform: translateY(100%);
  visibility: hidden;
}
.wx-img img{
  width: 100%;
  height: 100%;
}

.fu-item1 {
  transition: all 1s;
  width: 70px;
}

.fu-item2 {
  transition: all .5s;
  width: 70px;
}

.fu-item3 {
  transition: all .5s;
  width: 70px;
}

.fu-item .fu-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
  margin-left: 16px;
}

.fu-item>p {
  visibility: hidden;
  flex-shrink: 0;
}



.fu-item1:hover {
  width: 306px;
  transition: all 1s;
  background: rgba(244, 162, 0, 1);
}

.fu-item2:hover {
  width: 140px;
  transition: all .5s;
  background: rgba(244, 162, 0, 1);
}

.fu-item3:hover {
  width: 140px;
  transition: all .5s;
  background: rgba(244, 162, 0, 1);
}
.fu-item3:hover .wx-img{
  visibility: visible;
}

.fu-item:hover>p {
  visibility: visible;
}

.fu-text1 {
  font-size: 16px;
  color: #fff;
}

.fu-text2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-left: 16px;
}


/* 公告头部 */
.nav-header {
  width: 100%;
  height: 82px;
  position: fixed;
  min-width: 1400px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.nav-header-box{
  width: 100%;
  height: 82px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(100px);
  display: flex;
  justify-content: center;
  z-index: 101;
  border-bottom: 1px solid rgba(244, 162, 0, 0.5);
}



.nav-logo {
  width: 117px;
  height: 46px;
  margin-right: 450px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.nav-list {
  display: flex;
  align-items: flex-start;
}

.nav-item {
  color: #444444;
  font-size: 16px;
  margin-right: 90px;
  cursor: pointer;
  position: relative;
  display: block;
}

.nav-item-con {
  height: 82px;
  width: 86px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
}

.nav-item-con>p:nth-of-type(2) {
  font-size: 11px;
  margin-top: 5px;
}

.nav-item-con {
  position: relative;
  z-index: 2;
}

.nav-two-list {
  color: #444444;
  font-size: 16px;
  position: absolute;
  top: 82px;
  left: 0;
  z-index: 1;
  padding: 30px 0;
  display: none;
}

.nav-two-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  width: 200vw;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  transform: translateX(-50%);

}

.nav-two-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.nav-two-item p {
  white-space: nowrap;
}

.nav-item:hover .nav-item-con {
  background: linear-gradient(0deg, #F6AC00 0%, #F08300 100%);
  border-radius: 0px 0px 16px 16px;
  height: 100px;
  color: #fff;
}

.nav-item:hover .nav-two-list {
  display: block;
}

.nav-item-active .nav-item-con {
  background: linear-gradient(0deg, #F6AC00 0%, #F08300 100%);
  border-radius: 0px 0px 16px 16px;
  height: 100px;
  color: #fff;
}

.nav-item-active .nav-two-list {
}

.nav-two-loading {
  display: flex;
  align-items: center;
  margin-right: 10px;
  visibility: hidden;
  width: 15px;
}

.nav-two-loading>span {
  width: 5px;
  height: 5px;
  background: rgba(244, 162, 0, 0.3);
  border-radius: 50%;
  opacity: 0,
}

.nav-two-loading>span:nth-of-type(2) {
  background: rgba(244, 162, 0, 1);
  opacity: 1;
}

.nav-two-loading>span:first-child {
  transform: translateX(5px);
  transition: all .5s;
  opacity: 0;
}

.nav-two-loading>span:nth-of-type(3) {
  transform: translateX(-5px);
  transition: all .5s;
  opacity: 0;
}

.nav-two-item:hover p {
  color: #F4A200;
}

.nav-two-item:hover .nav-two-loading {
  visibility: visible;
  width: 25px;
  transition: all .5s;
}

.nav-two-item:hover .nav-two-loading>span:first-child {
  transform: translateX(-5px);
  transition: all .5s;
  opacity: 1;
}

.nav-two-item:hover .nav-two-loading>span:nth-of-type(3) {
  transform: translateX(5px);
  transition: all .5s;
  opacity: 1;
}



/* end */


.back-top {
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 1px rgba(255,166,46,0.5);
  border-radius: 50%;
  font-size: 12px;
  color: #F4A200;
  cursor: pointer;
}

.back-top img {
  width: 12px;
  height: 16px;
}


.null-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #466C85;
  font-size: 18px;
}
.null-box img{
  width: 430px;
  height: 260px;
  margin-bottom: 10px;
}

/* 底部 */
.footer{
  width: 100%;
  height: 380px;
  min-width: 1400px;
}
.six-box {
  width: 100%;
  height: 380px;
  background: #132933;
  display: flex;
  align-items: center;
  justify-content: center;
}

.six-con {
  width: 1400px;
  min-width: 1400px;
}

.six-tain {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.six-logo img {
  height: 70px;
  width: auto;
}

.six-logo>p:nth-of-type(1) {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin-top: 5px;
  margin-bottom: 25px;
}

.six-logo>p:nth-of-type(2) {
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
}

.six-logo>p:nth-of-type(3) {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
}

.six-logo>p:nth-of-type(4),
.six-logo>p:nth-of-type(5) {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}

.six-wx{
  padding-top: 30px;
}
.six-wx img {
  width: 102px;
  height: 102px;
  background: #FFFFFF;
  border-radius: 4px;
}
.six-wx >p{
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  margin-top: 15px;
}

.six-copy {
  color: #9EB3BD;
  font-size: 12px;
  padding-top: 10px;
  border-top: 1px solid #6D838D;
  margin-top: 40px;
}

.six-link {
  display: flex;
  gap: 0 80px;
  padding-top: 30px;
}

.six-link>div>a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 10px;
}

.six-link>div>a:first-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 35px;
}
/* end */

/* 公共右部 */
.article-right {
  width: 400px;
}

.article-right-top {
  height: 358px;
  width: 100%;
  background: url('../img/index/articleRight.png');
  background-size: 100% 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-right-one {
  width: 186px;
  height: 317px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(to bottom, rgba(244, 194, 27, 0.4), rgba(248, 234, 158, 0.4), rgba(244, 194, 27, 0.4));

}

.article-right-one img {
  width: 170px;
  height: 302px;
  object-fit: cover;
}

.article-right-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  padding-left: 14px;
}

.article-right-text-img img {
  width: 164px;
  height: auto;
}

.article-right-text>.name {
  color: #3D3D3D;
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0;
}

.article-right-team {
  color: #3D3D3D;
  font-size: 16px;
}

.article-right-team>p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
}

.article-right-team>p:nth-of-type(2) {
  display: none;
}

.article-right-team>p img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

/* end */

/* 滚动条样式 */
.scrollbar-style::-webkit-scrollbar {
  /* background: red; */
  width: 6px;
}

.scrollbar-style::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #ccc;
  cursor: pointer;
}

.scrollbar-style::-webkit-scrollbar-track {
  /* border-radius: 8px; */
}

.scrollbar-style2::-webkit-scrollbar {
  /* background: red; */
  height: 6px;
}

.scrollbar-style2::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #ccc;
  cursor: pointer;

}

.scrollbar-style2::-webkit-scrollbar-track {
  /* border-radius: 8px; */
}



.scrollbar-style22::-webkit-scrollbar {
  /* background: red; */
  height: 6px;
}

.scrollbar-style22::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #FFC2CC;
  cursor: pointer;

}

.scrollbar-style22::-webkit-scrollbar-track {
  /* border-radius: 8px; */
}

/* end */


.no-select {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  /* Standard syntax */

  pointer-events: none;
  /* 禁用鼠标事件，包括选择文本 */
}


.pink1 {
  color: #E95AA3 !important;
}

.pink2 {
  color: #EF7BBB !important;
}

.pink3 {
  color: #F7ADD6 !important;
}

.pinkbg1 {
  background: #E95AA3 !important;
}

.pinkbg2 {
  background: #EF7BBB !important;
}

.pinkbg3 {
  background: #F7ADD6 !important;
}