﻿.index_nav_wrap {
  width: 100%;
  height: 88px;
  background: #fff;
  border-bottom: 1px solid #f5f8fa;
  box-sizing: border-box;
}

.head_logo {
  width: 230px;
  height: 88px;
  float: left;
}

.head_logo img {
  height: 88px;
}

.nav_con_wrap {
  height: 88px;
  float: right;
}

.nav_con_wrap li {
  float: left;
  height: 88px;
  margin-right: 30px;
}

.nav_con_wrap li a {
  transition: all 300ms;
  display: block;
  line-height: 88px;
  color: #555;
  text-align: center;
  position: relative;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}

.nav_con_wrap li.nav_li_selected a {
  background: #f9f9f9;
  color: #555;
}

.nav_con_wrap li a:hover {
  background: #f9f9f9;
  color: #555;
}

.nav_con_wrap li.nav_li_selected a:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #9bc936;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.nav_con_wrap li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #9bc936;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.top_notice {
  float: right;
  line-height: 88px;
  max-width: 160px;
  padding: 0 18px 0 30px;
  font-size: 14px;
  color: #696969;
  background: url(../images/icon_not.png) no-repeat left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_icon_nav {
  float: right;
  width: 67px;
  height: 88px;
  background: #9bc936;
  line-height: 88px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.top_icon_nav i {
  font-size: 22px;
}


@media (min-width: 1439px) {
  .index_nav_con {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .index_nav_con {
    width: 96%;
    margin: 0 2%;
  }
}

@media (max-width: 979px) {
  .index_nav_wrap {
    display: none;
  }

  .index_nav_bg {
    display: none;
  }
}

@media (max-width: 767px) {}


/*�˵�����*/

.move_nav_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  z-index: 6;
  right: 14px;
}

.move_nav_icon ul {
  height: 40px;
}

.move_icon {
  margin-top: 7px;
  height: 4px;
}

.move_icon span {
  background: #ddd;
}

.move_icon .move_icon_max {
  display: block;
  width: 30px;
  height: 3px;
  margin-left: 5px;
  float: left;
  border-radius: 10px;
  transition: 1s;
}

.move_nav_icon:hover {
  cursor: pointer;
}

.mob_nav_wrap {
  overflow: hidden;
  position: relative;
  height: 60px;
}

.mob_head_logo {
  padding: 0 60px 0 25px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  height: 60px;
}

.mob_head_logo a {
  overflow: hidden;
  display: block;
  height: 60px;
  width: 100%;
  text-align: left;
}

.mob_head_logo img {
  max-height: 100%;
}

.mob_sousuo {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  line-height: 40px;
  text-align: center;
}

.mob_sousuo i {
  font-size: 22px;
  color: #ddd;
}

.selectnav {
  position: fixed;
  z-index: 2000;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.selectnav2 {
  overflow: hidden;
  background: #fff;
  width: 30%;
  position: absolute;
  right: 0px;
  height: 100%;
  padding-top: 30px;
}

.selectnav ul li {
  width: 100%;
  background: #fff;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
}

.selectnav ul li a {
  display: block;
  padding-left: 10%;
  color: #555;
}

@media (min-width:979px) {
  .mob_nav_wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav_wrap {
    display: none;
  }

  .head_wrap {
    height: 60px;
  }
}

@media (max-width: 480px) {}

@media (min-width: 768px)and (max-width: 979px) {
  .mob_nav_wrap {
    display: block;
  }

  .head_wrap {
    height: 80px;
  }

  .mob_head_logo {
    height: 80px;
  }

  .mob_head_logo a {
    height: 80px;
  }

  .mob_nav_wrap {
    height: 80px;
  }
}

/*�ֻ�ͷ��*/


.banner_wrap {
  position: relative;
  width: 100%;
}

.server_pro {
  position: relative;
  width: 100%;
}

.server_wrap {
  width: 100%;
  height: 215px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.server_con {
  transform: translateY(50%);
  overflow: hidden;
}

.server_con li {
  width: 20%;
  height: 215px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.server_con li:nth-child(1) {
  border-top-left-radius: 20px;
}

.server_con li:nth-child(5) {
  border-top-right-radius: 20px;
}

.server_con li a {
  transition: all 300ms;
  display: block;
  text-align: center;
  display: block;
  height: 100%;
  padding: 25px 20px 20px;
  box-sizing: border-box;
}

.server_con li a img {
  width: 125px;
  height: 125px;
  transition: all 300ms;
}

.server_con li a span {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 300ms;
}

.server_con li a:hover {
  background: #f5f5f5;
}

.server_con li a:hover img {
  transform: translateY(5px) scale(1.03);
}

.server_con li a:hover span {
  transform: translateY(5px);
  font-size: 15px;
}

.server_con_bottom {
  height: 115px;
}


@media (min-width: 1439px) {
  .server_con {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .server_con {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 768px)and (max-width: 979px) {
  .server_wrap {
    position: relative;
  }

  .server_con li a {
    padding: 10px 20px 10px;
  }

  .server_wrap {
    height: 190px;
  }

  .server_con li {
    height: 190px;
  }
}

@media (max-width: 979px) {
  .server_con {
    transform: translateY(0%);
  }

  .server_con_bottom {
    display: none;
  }

}

@media (max-width: 767px) {
  .server_wrap {
    position: relative;
    display: none;
  }

  .server_con li {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .server_con li:nth-child(1) {
    border-top-left-radius: 0px;
  }

  .server_con li:nth-child(5) {
    border-top-left-radius: 0px;
  }

}


/*bannner icon*/

.hotpro_wrap {
  overflow: hidden;
}

.hotpro_con {
  width: 100%;
  margin-top: 20px;
}

.hotpro_con li {
  width: 23.5%;
  background: #f9f9f9;
  margin-right: 2%;
}

/*.hotpro_con li:nth-child(n+4){ margin-right:0;  }*/
.hotpro_con li.mgin {
  margin-right: 0px;
}

.hotpro_con li:hover {
  background: #f5f5f5;
}

.hotpro_con li a {
  display: block;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.hotpro_con li a>img {
  max-width: 100%;
  max-height: 100%;
  transition: all 300ms;
}

.hotpro_con li a p {
  width: 80%;
  height: 49px;
  line-height: 49px;
  background: #ff5f10;
  color: #fff;
  padding: 0 65px 0 15px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotpro_con li a p .hotprotit {
  display: block;
  text-align: left;
  line-height: 49px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotpro_con li:hover a>img {
  margin-top: -3px;
}

.hotpro_con li a p .hotproimg {
  position: absolute;
  width: 60px;
  height: 49px;
  right: 0px;
  top: 0px;
}

.hotpro_con li a p .hotproimg:hover {
  background: rgba(0, 0, 0, 0.2);
}

.hotpro_con li a p .hotproimg img {
  transition: all 300ms;
}

.hotpro_con li a p .hotproimg:hover img {
  margin-left: 3px;
}

@media (min-width: 1439px) {
  .hotpro_wrap {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .hotpro_wrap {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 768px)and (max-width: 979px) {
  .hotpro_con li {
    width: 50%;
    margin-right: 0%;
  }
}

@media (min-width: 768px) {
  .hotpro_con li {
    float: left;
  }

}

@media (max-width: 767px) {

  .hotpro_con li {
    width: 48%;
    border-bottom: 1px solid #eee;
    float: left;
    margin-left: 2%;
    margin-right: 0 !important
  }

  .hotpro_con {
    margin-left: -1%
  }
}


/*�Ƽ���Ʒ*/

.index_about_wrap {
  overflow: hidden;
}

.about_wrap {
  margin-top: 20px;
  width: 49%;
  height: 340px;
}

.about_con_bg {
  margin-top: 20px;
  background: url(../images/about.jpg) no-repeat center;
  background-size: auto 100%;
  height: 340px;
}

.about_con {
  width: 100%;
  height: 100%;
  float: left;
  background: #f9f9f9;
  padding: 0 30px;
  box-sizing: border-box;
}

.about_con h2 {
  height: 70px;
  box-sizing: border-box;
  line-height: 70px;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #333;
  font-weight: normal;
  padding: 0 22px;
  border-bottom: 1px solid #eee;
}

.about_con h2:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  content: "";
  width: 46px;
  height: 1px;
  background: #9bc936;
}

.about_con p {
  color: #696969;
  font-size: 14px;
  height: 155px;
  box-sizing: border-box;
  line-height: 32px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
}

.about_con_more {
  transition: all 300ms;
  margin: 20px auto;
  display: block;
  width: 157px;
  height: 44px;
  box-sizing: border-box;
  line-height: 44px;
  border: 1px solid #9bc936;
  color: #9bc936;
  text-align: center;
}

.about_con_more:hover {
  background: #9bc936;
  color: #fff;
}

@media (min-width: 1439px) {
  .index_about_wrap {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .index_about_wrap {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 980px) {
  .about_wrap {
    float: left;
  }

  .about_con_bg {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
}

@media (min-width: 768px)and (max-width: 979px) {
  .about_wrap {
    margin-top: 20px;
    width: 100%;
    height: 370px;
  }




}

@media (min-width: 767px) {}

@media (max-width: 767px) {

  .about_wrap {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .about_con {
    position: relative;
    top: 0;
    height: 270px;
  }

  .about_con_bg {
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
  }

  .about_con p {
    -webkit-line-clamp: 3;
    height: 89px;
  }




}


/*��������*/
.index_box3_wrap {
  overflow: hidden;
}

.certificate_wrap {
  margin-top: 20px;
  height: 370px;
  width: 49%;
  margin-right: 2%;
  padding: 0 30px;
  box-sizing: border-box;
}

.certificate_wrap {
  background: #f9f9f9;
}

.index_tit_ry {
  height: 62px;
  box-sizing: border-box;
  line-height: 62px;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #333;
  font-weight: normal;
  padding: 0 22px;
  border-bottom: 1px solid #eee;
}

.index_tit_ry:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  content: "";
  width: 46px;
  height: 1px;
  background: #9bc936;
}

.zhengshu_wrap {
  width: 100%;
  height: 307px;
}

.zhengshu_container {
  height: 307px;
  width: 100%;
  padding: 25px 50px !important;
  box-sizing: border-box;
}

.certificate_img {
  height: 100%;
}

.certificate_img li {
  width: 48.5%;
  height: 100%;
  margin-right: 3%;
}

.certificate_img li:nth-child(2) {
  margin-right: 0%;
}

.certificate_img li a {
  width: 100%;
  height: 100%;
  display: block;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.certificate_img li a img {
  max-height: 100%;
  max-width: 100%;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide {
  opacity: 1;
}

.zhengshu_container .swiper-button-prev,
.zhengshu_container .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/lefticon.png);
  background-image: none;
}

.zhengshu_container .swiper-button-next,
.zhengshu_container .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/righticon.png);
  background-image: none;
}

.zhengshu_container .swiper-button-prev,
.zhengshu_container .swiper-container-rtl .swiper-button-prev:after {
  width: 20px;
  height: 20px;
  border: 1px solid #9bc936;
  transform: rotate(45deg);
  border-top: none;
  border-right: none;
}

.zhengshu_container .swiper-button-next,
.zhengshu_container .swiper-container-rtl .swiper-button-prev:after {
  width: 20px;
  height: 20px;
  border: 1px solid #9bc936;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}

.problem_wrap {
  height: 370px;
  background: #f9f9f9;
  margin-top: 20px;
  padding: 0 30px;
  box-sizing: border-box;
}

.problem_ry {
  height: 62px;
  box-sizing: border-box;
  line-height: 62px;
  font-size: 18px;
  position: relative;
  text-align: center;
  color: #333;
  font-weight: normal;
  padding: 0 22px;
  border-bottom: 1px solid #eee;
}

.problem_ry:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  content: "";
  width: 46px;
  height: 1px;
  background: #9bc936;
}

.problem_con_more {
  transition: all 300ms;
  margin: 20px auto;
  display: block;
  width: 157px;
  height: 44px;
  box-sizing: border-box;
  line-height: 44px;
  border: 1px solid #9bc936;
  color: #9bc936;
  text-align: center;
}

.problem_con_more:hover {
  background: #9bc936;
  color: #fff;
}

.problem_ul {
  padding-top: 20px;
}

.problem_ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  overflow: hidden;
}

.problem_ul li h3 {
  font-weight: normal;
  font-size: 15px;
  text-indent: 36px;
  color: #999;
  line-height: 34px;
  height: 34px;
  background: url(../images/problem_iocn_01.png) no-repeat center left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.problem_ul li p {
  color: #76a50e;
  font-size: 15px;
  text-indent: 36px;
  line-height: 34px;
  height: 34px;
  background: url(../images/problem_iocn_02.png) no-repeat center left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.problem_ul li h3 a {
  color: #999;
}

.problem_ul li p a {
  color: #76a50e;
}

.problem_ul li h3 a:hover {
  text-decoration: underline;
}

.problem_ul li p a:hover {
  color: #76a50e;
  text-decoration: underline;
}

@media (min-width: 1439px) {
  .index_box3_wrap {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .index_box3_wrap {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 980px) {
  .certificate_wrap {
    float: left;
  }

  .problem_wrap {
    float: left;
    width: 49%;
  }


}

@media (min-width: 768px)and (max-width: 979px) {
  .certificate_wrap {
    margin-top: 20px;
    width: 100%;
    height: 370px;
  }

  .index_tit_ry {
    padding: 0 22px;
  }
}

@media (min-width: 767px) {
  .certificate_img li {
    float: left;
  }

}

@media (max-width: 767px) {
  .certificate_wrap {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .certificate_img li {
    width: 48%;
    float: left
  }

  .certificate_img li:nth-child(2) {}

  .zhengshu_container {
    padding: 10px 10px !important;
  }

  .index_tit_ry {
    padding: 0 22px;
  }

  .problem_wrap {
    width: 100%;
  }

}

/*����֤�� ��������*/
.news_wrap {
  overflow: hidden;
}

.news_con {
  margin-top: 20px;
}

.news_con_ul li {
  width: 23.5%;
  margin-right: 2%;
  overflow: hidden;
  box-sizing: border-box;
}

.news_con_ul li:nth-child(n+4) {
  margin-right: 0;
}

.news_con_ul li p {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.news_con_ul li p a {
  padding: 0 20px;
  font-size: 15px;
  color: #555;
  width: 100%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_con_ul li p:nth-child(1) {
  height: 163px;
  position: relative;
  text-align: center;
}

.news_con_ul li p:nth-child(1) a {
  display: block;
  height: 36px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.news_con_ul li p img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.news_con_ul li p a:hover {
  text-decoration: underline;
}

@media (min-width: 1439px) {
  .news_wrap {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .news_wrap {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 768px)and (max-width: 979px) {
  .news_con_ul li {
    width: 47%;
    margin-right: 2%;
    margin-left: 2%;
  }

  .news_con_ul li:nth-child(2n+2) {
    margin-left: 0;
  }

  .news_con_ul li p img {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .news_con_ul li {
    float: left;
  }


}

@media (max-width: 767px) {
  .news_con_img {
    display: none;
  }

  .news_con_ul li {
    padding: 0px 20px;
  }

  .news_con_ul li {
    width: 100%;
  }

  .news_con_ul li:first-child {
    display: block;
  }

  .news_con_ul li p:nth-child(1) a {
    width: 100%;
  }


}

/*������Ѷ*/

.message_wrap {
  width: 100%;
  height: 258px;
  background: url(../images/messagebg.jpg) no-repeat center;
  margin-top: 20px;
}

.message_con {
  overflow: hidden;
}

.message_tel_wrap {
  width: 40%;
  padding-top: 40px;
}

.message_input {
  float: right;
  width: 477px;
  text-align: right;
  padding-top: 40px;
}

.message_erweima {
  width: 120px;
}

.message_erweima img {
  width: 120px;
  height: 120px;
}

.message_erweima p {
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 5px;
  font-size: 14px;
}

.message_tel {
  padding-left: 20px;
}

.message_tel p {
  font-size: 16px;
  color: #fff;
}

.message_tel h3 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  background: url(../images/message_tel.png) no-repeat left center;
  text-indent: 36px;
}

.message_input input {
  height: 38px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}

.message_input input::-webkit-input-placeholder {
  color: #fff;
}

.name {
  /* width: 155px; */
  color: #fff;
}

.tel {
  margin-left: 12px;
  width: 300px;
  color: #fff;
}

.jianyi {
  width: 472px;
  margin-top: 13px;
  height: 84px;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 10px;
}

.jianyi::-webkit-input-placeholder {
  color: #fff;
}

.jianyi::-moz-placeholder {
  color: #fff;
}

.jianyi:-ms-input-placeholder {
  color: #fff;
}

.Check {
  margin-left: 5px;
  margin-top: 13px;
  float: left;
}

.message_btn {
  outline: none;
  transition: all 300ms;
  display: block;
  float: right;
  width: 148px;
  height: 46px;
  background: #76a50e;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 13px;
}

.message_btn:hover {
  background: #7cac13;
  color: #daf1a8;
}

@media (min-width: 1439px) {
  .message_con {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .message_con {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 768px)and (max-width: 979px) {

  .message_tel_wrap {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }

  .message_input {
    display: none;
  }

  .message_erweima {
    margin: 0 auto;
  }

  .message_tel {
    width: 210px;
    margin: 0 auto;
  }

}

@media (min-width: 980px) {
  .message_erweima {
    float: left;
  }

  .message_tel {
    float: left;
  }

  .message_tel_wrap {
    float: left;
  }
}


@media (max-width: 767px) {
  .message_input {
    display: none;
  }

  .message_tel_wrap {
    width: 100%;
    padding-top: 20px;
  }

  .message_erweima {
    margin: 0 auto;
  }

  .message_tel {
    margin-top: 15px;
  }

  .message_tel p {
    text-align: center;
    width: 100%;
  }

  .message_tel h3 {
    text-align: center;
    margin: 0 auto;
    width: 210px;
  }

  .message_wrap {
    background: url(../images/messagebg.jpg) no-repeat left;
  }

}


/*��������*/
.bottom_wrap {
  background: #2f2f2f;
  overflow: hidden;
}

.bottom_con_xinxi {
  color: #ccc;
  font-size: 16px;
  line-height: 35px;
  padding: 30px 0;
  overflow: hidden;
  max-width: 100% !important;
  text-align: center;
}

.bottom_con_xinxi a {
  color: #ccc
}

.bottom_con_links {
  color: #ccc;
  font-size: 13px;
  line-height: 24px;
  padding: 10px 0;
  overflow: hidden;
}

.bottom_con_links a {
  color: #ccc
}

.bottom_con_links a:hover {
  color: #fff;
}

@media (min-width: 1439px) {
  .bottom_con {
    width: 1400px;
    margin: auto;
  }
}

@media (min-width: 980px) and (max-width: 1438px) {
  .bottom_con {
    width: 96%;
    margin: 0 2%;
  }
}

@media (min-width: 767px) {


  .bottom_con_links {
    float: right;
  }

}

@media (min-width: 768px)and (max-width: 979px) {

  .bottom_con p {
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .bottom_con_xinxi {
    width: 100%;
  }

  .bottom_con_links {
    width: 100%;
  }

  .bottom_con p.bottom_con_xinxi {
    line-height: 24px;
    padding: 15px 10px 10px;
  }

  .bottom_con p.bottom_con_links {
    line-height: 24px;
    padding: 0 10px 10px;
    background: #222;
  }

}




@media (max-width: 767px) {
  .bottom_con p {
    text-align: center;
    box-sizing: border-box;
  }

  .bottom_con_xinxi {
    width: 100%;
  }

  .bottom_con_links {
    width: 100%;
  }

  .bottom_con p.bottom_con_xinxi {
    line-height: 24px;
    padding: 15px 10px 10px;
  }

  .bottom_con p.bottom_con_links {
    line-height: 24px;
    padding: 0 10px 10px;
    background: #222;
  }

}


/*�ײ�*/


/*.bottomMenu {  width:100%; height:55px; position:fixed;bottom:0px;left:0px; z-index:1001;display:none;background:#fff;  }
.bottomMenu ul li{   height:55px;float:left; background:#caad8f; text-align:center; }
.bottomMenu ul li span{ display:block; }
.bottomMenu ul li span img{ width:20px; height:20px; }
.bottomMenu ul li a{   height:55px;display:block; color:#fff; padding:10px 0; box-sizing:border-box;  }
.bottomMenu ul li a p{  padding-top:5px; }
@media only screen and (max-width: 38.75em) {
    .bottomMenu { display:block; }
     body {  padding-bottom:55px;}
}*/

/*�ֻ��ײ���ϵ�˵�*/






.list-panel {
  width: 100%;
}

.list-panel .list-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  height: 60px;
  line-height: 60px;
}

.list-panel .list-header .label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: #333333;
  text-align: left;
  vertical-align: top;
}

.list-panel .list-header .label.k1 {
  padding: 0 0 0 40px;
  width: 460px;
}

.list-panel .k2 {
  width: 200px;
}

.list-panel .k3 {
  width: 300px;
}

.list-panel .k4 {
  width: 150px;
}

.list-panel .k6 {
  width: 100px;
}

.list-panel .posts {
  width: 1360px;
  margin-bottom: 50px;
  margin-bottom: 10px;
}

.posts .sub-post {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  height: 140px;
  opacity: 1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
  padding: 10px;
  margin: 20px 0;
}

.list-panel .k1 {
  width: 500px;
  text-align: center;
}

.list-panel .posts .sub-post .block.name {
  display: flex;
  align-items: center;
}

.list-panel .posts .sub-post .block .logo {
  width: 200px;
  margin-right: 10px;
}

.list-panel .posts .sub-post .block .logo img {
  max-width: 140px;
  max-height: 112px;
}

.list-panel .posts .sub-post .block .housing_name {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  text-align: left;
  width: 200px;
}

.list-panel .posts .sub-post .block .start_date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
  vertical-align: top;
}

.list-panel .posts .sub-post .block .housing_region,
.list-panel .posts .sub-post .block .housing_address {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
  padding: 0 10px 0 0;
}

.list-panel .posts .sub-post .block .industry {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
}

.list-panel .posts .sub-post .block .subscription {
  /* width: 66px; */
  height: 28px;
  border-radius: 6px;
  background: #ef6320;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}










.news-box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}


.news-box .posts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 0px 15px 10px;
  border-bottom: solid 1px #ebebeb;
}


.news-box .posts .aa {
  width: 110px;
}



.news-box .posts .aa .cover {
  /* width: 100px; */
  /* height: 73px; */
  /* overflow: hidden; */
  /* position: relative; */
  width: 108px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-box a:link,
.news-box a:hover,
.news-box a:visited {
  letter-spacing: 0px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



.news-box .posts .aa .cover img {
  /* object-fit: cover; */
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* width: 100%; */
  /* height: 100%; */
  width: 100%;
  max-height: 90px;
}



.news-box .posts .bb {
  /* width: 845px; */
  height: 73px;
  padding-left: 12px;
  text-align: left;
  position: relative;
}



.news-box .posts .info .title {
  font-weight: 900;
  font-size: 14px;
}


.news-box a:link,
.news-box a:hover,
.news-box a:visited {
  letter-spacing: 0px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-box .posts .bb .time {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #999999;
  font-size: 14px;
}


.right-title {
  text-align: left;
  padding: 0px 15px 0 15px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}


.title-line {
  width: 280px;
  height: 4px;
  background-color: #E4E4E4;
  position: absolute;
  left: 85px;
  top: 7px;
}




/* 背景装饰元素 */
.bg-element {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
}

.bg-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  top: 10%;
  left: 5%;
}

.bg-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, #ff9a9e, #fad0c4);
  bottom: 10%;
  right: 8%;
}

.bg-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, #a1c4fd, #c2e9fb);
  top: 20%;
  right: 15%;
}

/* 表单容器 */
.form-wrapper {
  width: 100%;
  max-width: 1000px;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 50px auto 80px;
}

/* 左侧信息面板 */
.info-panel {
  flex: 0 0 40%;
  background: linear-gradient(135deg, #ff5f10, #182848);
  color: white;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.info-panel::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.panel-header h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.panel-header p {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 30px;
}

.info-list {
  margin-top: 40px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.3rem;
}

.info-text h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.info-text p {
  font-size: 0.9rem;
  opacity: 0.8;
}

.panel-footer {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 30px;
}

/* 右侧表单区域 */
.form-panel {
  flex: 1;
  padding: 50px 40px;
  overflow-y: auto;
}

/* 表单标题 */
.form-title {
  font-size: 2rem;
  color: #182848;
  margin-bottom: 10px;
  font-weight: 700;
}

.form-subtitle {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

/* 表单组 */
.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

.form-group label .required {
  color: #ff4757;
  margin-left: 3px;
}

/* 输入框样式 */
.input-container {
  position: relative;
}

.input-container i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5f10;
  font-size: 1.1rem;
  z-index: 2;
}

.form-input {
  width: 100%;
  padding: 18px 20px 18px 55px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #f8fafc;
  color: #333;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #ff5f10;
  background-color: white;
  box-shadow: 0 0 0 4px rgba(75, 108, 183, 0.1);
}

.form-input.has-icon {
  padding-left: 55px;
}

/* 双列布局 */
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.form-col {
  flex: 1;
}

/* 选择框样式 */
.select-container {
  position: relative;
}

.select-container::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5f10;
  pointer-events: none;
}

.select-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* 文本域样式 */
textarea.form-input {
  min-height: 150px;
  resize: vertical;
  line-height: 1.5;
  padding: 15px 20px;
}

textarea.form-input.has-icon {
  padding-left: 20px;
}

/* 标签组样式 */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.tag-option {
  display: none;
}

.tag-label {
  display: inline-block;
  padding: 10px 20px;
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #555;
}

.tag-option:checked+.tag-label {
  background: #ff5f10;
  color: white;
  border-color: #ff5f10;
  box-shadow: 0 5px 15px rgba(75, 108, 183, 0.3);
}

/* 文件上传 */
.file-upload-area {
  border: 3px dashed #cbd5e1;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8fafc;
}

.file-upload-area:hover {
  border-color: #ff5f10;
  background-color: #f0f4ff;
}

.file-upload-area i {
  font-size: 3rem;
  color: #ff5f10;
  margin-bottom: 15px;
}

.file-upload-area p {
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.file-upload-area span {
  color: #94a3b8;
  font-size: 0.9rem;
}

/* 表单底部 */
.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #f1f5f9;
}

.terms-agree {
  display: flex;
  align-items: center;
}

.terms-agree input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.terms-agree label {
  color: #64748b;
  font-size: 0.95rem;
}

.terms-agree a {
  color: #ff5f10;
  text-decoration: none;
  font-weight: 600;
}

.terms-agree a:hover {
  text-decoration: underline;
}

/* 按钮样式 */
.form-actions {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 15px 35px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-reset {
  background-color: #f1f5f9;
  color: #64748b;
  border: 2px solid #e2e8f0;
}

.btn-reset:hover {
  background-color: #e2e8f0;
}

.btn-submit {
  background: linear-gradient(135deg, #ff5f10, #182848);
  color: white;
  box-shadow: 0 5px 15px rgba(75, 108, 183, 0.4);
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(75, 108, 183, 0.5);
}

.btn i {
  margin-right: 8px;
}

/* 浮动卡片 */
.floating-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 1.3rem;
  color: #182848;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.card-title i {
  margin-right: 10px;
  color: #ff5f10;
}

/* 计数器 */
.char-counter {
  text-align: right;
  font-size: 0.9rem;
  color: #94a3b8;
  margin-top: 5px;
}

/* 响应式设计 */
@media (max-width: 900px) {
  .form-wrapper {
    flex-direction: column;
    max-width: 700px;
  }

  .info-panel {
    padding: 30px 25px;
  }

  .form-panel {
    padding: 30px 25px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 600px) {
  .form-title {
    font-size: 1.7rem;
  }

  .panel-header h1 {
    font-size: 2rem;
  }

  .form-footer {
    flex-direction: column;
    gap: 20px;
  }

  .form-actions {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .bg-element {
    display: none;
  }
}

/* 输入框验证样式 */
.form-input.valid {
  border-color: #2ecc71;
}

.form-input.invalid {
  border-color: #ff4757;
}

.error-message {
  color: #ff4757;
  font-size: 0.9rem;
  margin-top: 5px;
  display: none;
}

/* 动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-card,
.form-group {
  animation: fadeIn 0.5s ease forwards;
}

/* 延迟动画 */
.floating-card:nth-child(1) {
  animation-delay: 0.1s;
}

.floating-card:nth-child(2) {
  animation-delay: 0.2s;
}

.floating-card:nth-child(3) {
  animation-delay: 0.3s;
}

.floating-card:nth-child(4) {
  animation-delay: 0.4s;
}




/* 左侧欢迎区域 */
.welcome-section {
  flex: 0 0 45%;
  background: linear-gradient(135deg, #ff5f10, #182848);
  color: white;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.welcome-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.welcome-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.logo {
  /* display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1; */
}

.logo-icon {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #ff5f10;
  font-size: 1.8rem;
}

.logo-text {
  font-size: 2rem;
  font-weight: 700;
}

.welcome-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.welcome-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.features {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.2rem;
}

.feature-text h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.feature-text p {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* 右侧表单区域 */
.form-section {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* 表单切换器 */
.form-switcher {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.switch-tab {
  flex: 1;
  text-align: center;
  padding: 18px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.switch-tab.active {
  color: #ff5f10;
  border-bottom: 3px solid #ff5f10;
}

.switch-indicator {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50%;
  background: #ff5f10;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* 表单容器 */
.forms-container {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}

.form-wrapper123 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  visibility: hidden;
}

.form-wrapper.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.form-title {
  font-size: 2rem;
  color: #182848;
  margin-bottom: 10px;
  font-weight: 700;
}

.form-subtitle {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

/* 表单样式 */
.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

.input-container {
  position: relative;
}

.input-container i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5f10;
  font-size: 1.1rem;
}

.form-input {
  width: 100%;
  padding: 16px 20px 16px 50px;
  border: 2px solid #e1e5eb;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.form-input:focus {
  outline: none;
  border-color: #ff5f10;
  background-color: white;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  cursor: pointer;
  font-size: 1.1rem;
}

.password-toggle:hover {
  color: #ff5f10;
}

/* 记住我和忘记密码 */
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.remember-me {
  display: flex;
  align-items: center;
}

.remember-me input {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.remember-me label {
  color: #666;
  cursor: pointer;
}

.forgot-password {
  color: #ff5f10;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.forgot-password:hover {
  color: #ff5f10;
  text-decoration: underline;
}

/* 按钮 */
.btn-submit {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #ff5f10 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.5);
}

/* 分割线 */
.divider {
  display: flex;
  align-items: center;
  margin: 30px 0;
  color: #999;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e1e5eb;
}

.divider span {
  padding: 0 15px;
  font-size: 0.9rem;
}

/* 社交登录 */
.social-login {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.social-btn:hover {
  transform: translateY(-5px);
}

.social-btn.wechat {
  background: #09bb07;
}

.social-btn.qq {
  background: #12b7f5;
}

.social-btn.weibo {
  background: #e6162d;
}

/* 注册链接 */
.switch-link {
  text-align: center;
  color: #666;
  margin-top: 20px;
}

.switch-link a {
  color: #ff5f10;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}

.switch-link a:hover {
  text-decoration: underline;
}

/* 验证错误提示 */
.error-message {
  color: #ff4757;
  font-size: 0.9rem;
  margin-top: 5px;
  display: none;
}

.form-input.error {
  border-color: #ff4757;
}

.form-input.success {
  border-color: #2ed573;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
    max-width: 600px;
  }

  .welcome-section {
    padding: 40px 30px;
  }

  .form-section {
    padding: 40px 30px;
  }

  .welcome-title {
    font-size: 2.3rem;
  }
}

@media (max-width: 576px) {
  body {
    padding: 15px;
  }

  .container {
    border-radius: 20px;
  }

  .welcome-section,
  .form-section {
    padding: 30px 20px;
  }

  .welcome-title {
    font-size: 1.8rem;
  }

  .form-title {
    font-size: 1.7rem;
  }

  .form-switcher {
    margin-bottom: 30px;
  }

  .switch-tab {
    font-size: 1.1rem;
    padding: 15px 0;
  }
}

/* 动画 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-item,
.form-wrapper {
  animation: fadeInUp 0.5s ease forwards;
}

.feature-item:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-item:nth-child(2) {
  animation-delay: 0.2s;
}

.feature-item:nth-child(3) {
  animation-delay: 0.3s;
}

/* 协议复选框 */
.terms-agree {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.terms-agree input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.terms-agree label {
  color: #666;
  font-size: 0.95rem;
}

.terms-agree a {
  color: #ff5f10;
  text-decoration: none;
  font-weight: 600;
}

.terms-agree a:hover {
  text-decoration: underline;
}


.denlubox button {
  border-radius: 6px;
  background: linear-gradient(to right, #FF5F10, #FD7F42);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 53px;
  width: 120px;
  border: none;
  margin: 15px;
}

.denlubox button a {
  color: #fff;
  font-size: 18px;
}
















.info_title_block {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 2px 2px 5px #c1c1c1;
}

.info_title_block_txt {
  border-left: 2px solid #f06220;
  padding-left: 5px;
}

.info_title_block_txt h2 {
  margin: 0;
  font-size: 22px;
  color: #000;
  line-height: 22px;
}

.info_title_block_txt p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.info_list_block {
  margin-top: 10px;
}


.info_list_block_item {
  width: 32%;
  display: inline-block;
  margin-right: 8px;
  margin: 10px 7px;
  background: #fff;
  margin-top: 8px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
  padding: 20px 0px;
}


.info_list_block_item_logo {
  width: 40%;
  /* height: 165px; */
  float: left;
  overflow: hidden;
}


.info_list_block_item_logo a {
  display: block;
  height: 100%;
}

.info_list_block_item_logo img {
  transition: all 0.4s;
  /* height: 100%; */
  width: 100%;
      max-width: 180px;
        max-height: 100px;
}

.info_list_block_item_info {
  width: 55%;
  float: right;
  padding-right: 10px;
}

.info_list_block_item_info_tab {
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
}

.info_list_block_item_info_tab .yanxuan {
  background: #a79c1f;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 5px;
}


.info_list_block_item_info_title {
  margin: 0 0 5px 0;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.info_list_block_item_info_title a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  transition: all 0.4s;
}

.info_list_block_item_info_btn {
  margin-bottom: 5px;
}


.info_list_block_item_info_btn button {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #666;
  height: 20px;
  font-size: 12px;
  background: #fff;
  transition: all 0.4s;
  margin-right: 11px;
}

.info_list_block_item_info_djs_block {
  height: 34px;
  line-height: 30px;
}


.info_list_block_item_info_djs {
  color: #000;
  font-size: 12px;
  float: left;
}

.info_list_block_item_info_djs_dingyue {
  float: right;
}


.info_list_block_item_info_djs_dingyue button {
  background: #f06220;
  color: #fff;
  border: none;
  width: 60px;
  height: 22px;
  line-height: 20px;
  margin-top: 3px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
}

.cl {
  clear: both;
}

.info_list_block_item_info_tab .remen {
  background: #f16220;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 5px;
}

.info_list_block_item_info_tab .yanxuan {
  background: #a79c1f;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 5px;
}

.info_list_block_item_info_tab .tuijian {
  background: #333;
  color: #fff;
  /* margin-right: 5px; */
  padding: 0 5px;
  font-size: 12px;
  border-radius: 5px;
}






 .recommend {
  width: 1380px;
  margin: 50px auto;
}

 .recommend .recommend-container .recommend-box .recommend-title {
  text-align: left;
  /* margin-top: 30px; */
}


 .recommend .recommend-container .recommend-box .recommend-title .title {
  display: flex;
}

 .recommend .recommend-container .recommend-box .recommend-title .title .main-title-recom {
  background-image: url(/templets/2024showg/images/recom@2x.png);
  background-repeat: no-repeat;
  font-size: 22px;
  height: 30px;
  background-size: 30px 30px;
  display: flex;
  align-items: center;
  /* width: 12%; */
  width: 250px;
  font-weight: bold;
}



 .recommend .recommend-container .recommend-box .recommend-right {
  padding: 18px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box {
  width: 300px;
  height: 250px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.04);
  padding: 0 14px;
  margin: 18px 5px 0 5px;
}

 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-img {
  display: flex;
  height: 140px;
  justify-content: center;
  align-items: center;
}


 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-img .logo {
  width: 260px;
  height: 100px;
  /* background-image: url(/images/tubj.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  /* background-size: 212px 111px; */
}


 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}



 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row a:link,
 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row a:hover,
 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row a:visited {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}


 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row.date {
  padding: 5px 0 0 0;
}

 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row.date .time {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: #999999;
}


 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row.hot {
  padding: 18px 0 0 0;
}


 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row.hot .hots {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: #999999;
  background-image: url(/templets/2024showg/images/hhot.png);
  background-repeat: no-repeat;
  background-size: 13px 15px;
  background-position: 0px 6px;
  padding: 5px 0 0 5px;
  text-align: left;
}


 .recommend .recommend-container .recommend-box .recommend-right .exhibition-box .exhibition-info .row.hot .join .bnt {
  width: 66px;
  height: 28px;
  opacity: 1;
  border-radius: 6px;
  background: #ef6320;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}