@charset "UTF-8";
:root {
  --animate-duration: 1.5s !important;
  --font-family-sans-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  --font-family-monospace: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  --font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

.anchorBL {
  display: none !important;
}

/************
 * 页面样式
 ************/
.clear {
  margin: 0 !important;
  padding: 0 !important;
}

@font-face {
  font-family: 'SiYuanSong-Medium';
  src: url("./fonts/SiYuanSongTiRegular2/SourceHanSerifCN-Medium-6.otf?v=1.0.0") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 控制字体加载期间的显示行为 */
}

@font-face {
  font-family: 'SiYuanSong-regular';
  src: url("./fonts/SiYuanSongTiRegular2/SourceHanSerifCN-Regular-1.otf?v=1.0.0") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 控制字体加载期间的显示行为 */
}

/* ==========
   基本默认值
   ========== */
html,
body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  color: #222;
  background-color: #fff;
  scroll-behavior: smooth;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

._opacity {
  opacity: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

textarea {
  outline: none;
  resize: none;
}

._load_more_ {
  text-align: center;
  line-height: 100px;
  color: #ddd;
  font-size: 24px;
}

/* ==========
   工具样式
   ========== */
._loading_ {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999999999999;
  transition: opacity 0.4s linear;
}

._loading_ ._loading_style_ {
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._loading_ ._loading_style_ .loading_icon {
  width: 3.125em;
  height: 3.125em;
  background: url("../images/loading.png") no-repeat center center;
  background-size: 100% 100%;
  animation: circleAnimal 2s infinite linear;
}

._loading_ ._loading_style_ ._style_text_ {
  margin-top: 0.3125em;
}

._scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

._scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(83, 83, 83, 0.5);
}

._scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(237, 237, 237, 0);
  opacity: 0;
}

._scroll_x::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

._scroll_x::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(83, 83, 83, 0.5);
}

._scroll_x::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(237, 237, 237, 0);
  opacity: 0;
}

._tip_box_ {
  position: fixed;
  width: 100%;
  height: 3.125em;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.625em 0.625em rgba(0, 101, 230, 0.1);
}

._tip_box_ ._tip_cion {
  text-align: center;
  font-size: 1em;
  color: #038BFF;
  background: url("../images/tip.png") no-repeat left center;
  background-size: 1.875em 1.875em;
  padding-left: 2.1875em;
  line-height: 2.5em;
}

._comfirm_box_ {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

._comfirm_box_ ._comfirm_box_tip {
  width: 21.875em;
  height: 12.5em;
  background-color: #fff;
  border-radius: 0.625em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1.25em;
  position: relative;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_tip_text {
  font-size: 1.125em;
  color: #333;
  line-height: 3.125em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_tip_content {
  font-size: 1em;
  width: 100%;
  height: 6.25em;
  overflow: hidden;
  padding-top: 1.875em;
  box-sizing: border-box;
  padding-bottom: 1.875em;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25em;
  width: 90%;
  cursor: pointer;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_btn ._comfirm_cancel_ {
  width: 45%;
  line-height: 2.5em;
  text-align: center;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_btn ._comfirm_sure_ {
  width: 45%;
  line-height: 2.5em;
  text-align: center;
  font-size: 1em;
  border: 1px solid transparent;
  border-radius: 0.25em;
  background-color: #0371FF;
  color: #fff;
}

._input_number_box_ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.4);
}

._input_number_box_ ._number_box_ {
  width: 16.5em;
  height: 10.875em;
  background-color: #fff;
  border-radius: 0.375em;
  flex-direction: column;
}

._input_number_box_ ._number_box_ .imgs_code {
  width: 7.5em;
  height: 3.1875em;
  margin-bottom: 0.625em;
  cursor: pointer;
}

._input_number_box_ ._number_box_ .input_num_box {
  width: 7.5em;
  border-bottom: 1px solid #747F8D;
}

._input_number_box_ ._number_box_ .input_num_box input {
  text-align: center;
  font-size: 1.125em;
  color: #333;
  width: 100%;
}

._input_number_box_ ._number_box_ .btns_box {
  margin-top: 1.25em;
}

._input_number_box_ ._number_box_ .btns_box .btn_item {
  width: 5.75em;
  line-height: 1.75em;
  text-align: center;
  font-size: 0.75em;
  color: #747F8D;
  border: 1px solid #747F8D;
  margin-right: 1.25em;
  cursor: pointer;
}

._input_number_box_ ._number_box_ .btns_box .btn_item:nth-of-type(2) {
  margin-right: 0;
  background-color: #0371FF;
  color: #fff;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

._img_contain {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

._nav_item {
  width: 220px;
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
}

._nav_item .child_nav {
  font-size: 14px;
  font-weight: 500;
  color: #04294F;
  text-align: center;
  line-height: 34px;
  border-radius: 18px;
  transition: all linear 0.3s;
  width: 132px;
}

._nav_item .child_nav:hover {
  display: block;
  line-height: 34px;
  text-align: center;
  background: rgba(77, 108, 249, 0.39);
  color: #4F63DB;
}

[v-cloak] {
  display: none;
}

.ellipsis,
.two_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.three_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.four_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.more_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

._bg_white {
  background-color: #fff;
}

._relative {
  position: relative;
}

._header_child {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 5.9375em;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

/*一行省略*/
.one_line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===============
   浏览器更新提示
   =============== */
.browserupgrade {
  margin: 0;
  padding: 0.625em;
  background: #ccc;
}

/* ===============
   自定义页面样式
   =============== */
::-webkit-scrollbar {
  width: 0px;
  height: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.2);
}

.row {
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
}

button {
  outline: none;
  border: none;
  background: transparent;
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none !important;
}

a:hover,
a:active {
  text-decoration: none !important;
}

.bs {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

._btns_box {
  font-size: 16px;
  padding-top: 40px !important;
  box-sizing: border-box;
}

._btns_box ._more_btn {
  background: #4d6dfa;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  width: 9.25em;
  line-height: 3.5em;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  margin-right: 1.25em;
}

@media screen and (max-width: 1100px) {
  ._btns_box ._more_btn {
    width: 5.55em;
    line-height: 2.1em;
  }
}

._btns_box ._btn2 {
  width: 11.1875em;
  border: 2px solid #4C6CFA;
  opacity: 1;
  line-height: 3.375em;
  border-radius: 1.875em;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
  color: #4D6CF9;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  ._btns_box ._btn2 {
    width: 6.7125em;
    line-height: 2.025em;
  }
}

._btns_box ._btn2 a {
  color: #4D6CF9 !important;
}

._btn_fill {
  width: 142px;
  line-height: 56px;
  background-color: #4D6DFA;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 28px;
  text-align: center;
}

._btn_fill_connect {
  width: 160px;
  line-height: 48px;
  background-color: #4D6DFA;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
}

._fill_fff_btn {
  padding: 17px 50px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #4D6CF9;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  display: block;
}

@media screen and (max-width: 1100px) {
  ._fill_fff_btn {
    padding: 9px 20px;
    font-size: calc(20px / 2);
  }
}

._btn_border {
  width: 179px;
  line-height: 52px;
  border: 2px solid #4C6CFA;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #4D6CF9;
  border-radius: 26px;
}

._top_banner {
  width: 100%;
  height: 320px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  ._top_banner {
    height: 180px;
  }
}

._top_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._top_banner.hide_shawdow::before {
  display: none;
}

._top_banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(70deg, #000D2C, rgba(0, 13, 44, 0.38), transparent);
}

._top_banner .plan_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 67px;
  color: #F5F5F5;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 79px;
  width: 90%;
}

@media screen and (max-width: 1100px) {
  ._top_banner .plan_title {
    bottom: 10px;
    font-size: 30px;
    width: 100%;
  }
}

._top_banner .plan_title::before {
  content: "";
  width: 54px;
  height: 6px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
}

@media screen and (max-width: 1100px) {
  ._top_banner .plan_title::before {
    top: -2px;
  }
}

.header {
  transition: background-color linear 0.2s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  word-break: keep-all;
  z-index: 9999999;
}

@media screen and (max-width: 1000px) {
  .header {
    display: none !important;
  }
}

.header .pannel_plan {
  position: absolute;
  width: 100vw !important;
  left: 50%;
  top: 1.25em;
  transform: translateX(-49.5%) !important;
  transition: all linear 0.2s;
  pointer-events: none;
  opacity: 0;
}

.header .header_box {
  padding: 1.25em 2.875em !important;
}

.header .header_box .logo {
  padding: 0;
}

.header .header_box .logo img {
  width: 20.1875em;
  height: 2.5em;
  object-fit: contain;
}

.header .header_box .link_box .link {
  font-size: 1em;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
  margin-left: 1.5625em;
  position: relative;
  line-height: 2.5em;
}

.header .header_box .link_box .link .arrow_up {
  width: 0.6875em;
  height: 0.4375em;
  background: url("../images/arrow_up.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.4375em;
  transition: transform linear 0.2s;
}

.header .header_box .link_box .link a {
  color: #FFFFFF;
}

.header .header_box .link_box .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1875em;
  background: #ffffff;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0em;
}

.header .header_box .link_box .link:hover::after, .header .header_box .link_box .link.active_nav::after {
  opacity: 1;
}

.header .header_box .link_box .link:hover .arrow_up, .header .header_box .link_box .link.active_nav .arrow_up {
  transform: rotateZ(180deg);
}

.header .header_box .link_box .link:hover .pannel_plan {
  opacity: 1;
  pointer-events: all;
}

.header .header_box .link_box .link:hover .ios_pannel {
  opacity: 1;
  pointer-events: all;
}

.header .header_box .link_box .link .ios_pannel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5625em;
  transition: opacity linear 0.2s;
  opacity: 0;
  pointer-events: none;
  padding-top: 0.625em;
}

.header .header_box .link_box .link .ios_pannel .lang_box {
  background: #ffffff;
  border-radius: 0.625em;
  padding: 0.625em 0.625em;
}

.header .header_box .link_box .link .ios_pannel .lang_box .child_nav {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.625em;
  color: #707070;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.header .header_box .link_box .link .ios_pannel .lang_box .child_nav:last-child {
  margin-bottom: 0em;
}

.header .header_box .link_box .link .ios_pannel .lang_box .child_nav:hover {
  color: #293146;
}

.header .header_box .search_box {
  margin-left: 1.25em;
  position: relative;
}

.header .header_box .search_box .search {
  width: 12.1875em;
  height: 2.375em;
  opacity: 1;
  border-radius: 3.75em;
  background: #F5F5F5 url("../images/search.png") no-repeat left center;
  background-size: 1.0625em 1.0625em;
  background-position: 1.0625em center;
  box-sizing: border-box;
  padding-left: 2.0625em;
}

.header .header_box .search_box .search input {
  background-color: transparent;
  width: 88%;
  font-size: 0.875em;
  font-weight: 400;
  color: #707070;
  opacity: 1;
}

.header .header_box .search_box .lang {
  font-size: 1em;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 1;
  background: url("../images/word.png") no-repeat left center;
  background-size: 1.1875em 1.1875em;
  padding-left: 1.6875em;
  margin-left: 1.25em;
  cursor: pointer;
  line-height: 1.875em;
}

.header .header_box .search_box .lang:hover .lang_box {
  opacity: 1;
  pointer-events: all;
}

.header .header_box .search_box .lang .lang_box {
  width: 5em;
  background: #ffffff;
  border-radius: 0.625em;
  position: absolute;
  left: 0;
  top: 1.875em;
  padding: 0.625em 0em;
  transition: opacity linear 0.2s;
  opacity: 0;
  pointer-events: none;
}

.header .header_box .search_box .lang .lang_box .child_nav {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.625em;
  color: #707070;
  opacity: 1;
  text-align: center;
  cursor: pointer;
}

.header .header_box .search_box .lang .lang_box .child_nav:last-child {
  margin-bottom: 0em;
}

.header .header_box .search_box .lang .lang_box .child_nav:hover {
  color: #293146;
}

.header .header_box .search_box .link_icon {
  width: 1.125em;
  height: 1.125em;
  background: url("../images/carsh_grant/link.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 1.25em;
}

.header .header_box .search_box .search_result_box {
  transition: all linear 0.2s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 19.4375em;
  max-height: 23.0625em;
  border-radius: 1.25em;
  top: 60px;
  box-sizing: border-box;
  padding: 30px;
  overflow-y: scroll;
}

.header .header_box .search_box .search_result_box.show_result {
  opacity: 1;
  pointer-events: all;
}

.header .header_box .search_box .search_result_box .result_item {
  display: block;
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  color: #707070;
  opacity: 1;
  margin-bottom: 1.25em;
}

.header .header_box .search_box .search_result_box .result_item span {
  color: #0B308D;
  font-weight: bolder;
}

.header .pannel {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 2.6875em 0;
  align-items: flex-start;
  transition: all linear 0.2s;
  opacity: 1;
  box-shadow: 0px 10px 40px rgba(0, 11, 38, 0.4);
  margin-top: 2.5em;
}

.header .pannel.show_panel {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}

.header .pannel .ul_box {
  margin-right: 3.4375em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 13%;
}

.header .pannel .ul_box:last-child {
  margin: 0;
}

.header .pannel .ul_box .ul_title {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5625em;
  color: #121212 !important;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

.header .pannel .ul_box .child_ul_li {
  transform: translateX(20px);
}

.header .pannel .ul_box .ul_li {
  display: flex;
  font-size: 1em;
  font-weight: 300;
  line-height: 2.375em;
  color: #121212 !important;
  -webkit-text-stroke: 1 transparent;
  opacity: 0.6;
  transition: all linear 0.1s;
}

.header .pannel .ul_box .ul_li:hover {
  transform: scale(1.05);
}

.mobile_header {
  transition: background-color linear 0.2s;
  padding: 17.5px 0;
  padding-left: 23px;
  padding-right: 15px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}

@media screen and (min-width: 1000px) {
  .mobile_header {
    display: none !important;
  }
}

.mobile_header .mobile_logo {
  width: 161.5px;
  height: 20.5px;
  background: url("../images/logo.png") no-repeat center center;
  background-size: 100% 100%;
}

.mobile_header .search {
  width: 19.5px;
  height: 21.5px;
  background: url("../images/sousuo.png") no-repeat center center;
  background-size: 100% 100%;
}

.mobile_header .menue {
  width: 24.5px;
  height: 17px;
  background: url("../images/open_menue.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 20px;
}

.mobile_header .nav_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 57px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.2s;
  height: 100vh;
  background-color: transparent;
}

.mobile_header .nav_list.show_nav_list {
  opacity: 1;
  pointer-events: all;
}

.mobile_header .nav_list li.li {
  display: flex;
  justify-content: center;
  align-self: center;
  background: white;
  width: 100%;
}

.mobile_header .nav_list li.li a {
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22.5px;
  color: #121212;
  opacity: 1;
  text-align: center;
  display: flex;
  height: 45px;
  width: 95%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #E7EBF0;
}

.mobile_header .nav_list li.li:last-child {
  box-shadow: 0px 5px 20px transparent, 0px 5px 20px transparent, 0px 5px 20px transparent, 0px 18px 26px rgba(0, 11, 38, 0.2);
}

.mobile_header .nav_list li.li:last-child a {
  border-bottom: none;
}

.mobile_header .nav_list li.li:last-child a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/word.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
  filter: brightness(0.4);
  margin-top: -2px;
}

.mobile_header .nav_list li.li:hover {
  background-color: #0B308D;
}

.mobile_header .nav_list li.li:hover a {
  color: #ffffff;
}

.mobile_header .nav_list li.more_btn_click {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mobile_header .nav_list li.more_btn_click::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  background: url("../images/arrow_up.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 7px;
  transition: transform linear 0.2s;
  top: 23px;
  right: 10px;
  filter: invert(60%);
  transition: all linear 0.2s;
}

.mobile_header .nav_list li.more_btn_click.open_more_arr::after {
  transform: rotate(180deg);
}

.mobile_header .nav_list li.more_btn_click .more_ul {
  width: 100%;
  transition: all linear 0.2s;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}

.mobile_header .nav_list li.more_btn_click .more_ul.show_more_nav {
  max-height: 300px;
  overflow-y: scroll;
  height: auto;
}

.mobile_header .nav_list li.more_btn_click .more_ul.show_more_nav li > a {
  color: #333;
}

.mobile_header .nav_list li.more_btn_click .more_ul li:hover {
  background-color: #0B308D;
}

.mobile_header .nav_list li.more_btn_click .more_ul li:hover a {
  color: #ffffff;
}

.buttom_arrow {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  width: 23px;
  height: 24.5px;
  background: url("../images/home/arrow-bottom.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 9999;
}

@media screen and (max-width: 1100px) {
  .buttom_arrow {
    display: block;
  }
}

.footer {
  width: 100%;
  background: url("../images/staticImg/footer-bg.png") no-repeat center center;
  background-size: cover;
  font-family: "SiYuanSong-regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 34px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .footer {
    height: 640px;
    padding-bottom: 0px;
  }
}

.footer .links-items {
  border-bottom: 1px solid #3A435A;
  padding-bottom: 20px;
  margin-bottom: 35px;
  width: 100%;
}

.footer .frendly_links {
  width: 1126px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .footer .frendly_links {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.footer .frendly_links .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 25px;
  font-family: "SiYuanSong-Medium";
}

.footer .frendly_links .link_list {
  flex-wrap: wrap;
}

.footer .frendly_links .link_list .link_item {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #FFFFFF !important;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #4E566A;
  margin-bottom: 20px;
}

.footer .footer-item {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .footer .footer-item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.footer .footer-item .link-item {
  color: #ffffff;
  width: 300px;
  font-size: 15px;
}

@media screen and (max-width: 1100px) {
  .footer .footer-item .link-item {
    margin-bottom: 20px;
  }
}

.footer .footer-item .mt-20 {
  margin-bottom: 20px;
}

.footer .box_footer {
  width: 1126px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .footer .box_footer {
    width: 100%;
    flex-direction: column;
  }
}

.footer .qrcode {
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .footer .qrcode {
    margin-top: 20px;
  }
}

.footer .qrcode .qrcode_img {
  width: 120x;
  height: 120px;
  border-radius: 1px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}

.footer .qrcode .qrcode_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .qrcode .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}

.footer .links {
  margin-bottom: 20px;
}

.footer .links a {
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 10px;
  position: relative;
}

.footer .links a::after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  border-left: 1px solid #ffffff;
  opacity: 0.5;
  margin-left: 10px;
}

.footer .links a:last-child {
  margin-right: 0;
}

.footer .links a:last-child::after {
  display: none;
}

.footer .copy {
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .footer .copy {
    text-align: center;
  }
}

.__arr__::after {
  content: '';
  width: 37px;
  height: 24px;
  background: url("../images/mobile/next.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}

@media screen and (max-width: 1100px) {
  .__arr__::after {
    bottom: 52px;
  }
}

.page_index {
  padding: 0 !important;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  .page_index .swiper_box {
    display: none !important;
  }
}

.page_index .swiper_box .banner img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_index .swiper_box .banner img {
    height: auto;
  }
}

.page_index .swiper_box .dot_pc {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 45px;
  z-index: 9999;
}

@media screen and (max-width: 1100px) {
  .page_index .swiper_box .dot_pc {
    bottom: 20px;
  }
}

.page_index .swiper_box .dot_pc .dot_item {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin-right: 25px;
}

.page_index .swiper_box .dot_pc .dot_item:last-child {
  margin-right: 0;
}

.page_index .swiper_box .dot_pc .dot_item.active::after {
  opacity: 1;
}

.page_index .swiper_box .dot_pc .dot_item::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all linear 0.2s;
}

.page_index .swiper_box_mobile {
  height: 100vh;
}

@media screen and (min-width: 1000px) {
  .page_index .swiper_box_mobile {
    display: none !important;
  }
}

.page_index .swiper_box_mobile .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.page_index .swiper_box_mobile .banner img {
  width: 100%;
  height: 100vh;
  object-fit: fill;
}

.page_index .modul_box {
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .page_index .modul_box {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.page_index .modul_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_index .modul_box .title {
    text-align: center;
    line-height: 1.2;
  }
}

.page_index .modul_box .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 10px 0 10px 0;
}

.page_index .modul_box .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #121212;
  opacity: 0.5;
  text-align: center;
}

.page_index .inter_standard {
  background: #0B308D url("../images/staticImg/bg-33.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 1440/547;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .page_index .inter_standard {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page_index .inter_standard .title {
  color: #ffffff;
}

.page_index .inter_standard .title::after {
  filter: brightness(21);
}

.page_index .inter_standard .list {
  margin-top: 46px;
  width: 1126px;
}

@media screen and (max-width: 1100px) {
  .page_index .inter_standard .list {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 20px;
  }
}

.page_index .inter_standard .list .item {
  background-color: #fff;
  width: 259px;
  height: 280px;
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 40px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all linear 0.2s;
  border: 3px solid #F2F2F2;
}

@media screen and (max-width: 1100px) {
  .page_index .inter_standard .list .item {
    margin-bottom: 20px;
    width: 300px;
  }
}

@media screen and (min-width: 1100px) {
  .page_index .inter_standard .list .item:nth-child(2) {
    margin: 0 57px;
  }
}

.page_index .inter_standard .list .item .img {
  width: 80px;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.page_index .inter_standard .list .item .img img {
  width: 100%;
}

.page_index .inter_standard .list .item .title_item {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  opacity: 1;
  text-align: center;
  line-height: 1;
}

.page_index .inter_standard .list .item .desc_item {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #121212;
  opacity: 0.5;
  text-align: center;
  box-sizing: border-box;
  padding: 0 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page_index .inter_standard .list .item:hover .more_btn {
  background-color: #0B308D;
  color: #ffffff;
}

.page_index .inter_standard .list .item:hover .more_btn::after {
  background: url("../images/home/go_arrow_active.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .inter_standard .list .item .more_btn {
  width: 104px;
  height: 38px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #0B308D;
  opacity: 1;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  opacity: 1;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_index .inter_standard .list .item .more_btn::after {
  width: 13px;
  height: 10px;
  background: url("../images/home/go_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  margin-left: 6px;
}

.page_index .plan_img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img {
    width: 100%;
  }
}

.page_index .plan_img img {
  width: 100%;
}

.page_index .plan_img_sevent_box {
  font-size: 16px !important;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box {
    padding: 0 !important;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent {
  width: 100%;
  background: url("../images/home/seven-bg.png") no-repeat center center;
  background-size: cover;
  display: table;
  margin-top: 43px;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent {
    background-size: cover;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item {
  width: 29.875em;
  height: 11.25em;
  background: rgba(0, 12, 43, 0.8);
  margin-right: 0.1875em;
  margin-bottom: 0.1875em;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1.25em;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item {
    height: 120px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item .title_plan {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 0.875em;
  margin-bottom: 0.4375em;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item .title_plan {
    font-size: 12px;
    width: 87%;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item .desc_plan {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item .desc_plan {
    font-size: 10px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item::before {
  content: '';
  width: 4.25em;
  height: 4.25em;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item::before {
    width: 32px;
    height: 32px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(1)::before {
  background: url("../images/home/plan_1.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item.mak {
  position: relative;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item.mak i:nth-child(1) {
  width: 2.1875em;
  height: 1.1875em;
  background: url("../images/home/img_arrow_double.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -1.1875em;
  top: 50%;
  transform: translateY(-50%);
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item.mak i:nth-child(2) {
  width: 2.1875em;
  height: 1.1875em;
  background: url("../images/home/img_arrow_double.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -1.1875em;
  top: 50%;
  transform: translateY(-50%);
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item.mak i:nth-child(3) {
  width: 2.1875em;
  height: 1.1875em;
  background: url("../images/home/img_arrow_double.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -0.6875em;
  transform: translateX(-50%) rotateZ(90deg);
  z-index: 999;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(2) {
  background-color: rgba(17, 44, 111, 0.8);
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(2)::before {
  background: url("../images/home/plan_2.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(3) {
  margin-right: 0em;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(3)::before {
  background: url("../images/home/plan_4.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(4)::before {
  background: url("../images/home/plan_4.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(5) {
  background-color: rgba(17, 44, 111, 0.8);
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(5)::before {
  background: url("../images/home/plan_5.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(6) {
  margin-right: 0em;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item:nth-child(6)::before {
  background: url("../images/home/plan_6.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .last_plan {
  width: 90em;
  height: 8.125em;
  background: rgba(0, 12, 43, 0.8);
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .last_plan {
    height: 78px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .last_plan::before {
  content: '';
  width: 4.25em;
  height: 4.25em;
  background: url("../images/home/plan_7.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 7.75em;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .last_plan::before {
    width: 32px;
    height: 32px;
    margin-right: 4.0625em;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .last_plan .last_plan_font_box .title_last {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 0.625em;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .last_plan .last_plan_font_box .title_last {
    font-size: 12px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .last_plan .last_plan_font_box .desc_last {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .last_plan .last_plan_font_box .desc_last {
    font-size: 10px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item {
  width: calc(50%);
  height: 15.375em;
  background: rgba(0, 12, 43, 0.6);
  margin-bottom: 0px;
  flex-direction: column;
  box-sizing: border-box;
  border-bottom: 5px solid #ffffff;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(1) {
  border-right: 2.5px solid #ffffff;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(2) {
  border-left: 2.5px solid #ffffff;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(3) {
  margin-bottom: 0;
  border-bottom: unset;
  border-right: 2.5px solid #ffffff;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(4) {
  margin-bottom: 0;
  border-bottom: unset;
  border-left: 2.5px solid #ffffff;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item {
    height: 120px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item .title_plan {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 0.875em;
  margin-bottom: 0.4375em;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item .title_plan {
    font-size: 12px;
    width: 87%;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item .desc_plan {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item .desc_plan {
    font-size: 10px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item::before {
  content: '';
  width: 4.25em;
  height: 4.25em;
}

@media screen and (max-width: 1100px) {
  .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item::before {
    width: 32px;
    height: 32px;
  }
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(1)::before {
  background: url("../images/home/plan_7.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(2) {
  background-color: rgba(17, 44, 111, 0.9);
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(2)::before {
  background: url("../images/home/plan_5.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(3) {
  background-color: rgba(17, 44, 111, 0.9);
  margin-right: 0em;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(3)::before {
  background: url("../images/home/plan_4.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs_new .plan_item:nth-child(4)::before {
  background: url("../images/home/plan_9.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .r_c_train {
  background: url("../images/home/rc_b_g.png") no-repeat center center;
  background-size: 100% 150px;
  background-position: center bottom;
  padding-bottom: 130px;
}

@media screen and (max-width: 1100px) {
  .page_index .r_c_train {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
    background-size: 100% auto;
  }
}

.page_index .r_c_train .question i {
  display: flex;
  width: 25px;
  height: 25px;
  background: url("../images/home/wh.png") no-repeat center center;
  background-size: 100%;
  margin-left: 10px;
  cursor: pointer;
}

.page_index .r_c_train .nav_box_imgs {
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  .page_index .r_c_train .nav_box_imgs {
    flex-wrap: wrap;
  }
}

.page_index .r_c_train .nav_box_imgs .nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .page_index .r_c_train .nav_box_imgs .nav_item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.page_index .r_c_train .nav_box_imgs .nav_item .nav_img {
  width: 8.125em;
  height: 8.125em;
  margin-bottom: 2.1875em;
}

@media screen and (max-width: 1100px) {
  .page_index .r_c_train .nav_box_imgs .nav_item .nav_img {
    width: 116px;
    height: 116px;
    margin-bottom: 10px;
  }
}

.page_index .r_c_train .nav_box_imgs .nav_item .nav_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_index .r_c_train .nav_box_imgs .nav_item .nav_btn {
  padding: 0.375em 1.5625em;
  background: rgba(238, 245, 252, 0.39);
  opacity: 0.1;
  border-radius: 6px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 43px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  transition: all linear 0.2s;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .page_index .r_c_train .nav_box_imgs .nav_item .nav_btn {
    font-size: 18px;
    line-height: 1;
    padding: 10px 25px;
  }
}

.page_index .r_c_train .nav_box_imgs .nav_item .nav_btn.active {
  background-color: #0B308D;
  color: #ffffff;
}

.page_index .r_c_train .nav_box_imgs .nav_item .nav_btn::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.125em;
  content: '';
  width: 0;
  height: 0;
  border: 0.625em solid transparent;
  transition: all linear 0.2s;
}

.page_index .r_c_train .nav_box_imgs .nav_item:hover .nav_btn {
  background-color: #0B308D;
  color: #ffffff;
}

.page_index .r_c_train .nav_box_imgs .nav_item:nth-child(1) .nav_btn {
  background-color: #F69A31;
  position: relative;
}

.page_index .r_c_train .nav_box_imgs .nav_item:nth-child(3) .nav_btn {
  background-color: #1587CB;
}

.page_index .r_c_train .nav_box_imgs .nav_item:nth-child(5) .nav_btn {
  background-color: #65387D;
}

.page_index .r_c_train .nav_box_imgs .nav_item:nth-child(7) .nav_btn {
  background-color: #0B308D;
}

.page_index .r_c_train .nav_box_imgs .nav_item:nth-child(9) .nav_btn {
  background-color: #6248C1;
}

.page_index .r_c_train .nav_box_imgs .arrow_img {
  width: 1.375em;
  height: 1.125em;
  margin-right: 2.875em;
  margin-left: 2.9375em;
  margin-top: -4.8125em;
}

@media screen and (max-width: 1100px) {
  .page_index .r_c_train .nav_box_imgs .arrow_img {
    width: 22px;
    height: 18px;
    margin-right: 0px;
    margin-left: 0px;
    transform: scale(0.7);
    margin-top: -30px;
    display: none;
  }
}

.page_index .periodical_box {
  width: 100%;
  height: 540px;
  background: url("../images/home/qk_bg.png") no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box {
    background-size: auto 100%;
  }
}

.page_index .periodical_box .per_title {
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 72px;
  position: relative;
}

.page_index .periodical_box .per_title .title {
  margin: 0 28px;
  transition: all linear 0.1s;
  cursor: pointer;
  transform-origin: 50% 100%;
}

.page_index .periodical_box .per_title .title:hover, .page_index .periodical_box .per_title .title.active {
  transform: scale(1.2);
}

.page_index .periodical_box .per_title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url("../images/home/title_bottom_2.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 10px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}

.page_index .periodical_box .per_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 22px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .per_desc {
    font-size: 20px;
  }
}

.page_index .periodical_box .book_list {
  width: 100%;
  height: 290px;
  margin-top: 43px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list {
    margin-top: 20px;
  }
}

.page_index .periodical_box .book_list.hide_swiper {
  pointer-events: none;
  opacity: 0;
}

.page_index .periodical_box .book_list .book_list_container .book_item {
  width: 548px;
  background: rgba(255, 255, 255, 0.39);
  opacity: 1;
  border-radius: 10px;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .book_item {
    flex-direction: column;
    height: 250px;
    margin-right: 10px;
    width: 46%;
  }
}

.page_index .periodical_box .book_list .book_list_container .book_item:last-child {
  margin: 0;
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_img {
  width: 162px;
  height: 238px;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .book_item .book_img {
    height: 100px;
    width: 100%;
  }
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .book_item .book_img img {
    width: 100%;
    height: auto;
  }
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_info {
  box-sizing: border-box;
  padding: 20px 25px 20px 25px;
  flex: 1;
  background-color: #ffffff;
  height: 238px;
  width: calc(100% - 212px);
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .book_item .book_info {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_title {
    font-size: 18px;
  }
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_label {
    font-size: 11px;
    line-height: 1.5 !important;
  }
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_label .link {
  color: #0B308D;
  text-decoration: underline !important;
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_desc {
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
  opacity: 1;
}

.page_index .periodical_box .book_list .book_list_container .book_item .book_info .book_desc.xz_disc {
  height: 120px;
  overflow-y: scroll;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .scholar_box_parent {
    padding: 0 5px;
  }
}

.page_index .periodical_box .book_list .book_list_container .scholar_box {
  width: 380px;
  height: 238px;
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px;
  margin-right: 30px;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .scholar_box {
    width: 50%;
    margin-right: 5px;
  }
}

.page_index .periodical_box .book_list .book_list_container .scholar_box:last-child {
  margin-right: 0;
}

.page_index .periodical_box .book_list .book_list_container .scholar_box .avar {
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin-right: 14px;
}

.page_index .periodical_box .book_list .book_list_container .scholar_box .avar img {
  width: 100%;
}

.page_index .periodical_box .book_list .book_list_container .scholar_box .info {
  width: 240px;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .scholar_box .info {
    width: 50%;
  }
}

.page_index .periodical_box .book_list .book_list_container .scholar_box .info .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .scholar_box .info .name {
    font-size: 14px;
  }
}

.page_index .periodical_box .book_list .book_list_container .scholar_box .info .dep_name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
}

@media screen and (max-width: 1100px) {
  .page_index .periodical_box .book_list .book_list_container .scholar_box .info .dep_name {
    font-size: 12px;
  }
}

.page_index .periodical_box .book_list .book_list_container .scholar_box .desc {
  height: 108px;
  overflow-y: scroll;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #7B7B7B;
  opacity: 1;
  margin-top: 13px;
  padding-right: 10px;
}

.page_index .periodical_box .book_list .periodical_dot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.page_index .periodical_box .book_list .periodical_dot .periodical_dot_item {
  width: 99px;
  height: 7px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 10px;
  margin-right: 8px;
  transition: all linear 0.2s;
}

.page_index .periodical_box .book_list .periodical_dot .periodical_dot_item:last-child {
  margin-right: 0;
}

.page_index .periodical_box .book_list .periodical_dot .periodical_dot_item.active {
  background-color: #FD9F2D;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list {
    padding: 0 10px !important;
  }
}

.page_index .case_list .list {
  margin-top: 43px;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list {
    flex-direction: column;
  }
}

.page_index .case_list .list .left_case {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 553px;
  height: 395px;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .left_case {
    margin-bottom: 30px;
    width: 100%;
  }
}

.page_index .case_list .list .left_case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/home/case_mask.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .case_list .list .left_case .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .left_case .pic {
    width: 100%;
  }
}

.page_index .case_list .list .left_case .left_desc_box .left_desc_img {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  margin: 0;
  box-sizing: border-box;
  padding: 0 50px;
  line-height: 1.2;
  margin-top: 70px;
}

.page_index .case_list .list .left_case .left_desc_box .logo_ht {
  width: 330px;
  height: 10px;
  background: url("../images/home/logo_ht.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 60px;
  margin-left: 30px;
  opacity: 0;
}

.page_index .case_list .list .left_case .left_desc_box .recomment_label {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  line-height: 36px;
  background: #FD9F2D;
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 14px;
}

.page_index .case_list .list .left_case .left_desc_box .recomment_label::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 14px;
  height: 36px;
  background: url("../images/home/arrow_icon.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .case_list .list .left_case .left_desc_box .desc_pic {
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  opacity: 1;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: 20px;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .left_case .left_desc_box .desc_pic {
    margin-top: 20px;
  }
}

.page_index .case_list .list .left_case .left_desc_box .to_more {
  width: 146px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background: #F5F5F5;
  opacity: 1;
  border-radius: 4px;
  font-weight: 400;
  color: #0B308D;
  opacity: 1;
  position: absolute;
  left: 50px;
  bottom: 36px;
}

.page_index .case_list .list .right_case {
  margin-left: 19px;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .right_case {
    margin-left: 0px;
  }
}

.page_index .case_list .list .right_case .top_case {
  width: 553px;
  height: 188px;
  position: relative;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .right_case .top_case {
    width: 100%;
  }
}

.page_index .case_list .list .right_case .top_case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/home/case_3_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .case_list .list .right_case .top_case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .right_case .top_case img {
    width: 100%;
  }
}

.page_index .case_list .list .right_case .top_case .desc_img {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  margin: 0;
  text-align: right;
  box-sizing: border-box;
  padding-right: 38px;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .right_case .top_case .desc_img {
    font-size: 20px;
  }
}

.page_index .case_list .list .right_case .top_case .desc_case {
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

.page_index .case_list .list .right_case .top_case .desc_case .desc_desc {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 1;
  padding-right: 38px;
  box-sizing: border-box;
}

.page_index .case_list .list .right_case .bottom_case {
  margin-top: 17px;
}

.page_index .news_box {
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box {
    flex-direction: column;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_left {
    width: 100%;
  }
}

.page_index .news_box .new_left .news_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  opacity: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_left .news_title {
    font-size: 26px;
  }
}

.page_index .news_box .new_left .news_title .news_more {
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  color: #121212;
  opacity: 0.6;
}

.page_index .news_box .new_left .new_item {
  width: 740px;
  height: 194px;
  margin-bottom: 43px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_left .new_item {
    width: 100%;
    padding: 0;
    height: auto;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.page_index .news_box .new_left .new_item .news_img {
  width: 187px;
  height: 141px;
  background: transparent;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 28px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_left .new_item .news_img {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }
}

.page_index .news_box .new_left .new_item .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_index .news_box .new_left .new_item .news_info_desc {
  height: 150px;
  width: 490px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_left .new_item .news_info_desc {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

.page_index .news_box .new_left .new_item .news_info_desc .news_info_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #121212;
  opacity: 1;
  line-height: 1;
  margin-top: 10px;
}

.page_index .news_box .new_left .new_item .news_info_desc .news_info_time {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #121212;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 1;
}

.page_index .news_box .new_left .new_item .news_info_desc .new_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #121212;
  opacity: 0.6;
  line-height: 1.8;
}

.page_index .news_box .new_right {
  margin-left: 44px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_right {
    margin: 0;
    width: 100%;
  }
}

.page_index .news_box .new_right .meeting_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_right .meeting_title {
    font-size: 26px;
  }
}

.page_index .news_box .new_right .arrow_change_btn {
  width: 28px;
  height: 28px;
  background: url("../images/left.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.page_index .news_box .new_right .arrow_change_btn.right_arrow {
  transform: scale(-1);
  position: relative;
}

.page_index .news_box .new_right .arrow_change_btn.right_arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/active_left.png") no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  transform: scale(-1);
  transition: opacity linear 0.2s;
}

.page_index .news_box .new_right .arrow_change_btn.right_arrow:hover::after {
  opacity: 1;
}

.page_index .news_box .new_right .arrow_change_btn.left_arrow {
  margin-right: 14px;
  position: relative;
}

.page_index .news_box .new_right .arrow_change_btn.left_arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/active_left.png") no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  transform: scale(-1);
  transition: opacity linear 0.2s;
}

.page_index .news_box .new_right .arrow_change_btn.left_arrow:hover::after {
  opacity: 1;
}

.page_index .news_box .new_right .meeting_box {
  margin-top: 30px;
  width: 376px;
  height: 431px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_right .meeting_box {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_right .meeting_box .meeting {
    width: 100%;
  }
}

.page_index .news_box .new_right .meeting_box .meeting .meeting_img {
  height: 332px;
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.page_index .news_box .new_right .meeting_box .meeting .meeting_img img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .new_right .meeting_box .meeting .meeting_img {
    width: 100%;
  }
}

.page_index .news_box .new_right .meeting_box .meeting .meeting_desc {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  opacity: 1;
  box-sizing: border-box;
  padding: 26px;
  text-align: center;
}

.page_learn_plan {
  padding: 0 !important;
  overflow-x: hidden;
}

.page_learn_plan .banner {
  width: 100%;
  height: 446px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .banner {
    height: 180px;
  }
}

.page_learn_plan .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(70deg, #000D2C, rgba(0, 13, 44, 0.38), transparent);
}

.page_learn_plan .banner .plan_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 67px;
  color: #F5F5F5;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 135px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .banner .plan_title {
    bottom: 10px;
    font-size: 30px;
  }
}

.page_learn_plan .banner .plan_title::before {
  content: "";
  width: 54px;
  height: 6px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .banner .plan_title::before {
    top: -2px;
  }
}

.page_learn_plan .learn_pannel {
  margin-top: 60px;
}

.page_learn_plan .learn_pannel:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}

.page_learn_plan .learn_pannel .learn_title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.page_learn_plan .learn_pannel .learn_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .learn_pannel .tabs {
  width: 440px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  opacity: 1;
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .tabs {
    width: 100%;
  }
}

.page_learn_plan .learn_pannel .tabs .tab {
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  height: 50px;
  color: #121212;
  opacity: 1;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.2s;
}

.page_learn_plan .learn_pannel .tabs .tab.active, .page_learn_plan .learn_pannel .tabs .tab:hover {
  background-color: #0B308D;
  color: #ffffff;
}

.page_learn_plan .learn_pannel .person_box {
  position: relative;
  width: 100%;
  height: 435px;
}

.page_learn_plan .learn_pannel .person_box.book_box {
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box {
    height: auto;
  }
  .page_learn_plan .learn_pannel .person_box.book_box {
    height: auto;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list {
  width: 78.125%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity linear 0.2s;
  overflow-x: scroll;
}

.page_learn_plan .learn_pannel .person_box .person_list.padding_side {
  padding: 0 3%;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list.padding_side {
    padding: 0;
  }
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list {
    flex-direction: column;
    width: 100%;
    left: 0;
    transform: translateX(0px);
  }
}

.page_learn_plan .learn_pannel .person_box .person_list.show_person {
  pointer-events: all;
  opacity: 1;
  position: static;
  transform: inherit;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list.show_person {
    position: static;
    width: auto;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item {
  min-width: 20%;
  max-width: 20%;
  height: 366px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 25px;
  margin-left: 4%;
}

@media screen and (max-width: 1440px) {
  .page_learn_plan .learn_pannel .person_box .person_list .person_item {
    height: 387px;
    width: 22%;
  }
}

@media screen and (max-width: 1300px) {
  .page_learn_plan .learn_pannel .person_box .person_list .person_item {
    height: 387px;
    width: 22%;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item:nth-child(1) {
  margin-left: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .person_item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    min-width: auto;
    max-width: none;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item .avar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item .avar img {
  width: 100%;
  object-fit: cover;
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item .person_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-top: 14px;
  margin-bottom: 8px;
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item .person_mechanism {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 14px;
}

.page_learn_plan .learn_pannel .person_box .person_list .person_item .person_des {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #7B7B7B;
  opacity: 1;
  overflow-y: scroll;
  height: 130px;
  box-sizing: border-box;
  padding: 0 11px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .person_item .person_des {
    width: 100%;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .books_items_box {
  padding: 0 4%;
  max-height: 560px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .books_items_box {
    max-height: 1000px;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .books_items_box.open_panel {
  height: auto;
  max-height: initial;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items {
  width: 100%;
  flex-wrap: wrap;
  transition: all linear 0.2s;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .book_items {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item {
  width: 47%;
  height: 238px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-right: 5%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item:nth-child(2n) {
    margin-left: 0;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_fm {
  width: 162px;
  height: 238px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_fm {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_fm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_info {
  flex: 1;
  height: 238px;
  box-sizing: border-box;
  padding: 20px 27px 14px 25px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_info {
    padding: 20px 20px;
  }
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_info .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #121212;
  opacity: 1;
  line-height: 1;
  margin-bottom: 15px;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_info .label {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #121212;
  opacity: 1;
  line-height: 1;
  margin-bottom: 10px;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_info .label .link {
  color: #0B308D;
  text-decoration: underline !important;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items .book_item .book_info .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #7B7B7B;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page_learn_plan .learn_pannel .person_box .person_list .book_items.open_panel {
  height: auto;
  max-height: initial;
}

.page_learn_plan .learn_pannel .person_box .person_list .open_more {
  width: 128px;
  height: 36px;
  border: 1px solid #707070;
  opacity: 1;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #707070;
  opacity: 1;
  text-align: center;
  margin: 0  auto;
  cursor: pointer;
  margin-top: 20px;
}

.page_learn_plan .learn_pannel .person_box .person_list .open_more::after {
  content: "";
  width: 12px;
  height: 6px;
  background: url("../images/down_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 16px;
  transition: all linear 0.2s;
}

.page_learn_plan .learn_pannel .person_box .person_list .open_more.has_open::after {
  transform: rotateZ(180deg);
}

.page_learn_plan .paper_box {
  width: 100%;
  margin-bottom: 60px;
  background-color: #EEF5FC;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box {
    height: auto;
  }
}

.page_learn_plan .paper_box .paper_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  padding-top: 60px;
}

.page_learn_plan .paper_box .paper_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .paper_box .paper_infor_container {
  padding-top: 47px;
  background: url("../images/learn_plan/zm_gb.png") no-repeat top center;
  background-size: 1320px 107px;
}

.page_learn_plan .paper_box .paper_infor_container .info_container {
  width: 986px;
  height: 412px;
  background: white;
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  transform: translateX(20px);
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box .paper_infor_container .info_container {
    width: 100%;
    transform: translateX(0px);
    height: auto;
  }
}

.page_learn_plan .paper_box .paper_infor_container .info_container .left_img_box {
  width: 454px;
  height: 312px;
  background: transparent;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  left: -14%;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

.page_learn_plan .paper_box .paper_infor_container .info_container .left_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box .paper_infor_container .info_container .left_img_box {
    position: static;
    width: 100%;
    left: 0;
    transform: translateY(0px);
    margin-bottom: 28px;
    padding: 0 10px;
  }
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
  height: 312px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box {
    transform: none;
    position: relative;
    top: 0;
    width: 100%;
  }
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #0B308D;
  position: absolute;
  left: 50px;
  top: -10px;
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .title_box {
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  color: #8495BF;
  opacity: 1;
  width: 100%;
  height: 52px;
  position: relative;
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .title_box .title_info_text {
  box-sizing: border-box;
  padding-left: 83px;
  padding-right: 50px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .title_box .title_info_text {
    padding: 0 20px;
  }
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .title_box .title_info_text .more_btn_list {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0B308D;
  opacity: 1;
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 230px;
  overflow-y: scroll;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list {
    padding: 0 20px;
  }
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li {
  border-bottom: 1px solid #EDF0F5;
  padding: 0px 0;
  position: relative;
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li::after {
  content: '';
  width: 314px;
  height: 0px;
  border-top: 2px solid #0B308D;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li::after {
    width: 50%;
  }
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li .paper_title_left {
  width: 438px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  opacity: 1;
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li .paper_numeber_read .num_top {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #121212;
  opacity: 1;
  text-align: center;
}

.page_learn_plan .paper_box .paper_infor_container .info_container .paper_list_box .paper_list .paper_li .paper_numeber_read .num {
  font-size: 32px;
  font-family: Arial;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  text-align: center;
}

.page_learn_plan ._fund_box2 {
  background: url("../images/learn_plan/zm_gb.png") no-repeat center 146px;
  background-size: 1320px 107px;
}

.page_learn_plan ._fund_box2 .fund_title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  padding-top: 82px;
}

.page_learn_plan ._fund_box2 .fund_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  margin-top: 12px;
  background-size: 100% 100%;
}

.page_learn_plan ._fund_box2 .fund_container {
  width: 1023px;
  height: 354px;
  background: #0B308D;
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  transform: translateX(-134px);
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_left {
  position: absolute;
  width: 954px;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 54px;
  padding-right: 47px;
  box-sizing: border-box;
  padding-top: 46px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container .fund_left {
    position: static;
    width: 100%;
    order: 2;
    padding: 0;
    padding-top: 77px;
    padding-bottom: 20px;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_left .fund_title_box {
  margin-bottom: 12px;
  position: relative;
}

.page_learn_plan ._fund_box2 .fund_container .fund_left .fund_title_box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #EEF5FC;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -23px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container .fund_left .fund_title_box::after {
    left: 45px;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_left .fund_title_box .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container .fund_left .fund_title_box .fund_title_box_2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_left .fund_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container .fund_left .fund_desc {
    margin: 0 auto;
    width: 90%;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_left .get_more {
  width: 130px;
  height: 48px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  opacity: 1;
  display: flex;
  line-height: 48px;
  position: absolute;
  left: 53px;
  bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container .fund_left .get_more {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_right {
  position: absolute;
  right: -177px;
  top: 50%;
  transform: translateY(-50%);
  width: 454px;
  height: 281px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan ._fund_box2 .fund_container .fund_right {
    position: static;
    width: 100%;
    transform: none;
    top: 0;
    right: 0;
    order: 1;
  }
}

.page_learn_plan ._fund_box2 .fund_container .fund_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .fund_box {
  background: url("../images/learn_plan/zm_gb.png") no-repeat center 55px;
  background-size: 73% 107px;
}

.page_learn_plan .fund_box .fund_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
}

.page_learn_plan .fund_box .fund_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .fund_box .fund_container {
  width: 1023px;
  height: 354px;
  background: #0B308D;
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  transform: translateX(-60px);
}

@media screen and (min-width: 1440px) {
  .page_learn_plan .fund_box .fund_container {
    width: 66%;
  }
}

@media screen and (max-width: 1300px) {
  .page_learn_plan .fund_box .fund_container {
    width: 1023px;
  }
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.page_learn_plan .fund_box .fund_container .fund_left {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 54px;
  padding-right: 47px;
  box-sizing: border-box;
  padding-top: 46px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container .fund_left {
    position: static;
    width: 100%;
    order: 2;
    padding: 0;
    padding-top: 77px;
    padding-bottom: 20px;
  }
}

.page_learn_plan .fund_box .fund_container .fund_left .fund_title_box {
  margin-bottom: 12px;
  position: relative;
}

.page_learn_plan .fund_box .fund_container .fund_left .fund_title_box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #EEF5FC;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -23px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container .fund_left .fund_title_box::after {
    left: 45px;
  }
}

.page_learn_plan .fund_box .fund_container .fund_left .fund_title_box .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container .fund_left .fund_title_box .fund_title_box_2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
}

.page_learn_plan .fund_box .fund_container .fund_left .fund_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container .fund_left .fund_desc {
    margin: 0 auto;
    width: 90%;
  }
}

.page_learn_plan .fund_box .fund_container .fund_left .get_more {
  width: 130px;
  height: 48px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  opacity: 1;
  display: flex;
  line-height: 48px;
  position: absolute;
  left: 53px;
  bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container .fund_left .get_more {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page_learn_plan .fund_box .fund_container .fund_right {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 454px;
  height: 281px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .fund_box .fund_container .fund_right {
    position: static;
    width: 100%;
    transform: none;
    top: 0;
    right: 0;
    order: 1;
  }
}

.page_learn_plan .fund_box .fund_container .fund_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_learn_plan .about_web {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .about_web {
    padding: 0 30px;
  }
}

.page_learn_plan .about_web .about_web_title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.page_learn_plan .about_web .about_web_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_learn_plan .about_web .web_box {
  justify-content: center;
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 69px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .about_web .web_box {
    width: 100%;
  }
}

.page_learn_plan .about_web .web_box .web_item {
  min-width: 208px;
  height: 94px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin-right: 33px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .about_web .web_box .web_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
}

.page_learn_plan .about_web .web_box .web_item:nth-child(3n) {
  margin-right: 0;
}

.page_learn_plan .about_web .web_box .web_item:nth-child(1) img {
  width: 192px;
}

@media screen and (max-width: 1100px) {
  .page_learn_plan .about_web .web_box .web_item:nth-child(1) img {
    width: 90%;
  }
}

.page_learn_plan .about_web .web_box .web_item:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
  color: #121212;
  opacity: 0.8;
}

.page_learn_plan .about_web .web_box .web_item:nth-child(3) img {
  width: 33px;
}

.page_learn_plan .about_web .web_box .web_item:nth-child(4) img {
  width: 127px;
}

.page_learn_plan .about_web .web_box .web_item:nth-child(5) img {
  width: 58px;
}

.international_exchange_page {
  margin-bottom: 60px !important;
}

.international_exchange_page .com_tite {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.international_exchange_page .com_tite::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  margin-top: 0;
  background-size: 100% 100%;
}

.international_exchange_page .meating_and_forum {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .meating_and_forum {
    margin-bottom: 0;
  }
}

.international_exchange_page .meating_and_forum .meatint_contain {
  width: 1146px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (min-width: 1440px) {
  .international_exchange_page .meating_and_forum .meatint_contain {
    width: 73%;
  }
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .meating_and_forum .meatint_contain {
    flex-direction: column;
    width: 100%;
  }
}

.international_exchange_page .meating_and_forum .meatint_contain .left_img {
  width: 454px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .meating_and_forum .meatint_contain .left_img {
    width: 100%;
  }
}

.international_exchange_page .meating_and_forum .meatint_contain .left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.international_exchange_page .meating_and_forum .meatint_contain .left_img .img_desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}

.international_exchange_page .meating_and_forum .meatint_contain .right_contain {
  flex: 1;
  height: 280px;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
  opacity: 0.7;
  overflow-y: scroll;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

.international_exchange_page .meating_and_forum .meatint_contain .right_contain p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .meating_and_forum .meatint_contain .right_contain {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-line-clamp: initial;
  }
}

.international_exchange_page .fund_box {
  background: url("../images/learn_plan/zm_gb.png") no-repeat center 55px;
  background-size: 73% 107px;
}

.international_exchange_page .fund_box .fund_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  flex-direction: column;
}

.international_exchange_page .fund_box .fund_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.international_exchange_page .fund_box .fund_container {
  width: 1023px;
  height: 354px;
  background: #0B308D;
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  transform: translateX(-60px);
}

@media screen and (min-width: 1440px) {
  .international_exchange_page .fund_box .fund_container {
    width: 66%;
  }
}

@media screen and (max-width: 1300px) {
  .international_exchange_page .fund_box .fund_container {
    width: 1023px;
  }
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container {
    width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.international_exchange_page .fund_box .fund_container .fund_left {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-left: 54px;
  padding-right: 47px;
  box-sizing: border-box;
  padding-top: 46px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container .fund_left {
    position: static;
    width: 100%;
    order: 2;
    padding: 0;
    padding-top: 77px;
    padding-bottom: 20px;
  }
}

.international_exchange_page .fund_box .fund_container .fund_left .fund_title_box {
  margin-bottom: 12px;
  position: relative;
}

.international_exchange_page .fund_box .fund_container .fund_left .fund_title_box::after {
  content: "";
  width: 52px;
  height: 52px;
  background: #EEF5FC;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -23px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container .fund_left .fund_title_box::after {
    left: 45px;
  }
}

.international_exchange_page .fund_box .fund_container .fund_left .fund_title_box .fund_title_box_2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container .fund_left .fund_title_box .fund_title_box_2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
}

.international_exchange_page .fund_box .fund_container .fund_left .fund_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container .fund_left .fund_desc {
    margin: 0 auto;
    width: 90%;
  }
}

.international_exchange_page .fund_box .fund_container .fund_left .get_more {
  width: 130px;
  height: 48px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  opacity: 1;
  display: flex;
  line-height: 48px;
  position: absolute;
  left: 53px;
  bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container .fund_left .get_more {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.international_exchange_page .fund_box .fund_container .fund_right {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 454px;
  height: 281px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page .fund_box .fund_container .fund_right {
    position: static;
    width: 100%;
    transform: none;
    top: 0;
    right: 0;
    order: 1;
  }
}

.international_exchange_page .fund_box .fund_container .fund_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent_plan_page .img_box {
  width: 78.125%;
  height: 310px;
  margin: 0 auto;
  margin-top: 90px;
  background: url("../images/talent-training-plan/img_bg_2.png") no-repeat center center;
  background-size: 100% 100%;
  display: table;
  box-sizing: border-box;
  padding: 0 112px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .img_box {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
  }
}

.talent_plan_page .img_box .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: #121212;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .img_box .title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1;
  }
}

.talent_plan_page .img_box .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .img_box .desc {
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

.talent_plan_page .nav_box_imgs {
  margin: 0 auto;
  margin-top: 35px;
  width: 78.125%;
  justify-content: flex-start;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .nav_box_imgs {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}

.talent_plan_page .nav_box_imgs .nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.talent_plan_page .nav_box_imgs .nav_item .nav_img {
  width: 130px;
  height: 130px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .nav_box_imgs .nav_item .nav_img {
    width: 43.5px;
    height: 43.5px;
    margin-bottom: 10px;
  }
}

.talent_plan_page .nav_box_imgs .nav_item .nav_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent_plan_page .nav_box_imgs .nav_item .nav_btn {
  padding: 0px 30px;
  background: rgba(238, 245, 252, 0.39);
  opacity: 0.1;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  transition: all linear 0.2s;
  word-break: keep-all;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .nav_box_imgs .nav_item .nav_btn {
    font-size: 12px;
    padding: 6px 10px;
    line-height: 1;
  }
}

.talent_plan_page .nav_box_imgs .nav_item .nav_btn.active {
  background-color: #0B308D;
  color: #ffffff;
}

.talent_plan_page .nav_box_imgs .nav_item .nav_btn::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  transition: all linear 0.2s;
}

.talent_plan_page .nav_box_imgs .nav_item:hover .nav_btn {
  background-color: #0B308D;
  color: #ffffff;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(1) .nav_btn {
  background-color: #F69A31;
  position: relative;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(1) .nav_btn::after {
  border-top: 10px solid #F69A31;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(3) .nav_btn {
  background-color: #1587CB;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(3) .nav_btn::after {
  border-top: 10px solid #1587CB;
  opacity: 0;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(3) .nav_btn:hover::after {
  opacity: 1;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(5) .nav_btn {
  background-color: #65387D;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(5) .nav_btn::after {
  border-top: 10px solid #65387D;
  opacity: 0;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(5) .nav_btn:hover::after {
  opacity: 1;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(7) .nav_btn {
  background-color: #0B308D;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(7) .nav_btn::after {
  border-top: 10px solid #0B308D;
  opacity: 0;
}

.talent_plan_page .nav_box_imgs .nav_item:nth-child(7) .nav_btn:hover::after {
  opacity: 1;
}

.talent_plan_page .nav_box_imgs .arrow_img {
  width: 22px;
  height: 18px;
  margin-right: 60px;
  margin-left: 65px;
  margin-top: -77px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .nav_box_imgs .arrow_img {
    margin-right: 0px;
    margin-left: 0px;
    transform: scale(0.7);
    margin-top: -30px;
  }
}

.talent_plan_page .content_box {
  box-sizing: border-box;
  width: 78.125%;
  margin: 0 auto;
  margin-top: 86px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box {
    width: 100%;
    margin-top: 30px;
  }
}

.talent_plan_page .content_box .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #121212;
  opacity: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box .title {
    font-size: 24px;
    padding: 0 30px;
  }
}

.talent_plan_page .content_box .ren_cai_box {
  margin-top: 18px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box .ren_cai_box {
    padding: 0 30px;
  }
}

.talent_plan_page .content_box .ren_cai_box .title_1_2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 42px;
  color: #121212;
  opacity: 1;
  position: relative;
  height: 42px;
  display: inline;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box .ren_cai_box .title_1_2 {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }
}

.talent_plan_page .content_box .ren_cai_box .title_1_2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(11, 48, 141, 0.4), rgba(238, 245, 252, 0.08) 40%);
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_cai_title_1_3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #121212;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_cai_title_1_3::before {
  content: "";
  display: flex;
  width: 5px;
  height: 20px;
  background: #0B308D;
  opacity: 1;
  border-radius: 2px;
  margin-right: 13px;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_cai_desc_2_2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_cai_desc_2_2 {
    flex-direction: column;
  }
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_cai_desc_2_2.left_move {
  padding-left: 20px;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item {
  width: 29%;
  height: 126px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin-right: 37px;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item .img_talent {
  width: 78px;
  height: 76px;
  margin-right: 15px;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item .img_talent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item .right_info {
  flex: 1;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item .title_talent {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  opacity: 1;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .tlxt .iso_box_item .talent_desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #121212;
  opacity: 0.5;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item {
  width: 45%;
  height: 118px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item .img_talent {
  width: 77px;
  height: 76px;
  margin-right: 12px;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item .img_talent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item .right_info {
  flex: 1;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item .title_talent {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  opacity: 1;
  margin: 5px 0 5px 0;
}

.talent_plan_page .content_box .ren_cai_box .ren_cai_desc .ren_can_box .iso_box_item .talent_desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #121212;
  opacity: 0.5;
}

.talent_plan_page .content_box .content_img_box {
  width: 100%;
}

.talent_plan_page .content_box .content_img_box figure img {
  width: 100% !important;
}

.talent_plan_page .text_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .text_content {
    padding: 0 30px;
  }
}

.talent_plan_page .training {
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .training {
    padding: 0;
  }
}

.talent_plan_page .training .training_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
  opacity: 1;
  position: relative;
  height: 42px;
  display: inline;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .training .training_title {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    margin-left: 13%;
  }
}

.talent_plan_page .training .training_title::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(11, 48, 141, 0.4), rgba(238, 245, 252, 0.08) 40%);
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .training .training_list {
    padding-top: 30px;
  }
}

.talent_plan_page .training .training_list .training_item {
  width: 100%;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .training .training_list .training_item {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.talent_plan_page .training .training_list .training_item .trainning_img_box {
  width: 335px;
  height: 207px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .training .training_list .training_item .trainning_img_box {
    width: 100%;
    border-radius: 10px;
  }
}

.talent_plan_page .training .training_list .training_item .right_info_training {
  box-sizing: border-box;
  padding-left: 49px;
  padding-right: 30px;
  width: calc(100% - 335px);
}

@media screen and (max-width: 1100px) {
  .talent_plan_page .training .training_list .training_item .right_info_training {
    width: 100%;
    padding: 20px 30px;
  }
}

.talent_plan_page .training .training_list .training_item .right_info_training .title_train {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: #121212;
  text-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  margin-bottom: 15px;
  line-height: 1;
}

.talent_plan_page .training .training_list .training_item .right_info_training .dec_training {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
  height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}

.talent_plan_page .training .training_list .training_item .right_info_training .to_link {
  padding: 12px 20px;
  line-height: 48px;
  border: 1px solid #0B308D;
  opacity: 1;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #0B308D;
  opacity: 1;
}

.com_tite {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 20px;
}

.com_tite::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  margin-top: 0px;
  background-size: 100% 100%;
}

.iso_stander_content {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
  box-sizing: border-box;
  margin-bottom: 110px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.iso_stander_content .info_content {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.iso_stander_content .info_content ._title_page {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #121212;
  opacity: 1;
  text-align: center;
}

.iso_stander_content .info_content ._title_page::after {
  content: '';
  width: 25px;
  height: 0px;
  border: 1px solid #A2A2A2;
  opacity: 1;
  margin-left: 20px;
}

.iso_stander_content .info_content ._title_page::before {
  content: '';
  width: 25px;
  height: 0px;
  border: 1px solid #A2A2A2;
  opacity: 1;
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content {
    width: 100%;
    padding: 0px 10px;
  }
}

.iso_stander_content .info_content .iso_detail {
  margin-top: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail {
    flex-direction: column;
  }
}

.iso_stander_content .info_content .iso_detail .left_nav_box {
  width: 214px;
  background: #F6F7F8;
  opacity: 1;
  box-sizing: border-box;
  padding: 14px 36px 14px 53px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .left_nav_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item {
  cursor: pointer;
  padding: 26px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  opacity: 1;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  display: block;
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item:last-child {
  border: none;
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item::after {
  content: '';
  width: 3px;
  height: 15px;
  background: #2F81B7;
  opacity: 1;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity linear 0.2s;
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item:hover::after {
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item.active::after {
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item.active {
  font-weight: 600;
  color: #2F81B7;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .left_nav_box .nav_item:hover {
  font-weight: 600;
  color: #2F81B7;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .iso_info_content {
  width: calc(100% - 214px);
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content {
    width: 100%;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content {
  background-color: #ffffff;
  width: 78.125%;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content.iso_info_content_content {
  padding-top: 0;
  width: 100%;
  padding: 0 !important;
  padding-left: 60px !important;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content.iso_info_content_content {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content {
    width: 100% !important;
    padding: 60px 10px !important;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box {
  margin-top: 40px;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container {
  padding-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container {
    box-sizing: border-box;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first {
  background-color: #F6F7F8;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first {
    flex-direction: column;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 {
  width: calc(100% - 503px);
  box-sizing: border-box;
  padding: 30px 39px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 {
    width: 100%;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 .info_title_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #121212;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 .infor_fist_desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #777777;
  opacity: 1;
  margin-bottom: 19px;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 .release_time_info {
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  color: #777777;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 .to_more {
  width: 104px;
  height: 34px;
  background: #F0A52E;
  opacity: 1;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .info_title_1 .to_more::after {
  content: '';
  width: 13px;
  height: 10px;
  background: url("../images/infor/arrow_right.png") no-repeat center center;
  background-size: 100%;
  margin-left: 6px;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .right_img {
  width: 503px;
  height: 245px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .right_img {
    width: 100%;
    height: auto;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_first .right_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item {
  border-bottom: 1px solid #F2F2F2;
  padding: 30px 0;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .info_list_item_box {
  width: 90%;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .info_list_item_box {
    width: 70%;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .info_list_item_box .infor_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  color: #121212;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .info_list_item_box .infor_desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #777777;
  opacity: 1;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .list_time {
  margin-left: 83px;
  width: 82px;
  height: 82px;
  background-color: #F2F2F2;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  color: #121212;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .list_time {
    margin-left: 10px;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content .info_list_box .info_list_container .info_list_item .list_time b {
  width: 10px;
  border-bottom: 1px solid #dddddd;
  margin: 6px 0;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content.say_standar .desc_box_info {
  margin-top: 40px;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content.say_standar .desc_box_info .echart_img {
  width: 714px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail .iso_info_content .info_content.say_standar .desc_box_info .echart_img {
    width: 100%;
  }
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content.say_standar .desc_box_info .echart_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iso_stander_content .info_content .iso_detail .iso_info_content .info_content.say_standar .desc_box_info .tip_echar {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  opacity: 1;
  text-align: center;
  margin-bottom: 26px;
}

.iso_stander_content .info_content .iso_detail_box {
  margin-top: 40px;
}

.iso_stander_content .info_content .iso_detail_box .iso_title, .iso_stander_content .info_content .iso_detail_box p:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
  opacity: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

.iso_stander_content .info_content .iso_detail_box .iso_desc, .iso_stander_content .info_content .iso_detail_box p:nth-child(2), .iso_stander_content .info_content .iso_detail_box p:nth-child(3), .iso_stander_content .info_content .iso_detail_box p:nth-child(4), .iso_stander_content .info_content .iso_detail_box p:nth-child(5), .iso_stander_content .info_content .iso_detail_box p:nth-child(6) {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #121212;
  opacity: 1;
  margin-top: 0;
}

.iso_stander_content .info_content .iso_detail_box .iso_img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail_box .iso_img {
    width: 100%;
    height: auto;
  }
}

.iso_stander_content .info_content .iso_detail_box .iso_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iso_stander_content .info_content .iso_detail_box .iso_li_tip {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  opacity: 1;
  margin-bottom: 3px;
  align-items: flex-start;
}

.iso_stander_content .info_content .iso_detail_box .iso_li_tip::before {
  content: "";
  padding: 6px;
  opacity: 1;
  border-radius: 2px;
  background: #2F81B7 url("../images/stander-worker/iso_tip.png") no-repeat center center;
  background-size: 5px 7px;
  margin-right: 13px;
  margin-top: 4px;
}

.iso_stander_content .info_content .iso_detail_box .img_table, .iso_stander_content .info_content .iso_detail_box p:nth-child(7) {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .info_content .iso_detail_box .img_table, .iso_stander_content .info_content .iso_detail_box p:nth-child(7) {
    width: 100%;
    height: 100%;
    height: auto;
  }
}

.iso_stander_content .info_content .iso_detail_box .img_table > img, .iso_stander_content .info_content .iso_detail_box p:nth-child(7) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iso_stander_content .ios_title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 28px;
}

.iso_stander_content .ios_title::after {
  content: "";
  width: 43px;
  height: 9.6px;
  background: url("../images/home/title_bottom.png") no-repeat center center;
  margin-top: 12px;
  background-size: 100% 100%;
}

.iso_stander_content .iso_5600_rich_box {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

.iso_stander_content .iso_5600_rich_box .iso_img_5600 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.iso_stander_content .iso_5600_rich_box .iso_img_5600 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_5600_rich_box .iso_img_5600 img {
    width: 100% !important;
  }
}

.iso_stander_content .iso_5600_rich_box .iso_5600_desc {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.iso_stander_content .iso_56005_rich_box .iso_56006_desc {
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_56005_rich_box .iso_56005_box_desc .iso_56002_rich_box {
    display: flex;
  }
}

.iso_stander_content .iso_56005_rich_box .iso_56005_box_desc .iso_56006_title {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
}

.iso_stander_content .iso_56005_rich_box .iso_56005_box_desc span {
  width: 25%;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_56005_rich_box .iso_56005_box_desc span {
    width: 100%;
  }
}

.iso_stander_content .iso_56005_rich_box .iso_56005_box_desc .item {
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_56005_rich_box .iso_56005_box_desc .item {
    flex-direction: column;
  }
}

.iso_stander_content .iso_56005_rich_box .img_box_56005 {
  width: 964px;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_56005_rich_box .img_box_56005 {
    width: 100%;
  }
}

.iso_stander_content .iso_tc_279_rich_box .iso_tc_279_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

.iso_stander_content .iso_tc_279_rich_box .tc_279_desc_list_box {
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_tc_279_rich_box .tc_279_desc_list_box {
    flex-direction: column;
  }
}

.iso_stander_content .iso_tc_279_rich_box .tc_279_desc_list_box .tc_279_desc_list {
  margin-top: 40px;
  width: 50%;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_tc_279_rich_box .tc_279_desc_list_box .tc_279_desc_list {
    width: 100%;
  }
}

.iso_stander_content .iso_tc_279_rich_box .tc_279_desc_list_box .tc_279_desc_list .title_tc_279 {
  font-size: 22px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 28px;
}

.iso_stander_content .iso_tc_279_rich_box .tc_279_desc_list_box .tc_279_desc_list .list_tc_279 {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .iso_img {
    padding: 0 30px;
  }
}

.iso_stander_content .down_box {
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_content .down_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.iso_stander_content .down_box .down_load {
  padding: 10px 20px;
  height: 36px;
  border: 1px solid #707070;
  opacity: 1;
  display: inline-flex;
  border-radius: 4px;
  cursor: pointer;
}

.iso_stander_content .down_box .down_load .icon_pdf {
  width: 21px;
  height: 24px;
  background: url("../images/iso-stander/pdf_icon.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 9px;
}

.iso_stander_content .down_box .down_load .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
  opacity: 1;
  margin-right: 10px;
}

.iso_stander_content .down_box .down_load::after {
  content: "";
  display: flex;
  width: 19px;
  height: 19px;
  background: url("../images/iso-stander/down_icon.png") no-repeat center center;
  background-size: 100% 100%;
}

.iso_stander_page .case_item {
  margin-bottom: 128px;
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page .case_item {
    padding: 0 20px;
    margin-top: 20px;
  }
}

.iso_stander_page .case_item .font_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: #121212;
  opacity: 1;
}

.iso_stander_page .case_item .font_title span::nth-child(2) {
  font-weight: normal;
}

.iso_stander_page .case_item .case_item_box {
  width: 78.125%;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page .case_item .case_item_box {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.iso_stander_page .case_item .case_item_box .img_case {
  width: 335px;
  height: 207px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page .case_item .case_item_box .img_case {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}

.iso_stander_page .case_item .case_item_box .case_info {
  flex: 1;
  box-sizing: border-box;
  padding-left: 47px;
  height: 207px;
  padding-right: 39px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page .case_item .case_item_box .case_info {
    width: 100%;
    padding: 0 15px;
  }
}

.iso_stander_page .case_item .case_item_box .case_info .title_case {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #121212;
  text-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  margin-top: 20px;
  line-height: 1;
  padding-bottom: 42px;
  position: relative;
}

.iso_stander_page .case_item .case_item_box .case_info .title_case::after {
  content: "";
  width: 50px;
  height: 0px;
  border: 4px solid #0B308D;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 25px;
}

.iso_stander_page .case_item .case_item_box .case_info .info_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 80px;
  margin-top: -17px;
  margin-bottom: 16px;
}

.iso_stander_page .case_item .case_item_box .case_info .to_link_more {
  padding: 10px 20px;
  height: 48px;
  border: 1px solid #0B308D;
  opacity: 1;
  border-radius: 6px;
}

.about_us_page .company_desc {
  margin-top: 60px;
}

.about_us_page .company_desc .company_desc_box {
  width: 78.125%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_desc .company_desc_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    word-break: break-all;
  }
}

.about_us_page .company_contact {
  width: 78.125%;
  margin: 0 auto;
  height: 309px;
  background: url("../images/about_us/about_info_bg.png") no-repeat center center;
  background-size: 100%;
  margin-bottom: 110px;
  display: table;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_contact {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    margin-bottom: 50px;
  }
}

.about_us_page .company_contact .left_box::before {
  content: '';
  display: flex;
  width: 391px;
  height: 49px;
  background: url("../images/logo.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 48px;
  margin-left: 90px;
  margin-bottom: 38px;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_contact .left_box::before {
    width: 200px;
    background-size: 100% auto;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.about_us_page .company_contact .left_box .item_left {
  margin-left: 90px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 33px;
  color: #FFFFFF;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_contact .left_box .item_left {
    line-height: 1;
    margin-left: 10px;
    font-size: 12px;
  }
}

.about_us_page .company_contact .left_box .item_left a {
  color: #FFFFFF;
}

.about_us_page .company_contact .left_box .item_left::before {
  content: '';
  width: 54px;
  height: 54px;
  background: url("../images/about_us/about_phone.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 29px;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_contact .left_box .item_left::before {
    width: 27.2px;
    margin-right: 10px;
    height: 27.2px;
  }
}

.about_us_page .company_contact .left_box .item_left:nth-child(2) {
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_contact .left_box .item_left:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.about_us_page .company_contact .left_box .item_left:nth-child(2)::before {
  content: '';
  background: url("../images/about_us/about_email.png") no-repeat center center;
  background-size: 100% 100%;
}

.about_us_page .company_contact .about_us_text {
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 166px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_contact .about_us_text {
    font-size: 16px;
    right: 36px;
  }
}

.paper_page .paper_list {
  padding: 0 120px;
  margin-top: 126px;
  margin-bottom: 122px;
}

@media screen and (max-width: 1100px) {
  .paper_page .paper_list {
    padding: 0 10px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.paper_page .paper_list .title {
  margin-left: 21px;
  font-size: 19px;
  font-weight: 500;
  height: 36px;
  color: #8495BF;
  opacity: 1;
  position: relative;
}

.paper_page .paper_list .title::before {
  position: absolute;
  left: -23px;
  top: -20px;
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background: #293146;
  border-radius: 50%;
  opacity: 1;
}

.paper_page .paper_list .list_box .item_paper {
  border-bottom: 1px solid #EDF0F5;
  position: relative;
  margin-top: 40px;
}

.paper_page .paper_list .list_box .item_paper::after {
  content: "";
  width: 314px;
  height: 0px;
  border: 2px solid #0B308D;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.paper_page .paper_list .list_box .item_paper .paper_left {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  opacity: 1;
  width: 80%;
}

.paper_page .paper_list .list_box .item_paper .paper_left .paper_title {
  width: 90%;
}

.paper_page .paper_list .list_box .item_paper .paper_left .paper_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  opacity: 0.6;
}

.paper_page .paper_list .list_box .item_paper .paper_left .paper_desc::before {
  content: "";
  display: flex;
  width: 12px;
  height: 14px;
  background: url("../images/paper_page/user_icon.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 5px;
}

.paper_page .paper_list .list_box .item_paper .time_show {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

.paper_page .paper_list .list_box .item_paper .time_show .num {
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  opacity: 1;
}

.paper_page .page_content {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .paper_page .page_content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .paper_page .page_content .pagination {
    transform: scale(1);
  }
}

.paper_page .page_content .pagination ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.paper_page .page_content .pagination ul li a {
  padding: 3px 11px;
  margin: 0 5px 0 0;
  box-shadow: none;
  border: 1px solid #E8E8E8;
  opacity: 1;
  border-radius: 6px;
  background: white;
  word-break: keep-all;
}

@media screen and (max-width: 1100px) {
  .paper_page .page_content .pagination ul li a {
    padding: 3px 6px;
    font-size: 12px;
  }
}

.paper_page .page_content .pagination ul li.active span {
  color: #ffffff !important;
  background-color: #0B308D;
  padding: 3px 11px;
  margin: 0 5px 0 0;
  box-shadow: none;
  border-color: transparent;
}

@media screen and (max-width: 1100px) {
  .paper_page .page_content .pagination ul li.active span {
    padding: 3px 6px;
    font-size: 12px;
  }
}

.paper_page .page_content .total_page {
  margin-left: 20px;
  line-height: 42px;
  text-align: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .paper_page .page_content .total_page {
    display: none;
  }
}

.paper_detail_page {
  margin-bottom: 83px !important;
}

.paper_detail_page .paper_content {
  width: 78.125%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 76px;
}

@media screen and (max-width: 1100px) {
  .paper_detail_page .paper_content {
    padding: 0 20px;
    width: 100%;
  }
}

.paper_detail_page .paper_content .papger_title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .paper_detail_page .paper_content .papger_title {
    font-size: 20px;
  }
}

.paper_detail_page .paper_content .paper_info {
  margin: 50px 0;
  padding: 10px 0;
  border-top: 1px solid #E7EBF0;
  border-bottom: 1px solid #E7EBF0;
}

@media screen and (max-width: 1100px) {
  .paper_detail_page .paper_content .paper_info {
    margin: 20px 0;
  }
}

.paper_detail_page .paper_content .paper_info .info_item_box {
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .paper_detail_page .paper_content .paper_info .info_item_box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.paper_detail_page .paper_content .paper_info .info_item_box .info_item {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 10px;
}

.paper_detail_page .paper_content .paper_info .info_item_box .info_item .label_title {
  flex: 1;
}

.paper_detail_page .paper_content .paper_info .info_item_box .info_item .label_content {
  width: 90%;
}

.paper_detail_page .paper_content .paper_info .info_item_box .info_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .paper_detail_page .paper_content .paper_info .info_item_box .info_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .paper_detail_page .paper_content .paper_info .info_item_box .info_item:last-child {
    margin-bottom: 10;
  }
}

.paper_detail_page .paper_content .zy .title_zy {
  font-size: 16px;
  color: #121212;
}

.paper_detail_page .paper_content .zy .zy_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .paper_detail_page .paper_content .zy .zy_desc {
    line-height: 1.4;
  }
}

.paper_detail_page .paper_content .paper_other_info {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  line-height: 30px;
}

.paper_detail_page .paper_content .paper_other_info P {
  margin: 0;
}

.paper_detail_page .next_btns {
  box-sizing: border-box;
  margin-top: 73px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  opacity: 1;
}

.paper_detail_page .next_btns .pre_page {
  padding: 0 20px;
  line-height: 42px;
  border: 1px solid #E7EBF0;
  opacity: 1;
  border-radius: 6px;
  color: #707070;
  margin-left: 14px;
}

.paper_detail_page .next_btns .pre_page:hover, .paper_detail_page .next_btns .pre_page.active {
  background-color: #0B308D;
  color: #ffffff;
}

.paper_detail_page .next_btns .pre_page:nth-child(1) {
  margin-left: 0;
}

.paper_detail_page .next_btns .total_page {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #707070;
  opacity: 1;
  margin-left: 20px;
}

.case_detail_page .case_detail {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail {
    width: 100%;
  }
}

.case_detail_page .case_detail .case_title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .case_title {
    padding: 0 20px;
  }
}

.case_detail_page .case_detail .case_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .case_desc {
    padding: 0 20px;
  }
}

.case_detail_page .case_detail .introduction {
  width: 100%;
  margin: 0 auto;
  background: url("../images/case_detail/desc_bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .introduction {
    width: 100%;
    background-size: auto auto;
  }
}

.case_detail_page .case_detail .introduction::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 25px;
  width: 30px;
  height: 27px;
  background: url("../images/case_detail/y_t.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .introduction::after {
    width: 17.2px;
    height: 16px;
    left: 15px;
    top: 15px;
  }
}

.case_detail_page .case_detail .introduction::before {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: 30px;
  height: 27px;
  background: url("../images/case_detail/y_b.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .introduction::before {
    width: 17.2px;
    height: 16px;
    right: 15px;
    bottom: 15px;
  }
}

.case_detail_page .case_detail .introduction p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  opacity: 1;
  box-sizing: border-box;
  padding: 39px 74px 39px 74px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .introduction p {
    padding: 30px;
    font-size: 12px;
  }
}

.case_detail_page .case_detail .rich_content {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail .rich_content {
    width: 100%;
    padding: 0  20px;
  }
}

.case_detail_page .case_detail .rich_content img {
  width: 100%;
}

.case_detail_page .case_detail.iso_tc_case_detail .title_279 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail.iso_tc_case_detail .title_279 {
    width: 100%;
  }
}

.case_detail_page .case_detail.iso_tc_case_detail .content_279 {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

.case_detail_page .case_detail.iso_tc_case_detail .content_box_279 {
  width: 100%;
  height: 181px;
  background: url("../images/iso-stander/content_bg.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
  padding: 39px 74px;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail.iso_tc_case_detail .content_box_279 {
    background-size: cover;
    height: auto;
  }
}

.case_detail_page .case_detail.iso_tc_case_detail .content_box_279::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 25px;
  background: url("../images/iso-stander/iso_yh.png") no-repeat center center;
  width: 30px;
  height: 27px;
  background-size: 100% 100%;
}

.case_detail_page .case_detail.iso_tc_case_detail .content_box_279::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 25px;
  background: url("../images/iso-stander/iso_yh.png") no-repeat center center;
  width: 30px;
  height: 27px;
  background-size: 100% 100%;
  transform: scale(-1);
}

.case_detail_page .case_detail.iso_tc_case_detail .content_ul {
  margin-top: 30px;
}

.case_detail_page .case_detail.iso_tc_case_detail .content_ul .content_li_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
  opacity: 1;
  margin-bottom: 20px;
}

.case_detail_page .case_detail.iso_tc_case_detail .content_ul .content_two_panel {
  padding: 0 60px;
}

@media screen and (max-width: 1100px) {
  .case_detail_page .case_detail.iso_tc_case_detail .content_ul .content_two_panel {
    padding: 0 20px;
  }
}

.case_detail_page .case_detail.iso_tc_case_detail .content_ul .content_two_panel .content_two_panel_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #121212;
  opacity: 1;
  margin-bottom: 20px;
  align-items: flex-start;
}

.case_detail_page .case_detail.iso_tc_case_detail .content_ul .content_two_panel .content_two_panel_title::before {
  content: "";
  display: flex;
  width: 5px;
  height: 20px;
  background: #0B308D;
  opacity: 1;
  border-radius: 2px;
  margin-right: 4px;
  margin-top: 3px;
}

.case_detail_page .case_detail.iso_tc_case_detail .content_ul .content_two_panel .content_detail {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
  margin-bottom: 20px;
}

.periodical_detail_page {
  margin-bottom: 53px !important;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page {
    padding: 0 10px !important;
  }
}

.periodical_detail_page .content_detail {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail {
    width: 100%;
    margin-top: 30px;
  }
}

.periodical_detail_page .content_detail .book_info {
  align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail .book_info {
    flex-direction: column;
  }
}

.periodical_detail_page .content_detail .book_info .images {
  width: 156px;
  height: 218px;
  background: transparent;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail .book_info .images {
    width: 70%;
    height: 303px;
    border-radius: 10px;
    overflow: hidden;
  }
  .periodical_detail_page .content_detail .book_info .images img {
    height: auto;
  }
}

.periodical_detail_page .content_detail .book_info .book_info_box {
  flex: 1;
  padding-left: 32px;
  box-sizing: border-box;
  padding-top: 10px;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail .book_info .book_info_box {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.periodical_detail_page .content_detail .book_info .book_info_box .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail .book_info .book_info_box .title {
    font-size: 28px;
  }
}

.periodical_detail_page .content_detail .book_info .book_info_box .label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  color: #121212;
  opacity: 1;
}

.periodical_detail_page .content_detail .book_info .book_info_box .jian_jie {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #121212;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: scroll;
  height: 160px;
  padding-right: 20px;
}

.periodical_detail_page .content_detail .book_info .book_info_box .jian_jie.xz_h {
  max-height: 110px;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail .book_info .book_info_box .jian_jie {
    width: 100%;
    overflow: auto;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
  }
}

.periodical_detail_page .content_detail .periodical_detail {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .periodical_detail_page .content_detail .periodical_detail {
    width: 100%;
  }
}

.communication_detail_page .communication_detail {
  width: 78.125%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .communication_detail_page .communication_detail {
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
  }
}

.communication_detail_page .communication_detail .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 1100px) {
  .communication_detail_page .communication_detail .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.communication_detail_page .communication_detail .model_box {
  margin-bottom: 20px;
}

.communication_detail_page .communication_detail .model_box .model_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 25px;
}

.communication_detail_page .communication_detail .model_box .mode_detail {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #121212;
  opacity: 1;
}

.standar_plan_page {
  margin-bottom: 82px !important;
}

.standar_plan_page ._top_banner {
  margin-bottom: 70px;
}

.standar_plan_page .stander_rich_text {
  width: 78.125%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #121212;
  opacity: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .standar_plan_page .stander_rich_text {
    width: 100%;
    padding: 0 20px !important;
  }
  .standar_plan_page .stander_rich_text img {
    width: 100% !important;
  }
}

.standar_plan_page .stander_rich_text .rich_title {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 60px;
  color: #121212;
  opacity: 1;
}

.standar_plan_page .stander_rich_text .table_img {
  margin: 0 auto;
  margin-bottom: 55px;
}

.standar_plan_page .stander_rich_text .table_img .plan_img {
  width: 800px;
}

@media screen and (max-width: 1100px) {
  .standar_plan_page .stander_rich_text .table_img .plan_img {
    width: 100%;
  }
}

.standar_plan_page .stander_rich_text .m_50 {
  margin: 50px 0;
}

.standar_recommend_page {
  margin-bottom: 92px !important;
}

.standar_recommend_page ._top_banner {
  margin-bottom: 80px;
}

@media screen and (max-width: 1100px) {
  .standar_recommend_page ._top_banner {
    margin-bottom: 40px;
  }
}

.standar_recommend_page .standar_recommend_text {
  width: 100%;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .standar_recommend_page .standar_recommend_text {
    flex-direction: column;
    padding: 0 20px;
    width: auto;
  }
}

.standar_recommend_page .standar_recommend_text .re_box_container {
  width: 71%;
}

@media screen and (max-width: 1100px) {
  .standar_recommend_page .standar_recommend_text .re_box_container {
    width: 100%;
  }
}

.standar_recommend_page .standar_recommend_text .recommend_nav {
  width: 220px;
  min-height: 298px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 20px 40px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 10px;
}

@media screen and (max-width: 1100px) {
  .standar_recommend_page .standar_recommend_text .recommend_nav {
    width: 100%;
    margin-bottom: 30px;
  }
}

.standar_recommend_page .standar_recommend_text .recommend_nav .select_title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  line-height: 60px;
  background: #0B308D;
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 21px;
}

.standar_recommend_page .standar_recommend_text .recommend_nav .select_ul {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  box-sizing: border-box;
  padding: 0 18px;
}

@media screen and (max-width: 1100px) {
  .standar_recommend_page .standar_recommend_text .recommend_nav .select_ul {
    width: 100%;
    height: 256px;
    overflow-y: scroll;
    margin-bottom: 30px;
  }
}

.standar_recommend_page .standar_recommend_text .recommend_nav .select_ul li {
  cursor: pointer;
  line-height: 1;
  padding: 14px 22px;
  transition: all linear 0.2s;
}

.standar_recommend_page .standar_recommend_text .recommend_nav .select_ul li .standar_type {
  width: 75%;
}

.standar_recommend_page .standar_recommend_text .recommend_nav .select_ul li:hover, .standar_recommend_page .standar_recommend_text .recommend_nav .select_ul li.active {
  background: rgba(255, 255, 255, 0.39);
  opacity: 1;
  border-radius: 10px;
  background-color: #EEF5FC;
}

.standar_recommend_page .standar_recommend_text .recommend_nav .select_ul li:hover::after, .standar_recommend_page .standar_recommend_text .recommend_nav .select_ul li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #0B308D;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.standar_recommend_page .standar_recommend_text .recommend_box {
  margin-left: 86px;
  display: none;
}

@media screen and (max-width: 1100px) {
  .standar_recommend_page .standar_recommend_text .recommend_box {
    width: 100%;
    margin-left: 0px;
  }
}

.standar_recommend_page .standar_recommend_text .recommend_box.show_recommend {
  display: block;
}

.standar_recommend_page .standar_recommend_text .recommend_box .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
}

.standar_recommend_page .standar_recommend_text .recommend_box .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
  color: #121212;
  opacity: 1;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .el-dialog__wrapper .el-dialog {
    width: 90% !important;
  }
}

.fill_info {
  background-color: rgba(18, 18, 18, 0.6);
}

.fill_info input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #121212 !important;
  font-size: 16px !important;
}

.fill_info.show_form {
  opacity: 1;
  pointer-events: all;
}

.fill_info .form_box {
  background: #ffffff;
  opacity: 1;
  box-sizing: border-box;
}

.fill_info .form_box .form_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  color: #121212;
  opacity: 1;
  text-align: center;
  margin-bottom: 57px;
}

.fill_info .form_box .item_input {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  color: #121212;
  opacity: 1;
  margin-bottom: 10px;
}

.fill_info .form_box .item_input .label {
  margin-right: 22px;
  width: 118px;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .fill_info .form_box .item_input .label {
    width: 52px;
  }
}

.fill_info .form_box .item_input .input_box {
  width: 446px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #E7EBF0;
  opacity: 1;
  border-radius: 6px;
  padding: 0px 10px;
  box-sizing: border-box;
}

.fill_info .form_box .item_input .input_box input {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .fill_info .form_box .item_input .input_box input {
    height: 26px;
    line-height: 1;
  }
}

@media screen and (max-width: 1100px) {
  .fill_info .form_box .item_input .input_box {
    width: 230px;
    height: 36px;
  }
}

.fill_info .form_box .submit_down {
  width: 204px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #0B308D;
  opacity: 1;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  margin-top: 30px;
}

.fill_info .form_box .submit_down.cancel {
  margin-left: 20px;
  background: #bebebe;
}

.news-paper .news_content {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}

.news-paper .news_content .title_box {
  border-bottom: 1px solid #E7EBF0;
  padding-bottom: 12px;
}

.news-paper .news_content .title_box .news_title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  margin-bottom: 19px;
}

.news-paper .news_content .title_box .news_time {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #777777;
  opacity: 1;
}

.news-paper .news_content .title_box .news_time .view_times {
  margin-right: 30px;
}

.news-paper .news_content .title_box .news_time .view_times:before {
  content: "";
  display: flex;
  width: 18px;
  height: 12px;
  background: url("../images/news-paper/view.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 2px;
}

.news-paper .news_content .title_box .news_time .create_time:before {
  content: "";
  display: flex;
  width: 15px;
  height: 15px;
  background: url("../images/news-paper/time.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 2px;
}

.news-paper .news_content .detail_news {
  margin-top: 25px;
}

.news-paper .news_content .detail_news .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px !important;
  color: #121212;
  opacity: 1;
  margin-bottom: 40px;
}

.news-paper .news_content .detail_news .img {
  width: 100%;
}

.news-paper .news_content .detail_news .img img {
  width: 100%;
}

.lang_en .header .header_box .logo img {
  width: 18.1875em !important;
}

.lang_en .header .link_box .link {
  font-size: 0.75em !important;
  margin-left: 1.5625em;
}

@media screen and (max-width: 1280px) {
  .lang_en .header .link_box .link {
    font-size: 0.75em !important;
  }
}

.lang_en .header .pannel {
  padding: 2.6875em 2em !important;
}

.lang_en .header .pannel_plan {
  transform: translateX(-49.2%) !important;
}

.lang_en .header .pannel_plan .ul_box {
  margin-right: 1.875em !important;
}

.lang_en .header .pannel_plan .ul_box:last-child {
  margin-right: 0 !important;
}

.lang_en .header .pannel_plan .ul_title {
  font-size: 0.875em !important;
}

.lang_en .header .pannel_plan .ul_title .ul_li {
  font-size: 0.75em !important;
}

.lang_en .page_index .plan_img_sevent_box .plan_img_sevent .plan_boxs .plan_item .title_plan {
  margin-top: 0.275em !important;
  margin-bottom: 0.2375em !important;
}

.jj_title {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 42px;
  color: #121212;
  opacity: 1;
  position: relative;
  height: 42px;
  display: inline;
}

@media screen and (max-width: 1100px) {
  .jj_title {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }
}

.jj_title::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(11, 48, 141, 0.4), rgba(238, 245, 252, 0.08) 40%);
}

.jj_desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .jj_desc {
    flex-direction: column;
  }
}

.jj_desc.left_move {
  padding-left: 20px;
}

.jj_title_3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #121212;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jj_title_3::before {
  content: "";
  display: flex;
  width: 5px;
  height: 20px;
  background: #0B308D;
  opacity: 1;
  border-radius: 2px;
  margin-right: 2px;
}

.jj_desc_33 {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #121212;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .jj_desc_33 {
    flex-direction: column;
  }
}

.jj_desc_33.left_move {
  padding-left: 20px;
}

.learn_materials_page {
  padding: 0 !important;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  .learn_materials_page .swiper_box {
    display: none !important;
  }
}

.learn_materials_page .swiper_box .banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .swiper_box .banner img {
    height: auto;
  }
}

.learn_materials_page .swiper_box .dot_pc {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 45px;
  z-index: 9999;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .swiper_box .dot_pc {
    bottom: 20px;
  }
}

.learn_materials_page .swiper_box .dot_pc .dot_item {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin-right: 25px;
}

.learn_materials_page .swiper_box .dot_pc .dot_item:last-child {
  margin-right: 0;
}

.learn_materials_page .swiper_box .dot_pc .dot_item.active::after {
  opacity: 1;
}

.learn_materials_page .swiper_box .dot_pc .dot_item::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all linear 0.2s;
}

.learn_materials_page .swiper_box_mobile {
  height: 100vh;
}

@media screen and (min-width: 1000px) {
  .learn_materials_page .swiper_box_mobile {
    display: none !important;
  }
}

.learn_materials_page .swiper_box_mobile .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.learn_materials_page .swiper_box_mobile .banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.learn_materials_page .learn_list {
  padding-top: 60px;
}

.learn_materials_page .learn_list .title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  flex-direction: column;
}

.learn_materials_page .learn_list .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url(../images/home/title_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 12px 0 7px 0;
}

.learn_materials_page .learn_list .content {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  width: 71.11111%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .content {
    width: 90%;
  }
}

.learn_materials_page .learn_list .list_box {
  padding-bottom: 100px;
}

.learn_materials_page .learn_list .list_box .learn_item {
  width: 71.11111%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .list_box .learn_item {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.learn_materials_page .learn_list .list_box .learn_item .info {
  width: calc(100% - 100px);
}

.learn_materials_page .learn_list .list_box .learn_item .info .title_info {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  line-height: 1;
  width: 70%;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .list_box .learn_item .info .title_info {
    width: 60%;
  }
}

.learn_materials_page .learn_list .list_box .learn_item .info .time {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.learn_materials_page .learn_list .list_box .learn_item::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/learn-materis/go_link.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(90deg);
}

.learn_materials_page .learn_list .new_list_box {
  width: 71.11111%;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box {
    width: 90%;
  }
}

.learn_materials_page .learn_list .new_list_box .group {
  margin-bottom: 20px;
}

.learn_materials_page .learn_list .new_list_box .group:last {
  margin-bottom: 0;
}

.learn_materials_page .learn_list .new_list_box .group .title_box {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
  line-height: 1;
  cursor: pointer;
}

.learn_materials_page .learn_list .new_list_box .group .title_box .title_show {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  width: 80%;
}

.learn_materials_page .learn_list .new_list_box .group .title_box.open_list:after {
  transform: rotate(0deg);
}

.learn_materials_page .learn_list .new_list_box .group .title_box:after {
  content: "";
  display: flex;
  width: 16px;
  height: 11px;
  background: url("../images/learn-materis/more_icon.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: all linear 0.2s;
}

.learn_materials_page .learn_list .new_list_box .group .group_list {
  height: 0;
  padding-top: 10px;
  transition: all linear 0.2s;
  overflow: hidden;
}

.learn_materials_page .learn_list .new_list_box .group .group_list.open {
  height: auto;
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item {
  padding: 12.5px 0;
  cursor: pointer;
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .learn_title {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 1;
  width: 80%;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .learn_title {
    width: 50%;
    font-size: 14px;
  }
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show {
  font-size: 14px;
  font-weight: 350;
  color: #777777;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show {
    font-size: 12px;
  }
}

.learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/learn-materis/go_link.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(90deg);
  margin-left: 44px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .new_list_box .group .group_list .learn_item .time_show::after {
    margin-left: 10px;
  }
}

.learn_materials_page .learn_list .video_list_box {
  margin-bottom: 60px;
  margin-top: 32px;
}

.learn_materials_page .learn_list .video_list_box .video_list {
  width: 71.11111%;
  margin: 0 auto;
  height: 320px;
  overflow-y: hidden;
  flex-wrap: wrap;
  padding: 0 12%;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .video_list_box .video_list {
    width: 90%;
    padding: 0;
  }
}

.learn_materials_page .learn_list .video_list_box .video_list.open_video_list {
  height: auto;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 3%;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .video_list_box .video_list .video_item {
    width: 100%;
    margin-right: 0;
  }
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item:nth-child(3n) {
  margin-right: 0;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .img_box {
  width: 100%;
  height: 200px;
  position: relative;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .img_box .play_time {
  width: 100%;
  line-height: 41px;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-right: 15px;
  text-align: right;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .v_info {
  box-sizing: border-box;
  padding: 20px;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .v_info .v_title {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
}

.learn_materials_page .learn_list .video_list_box .video_list .video_item .v_info .v_time {
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}

.learn_materials_page .learn_list .video_list_box .load_more {
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 28px;
}

.learn_materials_page .learn_list .video_list_box .load_more::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url("../images/learn-materis/more_load.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.2s;
  margin-left: 3px;
}

.learn_materials_page .learn_list .video_list_box .load_more.has_open::after {
  transform: rotate(180deg);
}

.learn_materials_page .learn_list .web_view {
  width: 71.11111%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .web_view {
    width: 90%;
    padding: 0;
    flex-direction: column;
  }
}

.learn_materials_page .learn_list .web_view .web_item {
  width: 20%;
  height: 384px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .web_view .web_item {
    width: 100%;
  }
}

.learn_materials_page .learn_list .web_view .web_item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.learn_materials_page .learn_list .web_view .web_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, #2F81B7 0%, #001B4D 100%);
}

.learn_materials_page .learn_list .web_view .content_web {
  flex-direction: column;
  position: absolute;
  justify-content: flex-start;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 58px;
  overflow: hidden;
  cursor: pointer;
}

.learn_materials_page .learn_list .web_view .content_web .circle {
  width: 41px;
  line-height: 41px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}

.learn_materials_page .learn_list .web_view .content_web .line_content {
  width: 1px;
  height: 65px;
  background: #ffffff;
  margin-bottom: 30px;
}

.learn_materials_page .learn_list .web_view .content_web .title_2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  height: 80px;
  text-align: center;
  padding: 0 20px;
}

.learn_materials_page .learn_list .web_view .content_web .more_detail {
  padding: 0 14px;
  height: 38px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  left: 10%;
  bottom: 65px;
}

.learn_materials_page .learn_list .web_view .content_web .more_detail::after {
  content: "";
  display: flex;
  width: 14px;
  height: 10px;
  background: url("../images/learn-materis/to_detail_right_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 5px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -500px;
  transition: all linear 0.2s;
  background-color: #0B308D;
  box-sizing: border-box;
  padding-top: 47px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .detail_title_content {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 27px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .detail_box {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .to_check {
  width: 103px;
  height: 38px;
  background: #F69A31;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  left: 10%;
  bottom: 65px;
}

.learn_materials_page .learn_list .web_view .content_web .detail_content .to_check::after {
  content: "";
  display: flex;
  width: 14px;
  height: 10px;
  background: url("../images/learn-materis/to_detail_right_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 5px;
}

.learn_materials_page .learn_list .web_view .content_web:hover .detail_content {
  bottom: 0;
}

.learn_materials_page .learn_list .case_list {
  overflow: hidden;
  margin-bottom: 85px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list {
    padding: 0 10px !important;
  }
}

.learn_materials_page .learn_list .case_list .list {
  margin-top: 43px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list {
    flex-direction: column;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 553px;
  height: 395px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .left_case {
    margin-bottom: 30px;
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/home/case_mask.png") no-repeat center center;
  background-size: 100% 100%;
}

.learn_materials_page .learn_list .case_list .list .left_case .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .left_case .pic {
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .logo_ht {
  width: 330px;
  height: 67px;
  background: url("../images/home/logo_ht.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 60px;
  margin-left: 30px;
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .recomment_label {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  line-height: 36px;
  background: #FD9F2D;
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 14px;
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .recomment_label::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 14px;
  height: 36px;
  background: url("../images/home/arrow_icon.png") no-repeat center center;
  background-size: 100% 100%;
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .desc_pic {
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  opacity: 1;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: 20px;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .desc_pic {
    margin-top: 20px;
  }
}

.learn_materials_page .learn_list .case_list .list .left_case .left_desc_box .to_more {
  width: 146px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background: #F5F5F5;
  opacity: 1;
  border-radius: 4px;
  font-weight: 400;
  color: #0B308D;
  opacity: 1;
  position: absolute;
  left: 50px;
  bottom: 36px;
}

.learn_materials_page .learn_list .case_list .list .right_case {
  margin-left: 19px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case {
    margin-left: 0px;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case {
  width: 553px;
  height: 188px;
  position: relative;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case .top_case {
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/home/case_3_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case .top_case img {
    width: 100%;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_img {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  margin: 0;
  text-align: right;
  box-sizing: border-box;
  padding-right: 38px;
}

@media screen and (max-width: 1100px) {
  .learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_img {
    font-size: 20px;
  }
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_case {
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

.learn_materials_page .learn_list .case_list .list .right_case .top_case .desc_case .desc_desc {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 1;
  padding-right: 38px;
  box-sizing: border-box;
}

.learn_materials_page .learn_list .case_list .list .right_case .bottom_case {
  margin-top: 17px;
}

.news_page_2 .news_content_2 {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1100px) {
  .news_page_2 .news_content_2 {
    width: 90%;
  }
}

.news_page_2 .news_content_2 .title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  flex-direction: column;
}

.news_page_2 .news_content_2 .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url(../images/home/title_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 12px 0 7px 0;
}

.news_page_2 .news_content_2 .list_news .item_new {
  width: 100%;
  height: 225px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .news_page_2 .news_content_2 .list_news .item_new {
    flex-direction: column;
    height: auto;
  }
}

.news_page_2 .news_content_2 .list_news .item_new .img_mox {
  width: 234px;
  height: 176px;
  box-sizing: border-box;
  padding: 0 25px;
}

@media screen and (max-width: 1100px) {
  .news_page_2 .news_content_2 .list_news .item_new .img_mox {
    width: 100%;
  }
}

.news_page_2 .news_content_2 .list_news .item_new .img_mox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_page_2 .news_content_2 .list_news .item_new .info {
  width: calc(100% - 243px);
  height: 176px;
}

@media screen and (max-width: 1100px) {
  .news_page_2 .news_content_2 .list_news .item_new .info {
    width: 84%;
    height: auto;
  }
}

.news_page_2 .news_content_2 .list_news .item_new .info .info_title {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  margin-top: 13px;
  line-height: 1;
}

.news_page_2 .news_content_2 .list_news .item_new .info .create_time {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin-top: 17px;
  margin-bottom: 22px;
  line-height: 1;
}

.news_page_2 .news_content_2 .list_news .item_new .info .detail {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  opacity: 0.6;
}

@media screen and (max-width: 1100px) {
  .news_page_2 .news_content_2 .list_news .item_new .info .detail {
    -webkit-line-clamp: unset;
    padding-bottom: 10px;
  }
}

.biao_zhun_shi_shi .stander_content {
  padding-top: 60px;
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 124px;
}

@media screen and (max-width: 1100px) {
  .biao_zhun_shi_shi .stander_content {
    width: 90%;
  }
}

.biao_zhun_shi_shi .stander_content .title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  flex-direction: column;
}

.biao_zhun_shi_shi .stander_content .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url(../images/home/title_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 12px 0 7px 0;
}

.biao_zhun_shi_shi .stander_content .content_detail {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin-top: 30px;
}

.biao_zhun_shi_shi .stander_content .items_box {
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .biao_zhun_shi_shi .stander_content .items_box {
    flex-direction: column;
  }
}

.biao_zhun_shi_shi .stander_content .items_box .item {
  width: 49%;
  height: 137px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 1100px) {
  .biao_zhun_shi_shi .stander_content .items_box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.biao_zhun_shi_shi .stander_content .items_box .item .info {
  width: calc(100% - 76px);
  align-items: flex-start;
  flex-direction: column;
}

.biao_zhun_shi_shi .stander_content .items_box .item .info .title {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
}

.biao_zhun_shi_shi .stander_content .items_box .item .info .content_info {
  font-size: 14px;
  font-weight: 300;
  color: #888888;
}

.biao_zhun_shi_shi .stander_content .items_box .item::before {
  content: "";
  display: flex;
  width: 76px;
  height: 76px;
  background: url("../images/iso-stander/icon_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 13px;
}

.biao_zhun_shi_shi .stander_content .items_box .item:nth-child(2)::before {
  height: 76px;
  background: url("../images/iso-stander/icon_2.png") no-repeat center center;
  background-size: 100% 100%;
}

.international_exchange_page2 .content_detail_box {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box {
    width: 90%;
  }
}

.international_exchange_page2 .content_detail_box .title {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  flex-direction: column;
}

.international_exchange_page2 .content_detail_box .title::after {
  content: '';
  width: 33px;
  height: 10px;
  background: url(../images/home/title_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 12px 0 7px 0;
}

.international_exchange_page2 .content_detail_box .block {
  margin-bottom: 70px;
}

.international_exchange_page2 .content_detail_box .block .detail_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  margin-top: 30px;
  margin-bottom: 70px;
}

.international_exchange_page2 .content_detail_box .block .list {
  margin-top: 30px;
}

.international_exchange_page2 .content_detail_box .block .list .list_item {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 30px;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box {
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .list .list_item .info_box {
    flex-direction: column;
  }
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box .left_img {
  width: 243px;
  height: 176px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .list .list_item .info_box .left_img {
    width: 100%;
  }
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info {
  width: calc(100% - 243px - 30px);
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info {
    width: 100%;
  }
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info .info_title {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info .info_title {
    flex-direction: column;
  }
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info .info_title .title_info {
  font-size: 22px;
  font-weight: 400;
  color: #121212;
  width: 70%;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info .info_title .time_create {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .info_box .info .desc {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  opacity: 0.6;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .video_box {
  margin-top: 22px;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .video_box .v_title {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 10px;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .video_box .v_items {
  flex-wrap: wrap;
}

.international_exchange_page2 .content_detail_box .block .list .list_item .video_box .v_items .v_item {
  height: 38px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #0B308D;
  font-size: 14px;
  font-weight: 400;
  color: #0B308D;
  line-height: 38px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .list .list_item .video_box .v_items .v_item {
    width: 100%;
    margin-right: 0;
  }
  .international_exchange_page2 .content_detail_box .block .list .list_item .video_box .v_items .v_item span {
    width: 90%;
  }
}

.international_exchange_page2 .content_detail_box .block .list .list_item .video_box .v_items .v_item:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/internation/play_icon.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 3px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .apply_list {
    flex-wrap: wrap;
  }
}

.international_exchange_page2 .content_detail_box .block .apply_list .arrow {
  width: 19px;
  height: 17px;
  background: url("../images/internation/arr_step.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .apply_list .arrow.hidden_mobild {
    display: none;
  }
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item {
  width: 22%;
  height: 236px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 22px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .apply_list .apply_item {
    width: 42%;
    margin-bottom: 10px;
  }
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item:before {
  content: "";
  width: 56px;
  height: 40px;
  background: url("../images/internation/st_1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item:nth-child(3):before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/internation/st_2.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item:nth-child(5):before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/internation/st_3.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item:nth-child(7):before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/internation/st_4.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 34px;
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item .title_apply {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .apply_list .apply_item .title_apply {
    font-size: 16px;
  }
}

.international_exchange_page2 .content_detail_box .block .apply_list .apply_item .info_box {
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .content_detail_box .block .apply_list .apply_item .info_box {
    font-size: 12px;
  }
}

.industry_page .info_content_box .info_content {
  transition: opacity linear 0.2s;
  position: absolute;
  left: 0%;
  transform: translateY(-5000%);
  opacity: 0;
  background-color: #ffffff;
  width: 78.125%;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
}

.industry_page .info_content_box .info_content.show_block {
  position: static;
  opacity: 1;
  left: 0;
  transform: none;
  display: block;
}

@media screen and (max-width: 1100px) {
  .industry_page .info_content_box .info_content {
    width: 100%;
    padding: 0px 10px;
  }
}

.industry_page .info_content_box .detail_info {
  background-color: #ffffff;
  width: 78.125%;
  box-sizing: border-box;
  padding: 60px 0;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .industry_page .info_content_box .detail_info {
    width: 100%;
    padding: 60px 10px;
  }
}

.industry_page .info_content_box .detail_info .detail_info_title_box {
  flex-direction: column;
  border-bottom: 1px solid #F2F2F2;
}

.industry_page .info_content_box .detail_info .detail_info_title_box .detail_info_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  opacity: 1;
  text-align: center;
}

.industry_page .info_content_box .detail_info .detail_info_title_box .info_release_time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  opacity: 1;
  margin: 15px 0;
}

.industry_page .info_content_box .detail_info .detail_box {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #121212;
  -webkit-text-stroke: 1 transparent;
  opacity: 1;
  padding: 0 60px;
  margin-top: 35px;
}

.industry_page .info_content_box .detail_info .detail_box p {
  text-indent: 32px;
}

@media screen and (max-width: 1100px) {
  .industry_page .info_content_box .detail_info .detail_box {
    padding: 0 20px;
  }
}

.industry_page .info_content_box .detail_info .down_list {
  margin-top: 20px;
  flex-direction: column;
}

.industry_page .info_content_box .detail_info .down_list .down_item {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #121212;
  opacity: 1;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  padding: 7px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.industry_page .info_content_box .detail_info .down_list .down_item::after {
  content: "";
  width: 10px;
  height: 13px;
  background: url("../images/infor/down_icon.png") no-repeat center center;
  background-size: 100%;
  margin-left: 18px;
}

.industry_page .info_content_box .detail_info .down_list .down_item .icon {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}

.industry_page .info_content_box .detail_info .down_list .down_item .icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
