.about .banner .banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .banner .banner_txt h6 {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin-bottom: 50px;
}
.about .banner .banner_txt p {
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.about .about_head {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.about .about_head > div {
  height: 90px;
  overflow: hidden;
}
.about .about_head > div a {
  display: inline-block;
  padding: 0 25px;
  line-height: 90px;
  height: 100%;
  position: relative;
  color: var(--themeColor2);
}
.about .about_head > div a::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: rgba(0, 51, 102, 0.3);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.about .about_head > div a:first-of-type {
  padding-left: 0;
}
.about .about_head > div a:first-of-type.active::after {
  content: "";
  width: calc(100% - 25px);
  left: 0;
  transform: none;
}
.about .about_head > div a:last-of-type::before {
  content: "";
  width: 0;
}
.about .about_head > div a.active {
  font-family: Boldss;
  color: var(--themeColor);
}
.about .about_head > div a.active::after {
  content: "";
  width: calc(100% - 50px);
  height: 4px;
  background: var(--themeColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_lc {
  position: relative;
}
.about_lc .h1 {
  /*color: var(--themeColor2);*/
  position: absolute;
  top: 100px;
  left: 50%;
  width: 60%;
  transform: translate(-50%,-50%);
  
}
.about_lc .h1 h1{
    margin-bottom: 30px;
    font-family: Mediumss;
}
.about_lc .p{
    text-align: center;
    /*width: 80%;*/
    line-height: 1.5;
    color: #000;
    /*position: absolute;*/
    /*width: 100%;*/
    /*top: 150px;*/
    /*left: 0;*/
    /*transform: translateX(-50%);*/
    /*font-family: Mediumss;*/
}
.about_lc .about_swiper {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.about_lc .about_swiper .swiper-slide {
  position: relative;
}
.about_lc .about_swiper .swiper-slide .about_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  text-align: center;
  border-radius: 10px;
  background: url('/shenlan/image/Group1487.png') no-repeat;
  padding: 30px 40px;
}
.about_lc .about_swiper .swiper-slide .about_slide > div {
  max-height: 230px;
  overflow-y: auto;
  color: #fff;
  /*font-family: Thinss;*/
  text-align: start;
  padding-right: 30px;
}
.about_lc .about_swiper .swiper-slide .about_slide > div::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  width: 2px;
}
.about_lc .about_swiper .swiper-slide .about_slide > div::-webkit-scrollbar-track {
  background: #828489;
  width: 2px;
}
.about_lc .about_swiper .swiper-slide .about_slide > div::-webkit-scrollbar-thumb {
  background: #fff;
  width: 2px;
}
.about_lc .about_swiper .about-button-prev,
.about_lc .about_swiper .about-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.about_lc .about_swiper .about-button-prev .iconfont,
.about_lc .about_swiper .about-button-next .iconfont {
  font-size: 30px;
  color: var(--themeColor);
}
.about_lc .about_swiper .about-button-prev.swiper-button-disabled .iconfont,
.about_lc .about_swiper .about-button-next.swiper-button-disabled .iconfont {
  color: rgb(0, 0, 0);
}
.about_lc .about_swiper .about-button-prev {
  left: 30px;
}
.about_lc .about_swiper .about-button-next {
  right: 30px;
}
.about_lc .about-pagination {
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
}
.about_lc .about-pagination li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 1s;
}
.about_lc .about-pagination li .iconfont {
  display: none;
}
.about_lc .about-pagination li span {
  display: block;
  background: #1A2F5C;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 5px solid #c4cbd8;
}
.about_lc .about-pagination li span:hover {
  animation: aspan 1.5s infinite;
}
@keyframes aspan {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  }
}
 .team {
  padding-top: 114px;
  /*background: url('../image/bujuimg.png') no-repeat;*/
  text-align: center;
}
 .team h4 {
  /*color: #fff;*/
  font-family: Mediumss;
  margin-bottom: 32px;
}
 .team p {
  /*color: #fff;*/
}
 .team .ditu {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
 .team .ditu img {
  display: inline-block;
}
 .team .ditu .huxi {
  position: absolute;
}
 .team .ditu .huxi .canvas {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 100;
}
 .team .ditu .huxi3 .canvas {
  top: 0;
}
 .team .ditu .huxi > div:first-of-type {
  position: relative;
  padding: 22px;
  border-radius: 50%;
  background: linear-gradient(rgba(186, 196, 212, 0.4), rgba(186, 203, 224, 0.6));
  box-shadow: inset 0px 0px 6px 4px #0b396f;
  animation: shan 2s infinite linear;
}
@keyframes shan {
  0% {
    transform: scale(0.8);
    /* 注意rgba中的a的设置 */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  60% {
    transform: scale(1);
    box-shadow: 0 0 0 36px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
 .team .ditu .huxi > div:first-of-type span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0b396f;
}
 .team .ditu .huxi .ditu_text {
  width: 280px;
  position: absolute;
  left: 268px;
  top: 0px;
  text-align: start;
  padding-left: 15px;
}
 .team .ditu .huxi1 .ditu_text {
  left: 308px;
}
 .team .ditu .huxi .ditu_text::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  left: 0;
  background: #859cb7;
  /*background: #fff;*/
}
 .team .ditu .huxi .ditu_text h3 {
  text-align: start;
  /*color: #fff;*/
}
 .team .ditu .huxi .ditu_text p {
  /*color: rgba(255, 255, 255, 0.6);*/
  /*opacity: .6;*/
}
 .team .ditu .huxi1 {
  top: 308px;
  right: 34.4%;
}
 .team .ditu .huxi2 {
  top: 389px;
  left: 64.5%;
}
 .team .ditu .huxi3 {
  top: 545px;
  position: absolute;
  left: 69%;
}
 .team .ditu .huxi3 .ditu_text {
  width: 400px;
  transform: translateY(-80%);
  left: 182px;
}
 .team .ditu .huxi4 .canvas{
  transform: none;
}
 .team .ditu .huxi4 .ditu_text{
  left: 307px;
  transform: translateY(50%);
}
 .team .ditu .huxi3 .ditu_text p {
  /* color: #fff; */
  font-family: Boldss;
}
 .team .ditu .huxii .canvas {
  left: auto;
  right: 0;
  transform: none;
}
 .team .ditu .huxii .ditu_text {
  padding-right: 15px;
  text-align: end;
  left: auto;
}
 .team .ditu .huxi6 .ditu_text {
  right: 512px;
}
 .team .ditu .huxi7 .ditu_text {
  right: 649px;
  transform: translateY(250%);
}
 .team .ditu .huxii .ditu_text h3 {
  text-align: end;
}
 .team .ditu .huxii .ditu_text::before {
  content: "";
  left: auto;
  right: 0;
}
 .team .ditu .huxi4 {
  top: 555px;
  left: 62.5%;
}
 .team .ditu .huxi5 {
  top: 730px;
  left: 62%;
}
 .team .ditu .huxi5 .ditu_text{
  left: 319px;
}
 .team .ditu .huxi6 {
  top: 430px;
  right: 37%;
}
 .team .ditu .huxi7 {
  top: 483px;
  left: 67%;
}
.about_lc .about-pagination li p {
  margin-top: 30px;
  font-size: 14px;
  transition: all 0.3s;
}
.about_lc .about-pagination li.aa .iconfont {
  display: block;
  position: absolute;
  top: -40px;
  font-size: 30px;
  left: 50%;
  transform: translateX(-53%);
}
.about_lc .about-pagination li.aa span {
  background: #fff;
  border-color: #1A2F5C;
}
.about_lc .about-pagination li.aa p {
  color: var(--themeColor);
  font-family: Boldss;
  font-weight: bold;
  scale: 1.5;
}
.about_lc .feiji {
  height: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_lc .feiji::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #c6c8cc;
  transform: rotate(-9deg);
}
.about_lc .feiji img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_fb {
  margin-top: 100px !important;
}
.about_fb h5 {
  font-family: Mediumss ;
  margin-bottom: 25px;
}
.about_fb .about_fb_btn button {
  border-radius: 15px;
  width: 70px;
  height: 30px;
  background: rgba(26, 47, 92, 0.2);
}
.about_fb .about_fb_btn button:first-of-type {
  margin-right: 40px;
}
.about_fb .about_fb_btn button.actbtn {
  background: #1A2F5C;
  color: #fff;
}
.about_fb .ditu {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.about_fb .ditu img {
  width: 100%;
}
.about_fb .ditu .huxi {
  position: absolute;
}
.about_fb .ditu .huxi .canvas {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 100;
}
.about_fb .ditu .huxi > div:first-of-type {
  position: relative;
  padding: 22px;
  border-radius: 50%;
  background: linear-gradient(rgba(186, 196, 212, 0.4), rgba(186, 203, 224, 0.6));
  box-shadow: inset 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
  animation: shan 2s infinite linear;
}
@keyframes shan {
  0% {
    transform: scale(0.8);
    /* 注意rgba中的a的设置 */
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  60% {
    transform: scale(1);
    box-shadow: 0 0 0 36px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.about_fb .ditu .huxi > div:first-of-type span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--themeColor);
}
.about_fb .ditu .huxi .ditu_text {
  width: 300px;
  position: absolute;
  left: 240px;
  top: 0px;
  text-align: start;
  padding-left: 15px;
}
.about_fb .ditu .huxi .ditu_text::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  background: var(--themeColor);
}
.about_fb .ditu .huxi .ditu_text h3 {
  font-family: Mediumss;
  text-align: start;
  color: var(--themeColor);
}
.about_fb .ditu .huxi .ditu_text p {
  color: rgb(0, 51, 102);
}
.about_fb .ditu .huxi1 {
  top: 80px;
  right: 20%;
}
.about_fb .ditu .huxi2 {
  top: 220px;
  right: 38%;
}
.about_fb .ditu .huxi3 {
  top: 390px;
  left: 48%;
}
.about_fb .ditu .huxi3 .ditu_text {
  width: 400px;
}
.about_fb .ditu .huxi3 .ditu_text p {
  color: var(--themeColor);
}
.about_fb .ditu .huxi4 {
  top: 500px;
  right: 30%;
}
.about_fb .ditu .huxi5 {
  bottom: 130px;
  right: 40%;
}
.about_fb .ditu .huxii .canvas {
  transform: translateY(-50%) rotateY(180deg);
  left: auto;
  right: 0;
}
.about_fb .ditu .huxii .ditu_text {
  padding-right: 15px;
  text-align: end;
  left: auto;
  right: 240px;
}
.about_fb .ditu .huxii .ditu_text h3 {
  text-align: end;
}
.about_fb .ditu .huxii .ditu_text::before {
  content: "";
  left: auto;
  right: 0;
}
.about_fb .ditu .huxi6 {
  left: 20%;
  top: 120px;
}
.about_fb .ditu .huxi7 {
  left: 33%;
  top: 300px;
}
.about_fb .ditu .huxi8 {
  left: 18%;
  top: 400px;
}
.about_fb .ditu .huxi9 {
  left: 20%;
  bottom: 380px;
}
.about_zh {
  position: relative;
  height: 1000px;
}
.about_zh > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.about_zh .zizhi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.about_zh .zizhi h6 {
  text-align: start;
  font-family: Boldss;
  color: #fff;
  margin-bottom: 30px;
}
.about_zh .zizhi p {
  color: rgb(255, 255, 255);
  width: 610px;
  margin-bottom: 40px;
}
.about_zh .zizhi button {
  width: 150px;
  height: 45px;
  border: 1px solid #383840;
  background: transparent;
  color: rgb(255, 255, 255);
}
.about_zh .zizhi button .iconfont {
  margin-left: 5px;
}
.about_zh .zhengshu {
  pointer-events: none;
  position: absolute;
  top: 330px;
  left: 360px;
}
.about_zh .zhengshu .icon_i {
  pointer-events: all;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.about_zh .zhengshu .icon_i img{
    width: 100%;height: 100%;
    object-fit: contain;
}

.about_zh .zhengshu .icon_i:hover a {
  transform: none;
}
.about_zh .zhengshu .icon_i a {
  transition: all 0.5s;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 51, 102, 0.8);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  color: #fff;
}
.about_zh .zhengshu .icon_i a img {
  width: auto;
}
.about_zh .zhengshu .icon_i a p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.about_zh .zhengshu .icon_i a button {
  color: #fff;
  background: transparent;
}
.about_zh .zhengshu .icon_i a button .iconfont {
  margin-left: 5px;
}
.about_zh .zhengshu .zhengshu_right {
  transform: translateY(-10%);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--themeColor);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dshibg {
  background: url('/shenlan/image/dshibg.png') no-repeat;
  background-position: 96% 200px;
}
.dshibgs {
  background: url('/shenlan/image/dshibg2.png') no-repeat;
  background-size: cover;
}
.pinpai {
  padding-top: 56px;
}
.pinpai aside {
  width: 200px;
}
.pinpai aside .pinpai_ul .active > a {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #003366;
  color: #fff;
  font-size: 20px;
}
.pinpai aside .pinpai_ul .active > a .iconfont {
  display: inline-block;
  transform: rotate(90deg);
}
.pinpai aside .pinpai_ul > li {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pinpai aside .pinpai_ul > li > a {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 51, 102, 0.1);
  color: #333;
  font-size: 20px;
}
.pinpai aside .pinpai_ul > li > a .iconfont {
  transition: all 0.3s;
  display: inline-block;
  transform: rotate(0);
}
.pinpai aside .pinpai_ul > li li {
  width: 100%;
  padding: 18px 0;
  padding-left: 40px;
  background: #F4F8FF;
  position: relative;
}
.pinpai aside .pinpai_ul > li li.li_act {
  background: var(--themeColor);
}
.pinpai aside .pinpai_ul > li li.li_act a {
  color: #fff;
}
.pinpai aside .pinpai_ul > li li.li_act::before {
  border-color: #fff;
}
.pinpai aside .pinpai_ul > li li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0.5px solid #131415;
  position: absolute;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pinpai aside .pinpai_ul > li li > a {
  color: #333;
}
.pinpai .chshir {
  width: calc(100% - 260px);
}
.pinpai .chshir .chshir_head {
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.pinpai .chshir .chshir_head::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--themeColor);
  position: absolute;
  bottom: -1px;
}
.pinpai .chshir .chshir_head h1 {
  font-family: Mediumss;
}
.pinpai .chshir .dongshi {
  margin-top: 10px;
  margin-bottom: 130px;
}
.pinpai .chshir .dongshi .dongshi_img {
  width: 380px;
  position: relative;
}
.pinpai .chshir .dongshi .dongshi_img::before {
  content: "";
  width: 100%;
  height: 10px;
  background: var(--themeColor);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pinpai .chshir .dongshi .dongshi_img img {
  width: 100%;
}
.pinpai .chshir .dongshi .dongshi_txt {
  width: calc(100% - 430px);
  margin-left: 50px;
}
.pinpai .chshir .dongshi .dongshi_txt > div span {
  color: rgb(19, 20, 21);
}
.pinpai .chshir .dongshi .dongshi_txt > div h2 {
  margin-top: 15px;
  text-align: start;
  color: var(--themeColor);
  font-family: Boldss;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--themeColor);
}
.pinpai .chshir .dongshi .dongshi_txt ul {
  width: 350px;
  color: rgb(19, 20, 21);
}
.pinpai .chshir .dongshi .dongshi_txt ul li {
  margin-bottom: 16px;
  position: relative;
}
.pinpai .chshir .dongshi .dongshi_txt ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(19, 20, 21, 0.6);
  position: absolute;
  left: -15px;
  top: 12px;
}
.pinpai .chshir .dongshi .dongshi_txt ul li:last-of-type {
  margin-bottom: 0;
}
.pinpai .chshir .dongshi_swiper {
  position: relative;
  margin-top: 30px;
}
.pinpai .chshir .dongshi_swiper .swiper4 {
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.35);
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs {
  overflow: hidden;
}
.pinpai .chshir .dongshi_swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.pinpai .chshir .dongshi_swiper .swiper-slide video {
  display: block;
  width: 100%;
}
.pinpai .chshir .dongshi_swiper .swiper-slide .swiper-txt {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
}
.pinpai .chshir .dongshi_swiper .swiper-slide .swiper-txt h5 {
  font-size: 20px;
  font-family: Boldss;
  text-align: start;
  font-weight: normal;
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--themeColor);
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide {
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide .swiper-txt1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(transparent, var(--themeColor));
  padding-bottom: 10px;
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide .swiper-txt1 > div {
  display: inline-block;
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide .swiper-txt1 h5 {
  font-family: Boldss;
  font-weight: normal;
}
.pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide .swiper-txt1 p {
  font-size: 14px;
  text-align: start;
}
.pinpai .chshir .dongshi_swiper .swiper-button-prev,
.pinpai .chshir .dongshi_swiper .swiper-button-next {
  --swiper-navigation-size: 0;
  top: auto;
  bottom: 80px;
}
.pinpai .chshir .dongshi_swiper .swiper-button-prev.swiper-button-disabled,
.pinpai .chshir .dongshi_swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.pinpai .chshir .dongshi_swiper .swiper-button-prev.swiper-button-disabled .iconfont,
.pinpai .chshir .dongshi_swiper .swiper-button-next.swiper-button-disabled .iconfont {
  color: rgba(0, 0, 0, 0.2);
}
.pinpai .chshir .dongshi_swiper .swiper-button-prev .iconfont,
.pinpai .chshir .dongshi_swiper .swiper-button-next .iconfont {
  font-size: 30px;
}
.pinpai .chshir .dongshi_swiper .swiper-button-prev {
  left: -40px;
}
.pinpai .chshir .dongshi_swiper .swiper-button-next {
  right: -40px;
}
.pinpai .chshir .xinwen {
  margin-top: 130px;
  margin-bottom: 130px;
}
.pinpai .chshir .xinwen .xinwen_zf {
  margin-top: 30px;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left {
  width: 50%;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left:hover {
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left .baodao_left_text {
  padding: 30px 25px;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left h6 {
  color: var(--themeColor2);
  font-family: Mediumss;
  margin-bottom: 8px;
  text-align: start;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left p {
  color: rgb(19, 20, 21);
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  line-height: 1.5;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left .baodao_left_bot {
  color: #777777;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left .baodao_left_bot > div:first-child i {
  margin-right: 5px;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left .baodao_left_bot > div:last-child i {
  margin-left: 5px;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_left .baodao_left_bot > div:last-child a {
  color: rgb(0, 51, 102);
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right {
  width: calc(50% - 20px);
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li {
  padding: 27px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li:hover {
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li:last-of-type {
  margin-bottom: 0;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:first-of-type {
  padding-right: 20px;
  border-right: 1px solid #F3F3F3;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:first-of-type b {
  font-size: 26px;
  color: var(--themeColor);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:first-of-type b::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: #F3F3F3;
  bottom: 0;
  left: 0;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:first-of-type span {
  color: rgb(19, 20, 21);
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:nth-of-type(2) {
  padding-left: 20px;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:nth-of-type(2) h6 {
  font-family: Mediumss;
  margin-bottom: 15px;
  text-align: start;
}
.pinpai .chshir .xinwen .xinwen_zf .baodao_right li > div:nth-of-type(2) a {
  color: rgb(0, 51, 102);
}
.pinpai .chshir .zhuzuo {
  margin-bottom: 100px;
}
.pinpai .chshir .zhuzuo ul {
  margin-top: 40px;
}
.pinpai .chshir .zhuzuo ul li {
  width: calc((100% - (36px * 3)) / 4);
  margin-right: 36px;
  margin-bottom: 36px;
}
.pinpai .chshir .zhuzuo ul li:hover .zhuzuo_img img {
  scale: 1.1;
}
.pinpai .chshir .zhuzuo ul li:nth-child(4n) {
  margin-right: 0;
}
.pinpai .chshir .zhuzuo ul li .zhuzuo_img img {
  transition: all 0.5s;
  width: 100%;
  transform: perspective(100px) rotateY(5deg) scale(0.8);
  box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.2);
}
.pinpai .chshir .zhuzuo ul li .zhuzuo_txt {
  margin-top: 20px;
}
.pinpai .chshir .zhuzuo ul li .zhuzuo_txt h3 {
  color: var(--themeColor);
  font-family: Boldss;
  margin-bottom: 10px;
}
.pinpai .chshir .zhuzuo ul li .zhuzuo_txt p {
  color: rgb(19, 20, 21);
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  line-height: 1.5;
}
.pinpai .chshir .zhuzuo ul li .zhuzuo_txt a {
  display: block;
  text-align: center;
  color: rgb(0, 51, 102);
}
.pinpai .chshir .zhuzuo ul li .zhuzuo_txt a .iconfont {
  margin-left: 10px;
}
.pinpai .chshir .zhuzuo > a {
  margin-top: 100px;
  display: block;
  text-align: center;
}
.pinpai .chshir .zhuzuo > a .iconfont {
  font-size: 24px;
}
.pinpai .lead {
  width: calc(100% - 260px);
  margin-bottom: 100px;
}
.pinpai .lead .lead_swiper1 {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  border-radius: 10px;
}
.pinpai .lead .lead_swiper1 .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pinpai .lead .lead_swiper1 .swiper-slide img {
  width: 100%;
}
.pinpai .lead .lead_swiper1 .lead_swiper1-prev,
.pinpai .lead .lead_swiper1 .lead_swiper1-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
}
.pinpai .lead .lead_swiper1 .lead_swiper1-prev.swiper-button-disabled .iconfont,
.pinpai .lead .lead_swiper1 .lead_swiper1-next.swiper-button-disabled .iconfont {
  color: rgb(255, 255, 255);
}
.pinpai .lead .lead_swiper1 .lead_swiper1-prev .iconfont,
.pinpai .lead .lead_swiper1 .lead_swiper1-next .iconfont {
  color: #fff;
  font-size: 30px;
}
.pinpai .lead .lead_swiper1 .lead_swiper1-prev {
  left: 15px;
}
.pinpai .lead .lead_swiper1 .lead_swiper1-next {
  right: 15px;
}
.pinpai .lead .lead_swiper1 .lead_txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 111;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(transparent, var(--themeColor));
}
.pinpai .lead .lead_swiper1 .lead_txt > div {
  display: inline-block;
}
.pinpai .lead .lead_swiper1 .lead_txt h6 {
  text-align: start;
  font-family: Boldss;
  font-size: 20px;
}
.pinpai .lead .lead_swiper1 .lead_txt p {
  text-align: start;
}
.pinpai .lead .lead_swiper2 {
  position: relative;
  overflow: hidden;
}
.pinpai .lead .lead_swiper2 .swiper-slide h5 {
  color: var(--themeColor);
  text-align: start;
  margin-bottom: 35px;
}
.pinpai .lead .lead_swiper2 .swiper-slide ul li {
  width: 40%;
  margin-right: 5%;
}
.pinpai .lead .lead_swiper2 .swiper-slide ul li b {
  color: rgb(19, 20, 21);
}
.pinpai .lead .lead_swiper2 .swiper-slide ul li .lead_swiper2_txt {
  width: calc(100% - 70px);
}
.pinpai .lead .lead_swiper2 .swiper-slide ul li .lead_swiper2_txt p {
  color: rgb(19, 20, 21);
  line-height: 1.2;
  margin-bottom: 20px;
}
.pinpai .lead .lead_swiper2 .swiper-slide ul li .lead_swiper2_txt img {
  width: 100%;
  margin-bottom: 20px;
}
.pinpai .lead .lead_swiper2 .swiper-slide ul li .lead_swiper2_txt a {
  color: rgb(0, 51, 102);
}
.pinpai .lead .lead_swiper2 .lead_swiper2-pagination {
  width: 100%;
  height: 3px;
  bottom: 0;
}
.pinpai .lead .lead_swiper2 .lead_swiper2-pagination .swiper-pagination-progressbar-fill {
  background: var(--themeColor);
}
.pinpai .lead .lead_swiper2 .jindu_ul {
  margin-top: 75px;
  border-top: 1px solid #c8d3de;
}
.pinpai .lead .lead_swiper2 .jindu_ul li {
  padding: 40px 0;
  position: relative;
  color: rgb(19, 20, 21);
}
.pinpai .lead .lead_swiper2 .jindu_ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--themeColor);
}
.pinpai .lead .lead_swiper2 .jindu_ul li.jindu_act::before {
  border: 4px solid #b2c1d0;
}
.pinpai .lead .lead_swiper2 .lead_swiper2-prev,
.pinpai .lead .lead_swiper2 .lead_swiper2-next {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--themeColor);
  border-radius: 50%;
  opacity: 1;
}
.pinpai .lead .lead_swiper2 .lead_swiper2-prev.swiper-button-disabled,
.pinpai .lead .lead_swiper2 .lead_swiper2-next.swiper-button-disabled {
  opacity: 0.5;
}
.pinpai .lead .lead_swiper2 .lead_swiper2-prev .iconfont,
.pinpai .lead .lead_swiper2 .lead_swiper2-next .iconfont {
  color: var(--themeColor);
}
.pinpai .lead .lead_swiper2 .lead_swiper2-prev {
  right: 60px;
}
.pinpai .age {
  width: calc(100% - 260px);
  margin-bottom: 100px;
}
.pinpai .age ul li {
  width: 100%;
  background: #fafcff;
  border-radius: 10px;
  margin-bottom: 55px;
}
.pinpai .age ul li:hover > a {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.pinpai .age ul li:nth-child(2n) > a {
  flex-direction: row-reverse;
}
.pinpai .age ul li > a {
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.pinpai .age ul li .age_left {
  width: 50%;
}
.pinpai .age ul li .age_left img {
  width: 100%;
}
.pinpai .age ul li .age_right {
  width: 50%;
  padding: 40px;
}
.pinpai .age ul li .age_right h3 {
  font-family: Mediumss;
  text-align: start;
  color: var(--themeColor2);
  margin-bottom: 20px;
}
.pinpai .age ul li .age_right p {
  color: rgb(19, 20, 21);
  line-height: 1.5;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBECED;
  margin-bottom: 30px;
}
.pinpai .age ul li .age_right button {
  background: transparent;
  color: rgb(0, 51, 102);
}
.pinpai .age ul li .age_right button .iconfont {
  margin-left: 5px;
}
.pinpai .history {
  width: calc(100% - 260px);
  margin-bottom: 120px;
}
.pinpai .history ul li {
  margin-bottom: 55px;
  border-radius: 10px;
}
.pinpai .history ul li:hover > a {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.pinpai .history ul li:nth-child(even) > a .his_txt {
  left: auto;
  right: 50px;
}
.pinpai .history ul li > a {
  transition: all 0.5s;
  border-radius: 10px;
  display: block;
  position: relative;
}
.pinpai .history ul li > a img {
  width: 100%;
  border-radius: 10px;
}
.pinpai .history ul li > a .his_txt {
  width: calc(50% - 100px);
  position: absolute;
  top: 50%;
  left: 100px;
  right: auto;
  transform: translateY(-50%);
}
.pinpai .history ul li > a .his_txt .his_head {
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
  margin-bottom: 24px;
}
.pinpai .history ul li > a .his_txt h2 {
  color: var(--themeColor);
  font-family: Boldss;
  text-align: start;
  padding-bottom: 24px;
}
.pinpai .history ul li > a .his_txt p {
  color: rgb(0, 51, 102);
  line-height: 1.5;
  margin-bottom: 25px;
}
.pinpai .history ul li > a .his_txt button {
  background: transparent;
  color: var(--themeColor);
}
.pinpai .history ul li > a .his_txt button .iconfont {
  margin-left: 5px;
}
.qiye {
  padding-top: 56px;
}
.qiye aside {
  width: 200px;
}
.qiye aside .qiye_ul .active > a {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #003366;
  color: #fff;
  font-size: 20px;
}
.qiye aside .qiye_ul .active > a .iconfont {
  display: inline-block;
  transform: rotate(90deg);
}
.qiye aside .qiye_ul > li {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.qiye aside .qiye_ul > li > a {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 51, 102, 0.1);
  color: #333;
  font-size: 20px;
}
.qiye aside .qiye_ul > li > a .iconfont {
  transition: all 0.3s;
  display: inline-block;
  transform: rotate(0);
}
.qiye aside .qiye_ul > li li {
  width: 100%;
  padding: 18px 0;
  padding-left: 40px;
  background: #F4F8FF;
  position: relative;
}
.qiye aside .qiye_ul > li li.li_act {
  background: var(--themeColor);
}
.qiye aside .qiye_ul > li li.li_act a {
  color: #fff;
}
.qiye aside .qiye_ul > li li.li_act::before {
  border-color: #fff;
}
.qiye aside .qiye_ul > li li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0.5px solid #131415;
  position: absolute;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.qiye aside .qiye_ul > li li > a {
  color: #333;
}
.qiye .civi {
  width: calc(100% - 260px);
  margin-bottom: 120px;
}
.qiye .civi ul li {
  margin-bottom: 55px;
  border-radius: 10px;
}
.qiye .civi ul li:hover > a {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.qiye .civi ul li:nth-child(even) > a .civi_txt {
  text-align: start;
  left: auto;
  right: 0px;
}
.qiye .civi ul li:nth-child(even) > a .civi_txt .civi_head {
  justify-content: start;
}
.qiye .civi ul li > a {
  transition: all 0.5s;
  border-radius: 10px;
  display: block;
  position: relative;
}
.qiye .civi ul li > a > img {
  width: 100%;
  border-radius: 10px;
}
.qiye .civi ul li > a .civi_txt {
  display: none;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: auto;
  text-align: end;
  transform: translateY(-50%);
}
.qiye .civi ul li > a .civi_txt .civi_head {
  justify-content: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--themeColor);
  margin-bottom: 24px;
}
.qiye .civi ul li > a .civi_txt .civi_head img {
  margin-right: 20px;
}
.qiye .civi ul li > a .civi_txt h2 {
  color: var(--themeColor);
  font-family: Boldss;
  text-align: start;
}
.qiye .civi ul li > a .civi_txt p {
  color: rgb(0, 51, 102);
  line-height: 1.5;
  margin-bottom: 25px;
}
.qiye .civi ul li > a .civi_txt button {
  background: transparent;
  color: var(--themeColor);
}
.qiye .civi ul li > a .civi_txt button .iconfont {
  margin-left: 5px;
}
.duty {
  padding-top: 56px;
}
.duty aside {
  width: 200px;
}
.duty aside .duty_ul .active > a {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #003366;
  color: #fff;
  font-size: 20px;
}
.duty aside .duty_ul .active > a .iconfont {
  display: inline-block;
  transform: rotate(90deg);
}
.duty aside .duty_ul > li {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.duty aside .duty_ul > li > a {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 51, 102, 0.1);
  color: #333;
  font-size: 20px;
}
.duty aside .duty_ul > li > a .iconfont {
  transition: all 0.3s;
  display: inline-block;
  transform: rotate(0);
}
.duty aside .duty_ul > li li {
  width: 100%;
  padding: 18px 0;
  padding-left: 40px;
  background: #F4F8FF;
  position: relative;
}
.duty aside .duty_ul > li li.li_act {
  background: var(--themeColor);
}
.duty aside .duty_ul > li li.li_act a {
  color: #fff;
}
.duty aside .duty_ul > li li.li_act::before {
  border-color: #fff;
}
.duty aside .duty_ul > li li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0.5px solid #131415;
  position: absolute;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.duty aside .duty_ul > li li > a {
  color: #333;
}
.duty .zeren {
  margin-bottom: 120px;
  width: calc(100% - 260px);
}
.duty .zeren .zeren_html {
  /*margin-bottom: 100px;*/
  display: none;
  /*padding-top: 100px;*/
}
.duty .zeren .zeren_html:first-of-type{
    display: block;
}
.duty .zeren .zeren_html .zeren_head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(19, 20, 21, 0.1);
  margin-bottom: 20px;
}
.duty .zeren .zeren_html .zeren_head h1 {
  font-family: Boldss;
  color: var(--themeColor);
  text-align: start;
  margin-bottom: 10px;
}
.duty .zeren .zeren_html .zeren_head span {
  color:#333;
}
.duty .zeren .zeren_html p {
  color:#333;
  margin-bottom: 30px;
}
.duty .zeren .zeren_html p h1,
.duty .zeren .zeren_html p h2,
.duty .zeren .zeren_html p h3,
.duty .zeren .zeren_html p h4,
.duty .zeren .zeren_html p h5,
.duty .zeren .zeren_html p h6 {
  text-align: start;
}
.duty .zeren .zeren_html p img {
  width: 100%;
}
.canvas1{
    display: none;
}
/*@media screen and (max-width:1750px) {*/
/*   .team .ditu .huxi1{*/
/*    right: 33%;*/
/*  }*/
/*   .team .ditu .huxi2{*/
/*    left: 65.8%;*/
/*  }*/
/*   .team .ditu .huxi3{*/
/*    left: 70.5%;*/
/*  }*/
/*   .team .ditu .huxi4{*/
/*    left: 63.5%;*/
/*  }*/
/*   .team .ditu .huxi5{*/
/*    left: 63%;*/
/*  }*/
/*   .team .ditu .huxi6{*/
/*    right: 35%;*/ 
/*  }*/
/*   .team .ditu .huxi7{*/
/*    left: 69%;*/
/*  }*/
/*}*/
@media screen and (max-width:1550px) {
   .team .ditu img{
    scale: 0.7;
  }
   .team .ditu .huxi1{
    top: 370px;
    right: 33%;
  }
   .team .ditu .huxi2{
    left: 62%;
    top: 427px;
  }
   .team .ditu .huxi3{
    left: 67.5%;
    top: 557px;
  }
   .team .ditu .huxi4{
    left: 60.5%;
    top: 577px;
  }
   .team .ditu .huxi5{
    left: 61%;
    top: 680px;
  }
   .team .ditu .huxi6{
    right:37%;
    top: 460px;
  }
   .team .ditu .huxi7{
    left: 66%;
    top: 508px;
  }
   .team .ditu .huxi3 .ditu_text{
    left: 194px;
  }
   .team .ditu .huxi1 .ditu_text{
    left: 248px;
  }
   .team .ditu .huxi2 .ditu_text{
    left: 262px;
  }
   .team .ditu .huxi4 .ditu_text{
    left: 271px;
  }
   .team .ditu .huxi5 .ditu_text{
    left: 281px;
  }
}
@media screen and (max-width:1400px) {
   .team .ditu img{
    scale: 0.7;
  }
   .team .ditu .huxi1{
    top: 370px;
    right: 33%;
  }
   .team .ditu .huxi2{
    left: 62%;
    top: 427px;
  }
   .team .ditu .huxi3{
    left: 67.5%;
    top: 557px;
  }
   .team .ditu .huxi4{
    left: 60.5%;
    top: 577px;
  }
   .team .ditu .huxi5{
    left: 61%;
    top: 680px;
  }
   .team .ditu .huxi6{
    right:37%;
    top: 460px;
  }
   .team .ditu .huxi7{
    left: 66%;
    top: 508px;
  }
   .team .ditu .huxi3 .ditu_text{
    left: 194px;
  }
   .team .ditu .huxi1 .ditu_text{
    left: 248px;
  }
   .team .ditu .huxi2 .ditu_text{
    left: 262px;
  }
   .team .ditu .huxi4 .ditu_text{
    left: 271px;
  }
   .team .ditu .huxi5 .ditu_text{
    left: 281px;
  }
}
@media screen and (max-width:1280px){
   .team .ditu .huxi .canvas{
    display: none;
  }
   .team .ditu .huxi1{
       top: 396px;
    right: 32%;
  }
   .team .ditu .huxi2{
       top: 447px;
    left: 64%;
  }
   .team .ditu .huxi3{
    left: 69.5%;
  }
   .team .ditu .huxi4{
    left: 63%;
  }
   .team .ditu .huxi5{
    left: 61.5%;
    top: 682px;
  }
   .team .ditu .huxi6{
    right:36%;
    top: 477px;
  }
   .team .ditu .huxi7{
    left: 67.5%;
    top: 522px;
  }
}
@media screen and (max-width:1100px){
   .team .ditu .huxi1{
    top: 236px;
    right: 29%;
  }
   .team .ditu .huxi2{
    left: 67%;
  }
   .team .ditu .huxi3{
    left: 75%;
  }
   .team .ditu .huxi4{
    left: 65%;
  }
   .team .ditu .huxi5{
    left: 62.5%;
  }
   .team .ditu .huxi6{
    right:32%;
  }
   .team .ditu .huxi7{
    left: 73%;
  }
}
@media screen and (max-width:1025px){
   .team .ditu .huxi1{
    top: 235px;
    right: 23%;
  }
   .team .ditu .huxi2{
    left: 73%;
  }
   .team .ditu .huxi3{
    top: 400px;
    left: 80%;
  }
   .team .ditu .huxi4{
    top: 420px;
    left: 70%;
  }
   .team .ditu .huxi5{
    left: 68%;
  }
   .team .ditu .huxi6{
    right:25%;
  }
   .team .ditu .huxi7{
    top: 355px;
    left: 77%;
  }
}
@media screen and (max-width: 820px) {
    .team .ditu .huxi > div:first-of-type{
        padding: 10px;
    }
   .team .ditu .huxi .canvas {
    width: 180px;
    transform: rotateY(180deg) translateY(-50%);
    left: auto;
    right: 0;
  }
   .team .ditu .huxi .ditu_text {
    left: auto;
    right: 40px;
    text-align: end;
    padding-left: 0;
    padding-right: 10px;
  }
   .team .ditu .huxi .ditu_text::before {
    content: "";
    right: 0;
    left: auto;
  }
   .team .ditu .huxi .ditu_text h3 {
    text-align: end;
  }
   .team .ditu img {
    width: 115%;
  }
   .team .ditu .huxi1 {
    top: 150px;
    left: auto;
    right: 200px;
  }
   .team .ditu .huxi2 {
    top: 250px;
    left: auto;
    right: 230px;
  }
   .team .ditu .huxi3 {
    top: 330px;
    left: 53%;
  }
   .team .ditu .huxi4 {
    top: 440px;
    left: 61%;
  }
   .team .ditu .huxi5 {
    top: 520px;
    left: 50%;
  }
}
@media screen and (max-width:600px){
    .team{
        padding-top: 50px;
    }
    .about_lc .h1{
        top: 10px;
        transform: translateX(-50%);
        width: 80%;
    }
    .about_lc .h1 h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .qiye .civi{
        margin-bottom: 50px;
    }
    .qiye .civi ul li{
        margin-bottom: 30px;
    }
    .huxi .canvas1{
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .huxii .canvas1{
      position: absolute;
      right: 0;
      top: 0;
    }
    .canvas1{
        display: block;
    }
     .team .ditu .huxi .ditu_text{
        scale: 0.8;
    }
     .team .ditu .huxi1 .ditu_text{
        top: -80px;
    }
     .team .ditu .huxi2 .ditu_text{
        top: -50px;
        right: 47px !important;
    }
     .team .ditu .huxi3 .ditu_text{
        top: -42px;
        right: 53px !important;
    }
     .team .ditu .huxi4 .ditu_text{
        top: -64px;
        right: 27px !important;
    }
     .team .ditu .huxi5 .ditu_text{
        top: -47px;
        right: 20px !important;
    }
     .team .ditu .huxi6 .ditu_text{
        top: 92px;
        right: 23px !important;
    }
     .team .ditu .huxi7 .ditu_text{
        top: 96px;
        right: 50px !important;
    }
   .team .ditu .huxi6{
    right:17%;
    top: 167px;
  }
   .team .ditu .huxi7{
    top: 194px;
    left: 82%;
  }
   .team .ditu .huxi1 {
    top: 135px;
    right: 47px;
  }
   .team .ditu .huxi2 {
    top: 147px;
    right: 40px;
    left: auto;
  }
   .team .ditu .huxi3 {
    top: 219px;
    left: 86%;
  }
   .team .ditu .huxi4 {
    top: 226px;
    left: 76%;
  }
   .team .ditu .huxi5 {
    top: 274px;
    left: 74%;
  }
}
@media screen and (max-width: 1600px) {
  .about_fb .ditu .huxii .ditu_text {
    right: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .about_zh .zhengshu {
    left: 60px;
    scale: 0.8;
  }
  .about_fb .ditu .huxi .canvas {
    left: 20px;
  }
  .about_fb .ditu .huxii .canvas {
    right: 20px;
    left: auto;
  }
  .about_fb .ditu .huxi .ditu_text {
    left: 100px;
    right: auto;
  }
  .about_fb .ditu .huxi .ditu_text h3 {
    font-size: 14px;
  }
  .about_fb .ditu .huxi .ditu_text p {
    font-size: 14px;
  }
  .about_fb .ditu .huxii .ditu_text {
    right: 100px;
    left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .about_zh .zhengshu {
    scale: 0.7;
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 440px;
  }
  .about .banner .banner_txt {
    top: 50% !important;
  }
  .about .banner .banner_txt h6 {
    margin-bottom: 30px;
  }
  .about_fb .ditu .huxi .canvas {
    width: 120px;
    left: 15px;
  }
  .about_fb .ditu .huxi .ditu_text {
    left: 130px;
  }
  .about_fb .ditu .huxii .canvas {
    width: 120px;
    left: auto;
    right: 15px;
  }
  .about_fb .ditu .huxii .ditu_text {
    left: auto;
    right: 130px;
  }
  .about_fb .ditu .huxi1 {
    right: 23%;
  }
  .about_fb .ditu .huxi6 .canvas {
    left: 15px;
    right: auto;
    transform: translateY(-50%);
  }
  .about_fb .ditu .huxi6 .ditu_text {
    right: auto;
    left: 130px;
    text-align: start;
  }
  .about_fb .ditu .huxi6 .ditu_text::before {
    content: "";
    left: 0;
    right: auto;
  }
  .about_fb .ditu .huxi6 .ditu_text h3 {
    text-align: start;
  }
  .about_fb .ditu .huxi7 {
    left: 42%;
    top: 265px;
  }
  .about_fb .ditu .huxi8 {
    left: 33%;
  }
  .about_fb .ditu .huxi9 {
    left: 33%;
  }
  .about_zh .zhengshu {
    left: -70px;
    top: 300px;
    scale: 0.7;
  }
  .pinpai .lead .lead_swiper1 .lead_txt {
    padding: 20px;
  }
  .pinpai .chshir .dongshi {
    flex-direction: column;
  }
  .pinpai .chshir .dongshi .dongshi_img {
    width: 100%;
  }
  .pinpai .chshir .dongshi .dongshi_txt {
    width: 100%;
    margin-left: auto;
    padding-left: 100px;
    margin-top: 30px;
  }
  .pinpai .chshir .dongshi_swiper .swiper4_thumbs .swiper-slide .swiper-txt1 {
    display: none;
  }
  .pinpai .chshir .xinwen .xinwen_zf .baodao_right li {
    padding: 15px;
  }
  .pinpai .history ul li > a .his_txt .his_head {
    margin-bottom: 15px;
  }
  .pinpai .history ul li > a .his_txt .his_head h2 {
    padding-bottom: 15px;
  }
  .pinpai .history ul li > a .his_txt p {
    font-size: 14px;
  }
  .pinpai .age ul li .age_left {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 240px;
  }
  .pinpai .age ul li .age_left img {
    width: auto;
  }
  .pinpai .age ul li .age_right {
    padding: 30px;
  }
  .pinpai .age ul li .age_right p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about_lc .feiji::before {
    content: "";
    transform: rotate(-12deg);
  }
  .about_zh {
    display: flex;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .about_fb .ditu .huxi .canvas {
    width: 80px;
  }
  .about_fb .ditu .huxi .ditu_text {
    left: 80px;
  }
  .about_fb .ditu .huxii .ditu_text {
    left: auto;
    right: 80px;
  }
  .about_fb .ditu .huxi8 {
    left: 36%;
  }
  .about_fb .ditu .huxi9 {
    left: 37%;
  }
  .about_fb .ditu .huxi6 .ditu_text {
    left: 80px;
    right: auto;
  }
  .about_zh .zhengshu {
    scale: 0.6;
    top: 200px;
    left: -160px;
  }
  .qiye aside {
    display: none;
  }
  .qiye .civi {
    width: 100%;
  }
  .dshibgs aside {
    display: none;
  }
  .dshibgs .lead {
    width: 100%;
  }
  .dshibg aside {
    display: none;
  }
  .dshibg .chshir {
    width: 100%;
  }
  .historys aside {
    display: none;
  }
  .historys .history {
    width: 100%;
  }
  .ages aside {
    display: none;
  }
  .ages .age {
    width: 100%;
  }
  .zerens aside {
    display: none;
  }
  .zerens .zeren {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
    .team .ditu .huxi > div:first-of-type span{
        width: 10px;
        height: 10px;
    }
    .team .ditu .huxi > div:first-of-type{
        padding: 5px;
        animation: shans 2s infinite linear;
    }
    @keyframes shans{
        0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    60% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    }
    100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    }
    .zeren_html{
        display: block !important;
    }
  .qiye .civi ul li > a > img {
    height: 200px;
  }
  .about .banner{
      height: 260px;
  }
  .about .banner .banner_txt h6 {
    margin-bottom: 10px;
  }
  .about .banner .banner_txt p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .about .about_head > div {
    height: 70px;
  }
  .about .about_head > div a {
    font-size: 14px;
    padding: 0 13px;
    line-height: 70px;
  }
  .about .about_head > div a:first-of-type.active::after {
    content: "";
    width: calc(100% - 10px);
  }
  .about_lc .about_swiper .swiper-slide .about_slide {
    width: 80%;
    padding: 20px;
    font-size: 14px;
  }
  .about_lc .about_swiper .about-button-prev {
    left: 10px;
  }
  .about_lc .about_swiper .about-button-next {
    right: 10px;
  }
  .about_lc .about-pagination li p {
    opacity: 0;
  }
  .about_lc .about-pagination li.aa p {
    opacity: 1;
  }
  .about_fb .ditu .huxi .ditu_text,
  .about_fb .ditu .huxi .canvas {
    display: none;
  }
  .about_fb .ditu .huxi > div:first-of-type {
    padding: 10px;
  }
  .about_fb .ditu .huxi > div:first-of-type span {
    width: 10px;
    height: 10px;
  }
  .about_fb .ditu .huxi1 {
    top: 30px;
    right: 17%;
  }
  .about_fb .ditu .huxi2 {
    top: 125px;
    right: 25%;
  }
  .about_fb .ditu .huxi3 {
    top: 225px;
    left: 52%;
  }
  .about_fb .ditu .huxi4 {
    top: 180px;
  }
  .about_fb .ditu .huxi7 {
    top: 165px;
  }
  .about_fb .ditu .huxi8 {
    top: 120px;
  }
  .about_fb .ditu .huxi9 {
    bottom: auto;
    top: 80px;
  }
  .about_zh > img {
    height: 700px;
  }
  .about_zh .zizhi p {
    max-width: 100%;
    font-style: 14px;
  }
  .about_zh .zizhi h6 {
    margin-bottom: 20px;
  }
  .about_zh .zhengshu {
    scale: 0.3;
    top: 145px;
    left: -400px;
  }
  .qiye .civi ul li > a .civi_txt {
    width: 180px;
  }
  .qiye .civi ul li > a .civi_txt .civi_head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .qiye .civi ul li > a .civi_txt .civi_head img {
    width: 30px;
  }
  .about1 .banner {
    height: 200px;
  }
  .pinpai .lead .lead_swiper1 .lead_txt {
    padding-bottom: 10px;
  }
  .pinpai .lead .lead_swiper1 .lead_txt h6 {
    font-size: 14px;
  }
  .pinpai .lead .lead_swiper1 .lead_txt p {
    font-size: 12px;
  }
  .pinpai .lead .lead_swiper2 .swiper-slide ul {
    flex-direction: column;
  }
  .pinpai .lead .lead_swiper2 .swiper-slide ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pinpai .chshir .dongshi .dongshi_txt {
    padding-left: 0;
  }
  .pinpai .chshir .dongshi .dongshi_txt ul {
    width: 60%;
  }
  .pinpai .chshir .dongshi .dongshi_txt ul li {
    font-size: 14px;
  }
  .pinpai .chshir .dongshi {
    margin-bottom: 60px;
  }
  .pinpai .chshir .dongshi_swiper .swiper-slide .swiper-txt h5 {
    font-size: 14px;
  }
  .pinpai .chshir .dongshi_swiper .swiper-slide .swiper-txt p {
    font-size: 12px;
  }
  .pinpai .chshir .dongshi_swiper .swiper-button-prev {
    left: -25px;
  }
  .pinpai .chshir .dongshi_swiper .swiper-button-next {
    right: -25px;
  }
  .pinpai .chshir .xinwen .xinwen_zf {
    flex-direction: column;
  }
  .pinpai .chshir .xinwen .xinwen_zf .baodao_left {
    width: 100%;
  }
  .pinpai .chshir .xinwen .xinwen_zf .baodao_right {
    width: 100%;
  }
  .pinpai .chshir .zhuzuo ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .pinpai .chshir .zhuzuo ul li:nth-child(2n) {
    margin-right: 0;
  }
  .pinpai .chshir .zhuzuo {
    margin-bottom: 30px;
  }
  .pinpai .chshir .zhuzuo > a {
    margin-top: 40px;
  }
  .pinpai .history ul li > a .his_txt {
    width: 50%;
    left: 20px;
  }
  .pinpai .history ul li > a .his_txt .his_head {
    margin-bottom: 5px;
  }
  .pinpai .history ul li > a .his_txt .his_head h2 {
    padding-bottom: 5px;
    font-size: 20px;
  }
  .pinpai .history ul li > a .his_txt p {
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  .pinpai .history ul li > a img {
    height: 200px;
  }
  .pinpai .history ul li:nth-child(even) > a .his_txt {
    left: auto;
    right: 20px;
  }
  .pinpai .age ul li a {
    flex-direction: column;
  }
  .pinpai .age ul li a .age_left {
    width: 100%;
  }
  .pinpai .age ul li a .age_right {
    width: 100%;
  }
  .pinpai .age ul li:nth-child(2n) > a {
    flex-direction: column;
  }
}
