/* ========== 基础重置 ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
a,
div,
ul,
li,
ol,
img,
p,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  border: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: color .2s;
  color: #333;
}

a:hover {
  color: #b50404;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  min-width: 200px !important;
  max-width: none !important;
}

/* ========== 布局 ========== */
.container {
  width: 1170px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* ========== 100ec 顶部导航 (CDN 依赖 head-nav1.css/js) ========== */
.returntop {
  position: fixed;
  right: 10px;
  bottom: 70px;
  background: #ddd;
  width: 55px;
  text-align: center;
  border-radius: 5px;
  opacity: 0.8;
  padding: 5px;
  display: none;
  z-index: 100000;
}

.returntop a {
  color: #666;
  font-size: 18px;
}

.returntop a:hover {
  color: #459df5;
}

/* ========== 100ec Logo + 搜索 ========== */
.head_logo {
  width: 100%;
}

.logo_nav {
  width: 1170px;
  margin: auto;
}

.logo {
  padding: 6px 2px;
  float: left;
}

.search .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.search {
  float: left;
  width: 200px;
}

.search input {
  float: left;
  width: 136px;
  height: 32px;
  background: #f2f2f2;
  border: none;
  text-indent: 12px;
  font-size: 16px;
  line-height: 32px;
  outline: none;
}

.search span,
.search-btn {
  float: left;
  display: block;
  width: 44px;
  height: 32px;
  background: url(https://www.100ec.cn/Public/home/images/new_search.png) 15px 3px no-repeat #f2f2f2;
  cursor: pointer;
}

.banner {
  width: 880px;
  height: 122px;
  padding: 10px 0;
  float: right;
}

/* ========== 100ec 导航补充 (CDN 依赖 head2.css) ========== */
.nav_bg {
  margin-bottom: 20px;
}

.nav_box #nav_pp li {
  width: 176px !important;
}

/* ========== 页脚 ========== */
.site-footer {
  width: 100%;
  background: #222;
  clear: both;
  padding: 30px 0 10px;
  color: #c0c2c3;
}

.footer-main {
  width: 1100px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footer-brand a {
  font-size: 12px;
  color: #ccc;
}

.footer-brand a:hover {
  color: #fff;
}

.footer-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding: 10px 0;
  border-top: #313131 solid 1px;
}

.footer-legal a {
  font-size: 12px;
  color: #ccc;
}

.footer-legal a:hover {
  color: #00FFFF;
}

.ghs-icon {
  height: 20px;
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}

/* ========== 响应式 ========== */
@media (max-width: 1000px) {
  .ec_box {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .main {
    width: 100% !important;
    max-width: 100%;
    padding: 0 10px;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .head_logo,
  .logo_nav {
    height: auto;
    width: 100%;
  }

  .logo_nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .logo_nav::after {
    display: none;
  }

  .search {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px 0;
  }

  .search .logo {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .search .logo img {
    width: auto !important;
    max-width: 198px;
    max-height: 60px;
  }

  .search>div {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .search input {
    flex: 1;
    width: auto;
    min-width: 0;
    float: none;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .search span,
  .search-btn {
    flex-shrink: 0;
    width: 44px;
    float: none;
  }

  .banner {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .banner a {
    display: block;
    width: 100%;
  }

  .banner img {
    width: 100% !important;
    height: auto !important;
    max-height: 90px;
    object-fit: contain;
  }

  .main,
  .sidebar {
    width: 100%;
  }

  .sidebar {
    padding-bottom: 30px;
  }

  .site-footer {
    width: 100%;
  }

  .footer-brand {
    flex-wrap: wrap;
    justify-content: start;
    border-bottom: #313131 solid 1px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .footer-brand a {
    flex: 0 0 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .pagination {
    justify-content: center;
    gap: 3px;
    max-width: 100%;
  }

  .pagination li {
    width: auto !important;
    flex-shrink: 0;
    float: none;
  }

  .pagination a,
  .pagination .disabled span,
  .pagination .active a,
  .pagination .active span {
    padding: 4px 6px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .search .logo img {
    max-width: 160px;
    max-height: 50px;
  }

  .banner img {
    max-height: 70px;
  }
}

@media (min-width: 1001px) {
  .float-btn {
    display: none;
  }
}

.jlt_nav li:hover a {
    color: #fff;
}

.jlt_nav a {
    text-decoration: none;
    transition: all 0.3s;
}

.jlt_active {
    height: 186px;
}

/*top*/
.jlt_topbg {
    width: 100%;
    height: 30px;
    background: #f2f2f2;
    position: relative;
}

.jlt_top_img {
    display: none;
}

.jlt_top {
    max-width: 1100px;
    margin: auto;
}

.jlt_top::after {
    content: '';
    display: block;
    clear: both;
}

.jlt_right {
    float: right;
    position: relative;
}

.jlt_nav {
    position: relative;
}

.jlt_nav li {
    float: left;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.jlt_nav li:hover {
    background: dodgerblue;
    color: #fff;
}

.jlt_nav .current {
    background: dodgerblue;
    color: #fff;
}

.jlt_nav .current a {
    color: #fff;
}

.jlt_nav li:nth-child(7) {
    display: none
}

.jlt_nav li a {
    color: #333;
}

.navbox {
    position: absolute;
    top: 30px;
    display: none;
    z-index: 998;
}

.jlt_list {
    width: 160px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
    float: right;
    z-index: 998;
    margin: 0;
    padding: 0;
}

.jlt_list li {
    float: none;
    text-align: center;
    line-height: 36px;
    padding: 0;
    transition: all 0.3s;
}

.jlt_list li .lg {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('/Public/home/images/top_jlt.png?v=1.3') no-repeat;
    opacity: 0.75;
    transition: all 0.3s;
}

.jlt_list li h1 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.lg img {
    width: 100%;
    height: 100%;
    display: block;
}

.jlt_list li p {
    float: left;
    width: 74%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin: 0;
    transition: all 0.3s;
}

.jlt_list li p span {
    color: #111;
}

.jlt_list li p i {
    float: right;
    font-size: 10px;
    width: 0px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: dodgerblue;
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

.jlt_list li:hover {
    background: #eee;
}

.jlt_list li:hover a {
    color: #0270d1;
}

.jlt_list li:hover p {
    background: #eee;
}

.jlt_list li:hover .lg {
    opacity: 1;
}

.jlt_list li:hover span {
    color: #0270d1;
}

.jlt_list li:hover i {
    width: 10px;
}

#wx,
#pc_ydzx,
#wjb {
    position: relative;
}

#wxewm,
#ydzxewm,
#wxewm2 {
    position: absolute;
    left: 160px;
    width: 100px;
    display: none;
    z-index: 9999;
}

#wx:hover #wxewm {
    display: block;
}

#wjb:hover #wxewm2 {
    display: block;
}

#pc_ydzx:hover #ydzxewm {
    display: block;
}

.jlt_btn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 1000
}

.jlt_bar {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background: #555;
    margin-top: 5px;
    display: block;
    transition: all 0.5s;
}

.rotat {
    transform: translateY(-4px) rotate(45deg);
}

.finance-header .rotat,
.enterprise_header .rotat,
.complaints_header .rotat,
.dszx_header .rotat {
    transform: translateY(0px) rotate(45deg);
}
.incubator-heade .rotat,
.enterprise_header .rotat,
.complaints_header .rotat,
.dszx_header .rotat {
    transform: translateY(0px) rotate(45deg);
}

.rotat1 {
    background: red;
    transform: translateY(10px) rotate(-90deg);
}

.finance-header .rotat1,
.enterprise_header .rotat1,
.complaints_header .rotat1,
.dszx_header .rotat1 {
    background: red;
    transform: translateY(12px) rotate(-90deg);
}

.incubator-heade .rotat1,
.enterprise_header .rotat1,
.complaints_header .rotat1,
.dszx_header .rotat1 {
    background: red;
    transform: translateY(12px) rotate(-90deg);
}

.rotat2 {
    background: red;
    transform: translateY(3px) rotate(0deg);
}

.sro {
    height: 100%;
    overflow: hidden;
}

.dsb-header .jlt_top {
    max-width: 100%
}

.finance-header .jlt_topbg,
.dsb-header .jlt_topbg {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    height: 45px;
    z-index: 300;
}
.incubator-header .jlt_topbg,
.dsb-header .jlt_topbg {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    height: 45px;
    z-index: 300;
}

.finance-header .jlt_top_img,
.dsb-header .jlt_top_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    display: block!important;
    padding: 2px 8px;
}
.incubator-header .jlt_top_img,
.dsb-header .jlt_top_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    display: block!important;
    padding: 2px 8px;
}

.finance-header .navbox,
.dsb-header .navbox {
    top: 45px;
}
.incubator-header .navbox,
.dsb-header .navbox {
    top: 45px;
}

.finance-header .jlt_bar,
.dsb-header .jlt_bar {
    margin-top: 7px;
}
.incubator-header .jlt_bar,
.dsb-header .jlt_bar {
    margin-top: 7px;
}

.finance-header .jlt_top_flex.finance-container,
.dsb-header .jlt_top_flex.finance-container {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}
.incubator-header .jlt_top_flex.finance-container,
.dsb-header .jlt_top_flex.finance-container {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

.finance-header .jlt_nav li,
.dsb-header .jlt_nav li {
    line-height: 45px
}
.incubator-header .jlt_nav li,
.dsb-header .jlt_nav li {
    line-height: 45px
}

.dsb-header.dsb-product .jlt_nav li {
    color: #5AD6D6;
    font-weight: normal;
}

.dsb-header.dsb-product .jlt_nav li:hover {
    background-color: transparent;
    color: #f2f2f2
}

.dsb-header.dsb-product .jlt_topbg {
    background-color: transparent;
    box-shadow: none;
}

.dsb-header.dsb-product .jlt_top_img {
    filter: contrast(0%);
    -webkit-filter: contrast(0%);
}

/*网经通会员*电诉宝*商学院*/
.enterprise_header .jlt_topbg,
.complaints_header .jlt_topbg,
.college_header .jlt_topbg,
.dszx_header .jlt_topbg {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    height: 45px;
    z-index: 200;
}

.enterprise_header .jlt_top_img,
.complaints_header .jlt_top_img,
.college_header .jlt_top_img,
.dszx_header .jlt_top_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    display: block!important;
}

.enterprise_header .navbox,
.complaints_header .navbox,
.college_header .navbox,
.dszx_header .navbox {
    top: 45px;
}

.enterprise_header .jlt_bar,
.complaints_header .jlt_bar,
.college_header .jlt_bar,
.dszx_header .jlt_bar {
    margin-top: 7px;
}

.enterprise_header .jlt_top_flex.finance-container,
.complaints_header .jlt_top_flex.finance-container,
.college_header .jlt_top_flex.finance-container,
.dszx_header .jlt_top_flex.finance-container {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

.enterprise_header .jlt_nav li,
.complaints_header .jlt_nav li,
.college_header .jlt_nav li,
.dszx_header .jlt_nav li {
    line-height: 45px
}

/*首页top*/
.ec_box .jlt_nav li:nth-child(1) {
    display: none
}

.ec_box .jlt_nav li:nth-child(2) {
    display: none
}

.ec_box .jlt_nav li:nth-child(4) {
    display: block
}

.ec_box .jlt_nav li:nth-child(6) {
    display: block
}

.ec_box .jlt_nav li:nth-child(7) {
    display: block
}

.ec_box .jlt_nav li:nth-child(8) {
    display: block
}

#mobile_ydzx {
    display: none;
}

/*移动端*/
@media(max-width:1024px) {
    .finance-header .navbox {
        top: 0
    }
    .incubator-heade .navbox {
        top: 0
    }
    .jlt_btn {
        display: block;
    }
    .jlt_right {
        position: initial;
    }
    .jlt_nav {
        top: 31px;
        right: -102px;
        width: 100px;
        display: none;
        text-align: center;
        border: #555 solid 1px;
        border-radius: 4px;
        position: absolute;
        z-index: 996;
        background: #fff;
    }
    .jlt_nav>li {
        float: none;
    }
    .navbox {
        width: 100% !important;
        left: 0 !important;
        background: #f2f2f2;
        top: 0;
    }
    .navbox::after {
        content: '';
        display: block;
        clear: both;
    }
    .jlt_list {
        width: 100%;
        border: none;
        background: none;
        box-shadow: none;
    }
    .jlt_list:nth-of-type(1) {
        padding-top: 30px;
    }
    .jlt_list li {
        float: left;
        width: 33.33%;
        margin-top: 5%;
    }
    .jlt_list li .lg {
        float: none;
        margin: auto;
        opacity: 1;
    }
    .jlt_list li p {
        float: none;
        width: auto;
    }
    #wxewm {
        z-index: 998;
        width: auto;
        left: 0px;
    }
    .jlt_list li p i {
        display: none;
    }
    .finance-header .jlt_nav,
    .enterprise_header .jlt_nav,
    .complaints_header .jlt_nav,
    .dszx_header .jlt_nav {
        top: 45px;
    }
    .incubator-heade .jlt_nav,
    .enterprise_header .jlt_nav,
    .complaints_header .jlt_nav,
    .dszx_header .jlt_nav {
        top: 45px;
    }
    .ec_box .jlt_nav li:nth-child(1) {
        display: block
    }
    .ec_box .jlt_nav li:nth-child(2) {
        display: block
    }
    .ec_box .jlt_nav li:nth-child(4) {
        display: block
    }
    .ec_box .jlt_nav li:nth-child(5) {
        display: block
    }
    .ec_box .jlt_nav li:nth-child(6) {
        display: block
    }
    .ec_box .jlt_nav li:nth-child(7) {
        display: none
    }
    .ec_box .jlt_nav li:nth-child(8) {
        display: none
    }
    .ec_box .jlt_nav li:nth-child(9) {
        display: block
    }
    .dsb-header .jlt_nav {
        top: 45px;
    }
    .finance-header .navbox,
    .dsb-header .navbox {
        top: 0
    }
    .incubator-heade .navbox,
    .dsb-header .navbox {
        top: 0
    }
    #pc_ydzx {
        display: none;
    }
    #mobile_ydzx {
        display: block;
    }
}

.nav_bg a {
    text-decoration: none;
    transition: all 0.3s;
}

.nav_bg {
    width: 100%;
    background: dodgerblue;
    height: 42px;
    color: #fff;
}

.nav_bg .nav_box {
    max-width: 1100px;
    margin: auto;
}

.nav_box .current {
    background-color: royalblue;
}

.nav_box .nav_list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.nav_box .nav_list li {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.nav_box .nav_list li:hover {
    background: royalblue;
}

.nav_box .nav_list .nav-title {
    color: #fff;
    display: block !important;
}

.nav_box #zy::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
}

.nav_bg .nav_box .nav_child {
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    display: none;
}

.nav_box .nav_child .nav-title-text {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

.nav_box .nav_child a:hover {
    background-color: royalblue;
}

.nav_bg .nav_box .nav_child2 {
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    display: none;
}

.nav_box .nav_child2 a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

.nav_box .nav_child2 a:hover {
    background-color: royalblue;
}

.nav_box #hot {
    position: relative;
}

.nav_box #hot::after {
    content: '';
    width: 20px;
    height: 14px;
    background: url(/Public/home/images/hot.png);
    background-size: cover;
    position: absolute;
    top: 6px;
    right: 60px;
}

@media(max-width:1200px) {
    .nav_bg .nav_box .nav_child {
        opacity: 0;
    }
    .nav_bg .nav_box .nav_child2 {
        opacity: 0;
    }
    .nav_box .nav_list .pststa {
       position:relative;
    }
    .nav_box .nav_list {
        width: 100%;
        overflow: scroll;
        justify-content: start;
    }
    .nav_box .nav_list li {
        flex: 0 0 22%;
    }
    .nav_box .nav_list .nav-title {
        font-size: 14px;
    }
    .nav_box #zy::after {
        width: 16px;
        height: 16px;
        top: calc(50% - 10px);
        right: 3px
    }
    .nav_bg .nav_box .nav_child3 {
        right: -10px !important;
    }
    .nav_bg .nav_box .topu {
        top: unset !important;
        opacity: 1 !important;
    }
}