body {
  background: #fff;
}
.section-intro {
  max-width: 100%;
  background-color: #fff;
  background: url(/static/images/11.jpg) no-repeat;
  background-size: 100% 100%;
}

.section-intro .zw-box {
  max-width: 1.5rem;
  position: relative;
  left: 0.95rem;
  top: 0.4rem;
}

.section-intro .intro-main {
  width: 100%;
  text-align: center;
  aspect-ratio: 3.18 / 1;
  display: block;
}

.section-intro .intro-main p {
  width: 50%;
  font-size: 0.2rem;
  font-weight: bold;
  color: #eeeeee;
  text-align: justify;
  text-indent: 2em;
  margin: 4.4rem auto 0 auto;
  line-height: 0.35rem;
}
.leaders {
  background: url(/static/images/bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.leaders .logo {
  max-width: 1.5rem;
  position: relative;
  left: 0.95rem;
  top: 0.4rem;
}
.leaders .main-title {
  width: 100%;
  text-align: center;
}
.leaders .main-title img {
  max-width: 2.56rem;
}
.leaders-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.5rem;
  color: #333;
}

.leader {
  width: 61%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.leader li {
  display: none;
  overflow: hidden;
}
.leader .leader-li-active {
  display: block;
}
.leader .leader-avatar {
  display: inline-block;
  width: 3.1rem;
  float: left;
  margin-top: 0.2rem;
}
.leader .leader-avatar img {
  width: 100%;
  height: auto;
}

.leader-box {
  margin-left: 3.6rem;
}

.leader .leader-info {
  margin-left: 0.2rem;
}
.leader span {
  width: 100%;
  display: inline-block;
  font-size: 0.4rem;
}
.leader .leader-post {
  font-size: 0.2rem;
  color: #555;
}
.leader .leader-desc {
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.4rem;
}
.leader .leader-desc div {
  text-align: justify;
  text-indent: 2em;
}

.leaders-list {
  margin: 0.5rem 0 0.8rem;
}
.leaders-list li {
  width: 1.2rem;
  height: 0.4rem;
  font-size: 0.24rem;
  color: #333;
  cursor: pointer;
  margin: 0 0.2rem;
}
.leaders-list .leaders-list-li-active {
  background: linear-gradient(270deg, #fd7924 0%, #ff513f 99%);
  border-radius: 0.2rem;
  color: #fff;
}

.section-news {
  max-width: 100%;
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 0.6rem;
}

.section-news .logo {
  max-width: 1.5rem;
  position: relative;
  left: 0.95rem;
  top: 0.4rem;
}

.section-news .news-box {
  margin: 0 auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.tabs {
  width: 100%;
  text-align: center;
}
.tabs .info-li {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
}
.tabs .info-li li:nth-child(3) {
  display: none;
}
.tabs .info-li li:hover {
  cursor: pointer;
}
.tabs .info-li li {
  float: left;
  width: 1.5rem;
  border-left: 2px solid #e5e5e5;
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.2rem;
}
.tabs .info-li li:first-child {
  border-left: none;
}
.tabs .info-li .hover {
  color: #ff8040;
}

.info-desc .desc-info {
  width: 50%;
  float: left;
  overflow: hidden;
}
.text-box {
  width: 100%;
  padding: 0 0.8rem;
}
.text-box .desc-info {
  width: 100%;
  float: left;
  overflow: hidden;
}
.info-desc .desc-info img {
  width: 6.3rem;
  max-height: 3.96rem;
  margin-left: 3rem;
  margin-top: 0.5rem;
  min-width: 6.2rem;
}
.info-desc .desc-info .a {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
  color: #222222;
  padding: 0 1rem;
  height: 1.5rem;
}

.text-box .desc-info .a {
  width: 50%;
}

.section-news .info-title {
  line-height: 0.6rem;
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
  color: #333;
}
.section-news .info-title .title {
  display: inline-block;
  max-width: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  float: left;
}
.section-news .info-title .time {
  float: right;
  font-size: 0.14rem;
  font-weight: 600;
  width: 35%;
  overflow: hidden;
  float: right;
}
.section-news .over-class {
  line-height: 0.25rem;
  font-size: 0.14rem;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 0.55rem;
}

.news-box .info-desc .a:hover {
  background: #ff8040;
}

.news-box .info-desc .a:hover .info-title .title {
  color: #fff;
}
.news-box .info-desc .a:hover .info-title .time {
  color: #fff;
}
.news-box .info-desc .a:hover .over-class {
  color: #fff;
}

.section-news .more-box .more-btn {
  width: 100%;
  text-align: center;
  color: #999;
  margin-top: 0.4rem;
  font-size: 0.16rem;
}
.section-news .more-box .more-btn:hover {
  color: #ff8040;
}

.section-orgs {
}
.section-orgs .logo {
  max-width: 1.5rem;
  position: relative;
  left: 0.95rem;
  top: 0.4rem;
}
.org-ul {
  width: 14.2rem;
  margin: 0.4rem auto 0.6rem;
  overflow: hidden;
}
.org-ul ul {
  display: flex;
  flex-wrap: wrap;
}
.org-ul li {
  flex-shrink: 0;
  overflow: hidden;
  width: 3.38rem;
  min-height: 3.65rem;
  background: url(/static/images/org_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.16rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.org-ul li:nth-child(4n + 4) {
  margin-right: 0;
}

.org-ul li .name-box {
  padding: 0.25rem 0.25rem 0;
  display: flex;
}
.org-ul li .name-box .av-box {
  width: 0.8rem;
  height: 0.8rem;
  background: #ffffff;
  border-radius: 0.12rem;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0.1rem;
}
.org-ul li .name-box .av-box img {
  width: 100%;
  height: auto;
}
.org-ul li .name-box p {
  color: #333;
  font-size: 0.18rem;
  margin-left: 0.1rem;
}
.org-ul li .desc {
  padding: 0.25rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
}
.org-ul li .goto-main {
  width: 2.5rem;
  height: 0.4rem;
  background: linear-gradient(90deg, #fd7924 0%, #ff513f 99%);
  border-radius: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
}

/*我们的服务*/
/*关于我们*/

.info-our {
  max-width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/ourbj.png) no-repeat; /*将底色显示在图片上部*/
  background-size: 100% 100%;
  padding-bottom: 0.4rem;
}
.info-our .logo {
  max-width: 1.5rem;
  position: relative;
  left: 0.95rem;
  top: 0.4rem;
}
.our_info {
  max-width: 100%;
  margin: 0 auto;
  margin: 0.5rem 0;
  padding: 0 0.8rem;
  overflow: hidden;
}
.our_info ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  /*align-content:flex-start;*/
  width: 100%;
}
.our_info ul li {
  width: 25%;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  cursor: pointer;
}
.ourimg_border {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_text {
  font-size: 0.32rem;
  margin-top: 0.4rem;
  color: #fff;
}
.ourimg_border img {
  width: 0.8rem;
  height: 0.8rem;
}
.our_info .in .ourimg_border {
  background: #e7573c;
  border: 2px solid #e7573c;
}
.our_info .in .our_text {
  color: #e7573c;
}

.back_index {
  position: fixed;
  bottom: 1.2rem;
  right: 0.3rem;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  color: #fff;
  background: #e7573c;
  font-size: 0.22rem;
  opacity: 0.8;
}
.back_index img {
  width: 0.4rem;
  height: 0.3rem;
}

.footText {
  display: inline-block;
  margin-right: 0.15rem;
}

.footTextI {
  display: inline-block;
  height: 0.12rem;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
  margin-right: 0.15rem;
}

.footBody {
  margin-top: 0.3rem;
  text-align: center;
  color: #777777;
  font-size: 12px;
  line-height: 12px;
}

.familRankBody {
  height: 100%;
  width: 3.34rem;
  display: inline-block;
  background-color: #f9f9f9;
  padding-top: 0px;
  box-sizing: border-box;
}

/*文章详情*/
.article-body {
  margin: 0;
  background-color: #f5f5f5;
}
.article-section {
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
}

.info-article {
  max-width: 100%;
  height: 5rem;
  background-color: #fff;
  background: url(../images/bj.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.info-article a {
  display: inline-block;
}
.info-article .logo1 {
  max-width: 1.5rem;
  position: relative;
  left: 0.9rem;
  top: 0.4rem;
}
.info-article .logo2 {
  max-width: 1rem;
  position: relative;
  left: 1.2rem;
  top: 0.4rem;
}
.tt-title {
  max-width: 1.8rem;
  margin-top: 1rem;
}
.art_cont {
  max-width: 80%;
  text-align: center;
  background: #fff;
  height: auto;
  position: relative;
  top: -20px;
  z-index: 99;
  margin: 0 auto;
}
.art_title h1 {
  padding: 0.15rem 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.5rem;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 0.1rem;
}
.art_title p {
  color: #999999;
  font-size: 0.12rem;
  line-height: 0.4rem;
}
.art_title p span {
  margin: 0 0.4rem;
}
.art_content {
  height: auto;
  padding: 0.2rem 0.5rem;
  border-bottom: 2px solid #ff8040;
}

.art_content img {
  max-width: 100%;
}

.art_footer {
  text-align: center;
  padding: 0.2rem 0.5rem;
}

.art_list_cont {
  width: 12rem;
  margin: 0.4rem auto 0.5rem;
  border-bottom: 2px solid #ff8040;
}
.art_list_cont .news-ul .news-li a {
  display: flex;
  transition: 0.5s;
}
.art_list_cont .news-ul .news-li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.art_list_cont .news-ul .news-li .title-wrap {
  padding: 0.1rem 0;
}
.art_list_cont .news-ul .news-li a img {
  width: 2.1rem;
  max-height: 1.5rem;
  margin-right: 0.18rem;
  border-radius: 0.05rem;
  transition: 0.5s;
}
.art_list_cont .news-ul .news-li a:hover img {
  transform: scale(1.02);
}
.art_list_cont .news-ul .news-li a h3 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.23rem;
}
.art_list_cont .news-ul .news-li a:hover h3 {
  color: #da2927;
}
.art_list_cont .news-ul .news-li a .data {
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.15rem;
}
.art_list_cont .news-ul .news-li:last-child {
  border-bottom: 0;
}
.pagination span {
  color: #999;
}

.email-form {
  width: 100%;
  background: url(/static/images/9.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.6rem 0 0.1rem;
}
.e-title {
  font-size: 0.42rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.form-box {
  width: 8rem;
  margin: 0 auto;
  position: relative;
}

.form-mask{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.login_form_item {
  width: 100%;
  display: flex;
  text-align: center;
  margin-bottom: 0.3rem;
  position: relative;
}

.login_form_item .login_form_item_name {
  width: 0.8rem;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.16rem;
  color: #fff;
}

.login_form_item .require-item::before {
  content: "*";
  display: inline;
  color: #cf0002;
}
.login_form_item .rules {
  position: absolute;
  left: 1rem;
  bottom: -0.2rem;
  font-size: 0.12rem;
  color: #da2927;
}

.login_form_item .login_input {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid rgba(210, 210, 210, 1);
  font-size: 0.16rem;
  padding-left: 0.15rem;
  border-radius: 0.05rem;
  color: #fff;
}
.login_form_textarea .login_form_item_name {
  align-items: flex-start;
  padding-top: 0.2rem;
}
.login_form_item textarea {
  flex: 1;
  padding: 0.15rem;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  border: 1px solid rgba(210, 210, 210, 1);
  color: #fff;
}

.login_form_item .login_input_textarea {
  height: auto;
  resize: none;
}

.login_form_item .login_input_submit {
  width: 3rem;
  height: 0.6rem;
  margin: 0.4rem auto;
  background: #da2927;
  border-radius: 0.05rem;
  border: none;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}

/* AI声明复选框样式 */
.ai-declaration-wrap {
  padding: 0.1rem 0;
  margin: 0.2rem 0;
}

.ai-declaration-label {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #fff;
  cursor: pointer;
}

.ai-declaration-label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #ccc;
  border-radius: 0.02rem;
  margin-right: 0.08rem;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.ai-declaration-label input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.ai-declaration-label input[type="checkbox"]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.12rem;
  font-weight: bold;
}

.ai-declaration-text {
  user-select: none;
}

.art_footer p{
  max-width: 40%;
}

@media (max-width: 768px) {
  .login_form_item .login_input {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .login_form_item .order_formItem_select {
    width: 100%;
  }
  .login_form_item textarea {
    width: 100%;
  }

  .login_form_item .login_form_item_name {
    flex-shrink: 0;
  }

  .ai-declaration-label {
    font-size: 0.12rem;
  }

  .ai-declaration-label input[type="checkbox"] {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.06rem;
  }

  .ai-declaration-label input[type="checkbox"]:checked::before {
    font-size: 0.1rem;
  }
}

@media (max-width: 1400px) {
  .section-intro .intro-main p {
    margin: 3.2rem auto 0 auto;
    width: 86%;
    font-size: 0.22rem;
    font-weight: normal;
  }
  .leader {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .info-desc .desc-info img {
    width: 6.3rem;
    margin-left: 0.1rem;
  }
  .info-desc .desc-info .a {
    padding: 0 0.2rem;
  }
  .org-ul {
    width: 100%;
    padding: 0 0.2rem;
  }
  .org-ul li {
    width: 32%;
    margin-right: 2% !important;
  }
  .org-ul li:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
  .our_info {
    padding: 0 0.2rem;
  }
  .art_list_cont {
    width: 100%;
    padding: 0 0.2rem;
  }
}

@media (max-width: 800px) {
  .logo {
    display: none;
  }
  .sub-img {
    width: 1.8rem;
  }
  .section-intro {
    max-width: 100%;
    background-color: #fff;
    background: url(/static/images/profiles-bg.jpg) no-repeat;
    background-size: 100% 2.8rem;
  }
  .section-intro .intro-main {
    background: url(/static/images/jj_title.png) no-repeat;
    background-size: 3.3rem 1.05rem;
    background-position: top center;
    margin-top: -0.8rem;
  }
  .section-intro .intro-main p {
    padding-top: 1.2rem;
    margin: 2.8rem auto 0 auto;
    width: 92%;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #929292;
  }
  .leaders {
    margin-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .leaders-content {
    position: relative;
  }
  .leaders-list {
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .leader {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0.5rem 0.25rem 0;
  }
  .leader .leader-avatar {
    width: 30%;
  }
  .leader-box {
    margin-left: 35%;
  }
  .section-news {
    padding-top: 0.4rem;
  }
  .section-news .news-box {
    margin-top: 0.4rem;
  }
  .section-news .tabs .info-li {
    width: 100%;
  }
  .section-news .tabs .info-li li {
    width: 25%;
    font-size: 0.18rem;
  }
  .info-desc .desc-info {
    width: 100%;
    padding: 0 0.2rem;
  }
  .info-desc .desc-info img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    max-height: none;
    min-width: auto;
  }
  .info-desc .desc-info .a {
    padding: 0;
    height: auto;
  }
  .text-box {
    padding: 0;
  }
  .text-box .desc-info .a {
    width: 100%;
  }
  .section-orgs {
    padding-top: 0.6rem;
  }
  .org-ul {
    padding: 0;
  }
  .org-ul ul {
    width: 100%;
    padding: 0 0.1rem;
    justify-content: space-between;
  }
  .org-ul li {
    width: 49%;
    height: auto;
    margin-right: 0 !important;
    padding-bottom: 0.2rem;
    min-height: 2.6rem;
  }
  .org-ul li .name-box .av-box {
    width: 0.6rem;
    height: 0.6rem;
    padding: 0.06rem;
    flex-shrink: 0;
  }
  .org-ul li .goto-main {
    width: 2rem;
  }
  .org-ul li .name-box {
    padding: 0.15rem 0.15rem 0;
    display: flex;
  }
  .org-ul li .desc {
    padding: 0.15rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  .info-our {
    padding-top: 0.6rem;
  }
  .our_info {
    padding: 0 0.2rem;
    margin: 0.2rem 0 0;
  }
  .our_info ul li {
    width: 25%;
  }
  .ourimg_border {
    width: 1rem;
    height: 1rem;
  }
  .ourimg_border img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .our_text {
    font-size: 0.22rem;
    margin-top: 0.2rem;
    color: #fff;
  }
  .back_index {
    bottom: 1.2rem;
    right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.14rem;
  }
  .back_index img {
    width: 0.3rem;
    height: 0.22rem;
  }
  .info-article {
    height: auto;
    aspect-ratio: 2.2 / 1;
  }
  .info-article .logo1 {
    width: 1rem;
    left: 0.2rem;
    top: 0;
  }
  .info-article .logo2 {
    left: 0.3rem;
    top: 0.1rem;
  }
  .tt-title {
    width: 1.2rem;
    margin-top: 0.4rem;
  }
  .art_list_cont .news-ul .news-li a img {
    width: 1.5rem;
    max-height: 1.1rem;
    margin-right: 0.18rem;
    border-radius: 0.05rem;
    flex-shrink: 0;
  }
  .art_cont {
    max-width: 94%;
    top: -0.2rem;
  }
  .art_title h1 {
    line-height: 0.36rem;
  }
  .art_footer {
    display: none;
  }
  .form-box {
    width: 100%;
    margin: 0 auto;
    padding-right: 0.2rem;
  }
  .login_form_item .login_form_item_name {
    width: 0.6rem;
  }

  .login_form_item .login_input_submit {
    margin: 0.2rem auto 0.4rem;
  }
  .email-form {
    padding: 0.4rem 0 0.1rem;
  }
  .e-title {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .footText {
    margin-bottom: 0.15rem;
  }
  .login_form_item:last-child {
    width: 100%;
    margin-left: 0.2rem;
  }
  .art_content {
    padding: 0.2rem 0.2rem;
  }
  .art_content p,
  .art_content span,
  .art_content div {
    font-size: min(100%, 0.14rem); 
  }
}

@media (max-width: 500px) {
  .leader .leader-avatar {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .leader .leader-avatar img {
    width: 2rem;
    margin: 0 auto;
  }
  .leader-box {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .leader .leader-info {
    margin-left: 0;
    text-align: center;
  }
  .ourimg_border {
    width: 0.8rem;
    height: 0.8rem;
  }
  .ourimg_border img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .our_text {
    font-size: 0.16rem;
    margin-top: 0.2rem;
    color: #fff;
  }
  .our_info ul li {
    height: 1.8rem;
  }
  .art_title h1 {
    padding: 0.15rem 0.25rem;
    line-height: 0.36rem;
  }
  .art_content {
    padding: 0.2rem 0.2rem;
  }
}
