body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.c8c9ba7 {
  color: #8c9ba7;
}

.c07A1E3 {
  color: #07A1E3;
}

.mgr56 {
  margin-right: 56px;
}

.mgr60 {
  margin-right: 60px;
}

.mgl32 {
  margin-left: 32px;
}

.mgl50 {
  margin-left: 50px;
}

.mgl60 {
  margin-left: 60px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt21 {
  padding-top: 21px;
}

.f28 {
  font-size: 28px;
}

.lh40 {
  line-height: 40px;
}

.fwn {
  font-weight: normal;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-line-break: auto;
  -webkit-box-orient: vertical;
}

.header_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 101;
}

.header_wrap .message_area {
  position: relative;
  height: 30px;
  width: 100%;
  background-color: #fff;
  line-height: 30px;
  padding-right: 30px;
  color: #ff9900;
  box-sizing: border-box;
  overflow: hidden;
}

.header_wrap .message_area .po_a {
  position: absolute;
  right: -100%;
  height: 30px;
  text-align: left;
}

.header_wrap .message_area .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url('../images/wh_sjplatform/icon_tips_bg_01.png') center no-repeat;
  background-size: 16px;
  vertical-align: sub;
}

.header_wrap .message_area .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  padding: 7px;
  background: #fff url('../images/wh_sjplatform/icon_tips_bg_close.png') center no-repeat;
  background-size: 16px;
  z-index: 19;
}

.header_wrap.scroll {
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}

.header_wrap.scroll .head_nav a {
  color: #333;
}

.header_wrap.scroll .head_nav.on::before,
.header_wrap.scroll .head_nav:hover::before {
  left: 3px;
  width: calc(100% - 6px);
  background-color: #07A1E3;
  transition: all 0.3s ease-in;
}

.header_wrap.scroll .head_nav.on a,
.header_wrap.scroll .head_nav:hover a {
  color: #07A1E3;
}

.header_wrap.scroll .user_info a {
  color: #282828;
  line-height: 44px;
}

.header_wrap.scroll .user_down {
  border-color: #5BB2F6;
}

.header_wrap.scroll .user_down:hover a {
  color: #fff;
  background-color: #5BB2F6;
}

.header_wrap.scroll .user_down a {
  color: #319EF4;
  border-radius: 3px;
}

.header_wrap .no_top {
  z-index: 121;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -12px;
}

.header_wrap .logo {
  width: 236px;
  height: 80px;
  margin-top: -18px;
}

.header_wrap .head_nav {
  position: relative;
  margin: 0 13px;
}

.header_wrap .head_nav::before {
  position: absolute;
  content: '';
  bottom: -7px;
  left: calc(50% - 3px);
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-in;
}

.header_wrap .head_nav.on::before,
.header_wrap .head_nav:hover::before {
  left: 3px;
  width: calc(100% - 6px);
  transition: all 0.3s ease-in;
}

.header_wrap .head_nav.more {
  padding-right: 15px;
  background: url('../images/wh_sjplatform/icon_head_more.png') center right no-repeat;
}

.header_wrap .head_nav a {
  display: block;
  line-height: 25px;
  color: #fff;
}

.header_wrap .user_down {
  margin-top: 7px;
  margin-left: 28px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.header_wrap .user_down.login a {
  width: unset;
  padding: 0 20px;
}

.header_wrap .user_down:hover {
  border-color: #fff;
}

.header_wrap .user_down:hover a {
  color: #396FFF;
  background-color: #fff;
}

.header_wrap .user_down a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 3px;
}

.header_wrap .user_info {
  height: 44px;
}

.header_wrap .user_info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.header_wrap .user_info a {
  color: #fff;
  line-height: 44px;
}

.banner_wrap {
  height: 587px;
}

.banner_wrap .silde {
  width: 100%;
  height: 100%;
  background-position: center;
}

@keyframes imgin {
  0% {
    opacity: 0;
    transform: scale(1.06);
    transform-origin: 50% 50%;
  }

  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%;
  }
}

.footer_wrap {
  width: 100%;
  height: 130px;
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #F8F9FB;
  box-sizing: border-box;
}

.footer_wrap .footer_nav {
  position: relative;
  padding: 0 16px 0 14px;
}

.footer_wrap .footer_nav::before {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  width: 1px;
  height: 13px;
  background-color: #E6E6E6;
}

.footer_wrap .footer_nav a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #555;
}

.footer_wrap .footer_nav:last-of-type::before {
  display: none;
}

.footer_wrap .w1200 .mgt20.c555 a {
  color: #555;
}

.transform {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  /* Other transform properties here */
}

.swiper-container {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 66px;
}

.swiper-pagination-bullet {
  width: 51px;
  height: 4px;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.54);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: width 10s linear;
}

.banner_wrap .silde a {
  display: block;
  width: 100%;
  height: 100%;
}

/* .navLoginRect {
  margin-top: 7px;
} */

.navLoginRect .loginBtn {
  display: block;
  width: 65px;
  height: 32px;
  border: #2487d5 solid 1px;
  background: #2196f3;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}

.navLoginRect .loginBtn:hover {
  background: #188ce9;
}

.header_wrap.scroll {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.06);
}

.header_wrap .head_nav {
  position: relative;
}

.header_wrap .head_nav:hover .more_item {
  display: block;
}

.header_wrap .head_nav .more_item {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  padding-top: 10px;
}

.header_wrap .head_nav .more_item .list {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
}

.header_wrap .head_nav .more_item .list a {
  display: block;
  font-size: 14px;
  color: #222;
  line-height: 36px;
}

.header_wrap .head_nav .more_item .list a:hover {
  color: #07A1E3;
}

.header_wrap .user_down a {
  border-radius: 1px;
}

/* start */

.resource_top .resource_tilte,
.instrument_top .instrument_tilte,
.case_top .case_tilte {
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  font-weight: normal;
  color: #222;
}

.content_dynamic {
  margin-top: 81px;
}

.dynamic_con_left {
  position: relative;
  width: 584px;
  height: 330px;
}

.resource_con_left_cut {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 584px;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 12px 12px 10px 12px;
  background: rgba(0, 0, 0, .5);
  box-sizing: border-box;
}

.zjl_tab {
  width: 585px;
  background-color: #fff;
}

.zjl_tab_select {
  position: relative;
}

.zjl_select {
  border-bottom: 1px solid #c0d4eb;
  opacity: 0.73;
  box-sizing: border-box;
}

.zjl_select_item {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  padding: 0 5px 14px;
  margin-left: 27px;
  color: #333333;
  list-style: none;
  cursor: pointer;
}

.zjl_select_item:first-child {
  margin-left: 0;
}

.zjl_select_item.on {
  color: #396fff;
}

.zjl_select_item.on::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
  display: inline-block;
  width: 95px;
  height: 18px;
  background: #e8f0ff;
  z-index: -1;
}

.zjl_select_item.on::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 95px;
  height: 2px;
  background: #107cfb;
}

.zjl_select_more {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #3D7EFF;
  text-decoration: none;
}

.zjl_select_con {
  padding-top: 3px;
}

.zjl_select_con_item {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 0;
  list-style: none;
  border-bottom: 1px dashed #bfd0e5;
  box-sizing: border-box;
}

.zjl_item_con {
  display: inline-block;
  width: 514px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zjl_select_con_item .jump {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #555555;
  text-decoration: none;
}

.zjl_select_con_item .time {
  float: right;
  color: #b2b2b2;
  font-style: normal;
}

.zjl_select_con_item .jump:hover {
  color: #258DDA;
}

.content_resource {
  margin-top: 70px;
}

.content_instrument {
  margin-top: 70px;
}

.dynamic_slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.resource_bottom {
  margin-top: 22px;
}

.resource_con_right {
  padding-left: 614px;
}

.resource_con_item {
  margin-left: 30px;
}

.resource_con_item:nth-child(2n+1) {
  margin-left: 0px;
}

.resource_con_item:nth-child(n+3) {
  margin-top: 30px;
}

.resource_con_bottom {
  margin-top: 30px;
}

.resource_con_bottom_item {
  width: 278px;
  height: 86px;
  font-size: 12px;
  line-height: 20px;
  background: #EFF7FF;
  margin-left: 29px;
}

.resource_con_bottom_item:nth-child(4n+1) {
  margin-left: 0;
}

.resource_con_bottom_item:nth-child(n+5) {
  margin-top: 30px;
}

.resource_con_tottom_icon {
  width: 57px;
  height: 42px;
}

.resource_con_bottom_img1 {
  margin: 22px 2px 0 8px;
}

.resource_con_bottom_img2 {
  margin: 25px 9px 25px 21px;
}

.resource_con_bottom_img3 {
  margin: 16px 10px 16px 49px;
}

.resource_con_bottom_img4 {
  margin: 24px 10px 24px 24px;
}

.instrument_con_bottom_tilte {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-top: 22px;
  margin-bottom: 7px;
  color: #222222;

}

.instrument_top .instrument_tilte_list {
  line-height: 45px;
  padding-left: 157px;
}

.instrument_top .instrument_tilte_item {
  float: left;
  position: relative;
  font-size: 16px;
  padding: 0 15px;
  color: #333333;
  cursor: pointer;
}

.instrument_top .instrument_tilte_item.active {
  color: #396FFF;
}

.instrument_top .instrument_tilte_item.active::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 62px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #107CFB;
}

.title_before_icon::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: #1C8AEF;
  vertical-align: middle;
}

.instrument_bottom {
  margin-top: 22px;
}

.instrument_bottom .instrument_con_item {
  float: left;
  width: 380px;
  height: 154px;
  margin-left: 30px;
  background: #EEF8FF;
}

.instrument_bottom .instrument_con_item:nth-child(3n+1) {
  margin-left: 0px;
}

.instrument_bottom .instrument_con_item:nth-child(n+4) {
  margin-top: 30px;
}

.instrument_con_img {
  float: left;
  width: 72px;
  height: 72px;
  margin-left: 42px;
  margin-top: 42px;
}

.instrument_con_describe {
  padding: 38px 42px 0 142px;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.instrument_con_tilte {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #222222;
  margin-bottom: 2px;
}

.content_case {
  margin-top: 74px;
  margin-bottom: 62px;
}

.case_top {
  position: relative;
}

.case_top .zjl_select_more {
  top: 18px;
}

.case_top .case_tilte_list {
  line-height: 45px;
  padding-left: 157px;
}

.case_top .case_tilte_item {
  float: left;
  position: relative;
  font-size: 16px;
  padding: 0 15px;
  color: #333333;
  cursor: pointer;
}

.case_top .case_tilte_item.active {
  color: #396FFF;
}

.case_top .case_tilte_item.active::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 96px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #107CFB;
}

.case_con_item {
  width: 380px;
  height: 297px;
  margin-top: 23px;
  margin-left: 30px;
}

.case_con_item:nth-child(3n+1) {
  margin-left: 0;
}

.case_con_top {
  position: relative;
}

.case_img {
  width: 380px;
  height: 218px;
}

.case_con_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  background: #107CFB;
}

.case_con_title::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-bottom: 6px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 11px;
}

.case_con_title::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-bottom: 6px;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 11px;
}


.case_con_bottom {
  display: flex;
  width: 380px;
  height: 80px;
  padding: 0 52px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #222222;
  background: #EEF8FF;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.jump_entrance {
  display: inline-block;
  width: 100%;
  height: 100%;
}


/* end */



.Tools_slide_wp {
  position: relative;
  width: 100%;
  height: 100%;
}

.Tools_slide_itemWp,
.Tools_slide_item {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.Tools_slide_item {
  position: absolute;
}

.Tools_slide_wp.m_mantle {
  width: 584px;
  height: 330px;
  overflow: hidden;
}

.Tools_slide_pointWp {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 5
}

.Tools_slide_point {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 1px white;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 8px;
}

.Tools_slide_on_p {
  background: white;
}

.Tools_slide_itemWp {
  position: relative;
}

.Tools_slide_item {
  transform: translateZ(0);
  z-index: 1;
}

.m_mantle .Tools_slide_itemWp li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.m_mantle .Tools_slide_itemWp li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  text-indent: 25px;
  font-size: 14px;
  line-height: 52px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}

.m_mantle .Tools_slide_pointWp {
  width: auto;
  text-align: right;
  right: 10px;
}

.m_mantle .Tools_slide_point {
  background: #9B9B9B;
  border: 0;
  margin: 0 4px;
}

.m_mantle .Tools_slide_on_p {
  background: white;
}

.m_info {
  width: 370px;
}

.ld_g_m_info .infotabtit a.pdl0 {
  padding-left: 0;
}

.mgr40 {
  margin-right: 40px;
}

.m_photoinfo {
  height: 320px;
}

.ld_g_m_info .site_more {
  float: right;
}

.ld_g_m_info .infotabtit {
  float: left;
}

.ld_g_m_info .infotabtit a {
  display: inline-block;
  font-size: 24px;
  color: #47A7F0;
  line-height: 54px;
  padding: 0 30px;
}

.ld_g_m_info .infotabtit a.on {
  background: #47A7F0;
  color: #fff;
}

.ld_g_m_info .cont {
  font-size: 16px;
  line-height: 16px;
}

.ld_g_m_info .cont li {
  margin-bottom: 18px;
}

.ld_g_m_info .cont li:last-child {
  margin-bottom: 0;
}

.ld_g_m_info .cont li a {
  color: #222;
}

.ld_g_m_info .cont li a:hover {
  color: #47A7F0;
}

.ld_g_m_info .cont li .time {
  float: right;
}

.ld_g_m_info .cont li .ld_txt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 256px;
  white-space: nowrap;
}

/* lym 2022.3.12 武汉双减首页 gai start */
.content_instrument .jump_entrance{
  cursor: initial;
}
.banner_wrap{
  height: 500px;
}
/* lym 2022.3.12 武汉双减首页 gai end */
/* 2022/04/10 双减首页修改 :Start */

.pat_lit_ban .resource_con_item:hover {
  transform: scale(1.06);
  transition: transform .32s;
}
.pat_lit_ban .resource_con_item {
  width: 278px;
  height: 150px;
  transform: scale(1);
  transition: transform .32s;
}
.pat_lit_ban .resource_con_item a {
  display: block;
  height: 100%;
}
.pat_lit_ban .resource_con_item img {
  width: 100%;
  height: 100%;
}
.resource_con_right.pdl0 {
  padding-left: 0;
}

.w_586 {
  width: 586px;
}

.zjl_select_con_item:last-of-type {
  border-color: transparent;
}

.resource_con_bottom_img {
  margin-left: 18px;
  margin-right: 10px;
}

.pat_res_wrap .resource_con_bottom_item {
  position: relative;
  top: 0;
  transition: all .3s;
}
.pat_res_wrap .resource_con_bottom_item:hover {
  top: -6px;
  transition: all .3s;
}

.pat_res_wrap .resource_con_bottom_item:hover .jump_entrance h3,
.pat_res_wrap .resource_con_bottom_item:hover .jump_entrance p {
  color: #396fff;
}
.pat_res_wrap .resource_con_bottom_item .jump_entrance {
  display: block;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
}

.pat_res_wrap .resource_con_bottom_item .instrument_con_bottom_tilte {
  width: 200px;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item {
  position: relative;
  top: 0;
  width: 224px;
  height: 124px;
  margin-left: 20px;
  transition: all .35s;
}
.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item:hover {
  top: -8px;
  transition: all .35s;
}
.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item:hover h3,
.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item:hover p {
  color: #396fff;
}

.instrument_con_list.pat_fix .instrument_con_item .jump_entrance {
  padding: 27px 15px 28px 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.instrument_con_list.pat_fix .instrument_con_item .jump_entrance .instrument_con_img {
  width: 48px;
  height: 48px;
  margin: 0;
  margin-top: 9px;
}

.instrument_con_list.pat_fix .instrument_con_item .jump_entrance .instrument_con_describe {
  width: calc(100% - 66px);
  padding: 0;
  margin-left: 13px;
  font-size: 12px;
}

.instrument_con_list.pat_fix .instrument_con_item .jump_entrance .instrument_con_describe p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-line-break: auto;
  -webkit-box-orient: vertical;
}

.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item .instrument_con_tilte {
  font-size: 18px;
  font-weight: 400;
}

.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item:nth-child(n+4) {
  margin-top: 0;
}

.instrument_bottom .instrument_con_list.pat_fix .instrument_con_item:nth-child(5n) {
  margin-right: 0;
}

.content_case .pat_little_banner:hover {
  transform: scale(1.05);
  transition: transform .3s;
}
.content_case .pat_little_banner {
  width: 588px;
  height: 151px;
  margin-right: 23px;
  margin-bottom: 20px;
  transform: scale(1);
  transition: transform .3s;
}

.content_case .pat_little_banner img {
  width: 100%;
  height: 100%;
}

.content_case .pat_little_banner:nth-of-type(2n) {
  margin-right: 0;
}

.pat_long_item .zjl_item_con {
  width: 98%;
}
/* 2022/04/10 双减首页修改 :End */

/* 2022.04.12 新增无数据弹窗 */
.xds_nocont_dialog .no_cont_bg {
  width: 196px;
  height: 159px;
  margin: 0 auto;
  background: url(../images/wh_sjplatform/xds/xds_nocontentBg_dialog.png) no-repeat top center;
}
.xds_nocont_dialog .des {
  font-size: 20px;
  color: #888;
  margin-top: 17px;
  text-align: center;
}
.xds_nocont_dialog [name="close_btn"] {
  display: inline-block;
  background: #009DFD;
  width: 93px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 3px;
  margin-top: 47px;
  text-align: center;
}
/* 2022.04.12 新增无数据弹窗 */


/* 2022.04.15 首页 */
.xds_pat_lit_ban.pat_lit_ban .resource_con_item {
  width: 584px;
  height: 110px;
  margin-left: 0;
  margin-bottom: 20px;
}
.zjl_select_con_item:last-of-type {
  border-bottom: 1px dashed #bfd0e5;
}
.xds_cate_list {
  margin-right: -30px;
  margin-top: 40px;
}
.xds_cate_list .item {
  float: left;
  width: 585px;
  height: 150px;
  margin-right: 30px;
  margin-top: 30px;
  transition: transform .32s;
}
.xds_cate_list .item:hover{
  transform: scale(1.06);
  transition: transform .32s;
}
.xds_cate_list .item  img {
  width: 100%;
  height: 100%;
}
/* 2022.04.15 首页 */

/* 2022/04/29 增加body的一处隐藏 :Start */
.xds_cate_list {
  margin-right: 0;
}
.xds_cate_list .item:nth-of-type(2n) {
  margin-right: 0;
}
/* 2022/04/29 增加body的一处隐藏 :End */


/* 20221008 */
.banner_wrap {
  position: relative;

}
.xds_anchorPoint_tab {
  position: absolute;
  width: 1200px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 99;
}
.xds_anchorPoint_tab > .tab_item {
  float: left;
  width: 298px;
  height: 72px;
  margin-right: 2px;
  line-height: 72px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.xds_anchorPoint_tab > .tab_item.on, .xds_anchorPoint_tab > .tab_item:hover {
  background: #107CFB;
}
.xds_anchorPoint_tab .tab_item:first-child {
  border-radius: 20px 0 0;
}
.xds_anchorPoint_tab .tab_item:last-child {
  border-radius: 0 20px 0 0;
}
.xds_fourBigArea  {
  margin-right: -20px;
}
.xds_fourBigArea .xds_cate_list {
  margin-top: 0;
}
.xds_fourBigArea .xds_cate_list > .item {
  width: 285px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}
.xds_content_resource .pat_res_wrap {
  margin-right: -25px;
}
.xds_content_resource .resource_con_bottom_item {
  width: 225px;
  height: 112px;
  margin-right: 20px;
  margin-left: 0;
  border-radius: 8px;
}
.xds_content_resource .resource_con_bottom_item:nth-child(n+5) {
  margin-top: 0;
}
.xds_content_resource .resource_con_bottom_item:nth-child(n+6) {
  margin-top: 30px;
}
.xds_content_resource .resource_con_bottom_item .jump_entrance {
 padding-top: 35px;
 padding-right: 18px;
}
.xds_content_resource .resource_con_bottom_item .instrument_con_bottom_tilte {
  width: 130px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.xds_content_instrument  .instrument_con_list.pat_fix .instrument_con_item {
  border-radius: 8px;
}
/* .xds_content_resource  .resource_con_bottom_item .instrument_con_bottom_tilte {
  font-weight: 600;
} */
.xds_content_instrument .instrument_con_tilte {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.xds_content_instrument .instrument_con_list.pat_fix .instrument_con_item .jump_entrance .instrument_con_describe p {
  -webkit-line-clamp: 3;
  line-height: 18px;
  margin-top: 5px;
}
.xds_content_case .pat_little_banner {
  border-radius: 8px;
  overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 72px;
}
.xds_dynamic_cont {
  margin-top: 18px;
}
.xds_left_tab .tab_item {
  width: 225px;
  height: 62px;
  line-height: 62px;
  background: #EFF7FF;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
}
.xds_left_tab .tab_item.on,.xds_left_tab .tab_item:hover {
  background: #107CFB;
}

.xds_left_tab .tab_item > a {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.xds_left_tab .tab_item.on > a,.xds_left_tab .tab_item:hover a  {
  color: #fff;
}
.xds_tabCont_wrap {
  width: 957px;
  height: 278px;
  background: #EFF7FF;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.xds_tabCont_wrap .res_cont {
  padding: 5px 20px;
}
.xds_tabCont_wrap .res_cont .item {
  padding: 15px 0;
  border-bottom: 1px dashed #BFD0E5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xds_tabCont_wrap .res_cont .item:last-child {
  border-bottom: none;
}
.xds_tabCont_wrap  .item > a {
  color: #222;
  font-size: 16px;
}
.xds_tabCont_wrap  .item:hover a {
  color: #107CFB;
}
.xds_tabCont_wrap .item:first-child a {
  padding-left: 23px;
  background: url(../images/wh_sjplatform/xds/v1008/hot_item.png) no-repeat left center;
}
.xds_tabCont_wrap .area_list_box {
  position: relative;
  background: #fff;
  margin: 10px 10px 0 10px;
  padding: 0 35px;
  height: 62px;
  border-radius: 10px;
}
.xds_tabCont_wrap {
  position: relative;
}
/* .xds_tabCont_wrap .swiper-container{
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
} */
.xds_tabCont_wrap .area_list_box .swiper-slide {
  padding:10px 0px;
  text-align: center;
  box-sizing: border-box;
}

.xds_tabCont_wrap .area_list_box .num {
  color: #222;
  font-size: 16px;
}
.xds_tabCont_wrap .area_list_box .text {
  color: #555;
  font-size: 16px;
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
}
/* .xds_tabCont_wrap .swiper-slide-active .num {
  color: #107CFB;
}
.xds_tabCont_wrap .swiper-slide-active .text {
  padding-bottom: 7px;
  color: #107CFB;
  border-bottom: 3px solid #107CFB;
} */
.xds_tabCont_wrap .swiper-slide.on .num,
.xds_tabCont_wrap .swiper-slide.on .text {
  color: #107CFB;
  border-color: #107CFB;
}
.xds_tabCont_wrap .swiper-button-prev.prev_btn {
  left: 15px;
  background: url(../images/wh_sjplatform/xds/v1008/pre_btn.png) no-repeat center;
}
.xds_tabCont_wrap .swiper-button-next.next_btn {
  right: 15px;
  background: url(../images/wh_sjplatform/xds/v1008/next_btn.png) no-repeat center;
}
.xds_interflow_infos .res_cont .item {
  padding: 13px 0;
}
.fbold {
  font-weight: bold !important;
}
.fbold_f30 {
  font-weight: bold !important;
  font-size: 30px !important;
}

.xds_resource_top {
  position: relative;
}
.xds_resource_top .zjl_select_more {
  top: 10px;
}
/* 20221008 */

/* 20221018 经验交流区级切换模块样式调 */
.xds_tabCont_wrap .area_list_box .swiper-slide {
  cursor: pointer;
}
.xds_tabCont_wrap .area_list_box .num {
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
}
.xds_tabCont_wrap .area_list_box .text {
 padding-bottom: 0;
 border: none;
}
.xds_tabCont_wrap .swiper-slide.on .text {
  border: none;
}
/* 20221018 经验交流区级切换模块样式调 */


/* 新版header */
.whjyy_header_wrap {
  height: 90px;
  background: url(../images/wh_sjplatform/header_bg.png) no-repeat right top;
}
.whjyy_header_wrap .logo {
  width: 224px;
  height: 52px;
  margin-top: 19px;
}
.whjyy_header_wrap .nav_list_wrap {
  margin-top: 31px;
  margin-left: 50px;
}
.whjyy_header_wrap .nav_item > a {
  color: #000;
  font-size: 18px;
  margin: 0 18px;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
.whjyy_header_wrap .nav_item > a:hover, .whjyy_header_wrap .nav_item.on > a{
  color: #3370FF;
  border-color: #3370FF;
}
.whjyy_header_wrap .nav_item.more  {
  position: relative;
}
.whjyy_header_wrap .nav_item.more > a{
  padding-right: 21px;
  background: url(../images/wh_sjplatform/icon_head_more_new.png) right 10px no-repeat;
}
.whjyy_header_wrap .nav_item.more > a:hover {
  border-color: transparent;
}
.whjyy_header_wrap .nav_item:hover .more_item {
  display: block;
}
.whjyy_header_wrap .nav_item .more_item {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  padding-top: 10px;
  z-index: 99;
}
.whjyy_header_wrap .nav_item .more_item .list {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
}
.whjyy_header_wrap .more_item .list a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 36px;
}
.whjyy_header_wrap .nav_item .more_item .list a:hover {
  color: #3370FF;
}
.whjyy_header_wrap .right_box {
  margin-top: 25px;
}
.whjyy_header_wrap .head_btn {
  /* display: inline-block; */
  height: 34px;
  line-height: 34px;
  background: #FFFFFF;
  font-size: 16px;
  color: #0057FF;
  border: 1px solid #0075FF;
  border-radius: 8px;
  text-align: center;
  margin-left: 10px;
}
.whjyy_header_wrap .head_btn:hover {
  color: #fff;
  background: #0075FF;
}
.whjyy_header_wrap .login_btn {
  width: 74px;
}
.whjyy_header_wrap .download_btn {
  width: 105px;
}
/* 20230331 头部样式调整 新增登录后用户样式 */
.whjyy_header_wrap .logo img {
  width: 100%;
  height: 100%;
}
.whjyy_header_wrap .user_infos  {
  margin-top: -5px;
  margin-right: 20px;
}
.whjyy_header_wrap .user_infos .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.whjyy_header_wrap .user_infos .username {
  font-size: 14px;
  color: #000;
  margin-left: 5px;
  line-height: 44px;
}
.whjyy_header_wrap  .search_btn {
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-right: 10px;
  background: url(../images/wh_sjplatform/ico_search.png) no-repeat;
}

.whjyy_header_wrap .logo a {
  height: auto;
}
/* footer */
.whjyy_footer_wrap {
    height: 146px;
    padding-top: 40px;
    box-sizing: border-box;
    background: #444;
}
/* 新版header */


/* 人工智能教育 */
 /* 圆形箭头按钮样式 */
                        .swiper-button-circle {
                            width: 44px;
                            height: 44px;
                            border-radius: 50%;
                            background-color: rgba(0, 0, 0, 0.3);
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            transition: background-color 0.3s ease;
                        }
                        .swiper-button-circle:hover {
                            background-color: rgba(0, 0, 0, 0.5);
                        }
 .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/sd_zxx_edu/xy.png");
    background-size: 16px 30px;
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/sd_zxx_edu/dy.png");
    background-size: 16px 30px;
    right: 10px;
    left: auto
}      
.sq_anchorPoint_tab{
  bottom: 4px;
}

.sq_anchorPoint_tab > .tab_item{
  width: 165px;
height: 61px;
    line-height: 61px;
}
.koi_school_list {
  display: flex;
}

.koi_school_list li {
  width: 282px;
  height: 190px;
  position: relative;
  margin-left: 24px;
  cursor: pointer;
}

.koi_school_list li:first-child {
  margin-left: unset;
}

.koi_school_list li img {
  width: 282px;
  height: 190px;
  display: inline-block;
  border-radius: 12px;
}

.koi_school_list li .title_box {
  background: rgba(16, 124, 251, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 282px;
  height: 38px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  color: rgba(255, 255, 255, 1);

}

.koi_school_list li .title_box .tit {
  position: relative;
}

.koi_link_box {
  width: 282px;
  height: 154px;
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 66px 12px;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
}

.koi_link_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  height: 40px;
  width: 124px;
  border-radius: 24px;
  background: rgba(238, 248, 255, 1);
}
.koi_link_box .item:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(16, 124, 251, 1);

}

.koi_school_list li .title_box .tit::before {
  position: absolute;
  width: 10px;
  height: 1px;
  content: '';
  left: -20px;
  top: 10px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
}

.koi_school_list li .title_box .tit::after {
  position: absolute;
  width: 10px;
  height: 1px;
  content: '';
  right: -20px;
  top: 10px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
}
.sq_page:hover {
  background: rgba(16, 124, 251, 1);
  border-radius: 12px;
  transform: translateY(0px) !important;
}

.sq_page .text {
  padding: 18px 24px;
  color: #fff;
}

.sq_page:hover .text {
  display: block;
}

.sq_page:hover img {
  display: none;
}

.sq_page:hover .title_box {
  display: none;
}
.zcfg{
  
  padding: 24px;
  border-radius: 10px;
background: linear-gradient(181deg, #FFF 0.62%, #F6FAFF 89.36%);
}
.c107CFB{
  color: #107CFB;
}
.zcfg_left{
  display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  width: 129px;
height: 98px;
border-radius: 12px;
background: #E5F2FE;

}
.zcfg_center {
  width: 921px;
  margin-left: 24px;
}
.f32{
  font-size: 32px;
}
.zcfg li{
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E8F5;
}
.zcfg li:nth-child(4){
 
  border-bottom: none;
}
.zcfg li:hover h5{
  background: linear-gradient(90deg, #005EFF 0%, #b8e6f1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sq_details{
  display: inline-block;
  color: #107CFB;
  padding: 7px 12px 7px 12px;
font-size: 14px;
border-radius: 19px;
background: #EDF3FF;
}
.lh32{
  line-height: 32px;
}
.c_p{
  cursor: pointer;
}
.one_ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.two_ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w1280{
  width: 1280px;
  margin: 0 auto;}
  .look_gd {
  display: inline-block;
  border-radius: 30px;
  border-style: solid;
  border-color: #a6b2ff;
  border-width: 1px;
  width: 140px;
  height: 42px;
  color: #152dc9;
  cursor: pointer;
  font-size: 16px;
  line-height: 42px;
 text-align: center;
}
.sq_btn{
  width: 114px;
height: 34px;
  display: inline-block;
  border-radius: 16px;
  background: #0085FF;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.sq_btn:hover{
  background: #006BFF;
}
.sq_case_list{
  display: flex;
  flex-wrap: wrap;
  padding: 27px 0 0 37px;
  margin-bottom: 30px;
}
.sq_case_list .item{
  width: 48%;
  margin-bottom: 30px;
}
.sq_tab_list .item.on {
    background: #0076ff;
    color: #fff;
  }

  .sq_tab_list .item {
    
        display: inline-block;
       padding: 4px 24px;
    font-size: 16px;
    color: #333333;
    margin-right: 14px;
    line-height: 22px;
    border-radius: 22px;
    cursor: pointer;
  }
   .sq_resource_li{
   width: 294px;
height: 221px;
padding: 10px;
box-sizing: border-box;
border-radius: 8px;

background: #FFF;
  }
  .br8{
    border-radius: 8px;
  }
.platform {
  display: flex;
  justify-content: left;
  
  padding: 20px;

  flex-shrink: 0;
  border-radius: 16px;
  box-shadow: 0px 8px 16px 0px rgba(25, 77, 155, 0.15);
  background: #fff;
  box-sizing: border-box;


}
.sq_bg {
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);

}
.pdt60{
  padding-top: 60px;
}






.sq_plat_list .item {
  position: relative;
 
  margin-right: 5%;

  margin-top: 18px;
  line-height: 22px;
  font-size: 16px;
  box-sizing: border-box;
  transition: all .3s;
}

.sq_plat_list .item:nth-child(5n) {
  margin-right: 0px;
}

.sq_plat_list .item:hover {
  transform: translateY(-3px);
  transition: all .3s;
}


.lh30{
  line-height: 30px;
}
.sq_plat_list .item a {
  display: block;
  height: 100%;
  color: #333;
}
.hv_0175FF:hover{
  color: #0175FF;
}
/* 人工智能教育 */