@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'FZYaSong-B-GBK';
  /* 你给字体族起的名字，可以自定义 */
  src: url('../../fonts/FZCYSK.ttf') format('truetype');
  /* src: url('./fonts/FZCYSK.ttf') format('truetype'); */
  font-weight: normal;
  /* 可选：定义字体的粗细 */
  font-style: normal;
  /* 可选：定义字体的样式，normal 或者 italic */
  font-display: swap;
  /* 可选： 控制字体加载行为 (具体解释见下方) */
}

.index_page .tab_top {
  height: 70px !important;
}

.index_page .header_info {
  display: none !important;
}

.index_page .index_page_logo {
  display: block !important;
}

.Home_Module {
  /* border: 5px solid red; */
  /* margin-top: 60px; */
}

.Home_Module>div {
  width: 1200px;
  margin: 0 auto;
  /* border: 1px solid red; */
}

/* .index_page_Home_Module {
    border: 5px solid red;
} */

/* 头部标题以及更多 */
.preview-page-top-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 40px;
}

.big-title {
  /* width: 300px; */
  position: relative;
  font-size: 44px;
  line-height: 75px;
  font-family: 'FZYaSong-B-GBK';
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.big-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more-btn {
  position: absolute;
  right: 20px;
  width: fit-content;
  cursor: pointer;
  width: 55px;
  background-image: url(../../img/pair_jiantou.png);
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: 40px 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

/* 头部标题以及更多 end */


/* 数据库 */
.index_page_database {
  padding-top: 70px;
}

.index_page_database .preview-page-top-container .big-title {
  background-image: url(../img/zongku/database.png);
  background-size: 255px 41px;
  background-repeat: no-repeat;
  background-position: 0 20px;
  width: 255px;
}

.index_page_database .content {
  display: flex;
  flex-wrap: wrap;
  width: 1920px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.index_page_database .content>div {
  width: 420px;
  height: 420px;
  margin: 45px 0 0 45px;
  /* border: 1px solid; */
  cursor: pointer;
}

/* 数据库 end */

/* 资源类型 */
.index_page_ResourceType {
  background-size: 100% 692px;
  background-repeat: no-repeat;
  border-radius: 5px !important;
  padding: 70px 0 90px;
}

.index_page_ResourceType .preview-page-top-container .big-title {
  background-image: url(../img/zongku/ResourceType.png);
  background-size: 433px 41px;
  background-repeat: no-repeat;
  background-position: 0 20px;
  width: 433px;
}

.index_page_ResourceType>div {
  /* padding: 260px 0 50px; */
}

.index_page_ResourceType .Industry {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.index_page_ResourceType .Industry>div {
  width: 190px;
  height: 194px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  padding: 30px 15px;
  text-align: center;
  margin: 0 12px 12px 0;
  cursor: pointer;
  background: rgba(250, 250, 250, .5);
}

.index_page_ResourceType .Industry>div:nth-child(6n) {
  margin-right: 0 !important;
}

.index_page_ResourceType .Industry>div img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.index_page_ResourceType .Industry>div p,
.index_page_ResourceType .Industry>div div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  color: #333333;
}

.index_page_ResourceType .Industry>div p {
  font-family: Arial;
  font-weight: 400;
  font-size: 32px;
  margin-top: 20px;
  height: 31px;
  line-height: 31px;
}

.index_page_ResourceType .Industry>div div {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

/* 资源类型 end */


/* 精选专区 */
.index_page_SelectedZone {
  padding: 70px 0 0;
}

.index_page_SelectedZone .preview-page-top-container .big-title {
  background-image: url(../img/zongku/SelectedZone.png);
  background-size: 526px 41px;
  background-repeat: no-repeat;
  background-position: 0 20px;
  width: 526px;
}

.index_page_SelectedZone .Industry {
  margin-top: 25px;
  /* background-image: url(../img/SelectedZone.png); */
  background-size: 100% 900px;
  background-repeat: no-repeat;
  border-radius: 5px !important;
  height: 900px;
}

.index_page_SelectedZone .BGColor {
  width: 100%;
  height: 100%;
  background-color: rgba(29, 8, 7, .65);
}

.index_page_SelectedZone .content {
  width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /* border-left: 1px solid rgba(250, 250, 250, .65);
  border-right: 1px solid rgba(250, 250, 250, .65); */
}

.index_page_SelectedZone .content>div>img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.index_page_SelectedZone .SelectedZoneLeft {
  border-right: 1px solid rgba(250, 250, 250, .65);
}
.index_page_SelectedZone .SelectedZoneRight {
  border-left: 1px solid rgba(250, 250, 250, .65);
}
.index_page_SelectedZone .SelectedZoneLeft,
.index_page_SelectedZone .SelectedZoneRight {
  width: 50px !important;
  padding: 430px 0 0 10px;
}

.index_page_SelectedZone .SelectedZoneLeft .rotate,
.index_page_SelectedZone .SelectedZoneRight .rotate {
  transform: rotate(180deg);
}

.index_page_SelectedZone .slider-content {
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  transition: transform 1s ease-in-out;
}

.index_page_SelectedZone .slider-div {
  padding: 30px;
  width: 364px;
  height: 100%;
  border-right: 1px solid rgba(250, 250, 250, .65);
  /* background: red; */
  position: relative;
}

.index_page_SelectedZone .slider-div:nth-child(1) {
  border-left: 1px solid rgba(250, 250, 250, .65);
}

.index_page_SelectedZone .slider-div>div {
  width: 100%;
  height: 100%;
}

.index_page_SelectedZone .slider-div .One>p {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 430px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  max-width: 304px;
}

.index_page_SelectedZone .slider-div .Two {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  padding: 30px;
}

.index_page_SelectedZone .slider-div .padZero {
  text-align: center;
  font-family: 'FZYaSong-B-GBK';
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  height: 40px;
  opacity: 0.15;
}

.index_page_SelectedZone .slider-div .titleName {
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  max-width: 304px;
  cursor: default;
}

.index_page_SelectedZone .slider-div .titlesource {
  margin: 10px 0 10px;
}

.index_page_SelectedZone .slider-div .titlesource>div {
  padding: 3px 0;
  cursor: pointer;
}

.index_page_SelectedZone .slider-div .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-width: 304px;
  word-break: break-all;
}

.index_page_SelectedZone .slider-div .source {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  max-width: 304px;
}

.index_page_SelectedZone .slider-div img {
  margin-top: 20px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
}

.index_page_SelectedZone .slider-div .more-btn2 {
  width: 100px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  /* color: #91211F; */
  line-height: 30px;
  /* background-image: url(../img/zongku/more-btn.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 62px 8px; */
  border-radius: 16px;
  border: 1px solid;
  padding-left: 23px;
  margin: 20px auto 0;
  cursor: pointer;
  position: relative;
}
.index_page_SelectedZone .slider-div .more-btn2 .more-btn {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid #d0252e;
  color: #d0252e;
  /* position: relative; */
  position: absolute;
  top: 8px;
}

.index_page_SelectedZone .slider-div .more-btn2 .more-btn p{
  width: 9px;
    height: 9px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ffffff;
}
.index_page_SelectedZone .slider-div .more-btn2 .more-btn i{
  position: absolute;
  top: -5px;
  right: -6px;
  z-index: 1;
}
.index_page_SelectedZone .slider-div .more-btn2 .more-btn i::before {
  font-weight: bold;
}

/* 精选专区 end */



/* 敬请期待 */
.ComingSoonElDialog {
  /* border: 1px solid red; */
  height: 447px;
  text-align: center;
  border-radius: 8px !important;
}

.ComingSoonElDialog img {
  width: 70px;
  height: 70px;
  margin: 30px auto 0;
}

.ComingSoonElDialog p {
  height: 34px;
  font-family: 'FZYaSong-B-GBK';
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  margin-top: 36px;
}

.ComingSoonElDialog div {
  height: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}

.ComingSoonElDialog .el-dialog__header .el-dialog__headerbtn i {
  display: none !important;
}

.ComingSoonElDialog .el-dialog__header .el-dialog__headerbtn {
  width: 30px;
  height: 30px;
  background-image: url(../img/zongku/close.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* 敬请期待 end */


/* 切换 */

.middle-div {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 25px;
}

.area-list {
  background-color: white;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
  height: 50px;
  border: 1px solid #CCCCCC;
}

.area-list {
  margin-bottom: 10px;
}

.area-name {
  height: 100%;
  min-width: 120px;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  padding: 10px 62px;
}

.selected-area {
  color: white !important;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 62px;
}

.photo-word-item,
.double-column-item,
.image-item {
  cursor: pointer;
}

.double-column-content-container {
  margin: 10px 3px;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  height: 103px;
}

.index_page_Regions .double-column-content-container:hover div,
.index_page_Regions .double-column-content-container:hover div span,
.index_page_Regions .photo-word-item:hover div {
  color: white !important;
}

.double-column-item-title {
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  font-size: 18px;
}

.double-column-item-author {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 切换 end */

.LineSpacing {
  height: 45px !important;
  /* border: 1px solid blue; */
}

.LineSpacing:nth-child(odd) {
  background-color: #f5f5f5 !important;
  /* 奇数行颜色 */
}

.LineSpacing:nth-child(even) {
  background-color: #ffffff !important;
  /* 偶数行颜色 */
}

.LineSpacing>.el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  background: none !important;
}

.LineSpacing:hover>.el-menu-item,
.LineSpacing:hover>.el-submenu>.el-submenu__title>i,
.LineSpacing:hover>.el-submenu>.el-submenu__title>span,
.LineSpacing:hover {
  color: #ffffff !important;
}

.LineSpacing .el-menu--horizontal {
  top: -5px !important;
}

.LineSpacing .el-submenu-Categorical_Navigation {
  width: 100% !important;
}

.LineSpacing .el-submenu-Categorical_Navigation,
.LineSpacing .el-submenu-Categorical_Navigation>div {
  /* width: 100% !important; */
}

/* 首页 会议 国际 动画 */
.animation {
  position: relative;
  overflow: hidden;

}

.animation img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
}

.animation img {
  animation: animation1 .3s forwards;
}

.animation:hover img {
  animation: animation2 .3s forwards;
}

@keyframes animation1 {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes animation2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/* 针对宽1440px，高900px设备的样式 */
@media (width: 1440px) {
  .index_page_database .content,
  .index_page_SelectedZone .content {
    width: 1435px;
  }
  .index_page_database .content>div {
    width: 302px;
    height: 302px;
  }

  .index_page_SelectedZone .slider-div {
    width: 268px;
  }
  
}

@media (width: 1536px) {
  .index_page_database .content,
  .index_page_SelectedZone .content {
    width: 1530px;
  }
  .index_page_database .content>div {
    width: 326px;
  height: 326px;
  }

  .index_page_SelectedZone .slider-div {
    width: 286px;
  }
  
}


/* 首页 会议 国际 动画 end */






/*  */
/*  end */