#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  height: 100%;
  width: 100%;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
#app ::-webkit-scrollbar {
  width: 8px;
  /*滚动条宽度*/
  height: 8px;
  /*滚动条高度*/
}
#app ::-webkit-scrollbar-track {
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
  background-color: #e3e3e3;
  /*滚动条的背景颜色*/
}
#app ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*滚动条的圆角*/
  background-color: #ccc;
  /*滚动条的背景颜色*/
}

.home[data-v-fae5bece] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
  min-width: 1600px;
  font-family: "SourceHanSansCN-Normal";
  overflow-y: auto;
  overflow-x: hidden;
}
.home header[data-v-fae5bece] {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.home header .header-box[data-v-fae5bece] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.home header .header-box .logo[data-v-fae5bece] {
  width: 100%;
  height: 100px;
}
.home header .header-box .logo img[data-v-fae5bece] {
  width: 100%;
}
.home main[data-v-fae5bece] {
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home main .main-box[data-v-fae5bece] {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.home main .main-box.main_bg[data-v-fae5bece] {
  background: url(../img/bg_img.9b313c47.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.home main .main-box .top-menu[data-v-fae5bece] {
  width: 100%;
  background-color: #2743c1;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.home main .main-box .top-menu .top_menu_box[data-v-fae5bece] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul li[data-v-fae5bece],
.home main .main-box .top-menu .top_menu_box .level-2-menu > ul li[data-v-fae5bece] {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul[data-v-fae5bece] {
  display: flex;
}
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul li[data-v-fae5bece] {
  width: 120px;
  height: 70px;
  flex: 1;
  color: #fff;
  position: relative;
}
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul li[data-v-fae5bece]:hover,
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul li.active-item[data-v-fae5bece] {
  background-color: #78bfff;
}
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul li[data-v-fae5bece]::before {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  background-color: #bbdfff;
  position: absolute;
  right: 0;
  top: 6px;
}
.home main .main-box .top-menu .top_menu_box .level-1-menu > ul li[data-v-fae5bece]:last-child::before {
  display: none;
}
.home main .main-box .top-menu .top_menu_box .search-box[data-v-fae5bece] {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.home main .main-box .top-menu .top_menu_box .search-box[data-v-fae5bece] .searchInput {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 5px;
  border-color: #c8c8c8;
  background-color: #fff;
  box-sizing: border-box;
}
.home main .main-box .top-menu .top_menu_box .search-box[data-v-fae5bece] .searchInput .el-input__inner {
  border: none;
}
.home main .main-box .top-menu .top_menu_box .search-box .searchIcon[data-v-fae5bece] {
  color: #c8c8c8;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box[data-v-fae5bece] {
  display: flex;
  position: absolute;
  width: 100px;
  right: -100px;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-title[data-v-fae5bece] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #c8c8c8;
  flex-shrink: 0;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-title > i[data-v-fae5bece] {
  padding: 0 2px;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-text[data-v-fae5bece] {
  display: flex;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-text > li[data-v-fae5bece] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #c8c8c8;
  flex-shrink: 0;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-text > li span[data-v-fae5bece] {
  cursor: pointer;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-text > li i[data-v-fae5bece] {
  padding: 0 4px;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-text > li:last-child > i[data-v-fae5bece] {
  display: none;
}
.home main .main-box .top-menu .top_menu_box .breadcrumb-box .breadcrumb-text > li:last-child > span[data-v-fae5bece] {
  color: #fff;
}
.home main .main-box .imgheader[data-v-fae5bece] {
  width: 100%;
  height: 395px;
}
.home main .main-box .imgheader img[data-v-fae5bece] {
  width: 100%;
  height: 100%;
}
.home main .main-box .event-promotion .indexGif[data-v-fae5bece] {
  width: 200px;
  height: 143px;
  position: absolute;
  top: 80%;
  left: 0;
}
.home main .main-box .event-promotion .indexGift[data-v-fae5bece] {
  width: 172px;
  height: 246px;
  position: absolute;
  top: 20%;
  right: 5%;
}
.home main .main-box .imgheader1[data-v-fae5bece] {
  width: 100%;
  position: relative;
}
.home main .main-box .imgheader1 .indexHeader[data-v-fae5bece] {
  width: 100%;
  height: 100%;
}
.home main .main-box .container-body[data-v-fae5bece] {
  position: relative;
  width: 1200px;
  min-height: 700px;
  flex: 1;
}
.home main .main-box .container-body .img_lists > ul[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul[data-v-fae5bece] {
  display: flex;
  flex-wrap: wrap;
}
.home main .main-box .container-body .img_lists > ul li[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul li[data-v-fae5bece] {
  width: 25%;
  flex-shrink: 0;
  padding: 6px;
  box-sizing: border-box;
}
.home main .main-box .container-body .img_lists > ul li .list-item[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul li .list-item[data-v-fae5bece] {
  cursor: pointer;
  box-sizing: border-box;
}
.home main .main-box .container-body .img_lists > ul li .list-item img[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul li .list-item img[data-v-fae5bece] {
  width: 100%;
  vertical-align: middle;
}
.home main .main-box .container-body .img_lists > ul li .list-item span[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul li .list-item span[data-v-fae5bece] {
  color: #222;
  display: block;
  text-align: left;
  padding: 0 15px;
  border-left: 1px solid #222;
  font-size: 23px;
}
.home main .main-box .container-body .img_lists > ul li.level2-item img[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul li.level2-item img[data-v-fae5bece] {
  width: 290px;
  overflow: hidden;
  vertical-align: top;
}
.home main .main-box .container-body .img_lists > ul li.level2-item span[data-v-fae5bece],
.home main .main-box .container-body .content_lists > ul li.level2-item span[data-v-fae5bece] {
  margin-top: 32px;
}
.home main .main-box .container-body .articles_lists ul > li[data-v-fae5bece] {
  padding: 25px 40px;
  box-sizing: border-box;
  color: #1e1e1e;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.home main .main-box .container-body .articles_lists ul > li .column-title[data-v-fae5bece] {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 4px;
  color: #222;
}
.home main .main-box .container-body .articles_lists ul > li .create-date[data-v-fae5bece] {
  color: #777;
}
.home main .main-box .container-body .content_lists ul li[data-v-fae5bece] {
  width: 400px;
  padding: 6px;
  box-sizing: border-box;
}
.home main .main-box .container-body .content_lists ul li .list-item[data-v-fae5bece] {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.home main .main-box .container-body .content_lists ul li .list-item img[data-v-fae5bece] {
  height: 216px;
  width: 100%;
  overflow: hidden;
}
.home main .main-box .container-body .content_lists ul li .list-item span[data-v-fae5bece] {
  border: none;
  padding: 10px 22px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2743c1;
}
.home main .main-box .container-body .content_lists ul li .list-item span > a[data-v-fae5bece] {
  max-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home main .main-box .container-body .content_lists ul li .list-item span .icon[data-v-fae5bece] {
  padding: 2px;
  border: 1px solid #2743c1;
  border-radius: 50%;
}
.home main .main-box .container-body .education_base[data-v-fae5bece] {
  background-color: #f0f0f0;
  opacity: 0.6;
}
.home main .main-box .container-body .education_base .title[data-v-fae5bece] {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  padding-left: 43px;
  background-color: #2743c1;
}
.home main .main-box .container-body .education_base .text[data-v-fae5bece] {
  padding: 10px 43px;
  font-size: 22px;
}
.home main .main-box .container-body .education_base .text .span[data-v-fae5bece] {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  color: #222;
  display: inline-block;
  text-indent: 2em;
  text-align: left;
  margin: 10px 0;
}
.home main .main-box .container-body .contact_us[data-v-fae5bece] {
  text-align: left;
  background-color: #f0f0f0;
  opacity: 0.6;
}
.home main .main-box .container-body .contact_us .company_info .company_name[data-v-fae5bece] {
  font-size: 24px;
  padding-left: 29px;
  font-weight: bold;
  height: 78px;
  color: #ffffff;
  line-height: 78px;
  text-align: left;
  background-color: #2743c1;
}
.home main .main-box .container-body .contact_us .company_info .address[data-v-fae5bece] {
  margin: 12px 0;
  padding-left: 29px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.home main .main-box .container-body .contact_us .company_info .address span[data-v-fae5bece] {
  display: inline-block;
}
.home main .main-box .container-body .contact_us .company_info .contact[data-v-fae5bece] {
  margin-right: 29px;
  padding: 12px 0;
  padding-left: 29px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.home main .main-box .container-body .contact_us .company_info .contact span[data-v-fae5bece] {
  margin-right: 50px;
}
.home main .main-box .container-body .company_profile .title[data-v-fae5bece] {
  font-size: 24px;
  padding-left: 29px;
  font-weight: bold;
  height: 78px;
  color: #ffffff;
  line-height: 78px;
  text-align: left;
  background-color: #687cd4;
}
.home main .main-box .container-body .company_profile .text[data-v-fae5bece] {
  margin-bottom: 10px;
  padding: 10px 43px;
  font-size: 22px;
  background-color: #f0f0f0;
  opacity: 0.6;
}
.home main .main-box .container-body .company_profile .text .span[data-v-fae5bece] {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  color: #222;
  display: inline-block;
  text-indent: 2em;
  text-align: left;
  margin: 10px 0;
}
.home main .main-box .container-body .company_profile .table_img[data-v-fae5bece] {
  float: left;
  background: url(../img/table_img.5a707243.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 53%;
  height: 305px;
  margin-right: 1%;
}
.home main .main-box .container-body .company_profile .home_img[data-v-fae5bece] {
  float: left;
  background: url(../img/home_img.4df40020.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 46%;
  height: 300px;
}
.home main .main-box .container-body .development_course .title[data-v-fae5bece] {
  font-size: 24px;
  padding-left: 29px;
  font-weight: bold;
  height: 78px;
  color: #ffffff;
  line-height: 78px;
  text-align: left;
  background-color: #687cd4;
}
.home main .main-box .container-body .development_course .tree[data-v-fae5bece] {
  background-color: #f0f0f0;
  opacity: 0.6;
  padding-left: 28px;
  padding-top: 60px;
}
.home main .main-box .container-body .development_course .tree .yearNode[data-v-fae5bece] {
  position: relative;
  text-align: left;
  padding: 5px 0 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #2743c1;
}
.home main .main-box .container-body .development_course .tree .yearNode .yearTime[data-v-fae5bece] {
  color: #2743c1;
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: -17px;
}
.home main .main-box .container-body .development_course .tree .yearNode .content[data-v-fae5bece] {
  font-size: 16px;
  white-space: pre-wrap;
}
.home main .main-box .container-body .development_course .tree .yearNode i[data-v-fae5bece] {
  position: absolute;
  left: -3.5px;
  top: -3px;
  width: 6px;
  height: 6px;
  background-color: #2743c1;
  border-radius: 3px;
}
.home main .main-box .container-body .development_course .tree[data-v-fae5bece] :last-child {
  border-left: 0px solid #2743c1;
}
.home main .main-box .container-body .honorary_award .title[data-v-fae5bece] {
  font-size: 24px;
  padding-left: 29px;
  font-weight: bold;
  height: 78px;
  color: #ffffff;
  line-height: 78px;
  text-align: left;
  background-color: #687cd4;
}
.home main .main-box .container-body .honorary_award .text_card[data-v-fae5bece] {
  background-color: #f0f0f0;
  opacity: 0.6;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  max-height: 400px;
  overflow-y: scroll;
}
.home main .main-box .container-body .honorary_award .text_card .content[data-v-fae5bece] {
  padding: 15px 0;
}
.home main .main-box .container-body .honorary_award .text_card .content .title_date[data-v-fae5bece] {
  vertical-align: middle !important;
}
.home main .main-box .container-body .honorary_award .text_card .content .title_date .one[data-v-fae5bece] {
  display: inline-block;
  vertical-align: middle !important;
}
.home main .main-box .container-body .honorary_award .text_card .content .title_date .two[data-v-fae5bece] {
  display: inline-block;
}
.home main .main-box .container-body .honorary_award .text_card .content .title_date img[data-v-fae5bece] {
  width: 40px;
  height: 32px;
}
.home main .main-box .container-body .honorary_award .text_card .content .title_date span[data-v-fae5bece] {
  font-size: 20px;
  color: #2743c1;
  font-weight: bold;
}
.home main .main-box .container-body .honorary_award .text_card .content .text[data-v-fae5bece] {
  margin-top: 10px;
  font-size: 18px;
  text-indent: 2em;
  white-space: pre-wrap;
  margin-left: 40px;
}
.home main .main-box .container-body .honorary_award .text_card div[data-v-fae5bece] {
  vertical-align: middle !important;
}
.home main .main-box .container-body .honorary_award[data-v-fae5bece] .el-tabs__item {
  background-color: #c1c4c6;
  font-size: 18px !important;
  font-weight: 400 !important;
  width: 150px;
}
.home main .main-box .container-body .honorary_award[data-v-fae5bece] .is-active {
  background-color: #61bdfc !important;
  color: #ffffff;
}
.home main .main-box .container-body .honorary_award[data-v-fae5bece] .el-tabs__header {
  margin-top: 5px;
  margin-bottom: 0;
}
.home main .main-box .container-body .honorary_award[data-v-fae5bece] .el-tabs__nav-next {
  font-size: 20px;
  background-color: #687cd4;
}
.home main .main-box .container-body .honorary_award[data-v-fae5bece] .el-tabs__nav-prev {
  font-size: 20px;
  background-color: #687cd4;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 80px;
  font-size: 16px;
}
.home main .main-box .container-body .satisfaction .title[data-v-fae5bece] {
  font-size: 24px;
  font-weight: bold;
  color: #2743c1;
}
.home main .main-box .container-body .satisfaction .context-tips[data-v-fae5bece] {
  font-size: 16px;
  color: #c8c8c8;
  margin-top: 10px;
  padding-bottom: 20px;
}
.home main .main-box .container-body .satisfaction .context[data-v-fae5bece] {
  font-size: 16px;
  color: #c8c8c8;
  margin-top: 10px;
  padding-bottom: 20px;
}
.home main .main-box .container-body .satisfaction .context .blur-bg[data-v-fae5bece] {
  color: #ffffff;
  background-color: #2743c1;
  margin: 0 3px;
  border-radius: 3px;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm {
  margin-top: 20px;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .radio_group {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .radio_group .radio_title {
  font-size: 16px;
  margin-bottom: 15px;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .button {
  margin-top: 20px;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .button .el-button {
  background-color: #2743c1;
  width: 160px;
  font-size: 16px;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .button .el-button--primary {
  background-color: #2743c1;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .button .el-button--primary:hover {
  background-color: #66b1ff;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .button .el-button--primary:active {
  background-color: blue;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .el-form-item {
  display: flex;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .el-form-item .el-form-item__label {
  width: 200px !important;
  flex-shrink: 0;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .el-form-item .el-form-item__content {
  margin: 0 !important;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .addForm-tips {
  margin-top: 40px;
  font-size: 16px;
  text-align: left;
  color: #969696;
}
.home main .main-box .container-body .satisfaction[data-v-fae5bece] .addForm .addForm-tips > p {
  margin: 5px 0;
}
.home main .main-box .container-body .suggestions[data-v-fae5bece] {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 80px;
}
.home main .main-box .container-body .suggestions .title[data-v-fae5bece] {
  font-size: 24px;
  font-weight: bold;
  color: #2743c1;
}
.home main .main-box .container-body .suggestions .context[data-v-fae5bece] {
  font-size: 16px;
  color: #c8c8c8;
  margin-top: 10px;
  padding-bottom: 20px;
}
.home main .main-box .container-body .suggestions .addForm[data-v-fae5bece] {
  margin-top: 20px;
}
.home main .main-box .container-body .suggestions .addForm .el-textarea[data-v-fae5bece] {
  margin-top: 20px;
}
.home main .main-box .container-body .suggestions .addForm .radio_group[data-v-fae5bece] {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.home main .main-box .container-body .suggestions .addForm .radio_group .radio_title[data-v-fae5bece] {
  font-size: 16px;
  margin-bottom: 15px;
}
.home main .main-box .container-body .suggestions .addForm .button[data-v-fae5bece] {
  margin-top: 20px;
}
.home main .main-box .container-body .suggestions .addForm .button .el-button[data-v-fae5bece] {
  width: 160px;
  margin: 10px 0;
  font-size: 16px;
}
.home main .main-box .container-body .suggestions .addForm .button .el-button--primary[data-v-fae5bece] {
  background-color: #2743c1;
}
.home main .main-box .container-body .suggestions .addForm .button .el-button--primary[data-v-fae5bece]:hover {
  background-color: #66b1ff;
}
.home main .main-box .container-body .suggestions .addForm .button .el-button--primary[data-v-fae5bece]:active {
  background-color: blue;
}
.home main .main-box .container-body .simulation[data-v-fae5bece] {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 80px;
}
.home main .main-box .container-body .simulation .simulation-img[data-v-fae5bece] {
  width: 300px;
  border-bottom: 2px solid blue;
  padding-bottom: 10px;
}
.home main .main-box .container-body .simulation .title[data-v-fae5bece] {
  font-size: 24px;
  font-weight: bold;
  color: #2743c1;
}
.home main .main-box .container-body .simulation .context[data-v-fae5bece] {
  font-size: 16px;
  color: #c8c8c8;
  margin-top: 10px;
  padding-bottom: 20px;
}
.home main .main-box .container-body .simulation .line .point[data-v-fae5bece] {
  width: 8px;
  height: 8px;
  background-color: blue;
  border-radius: 4px;
  margin-left: 50%;
  margin-top: -8px;
}
.home main .main-box .container-body .simulation .button[data-v-fae5bece] {
  margin-top: 30px;
}
.home main .main-box .container-body .simulation .button .el-button[data-v-fae5bece] {
  margin-left: 30px;
  margin-right: 30px;
  background-color: #2743c1;
  width: 160px;
  font-size: 16px;
}
.home main .main-box .container-body .simulation .button .el-button--primary[data-v-fae5bece] {
  background-color: #2743c1;
}
.home main .main-box .container-body .simulation .button .el-button--primary[data-v-fae5bece]:hover {
  background-color: #66b1ff;
}
.home main .main-box .container-body .simulation .button .el-button--primary[data-v-fae5bece]:active {
  background-color: blue;
}
.home main .main-box .container-body .simulation .button .left_btn[data-v-fae5bece] {
  background-color: #fff;
  color: #2743c1;
}
.home main .main-box .container-body .x_pagination .x_pagination_box[data-v-fae5bece] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.home main .main-box .container-body .x_pagination .x_pagination_box .prev[data-v-fae5bece],
.home main .main-box .container-body .x_pagination .x_pagination_box .next[data-v-fae5bece] {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #444;
  border: 1px solid #2743c1;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: 0 2px 12px 0 rgba(120, 191, 255, 0.2);
}
.home main .main-box .container-body .x_pagination .x_pagination_box .prev[data-v-fae5bece]:hover,
.home main .main-box .container-body .x_pagination .x_pagination_box .next[data-v-fae5bece]:hover {
  box-shadow: 0 2px 12px 0 rgba(39, 67, 193, 0.2);
  color: #78bfff;
  border-color: #78bfff;
}
.home main .main-box .container-body .x_pagination .x_pagination_box .prev.unclik[data-v-fae5bece],
.home main .main-box .container-body .x_pagination .x_pagination_box .next.unclik[data-v-fae5bece] {
  color: #999;
  cursor: no-drop;
  box-shadow: none;
  border-color: #999;
}
.home main .main-box .container-body .x_pagination .x_pagination_box .prev.unclik[data-v-fae5bece]:hover,
.home main .main-box .container-body .x_pagination .x_pagination_box .next.unclik[data-v-fae5bece]:hover {
  box-shadow: none;
  color: #999;
  border-color: #999;
}
.home main .main-box .container-body .x_pagination .x_pagination_box .prev > i[data-v-fae5bece],
.home main .main-box .container-body .x_pagination .x_pagination_box .next > i[data-v-fae5bece] {
  margin: 0 5px;
}
.home main .main-box .container-body .x_pagination .x_pagination_box .prev > span[data-v-fae5bece],
.home main .main-box .container-body .x_pagination .x_pagination_box .next > span[data-v-fae5bece] {
  margin: 0 5px;
}
.home main .main-box .container-body .x_pagination .x_pagination_box .current-page[data-v-fae5bece] {
  color: #2743c1;
  font-size: 24px;
  padding-bottom: 2px;
  border-bottom: 2px solid #2743c1;
}
.home main .main-box .container-body .level-2-menu[data-v-fae5bece] {
  width: 190px;
  position: absolute;
  left: -200px;
  top: 0;
}
.home main .main-box .container-body .level-2-menu > ul[data-v-fae5bece] {
  display: flex;
  flex-direction: column;
}
.home main .main-box .container-body .level-2-menu > ul li[data-v-fae5bece] {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 82px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}
.home main .main-box .container-body .level-2-menu > ul li.active-item[data-v-fae5bece],
.home main .main-box .container-body .level-2-menu > ul li[data-v-fae5bece]:hover {
  background-color: #2743c1;
  opacity: 0.5;
  color: #fff;
}
.home main .main-box .container-body .level-2-menu .subActiveTitle[data-v-fae5bece] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 82px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}
.home main .main-box .container-body .level-2-menu .subActiveTitle.active-item[data-v-fae5bece],
.home main .main-box .container-body .level-2-menu .subActiveTitle[data-v-fae5bece]:hover {
  background-color: #2743c1;
  opacity: 0.5;
  color: #fff;
}
.home main .main-box .search-result[data-v-fae5bece] {
  background: #fff;
  border: 1px solid #2743c1;
  box-shadow: 0 2px 4px 0 rgba(39, 67, 193, 0.2), 0 0 6px 0 rgba(39, 67, 193, 0.1);
  border-radius: 5px;
}
.home main .main-box .search-result .header-select[data-v-fae5bece] {
  display: flex;
  overflow: hidden;
  background-color: #2743c1;
}
.home main .main-box .search-result .header-select .content_search_result[data-v-fae5bece],
.home main .main-box .search-result .header-select .articles_search_result[data-v-fae5bece] {
  flex: 1;
  flex-shrink: 0;
  cursor: pointer;
  background-color: #e4e7ed;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  color: #909399;
  padding: 10px 0;
}
.home main .main-box .search-result .header-select .content_search_result.active[data-v-fae5bece],
.home main .main-box .search-result .header-select .articles_search_result.active[data-v-fae5bece] {
  color: #fff;
  background-color: #2743c1;
}
.home main .main-box .search-result .header-select .content_search_result.active[data-v-fae5bece] {
  border-right-color: #2743c1;
}
.home main .main-box .search-result .header-select .articles_search_result.active[data-v-fae5bece] {
  border-left-color: #2743c1;
}
.home main .main-box .search-result .result_lists .undata[data-v-fae5bece] {
  padding: 25px 40px;
  color: #1e1e1e;
  box-sizing: border-box;
}
.home main .main-box .video-dialog[data-v-fae5bece] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home main .main-box .video-dialog .player-box[data-v-fae5bece] {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home main .main-box .video-dialog .player-box .video_title[data-v-fae5bece] {
  display: flex;
  justify-content: space-between;
  color: #ccc;
  background-color: #444;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}
.home main .main-box .video-dialog .player-box .player[data-v-fae5bece] {
  flex: 1;
  flex-shrink: 0;
  width: 1200px;
  height: 800px;
  max-width: 1200px;
  max-height: 800px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}
.home main .main-box .video-dialog .player-box .icon[data-v-fae5bece] {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 20px;
  color: red;
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home footer[data-v-fae5bece] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home footer .footer_bg.homeFooter[data-v-fae5bece] {
  background: url(../img/footer_img_home.4286eff4.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 1200px;
  min-height: 190px;
}
.home footer .footer_bg.otherFooter[data-v-fae5bece] {
  background: url(../img/footer_img.e44f2904.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 1600px;
  min-height: 190px;
}
.home .floating_icon[data-v-fae5bece] {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 10;
  right: 20px;
  top: 30%;
}
.home .floating_icon .bg_btn[data-v-fae5bece] {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
  background-color: #748cd4;
  color: #ffffff;
}
.home .floating_icon .bg_btn .bg_img[data-v-fae5bece] {
  width: 40px;
  height: 40px;
}
.home .floating_icon .bg_btn .bg_span[data-v-fae5bece] {
  display: none;
  width: 40px;
  height: 40px;
}
.home .floating_icon[data-v-fae5bece] :hover {
  background-color: rgba(0, 64, 152, 0.6);
}
.home .floating_icon :hover .bg_img[data-v-fae5bece] {
  display: none;
}
.home .floating_icon :hover .bg_span[data-v-fae5bece] {
  display: block;
}
.home .cursor-style[data-v-fae5bece] {
  cursor: pointer;
}
.home .list-opt[data-v-fae5bece] {
  -webkit-animation: opt-data-v-fae5bece 0.8s forwards;
  -moz-animation: opt-data-v-fae5bece 0.8s forwards;
  animation: opt-data-v-fae5bece 0.8s forwards;
}
@-moz-keyframes opt-data-v-fae5bece {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes opt-data-v-fae5bece {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes opt-data-v-fae5bece {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.tabBox[data-v-fae5bece] {
  width: 100%;
  height: 90px;
}
.tabBox li[data-v-fae5bece] {
  display: flex;
}
.tabBox img[data-v-fae5bece] {
  height: 85px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* 引入样式文件 index.less 同时是自己的通用样式文件 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.unselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 0;
  box-sizing: border-box;
  border: none;
}
input {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border: 1px solid #ccc;
  padding: 4px 8px;
}

