@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

@font-face {
  src: url(https://imgs-data-brwq.bcdn8.com/youzhi0213/uploads/20230411/5c76596698d47219ea531d5c2ac7a4ef.ttf);
  font-family: "ailipuhui";
  font-display: swap;
}

@font-face {
  src: url(https://imgs-data-brwq.bcdn8.com/youzhi0213/uploads/20230411/38edfe1889c8ab6ad5c238d91aefa22b.ttf);
  font-family: "ailipuhuibold";
  font-display: swap;
}

.fw {
  font-family: "ailipuhuibold";
}

body {
  font-family: "ailipuhui" !important;
}

.bg {
  background: #FF6A00;
}

.c {
  color: #FF6A00;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.65);
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #FF6A00;
}

.er-ul.er_ul_pro .left {
  padding-right: 5.1875rem;
  border-right: 1px solid #B7B7B7;
}

.er-ul.er_ul_pro .left .name {
  font-size: 1.375rem;
  font-family: "ailipuhuibold";
  line-height: 2rem;
  color: #FF6A00;
  margin-bottom: 0.5rem;
}

.er-ul.er_ul_pro .left .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  color: rgba(24, 24, 24, 0.6);
}

.er-ul.er_ul_pro .right {
  padding-left: 3.125rem;
}

.er-ul.er_ul_pro .right ul {
  justify-content: flex-start;
}

.er-ul.er_ul_pro .right ul li {
  width: 25%;
  font-size: 1rem;
  line-height: 2.25rem;
}

.er-ul.er_ul_pro .right ul li:hover a {
  color: #FF6A00;
}

.er-ul.er_ul_pro .right ul li a {
  color: rgba(24, 24, 24, 0.8);
}
.pic_zy{
    filter: brightness(255) invert(1);
    width: 34.375rem;
}

header .bot nav>ul>li:nth-child(6) .er-ul .right ul li {
  width: 33.3%;
  max-width: 33.3%;
}

header .bot nav>ul>li:nth-child(4) .er-ul li {
  width: 25%;
  line-height: 2.5rem;
}

.er-ul>li:hover a {
  color: #FF6A00;
}

.er-ul {
  padding: 1.375rem 0;
}

.er-ul ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.er-ul ul li {
  padding: 0 1.5625rem;
  font-size: 1rem;
  line-height: 2.25rem;
  max-width: 25%;
}

.er-ul ul li a {
  color: rgba(24, 24, 24, 0.8);
}

.er-ul ul li:hover a {
  color: #FF6A00;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .bot nav>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.phone_show {
  display: none;
}

.pc_show {
  display: block;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 16.25rem;
  width: 100%;
}

/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #FF6A00;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #FF6A00;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav .top .fl img {
  height: 40px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.pagination {
  justify-content: center;
}

.pagination li {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 40px;
}

.pagination li.active {
  border-color: #FF6A00;
  color: #fff;
  background: #FF6A00;
}

.pagination li.active span {
  color: #fff;
}

.sjj_nav>ul>li:first-child {
  border-top: none;
}

.pagination li a {
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
}

.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}

.sjj_nav .bot>li:first-child form {
  padding-right: 15px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}

.fix_ul li {
  border: none;
  background: #686868;
}

.fix_ul li .right_div {
  min-width: 6.25rem;
  min-height: 6.25rem;
  align-items: center;
  display: flex;
}

.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}

#phone_nav span,
.seaarch_phone span {
  font-size: 22px;
  padding-left: 0;
}

.phone_lanuage {
  line-height: 40px;
  font-size: 14px;
}

.phone_lanuage a {
  padding: 0 5px;
  display: inline-block;
}

.phone_lanuage a:last-child {
  padding-right: 0;
}

.phone_lanuage a:nth-child(1) {
  position: relative;
}

.phone_lanuage a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #8b8b8b;
  right: -2px;
}

.phone_search.ds {
  line-height: 40px;
  margin-left: 15px;
}

.serbtn {
  background: #FF6A00;
}

.searchbox {
  border-color: #FF6A00;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }

  .banner .swiper-slide.div37 .hover {
    top: 68%
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }

  .container {
    padding: 0 5rem;
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .top {
  padding-top: 0.9375rem;
}

header .top .left {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #181818;
}

header .top .left img {
  margin-right: 0.625rem;
}

header .top .left a {
  margin-right: 1.875rem;
}

header .top .right {
  display: flex;
  align-items: center;
  padding: .3125rem 1rem;
  background: #FF6A00;
  border-radius: 1.875rem;
}

header .top .right .tel {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

header .top .right .tel .iconfont {
  font-size: 1.375rem;
  margin-top: 0.125rem;
  margin-right: 0.375rem;
}

header .top .right .login a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #fff;
  padding-left: 0.875rem;
  margin-left: 0.875rem;
  position: relative;
}

header .top .right .login a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 1.125rem;
  background: #fff;
}

header .top .right .login:hover a {
  text-decoration: underline;
}

header .flex {
  display: flex;
  align-items: center;
}

header .logo img {
  width: 14.5625rem;
}

header .right_fr {
  width: calc(100% - 14.5625rem);
}

header .bot {
  line-height: 4.375rem;
}

header .bot .ds {
  margin-left: 0.9375rem;
}

header .bot .ds .iconfont {
  display: block;
  color: #181818;
  font-size: 1.125rem;
  cursor: pointer;
}

header .bot nav>ul>li {
  float: left;
  padding: 0 0.625rem;
  font-weight: 700;
  font-size: 1rem;
}

header .bot nav>ul>li>a {
  position: relative;
  padding: 0 0.625rem;
  color: #181818;
}

header .bot nav>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #FF6A00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .bot nav>ul>li:hover>a::before,
header .bot nav>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active,
header:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active nav>ul>li:hover>a,
header:hover nav>ul>li:hover>a,
header.active nav>ul>li.active>a,
header:hover nav>ul>li.active>a {
  color: #FF6A00;
}

header.active .top .tel,
header:hover .top .tel {
  color: #fff;
}

header.active .top .login a,
header:hover .top .login a {
  color: #fff;
}

header.active .top .login a::before,
header:hover .top .login a::before {
  background: #fff;
}

header.active .er-ul {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.searchbox {
  top: 6.9375rem;
}

.pr .index_number {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.75);
}

.banner .top {
  position: absolute;
  bottom: 3.75rem;
  z-index: 9;
}

.banner .top .left {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #181818;
}

.banner .top .left img {
  margin-right: 0.625rem;
}

.banner .top .left a {
  margin-right: 1.875rem;
  color: #181818;
}

.banner .top .left a:hover {
  color: #FF6A00;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .swiper-slide.div41 .hover{
    text-align: center;
    top: 68%;
}

.banner .swiper-slide.div38 .hover {
  right: 0;
  text-align: center;
  transform: translateY(60%);
}

.banner .swiper-slide.div39 .hover {
  right: 0;
  text-align: center;
  top: 66%;
}

.banner .hover .p1 {
  font-family: "ailipuhuibold";
  font-size: 3.125rem;
  line-height: 4.5rem;
  color: #181818;
}

.banner .hover .p2 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 3.25rem;
  margin: 0.25rem 0 1.4375rem;
  color: #181818;
}

.banner .swiper-pagination {
  bottom: 9.25rem;
}

.banner .swiper-pagination-bullet {
  width: 2.375rem;
  height: 0.1875rem;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background: #FF6A00;
}

.banner .swiper-slide.div35 .hover,
.banner .swiper-slide.div36 .hover {
  top: auto;
  transform: translateY(0);
  bottom: calc(7rem + 10%);
  text-align: center;
}

.banner .swiper-slide.div35 .hover .p1,
.banner .swiper-slide.div36 .hover .p1 {
  color: #fff;
}

.banner .swiper-slide.div35 .hover .p2 p:nth-child(1) {
  color: #FF6A00;
}

.banner .swiper-slide.div35 .hover .p2 p:nth-child(2),
.banner .swiper-slide.div36 .hover .p2 p {
  font-size: 1.125rem;
  color: #A0A3A8;
}

.banner .swiper-slide.div37 .hover {
  text-align: center;
  top: 70%;
}

.banner .div40 .hover{
    text-align: center;
    top: 69%;
}



.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF6A00;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.more:hover {
  color: #fff;
  border: 1px solid #FF6A00;
}

.more:hover img {
  -webkit-filter: none;
  filter: none;
}

.more:hover::before,
.more.active::before {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.banner .swiper-slide.div34 .more_btn.more {
  display: none;
}

.more_btn.more {
  line-height: 3.125rem;
  padding: 0 3.125rem;
  z-index: 1;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  background: #FF6A00;
  display: inline-block;
  border-radius: 3.125rem;
}

.more_btn.more::before {
  border-radius: 3.125rem;
  background: #000;
}

.more_btn.more:hover {
  border: none;
  color: #fff;
}

.rightfix {
  border: 1px solid #DAD9D9;
  width: 3.0625rem;
  border: 0.5px solid #DAD9D9;
  background: #fff;
  box-shadow: 2px 3px 6px rgba(150, 148, 148, 0.25);
  right: 0.4375rem;
}

.rightfix li:nth-child(1) .right_div {
  width: 140px;
  min-height: 46px;
  line-height: 46px;
  justify-content: center;
}

.rightfix li {
  padding: 0.5rem 0.625rem;
  position: relative;
  background: #fff;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #FF6A00;
}

.rightfix li:hover {
  background: #FF6A00;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child {
  display: none;
}

.rightfix li:last-child::before {
  display: none;
}

.index_number {
  background: #FAFAFA;
}

.index_number .counter1,
.index_number .coun {
  font-weight: 700;
  font-size: 3.75rem;
  text-align: center;
  text-transform: uppercase;
  color: #FF6A00;
  line-height: 4.375rem;
}

.index_number .text {
  font-size: 1.25rem;
  color: #181818;
  line-height: 1.875rem;
}

.index_number sup {
  font-weight: 700;
  font-size: 1.625rem;
  color: #FF6A00;
  top: -1.125em;
}

.index_number li {
  border-right: 1px solid rgba(216, 216, 216, 0.8);
  text-align: center;
  flex: 1 0 0;
  padding: 1.3125rem 0;
  display: block;
}

.index_number li:first-child {
  border-left: 1px solid rgba(216, 216, 216, 0.8);
}

.title h1 {
  font-size: inherit;
}

.title {
  font-family: "ailipuhuibold";
  font-size: 2.75rem;
  line-height: 4.0625rem;
  position: relative;
  padding-bottom: 0.5rem;
  color: #181818;
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.25rem;
  height: 1px;
  background: #FF6A00;
}

.title sub {
  line-height: 2.1875rem;
  padding: 0 0.625rem;
  font-size: 1rem;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  background: #FF6A00;
  top: -2.125rem;
  bottom: auto;
  right: -9.375rem;
}

.title sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  border-top: 0.625rem solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0.625rem solid #FF6A00;
}

.subtitle {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #181818;
  margin-top: 1.25rem;
}

.index_one {
  padding: 4rem 0 6.25rem;
  background: #F5F5F6;
}

.index_one ul.mt40 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_one ul.mt40>li.active,
.index_one ul.mt40>li:hover {
  width: 28.56%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one ul.mt40>li {
  width: 14.28%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one ul.mt40>li .list:nth-child(2) .hover {
  top: auto;
  bottom: 0;
  left: 0;
}

.index_one .list {
  padding: 1.75rem 1.25rem 1.4375rem;
  border: 1px solid #D8D8D8;
  z-index: 1;
  position: relative;
}

.index_one .list>div:nth-child(1) {
  position: relative;
  z-index: 1;
}

.index_one .list:nth-child(2) {
  border-top: none;
}

.index_one .list .name {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #181818;
  margin-bottom: 2.5rem;
  font-weight: 600;
}

.index_one .list .icon img {
  width: 1.5625rem;
}

.index_one .list.active,
.index_one .list:hover {
  z-index: 99;
}

.index_one .list.active .hover,
.index_one .list:hover .hover {
  opacity: 1 !important;
  z-index: 4 !important;
  width: 100%;
  height: 200%;
}

.index_one .list .hover {
  padding: 1.75rem 1.25rem 1.4375rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.index_one .list .hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.384);
  z-index: -1;
}

.index_one .list .hover .name {
  margin-bottom: 0;
}

.index_one .list .hover ul {
  margin: 1.25rem 0 1.375rem;
}

.index_one .list .hover ul li {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #FFFFFF;
}

.index_one .list .hover ul li:hover a {
  color: #FF6A00;
}

.index_one .list .hover ul li a {
  color: #fff;
}

.index_one .list .hover .more_a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.index_two {
  padding: 5.625rem 0 3rem;
}

.index_two .top {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.index_two .top .left {
  padding: 1.875rem 5rem 3.125rem 0;
}

.index_two .top .left img {
  width: 100%;
}

.index_two .top .right {
  border-left: 1px solid #D8D8D8;
  height: auto;
  display: flex;
  align-items: center;
  padding-left: 4.375rem;
}
.index_two .top .right .name.pic{
    filter: brightness(255) invert(1);
    width: 18rem;
}
.index_five .right>.div2 .list .content .text img{
     filter: brightness(255) invert(0.7);
     width: 3.75rem;
}

.index_two .top .right .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #181818;
  font-weight: 600;
}

.index_two .top .right .name p {
  font-size: 1rem;
  text-align: justify;
  color: #181818;
  font-weight: normal;
  font-weight: 600;
}

.index_two .top .right .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #666666;
  margin: 0.8125rem 0 1.25rem;
  height: 6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.index_two .bot {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  display: flex;
  flex-wrap: wrap;
}

.index_two .bot li {
  padding: 0 1.75rem;
  margin-bottom: 3.5625rem;
  width: 25%;
}

.index_two .bot li .bqxx_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  background: #FF6A00;
}

.index_two .bot li:hover>.div {
  box-shadow: 0 0 0.75rem rgba(255, 106, 0, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(-10px);
}

.index_two .bot li:hover>.div .top_top {
  background: #FF6A00;
  color: #fff;
}

.index_two .bot li:hover>.div .top_top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(108%) contrast(101%);
}

.index_two .bot li>.div {
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}

.index_two .bot li>.div .top_top {
  line-height: 3.3125rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
  padding: 0 1.6875rem;
  justify-content: flex-start;
  background: #F5F5F6;
}

.index_two .bot li>.div .top_top img {
  margin-right: 0.75rem;
}

.index_two .bot li>.div .bot_bot {
  border-top: 1px solid #D8D8D8;
  padding: 1.3125rem 1.6875rem;
}

.index_two .bot li>.div .bot_bot .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #666666;
  height: 4.5rem;
}

.index_two .bot li>.div .bot_bot .more_a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #999595;
}

.index_two .bot li.bqzp .top_top {
  background: #9B9B9B;
  color: #fff;
}

.index_two .bot li.bqzp .top_top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(108%) contrast(101%);
}

.p_top {
  position: absolute;
  top: -7.125rem;
}

.index_three {
  padding: 3.75rem 0;
}

.index_three .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  text-align: center;
  color: #FFFFFF;
}

.index_three .text {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0.3125rem 0 1.125rem;
}

.more.bgf {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.more.bgf:hover {
  border: 1px solid #FF6A00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}

.more.bgf::before {
  background: #FF6A00;
}

.more.bgtrasn {
  background: transparent;
  border: 1px solid #D8D8D8;
  color: #181818;
}

.more.bgtrasn:hover,
.more.bgtrasn.active {
  border: 1px solid #FF6A00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}

.more.bgtrasn:hover a,
.more.bgtrasn.active a {
  color: #fff;
}

.more.bgtrasn::before {
  background: #FF6A00;
}

.index_four .gallery-top .swiper-slide,
.list_customer .swiper-slide {
  margin-top: 1.5rem;
}

.index_four .gallery-top .left,
.list_customer .left {
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.index_four .gallery-top .left .img,
.list_customer .left .img,
.index_four .gallery-top .left .img img,
.list_customer .left .img img {
  border-radius: 1.25rem;
}

.index_four .gallery-top .left .hover,
.list_customer .left .hover {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 6.25rem;
}

.index_four .gallery-top .left .hover .iconfont,
.list_customer .left .hover .iconfont {
  display: block;
  font-size: 1.875rem;
}

.index_four .gallery-top .left .hover:hover,
.list_customer .left .hover:hover {
  background: #FF6A00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .gallery-top .right,
.list_customer .right {
  padding: 8.9375rem 6.0625rem 6.25rem 9.0625rem;
  background: linear-gradient(67.41deg, rgba(255, 255, 255, 0.8) -2.74%, rgba(255, 255, 255, 0) 90.68%);
  border: 1px solid #D8D8D8;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  width: 63%;
  float: right;
}

.index_four .gallery-top .right .icon,
.list_customer .right .icon {
  position: absolute;
  top: -1.5rem;
}

.index_four .gallery-top .right .text,
.list_customer .right .text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #666666;
  height: 9.5rem;
}

.index_four .gallery-top .right .jobs,
.list_customer .right .jobs {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #181818;
  margin: 3.125rem 0 0.375rem;
}

.index_four .gallery-top .right .company,
.list_customer .right .company {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #888888;
}

.list_customer .left {
  width: 35%;
}

.list_customer .left .hover {
  width: 5.25rem;
  height: 5.25rem;
  line-height: 5.25rem;
}

.list_customer .right {
  width: 70%;
  padding: 4rem 5rem 3rem 6rem;
}

.list_customer .right .text {
  height: 9rem !important;
}

.list_customer .right .jobs {
  margin-top: 1.875rem;
}

.index_four {
  padding: 3.75rem 0 5.625rem;
}

.index_four .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #FF6A00;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
}

.index_four .gallery-thumbs .swiper-slide {
  background: #fff;
}

.index_four .swiper-button-next {
  right: 10rem;
}

.index_four .swiper-button-prev {
  left: 10rem;
}

.index_four .swiper-button-next,
.index_four .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  background: none !important;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
}

.index_four .swiper-button-next .iconfont,
.index_four .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #D2D2D2;
}

.index_four .swiper-button-next:hover,
.index_four .swiper-button-prev:hover {
  border-color: #FF6A00;
  background: #FF6A00 !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .swiper-button-next:hover .iconfont,
.index_four .swiper-button-prev:hover .iconfont {
  color: #fff;
}

.fancybox__container {
  z-index: 9999;
}

.index_five {
  background: url(../img/11.png) no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 4.375rem 0 5.625rem;
}

.index_five .mt65 {
  display: flex;
  position: relative;
}

.index_five .mt65::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 10%;
  width: 1px;
  height: calc(100% + 8.25rem);
  background: #D8D8D8;
}

.index_five .left {
  width: 10%;
  display: flex;
  align-items: center;
  position: relative;
}

.index_five .left ul {
  width: 100%;
}

.index_five .left ul li {
  font-size: 1.375rem;
  line-height: 70px;
  /* or 318% */
  text-align: center;
  color: #181818;
  position: relative;
  cursor: pointer;
}

.index_five .left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(-50%);
  background: #FF6A00;
}

.index_five .left ul li.active,
.index_five .left ul li:hover {
  color: #FF6A00;
}

.index_five .left ul li.active::before,
.index_five .left ul li:hover::before {
  height: 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right {
  width: 90%;
  padding-left: 5rem;
}

.index_five .right>div {
  display: none;
}

.index_five .right>div.active {
  display: block;
}

.index_five .right>.div2 ul li:hover .list {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(-10px);
}

.index_five .right>.div2 ul li:hover .text {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.4);
}

.index_five .right>.div2 .list {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0;
}

.index_five .right>.div2 .list a {
  height: 21.875rem;
  position: relative;
}

.index_five .right>.div2 .list .content {
  font-size: 1.125rem;
  line-height: 1.625rem;
  position: absolute;
  bottom: 0;
  padding: 0 0.9375rem 0.9375rem;
  color: #181818;
  left: 0;
  width: 100%;
}

.index_five .right>.div2 .list .content .text {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  padding: 0.9375rem 1.25rem 1.125rem;
  font-family: 'ailipuhuibold';
}

.index_five .right .row {
  margin: 0 -1.25rem;
}

.index_five .right .row>li {
  padding: 0 1.25rem;
}

.index_five .right>.div3 .col-md-6:nth-child(1),
.index_five .right>.div3 .col-md-6:nth-child(2) {
  margin-bottom: 2.375rem;
}

.index_five .right>.div3 .list {
  z-index: 1;
  padding: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}

.index_five .right>.div3 .list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  z-index: 1;
}

.index_five .right>.div3 .list a {
  height: 9.6875rem;
}

.index_five .right>.div3 .list .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  font-family: 'ailipuhuibold';
}

.index_five .right>.div3 .list .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.index_five .right>.div3 .list:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right>.div3 .list .content1 {
  position: absolute;
  padding: 0 1.5625rem 1.25rem;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.index_five .right>.div1 .swiper-slide {
  height: 21.875rem;
}

.index_five .right>.div1 .swiper-slide .content2 {
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: 0;
  width: 100%;
  padding: 0 4.6875rem;
  transform: translateY(-50%);
  color: #FFFFFF;
}

.index_five .right>.div1 .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}

.index_five .right>.div1 .bot li {
  background: rgba(255, 255, 255, 0.76);
  line-height: 4.0625rem;
  font-size: 1.25rem;
  text-align: center;
  color: #181818;
  flex: 1 0 0;
  border-right: 1px solid #89747C;
  cursor: pointer;
}

.index_five .right>.div1 .bot li a {
  color: #181818;
}

.index_five .right>.div1 .bot li:last-child {
  border-right: none;
}

.index_five .right>.div1 .bot li:hover,
.index_five .right>.div1 .bot li.active {
  background: #FF6A00;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right>.div1 .bot li:hover a,
.index_five .right>.div1 .bot li.active a {
  color: #fff;
}

.index_six {
  padding: 3.75rem 0;
}

.index_six .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
}

.index_six .top li {
  font-size: 1.375rem;
  line-height: 2rem;
  text-align: center;
  padding: 0 1.375rem;
}

.index_six .top li a {
  color: #000000;
}

.index_six .top li.active a,
.index_six .top li:hover a {
  color: #FF6A00;
}

.index_six .bot>div {
  display: none;
}

.index_six .bot>div.active {
  display: block;
}

.index_six .bot>div>div {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.9375rem;
}

.index_six .bot>div>div>div {
  padding: 0 0.9375rem;
}

.index_six .bot .right {
  width: 46.8%;
}

.index_six .bot .right>ul:hover {
  box-shadow: 0 0 0.625rem #ddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .bot .right ul {
  border: 1px solid #D8D8D8;
  padding: 1.25rem 1.875rem 0.75rem 1.25rem;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .bot .right ul li {
  font-size: 1.125rem;
  text-align: justify;
  color: #181818;
}

.index_six .bot .right ul li .name {
  font-weight: normal;
}

.index_six .bot .right ul li a {
  line-height: 2.75rem;
  color: #181818;
}

.index_six .bot .right ul li:hover a {
  color: #FF6A00;
}

.index_six .bot .left:nth-child(1) {
  width: 26.6%;
}

.index_six .bot .left:nth-child(1):hover img {
  transform: scale(1.05);
  object-fit: cover;
}

.index_six .bot .left:nth-child(1):hover .name {
  color: #FF6A00;
}

.index_six .bot .left:nth-child(1):hover>div {
  border-color: #FF6A00;
  box-shadow: 0 0 0.625rem #ddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .bot .left:nth-child(1)>div {
  border: 1px solid #D8D8D8;
  height: 100%;
}

.index_six .bot .left:nth-child(2) {
  width: 26.6%;
}

.index_six .bot .left:nth-child(2) .content {
  padding: 1.45rem 1.375rem 1.25rem;
}

.index_six .bot .left:nth-child(2)>div {
  border: 1px solid #D8D8D8;
}

.index_six .bot .left:nth-child(2)>div:nth-child(1) {
  margin-bottom: 2rem;
  height: calc(50% - 1rem);
}

.index_six .bot .left:nth-child(2)>div:nth-child(2) {
  margin-top: 2rem;
  height: calc(50% - 1rem);
}

.index_six .bot .left:nth-child(2)>div:hover {
  border-color: #FF6A00;
  box-shadow: 0 0 0.625rem #ddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .bot .left:nth-child(2)>div:hover .name {
  color: #FF6A00;
}

.index_six .bot .content {
  padding: 1.875rem 1.375rem 1.5625rem;
}

.index_six .bot .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: justify;
  margin-bottom: 0.75rem;
  color: #181818;
}

.index_six .bot .data {
  margin-top: 1rem;
}

.index_six .bot .text,
.index_six .bot .data {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #666666;
}

.index_six .bot .name,
.index_six .bot .text {
  text-align: justify;
}

.index_seven {
  padding: 4.125rem 0;
}

.index_seven ul {
  display: flex;
  position: relative;
  margin-top: -1.75rem;
}

.index_seven ul:nth-child(1) {
  margin-top: 0;
}

.index_seven ul:nth-child(odd) {
  padding: 0 5.3125rem;
}

.index_seven ul:nth-child(even) {
  padding: 0 0.625rem;
}

.index_seven ul li {
  float: left;
  margin: 0 0.625rem;
  flex: 1 0 0;
  position: relative;
  text-align: center;
}

.index_seven ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.index_seven ul li svg {
  width: 100%;
  height: 100%;
}

.index_seven ul li:hover img {
  transform: scale(1.05) translate(-50%, -50%);
}

footer {
  background: #141414;
  padding-top: 4.6875rem;
}

footer .name {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

footer .name a {
  color: #fff;
}

footer .name .iconfont {
  display: none;
}

footer .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #9D9C9C;
}

footer .text span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

footer .ewm {
  display: flex;
  align-items: center;
  margin-top: 0.9375rem;
}

footer .ewm img {
  width: 6.25rem;
}

footer .ewm>div {
  margin-right: 0.8125rem;
}

footer .ewm .text {
  margin-top: 0.375rem;
}

footer a.text:hover {
  color: #FF6A00;
}

footer .content {
  margin-top: 0.625rem;
}

footer ul li.fl {
  width: 10%;
}

footer ul li.fl:nth-child(4) {
  width: 12.5%;
}

footer ul li.fl:nth-child(3) {
  width: 13.7%;
}

footer ul li.fr {
  width: 23.5%;
}

footer .center {
  margin-top: 1.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #9D9C9C;
}

footer .center a {
  color: #9D9C9C;
}

footer .center a:hover {
  color: #FF6A00;
}

footer .beian.nybeian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1.875rem;
}

footer .beian {
  padding: 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #9D9C9C;
}

footer .beian a {
  color: #9D9C9C;
}

.pagebox {
  margin-bottom: 1.5625rem;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .hover .text {
  font-family: "ailipuhuibold";
  font-size: 2.625rem;
  line-height: 3.75rem;
  color: #181818;
}

.nyban .hover .text p {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 3.25rem;
  font-weight: normal;
  font-family: "ailipuhui";
  color: #181818;
}

.nyban .hover .more {
  margin-top: 0.75rem;
}

.bread {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
}

.bread .text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #555555;
}

.bread .text span:last-child {
  display: none;
}

.bread .text a {
  color: #555555;
}

.bread .text a:hover {
  color: #FF6A00;
}

.bread_active .bread {
  position: static;
}

.bread_active .bread .tr {
  text-align: left;
}

.nyerji {
  padding: 1.4375rem 0;
  background: #F5F5F6;
}

.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.5625rem;
}

.nyerji ul li a.more.more_btn {
  padding: 0;
  width: 11.25rem;
  text-align: center;
  margin: 0 0.5625rem;
  background: #fff;
}

.nyerji.active ul {
  justify-content: flex-start;
}

.nyerji.active ul li:nth-child(7)~li {
  margin-top: 1rem;
}

.ptb60 {
  padding: 3.75rem 0;
}

.ptb60.pb0 {
  padding-bottom: 0;
}

.nytitle {
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-family: "ailipuhuibold";
  color: #181818;
}

.nytitle h1 {
  font-size: inherit;
}

.nytitle span,
.nytitle h1 {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}

.nytitle span::before,
.nytitle h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1px;
  background: #FF6A00;
}

.text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #555555;
}

.text a {
  color: #FF6A00;
}

.tj {
  text-align: justify;
}

.list_copyright .text.tj {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.list_copyright .ul {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  justify-content: center;
}

.list_copyright .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.8125rem;
}

.list_copyright .ul li>div {
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_copyright .ul li .padding {
  padding: 1.25rem;
}

.list_copyright .ul li .content {
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid #D8D8D8;
  background: #F7F7F8;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  color: #555555;
}

.list_copyright .ul li .content p {
  color: #FF6A00;
}

.list_copyright .ul li:hover>div {
  box-shadow: 0 0 1rem rgba(87, 87, 87, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_copyright .ul li:hover>div img {
  transform: scale(1.1);
}

.bgf5 {
  background: #F5F5F6;
}

.list_join .ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  float: left;
  background: #fff;
}

.list_join .ul li .left {
  width: 50%;
}

.list_join .ul li .right {
  width: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  color: #555555;
}

.list_join .ul li .right p {
  color: #FF6A00;
}

.list_join .ul li:nth-child(3) .left,
.list_join .ul li:nth-child(4) .left {
  order: 1;
}

.list_join .ul li:nth-child(3) .right,
.list_join .ul li:nth-child(4) .right {
  order: 2;
}

.list_join .ul li:nth-child(3) .content div,
.list_join .ul li:nth-child(4) .content div {
  color: #FF6A00;
}

.list_join .ul li:nth-child(3) .content p,
.list_join .ul li:nth-child(4) .content p {
  color: #555555;
}

.list_join_two .ul .list {
  padding: 0;
  border-bottom: none;
}

.list_join_two .ul li.li1 .top {
  background: #9B9B9B;
}

.list_join_two .ul li.li1 div {
  color: #fff;
}

.list_join_two .ul li.active .top {
  background: #F5F5F6;
}

.list_join_two .ul li .top {
  padding: 1.5625rem 3.4375rem 1.5625rem 5.3125rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  color: #555555;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
}

.list_join_two .ul li .top .fl:nth-child(1) {
  width: 25%;
  padding-right: 8rem;
}

.list_join_two .ul li .top .fl:nth-child(2) {
  width: 25%;
  text-align: center;
}

.list_join_two .ul li .top .fl {
  width: 12.5%;
  text-align: center;
}

.list_join_two .ul li .bot {
  display: none;
  padding: 3.125rem 2.5rem 3.75rem;
  border-bottom: 1px solid #D8D8D8;
}

.list_join_two .ul li .bot .text {
  line-height: 1.75rem;
  text-align: justify;
  color: #555555;
}

.list_team .ul li {
  margin-bottom: 2.125rem;
}

.list_team .ul li:hover>div {
  border-color: #FF6A00;
  box-shadow: 0 0 1rem rgba(255, 106, 0, 0.212);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(-10px);
}

.list_team .ul li:hover>div img {
  transform: scale(1.1);
}

.list_team .ul li>div {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  padding: 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_team .ul li>div .left {
  width: 34%;
}

.list_team .ul li>div .right {
  width: 66%;
  padding-left: 3.125rem;
}

.list_team .ul li>div .right .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #181818;
  margin-bottom: 0.4375rem;
}

.list_team .ul li>div .right .zhengshu {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "ailipuhuibold";
  color: rgba(24, 24, 24, 0.8);
}

.list_team .ul li>div .right .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: calc(6rem + 2.1875rem);
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #D8D8D8;
}

.list_team .ul li>div .right .text div {
  overflow-y: scroll;
  height: 6rem;
}

.list_team .ul li>div .right .text div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #fff;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_team .ul li>div .right .text div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.list_team .ul li>div .right .text div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 3px;
  height: 35px;
  background: #D8D8D8;
  border-radius: 5px;
}

.list_team .ul li>div .right a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #999595;
  margin-top: 0.625rem;
}

.show_team .left {
  width: 29%;
}

.show_team .right {
  width: 71%;
  padding-left: 3.4375rem;
}

.show_team .right .name {
  font-size: 2.25rem;
  font-family: "ailipuhuibold";
  line-height: 3.25rem;
  text-align: justify;
  color: #181818;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.9375rem;
}

.show_team .right .content {
  padding-top: 1.25rem;
}

.show_team .right .content .list {
  margin-bottom: 2.1875rem;
}

.show_team .right .content .list>div {
  position: relative;
}

.show_team .right .content .list>div:nth-child(1) {
  font-size: 1.25rem;
  padding-left: 1.375rem;
  position: relative;
  font-family: "ailipuhuibold";
  margin-bottom: 0.75rem;
  line-height: 1.875rem;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}

.show_team .right .content .list>div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 1.1875rem;
  background: #FF6A00;
  left: 0;
}

.show_team .right .content .list>div p {
  padding-left: 1.375rem;
  position: relative;
}

.show_team .right .content .list>div p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #555555;
}

.list_customer .right .text {
  height: 12rem;
  display: flex;
  align-items: center;
}

.list_industry .top li {
  margin-top: 4.0625rem;
}

.list_industry .top li:hover img {
  transform: scale(1.1);
}

.list_industry .top li:hover .right::before {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_industry .top li:hover .right::after {
  width: calc(100% - 4.0625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_industry .top .left {
  padding-bottom: 3.375rem;
  width: 35%;
}

.list_industry .top .right {
  padding-left: 4.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-right: 2.3125rem;
}

.list_industry .top .right::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  content: "";
  position: absolute;
  right: 0;
  width: calc(100% - 4.0625rem);
  height: calc(100% - 2rem - 3.125rem - 1.875rem);
  background: #F5F5F6;
  z-index: -1;
  bottom: 0;
}

.list_industry .top .right::after {
  content: "";
  position: absolute;
  left: 4.0625rem;
  width: 0;
  height: 0.375rem;
  background: #FF6A00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: calc(2rem + 3.125rem + 1.875rem);
  z-index: -1;
  bottom: 0;
}

.list_industry .top .right>div {
  padding-left: 37%;
}

.list_industry .top .right .name {
  font-family: "ailipuhuibold";
  position: relative;
  padding-bottom: 0.875rem;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: justify;
  color: #181818;
}

.list_industry .top .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 1px;
  background: #FF6A00;
}

.list_industry .top .right .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  color: #555555;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}

.list_industry .top .right a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #999595;
  margin-top: 1.5625rem;
}

.list_industry .top .right .tr:hover {
  color: #FF6A00;
}

.list_industry .bot {
  margin-top: 5.3125rem;
  margin-left: -1.3125rem;
  margin-right: -1.3125rem;
}

.list_industry .bot li {
  padding: 0 1.3125rem;
  margin-bottom: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_industry .bot li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(-10px);
}

.list_industry .bot li:hover>div {
  box-shadow: 0 0 0.625rem rgba(255, 106, 0, 0.226);
  border-color: #FF6A00;
}

.list_industry .bot li>div {
  padding: 2.4375rem 1.5625rem 1.875rem;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
}

.list_industry .bot li>div .img {
  line-height: 6.25rem;
  max-height: 6.25rem;
}

.list_industry .bot li>div .name {
  font-size: 1.125rem;
  font-family: "ailipuhuibold";
  margin: 1.25rem 0 0.5rem;
  line-height: 1.625rem;
  height: 1.625rem;
  color: #181818;
}

.list_industry .bot li>div .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 4.5rem;
  text-align: justify;
  color: #666666;
}

.show_erji .nyerji,
.show_search .bread_active {
  margin-top: 7.125rem;
}

.show_search .bread_active {
  padding-top: 1.25rem;
}

.show_erji header {
  background: #F6F6F6;
}

.show_news {
  padding: 1.875rem 0 2.8125rem;
}

.show_news .left {
  width: 66%;
}

.show_news .left .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #928D8D;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D8D8D8;
}

.show_news .left .data .flex {
  display: flex;
  align-items: center;
}

.show_news .left .data .icon-lingying {
  margin: 4px 8px;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 30px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
  border: 1px solid #D7D8DD;
  color: #868687;
  font-size: 0.875rem;
}

.show_news .left .data .icon-lingying:hover {
  background: #FF6A00;
  color: #fff;
}

.show_news .left .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: justify;
  color: #181818;
  font-family: "ailipuhuibold";
  margin: 0.875rem 0 0.75rem;
}

.show_news .left .social-share a {
  border: 1px solid #D7D8DD;
  color: #868687;
  font-size: 0.875rem;
}

.show_news .left .social-share a:hover {
  color: #fff;
}

.show_news .left .text {
  padding: 1.25rem 0 2.5rem;
  color: #555555;
  text-align: justify;
  line-height: 1.75rem;
  border-bottom: 1px solid #D7D8DD;
  margin-bottom: 1.875rem;
}

.show_news .left .shangxia {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  color: #555555;
}

.show_news .left .shangxia span {
  color: #B81A23;
}

.show_news .left .shangxia a:hover {
  color: #B81A23;
}

.show_news .right {
  padding-left: 4.5rem;
  width: 34%;
}

.show_news .right .top {
  background: #F5F5F6;
  padding: 0.75rem 1.5rem 1.625rem;
  margin-bottom: 1.875rem;
}

.show_news .right .top ul {
  border: 1px solid #D8D8D8;
}

.show_news .right .top ul li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 1.875rem;
  filter: drop-shadow(4px 6px 6px rgba(230, 230, 230, 0.25));
  font-size: 1rem;
  line-height: 3.125rem;
}

.show_news .right .top ul li:last-child {
  border-bottom: none;
}

.show_news .right .top ul li a {
  color: rgba(24, 24, 24, 0.8);
}

.show_news .right .top ul li:hover,
.show_news .right .top ul li.active {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right .top ul li:hover a,
.show_news .right .top ul li.active a {
  color: #FF6A00;
}

.show_news .right .center {
  margin-bottom: 1.875rem;
  background: #F5F5F6;
  padding: 0.75rem 1.5rem 1.625rem;
}

.show_news .right .center ul li:hover .name {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #FF6A00;
}

.show_news .right .center ul li:hover img {
  transform: scale(1.1);
}

.show_news .right .center ul li .hover {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 3.875rem;
}

.show_news .right .center ul li .hover .iconfont {
  display: block;
  font-size: 1.875rem;
}

.show_news .right .center ul li .name {
  line-height: 3.3125rem;
  border: 1px solid #D8D8D8;
  border-top: none;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  color: rgba(24, 24, 24, 0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right .name_flex {
  display: flex;
  align-items: center;
}

.show_news .bd ul li {
  height: 100px !important;
}

.show_news .right .name_flex div:nth-child(1) {
  width: 70%;
}

.show_news .right .name_flex .hd {
  text-align: right;
  width: 30%;
}

.show_news .right .name_flex .hd a {
  cursor: pointer;
}

.show_news .right .name_flex .hd a:hover {
  color: #FF6A00;
}

.show_news .right .name {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  line-height: 2rem;
  color: #181818;
  font-family: 'ailipuhuibold';
}

.show_news .right .bottom {
  background: #F5F5F6;
  padding: 0.75rem 1.5rem 1.625rem;
  margin-bottom: 1.875rem;
}

.show_news .right .bottom .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_news .right .bottom .flex a {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  color: #999595;
}

.show_news .right .bottom .flex a:hover {
  color: #FF6A00;
}

.show_news .right .bottom .swiper-container {
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  background: #fff;
  padding-bottom: 4rem;
}

.show_news .right .bottom .swiper-container .swiper-pagination {
  bottom: 1.875rem;
}

.show_news .right .bottom .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #CBC9C9;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  width: 1.3125rem;
}

.show_news .right .bottom .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF6A00;
}

.show_news .right .bottom .swiper-slide:hover img {
  transform: scale(1.1);
}

.show_news .right .bottom .swiper-slide:hover .content .name {
  color: #FF6A00;
}

.show_news .right .bottom .swiper-slide .content {
  padding: 1rem 1.6875rem 0;
}

.show_news .right .bottom .swiper-slide .content .name {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: rgba(24, 24, 24, 0.8);
  margin-bottom: 0.375rem;
}

.show_news .right .bottom .swiper-slide .content .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #666666;
}

.show_news .right .bottom ul li>div {
  padding: 0.75rem 1.5625rem;
  border: 1px solid #D8D8D8;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.show_news .right .bottom ul li:last-child {
  padding-bottom: 0;
}

.show_news .right .bottom ul li:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right .bottom ul li:hover>div {
  border: 1px solid #FF6A00 !important;
}

.show_news .right .bottom ul li:nth-child(1) {
  border-top: 1px solid #D8D8D8;
}

.show_news .right .bottom ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #555555;
}

.show_news .right .bottom ul li .data {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #928D8D;
  margin-top: 0.3125rem;
}

.erji_title {
  position: relative;
  padding-left: 1.125rem;
  font-family: "ailipuhuibold";
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #181818;
}

.erji_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 1.75rem;
  background: #FF6A00;
}

.nysubtitle {
  font-family: "ailipuhuibold";
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #555555;
}

.bgffb {
  background: #FFFBF8;
}

.list {
  padding: 2.8125rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.last_list.list {
  border-bottom: none;
  padding-bottom: 0;
}

.border_none.list {
  border-bottom: none;
}

.list_jyzx_one .list1 .row {
  align-items: center;
}

.list_jyzx_one .list1 .row .left .text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FF6A00;
  margin: 2.1875rem 0 1rem;
}

.list_jyzx_one .list1 .row .right {
  padding-left: 2.5rem;
}

.list_jyzx_one .list1 .row .right .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  color: #181818;
  margin: 1.25rem 0;
}

.list_jyzx_one .list1 .row .right .text {
  text-align: justify;
}

.list_jyzx_one .list2 .left {
  z-index: 1;
}

.list_jyzx_one .list2 .left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_jyzx_one .list2 .ul {
  align-items: center;
}

.list_jyzx_one .list2 .ul .left ul {
  padding: 0 0 0 3rem;
}

.list_jyzx_one .list2 .ul li:nth-child(odd) {
  padding-right: 1.75rem;
}

.list_jyzx_one .list2 .ul li:nth-child(even) {
  padding-left: 1.75rem;
}

.list_jyzx_one .list2 .ul li:nth-child(1),
.list_jyzx_one .list2 .ul li:nth-child(2) {
  padding-bottom: 2.5rem;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #E8E8E8;
}

.list_jyzx_one .list2 .name {
  font-size: 1.5rem;
  font-family: "ailipuhuibold";
  line-height: 1.75rem;
  color: #181818;
}

.list_jyzx_one .list2 .text {
  color: #555555;
  text-align: justify;
  font-family: "ailipuhuibold";
  margin-top: 0.375rem;
}

.list_jyzx_one .list3 .bot {
  padding: 4rem 0 5.25rem 0;
  background: #FF6A00;
}

.list_jyzx_one .list3 .bot .left {
  width: 27%;
  font-family: "ailipuhuibold";
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  padding-left: 4.375rem;
}

.list_jyzx_one .list3 .bot .right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(25px);
  border-radius: 5rem 0px 0px 0px;
}

.list_jyzx_one .list3 .bot .right ul {
  display: flex;
  flex-wrap: wrap;
  padding: 6.25rem 0.875rem 4.6875rem 1.875rem;
  align-items: flex-start;
}

.list_jyzx_one .list3 .bot .right ul li {
  width: 33.3%;
  padding: 0 1.125rem;
}

.list_jyzx_one .list3 .bot .right ul li:nth-child(1),
.list_jyzx_one .list3 .bot .right ul li:nth-child(2),
.list_jyzx_one .list3 .bot .right ul li:nth-child(3) {
  margin-bottom: 3.75rem;
}

.list_jyzx_one .list3 .bot .right ul li .name {
  font-size: 1.5rem;
  font-family: "ailipuhuibold";
  line-height: 1.875rem;
  text-align: justify;
  color: #181818;
}

.list_jyzx_one .list3 .bot .right ul li .text {
  text-align: justify;
  color: #555555;
  margin-top: 0.625rem;
}

.list_jyzx_one .more_btn.more {
  line-height: 2.6875rem;
  padding: 0 2.3125rem;
  font-size: 1rem;
}

.list_jyzx_one .list4 .text {
  text-align: justify;
}

.list_jyzx_one .list4 .clearfix {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.375rem;
}

.list_jyzx_one .list4 .clearfix>div li {
  height: 8.75rem;
}

.list_jyzx_one .list4 .left {
  padding-right: 2.125rem;
  width: 32%;
}

.list_jyzx_one .list4 .right {
  padding-left: 0.5rem;
  width: 32%;
}

.list_jyzx_one .list4 .right .text {
  text-align-last: right;
}

.list_jyzx_one .list4 .right li:last-child {
  margin-left: 4rem;
}

.list_jyzx_one .list4 .center {
  width: 36%;
}

.list_jyzx_one .list5 ul li {
  background: #fff;
  min-height: 10.25rem;
  padding: 0 1.5625rem;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  width: 25.375rem;
  margin-bottom: 1.875rem;
}

.list_jyzx_one .list5 ul li .right {
  padding-left: 1.5625rem;
  width: calc(100% - 4.375rem);
}

.list_jyzx_one .list5 ul li .text {
  text-align: justify;
}

.list_jyzx_one .list5 ul li .icon img {
  width: 4.375rem;
}

.list_jyzx_one .list5 ul li .text {
  height: 1.75rem;
  height: 5.25rem;
}

.list_jyzx_one .list5 .left ul li:nth-child(1),
.list_jyzx_one .list5 .left ul li:nth-child(3) {
  margin-left: 3.3125rem;
}

.list_jyzx_one .list5 .right ul li:nth-child(2) {
  margin-left: 3.3125rem;
}

.list_jyzx_one .list5 .center .text {
  height: auto;
}

.list_jyzx_one .list5 .center ul li {
  padding: 1.875rem 1.5625rem 2.25rem;
  margin: 0 auto;
}

.list_jyzx_one .list5 .clearfix.mt50 {
  display: flex;
  align-items: center;
  position: relative;
}

.list_jyzx_one .list5 .clearfix.mt50::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/youzhi0213/uploads/20230223/18e8ea442f83d942983bdcfaaeef29d3.png) no-repeat;
  background-size: contain;
  width: 80%;
  height: 90%;
  z-index: -1;
}

.list_jyzx_one .list5 .clearfix.mt50>div {
  width: 33.3%;
}

.list_jyzx_one .list6s1 ul li {
  width: 11.8rem;
  height: 11.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  padding: 0 1.875rem;
}

.list_jyzx_one .list6s1 ul li.li1 {
  top: 0;
  left: 21%;
}

.list_jyzx_one .list6s1 ul li.li2 {
  top: 0;
  right: 21%;
}

.list_jyzx_one .list6s1 ul li.li5 {
  bottom: 0;
  left: 21%;
}

.list_jyzx_one .list6s1 ul li.li6 {
  bottom: 0;
  right: 21%;
}

.list_jyzx_one .list6s1 ul li.li3 {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.list_jyzx_one .list6s1 ul li.li4 {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.list_jyzx_one .list6s1 ul li.li0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 0;
}

.list_jyzx_one .list6s1 ul li.li0 .name {
  font-family: "ailipuhuibold";
  font-size: 2.25rem;
  color: #FFFFFF;
}

.list_jyzx_one .list6s1 .name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  color: #181818;
  font-family: "ailipuhuibold";
}

.list_jyzx_one .list6s1 .text {
  text-align: center;
  margin-top: 0.4375rem;
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.list_jyzx_one .list6s2 .ul {
  margin: 3.125rem -1rem 0;
  align-items: normal;
}

.list_jyzx_one .list6s2 .ul li {
  width: 25%;
  padding: 0 1rem;
}

.list_jyzx_one .list6s2 .ul li>div {
  height: 100%;
}

.list_jyzx_one .list6s2 .ul li .name {
  font-size: 1.25rem;
  text-align: center;
  font-family: "ailipuhuibold";
  line-height: 1.75rem;
  color: #FFFFFF;
  padding: 0 1.5625rem;
}

.list_jyzx_one .list6s2 .ul li .name div {
  padding: 0.75rem 0 2.375rem;
  background: #FF6A00;
  border-radius: 1.25rem;
  letter-spacing: -1px;
}

.list_jyzx_one .list6s2 .ul li .content {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #555555;
  border: 1px solid #E6E6E6;
  backdrop-filter: blur(2px);
  border-radius: 1.25rem;
  position: relative;
  margin-top: -1.5625rem;
  padding: 2.6875rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: justify;
  text-align-last: left;
  font-family: "ailipuhuibold";
  height: calc(100% - 1.75rem - 1.5625rem);
  display: flex;
  align-items: center;
}

.list_jyzx_one .list6s3 ul {
  display: flex;
  align-items: flex-start;
}

.list_jyzx_one .list6s3 ul li:nth-child(1) .bot {
  margin: 0;
}

.list_jyzx_one .list6s3 ul li:nth-child(1) .top {
  margin: -4rem 0 0 0;
}

.list_jyzx_one .list6s3 ul li:nth-child(3) .bot {
  float: right;
}

.list_jyzx_one .list6s3 ul li:nth-child(3) .top {
  float: right;
}

.list_jyzx_one .list6s3 ul li {
  width: 33.3%;
  text-align: center;
}

.list_jyzx_one .list6s3 ul li:nth-child(1) .bot::before {
  display: none;
}

.list_jyzx_one .list6s3 ul li .top img,
.list_jyzx_one .list6s3 ul li .bot img {
  width: 100%;
}

.list_jyzx_one .list6s3 ul li>div {
  width: 11.875rem;
  margin: 0 auto;
}

.list_jyzx_one .list6s3 ul li:nth-child(1) .top::before {
  display: none;
}

.list_jyzx_one .list6s3 ul li .bot {
  position: relative;
  z-index: 2;
}

.list_jyzx_one .list6s3 ul li .bot::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  left: calc(-100% - 0.875rem);
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/youzhi0213/uploads/20230303/83252a9c4a33cb790a10a5c5eee88a72.png) no-repeat;
  background-size: contain;
  width: 5.5rem;
  height: 2.25rem;
}

.list_jyzx_one .list6s3 ul li .bot .hover {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-family: "ailipuhuibold";
  line-height: 2.1875rem;
  text-align: center;
  color: #555555;
  width: 100%;
  padding: 0 1.25rem;
}

.list_jyzx_one .list6s3 ul li .bot span {
  display: block;
}

.list_jyzx_one .list6s3 ul li .top {
  position: relative;
  margin-top: -4rem;
  z-index: 3;
}

.list_jyzx_one .list6s3 ul li .top .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 1.25rem;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-family: "ailipuhuibold";
  line-height: 1.75rem;
  color: #fff;
}

.list6s4 .swiper-slide .border,
.gcjbzx4 .swiper-slide .border {
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  padding: 1.25rem;
}

.list6s4 .swiper-slide .border img,
.gcjbzx4 .swiper-slide .border img {
  width: 100%;
}

.list6s4 .swiper-slide:hover .border,
.gcjbzx4 .swiper-slide:hover .border {
  border: 1px solid #FF6A00 !important;
}

.list6s4 .swiper-slide:hover .border img,
.gcjbzx4 .swiper-slide:hover .border img {
  transform: scale(1.1);
}

.list6s4 .swiper-pagination,
.gcjbzx4 .swiper-pagination {
  bottom: 0;
}

.list6s4 .swiper-pagination .swiper-pagination-bullet,
.gcjbzx4 .swiper-pagination .swiper-pagination-bullet {
  width: 2.375rem;
  height: 0.1875rem;
  background: #A09D9D;
  border-radius: 0;
  opacity: 1;
}

.list6s4 .swiper-pagination .swiper-pagination-bullet-active,
.gcjbzx4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF6A00;
}

.list6s4 .swiper-container,
.gcjbzx4 .swiper-container {
  padding-bottom: 2.5rem;
}

.font24 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #181818;
  font-family: "ailipuhuibold";
}

.flex_icon_text {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
  display: flex;
}

.flex_icon_text li {
  padding: 0 1.375rem;
  flex: 1 0 0;
}

.flex_icon_text li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.flex_icon_text li:hover>div {
  box-shadow: 0 0 0.875em rgba(255, 106, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.flex_icon_text li>div {
  height: 100%;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  padding: 2.875rem 1.875rem 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.flex_icon_text li>div .icon img {
  height: 4.375rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.flex_icon_text li>div .name {
  font-size: 1.5rem;
  margin: 1.25rem 0 0.625rem;
  line-height: 1.75rem;
  color: #181818;
  font-weight: 700;
}

.flex_icon_text li>div .text {
  text-align: justify;
}

#list_jyzx_two .gallery-thumbs .swiper-slide {
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
}

#list_jyzx_two .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #FF6A00;
}

#list_jyzx_three .bot>div>.clearfix>div {
  flex: 1 0 0;
  width: 33.3%;
}

#list_jyzx_three .bot>div>.clearfix>div>div,
#list_jyzx_three .bot>div>.clearfix>div>ul {
  background: #fff;
}

#list_jyzx_three .bot>div>.clearfix.left2 {
  margin-bottom: 0;
}

#list_jyzx_three .bot .left:nth-child(2)>div:nth-child(1) {
  margin-bottom: 0;
  height: 100%;
}

#list_jyzx_three .bot .left:nth-child(1)>div,
#list_jyzx_three .bot .left:nth-child(2)>div {
  border: none;
}

#list_jyzx_three .bot .left:nth-child(1)>div:hover img,
#list_jyzx_three .bot .left:nth-child(2)>div:hover img {
  transform: scale(1.1);
}

#list_jyzx_three .right1>ul {
  height: 100%;
  padding: 0 1.875rem;
}

#list_jyzx_three .right1>ul li {
  padding: 1.375rem 0 1rem 0;
  border-bottom: 1px solid #EAEAEA;
}

#list_jyzx_three .right1>ul li:last-child {
  border-bottom: none;
}

#list_jyzx_three .right1>ul li:hover .name {
  color: #FF6A00;
}

#list_jyzx_three .right1>ul li .data {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-top: 0.75rem;
  color: #928D8D;
}

.list_contact .title {
  font-size: 2.625rem;
  margin-bottom: 1.25rem;
}

.list_contact .title::before {
  left: 0;
  transform: translateX(0);
}

.list_contact .border {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
}

.list_contact .left {
  width: 40%;
}

.list_contact .left .number {
  font-family: "ailipuhuibold";
  font-size: 2.25rem;
  line-height: 3rem;
  color: #FF6A00;
  margin: 0 0 1rem;
}

.list_contact .more_btn.more {
  line-height: 2.5625rem;
  padding: 0 2.5rem;
  color: #FF6A00;
  border: 1px solid #FF6A00;
}

.list_contact .left,
.list_contact .right {
  padding: 6.25rem 1.875rem 6.625rem 3.5rem;
}

.list_contact .right {
  width: 60%;
  border-left: 1px solid #D8D8D8;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: justify;
  color: #555555;
}

.list_contact .right ul {
  justify-content: flex-start;
}

.list_contact .right ul li {
  text-align: center;
}

.list_contact .right ul li img {
  width: 7.25rem;
}

.list_contact .right ul li:nth-child(1) {
  margin-right: 1.5625rem;
}

.list_contact .right ul li .img {
  border: 1px solid #D8D8D8;
  padding: 3px;
}

.list_contact .right .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #666666;
}

.list_jybg_zxfwlc .margin {
  margin: 0 -3.75rem;
  position: relative;
}

.list_jybg_zxfwlc .margin::before {
  content: "";
  position: absolute;
  top: calc(50% + 1.5625rem);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #DED9D9;
}

.list_jybg_zxfwlc .margin::after {
  content: "";
  position: absolute;
  top: calc(50% + 1.5625rem);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.875rem solid transparent;
  border-bottom: 0.875rem solid transparent;
  border-left: 1.25rem solid #DED9D9;
  border-right: 0 solid transparent;
  right: 0;
}

.list_jybg_zxfwlc .padding {
  padding: 0 3.75rem;
}

.list_jybg_zxfwlc .padding::before {
  content: "";
  position: absolute;
  top: calc(50% + 1.5625rem);
  transform: translateY(-50%);
  height: 0.1875rem;
  width: 100%;
  background: #DED9D9;
  z-index: -1;
  left: 0;
}

.list_jybg_zxfwlc .gallery-thumbs .img img {
  filter: invert(50%) sepia(57%) saturate(4554%) hue-rotate(1deg) brightness(105%) contrast(106%);
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide {
  padding-top: 3.125rem;
  cursor: pointer;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide .number {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  background: #A09D9D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide .number>div {
  text-align: center;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide .number>div span {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: justify;
  font-family: "ailipuhuibold";
  color: #FFFFFF;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide .number>div div {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide .radius {
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #DED9D9;
  backdrop-filter: blur(10px);
  width: 10.375rem;
  height: 10.375rem;
  margin: 0 auto;
  border-radius: 50%;
  justify-content: center;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide .radius .name {
  font-family: "ailipuhuibold";
  font-size: 1.125rem;
  line-height: 2.125rem;
  text-align: justify;
  color: #181818;
  margin-top: 0.375rem;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide-thumb-active .radius {
  background: linear-gradient(321.4deg, rgba(255, 106, 0, 0.8) 22.76%, rgba(255, 106, 0, 0) 149.18%);
  border: 1px solid #DED9D9;
  backdrop-filter: blur(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide-thumb-active .radius .img img {
  filter: none;
}

.list_jybg_zxfwlc .gallery-thumbs .swiper-slide-thumb-active .radius .name {
  color: #fff !important;
}

.list_jybg_zxfwlc .gallery-top .content {
  background: linear-gradient(270deg, #EAEAEA 10.55%, #F9F9F9 88.22%);
  border-radius: 1.5625rem;
  width: 34.4375rem;
  padding: 2.8125rem 2.8125rem 3.4375rem 2.8125rem;
  margin: 0 auto;
}

.list_jybg_zxfwlc .gallery-top .content .name {
  font-size: 1.5rem;
  font-family: "ailipuhuibold";
  line-height: 2.125rem;
  color: #181818;
}

.list_jybg_zxfwlc .gallery-top .content .text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: justify;
  color: #555555;
  margin-top: 0.625rem;
  height: 4.875rem;
}

.list_qydx .text2 {
  font-size: 1.125rem;
  text-align: justify;
  line-height: 2.125rem;
}

.list_qydx .right {
  padding-left: 2.8125rem;
}

.list_qydx .list_leader1 .swiper-container {
  padding: 2.125rem 0 0.625rem;
}

.list_qydx .list_leader1 .swiper-slide {
  padding: 0.875rem 1.875rem 1.4375rem 1rem;
  background: url(../img/jt.svg) no-repeat;
  background-size: contain;
  margin-bottom: 1.25rem;
}

.list_qydx .list_leader1 .swiper-slide>div {
  padding: 1.5rem 1.5rem 1.25rem 2.875rem;
  background: #FFFFFF;
  box-shadow: 1px 1px 7px 6px rgba(222, 221, 221, 0.25);
  border-radius: 5.125rem;
}

.list_qydx .list_leader1 .swiper-slide>div .name {
  font-size: 1.5rem;
  font-family: "ailipuhuibold";
  line-height: 1.75rem;
  color: #181818;
}

.list_qydx .list_leader1 .swiper-slide>div .text {
  color: #555555;
  font-family: "ailipuhuibold";
  line-height: 1.625rem;
  height: 4.875rem;
}

.list_qydx .list_leader2 .ta {
  padding-bottom: 7.5rem;
}

.list_qydx .list_leader2 ul li {
  width: 20rem;
  position: absolute;
}

.list_qydx .list_leader2 ul li .name {
  font-family: "ailipuhuibold";
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding-bottom: 0.8125rem;
  border-bottom: 0.1875rem solid #D8D8D8;
  color: #181818;
}

.list_qydx .list_leader2 ul li .text {
  font-family: "ailipuhuibold";
  color: #555555;
  line-height: 1.75rem;
  margin-top: 0.6875rem;
}

.list_qydx .list_leader2 ul li.li1 {
  top: 0;
  left: 0;
}

.list_qydx .list_leader2 ul li.li2 {
  top: 0;
  right: 0;
}

.list_qydx .list_leader2 ul li.li3 {
  top: 50%;
  transform: translateY(-50%);
  left: 4.6875rem;
}

.list_qydx .list_leader2 ul li.li4 {
  top: 50%;
  transform: translateY(-50%);
  right: 4.6875rem;
}

.list_qydx .list_leader2 ul li.li5 {
  top: auto;
  bottom: 0;
  left: 9.375rem;
}

.list_qydx .list_leader2 ul li.li6 {
  top: auto;
  bottom: 0;
  right: 9.375rem;
}

.list_qydx .list_leader2 ul li.li5 .text,
.list_qydx .list_leader2 ul li.li6 .text {
  height: 5.25rem;
}

.list_qydx .list_leader2 ul li:nth-child(even) .name,
.list_qydx .list_leader2 ul li:nth-child(even) .text {
  text-align: right;
}

.font24 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #181818;
}

.font20 {
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #555555;
}

.title.left::before {
  left: 0;
  transform: translateX(0);
}

.font30 {
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: #181818;
  font-family: "ailipuhuibold";
}

.position_s {
  position: sticky;
  top: 7.5rem;
}

.list_about_one .position_s {
  height: 6.25rem;
}

.list_about_one ul {
  padding: 1.875rem 0 2.8125rem;
}

.list_about_one .right .name span {
  font-size: 1.875rem;
}

.list_about_one .right .text1 {
  margin: 1.25rem 0 2.6875rem;
  text-align: justify;
}

.list_about_one .right ul li {
  margin-bottom: 1.75rem;
}

.list_about_one .right ul li:last-child {
  margin-bottom: 0;
}

.list_about_one .right ul li .font20 {
  color: #181818;
}

.list_about_two .row {
  align-items: center;
}

.list_about_two .font20 p {
  color: #555555;
  margin-bottom: 0.875rem;
}

.list_about_two .name {
  margin-bottom: 2.1875rem;
}

.list_about_two .left img {
  width: 12.1875rem;
}

.list_about_three .position_s {
  height: 6.25rem;
}

.list_about_three .right ul li {
  margin-bottom: 3.75rem;
}

.list_about_three .right ul li>div {
  height: 100%;
}

.list_about_three .right ul li .right_right {
  height: 100%;
  width: calc(100% - 8.375rem);
  background: linear-gradient(67.41deg, rgba(255, 255, 255, 0.8) -2.74%, rgba(255, 255, 255, 0) 90.68%);
  border: 1px solid #D8D8D8;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 2.5rem 2rem 1.25rem;
}

.list_about_three .right ul li .right_right .font20 {
  text-align: justify;
  line-height: 1.875rem;
  height: 7.625rem;
  color: #666666;
}

.list_about_three .right ul li .right_right>img {
  position: absolute;
  top: -1.25rem;
  left: 2rem;
}

.list_about_three .right ul li .right_right .name {
  font-size: 1rem;
  text-align: right;
  line-height: 1.625rem;
  color: #181818;
  margin-top: 1.75rem;
}

.list_about_three .right ul li .right_right .name p {
  font-family: "ailipuhuibold";
  font-size: 1.125rem;
}

.list_about_three .right ul li .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
}

.list_about_three .right ul li .img img {
  border-radius: 50%;
}

.list_adv_one .name,
.list_adv_two .name,
.list_adv_three .name {
  font-size: 1.625rem;
  font-family: "ailipuhuibold";
  line-height: 2.375rem;
  text-align: justify;
  color: #181818;
  position: relative;
}

.list_adv_one .name::before,
.list_adv_two .name::before,
.list_adv_three .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #FF6A00;
  width: 3rem;
}

.list_adv_one .text,
.list_adv_two .text,
.list_adv_three .text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: justify;
  color: #666666;
}

.list_adv_one {
  padding-bottom: 7.5rem;
}

.list_adv_one .right {
  padding-left: 1.875rem;
}

.list_adv_one ul li {
  margin-bottom: 4.375rem;
  width: 50%;
  padding: 0 2.625rem;
}

.list_adv_one ul li:last-child,
.list_adv_one ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.list_adv_one ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.625rem;
}

.list_adv_one .name {
  padding-bottom: 1rem;
}

.list_adv_one .text {
  margin-top: 1rem;
}

.list_adv_two .row>div>div {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  padding: 3rem 2rem 2.25rem;
  height: 100%;
}

.list_adv_two .row>div>div .name {
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
}

.ptb60.pt0 {
  padding-top: 0;
}

.list_adv_three .row {
  margin-left: -2.375rem;
  margin-right: -2.375rem;
}

.list_adv_three .row li {
  padding: 0 2.375rem;
}

.list_adv_three li {
  margin-bottom: 3.4375rem;
}

.list_adv_three li:nth-child(odd) .name,
.list_adv_three li:nth-child(odd) .text {
  text-align: right;
}

.list_adv_three li:nth-child(odd) .name::before {
  left: auto;
  right: 0;
}

.list_adv_three li:nth-child(even) .clearfix {
  display: flex;
}

.list_adv_three li:nth-child(even) .left {
  order: 2;
  left: auto;
  right: 0;
  padding: 1.75rem 2.25rem 0 8.25rem;
}

.list_adv_three li:nth-child(even) .right {
  order: 1;
}

.list_adv_three .left {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  height: calc(100% - 1.125rem - 1.125rem);
  width: calc(100% - 7.8125rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 1.75rem 8.25rem 0 2.5rem;
  z-index: -1;
  height: 16.5rem;
}

.list_adv_three .left .name {
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
}

.list_adv_three .right {
  width: 13.75rem;
}

.gcjbzx1 .text {
  font-family: "ailipuhuibold";
  color: #555555;
}

.gcjbzx1 .icon {
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #9D9C9C, #9D9C9C), #FFFFFF;
  border-radius: 50%;
  padding: 0 0.25rem;
}

.gcjbzx1 .icon div {
  font-family: "ailipuhuibold";
  font-size: 1.125rem;
  text-align: center;
  color: #FFFFFF;
}

.gcjbzx1 .padd_top {
  padding-top: 8.25rem;
}

.gcjbzx1 .padd_top.pt164 {
  padding-top: 10.25rem;
}

.gcjbzx1 .padd_top>img {
  width: 32.5rem;
  margin: 0 auto;
}

.gcjbzx1 li {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}

.gcjbzx1 li>div {
  width: 100%;
}

.gcjbzx1 li .text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.gcjbzx1 li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16.875rem;
  justify-content: center;
}

.gcjbzx1 li:nth-child(1) .icon {
  order: 2;
  margin-top: 1rem;
}

.gcjbzx1 li:nth-child(1) .text {
  order: 1;
}

.gcjbzx1 li:nth-child(2) {
  top: 37%;
  flex-wrap: nowrap;
  align-items: center;
  width: 22.875rem;
  right: 0;
}

.gcjbzx1 li:nth-child(2) .text {
  width: calc(100% - 7.5rem);
  padding-left: 1.875rem;
  text-align: left;
}

.gcjbzx1 li:nth-child(3) {
  top: 80%;
  flex-wrap: nowrap;
  align-items: center;
  width: 23.625rem;
  right: 3.125rem;
}

.gcjbzx1 li:nth-child(3) .text {
  width: calc(100% - 7.5rem);
  padding-left: 1.875rem;
  text-align: left;
}

.gcjbzx1 li:nth-child(5) {
  top: 37%;
  flex-wrap: nowrap;
  align-items: center;
  width: 23.8125rem;
  left: 0;
}

.gcjbzx1 li:nth-child(5) .text {
  width: calc(100% - 7.5rem);
  padding-right: 1.875rem;
  text-align: right;
  order: 1;
}

.gcjbzx1 li:nth-child(5) .icon {
  order: 2;
}

.gcjbzx1 li:nth-child(4) {
  top: 80%;
  flex-wrap: nowrap;
  align-items: center;
  width: 23.875rem;
  left: 3.125rem;
}

.gcjbzx1 li:nth-child(4) .text {
  width: calc(100% - 7.5rem);
  padding-right: 1.875rem;
  text-align: right;
  order: 1;
}

.gcjbzx1 li:nth-child(4) .icon {
  order: 2;
}

.gcjbzx1 .center {
  position: absolute;
  top: calc(50% + 4.125rem);
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "ailipuhuibold";
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

.gcjbzx2 ul {
  display: flex;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  padding-bottom: 5rem;
}

.gcjbzx2 ul li {
  padding: 0 1.125rem;
  flex: 1 0 0;
}

.gcjbzx2 .top {
  text-align: center;
}

.gcjbzx2 .top .pr {
  display: inline-block;
}

.gcjbzx2 .top .pr img {
  width: 6.5rem;
}

.gcjbzx2 .top .pr div {
  position: absolute;
  top: 0;
  padding: 0.625rem 0.25rem 0;
  font-size: 1.125rem;
  font-family: "ailipuhuibold";
  line-height: 1.375rem;
  color: #fff;
  text-align: center;
  width: 100%;
  height: calc(100% - 2.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gcjbzx2 .bot {
  font-family: "ailipuhuibold";
  color: #555555;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E6E6E6;
  backdrop-filter: blur(2px);
  border-radius: 1.25rem;
  padding: 1.25rem 0.625rem 1.25rem 0.875rem;
  height: calc(100% - 4.75rem);
  position: relative;
  margin-top: -2.25rem;
  text-align: justify;
  text-align-last: left;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
  align-items: center;
}

.gcjbzx2 li:nth-child(even) {
  position: relative;
  top: 5rem;
}

.gcjbzx3 ul {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.gcjbzx3 li {
  margin-bottom: 1.875rem;
  padding: 0 1.25rem;
}

.gcjbzx3 li .left {
  width: 5.4375rem;
  height: 61%;
  border-radius: 0 0.5rem 0 0;
  background: #FFFFFF;
  position: absolute;
  bottom: 2px;
  left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gcjbzx3 li .left .num {
  font-family: "ailipuhuibold";
  font-size: 1.875rem;
  line-height: 3.3125rem;
  text-transform: uppercase;
  color: #FF6A00;
  text-align: center;
}

.gcjbzx3 li .text {
  font-family: "ailipuhuibold";
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 5.4375rem);
  transform: translateY(-50%);
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.tpmzx1 .padd_top>img {
  width: 20rem;
  margin: 0 auto;
  transform: rotate(90deg);
}

.tpmzx1 ul li:nth-child(1).jingyizixun4_li1 {
  width: 25rem;
}

.tpmzx1 .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "ailipuhuibold";
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #FF6A00;
}

.tpmzx1 .padd_top {
  padding: 10.75rem 0;
}

.tpmzx1 ul li {
  position: absolute;
  width: 21.75rem;
}

.tpmzx1 ul li .text {
  font-family: "ailipuhuibold";
  color: #555555;
  line-height: 1.5rem;
  height: 3rem;
}

.tpmzx1 ul li .icon {
  line-height: 2.75rem;
  padding: 0 2.1875rem;
  border-radius: 1.875rem;
  background: #9B9B9B;
  position: relative;
  display: inline-block;
}

.tpmzx1 ul li .icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.6875rem;
  background: #FF6A00;
}

.tpmzx1 ul li .icon::after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #FF6A00;
}

.tpmzx1 ul li .icon div {
  font-family: "ailipuhuibold";
  font-size: 1.25rem;
  text-align: center;
  color: #FFFFFF;
}

.tpmzx1 ul li:nth-child(1),
.tpmzx1 ul li:nth-child(4) {
  width: 20.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.tpmzx1 ul li:nth-child(1) {
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tpmzx1 ul li:nth-child(1) .icon {
  order: 2;
  margin-top: 0.75rem;
}

.tpmzx1 ul li:nth-child(1) .icon::after {
  top: 5.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.tpmzx1 ul li:nth-child(1) .icon::before {
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.tpmzx1 ul li:nth-child(1) .text {
  order: 1;
}

.tpmzx1 ul li:nth-child(4) {
  bottom: 0;
}

.tpmzx1 ul li:nth-child(4) .icon {
  margin-bottom: 0.75rem;
}

.tpmzx1 ul li:nth-child(4) .icon::after {
  bottom: 5.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.tpmzx1 ul li:nth-child(4) .icon::before {
  bottom: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.tpmzx1 ul li:nth-child(2) .icon,
.tpmzx1 ul li:nth-child(3) .icon {
  margin-bottom: 0.75rem;
}

.tpmzx1 ul li:nth-child(2) .icon::before,
.tpmzx1 ul li:nth-child(3) .icon::before {
  width: 1.6875rem;
  height: 1px;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.tpmzx1 ul li:nth-child(2) .icon::after,
.tpmzx1 ul li:nth-child(3) .icon::after {
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
}

.tpmzx1 ul li:nth-child(5) .icon,
.tpmzx1 ul li:nth-child(6) .icon {
  margin-bottom: 0.75rem;
}

.tpmzx1 ul li:nth-child(5) .icon::before,
.tpmzx1 ul li:nth-child(6) .icon::before {
  width: 1.6875rem;
  height: 1px;
  right: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.tpmzx1 ul li:nth-child(5) .icon::after,
.tpmzx1 ul li:nth-child(6) .icon::after {
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
}

.tpmzx1 ul li:nth-child(2) {
  top: calc(25% + 6rem);
  right: -0.375rem;
  transform: translateY(-50%);
  text-align: left;
}

.tpmzx1 ul li:nth-child(3) {
  top: calc(58% + 3.6rem);
  right: -0.375rem;
  transform: translateY(-50%);
  text-align: left;
}

.tpmzx1 ul li:nth-child(6) {
  top: calc(25% + 6rem);
  left: -0.25rem;
  transform: translateY(-50%);
  text-align: right;
}

.tpmzx1 ul li:nth-child(5) {
  top: calc(58% + 3.6rem);
  left: -0.25rem;
  transform: translateY(-50%);
  text-align: right;
}

.p_before {
  position: relative;
  padding-left: 1.5rem;
}

.p_before::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0.5rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.tpmzx2 ul {
  margin-left: -3rem;
  margin-right: -3rem;
}

.tpmzx2 .center {
  width: 17.1875rem;
  height: 17.1875rem;
  border-radius: 50%;
  background: #F5F5F6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-family: "ailipuhuibold";
  color: #000000;
}

.tpmzx2 ul li {
  float: left;
  padding: 0 3rem;
  width: 50%;
}

.tpmzx2 ul li:nth-child(1),
.tpmzx2 ul li:nth-child(2) {
  margin-bottom: 2.375rem;
}

.tpmzx2 ul li:nth-child(even) .name,
.tpmzx2 ul li:nth-child(even) .text {
  text-align: right;
  padding-left: 0;
  padding-right: 1.25rem;
}

.tpmzx2 ul li:nth-child(even) .name::before {
  left: auto;
  right: 0;
  background-image: linear-gradient(to left, #FF6A00, #fff);
}

.tpmzx2 ul li:nth-child(even) .name::after {
  left: auto;
  right: 0;
}

.tpmzx2 ul li:nth-child(even)>div {
  background-image: linear-gradient(to left, #FF6A00, rgba(255, 106, 0, 0.432), #fff, #fff);
}

.tpmzx2 ul li:nth-child(even)>div>div {
  padding: 2.625rem 2.5rem 1.375rem 0;
}

.tpmzx2 ul li:nth-child(even)>div>div .text {
  float: right;
}

.tpmzx2 ul li .name {
  font-size: 1.25rem;
  color: #FF6A00;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  position: relative;
}

.tpmzx2 ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20.625rem;
  height: 0.1875rem;
  background-image: linear-gradient(to right, #FF6A00, #fff);
}

.tpmzx2 ul li .name::after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  transform: rotate(45deg);
  background: #FF6A00;
  left: 0;
  bottom: -0.375rem;
}

.tpmzx2 ul li>div {
  border-radius: 1.25rem;
  padding: 0.3125rem;
  background-image: linear-gradient(to right, #FF6A00, rgba(255, 106, 0, 0.432), #fff, #fff);
}

.tpmzx2 ul li>div>div {
  height: 100%;
  background: #fff;
  border-radius: 1.125rem;
  padding: 2.625rem 0 1.375rem 2.5rem;
}

.tpmzx2 ul li>div>div>div {
  padding-left: 1.25rem;
}

.tpmzx2 ul li>div>div .text {
  font-family: "ailipuhuibold";
  width: 73%;
  min-height: 3.5rem;
}

.tpmzx3 .clearfix {
  overflow: hidden;
}

.tpmzx3 .left {
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background: #F5F5F6;
  backdrop-filter: blur(2px);
  width: 50%;
}

.tpmzx3 .left .name {
  padding-right: 8rem;
  text-align: right;
}

.tpmzx3 .text {
  font-family: "ailipuhuibold";
  padding: 3.75rem 1.25rem 3.5625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.tpmzx3 .name {
  line-height: 2.8125rem;
  padding: 0 3.125rem 0 2rem;
  border-radius: 0 0 0 3.125rem;
  font-family: "ailipuhuibold";
  display: inline-block;
  color: #FFFFFF;
  background: #FF6A00;
}

.tpmzx3 .name .font24 {
  font-size: 1.25rem;
}

.tpmzx3 .name span:nth-child(1) {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 1rem;
}

.tpmzx3 .name span {
  color: #fff;
}

.tpmzx3 .right {
  width: 53%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.tpmzx3 .right .top {
  background: #F5F5F6;
  backdrop-filter: blur(2px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 4.5% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4.5% 100%);
  margin-bottom: 0.75rem;
  height: calc(50% - 0.75rem);
}

.tpmzx3 .right .top .col-md-6:nth-child(2) {
  padding-left: 0;
}

.tpmzx3 .right .name {
  border-radius: 0 3.125rem 0 0;
}

.tpmzx3 .right .text {
  padding: 2rem 1.875rem 1.875rem 3rem;
}

.tpmzx3 .right .bot {
  background: #F5F5F6;
  backdrop-filter: blur(2px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 4.5% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4.5% 100%);
  width: 94.5%;
  float: right;
  margin-top: 0.75rem;
  height: calc(50% - 0.75rem);
}

.tpmzx3 .right .bot .text {
  padding-top: 1.25rem;
}

.padding_left {
  padding-left: 21.875rem;
}

.tpmzx1 ul li {
  width: 20.5rem;
}

.tpmzx1 ul li:nth-child(6),
.tpmzx1 ul li:nth-child(2) {
  top: calc(25% + 6.8rem);
}

.gcjbzx1 .padd_top>img {
  width: 27rem;
}

.list_jyzx_one .list6s1 ul li.li0 .name,
.gcjbzx1 .center,
.tpmzx1 .center {
  font-size: 1.875rem;
}

.list_news .swiper-pagination {
  bottom: 2.5rem;
  right: 3.125rem;
}

.list_news .swiper-pagination .swiper-pagination-bullet {
  width: 2.375rem;
  height: 0.1875rem;
  background: #A09D9D;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.3125rem;
}

.list_news .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF6A00;
}

.list_news .swiper-slide {
  background: #F5F5F6;
}

.list_news .swiper-slide .left {
  width: 50%;
  float: left;
}

.list_news .swiper-slide .right {
  float: right;
  width: 50%;
  padding: 0 2.8125rem 0 3.4375rem;
}

.list_news .swiper-slide .right .name {
  text-align: justify;
  color: #181818;
  font-family: "ailipuhuibold";
}

.list_news .swiper-slide .right .text {
  text-align: justify;
  line-height: 1.5rem;
  height: 4.5rem;
  color: #666666;
  margin: 1.75rem 0 2.1875rem;
}

.list_news .swiper-slide .right .data {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #928D8D;
}

.list_news .bot li {
  padding: 3.25rem 2.25rem 3.25rem 1.5rem;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  position: relative;
}

.list_news .bot li .data {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #928D8D;
  margin-top: 8px;
}

.list_news .bot li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FF6A00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .bot li:hover .name {
  color: #FF6A00 !important;
}

.list_news .bot li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .bot li .left {
  width: 15%;
  position: relative;
}

.list_news .bot li .left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  right: 3.75rem;
  background: #CAC9C8;
  width: 1px;
  height: 3.4375rem;
}

.list_news .bot li .left div {
  font-size: 2rem;
  line-height: 1;
  font-family: "ailipuhuibold";
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.5rem;
}

.list_news .bot li .left p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "ailipuhuibold";
  color: rgba(0, 0, 0, 0.6);
}

.list_news .bot li .right {
  width: 70%;
}

.list_news .bot li .right .name {
  font-size: 1.125rem;
  font-family: "ailipuhuibold";
  line-height: 1.625rem;
  text-align: justify;
  color: #181818;
  margin-bottom: 0.875rem;
}

.list_news .bot li .right .text {
  line-height: 1.5rem;
  text-align: justify;
  color: #666666;
}

.list_zlhzhp.list_news.active .left2 img {
  width: 9.375rem !important;
}

.list_zlhzhp.list_news .left2 {
  text-align: right;
  width: 20%;
}

.list_zlhzhp.list_news .left2 img {
  height: 6rem;
}

.list_zlhzhp.list_news .bot li .right {
  width: 65%;
}

.list_zlhzhp.list_news .right a,
.list_zlhzhp.list_news .right>div {
  width: 85%;
}

.djh {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  text-align: center;
  color: #FF6A00;
}

.list_about_one .col-lg-3,
.list_about_two .col-lg-3,
.list_about_three .col-lg-3 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.list_about_one .col-lg-9,
.list_about_two .col-lg-9,
.list_about_three .col-lg-9 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.col_md_6_pho {
  position: relative;
  padding: 0 2.2rem;
}

.col_md_6_pho .right {
  position: absolute;
  top: 0;
  left: 50%;
  padding-left: 15px;
  width: 50%;
}

.col_md_6_pho .right div,
.col_md_6_pho .right img,
.col_md_6_pho .right {
  height: 100%;
}

.jingyizixun7_line4 {
  height: 7rem;
}

#loginForm {
  z-index: 10000;
}

#loginForm .modal-header {
  padding: 2.5rem 3.75rem 1.875rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  color: #181818;
}

#loginForm .modal-header .modal-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  font-family: "ailipuhuibold";
  text-transform: uppercase;
}

#loginForm .modal-body {
  padding: 0 3.75rem 5.3125rem;
}

#loginForm .more {
  border: none;
  width: 100%;
}

#loginForm .inp {
  line-height: 3.4375rem;
  border: 1px solid #EFEFEF;
  border-radius: 1.875rem;
  margin-bottom: 1.375rem;
}

#loginForm .inp input {
  background: transparent;
  font-size: 0.875rem;
  color: #898A8D;
}

#loginForm .inp button {
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  line-height: 2rem;
  color: #FF6A00;
  border: none;
  background: transparent;
}

#loginForm .inp:nth-child(1) span {
  padding: 0 1.25rem;
}

#loginForm .inp:nth-child(2) input {
  padding: 0 3.75rem 0 1.25rem;
}

.modal-backdrop.show {
  opacity: 0.9;
  z-index: 9999;
  background: #F5F5F6;
}

.modal-open {
  padding-right: 0 !important;
}

.container-szal .swiper-slide {
  height: auto;
}

.container-szal .swiper-slide .over,
.container-szal .swiper-slide .over img {
  height: 100%;
  object-fit: cover;
}

.list_dzbzgc_news .list_b1 .pr {
  padding-top: 12.1875rem;
  border-bottom: 1px solid #D8D8D8;
}

.list_dzbzgc_news .list_b1 .ul li:nth-child(1) {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

.list_dzbzgc_news .list_b1 .ul li:nth-child(2) {
  position: absolute;
  top: 9rem;
  right: 4.0625rem;
}

.list_dzbzgc_news .list_b1 .ul li:nth-child(3) {
  position: absolute;
  bottom: -1px;
  right: 0;
}

.list_dzbzgc_news .list_b1 .ul li:nth-child(4) {
  position: absolute;
  top: 9rem;
  left: 4.0625rem;
}

.list_dzbzgc_news .list_b1 .ul li:nth-child(5) {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.list_dzbzgc_news .list_b1 .ul li {
  border: 1px solid #D8D8D8;
  box-shadow: 4px 6px 6px rgba(230, 230, 230, 0.25);
  width: 23.75rem;
  height: 10.25rem;
  padding: 0 0.9375rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_dzbzgc_news .list_b1 .ul li .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: center;
  color: #181818;
}

.list_dzbzgc_news .list_b1 .ul li .text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #555555;
  text-align: center;
  margin-top: 0.5rem;
}

.list_dzbzgc_news .list_b1 .img img {
  width: 33.625rem;
  margin: 0 auto;
}

.list_dzbzgc_news .list_b2 {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5rem;
}

.list_dzbzgc_news .list_b3 {
  border-bottom: 1px solid #D8D8D8;
}

.list_dzbzgc_news .list_b2 .ul2 {
  display: flex;
  padding-top: 4.375rem;
  margin: 0 -1.875rem;
}

.list_dzbzgc_news .list_b2 .ul2 li {
  width: 25%;
  padding: 0 1.875rem;
}

.list_dzbzgc_news .list_b2 .ul2 li .hover {
  display: flex;
  align-items: center;

}

.list_dzbzgc_news .list_b2 .ul2 li>div .text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #555555;
  width: calc(100% - 6.4375rem);
  padding: 0 1rem 0 1.4375rem;
}

.list_dzbzgc_news .list_b2 .ul2 li>div .left {
  width: 6.4375rem;
  height: 7.0625rem;
  background: #FFFFFF;
  border-radius: 0 1.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_dzbzgc_news .list_b2 .ul2 li>div .left div {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #FF6A00;

}

.list_dzbzgc_news .list_b2 .ul2 li>div .left p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #FF6A00;
}

.list_dzbzgc_news .list_b2 .ul2 li .pr>img {
  width: 100%;
}

.list_dzbzgc_news .list_b2 .ul2 li>div .hover {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 100%;
  transform: translateY(-50%);
}

.list_dzbzgc_news .list_b2 .ul2 li .bot {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #555555;
  margin-top: 3.125rem;
  text-align: center;
  padding: 0 0.9375rem;
}

.list_dzbzgc_news .list_b2 .ul2 li .top {
  width: calc(100% - 7rem);
  position: relative;
  margin-top: -1.875rem;
  left: 3.5rem;
  background: #F5F5F6;
  backdrop-filter: blur(3px);
  border-radius: 1.375rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  /* identical to box height, or 175% */
  line-height: 1;
  color: #FF6A00;
  padding: 2.0625rem 0;
}

.list_dzbzgc_news .list_b2 .ul2 li .top span {
  font-weight: 700;
  font-size: 3.375rem;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #FF6A00;
}

.list_dzbzgc_news .list_b3 ul {
  margin: 3rem -2.3125rem 0;
  display: flex;
  flex-wrap: wrap;
}

.list_dzbzgc_news .list_b3 ul li {
  padding: 0 2.3125rem;
  margin-bottom: 3rem;
  width: 50%;
}

.list_dzbzgc_news .list_b3 ul li:nth-child(3) .icon::before,
.list_dzbzgc_news .list_b3 ul li:nth-child(4) .icon::before {
  border-color: #A09D9D;
}

.list_dzbzgc_news .list_b3 ul li:nth-child(3) .icon div,
.list_dzbzgc_news .list_b3 ul li:nth-child(4) .icon div {
  background: #A09D9D;
}

.list_dzbzgc_news .list_b3 ul li:nth-child(3) .tips,
.list_dzbzgc_news .list_b3 ul li:nth-child(4) .tips {
  background: #A09D9D !important;
}

.list_dzbzgc_news .list_b3 ul li .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #181818;
}

.list_dzbzgc_news .list_b3 ul li>div {
  height: 100%;
  padding: 4.0625rem 0 0 4.0625rem;
  position: relative;
}

.list_dzbzgc_news .list_b3 ul li .text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #555555;
  margin-top: 0.5rem;
  text-align: justify;
}

.list_dzbzgc_news .list_b3 ul li .content {
  height: 100%;
  padding: 2.125rem 2.6875rem 2.3125rem 6.875rem;
  background: #F5F5F6;
  position: relative;
}

.list_dzbzgc_news .list_b3 ul li .content .tips {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6875rem;
  line-height: 1.5625rem;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
  background: #FF6A00;
  color: #FFFFFF;
  text-align: center;
}

.list_dzbzgc_news .list_b3 ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.375rem;
  height: 9.375rem;
}

.list_dzbzgc_news .list_b3 ul li .icon div {
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 50%;
  line-height: 7.125rem;
  text-align: center;
  background: #FF6A00;
  position: relative;
  top: 1.125rem;
  left: 1.125rem;
  z-index: 3;
}

.list_dzbzgc_news .list_b3 ul li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.25rem solid #FF6A00;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.list_dzbzgc_news .list_b4 .ul4 {
  display: flex;
}

.list_dzbzgc_news .list_b4 .ul4 li {
  width: 25%;
  text-align: center;
  padding: 0 1.25rem;
}

.list_dzbzgc_news .list_b4 .text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  /* or 175% */
  text-align: center;
  padding: 0 1.875rem;
  color: #555555;
}

.list_dzbzgc_news .list_b4 .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #181818;
  margin-top: 1rem;
}

.list_dzbzgc_news .list_b4 .top>img {
  width: 17.9375rem;
}

.list_dzbzgc_news .list_b4 .top .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.list_dzbzgc_news .list_b4 .top .hover img {
  width: 4.375rem;
}

.list_dzbzgc_news .list_b4 .xian {
  height: 8rem;
  margin: 1.5rem auto;
  width: 0.1875rem;
  background: #D8D8D8;
  position: relative;
}

.list_dzbzgc_news .list_b4 .xian::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #D8D8D8;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.list_dzbzgc_news .list_b4 .xian::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #D8D8D8;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 1600px) {
  .banner .swiper-slide.div37 .hover {
    top: 68%;
  }
}

@media (max-width: 1440px) {

  .list_dzbzgc_news .list_b3 ul li .name,
  .list_dzbzgc_news .list_b1 .ul li .name,
  .list_dzbzgc_news .list_b4 .name {
    font-size: 1.25rem;
  }

  .list_dzbzgc_news .list_b2 .ul2 li .top span {
    font-size: 3rem;
  }

  .list_dzbzgc_news .list_b4 .name {
    margin-top: 1.125rem;
  }
}

@media (max-width: 1366px) {
  .list_dzbzgc_news .list_b1 .ul li {
    width: 20rem;
  }

  .list_dzbzgc_news .list_b2 .ul2 li .bot {
    margin-top: 2.125rem;
  }

  .list_dzbzgc_news .list_b3 ul li .content {
    padding: 2.125rem 1.875rem 2.3125rem 5.875rem;
  }

  .list_dzbzgc_news .list_b4 .text {
    padding: 0 1.25rem;
  }

  .list_dzbzgc_news .list_b2 .ul2 li {
    padding: 0 0.875rem;
  }

  .list_dzbzgc_news .list_b2 .ul2 {
    margin: 0 -0.875rem;
  }
}

@media (max-width: 1280px) {
  .banner .swiper-slide.div37 .hover {
    top: 67%;
  }
  .banner .swiper-slide.div41 .hover{
      top: 66.5%;
  }
}

@media (max-width: 990px) {
  .list_dzbzgc_news .list_b1 .img {
    display: none;
  }

  .list_dzbzgc_news .list_b1 .ul li {
    position: static !important;
    width: 100%;
    transform: translateX(0) !important;
    height: auto;
    padding: 0;
    text-align: left;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0 1.25rem !important;
    display: block;
  }

  .banner .swiper-slide.div37 .hover {
    top: 73%;
  }
  .banner .div40 .hover{
    text-align: center;
    top: 73%;
}

  .list_dzbzgc_news .list_b1 .ul li:last-child {
    margin-bottom: 0;
  }

  .list_dzbzgc_news .list_b1 .ul li .name,
  .list_dzbzgc_news .list_b1 .ul li .text {
    text-align: left;
    padding-left: 0.9375rem;
  }

  .list_dzbzgc_news .list_b1 .ul li .name {
    position: relative;
  }

  .list_dzbzgc_news .list_b1 .ul li .name::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    border-radius: 50%;
    background: #181818;
    height: 6px;
  }

  .list_dzbzgc_news .list_b1 .pr {
    padding-top: 0;
    border-bottom: none;
  }

  .list_dzbzgc_news .list_b2 .ul2 li {
    width: 50%;
  }

  .list_dzbzgc_news .list_b2 .ul2,
  .list_dzbzgc_news .list_b4 .ul4 {
    flex-wrap: wrap;
  }

  .list_dzbzgc_news .list_b4 .ul4 li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }

  .list_dzbzgc_news .list_b4 .ul4 li .top {
    width: 30%;
  }

  .list_dzbzgc_news .list_b4 .ul4 li .xian {
    display: none;
  }

  .list_dzbzgc_news .list_b4 .ul4 li .text {
    width: 70%;
    text-align: left;
  }

  .list_dzbzgc_news .list_b2 .ul2 li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .list_b1 {
    margin-top: 15px;
  }

  .list_dzbzgc_news .list_b3 ul li .name,
  .list_dzbzgc_news .list_b1 .ul li .name,
  .list_dzbzgc_news .list_b4 .name {
    font-size: 16px;
  }

  .list_dzbzgc_news .list_b3 ul li .text,
  .list_dzbzgc_news .list_b1 .ul li .text,
  .list_dzbzgc_news .list_b4 .text {
    font-size: 14px;
  }

  .list_dzbzgc_news .list_b1 .ul li .name::before {
    width: 4px;
    height: 4px;
  }

  .list_dzbzgc_news .list_b2 .ul2 li .top {
    width: calc(100% - 2rem);
    left: 1rem;
    padding: 1.0625rem 0;
  }

  .list_dzbzgc_news .list_b2 .ul2 li .top span {
    font-size: 2rem;
  }

  .list_dzbzgc_news .list_b2 .ul2 li .top,
  .list_dzbzgc_news .list_b2 .ul2 li .bot {
    font-size: 14px;
  }



  .list_dzbzgc_news .list_b2 .ul2 {
    padding-top: 15px;
  }

  .list_dzbzgc_news .list_b2 {
    padding-bottom: 25px;
  }

  .list_dzbzgc_news .list_b3 ul {
    margin-top: 15px;
  }

  .list_dzbzgc_news .list_b3 ul li {
    width: 100%;
    margin-bottom: 15px;
  }



  .list_dzbzgc_news .list_b3 ul li .icon div {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }

  .list_dzbzgc_news .list_b3 ul li .icon div img {
    width: 50%;
  }

  .list_dzbzgc_news .list_b3 {
    padding-bottom: 10px;
  }

  .list_dzbzgc_news .list_b3 ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 7rem;
  }

  .list_dzbzgc_news .list_b2 .ul2 li>div .hover {
    position: static;
    transform: translateY(0%);
  }

  .list_dzbzgc_news .list_b2 .ul2 li .pr>img {
    display: none;
  }

  .list_dzbzgc_news .list_b2 .ul2 li .pr {
    background: #f5f5f6;
    border: 1px solid #ddd;
  }

  .list_dzbzgc_news .list_b2 .ul2 li {
    width: 100%;
  }

  .list_dzbzgc_news .list_b3 ul li .icon div {
    top: 1rem;
    left: 1rem;
  }

  .mt55.erji_title {
    margin-top: 25px;
  }

  .list_dzbzgc_news .list_b3 ul li .content {
    padding: 2.125rem 1.875rem 2.3125rem 2.875rem;
  }

  .list_dzbzgc_news .list_b3 ul li>div {
    padding: 3.0625rem 0 0 3.0625rem;
  }

  .list_dzbzgc_news .list_b4 .top .hover img {
    width: 2.5rem;
  }

  .list_dzbzgc_news .list_b4 .name {
    padding: 0 1.25rem;
    margin-top: 5px;
  }

  .list_dzbzgc_news .list_b4 .ul4 li .top {
    width: 50%;
  }

  .list_dzbzgc_news .list_b4 .ul4 {
    margin-top: 15px;
  }

  .list_dzbzgc_news .list_b4 .ul4 li:last-child {
    margin-bottom: 0;
  }

  .list_dzbzgc_news .list_b4 .ul4 li {
    padding: 0;
  }

  .list_dzbzgc_news .list_b4 .ul4 li .text {
    padding-right: 0;
  }
}