html {
  font-size: 0.8333333333vw;
}

:root {
  --text-color: #231f20;
  --text-color1: #313131;
  --bg-color: #fff;
  --style-color:#a1663e;
  --bg-color1:transparent ;
}

body {
  color: var(--text-color);
  background-color: var(--bg-color);
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.mianbao_nav{
  padding-top: 30px;
}
.mianbao_nav span{margin: 0 3px;}
.mianbao_nav a:hover{
  color: #fccc0a;
}
body.night-mode {
  --text-color: #fff;
  --bg-color: #333;
  --text-color1: #fff;
  --style-color:#333;
  --bg-color1:#c9c9c9 ;
}

body .logo img:nth-child(2){
  display: none;
}

body.night-mode .logo img:nth-child(1){
  display: none;
}

body.night-mode .logo img:nth-child(2){
  display: block;
}

.head_pc {
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 20px;
}
@media (max-width: 990px) {
  .head_pc .logo {
    width: 160px;
  }
}
.head_pc .search_box input {
  width: 275px;
  height: 30px;
  border-radius: 3px;
  padding-left: 10px;
  color: var(--text-color);
  border: 1px solid #dcdcdc;
}
.head_pc .search_box input::-webkit-input-placeholder {
  color: #959595;
}
.head_pc .search_box input:-moz-placeholder {
  color: #959595;
}
.head_pc .search_box input::-moz-placeholder {
  color: #959595;
}
.head_pc .search_box input:-ms-input-placeholder {
  color: #959595;
}
.head_pc .search_box input::placeholder {
  color: #959595;
}
.head_pc .search_box .submit {
  right: 10px;
}
.head_pc .search_box .submit span {
  color: var(--text-color);
}
.head_pc .right .lang-box {
  padding-right: 25px;
}
.head_pc .right .lang-box .item {
  width: 30px;
  height: 30px;
  color: #333;
  border-radius: 4px;
  background-color: #e5e5e5;
  margin-right: 10px;
}
.head_pc .right .lang-box .item.active {
  background-color: #fbca00;
}
.head_pc .right .login_box a {
  color: var(--text-color);
}
.head_pc .right .login_box .line {
  width: 2px;
  height: 15px;
  background-color: #d8d8d8;
  margin: 0 12px;
}
.head_pc .nav {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #626262;
}
.head_pc .nav li {
  position: relative;
  margin-right: 15px;
}
.head_pc .nav li > a {
  font-size: 18px;
  color: var(--text-color);
  width: 90px;
  height: 35px;
  border-radius: 5px;
}
.head_pc .nav li:hover > a, .head_pc .nav li.select > a {
  font-weight: bold;
  background-color: #fccc0a;
}
.head_pc .nav li .drop_box {
  width: 170px;
  position: absolute;
  padding: 10px 0;
  top: 100%;
  left: -20px;
  margin-top: 1.0417vw;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(30, 36, 53, 0.18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12;
}
.head_pc .nav li .drop_box a {
  display: block;
  line-height: 30px;
  text-align: center;
}
.head_pc .nav li:hover .drop_box {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.2604vw 0.7813vw 0 rgba(49, 49, 49, 0.05);
}
.head_pc .read_style {
  color: #fff;
  width: 90px;
  height: 30px;
  border-radius: 6px;
  background-color: var(--style-color);
  margin-left: 20px;
  cursor: pointer;
}
.head_pc .read_style img {
  margin-right: 3px;
}
.head_pc #date {
  color: #7d7d7d;
}
@media (max-width: 1100px) {
  .head_pc #date {
    display: none;
  }
}

.home-section1 {
  padding-top: 30px;
  padding-bottom: 24px;
}
.home-section1 .swiper .title {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  color: var(--text-color);
}
.home-section1 .swiper-bn {
  width: 26px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  top: 88px;
  z-index: 2;
  cursor: pointer;
}

.home-section1 .poster{
  height: 214px;
}

.home-section1 .poster img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .home-section1 .swiper-bn {
    display: none;
  }
}
.home-section1 .swiper-button-prev-bn {
  background-image: url(../images/arrow-left.png);
  left: 0;
}
.home-section1 .swiper-button-next-bn {
  background-image: url(../images/arrow-right.png);
  right: 0;
}
.home-section1 .span {
  padding-top: 8px;
}
@media (max-width: 640px) {
  .home-section1 .span {
    padding-top: 15px;
  }
}
.home-section1 .span .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  border-radius: 0;
  background: #d2d2d2;
  opacity: 1;
  margin: 0 5px;
}
.home-section1 .span .swiper-pagination-bullet-active {
  background-color: #fccc0a;
}

.home-section2 {
  /* height: 200px;
  background: url(../images/bg-1.png) no-repeat;
  -o-background-size: cover;
     background-size: cover; */
  /* padding-top: 50px; */
}

.home-section2 img{
  display: block;
  width: 100%;
}

.home-section2 .title {
  font-size: 48px;
  color: #0063a7;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .home-section2 .title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .home-section2 {
    padding-top: 80px;
  }
}
.home-section2 .text {
  font-size: 20px;
  color: #0063a7;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .home-section2 .text {
    font-size: 16px;
    margin-top: 16px;
  }
}

.col_title {
  font-size: 20px;
  font-weight: bold;
}

.home-section3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .home-section3 {
    display: block;
  }
}
.home-section3 .left {
  width: 24.1666%;
  background-color: #000000;
  padding: 20px;
}
@media (max-width: 640px) {
  .home-section3 .left {
    width: 100%;
  }
}
.home-section3 .left .list {
  margin-top: 30px;
}
.home-section3 .left .list li {
  margin-bottom: 20px;
}
.home-section3 .left .list li:last-child {
  margin-bottom: 0;
}
.home-section3 .left .list li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.home-section3 .left .list li a:hover {
  background-color: #fccc0a;
  border-color: transparent;
}
.home-section3 .right {
  background-color: #fffdf1;
  margin-left: 20px;
  padding: 20px 40px 0;
}
@media (max-width: 990px) {
  .home-section3 .right {
    padding: 20px 15px 0;
  }
}
@media (max-width: 640px) {
  .home-section3 .right {
    padding: 20px 15px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.home-section3 .right .list {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .home-section3 .right .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-section3 .right .list li .title {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section3 .right .list li .text {
  line-height: 24px;
  color: #7d7d7d;
}
.home-section3 .right .list li:hover .title {
  color: #fccc0a;
}

.home-section4 {
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .home-section4 {
    padding-bottom: 30px;
    display: block;
  }
}
.home-section4 .left {
  width: 49.1666%;
}
@media (max-width: 960px) {
  .home-section4 .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-section4 .left .list {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.home-section4 .left .list .poster{
  height: 214px;
}

.home-section4 .left .list .poster img{
  height: 100%;
  object-fit: cover;
}

.home-section4 .left .list li .title {
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
  color: var(--text-color);
}
.home-section4 .right {
  margin-left: clamp(15px, 2.5rem, 40px);
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 960px) {
  .home-section4 .right {
    margin-left: 0;
  }
}
.home-section4 .right .title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 14px;
  height: 50px;
  background-color: #fec909;
}
.home-section4 .right .list li {
  padding: 29px 0;
  border-bottom: 1px dashed #bfbfbf;
}
.home-section4 .right .list li a {
  font-size: 16px;
  color: var(--text-color);
}
.home-section4 .right .list li .text {
  max-width: 460px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .home-section4 .right .list li .text {
    max-width: 66%;
  }
  .home-section4 .left .list .poster{
    height: 110px;
  }
}
.home-section4 .right .list li .date {
  color: #7d7d7d;
}
@media (max-width: 1170px) {
  .home-section4 .right .list li {
    padding: 25px 0;
  }
}
@media (max-width: 990px) {
  .home-section4 .right .list li {
    padding: 20px 0;
  }
}

.home-section5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/bg-2.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.home-section5 .title {
  font-size: 24px;
  margin-bottom: 30px;
}
.home-section5 .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 640px) {
  .home-section5 .grid {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-section5 .item input {
  padding-left: 15px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.home-section5 .item input::-webkit-input-placeholder {
  color: #959595;
}
.home-section5 .item input:-moz-placeholder {
  color: #959595;
}
.home-section5 .item input::-moz-placeholder {
  color: #959595;
}
.home-section5 .item input:-ms-input-placeholder {
  color: #959595;
}
.home-section5 .item input::placeholder {
  color: #959595;
}
.home-section5 .item button {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  border-radius: 5px;
}

footer {
  background-color: #2b2b2b;
  padding-top: 65px;
}
@media (max-width: 640px) {
  footer {
    padding-top: 30px;
  }
}
footer .footer-top {
  padding-bottom: 70px;
  border-bottom: 1px solid #535353;
}
@media (max-width: 640px) {
  footer .footer-top {
    padding-bottom: 20px;
    display: block;
  }
}
footer .footer-top .foot_link {
  padding-right: 7.5rem;
}
@media (max-width: 640px) {
  footer .footer-top .foot_link {
    padding-right: 0;
    margin-top: 20px;
  }
}
footer .footer-top .foot_link .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #535353;
}
footer .footer-top .foot_link .item:last-child {
  border-right: none;
}
footer .footer-top .foot_link .item a {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
footer .footer-top .foot_link .item a:last-child {
  margin-bottom: 0;
}
footer .foot_bot {
  padding-top: 35px;
}
@media (max-width: 860px) {
  footer .foot_bot {
    display: block;
  }
}
@media (max-width: 640px) {
  footer .foot_bot {
    padding-top: 20px;
  }
}
footer .foot_bot .left p {
  line-height: 24px;
}
footer .foot_bot .right {
  max-width: 715px;
}
footer .foot_bot .right p {
  color: #959595;
  line-height: 24px;
}
@media (max-width: 1170px) {
  footer .foot_bot .right {
    padding-left: 15px;
  }
}
@media (max-width: 860px) {
  footer .foot_bot .right {
    padding-left: 0;
    margin-top: 20px;
  }
}
footer .copyright {
  margin-top: 40px;
  padding: 30px 0;
  background-color: #1b1b1b;
}
@media (max-width: 860px) {
  footer .copyright {
    margin-top: 20px;
    padding: 20px 0;
  }
  footer .copyright .con {
    display: block;
    text-align: center;
    line-height: 18px;
  }
}
footer .copyright div {
  font-size: 12px;
  color: #959595;
}

.hy_section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 640px) {
  .hy_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news_list {
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}

.news_list .poster{
  height: 214px;
}

.news_list .poster img{
  height: 100%;
  object-fit:cover;
}

@media (max-width: 1024px) {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .news_list .poster{
    height: 110px;
  }
}
.news_list li .info {
  padding-top: 10px;
}
.news_list li .info .title {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}
.news_list li .info .ot {
  padding-top: 6px;
}
.news_list li .info .ot p {
  color: #959595;
  line-height: 24px;
}
.news_list li:hover .title {
  color: #fccc0a;
}

.page-box {
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  .page-box {
    margin-top: 24px;
  }
}
.page-box a {
  width: 40px;
  height: 40px;
  background: #eeeeee;
  margin: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  color: #333;

  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-box a:hover, .page-box a.active {
  background: #fccc0a;
  border-color: transparent;
}

@media (max-width: 960px) {
  .page-box a {
    width: 35px;
    height: 35px;
    margin: 2px;
  }
}
.about_section {
  padding-top: 30px;
}
.about_section .title {
  font-size: 36px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 38px;
}
@media (max-width: 640px) {
  .about_section .title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.about_section .company_info {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .about_section .company_info {
    padding-top: 30px;
  }
}
.about_section .company_info .intro p {
  font-size: 20px;
  color: var(--text-color);
  line-height: 36px;
}
@media (max-width: 640px) {
  .about_section .company_info .intro p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about_section .company_info .intro .text {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .about_section .company_info .intro .text {
    margin-bottom: 16px;
  }
}
.about_section .company_info_more {
  padding-top: 30px;
}
.about_section .company_info_more .list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 35px;
}
@media (max-width: 640px) {
  .about_section .company_info_more .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.about_section .company_info_more .list .title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0;
}

.onlie {
  margin-top: 50px;
  padding: 40px 50px 70px;
  background-color: #fafafa;
}
@media (max-width: 640px) {
  .onlie {
    margin-top: 20px;
    padding: 30px 15px;
  }
}
.onlie .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #231f20;
  border-bottom: 1px solid #dcdcdc;
}
.onlie .label {
  font-size: 16px;
  color: #231f20;
  margin-bottom: 15px;
}
.onlie .label span {
  color: #e60012;
}
.onlie .box {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 640px) {
  .onlie .box {
    display: block;
  }
  .onlie .box .form_cell {
    margin-bottom: 20px;
  }
}
.onlie .box input {
  padding-left: 20px;
  border: 1px solid #d2d2d2;
  height: 40px;
  background-color: #ffffff;
}
.onlie .box textarea {
  padding: 20px;
  border: 1px solid #d2d2d2;
  height: 220px;
  background-color: #ffffff;
}
.onlie .span-2 {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 2;
}
.onlie .submit {
  font-size: 16px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #2b2b2b;
  width: 150px;
  margin: clamp(30px, 2.5rem, 40px) auto 0;
}

.email_box {
  padding: 70px 30px 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 640px) {
  .email_box {
    padding: 30px 15px;
    display: block;
    text-align: center;
  }
  .email_box div {
    margin-bottom: 15px;
  }
  .email_box .line {
    display: none;
  }
  .email_box .email {
    font-size: 16px;
  }
}
.email_box .line {
  width: 1px;
  height: 22px;
  background-color: #dcdcdc;
}
.email_box .email {
  font-size: clamp(14px, 1.25rem, 20px);
}
.email_box .email a {
  color: var(--text-color);
}

.social {
  padding-top: 40px;
  padding-bottom: 100px;
}
.social a {
  margin: 0 7.5px;
}
@media (max-width: 640px) {
  .social {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.apply_form_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 860px) {
  .apply_form_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.apply_form_section .c-title-box {
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .apply_form_section .c-title-box {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.apply_form_section .form {
  padding: 45px 50px;
  background-color: #fafafa;
}
.apply_form_section .form input[type=text] {
  height: 40px;
  border: 1px solid #d2d2d2;
  padding-left: 15px;
  background-color: #fff;
}
@media (max-width: 1170px) {
  .apply_form_section .form {
    padding: 30px 20px;
  }
}
.apply_form_section .form .item_title {
  font-size: 20px;
  padding-bottom: 15px;
  color: #231f20;
  border-bottom: 1px solid #dcdcdc;
}
.apply_form_section .form .body {
  padding-top: 40px;
}
.apply_form_section .form .body span {
  margin-left: 8px;
  font-size: 16px;
  color: #231f20;
}
.apply_form_section .form .body input[type=text] {
  width: 420px;
  margin-left: 24px;
}
@media (max-width: 1170px) {
  .apply_form_section .form .body input[type=text] {
    max-width: 200px;
  }
}
@media (max-width: 860px) {
  .apply_form_section .form .body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .apply_form_section .form .body label {
    margin-bottom: 15px;
  }
}
.apply_form_section .form .item-1 {
  margin-bottom: 64px;
}
@media (max-width: 860px) {
  .apply_form_section .form .item-1 {
    margin-bottom: 30px;
  }
}
.apply_form_section .form .label {
  font-size: 16px;
  color: #231f20;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
.apply_form_section .form .label span {
  color: #e60012;
}
.apply_form_section .form .label .tip {
  font-size: 14px;
  color: #959595 !important;
  font-weight: normal;
}
.apply_form_section .form .form_wrap {
  padding-top: 30px;
}
.apply_form_section .form .form_wrap .radio_wrap label {
  margin-right: 24px;
}
.apply_form_section .form .form_wrap .radio_wrap span {
  font-size: 16px;
  color: #231f20;
}
@media (max-width: 960px) {
  .apply_form_section .form .form_wrap .radio_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.apply_form_section .form .form_wrap .tips {
  color: #959595;
  padding-left: 25px;
}
@media (max-width: 860px) {
  .apply_form_section .form .form_wrap .tips {
    padding-top: 20px;
    padding-left: 0;
    line-height: 1.5;
  }
}
.apply_form_section .form .form_wrap .form_item1 {
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .apply_form_section .form .form_wrap .form_item1 {
    margin-bottom: 30px;
  }
}
.apply_form_section .form .form_wrap .form_item2 {
  margin-bottom: 30px;
}
.apply_form_section .form .form_wrap .form_item3 {
  margin-bottom: 50px;
}
@media (max-width: 860px) {
  .apply_form_section .form .form_wrap .form_item3 {
    margin-bottom: 30px;
  }
}
.apply_form_section .form .form_wrap .form_item4 {
  margin-top: 40px;
}
.apply_form_section .form .form_wrap .form_item4 .input_box {
  max-width: 534px;
}
.apply_form_section .form .form_wrap .form_item5 {
  margin-top: 30px;
}
.apply_form_section .form .form_wrap .tit {
  font-size: 18px;
  color: #231f20;
  margin-bottom: 15px;
}
.apply_form_section .form .form_wrap .upload .upload_btn {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  position: relative;
  background-color: #e1e1e1;
}
@media (max-width: 860px) {
  .apply_form_section .form .form_wrap .upload .upload_btn {
    width: 100px;
    height: 100px;
  }
}
.apply_form_section .form .form_wrap .upload .upload_btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.apply_form_section .form .form_wrap .upload .unload_btn_bx {
  margin-left: 50px;
}
@media (max-width: 860px) {
  .apply_form_section .form .form_wrap .upload .unload_btn_bx {
    margin-left: 30px;
  }
}
.apply_form_section .form .form_wrap .upload .unload_btn_bx button {
  width: 104px;
  height: 40px;
  border-radius: 8px;
  color: #2b2b2b;
  background-color: #fccc0a;
}
.apply_form_section .form .form_wrap .upload .unload_btn_bx .chooseFile {
  background: #2b2b2b;
  color: #fff;
  margin-top: 16px;
}
.apply_form_section .form .form_wrap .upload .unload_btn_bx .chooseFile input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.apply_form_section .form .form_wrap .tip_text {
  color: #231f20;
}
.apply_form_section .form .form_wrap .tip_text span {
  color: #e60012;
}
.apply_form_section .form .form_wrap .code_box {
  width: 100px;
  height: 40px;
  right: 0;
  border-left: 1px solid #d2d2d2;
}
.apply_form_section .form .form_wrap .code_box #code {
  height: 100%;
}
.apply_form_section .submit {
  font-size: 16px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #2b2b2b;
  width: 150px;
  margin: clamp(30px, 2.5rem, 40px) auto 0;
}
.apply_form_section .form_cell_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 640px) {
  .apply_form_section .form_cell_grid {
    display: block;
  }
  .apply_form_section .form_cell_grid .form_item {
    margin-bottom: 15px;
  }
}
.apply_form_section .form_cell_grid .span-2 {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 2;
}
.apply_form_section textarea {
  padding: 20px;
  border: 1px solid #d2d2d2;
  height: 220px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 640px) {
  .apply_form_section .body-1 {
    padding-top: 10px !important;
  }
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #fccc0a;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #fccc0a;
}

.zj_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .zj_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.zj_section .zj_info {
  padding-left: 100px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .zj_section .zj_info {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.zj_section .zj_info .content {
  padding: 50px 90px 80px 130px;
  background-color: #fccc0a;
  border-radius: 90px;
}
@media (max-width: 640px) {
  .zj_section .zj_info .content {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
.zj_section .zj_info .content .name {
  font-size: 30px;
  color: #313131;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .zj_section .zj_info .content .name {
    font-size: 25px;
  }
}
.zj_section .zj_info .content .text {
  font-size: 16px;
  line-height: 26px;
  color: #313131;
}
.zj_section .zj_info .avtar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -50px;
}
@media (max-width: 640px) {
  .zj_section .zj_info .avtar {
    display: none;
  }
}
.zj_section .zj_info .tx {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  display: none;
}
@media (max-width: 640px) {
  .zj_section .zj_info .tx {
    display: block;
  }
}

.recent_article .c_title {
  font-size: 28px;
  color: var(--text-color1);
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.recent_article .list {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.recent_article .list .title {
  font-size: 18px;
  color: var(--text-color);
  line-height: 24px;
  height: 66px;
  margin-top: 10px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .recent_article .list .title {
    font-size: 16px;
  }
}
.recent_article .list .date {
  color: #959595;
}
@media (max-width: 820px) {
  .recent_article .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 640px) {
  .recent_article .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.zj_list_section {
  padding-top: 40px;
  padding-bottom: 84px;
}
@media (max-width: 640px) {
  .zj_list_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.zj_list_section .item_title {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-color1);
  margin-bottom: 35px;
}
.zj_list_section .item_title h3 {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 24px;
}
@media (max-width: 640px) {
  .zj_list_section .item_title img {
    display: none;
  }
}
.zj_list_section .items {
  margin-bottom: 30px;
  overflow: hidden;
}
.zj_list_section .list {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 640px) {
  .zj_list_section .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.zj_list_section .list li {
  background-color: #fffdf1;
  padding: 30px 35px 35px;
}
.zj_list_section .list li .avtar {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.zj_list_section .list li .name {
  font-size: 30px;
  color: #313131;
  margin-top: 25px;
}
.zj_list_section .list li .text {
  margin-top: 20px;
  font-size: 14px;
  color: #313131;
  line-height: 24px;
}
.zj_list_section .more {
  margin-top: 16px;
  color: var(--text-color1);
}
.zj_list_section .more img {
  margin-left: 15px;
}

.zjgd_section {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .zjgd_section {
    padding-bottom: 30px;
  }
}
.zjgd_section .list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.zjgd_section .list .poster{
  height: 214px;
}
.zjgd_section .list .poster img{
  height: 100%;
  object-fit:cover;
}
@media (max-width: 640px) {
  .zjgd_section .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .zjgd_section .list .poster{
    height: 110px;
  }
}
.zjgd_section .list .title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}
.zjgd_section .main {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .zjgd_section .main {
    margin-top: 20px;
  }
}
.zjgd_section .news_list_wrap,
.zjgd_section .text_list_wrap {
  width: 75%;
}
@media (max-width: 860px) {
  .zjgd_section .news_list_wrap,
  .zjgd_section .text_list_wrap {
    width: 100%;
  }
}
.zjgd_section .news_list_wrap li {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.zjgd_section .news_list_wrap li .poster{
  height: 180px;
}
.zjgd_section .news_list_wrap li .poster img{
  height: 100%;
  object-fit: cover;
}
.zjgd_section .text_list_wrap li {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.zjgd_section .news_list_wrap li:first-child {
  padding-top: 0;
}
@media (max-width: 640px) {
  .zjgd_section .news_list_wrap li a,
  .zjgd_section .text_list_wrap li a {
    display: block;
  }
}
.zjgd_section .news_list_wrap .title,
.zjgd_section .text_list_wrap .title{
  font-size: 18px;
  color: var(--text-color1);
}
.zjgd_section .text_list_wrap .title{
  width: calc(100% - 25%);
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}
.zjgd_section .news_list_wrap .poster {
  width: 240px;
}
@media (max-width: 640px) {
  .zjgd_section .text_list_wrap .title{
    width: calc(100% - 40%);
  }
  .zjgd_section .news_list_wrap .poster {
    width: 100%;
  }

  .zjgd_section .text_list_wrap .title{
    font-size: 16px;
  }
}
.zjgd_section .news_list_wrap .info {
  padding-left: 30px;
}
@media (max-width: 640px) {
  .zjgd_section .news_list_wrap .info {
    padding-left: 0;
    padding-top: 20px;
  }
}
.zjgd_section .news_list_wrap .info .ot {
  margin-top: 15px;
  color: #7d7d7d;
  margin-bottom: 15px;
}
.zjgd_section .news_list_wrap .info .ot span{
  margin-right: 16px;
}
.zjgd_section .news_list_wrap .info .sub {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 24px;
}
.zjgd_section .text_list_wrap .info .ot {
  width: 17%;
}
.zjgd_section .text_list_wrap .info .ot span {
  font-size: 16px;
  color: #7d7d7d;
}
.zjgd_section .ad_wrap {
  padding-left: 20px;
}
@media (max-width: 860px) {
  .zjgd_section .ad_wrap {
    display: none;
  }
}
.zjgd_section .ad_wrap a {
  display: block;
  margin-bottom: 30px;
}
.zjgd_section .ad_wrap a img {
  width: 100%;
}

.article_box {
  padding-top: 30px;
}
.article_box .post_title {
  font-size: 36px;
  line-height: 1.3;
  color: var(--text-color);
}
@media (max-width: 640px) {
  .article_box .post_title {
    font-size: 28px;
  }

  .zjgd_section .text_list_wrap .info .ot {
    width: 35%;
  }

  .zjgd_section .text_list_wrap .info .ot span {
    font-size: 14px;
  }
}
.article_box .ot {
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9c9c9;
}
.article_box .ot span {
  font-size: 16px;
  color: #959595;
  margin-right: 15px;
}
@media (max-width: 640px) {
  .article_box .ot {
    display: block;
  }
}
@media (max-width: 640px) {
  .article_box .ot .operate {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}
.article_box .ot .operate span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  background-color: var(--bg-color1);
}
.article_box .ot .operate .sq {
  margin-left: 10px;
}
.article_box .post_body {
  padding-top: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c9c9c9;
}
.article_box .post_body p {
  font-size: 16px;
  line-height: 36px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.article_box .social_box {
  margin-bottom: 90px;
  padding-top: 50px;
  font-size: 16px;
  color: var(--text-color);
}
@media (max-width: 640px) {
  .article_box .social_box {
    margin-bottom: 30px;
    padding-top: 30px;
    display: block;
  }
}
.article_box .social_box .link {
  margin-left: 15px;
}
@media (max-width: 640px) {
  .article_box .social_box .link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.article_box .social_box a {
  margin-right: 15px;
}

.tj-title {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 30px;
}

.share_modal .share_modal_modal {
  width: 750px;
  padding: 40px;
  background: url(../images/bg.png) 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .share_modal .share_modal_modal {
    padding: 0;
    max-height: 50vh;
  }
}
.share_modal .box {
  background-color: #f9f8f5;
  position: relative;
  height: 100%;
}
.share_modal .top {
  background-color: #fff;
  padding: 40px 40px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 640px) {
  .share_modal .top {
    padding: 20px;
    display: block;
  }
  .share_modal .top .date {
    margin-top: 20px;
  }
}
.share_modal .top .date {
  font-size: 16px;
  color: #959595;
}
.share_modal .uk-modal-close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.share_modal .modal_body {
  border-radius: 20px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.share_modal .article_box {
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 640px) {
  .share_modal .article_box {
    padding: 20px 15px;
  }
}
.share_modal .article_box .post_title {
  font-size: 30px;
  color: #313131;
}
@media (max-width: 640px) {
  .share_modal .article_box .post_title {
    font-size: 24px;
  }
}
.share_modal .article_box .post_body {
  margin-top: 20px;
  border-top: 1px solid #c9c9c9;
}
.share_modal .article_box .post_body p {
  color: #626262;
}
.share_modal .bottom {
  padding-top: 20px;
  padding-bottom: 70px;
}
.share_modal .bottom img {
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .share_modal .bottom {
    padding-bottom: 30px;
  }
}
.share_modal .bottom p {
  line-height: 24px;
  text-align: center;
  color: #313131;
}
.share_modal .bottom .p1 {
  color: #707070;
}


.hezuo_wrap {
  padding-top: clamp(30px, 3.125rem, 50px);
  padding-bottom: clamp(30px, 5rem, 80px);
}
.hezuo_wrap .title {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .hezuo_wrap .title {
    font-size: 24px;
  }
}
.hezuo_wrap .hz-wrap-list {
  margin-top: clamp(20px, 2.8125rem, 45px);
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .hezuo_wrap .hz-wrap-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hezuo_wrap .hz-wrap-list li {
  background-color: #fafafa;
  padding: clamp(20px, 2.1875rem, 35px) clamp(15px, 2.8125rem, 45px);
}
.hezuo_wrap .hz-wrap-list li .tit {
  font-size: 20px;
  color: #231f20;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 640px) {
  .hezuo_wrap .hz-wrap-list li .tit {
    font-size: 18px;
  }
}
.hezuo_wrap .hz-wrap-list li .label {
  width: 50px;
}
.hezuo_wrap .hz-wrap-list li .p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hezuo_wrap .hz-wrap-list li .text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.hezuo_wrap .hz-wrap-list li:last-child {
  background: transparent;
}
.hezuo_wrap .hz-wrap-list li:last-child .text {
  padding-top: 0;
}