@charset "UTF-8";
.page_index .case_list .list .left_case .left_desc_box .left_desc_img {
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .left_case .left_desc_box .left_desc_img {
    padding: 0 30px;
    margin-top: 30px;
  }
}

.page_index .case_list .list .left_case .left_desc_box .desc_pic {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .left_case .left_desc_box .desc_pic {
    font-size: 14px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .list .left_case .left_desc_box .to_more {
    left: 30px;
  }
}

.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 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

.page_index .case_list .list .right_case .bottom_case {
  border-radius: 10px;
  overflow: hidden;
}

.page_index .case_list .list .right_case .top_case {
  border-radius: 10px;
  overflow: hidden;
}

.page_index .case_list {
  width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
}

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

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

.page_index .case_list .title_left {
  font-size: 28px;
  color: #121212;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .title_left {
    margin-bottom: 20px;
  }
}

.page_index .case_list .list {
  margin-top: 50px;
  display: none;
}

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

.page_index .case_list .list.active {
  display: flex;
}

.page_index .case_list .tabs .tab {
  color: #666666;
  font-size: 16px;
  background-color: transparent;
  padding: 8px 16px;
  border-radius: 19px;
  cursor: pointer;
}

.page_index .case_list .tabs .tab.active, .page_index .case_list .tabs .tab:hover {
  background-color: #0B308D;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .page_index .case_list .tabs .tab {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.page_index .news_box {
  width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }
}

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

.page_index .news_box .title_left {
  font-size: 28px;
  color: #121212;
  font-weight: normal;
}

.page_index .news_box .tabs .tab {
  color: #666666;
  font-size: 16px;
  background-color: transparent;
  padding: 8px 16px;
  border-radius: 19px;
  cursor: pointer;
}

.page_index .news_box .tabs .tab.active, .page_index .news_box .tabs .tab:hover {
  background-color: #0B308D;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .tabs .tab {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.page_index .news_box .news_list {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list {
    flex-direction: column;
    margin-top: 20px;
  }
}

.page_index .news_box .news_list.active {
  display: block;
}

.page_index .news_box .news_list .news_item {
  background: #FFFFFF;
  width: 552.5px;
  height: 190px;
  border-radius: 10px;
  opacity: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding: 25px 23px;
  margin-right: 20px;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list .news_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }
}

.page_index .news_box .news_list .news_item:last-child {
  margin-right: 0;
}

.page_index .news_box .news_list .news_item .img {
  width: 186.97px;
  height: 140.56px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 25px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list .news_item .img {
    width: 100px;
    height: 100px;
  }
}

.page_index .news_box .news_list .news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_index .news_box .news_list .news_item .desc_box {
  width: calc(100% - 210px);
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list .news_item .desc_box {
    width: calc(100% - 125px);
  }
}

.page_index .news_box .news_list .news_item .desc_box .desc_title {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list .news_item .desc_box .desc_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.page_index .news_box .news_list .news_item .desc_box .desc_date {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 18px;
  line-height: 1;
  color: #121212;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list .news_item .desc_box .desc_date {
    margin-bottom: 10px;
  }
}

.page_index .news_box .news_list .news_item .desc_box .desc_detail {
  font-size: 16px;
  font-weight: 250;
  line-height: normal;
  color: #121212;
  opacity: 0.6;
}

@media screen and (max-width: 1100px) {
  .page_index .news_box .news_list .news_item .desc_box .desc_detail {
    font-size: 14px;
  }
}

.page_index .news_box .news_more_top {
  margin-top: 50px;
  width: 100%;
}

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

.page_index .news_box .news_more_top .news_more {
  display: flex;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  color: #121212;
  opacity: 0.6;
}

.content_detail_box .plan_desc {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 70px;
}

.content_detail_box .plan_desc .detail_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.content_detail_box .consultant_member {
  width: 78.125%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .content_detail_box .consultant_member {
    width: 90%;
  }
}

.content_detail_box .consultant_member .detail_content {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.content_detail_box .consultant_member .member_box_panel {
  padding-top: 40px;
}

.content_detail_box .consultant_member .member_box_panel .tabs {
  width: 340px;
  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) {
  .content_detail_box .consultant_member .member_box_panel .tabs {
    width: 100%;
  }
}

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

.content_detail_box .consultant_member .member_box_panel .tabs .tab.active, .content_detail_box .consultant_member .member_box_panel .tabs .tab:hover {
  background-color: #0B308D;
  color: #ffffff;
}

.content_detail_box .consultant_member .member_box_panel .member_box {
  margin-top: 25px;
  margin-bottom: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
}

.content_detail_box .consultant_member .member_box_panel .member_box.show_person {
  pointer-events: all;
  opacity: 1;
  position: static;
  transform: inherit;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item {
  flex-direction: column;
  align-items: flex-start;
  width: 355px;
  padding: 30px 0;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(226, 232, 248, 0.6039);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .avar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .avar img {
  width: 100%;
  object-fit: cover;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .person_name {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .person_mechanism {
  padding: 5px 8px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #0B308D;
  font-size: 14px;
  font-weight: 400;
  color: #0B308D;
  margin-bottom: 8px;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item .person_des {
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
  color: #7B7B7B;
  opacity: 1;
  overflow-y: scroll;
  height: 130px;
  box-sizing: border-box;
  margin: 0 21px;
}

@media screen and (max-width: 1100px) {
  .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 {
    flex-wrap: wrap;
  }
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 .member_item {
  width: 22%;
  margin-right: 3%;
}

.content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 .member_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box_2 .member_item {
    width: 42%;
  }
}

.sticky-element {
  position: -webkit-sticky;
  position: sticky;
  top: 5.7rem;
  z-index: 1;
  background: #ffffff;
}

@media screen and (max-width: 1100px) {
  .sticky-element {
    top: 55px;
  }
}

.xue_shu_yan_jiu_biaozhuan .content_list .list_item {
  height: auto;
}

.xue_shu_yan_jiu_biaozhuan .content_list .list_item .right_box {
  height: auto;
}

.xue_shu_yan_jiu_biaozhuan .content_list .list_item .buy_now {
  width: 146px;
  height: 45px;
  opacity: 1;
  /* 自动布局 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #F69A31;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 8px;
  margin-left: 150px;
}

.xue_shu_yan_jiu_biaozhuan .content_list .list_item .buy_now::after {
  content: "";
  display: flex;
  width: 13px;
  height: 10px;
  background: url("../images/newImages/arrow-right.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 14px;
}

.iso_tabs .iso_tab_item {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;
  border-radius: 19px;
  color: #666666;
  padding: 8px 16px;
  cursor: pointer;
  margin-right: 9px;
}

@media screen and (max-width: 1100px) {
  .iso_tabs .iso_tab_item {
    margin-right: 3px;
    font-size: 14px;
    padding: 4px 8px;
  }
}

.iso_tabs .iso_tab_item.active, .iso_tabs .iso_tab_item:hover {
  background-color: #0B308D;
  color: #ffffff;
}

.iso_stander_page_56005 .info_content .iso_detail {
  margin-top: 0;
}

.iso_stander_page_56005 .info_content .iso_detail .left_nav_box {
  margin-top: 80px;
}

.iso_stander_page_56005 .iso_info_content {
  padding-left: 62px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content {
    padding-left: 0;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso {
  transition: opacity linear 0.2s;
  position: absolute;
  left: 0%;
  transform: translateY(-5000%);
  opacity: 0;
  padding-top: 40px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso.show_block {
  position: static;
  opacity: 1;
  left: 0;
  transform: none;
  display: block;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .introduce_iso_title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 30px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .introduce_iso_content {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 60px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box {
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box {
    flex-direction: column;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item {
  width: 29%;
  margin-right: 4%;
  margin-bottom: 33px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(3n) {
  margin-right: 0;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item .effect_title {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background-color: #8C82B8;
  text-align: center;
  line-height: 36px;
  position: relative;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item .effect_title::before {
  content: "";
  width: 10px;
  min-height: 36px;
  background-color: #8C82B8;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
  transform-origin: left top;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item .effect_title::after {
  content: "";
  width: 10px;
  height: 36px;
  background-color: #8C82B8;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(15deg);
  transform-origin: right top;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item .effect_content {
  box-sizing: border-box;
  padding: 26px 30px;
  height: 117px;
  font-size: 14px;
  font-weight: normal;
  color: #121212;
  font-size: 14px;
  background-color: #F6F7F8;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(1) .effect_title {
  background-color: #8C82B8;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(1) .effect_title::before {
  background-color: #8C82B8;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(1) .effect_title::after {
  background-color: #8C82B8;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(2) .effect_title {
  background-color: #A191E5;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(2) .effect_title::before {
  background-color: #A191E5;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(2) .effect_title::after {
  background-color: #A191E5;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(3) .effect_title {
  background-color: #7F83E2;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(3) .effect_title::before {
  background-color: #7F83E2;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(3) .effect_title::after {
  background-color: #7F83E2;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(4) .effect_title {
  background-color: #86A2ED;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(4) .effect_title::before {
  background-color: #86A2ED;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(4) .effect_title::after {
  background-color: #86A2ED;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(5) .effect_title {
  background-color: #62A5E3;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(5) .effect_title::before {
  background-color: #62A5E3;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(5) .effect_title::after {
  background-color: #62A5E3;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(6) .effect_title {
  background-color: #54A5EF;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(6) .effect_title::before {
  background-color: #54A5EF;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .effect_box .effect_item:nth-child(6) .effect_title::after {
  background-color: #54A5EF;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .img_box {
  width: 100%;
  margin-top: 40px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .img_box img {
  width: 100%;
  height: auto;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .link_box {
  margin-top: 40px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .link_box .link_to {
  padding: 17px 35px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 25px;
  background-color: #0C308D;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content .introduce_iso .link_box .link_to {
    font-size: 14px;
    padding: 7px 15px;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .link_box .link_to::after {
  content: "";
  display: flex;
  width: 13px;
  height: 10px;
  background: url("../images/newImages/arrow-right.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 14px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content .introduce_iso .link_box .link_to::after {
    margin-left: 4px;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_title {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #121212;
  margin-bottom: 18px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_title::before {
  content: "Q";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #F0A52E;
  text-align: center;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0em;
  margin-right: 10px;
  color: #FFFFFF;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #777777;
  align-items: flex-start;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer .wrap {
  display: flex;
  width: calc(100% - 20px);
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer input[type="checkbox"]:checked + .content_p {
  -webkit-line-clamp: 999;
  /*设置一个足够大的行数就可以了*/
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer input[type="checkbox"]:checked + .content_p > .btn::before {
  content: "收起";
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer input[type="checkbox"]:checked + .content_p > .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #0B308D;
  border-top: 1px solid #0B308D;
  display: inline-block;
  transform: rotate(45deg) translateY(-1px) translateX(4px);
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer .content_p {
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.75;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer .content_p .btn {
  float: right;
  clear: both;
  padding: 0px;
  margin: 0;
  margin-top: -2px;
  margin-left: -4px;
  padding: 0 5px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer .content_p .btn::before {
  content: "展开";
  color: #0B308D;
  font-size: 14px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer .content_p .btn::after {
  transition: all 0.2s;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #0B308D;
  border-top: 1px solid #0B308D;
  display: inline-block;
  transform: rotate(-135deg) translateY(4px);
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer .content_p::before {
  content: '';
  float: right;
  width: 0;
  /*height: calc(100% - 24px);*/
  height: 100%;
  margin-bottom: -24px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .qa_list .qa_item .qa_answer::before {
  content: "A";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #0B308D;
  text-align: center;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0em;
  margin-right: 10px;
  color: #FFFFFF;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get {
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get {
    flex-direction: column;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  width: 30%;
  height: 300px;
  margin-right: 3%;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 3px 8px 0px rgba(226, 232, 248, 0.6);
  position: relative;
}

@media screen and (max-width: 1100px) {
  .iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item:last-child {
  margin-right: 0;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item.middle_card .title_box::before {
  content: "";
  display: flex;
  width: 21px;
  height: 21px;
  background: url("../images/newImages/card-img.png") no-repeat center center;
  background-size: 100% 100%;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .title_box {
  margin-bottom: 15px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .title_box::before {
  content: "";
  display: flex;
  width: 21px;
  height: 21px;
  background: url("../images/newImages/list-icon.png") no-repeat center center;
  background-size: 100% 100%;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .title_box .label_title {
  background-color: #DBEAFE;
  padding: 3px 5px;
  border-radius: 10px;
  font-size: 10px;
  color: #0B308D;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .title_box .label_title.green {
  background-color: #DCFCE7;
  color: #16A34A;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item:first-child .title_box::before {
  background: url("../images/newImages/earth-1.png") no-repeat center center;
  background-size: 100% 100%;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .title_two {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .price_label {
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 10px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .price {
  font-size: 20px;
  font-weight: 500;
  color: #0B308D;
  align-items: flex-end;
  margin-bottom: 10px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .coupon {
  font-size: 14px;
  font-weight: normal;
  color: #4B5563;
  background-color: #F6F7F8;
  padding: 5px;
  margin-bottom: 10px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .coupon .coupon_num {
  font-weight: 500;
  color: #000000;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .cankao {
  font-size: 14px;
  font-weight: normal;
  color: #0B308D;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .cankao::after {
  content: "";
  width: 18px;
  height: 24px;
  background: url("../images/newImages/to_look.png") no-repeat center center;
  background-size: 100% 100%;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .iso_get .iso_get_item .buy_now {
  width: calc(100% - 40px);
  line-height: 32px;
  border-radius: 5.42px;
  opacity: 1;
  display: block;
  margin: 0 auto;
  background-color: #0B308D;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.iso_stander_page_56005 .iso_info_content .introduce_iso .warn {
  font-size: 14px;
  font-weight: normal;
  font-size: 14px;
  color: #0B308D;
  background-color: #F6F7F8;
  padding: 10px;
}

.international_exchange_page2 .video_box {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 18px 25px;
  background: #FFFFFF;
  margin-bottom: 30px;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

.international_exchange_page2 .video_box .video_title {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
  margin-bottom: 20px;
}

.international_exchange_page2 .video_box .desc {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.international_exchange_page2 .video_box .video_content {
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .video_box .video_content {
    flex-direction: column;
  }
}

.international_exchange_page2 .video_box .video_content .video_item {
  width: 21%;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  .international_exchange_page2 .video_box .video_content .video_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.international_exchange_page2 .video_box .video_content .video_item .video_mask {
  width: 100%;
  height: 147px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.international_exchange_page2 .video_box .video_content .video_item .video_mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.international_exchange_page2 .video_box .video_content .video_item .video_mask .play_time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
  font-size: 10px;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
}

.international_exchange_page2 .video_box .video_content .video_item .title_v {
  font-size: 14px;
  font-weight: normal;
  color: #121212;
  padding: 14px 18px;
}

.international_exchange_page2 .video_box .video_content .video_item .time_show {
  font-size: 12px;
  font-weight: 300;
  padding-left: 14px;
  color: #777777;
}

.learn_materials_page .case_list {
  width: 1200px;
}

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

.learn_materials_page .case_list .list .left_case {
  width: 620px !important;
}

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

.about_us_page .company_desc {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 60px;
}

.about_us_page .company_desc .company_desc_box {
  width: 100%;
}

.about_us_page .company_desc .desc_box.mt_50px {
  margin-top: 50px;
}

.about_us_page .company_desc .desc_box .title {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: bold;
  margin-bottom: 10px;
}

.about_us_page .company_desc .desc_box .desc_detail {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.about_us_page .company_desc .desc_box .company_box {
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_desc .desc_box .company_box {
    flex-direction: column;
  }
}

.about_us_page .company_desc .desc_box .company_box .company_item {
  width: 18%;
  height: 115px;
  margin-bottom: 20px;
  margin-right: 2%;
}

.about_us_page .company_desc .desc_box .company_box .company_item:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_desc .desc_box .company_box .company_item {
    width: 100%;
    margin-right: 0;
    height: 120px;
    margin-bottom: 10px;
  }
}

.about_us_page .company_desc .desc_box .company_box .company_item .img_box {
  width: 100%;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 4px rgba(226, 232, 248, 0.6);
}

.about_us_page .company_desc .desc_box .company_box .company_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_us_page .company_desc .desc_box .company_box .company_item .company_title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #3D3D3D;
}

.about_us_page .company_desc .desc_box .cooperation_box {
  margin-bottom: 70px;
  margin-top: 28px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_desc .desc_box .cooperation_box {
    flex-direction: column;
  }
}

.about_us_page .company_desc .desc_box .cooperation_box .cooperation_item {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 30px;
  width: 48%;
  height: 168px;
  background: #ffffff;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(226, 232, 248, 0.6039);
}

@media screen and (max-width: 1100px) {
  .about_us_page .company_desc .desc_box .cooperation_box .cooperation_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about_us_page .company_desc .desc_box .cooperation_box .cooperation_item .img_log {
  width: 157px;
  height: 50px;
}

.about_us_page .company_desc .desc_box .cooperation_box .cooperation_item .img_log img {
  width: 100%;
}

.about_us_page .company_desc .desc_box .cooperation_box .cooperation_item .cooperation_desc {
  margin-right: 14px;
  width: 80%;
}

.about_us_page .company_desc .desc_box .cooperation_box .cooperation_item .cooperation_desc .cooperation_title {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  margin-bottom: 13px;
}

.about_us_page .company_desc .desc_box .cooperation_box .cooperation_item .cooperation_desc .cooperation_p {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
}

.xue_shu_yan_jiu_huiyi .content_list, .xue_shu_yan_jiu_lunwen .content_list, .xue_shu_yan_jiu_xuezhe .content_list, .xue_shu_yan_jiu_zhuanzhu .content_list, .xue_shu_yan_jiu_qikan .content_list {
  padding-bottom: 0 !important;
}

.xue_shu_yan_jiu_jieshao .content_detail_box .consultant_member .member_box_panel .member_item_box.member_item_box_2 {
  justify-content: center !important;
}

.page_learn_plan .content_detail_box .consultant_member .member_box_panel .member_box .member_item_box .member_item {
  height: 387px !important;
}
