@charset "utf-8";
.index_banner.index_banner_other {
  width: 100%;
  position: relative;
}
.index_banner.index_banner_other .swiper-container {
  width: 100%;
}
.index_banner.index_banner_other .swiper-container .swiper-slide {
  width: 100%;
  height: 420px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_banner.index_banner_other .swiper-container .swiper-slide img {
  height: 420px;
  width: auto;
}
.index_banner.index_banner_other .banner_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.index_banner.index_banner_other .banner_nav .safe_width {
  height: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left {
  width: 240px;
  height: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul li {
  flex: 1;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .nav_li_one {
  padding: 0 24px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(81, 255, 129, 0.6);
  color: #fff;
  font-size: 18px;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .b_nav_l {
  padding: 0 24px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .b_nav_l a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .b_nav_l a:hover {
  color: #51FF81;
}
/*关于众思创*/
.about_con {
  width: 100%;
}
.about_con .about_safe {
  max-width: 1260px;
}
.about_con .about_safe .publish_nav {
  width: 100%;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  height: 80px;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
.about_con .about_safe .publish_nav .nav_l {
  display: flex;
  justify-content: left;
  align-items: center;
}
.about_con .about_safe .publish_nav .nav_l li {
  line-height: 24px;
  padding: 0 30px;
  border-right: 1px solid #CCCCCC;
}
.about_con .about_safe .publish_nav .nav_l li a {
  font-size: 16px;
  color: #333333;
}
.about_con .about_safe .publish_nav .nav_l li.active a {
  color: #0E84FF;
}
.about_con .about_safe .publish_nav .nav_l li:hover {
  color: #0E84FF;
}
.about_con .about_safe .publish_nav .nav_l li:last-child {
  border: none;
}
.about_con .about_safe .publish_nav::after {
  width: 100%;
  background: #fff;
  box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.05);
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: -1;
  content: '';
}
.about_con .about_safe .publish_nav .cur_wz {
  font-size: 14px;
  color: #666;
}
.about_con .about_safe .publish_nav .cur_wz i {
  font-size: 16px;
  font-weight: bold;
  color: #0E84FF;
}
.about_con .about_safe .publish_nav .cur_wz text {
  margin: 0 3px;
}
.gy_01_con {
  width: 100%;
  padding: 0px 0 98px 270px;
  margin-top: 158px;
  position: relative;
}
.gy_01_con .gy_01_intro {
  width: 100%;
  padding: 64px 70px 64px 240px;
  background: #f8f8f8;
}
.gy_01_con .gy_01_intro h5 {
  font-size: 28px;
  color: #000;
  line-height: 34px;
  margin-bottom: 26px;
}
.gy_01_con .gy_01_intro p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.gy_01_con .gy_01_pt {
  width: 100%;
  max-width: 429px;
  position: absolute;
  top: -82px;
  left: 0;
  z-index: 2;
}
.gy_01_con .gy_01_pt img {
  width: 100%;
  height: auto;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
}
.page_con nav ul {
  margin: 0;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: 1px solid #CCCCCC !important;
  background: #fff;
  color: #7B7B7B;
  font-size: 14px;
  width: 34px;
  line-height: 32px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 8px;
}
.page_con nav ul li:hover a {
  color: #0E84FF;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #0E84FF !important;
  border-color: #0E84FF !important;
}
/*荣誉资质*/
.gy_03_con {
  width: 100%;
  padding: 80px 0;
}
.zz_list {
  width: 100%;
  padding: 0 0 0px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zz_list .zz_item {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 40px;
  position: relative;
}
.zz_list .zz_item .zz_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #D9D9D9;
  height: 400px;
}
.zz_list .zz_item .zz_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.zz_list .zz_item p {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 14px;
  margin-top: 16px;
  line-height: 18px;
}
.zz_list .zz_item::after {
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #0E84FF;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.zz_list .zz_item:nth-child(3n+1) {
  margin-left: 0;
}
.zz_list .zz_item:hover p {
  color: #0E84FF;
}
.zz_list .zz_item:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
  background: #305dc3;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*联系我们*/
.gy_04_con {
  width: 100%;
}
.gy_04_con .lx_text_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gy_04_con .lx_text_con .lx_text_left {
  width: 41.7%;
  margin-top: 80px;
}
.gy_04_con .lx_text_con .lx_text_left h5 {
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  padding-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
}
.gy_04_con .lx_text_con .lx_text_left .lx_info {
  width: 100%;
  padding-top: 6px;
}
.gy_04_con .lx_text_con .lx_text_left .lx_info .lx_info_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 24px;
}
.gy_04_con .lx_text_con .lx_text_left .lx_info .lx_info_item img {
  width: 30px;
  height: auto;
}
.gy_04_con .lx_text_con .lx_text_left .lx_info .lx_info_item span {
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 12px;
  font-size: 16px;
  color: #4E4E4E;
  line-height: 30px;
}
.gy_04_con .lx_text_con .lx_text_right {
  width: 41.7%;
  margin-top: 80px;
}
.gy_04_con .lx_text_con .lx_text_right h5 {
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  padding-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
}
.gy_04_con .lx_text_con .lx_text_right .lx_erm_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item {
  width: 110px;
  margin-top: 26px;
}
.gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item span {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item:nth-child(1) {
  margin-right: 40px;
}
.gy_04_con .lx_map {
  padding: 100px 0;
}
/*发展历程*/
.about_con_pc {
  background: url(../images/fz_lc_bj.jpg) #fff no-repeat center bottom;
  background-size: 100% auto;
}
.about_con_pc .fzlc_pc {
  width: 100%;
  padding: 76px 0 90px 0;
}
/*新闻资讯*/
.infor-list {
  width: 100%;
  padding: 40px 0;
}
.infor-list .infor-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.infor-list .infor-box .infor-left {
  width: calc(100% - 380px);
}
.infor-list .infor-box .infor-left .news-lists-ul {
  width: 100%;
}
.infor-list .infor-box .infor-left .news-lists-ul li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f4f7ff;
}
.infor-list .infor-box .infor-left .news-lists-ul li:last-child {
  border: none;
}
.infor-list .infor-box .infor-left .news-lists-ul li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  position: relative;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-img-box {
  width: 40%;
  overflow: hidden;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-img-box img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor {
  width: calc(56% - 30px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  right: 20px;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: bold 18px/20px "微软雅黑";
  color: #222;
  margin-bottom: 12px;
  margin-top: 6px;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-description {
  width: 100%;
  font: 14px/22px "微软雅黑";
  color: #999;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 2px;
  right: 0px;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time .news-time {
  font: 12px/22px "微软雅黑";
  color: #999;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time .liulan {
  display: flex;
  justify-content: right;
  align-items: center;
  color: #ff5e33;
  font-size: 12px;
}
.infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time .liulan img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.infor-list .infor-box .infor-left .news-lists-ul li a:hover .news-infor .infor-title {
  color: #0E84FF;
}
.infor-list .infor-box .infor-left .news-lists-ul li a:hover .news-img-box img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.infor-list .infor-box .infor-left .page_con {
  margin-top: 40px;
}
.infor-list .infor-box .infor-right {
  width: 360px;
  padding: 0 10px;
  background: #fff;
}
.infor-list .infor-box .infor-right .news-right-title {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px;
  height: 56px;
  font: bold 18px/56px "微软雅黑";
  color: #0E84FF;
}
.infor-list .infor-box .infor-right .news-right-title .news-right-title-icon {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 18px;
  background: #0E84FF;
  margin-left: 10px;
  margin-right: 5px;
}
.infor-list .infor-box .infor-right ul {
  width: 100%;
}
.infor-list .infor-box .infor-right ul li {
  border-top: 1px solid #f4f7ff;
  padding: 10px 0;
}
.infor-list .infor-box .infor-right ul li:nth-child(2) a .news-right-img .news-right-icon {
  background: #ff7930;
}
.infor-list .infor-box .infor-right .news-right-list1 {
  width: 100%;
}
.infor-list .infor-box .infor-right .news-right-list1 a {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.infor-list .infor-box .infor-right .news-right-list1 a .news-right-icon {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 46px;
  height: 27px;
  background: url(../images/news/Top1.png);
}
.infor-list .infor-box .infor-right .news-right-list1 a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.infor-list .infor-box .infor-right .news-right-list1 a h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 8px 10px;
  font: 14px/24px "微软雅黑";
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
}
.infor-list .infor-box .infor-right .news-right-list1 a:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.infor-list .infor-box .infor-right .news-right-list {
  width: 100%;
}
.infor-list .infor-box .infor-right .news-right-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infor-list .infor-box .infor-right .news-right-list a .news-right-img {
  display: inline-block;
  width: 120px;
  position: relative;
  overflow: hidden;
}
.infor-list .infor-box .infor-right .news-right-list a .news-right-img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.infor-list .infor-box .infor-right .news-right-list a .news-right-img .news-right-icon {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 22px;
  height: 22px;
  background: #a2a2a2;
  font: 12px/22px "微软雅黑";
  color: #fff;
  text-align: center;
}
.infor-list .infor-box .infor-right .news-right-list a .news-right-desc {
  width: calc(100% - 135px);
}
.infor-list .infor-box .infor-right .news-right-list a .news-right-desc .news-right2-title {
  height: 40px;
  font: 14px/20px "微软雅黑";
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.infor-list .infor-box .infor-right .news-right-list a .news-right-desc .news-right-time {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin-top: 4px;
}
.infor-list .infor-box .infor-right .news-right-list a:hover .news-right-img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.infor-list .infor-box .infor-right .news-right-list a:hover .news-right-desc .news-right2-title {
  color: #0E84FF;
}
/*详情*/
.xq_box {
  background: #fff;
  width: 100%;
}
.xq_box .details_h {
  width: 100%;
  padding: 30px 40px;
  border-bottom: 1px solid #E7E7E7;
}
.xq_box .details_h h5 {
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
}
.xq_box .details_h p {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 28px;
  text-align: center;
  padding: 0 10%;
}
.xq_box .details_h p span {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}
.xq_box .details_content {
  width: 100%;
  padding: 34px 40px 50px 40px;
}
.xq_box .bottom_jump {
  width: 100%;
  padding: 34px 40px 44px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #e7e7e7;
}
.xq_box .bottom_jump .jump_left {
  width: 70%;
}
.xq_box .bottom_jump .jump_left .jump_ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.xq_box .bottom_jump .jump_left .jump_ul li {
  width: 100%;
}
.xq_box .bottom_jump .jump_left .jump_ul li a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}
.xq_box .bottom_jump .jump_left .jump_ul li:hover a {
  color: #0E84FF;
}
.xq_box .bottom_jump .back_go {
  text-decoration: none;
  display: inline-block;
  width: 174px;
  height: 48px;
  font-size: 14px;
  border: 1px solid #0E84FF;
  font-weight: 400;
  color: #0E84FF;
  line-height: 48px;
  text-align: center;
}
.xq_box .bottom_jump .back_go:hover {
  background: #0E84FF;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .gy_01_con {
    width: 100%;
    padding: 0px 0 98px 230px;
  }
  .gy_01_con .gy_01_intro {
    padding: 50px 50px 50px 170px;
  }
  .gy_01_con .gy_01_intro h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .gy_01_con .gy_01_intro p {
    font-size: 13px;
    line-height: 26px;
  }
  .gy_01_con .gy_01_pt {
    max-width: 350px;
  }
}
/*加入我们*/
.gy_05_con {
  width: 100%;
  padding: 60px 0 100px 0;
}
.join_box {
  width: 100%;
}
.join_item {
  width: 100%;
  margin-bottom: 40px;
}
.enter_top {
  width: 100%;
  height: 70px;
  background: #f8f8f8;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.enter_top:hover,
.join_show .enter_top {
  color: #fff;
  background: #0E84FF;
}
.enter_top:hover .zw_div,
.join_show .enter_top .zw_div {
  color: #fff;
}
.enter_top:hover .cz_div span,
.join_show .enter_top .cz_div span {
  background: #fff;
}
.enter_top .zw_div {
  width: 24.5%;
  padding-left: 4.5%;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter_top div:nth-child(3) {
  width: 20.5%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter_top div:nth-child(2),
.enter_top div:nth-child(4) {
  width: 18.1%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cz_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 30px;
}
.cz_div span {
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
.line_01 {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1px;
}
.line_02 {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #333;
}
.join_show .line_01 {
  opacity: 0;
}
.join_show .line_02 {
  transform: rotate(90deg);
}
.join_desc {
  width: 100%;
  background: #f8f8f8;
  padding: 0px 80px 0px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease 0s, transform 0.4s ease 0s;
}
.join_show .join_desc {
  padding: 20px 80px 36px 80px;
  height: auto;
  overflow: visible;
}
.join_desc h5 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin: 34px 0 0 0;
  padding: 0;
}
.desc_info {
  width: 100%;
  margin-top: 10px;
}
.desc_info p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.bottom_td {
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #666666;
}
.bottom_td a {
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #0E84FF;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
.bottom_td a:hover {
  background: #0c6dd3;
}
.join_mp {
  width: 100%;
  height: 380px;
  background-size: cover cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 98px;
}
@media screen and (max-width: 1366px) {
  .index_banner.index_banner_other .swiper-container .swiper-slide {
    width: 100%;
    height: unset;
    overflow: unset;
    display: inline-block;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index_banner.index_banner_other {
    width: 100%;
    position: relative;
  }
  .index_banner.index_banner_other .swiper-container {
    width: 100%;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .index_banner.index_banner_other .banner_nav {
    display: none;
  }
  .gy_01_con {
    width: 100%;
    padding: 1.25rem 0 1.7rem 0;
    margin-top: 0;
  }
  .gy_01_con .gy_01_intro {
    width: 100%;
    padding: 1.5rem 0.6rem;
    background: #f8f8f8;
  }
  .gy_01_con .gy_01_intro h5 {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .gy_01_con .gy_01_intro p {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .gy_01_con .gy_01_pt {
    width: 100%;
    max-width: 100%;
    position: unset;
  }
  .gy_01_con .gy_01_pt img {
    width: 100%;
    height: auto;
  }
  .leisjdk {
    text-align: left;
    position: relative;
    z-index: 4;
    margin-top: 1.25rem;
  }
  .leisjdk .leisjk {
    display: block;
    position: relative;
    padding: 0px 0.85rem;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    line-height: 1.9rem;
    font-size: 0.55rem;
    color: #000;
  }
  .leisjdk .leisjk div {
    line-height: 1.9rem;
  }
  .leisjdk .leisjj {
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 1.9rem;
    right: 0.8rem;
    top: 0 !important;
    z-index: 3;
    background: url(../images/lei-sjj.png) center center no-repeat;
    background-size: 0.67rem auto !important;
    opacity: 0.8;
  }
  .leisjdk .leisjerk {
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 0 0.85rem;
  }
  .leisjdk .leisjerk a {
    overflow: hidden;
    padding: 0.6rem 0.385rem;
    border-bottom: 1px solid #ddd;
    line-height: 0.8rem;
    font-size: 0.5rem;
    color: #454545;
    display: block;
    width: 100%;
  }
  .leisjdk .leisjerk a:last-child {
    border: none;
  }
  /*加入我们*/
  .gy_05_con {
    width: 100%;
    padding: 1.25rem 0 1.7rem 0;
  }
  .join_item {
    margin-bottom: 1.25rem;
  }
  .enter_top {
    height: 5.5rem;
    font-size: 0.55rem;
    line-height: unset;
    justify-content: unset;
    align-items: unset;
    position: relative;
    flex-wrap: wrap;
  }
  .enter_top .zw_div {
    width: 80%;
    margin-top: 0.75rem;
    padding-left: 0.85rem;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .enter_top div:nth-child(2),
  .enter_top div:nth-child(4) {
    width: 51.8%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0.85rem;
  }
  .enter_top div:nth-child(3) {
    width: 48.1%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0rem;
  }
  .cz_div {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    margin-right: unset;
  }
  .line_01 {
    width: 0.55rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    left: 0;
  }
  .line_02 {
    width: 0.1rem;
    height: 0.55rem;
  }
  .join_desc {
    padding: 0px 0.85rem 0px 0.85rem;
  }
  .join_show .join_desc {
    padding: 0.5rem 0.85rem 1.5rem 0.85em;
  }
  .join_desc h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
    margin: 0.9rem 0 0 0;
  }
  .desc_info {
    margin-top: 0.5rem;
  }
  .desc_info p {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .bottom_td {
    width: 100%;
    margin-top: 1.25rem;
    padding-top: 0;
    border-top: none;
  }
  .bottom_td a {
    display: inline-block;
    width: 4.7rem;
    height: 1.5rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
  }
  /*页码*/
  .page_con nav ul {
    margin: 0.45rem 0 0 0;
  }
  .page_con nav ul li {
    border-radius: 0;
  }
  .page_con nav ul li a {
    border: 0.025rem solid #CCCCCC !important;
    background: #fff;
    color: #7B7B7B;
    font-size: 0.5rem;
    width: 1.3rem;
    line-height: 1.25rem;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 0.175rem;
  }
  /*荣誉资质*/
  .gy_03_con {
    padding: 1.25rem 0 1.7rem 0;
  }
  .gy_03_con .page_con nav ul {
    margin: 0.35rem 0 0 0;
  }
  .zz_list .zz_item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .zz_list .zz_item .zz_img {
    padding: 1.65rem;
    height: auto;
  }
  .zz_list .zz_item p {
    margin-top: 0.85rem;
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  /*联系我们*/
  .gy_04_con .lx_text_con {
    flex-wrap: wrap;
  }
  .gy_04_con .lx_text_con .lx_text_left {
    width: 100%;
    margin-top: 1.9rem;
  }
  .gy_04_con .lx_text_con .lx_text_left h5 {
    font-size: 0.95rem;
    line-height: 1rem;
    color: #333333;
    padding-bottom: 0.75rem;
    border-bottom: 0.025rem solid #D9D9D9;
  }
  .gy_04_con .lx_text_con .lx_text_left .lx_info {
    padding-top: 0.35rem;
  }
  .gy_04_con .lx_text_con .lx_text_left .lx_info .lx_info_item {
    margin-top: 0.95rem;
  }
  .gy_04_con .lx_text_con .lx_text_left .lx_info .lx_info_item img {
    width: 1.3rem;
  }
  .gy_04_con .lx_text_con .lx_text_left .lx_info .lx_info_item span {
    width: calc(100% - 1.3rem);
    padding-left: 0.5rem;
    font-size: 0.6rem;
    line-height: 1.3rem;
  }
  .gy_04_con .lx_text_con .lx_text_right {
    width: 100%;
    margin-top: 1.9rem;
  }
  .gy_04_con .lx_text_con .lx_text_right h5 {
    font-size: 0.95rem;
    line-height: 1rem;
    color: #333333;
    padding-bottom: 0.75rem;
    border-bottom: 0.025rem solid #D9D9D9;
  }
  .gy_04_con .lx_text_con .lx_text_right .lx_erm_box {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
  .gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item {
    width: 4.85rem;
    margin-top: 1.25rem;
  }
  .gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item span {
    font-size: 0.6rem;
    margin-top: 0.55rem;
    line-height: 0.8rem;
  }
  .gy_04_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item:nth-child(1) {
    margin-right: 2rem;
  }
  .gy_04_con .lx_map {
    padding: 1.75rem 0 2rem 0;
  }
  /*发展历程*/
  .about_con_pc {
    background: transparent;
  }
  .gy_02_con {
    width: 100%;
  }
  .gy_02_con .fz_phone {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 2.25rem;
  }
  .gy_02_con .fz_phone .fz_p_item {
    width: 100%;
    position: relative;
  }
  .gy_02_con .fz_phone .fz_p_item .cur_date {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: rgba(15, 133, 255, 0.2);
    line-height: 4.5rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .gy_02_con .fz_phone .fz_p_item .fz_p_text {
    margin-top: 2.3rem;
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    padding: 1rem 0.75rem 1.2rem 0.75rem;
    border-bottom: 0.15rem solid #0E84FF;
  }
  .gy_02_con .fz_phone .fz_p_item .fz_p_text h5 {
    font-size: 0.75rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .gy_02_con .fz_phone .fz_p_item .fz_p_text p {
    margin-bottom: 0.6rem;
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.6rem;
    color: #666666;
    padding-left: 0.65rem;
    position: relative;
  }
  .gy_02_con .fz_phone .fz_p_item .fz_p_text p::after {
    display: inline-block;
    content: '';
    background: url(../images/fz_zs.jpg) no-repeat center center;
    background-size: 0.45rem auto;
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    top: 0.225rem;
    left: 0;
  }
  /*新闻资讯*/
  .infor-list {
    padding: 0.6rem 0 1rem 0;
  }
  .infor-list .infor-box {
    flex-direction: column;
  }
  .infor-list .infor-box .infor-left {
    width: 100%;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f4f7ff;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li:last-child {
    border: none;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a {
    padding: 0.5rem 0;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-img-box {
    width: 5.75rem;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor {
    width: calc(100% - 6.45rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    right: 0;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-title {
    width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font: normal 0.6rem/0.95rem "微软雅黑";
    margin-bottom: 0;
    margin-top: 0rem;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-description {
    display: none;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time {
    bottom: 0.1rem;
    right: 0px;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time .news-time {
    font: 0.5rem/0.7rem "微软雅黑";
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time .liulan {
    font-size: 0.5rem;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a .news-infor .infor-time .liulan img {
    width: 0.55rem;
    height: auto;
    margin-right: 0.2rem;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a:hover .news-infor .infor-title {
    color: #0E84FF;
  }
  .infor-list .infor-box .infor-left .news-lists-ul li a:hover .news-img-box img {
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0.1s;
  }
  .infor-list .infor-box .infor-left .page_con {
    margin-top: 0.35rem;
  }
  .infor-list .infor-box .infor-right {
    display: none;
  }
  /*详情*/
  .xq_box .details_h {
    width: 100%;
    line-height: 1.2rem;
    padding: 0.4rem 0 0.9rem 0;
    border-bottom: 0.025rem solid #E7E7E7;
  }
  .xq_box .details_h h5 {
    font-size: 0.75rem;
    letter-spacing: 0.025rem;
    line-height: 1.2rem;
  }
  .xq_box .details_h p {
    padding: 0;
    margin-top: 0.45rem;
  }
  .xq_box .details_h p span {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin: 0 0.2rem;
  }
  .xq_box .details_content {
    width: 100%;
    padding: 1rem 0rem 1.1rem 0rem;
  }
  .xq_box .bottom_jump {
    flex-direction: column;
    padding: 0.55rem 0rem 1.25rem 0rem;
    border-top: 0.025rem solid #e7e7e7;
  }
  .xq_box .bottom_jump .jump_left {
    width: 100%;
  }
  .xq_box .bottom_jump .jump_left .jump_ul li {
    width: 100%;
  }
  .xq_box .bottom_jump .jump_left .jump_ul li a {
    font-size: 0.55rem;
    line-height: 1.4rem;
  }
  .xq_box .bottom_jump .back_go {
    margin-top: 0.5rem;
    width: 4.5rem;
    height: 1.4rem;
    font-size: 0.55rem;
    border: 0.025rem solid #0E84FF;
    line-height: 1.35rem;
    text-align: center;
  }
}
