@media (max-width: 1200px) {
  .Index #header {
    background-color: #ffffff;
  }
}
/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .box {
  display: block;
  position: relative;
}
.index-banner .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
}
.index-banner .box img {
  display: block;
  object-fit: cover;
}
.index-banner .box .pc {
  display: block;
}
.index-banner .box .phone {
  display: none;
}
.index-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.index-banner .swiper-slide.swiper-slide-active .cont {
  transform: translate(0, 0);
  opacity: 1;
}
.index-banner .cont {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.9s 1.2s;
}
.index-banner .cont .title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.4em;
}
.index-banner .cont .des {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.4em;
}
.index-banner .cont .des .p + .p {
  margin-top: 0.8em;
}
.index-banner .video-slide {
  position: relative;
}
.index-banner .video-slide img {
  opacity: 0;
}
.index-banner .video-slide::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index-banner .video-slide .video-box video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-banner .swiper-other {
  position: absolute;
  left: 0;
  bottom: 5.4%;
  width: 100%;
  z-index: 2;
}
.index-banner .swiper-other .mouse-box {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  color: #ffffff;
}
.index-banner .swiper-other .mouse-box .self-svg {
  --size: 1.6em;
  --fill: #ffffff;
  animation: run1 0.7s infinite ease-in-out alternate;
}
.index-banner .swiper-other .mouse-box .word {
  margin-top: 5px;
  opacity: 0.7;
}
.index-banner .swiper-other .number {
  margin-left: 15px;
  font-size: 12px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.3);
}
.index-banner .swiper-other .number .current {
  margin-right: 4px;
  font-size: 20px;
  color: #ffffff;
}
.index-banner .swiper-other .number .all {
  margin-left: 3px;
}
.index-banner .swiper-other .swiper-pagination-bullet {
  --cw: 16px;
  margin: 0 6px;
  position: relative;
  width: var(--cw);
  height: var(--cw);
  background: transparent;
  cursor: pointer;
  opacity: 1;
}
.index-banner .swiper-other .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: var(--cw);
  height: var(--cw);
  opacity: 1;
  transition: opacity 0.3s;
}
.index-banner .swiper-other .cycle-box {
  --size: var(--cw);
  display: block;
}
.index-banner .swiper-other .cycle-box .cycle-son::before {
  --b-c: var(--main-color);
  --b-w: 1px;
}
@media (max-width: 1600px) {
  .index-banner .cont .title {
    font-size: 50px;
  }
  .index-banner .cont .des {
    margin-top: 12px;
    font-size: 22px;
  }
  .index-banner .cont .des .p + .p {
    margin-top: 0.4em;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 12px;
    margin: 0 8px;
  }
}
@media (max-width: 1441px) {
  .index-banner .cont .title {
    font-size: 36px;
  }
  .index-banner .cont .des {
    margin-top: 10px;
    font-size: 18px;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 10px;
    margin: 0 6px;
  }
}
@media (max-width: 1200px) {
  .index-banner .box .pc {
    display: none;
  }
  .index-banner .box .phone {
    display: block;
  }
  .index-banner .cont {
    text-align: center;
  }
  .index-banner .cont .title {
    font-size: 0.4rem;
  }
  .index-banner .cont .des {
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
  .index-banner .cont .des .p + .p {
    margin-top: 0.4em;
  }
  .index-banner .swiper-other {
    bottom: 0.35rem;
  }
  .index-banner .swiper-other .wrap-1480 {
    justify-content: center;
  }
  .index-banner .swiper-other .mouse-box {
    display: none;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 0.26rem;
    margin: 0 0.08rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet::before {
    border-width: 2px;
  }
  .index-banner .swiper-other .cycle-box {
    --b-w: 2px;
  }
  .index-banner .swiper-other .swiper-number .number {
    display: none;
  }
}
@keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.index-about {
  overflow: hidden;
  background: url(../images/index/bg1.jpg) no-repeat center / cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.index-about .flex-box .big-text {
  color:#ededed;
  margin-top: 0.1em;
  margin-left: calc(var(--bettwen-1480-pad)*-1 - 0.4em);
}
.index-about .flex-box .img-div {
  --br: 10px;
  background: #ffffff;
  border-radius: var(--br);
  width: 41.89%;
  padding: 20px;
}
.index-about .flex-box .img-div .video-block {
  border-radius: var(--br);
  overflow: hidden;
}
.index-about .flex-box .img-div img {
  display: block;
  width: 100%;
}
.index-about .flex-box .cont-div {
  width: 51.35%;
  padding-top: 5%;
}
.index-about .flex-box .cont-div .text {
  --lh: 1.75em;
  margin-top: 35px;
  max-height: calc(var(--lh)*6);
  overflow-y: auto;
  font-size: 16px;
  line-height: var(--lh);
  color: #666666;
}
.index-about .flex-box .cont-div .more-box-a {
  --dc: #666666;
  margin-top: 11%;
}
@media (max-width: 1600px) {
  .index-about {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-about .flex-box .img-div {
    --br: 10px;
    padding: 15px;
  }
  .index-about .flex-box .cont-div {
    width: 51.35%;
    padding-top: 3%;
  }
  .index-about .flex-box .cont-div .text {
    --lh: 1.7em;
    margin-top: 15px;
  }
  .index-about .flex-box .cont-div .more-box-a {
    margin-top: 6%;
  }
}
@media (max-width: 1200px) {
  .index-about {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-about .flex-box .img-div {
    --br: 0.15rem;
    order: 2;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0.2rem;
  }
  .index-about .flex-box .cont-div {
    width: 100%;
    padding-top: 0.1rem;
  }
  .index-about .flex-box .cont-div .text {
    --lh: 1.6em;
    margin-top: 0.15rem;
    max-height: 100em;
    font-size: 0.28rem;
  }
  .index-about .flex-box .cont-div .more-box-a {
    margin-top: 0.25rem;
  }
}
.index-product {
  overflow: hidden;
  background: url(../images/index/bg2.jpg) no-repeat center / cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.index-product .cont-div {
  width: 460px;
  max-width: 46%;
}
.index-product .cont-div .ul {
  margin-top: 18%;
}
.index-product .cont-div .ul .li + .li {
  margin-top: 45px;
}
.index-product .cont-div .ul .a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  line-height: 36px;
  color: #666666;
}
.index-product .cont-div .ul .a.on,
.index-product .cont-div .ul .a:hover {
  font-size: 32px;
  color: var(--main-color);
}
.index-product .cont-div .ul .a.on .a-title::after,
.index-product .cont-div .ul .a:hover .a-title::after {
  background: var(--main-color);
}
.index-product .cont-div .ul .a.on .i,
.index-product .cont-div .ul .a:hover .i {
  opacity: 0;
}
.index-product .cont-div .ul .a.on .h,
.index-product .cont-div .ul .a:hover .h {
  opacity: 1;
}
.index-product .cont-div .ul .a-title {
  position: relative;
  padding: 12px 0.9em 12px 0;
  transition: all 0.3s;
}
.index-product .cont-div .ul .a-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: all 0.3s;
}
.index-product .img-div {
  position: relative;
  border-radius: 10px;
  width: 50%;
}
.index-product .img-div .img-box {
  border-radius: 10px;
}
.index-product .img-div .img-box::before {
  border-radius: 10px;
  padding-top: 97.29%;
}
.index-product .img-div .img-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index-product .img-div .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  color: #ffffff;
}
.index-product .img-div .cont .en {
  font-size: 16px;
  line-height: 1.2em;
}
.index-product .img-div .cont .h6 {
  margin-top: 5px;
  font-size: 40px;
  line-height: 1.4em;
}
.index-product .img-div .cont .a-list {
  --lh: 1.4em;
  --pw: 5px;
  margin-top: 35px;
}
.index-product .img-div .cont .a-list .a-li {
  font-size: 20px;
  line-height: var(--lh);
}
.index-product .img-div .cont .a-list .a-li + .a-li {
  margin-top: 16px;
}
.index-product .img-div .cont .a-list .a {
  display: flex;
  align-items: flex-start;
}
.index-product .img-div .cont .a-list .a::before {
  content: '';
  flex-shrink: 0;
  margin-right: 0.6em;
  margin-top: calc((var(--lh) - var(--pw))*0.5);
  border-radius: 50%;
  width: var(--pw);
  height: var(--pw);
  background: var(--main-color);
}
.index-product .img-div .cont .a-list .a:hover {
  color: var(--main-color);
}
.index-product .img-div .cont .more-box-a {
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .index-product {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-product .cont-div .ul {
    margin-top: 18%;
  }
  .index-product .cont-div .ul .li + .li {
    margin-top: 45px;
  }
  .index-product .cont-div .ul .a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 36px;
  }
  .index-product .cont-div .ul .a:hover {
    font-size: 30px;
  }
  .index-product .cont-div .ul .a-title {
    padding: 10px 0.5em 10px 0;
  }
  .index-product .img-div {
    border-radius: 10px;
    width: 50%;
  }
  .index-product .img-div .cont {
    padding: 5% 10%;
  }
  .index-product .img-div .cont .h6 {
    font-size: 36px;
  }
  .index-product .img-div .cont .a-list {
    margin-top: 25px;
  }
  .index-product .img-div .cont .a-list .a-li {
    font-size: 18px;
  }
  .index-product .img-div .cont .a-list .a-li + .a-li {
    margin-top: 14px;
  }
  .index-product .img-div .cont .a-list .a::before {
    margin-right: 0.5em;
  }
  .index-product .img-div .cont .more-box-a {
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  .index-product {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-product .cont-div {
    width: 100%;
    max-width: 100%;
  }
  .index-product .cont-div .ul {
    margin-top: 0.1rem;
  }
  .index-product .cont-div .ul .li + .li {
    margin-top: 0.15rem;
  }
  .index-product .cont-div .ul .a {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .index-product .cont-div .ul .a img {
    zoom: 0.78;
  }
  .index-product .cont-div .ul .a.on,
  .index-product .cont-div .ul .a:hover {
    font-size: 0.32rem;
  }
  .index-product .cont-div .ul .a-title {
    padding: 0.15rem 0.2em 0.15rem 0;
  }
  .index-product .img-div {
    margin-top: 0.35rem;
    border-radius: 0.15rem;
    width: 100%;
  }
  .index-product .img-div .cont {
    padding: 0.3rem 0.35rem;
  }
  .index-product .img-div .cont .en {
    font-size: 0.28rem;
  }
  .index-product .img-div .cont .h6 {
    font-size: 0.36rem;
  }
  .index-product .img-div .cont .a-list {
    margin-top: 0.3rem;
  }
  .index-product .img-div .cont .a-list .a-li {
    font-size: 0.28rem;
  }
  .index-product .img-div .cont .a-list .a-li + .a-li {
    margin-top: 0.15rem;
  }
  .index-product .img-div .cont .more-box-a {
    margin-top: 0.3rem;
  }
}
@media (max-width: 768px) {
  .index-product .cont-div .ul .a img {
    zoom: 0.6;
  }
}
.index-solution {
  overflow: hidden;
  background: url(../images/index/bg3.jpg) no-repeat center / cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.index-solution .auto-title-block .auto-title-h2 {
  color: #ffffff;
}
.index-solution .auto-title-block .auto-title-h2-des {
  color: rgba(255, 255, 255, 0.7);
}
.index-solution .ul {
  padding-top: 40px;
}
@media (max-width: 1600px) {
  .index-solution {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-solution .ul {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .index-solution {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-solution .ul {
    padding-top: 0.3rem;
  }
}
.index-footprint {
  overflow: hidden;
  background: url(../images/index/bg4.gif);
  padding-top: 120px;
  padding-bottom: 120px;
}
.index-footprint .auto-title-block .auto-title-h2 {
  color: #ffffff;
}
.index-footprint .auto-title-block .auto-title-h2-des {
  color: rgba(255, 255, 255, 0.7);
}
.index-footprint .i-num-list {
  margin-top: 70px;
  color: #ffffff;
}
.index-footprint .i-num-list .i-num-li + .i-num-li {
  margin-left: 20px;
}
.index-footprint .i-num-list .i-num-li .num {
  font-size: 68px;
  font-weight: bold;
  line-height: 0.9em;
}
.index-footprint .i-num-list .i-num-li .other {
  margin-left: 6px;
}
.index-footprint .i-num-list .i-num-li .icon {
  margin-bottom: 0.9em;
  font-size: 20px;
  line-height: 1em;
}
.index-footprint .i-num-list .i-num-li .word {
  font-size: 16px;
  line-height: 1em;
}
.index-footprint .left-cont {
  width: 400px;
}
.index-footprint .right-cont {
  width: calc(95% - 400px);
}
.index-footprint .right-cont #container {
  height: 730px;
}
@media (max-width: 1600px) {
  .index-footprint {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-footprint .i-num-list {
    margin-top: 40px;
  }
  .index-footprint .i-num-list .i-num-li .num {
    font-size: 58px;
  }
  .index-footprint .i-num-list .i-num-li .icon {
    font-size: 16px;
  }
  .index-footprint .i-num-list .i-num-li .word {
    font-size: 14px;
    line-height: 1em;
  }
}
@media (max-width: 1200px) {
  .index-footprint {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-footprint .i-num-list {
    margin-top: 0.35rem;
  }
  .index-footprint .i-num-list .i-num-li + .i-num-li {
    margin-left: 0.3rem;
  }
  .index-footprint .i-num-list .i-num-li .num {
    font-size: 0.7rem;
  }
  .index-footprint .i-num-list .i-num-li .icon {
    margin-bottom: 0.6em;
    font-size: 0.24rem;
  }
  .index-footprint .i-num-list .i-num-li .word {
    font-size: 0.2rem;
  }
  .index-footprint .left-cont {
    width: 100%;
  }
  .index-footprint .right-cont {
    width: 100%;
    height: calc(var(--wrap-width)*0.9);
  }
  .index-footprint .right-cont #container {
    height: calc(var(--wrap-width)*0.9);
  }
  .index-footprint .right-cont #container canvas {
    height: calc(var(--wrap-width)*0.9);
  }
}
@media (max-width: 768px) {
  .index-footprint .right-cont {
    width: 100%;
    height: calc(var(--wrap-width)*0.9);
  }
}
.index-case {
  background: url(../images/index/bg5.jpg) no-repeat center / cover;
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
.index-case .title-flex .title-tabs {
  margin-bottom: 8px;
}
.index-case .swiper-list {
  --br: 10px;
  margin-top: 52px;
}
.index-case .swiper-list .swiper {
  overflow: visible;
}
.index-case .swiper-list .a-box {
  display: block;
  background-color: #f7f5f2;
  overflow: hidden;
  border-radius: var(--br);
}
.index-case .swiper-list .a-box:hover .cont .title {
  color: var(--main-color);
}
.index-case .swiper-list .a-box:hover .cont .more-box-b {
  transform: translate(15%, 0);
}
.index-case .swiper-list .img-box::before {
  padding-top: 58.33%;
}
.index-case .swiper-list .cont {
  padding: 25px 30px;
}
.index-case .swiper-list .cont .title-box {
  width: calc(100% - 75px);
}
.index-case .swiper-list .cont .title {
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
  transition: all 0.3s;
}
.index-case .swiper-list .cont .tag {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4em;
  color: #999999;
}
.index-case .swiper-list .cont .more-box-b {
  transform: translate(0, 0);
  transition: all 0.3s;
}
.index-case .swiper-list .cont .more-box-b .more-box .more-box-b-icon svg {
  transform: translate(0, 0);
}
@media (max-width: 1600px) {
  .index-case {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-case .title-flex .title-tabs {
    margin-bottom: 10px;
  }
  .index-case .swiper-list {
    --br: 10px;
    margin-top: 30px;
  }
  .index-case .swiper-list .cont {
    padding: 20px 25px;
  }
  .index-case .swiper-list .cont .title-box {
    width: calc(100% - 55px);
  }
  .index-case .swiper-list .cont .title {
    font-size: 20px;
  }
  .index-case .swiper-list .cont .tag {
    margin-top: 0;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .index-case {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-case .title-flex {
    flex-wrap: wrap;
    text-align: center;
  }
  .index-case .title-flex .auto-title-block {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .index-case .title-flex .title-tabs {
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
  .index-case .swiper-list {
    --br: 0.15rem;
    margin-top: 0.35rem;
  }
  .index-case .swiper-list .cont {
    padding: 0.15rem 0.2rem;
  }
  .index-case .swiper-list .cont .title-box {
    width: calc(100% - 0.65rem);
  }
  .index-case .swiper-list .cont .title {
    font-size: 0.3rem;
  }
  .index-case .swiper-list .cont .tag {
    font-size: 0.24rem;
  }
}
.index-advantages {
  display: flex;
  height: clamp(0px, 50vw, 960px);
  background: url(../images/index/bg6.jpg) no-repeat center / cover;
  padding-top: clamp(0px,8.85vw,200px);
  padding-bottom: 100px;
  overflow: hidden;
  /* align-items: center; */
}
.index-advantages .auto-title-block .auto-title-h2 {
  color: #ffffff;
}
.index-advantages .auto-title-block .auto-title-h2-des {
  color: rgba(255, 255, 255, 0.7);
}
.index-advantages .advantages-list {
  margin-top: 120px;
  gap: calc(var(--wrap-width)*0.0337);
}
.index-advantages .advantages-list .advantages-li {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
}
.index-advantages .advantages-list .li8 {
  width: 100%;
}
.index-advantages .advantages-list .li8 .line {
  display: none;
}
.index-advantages .advantages-list .line {
  display: block;
  margin: 0 20px;
}
.index-advantages .advantages-list .line::before {
  content: '';
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  height: 69px;
  width: 1px;
  transform: skewX(-30deg);
  opacity: 0.4;
}
.index-advantages .advantages-list .img img {
  display: block;
}
.index-advantages .advantages-list .li-num {
  margin: 0 18px 0 20px;
  font-size: 72px;
  font-weight: bold;
  line-height: 0.7em;
  letter-spacing: -2px;
}
.index-advantages .advantages-list .word {
  font-size: 18px;
  line-height: 1em;
}
.index-advantages .advantages-list .word .dw {
  margin-bottom: 0.9em;
}
@media (max-width: 1600px) {
  .index-advantages {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-advantages .advantages-list {
    margin-top: 50px;
    gap: calc(var(--wrap-width)*0.015);
  }
  .index-advantages .advantages-list .line {
    margin: 0 15px;
  }
  .index-advantages .advantages-list .line::before {
    height: 59px;
    transform: skewX(-20deg);
  }
  .index-advantages .advantages-list img {
    zoom: 0.9;
  }
  .index-advantages .advantages-list .li-num {
    margin: 0 10px 0 15px;
    font-size: 58px;
    letter-spacing: -1px;
  }
  .index-advantages .advantages-list .word {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .index-advantages {
    height: auto;
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-advantages .advantages-list {
    margin-top: 0.3rem;
    gap: 0.2rem;
  }
  .index-advantages .advantages-list .line {
    margin: 0 0.4rem;
  }
  .index-advantages .advantages-list .line::before {
    height: 0.6rem;
    transform: skewX(-20deg);
  }
  .index-advantages .advantages-list .li4,
  .index-advantages .advantages-list .li8,
  .index-advantages .advantages-list .li12 {
    margin: 0.15rem 0;
    width: 100%;
  }
  .index-advantages .advantages-list .li4 .line,
  .index-advantages .advantages-list .li8 .line,
  .index-advantages .advantages-list .li12 .line {
    display: block;
    width: 100%;
  }
  .index-advantages .advantages-list .li4 .line::before,
  .index-advantages .advantages-list .li8 .line::before,
  .index-advantages .advantages-list .li12 .line::before {
    width: 100%;
    height: 1px;
    transform: skew(0deg);
  }
  .index-advantages .advantages-list img {
    zoom: 0.6;
  }
  .index-advantages .advantages-list .li-num {
    margin: 0 0.1rem 0 0.15rem;
    font-size: 0.6rem;
    letter-spacing: -0.02em;
  }
  .index-advantages .advantages-list .word {
    font-size: 0.2rem;
  }
  .index-advantages .advantages-list .word .dw {
    margin-bottom: 0.4em;
  }
}
.index-news {
  overflow: hidden;
  background: #f7f5f2;
  padding-top: 120px;
  padding-bottom: 120px;
}
.index-news .title-flex .title-tabs {
  margin-bottom: 8px;
}
.index-news .swiper-ohide {
  padding-top: 42px;
}
.index-news .swiper-ohide .swiper-list {
  --br: 10px;
}
@media (max-width: 1600px) {
  .index-news {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-news .title-flex .title-tabs {
    margin-bottom: 10px;
  }
  .index-news .swiper-ohide {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .index-news {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-news .title-flex {
    flex-wrap: wrap;
    text-align: center;
  }
  .index-news .title-flex .auto-title-block {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .index-news .title-flex .title-tabs {
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
  .index-news .swiper-ohide {
    padding-top: 0.35rem;
  }
}
.index-partners {
  overflow: hidden;
  background: url(../images/index/bg7.jpg) no-repeat center / cover;
  padding-top: 120px;
  padding-bottom: 100px;
}
.index-partners .auto-title-block .auto-title-h2 {
  color: #ffffff;
}
.index-partners .auto-title-block .auto-title-h2-des {
  color: rgba(255, 255, 255, 0.7);
}
.index-partners .title-flex {
  padding-bottom: 42px;
}
.index-partners .title-flex .title-tabs {
  margin-bottom: 8px;
}
.index-partners .title-flex .title-tabs .span {
  color: #999999;
}
.index-partners .title-flex .title-tabs .span.on {
  color: #999999;
}
.index-partners .title-flex .title-tabs .span.on::after {
  opacity: 0;
}
.index-partners .title-flex .title-tabs .span:hover {
  color: var(--main-color);
}
.index-partners .title-flex .title-tabs .span:hover::after {
  opacity: 1;
}
.index-partners .swiper-box {
  position: relative;
}
.index-partners .swiper-box .swiper-wrapper {
  transition-timing-function: linear;
}
.index-partners .swiper-box .mark {
  display: block;
  position: absolute;
  z-index: 2;
  top: var(--l4p);
  height: calc(100% - var(--l4p)*2);
  width: calc(var(--wrap-1480-width)*0.2);
}
.index-partners .swiper-box .mark1 {
  margin-left: calc(var(--bettwen-1480-pad)*-1);
  left: 0;
  transform: translate(-60%, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.index-partners .swiper-box .mark2 {
  margin-right: calc(var(--bettwen-1480-pad)*-1);
  right: 0;
  transform: translate(60%, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.index-partners .swiper-box .swiper {
  overflow: visible;
}
@media (max-width: 1600px) {
  .index-partners {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .index-partners .title-flex {
    padding-bottom: 32px;
  }
  .index-partners .title-flex .title-tabs {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .index-partners {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .index-partners .title-flex {
    padding-bottom: 0.35rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .index-partners .title-flex .auto-title-block {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .index-partners .title-flex .title-tabs {
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
}
.auto-banner.type-a {
  position: relative;
}
.auto-banner.type-a .cont-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.auto-banner.type-a .cont-text .h1 {
  font-size: clamp(16px, 3vw, 56px);
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 2px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .auto-banner.type-a .cont-text .h1 {
    font-size: 0.36rem;
  }
}
.basic-education-top {
  padding-top: 100px;
  padding-bottom: 85px;
  overflow: hidden;
}
.basic-education-top .text {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1070px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.66em;
  color: #666666;
}
.basic-education-top .text.wid-full {
  width: 100%;
}
.basic-education-top .list {
  --lpd: 25px;
  margin: calc(var(--lpd)*-1);
  padding-top: 50px;
  padding-bottom: 35px;
}
.basic-education-top .list .list-li {
  width: 33.33%;
  padding: calc(var(--lpd)*1);
}
.basic-education-top .list .list-box {
  transform: translate(0, 0);
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  height: 100%;
  padding: 40px;
  transition: all 0.3s;
}
.basic-education-top .list .list-box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.basic-education-top .list .li-title {
  margin-top: 13px;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
}
.basic-education-top .list .li-text {
  font-size: 16px;
  line-height: 1.75em;
  color: #666666;
}
.basic-education-top .list2 {
  --lpd: 10px;
  margin: calc(var(--lpd)*-1);
  padding-top: 90px;
  padding-bottom: 35px;
}
.basic-education-top .list2 .list2-li {
  width: 25%;
  padding: calc(var(--lpd)*1);
}
.basic-education-top .list2 .list2-box {
  transform: translate(0, 0);
  background-color: #faf6f2;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  height: 100%;
  padding: 72px 30px 65px;
  transition: all 0.3s;
}
.basic-education-top .list2 .list2-box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: var(--main-color);
}
.basic-education-top .list2 .list2-box:hover .i-h {
  background: rgba(255, 255, 255, 0.1);
}
.basic-education-top .list2 .list2-box:hover .i-h .i {
  opacity: 0;
}
.basic-education-top .list2 .list2-box:hover .i-h .h {
  opacity: 1;
}
.basic-education-top .list2 .list2-box:hover .i-h img {
  background: #ffffff;
}
.basic-education-top .list2 .list2-box:hover .li-title,
.basic-education-top .list2 .list2-box:hover .li-text {
  color: #ffffff;
}
.basic-education-top .list2 .i-h {
  --imgw: 120px;
  --bw: 20px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: var(--imgw);
  height: var(--imgw);
  border: var(--bw) solid transparent;
  background: rgba(var(--main-color-rgb), 0.1);
}
.basic-education-top .list2 .i-h img {
  border-radius: 50%;
  background: var(--main-color);
}
.basic-education-top .list2 .li-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
}
.basic-education-top .list2 .li-text {
  font-size: 16px;
  line-height: 1.5em;
  color: rgba(102, 102, 102, 0.8);
}
@media (max-width: 1600px) {
  .basic-education-top {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .basic-education-top .text {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.5em;
  }
  .basic-education-top .list {
    --lpd: 15px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .basic-education-top .list .list-box {
    padding: 34px;
  }
  .basic-education-top .list .li-icon {
    zoom: 0.9;
  }
  .basic-education-top .list .li-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
  }
  .basic-education-top .list .li-text {
    font-size: 15px;
    line-height: 1.6em;
  }
  .basic-education-top .list2 {
    --lpd: 8px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .basic-education-top .list2 .list2-box {
    padding: 32px 25px 35px;
  }
  .basic-education-top .list2 .i-h {
    --imgw: 100px;
    --bw: 15px;
  }
  .basic-education-top .list2 .li-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .basic-education-top {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .basic-education-top .text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4em;
  }
  .basic-education-top .list {
    --lpd: 13px;
  }
}
@media (max-width: 1200px) {
  .basic-education-top {
    padding-top: 0.65rem;
    padding-bottom: 0.55rem;
  }
  .basic-education-top .text {
    margin-top: 0.2rem;
    font-size: 0.26rem;
  }
  .basic-education-top .list {
    --lpd: 0.1rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
  .basic-education-top .list .list-li {
    width: 100%;
  }
  .basic-education-top .list .list-box {
    padding: 0.3rem 0.38rem;
  }
  .basic-education-top .list .li-icon {
    zoom: 0.8;
  }
  .basic-education-top .list .li-title {
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .basic-education-top .list .li-text {
    font-size: 0.26rem;
    line-height: 1.5em;
  }
  .basic-education-top .list2 {
    --lpd: 0.1rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
  .basic-education-top .list2 .list2-li {
    width: 50%;
  }
  .basic-education-top .list2 .list2-box {
    padding: 0.3rem 0.28rem;
  }
  .basic-education-top .list2 .i-h {
    --imgw: 1.2rem;
    --bw: 0.2rem;
  }
  .basic-education-top .list2 .li-title {
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
  }
  .basic-education-top .list2 .li-text {
    font-size: 0.26rem;
    line-height: 1.5em;
  }
}
.innovation-block-1 {
  padding-top: 92px;
  padding-bottom: 110px;
  background-color: #faf6f2;
}
.innovation-block-1 .h3 {
  font-size: 36px;
  line-height: 1.4em;
  color: #333333;
}
.innovation-block-1 .h3-des {
  margin-bottom: 50px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 1070px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  color: #666666;
}
.innovation-block-1 .list {
  --lpd: 17.5px;
  margin: calc(var(--lpd)*-1);
}
.innovation-block-1 .list .list-li {
  padding: var(--lpd);
}
.innovation-block-1 .list .list-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.innovation-block-1 .list .list-box:hover .detail {
  height: 100%;
  opacity: 1;
}
.innovation-block-1 .list .list-box:hover .title {
  opacity: 0;
}
.innovation-block-1 .list .img-box::before {
  padding-top: 63.829%;
}
.innovation-block-1 .list .mark-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.innovation-block-1 .list .bg {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.45em 1.2em;
  transition: opacity 0.3s;
}
.innovation-block-1 .list .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  flex-direction: column;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s;
}
.innovation-block-1 .list .d-title {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.4em;
}
.innovation-block-1 .list .d-des {
  margin: 0 auto;
  width: 390px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4em;
}
.innovation-block-1 .list .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  opacity: 1;
}
@media (max-width: 1600px) {
  .innovation-block-1 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .innovation-block-1 .h3 {
    font-size: 32px;
  }
  .innovation-block-1 .h3-des {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 17px;
  }
  .innovation-block-1 .list {
    --lpd: 12px;
  }
  .innovation-block-1 .list .d-title {
    margin-bottom: 0.4em;
    font-size: 22px;
  }
  .innovation-block-1 .list .d-des {
    font-size: 17px;
  }
  .innovation-block-1 .list .title {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .innovation-block-1 {
    padding-top: 0.65rem;
    padding-bottom: 0.55rem;
  }
  .innovation-block-1 .h3 {
    font-size: 0.3rem;
  }
  .innovation-block-1 .h3-des {
    margin-bottom: 0.3rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
  .innovation-block-1 .list {
    --lpd: 0.1rem;
  }
  .innovation-block-1 .list .list-box {
    background-color: var(--main-color);
    height: 100%;
  }
  .innovation-block-1 .list .mark-cont {
    position: static;
    text-align: left;
  }
  .innovation-block-1 .list .bg {
    background: transparent;
  }
  .innovation-block-1 .list .detail {
    position: static;
    height: auto!important;
    padding: 1em 1.2em;
    opacity: 1;
  }
  .innovation-block-1 .list .d-title {
    margin-bottom: 0.4em;
    width: 100%;
    text-align: left;
    font-size: 0.3rem;
  }
  .innovation-block-1 .list .d-des {
    font-size: 0.26rem;
  }
  .innovation-block-1 .list .title {
    display: none;
    font-size: 0.26rem;
  }
}
.innovation-block-2 .list {
  --lpd: 100px;
  padding: var(--lpd) 0;
}
.innovation-block-2 .list .list-li {
  position: relative;
  border-radius: 10px;
  background-color: #faf6f2;
  overflow: hidden;
}
.innovation-block-2 .list .list-li + .list-li {
  margin-top: var(--lpd);
}
.innovation-block-2 .list .list-li:nth-child(2n+2) .img-div {
  order: 2;
}
.innovation-block-2 .list .img-div {
  position: relative;
  z-index: 2;
  width: 62.16%;
}
.innovation-block-2 .list .img-div .img-box::before {
  padding-top: 70.1%;
}
.innovation-block-2 .list .img-div .swiper-points1 {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 22px;
  bottom: 20px;
  width: auto;
}
.innovation-block-2 .list .cont {
  position: relative;
  width: 37.84%;
  padding: 3% 5% 3% 4.5%;
  align-items: center;
}
.innovation-block-2 .list .cont .big {
  margin-right: -0.23em;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  font-size: clamp(16px, 19vw, 360px);
  font-weight: bold;
  line-height: 1em;
  color: rgba(51, 51, 51, 0.05);
  pointer-events: none;
}
.innovation-block-2 .list .cont .li-title {
  width: 100%;
  font-size: 36px;
  line-height: 1.4em;
  color: #333333;
}
.innovation-block-2 .list .cont .p {
  margin-top: 23px;
  font-size: 18px;
  line-height: 1.77em;
  color: #666666;
}
@media (max-width: 1600px) {
  .innovation-block-2 .list {
    --lpd: 80px;
  }
  .innovation-block-2 .list .img-div .swiper-points1 {
    right: 18px;
    bottom: 16px;
  }
  .innovation-block-2 .list .cont .li-title {
    font-size: 32px;
  }
  .innovation-block-2 .list .cont .p {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.7em;
  }
}
@media (max-width: 1200px) {
  .innovation-block-2 .list {
    --lpd: 0.55rem;
  }
  .innovation-block-2 .list .list-li:nth-child(2n+2) .img-div {
    order: 0;
  }
  .innovation-block-2 .list .img-div {
    width: 100%;
  }
  .innovation-block-2 .list .img-div .swiper-points1 {
    right: 0;
    bottom: 0.3rem;
    width: 100%;
    padding: 0 0.2rem;
  }
  .innovation-block-2 .list .cont {
    width: 100%;
    padding: 0.3rem 0.3rem;
  }
  .innovation-block-2 .list .cont .big {
    font-size: 26vw;
  }
  .innovation-block-2 .list .cont .li-title {
    font-size: 0.3rem;
  }
  .innovation-block-2 .list .cont .p {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
}
.delay-block {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 110px;
}
.delay-block .swiper-line {
  margin-top: 55px;
  border-top: 1px solid #cccccc;
}
.delay-block .swiper-box {
  --nlh: 94px;
  margin: 0 -15px;
  overflow: hidden;
}
.delay-block .swiper-box .swiper {
  margin: 0 15px;
  overflow: visible;
  padding-bottom: 15px;
}
.delay-block .swiper-box .swiper-slide {
  height: auto;
}
.delay-block .swiper-box .num {
  display: inline-block;
  vertical-align: top;
  border-top: 2px solid var(--main-color);
  font-size: 20px;
  line-height: var(--nlh);
  color: #666666;
}
.delay-block .swiper-box .box {
  transform: translate(0, 0);
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  height: calc(100% - var(--nlh));
  padding: 58px 30px 44px;
  transition: all 0.3s;
}
.delay-block .swiper-box .box:hover {
  transform: translate(0, -5px);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.delay-block .swiper-box img {
  display: block;
  margin: 0 auto;
}
.delay-block .swiper-box .h6 {
  margin-top: 22px;
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
}
.delay-block .swiper-box .p {
  font-size: 16px;
  line-height: 1.875em;
  color: #666666;
}
@media (max-width: 1600px) {
  .delay-block {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .delay-block .swiper-line {
    margin-top: 45px;
  }
  .delay-block .swiper-box {
    --nlh: 84px;
    margin: 0 -10px;
  }
  .delay-block .swiper-box .swiper {
    margin: 0 10px;
    padding-bottom: 15px;
  }
  .delay-block .swiper-box .box {
    padding: 40px 25px 35px;
  }
  .delay-block .swiper-box img {
    width: 38px;
  }
  .delay-block .swiper-box .h6 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .delay-block .swiper-box .p {
    line-height: 1.7em;
  }
}
@media (max-width: 1200px) {
  .delay-block {
    padding-top: 0.65rem;
    padding-bottom: 0.45rem;
  }
  .delay-block .swiper-line {
    margin-top: 0.35rem;
  }
  .delay-block .swiper-box {
    --nlh: 0.8rem;
  }
  .delay-block .swiper-box .box {
    padding: 0.4rem 0.3rem 0.4rem;
  }
  .delay-block .swiper-box .num {
    font-size: 0.34rem;
  }
  .delay-block .swiper-box img {
    width: 0.44rem;
  }
  .delay-block .swiper-box .h6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: 0.3rem;
  }
  .delay-block .swiper-box .p {
    font-size: 0.26rem;
    line-height: 1.6em;
  }
}
.wisdomserver-list {
  background-color: #faf6f2;
}
.wisdomserver-list .list .list-li {
  background-color: #ffffff;
}
.wisdomcolud-block {
  background-color: #f5f1ed;
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
}
.wisdomcolud-block .list {
  --lpd: 20px;
  margin: calc(var(--lpd)*-1);
  padding-top: 53px;
}
.wisdomcolud-block .list .list-li {
  width: 50%;
  padding: calc(var(--lpd)*1);
}
.wisdomcolud-block .list .list-box {
  transform: translate(0, 0);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  overflow: hidden;
  height: 100%;
  transition: all 0.3s;
}
.wisdomcolud-block .list .list-box:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.wisdomcolud-block .list .list-box:hover .title {
  color: var(--main-color);
}
.wisdomcolud-block .list .img-box::before {
  padding-top: 62.5%;
}
.wisdomcolud-block .list .title {
  padding: 25px 35px;
  font-size: 18px;
  line-height: 1.33em;
  color: #333333;
}
@media (max-width: 1600px) {
  .wisdomcolud-block {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .wisdomcolud-block .list {
    --lpd: 16px;
    padding-top: 33px;
  }
  .wisdomcolud-block .list .title {
    padding: 22px 32px;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .wisdomcolud-block {
    padding-top: 0.65rem;
    padding-bottom: 0.55rem;
  }
  .wisdomcolud-block .list {
    --lpd: 0.1rem;
    padding-top: 0.3rem;
  }
  .wisdomcolud-block .list .list-box {
    border-radius: 0.15rem;
  }
  .wisdomcolud-block .list .title {
    padding: 0.8em 1em;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
}
.vocational-block {
  padding-top: 0;
}
.vocational-block .innovation-block-2 {
  padding-bottom: 20px;
}
.vocational-block .innovation-block-2 .list {
  margin-top: -5px;
  padding-top: 0;
}
@media (max-width: 1200px) {
  .vocational-block .innovation-block-2 {
    padding-bottom: 0;
  }
  .vocational-block .innovation-block-2 .list {
    margin-top: -0.15rem;
  }
}
.history-block {
  /*padding-top: 100px;*/
  padding-bottom: 85px;
}
.history-block .swiper-top {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 3.6% 0 5%;
}
.history-block .swiper-top .swiper-slide {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.history-block .swiper-top .big-year {
  font-style: italic;
  width: 100%;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: clamp(15px, 55vw, 550px);
  line-height: 0.9em;
  color: rgba(51, 51, 51, 0.05);
}
.history-block .swiper-top .cont-text {
  margin-left: -100%;
  width: 100%;
  padding: 0 80px;
  color: #333333;
}
.history-block .swiper-top .cont-text .year {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.8em;
  padding-bottom:50px;
}
.history-block .swiper-top .cont-text .title {
  font-size: 28px;
  line-height: 2.4em;
  height: 2.4em;
}
.history-block .swiper-top .cont-text .title i{
  font-style: normal;
  color: #75be52;
}
.history-block .swiper-top .cont-text .list {
  margin-top: 16px;
  font-size: 18px;
  line-height: 2.22em;
  color: #666666;
}
.history-block .swiper-top .swiper-btn {
  margin-top: calc(var(--s)*-0.5);
  position: absolute;
  top: 50%;
  z-index: 2;
}
.history-block .swiper-top .swiper-btn.prev {
  left: 0;
}
.history-block .swiper-top .swiper-btn.next {
  right: 0;
}
.history-block .swiper-year {
  margin-top: -1px;
}
.history-block .swiper-year .word {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 1.4em;
  color: #666666;
}
.history-block .swiper-year .word::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  opacity: 0;
}
.history-block .swiper-year .swiper-slide-thumb-active .word {
  color: var(--main-color);
}
.history-block .swiper-year .swiper-slide-thumb-active .word::before {
  opacity: 1;
}
@media (max-width: 1600px) {
  .history-block {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .history-block {
    padding-top: 0.65rem;
    padding-bottom: 0.5rem;
  }
  .history-block .swiper-top {
    padding: 0.3rem 0 0.35rem;
  }
  .history-block .swiper-top .big-year {
    font-size: 2.9rem;
  }
  .history-block .swiper-top .cont-text {
    padding: 0 0.8rem;
  }
  .history-block .swiper-top .cont-text .year {
    font-size: 0.52rem;
  }
  .history-block .swiper-top .cont-text .title {
    margin-top: 0.15rem;
    font-size: 0.3rem;
  }
  .history-block .swiper-top .cont-text .list {
    margin-top: 0.1rem;
    font-size: 0.27rem;
    line-height: 1.6em;
  }
  .history-block .swiper-year .word {
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
    font-size: 0.3rem;
    line-height: 1.4em;
  }
}
.profile-block {
  padding-top: 100px;
  padding-bottom: 120px;
}
.profile-block .content {
  padding-top: 44px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.66em;
  color: #666666;
}
.profile-block .video-block {
  margin-top: 90px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .profile-block {
    padding-top: 85px;
    padding-bottom: 75px;
  }
  .profile-block .content {
    padding-top: 34px;
  }
  .profile-block .video-block {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .profile-block {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .profile-block .content {
    padding-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .profile-block .video-block {
    margin-top: 0.4rem;
  }
}
.honor-block-1 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 120px;
}
.honor-block-1 .swiper-btn-parent {
  margin-top: 55px;
}
.honor-block-1 .swiper {
  overflow: visible;
  padding-bottom: 10px;
}
.honor-block-1 .swiper .swiper-slide {
  height: auto;
  opacity: 0.6;
}
.honor-block-1 .swiper .swiper-slide-active {
  opacity: 1;
}
.honor-block-1 .swiper .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.honor-block-1 .swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
.honor-block-1 .box {
  --imgh: 340px;
  display: block;
  transform: translate(0, 0);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.honor-block-1 .box .img-div {
  display: flex;
  background-color: #f7f1e9;
  height: var(--imgh);
  justify-content: center;
  align-items: center;
}
.honor-block-1 .box .img-div img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.honor-block-1 .box .title {
  display: flex;
  min-height: 70px;
  height: calc(100% - var(--imgh));
  padding: 0.3em 1.2em;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.4em;
  color: #333333;
}
.honor-block-1 .box:hover {
  transform: translate(0, -5px);
}
.honor-block-1 .box:hover .title {
  color: var(--main-color);
}
@media (max-width: 1600px) {
  .honor-block-1 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .honor-block-1 .swiper-btn-parent {
    margin-top: 40px;
  }
  .honor-block-1 .box .title {
    min-height: 60px;
  }
}
@media (max-width: 1400px) {
  .honor-block-1 .box {
    --imgh: 300px;
  }
  .honor-block-1 .box .title {
    min-height: 50px;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .honor-block-1 {
    padding-top: 0.65rem;
    padding-bottom: 0.45rem;
  }
  .honor-block-1 .swiper-btn-parent {
    margin-top: 0.35rem;
  }
  .honor-block-1 .box {
    --imgh: 3rem;
  }
  .honor-block-1 .box .title {
    min-height: 0.5rem;
    padding: 0.5em 1em;
    font-size: 0.26rem;
  }
}
.honor-block-2 {
  padding-top: 120px;
  padding-bottom: 130px;
  background-color: #f7f7f7;
}
.honor-block-2 .img-text {
  margin-top: 55px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.honor-block-2 .img-text .img-div {
  width: 50%;
}
.honor-block-2 .img-text .cont {
  position: relative;
  width: 50%;
}
.honor-block-2 .img-text .cont .text {
  position: absolute;
  left: 9%;
  top: 11.5%;
  width: 82%;
  height: 77%;
  padding-right: 7%;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2em;
  color: #333333;
}
.honor-block-2 .img-text .cont .text p + p {
  margin-top: 0.44em;
}
@media (max-width: 1600px) {
  .honor-block-2 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .honor-block-2 .img-text {
    margin-top: 40px;
  }
  .honor-block-2 .img-text .cont .text {
    font-size: 18px;
    line-height: 1.8em;
  }
  .honor-block-2 .img-text .cont .text p + p {
    margin-top: 0.3em;
  }
}
@media (max-width: 1200px) {
  .honor-block-2 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .honor-block-2 .img-text {
    margin-top: 0.3rem;
  }
  .honor-block-2 .img-text .img-div {
    width: 100%;
  }
  .honor-block-2 .img-text .cont {
    width: 100%;
  }
  .honor-block-2 .img-text .cont .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .honor-block-2 .img-text .cont .text p + p {
    margin-top: 0.3em;
  }
}
.culture-block-1 {
  padding-top: 100px;
  padding-bottom: 120px;
}
.culture-block-1 .img-text {
  margin-top: 55px;
  position: relative;
}
.culture-block-1 .img-text .img-div {
  width: 100%;
}
.culture-block-1 .img-text .cont-text {
  display: flex;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 5% 6.5%;
  background-color: rgba(250, 250, 250, 0.93);
  align-items: center;
}
.culture-block-1 .img-text .cont-text .text {
  max-height: 100%;
  overflow-y: auto;
}
.culture-block-1 .img-text .cont-text .title {
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.culture-block-1 .img-text .cont-text .p-txt {
  margin-top: 34px;
  font-size: 20px;
  line-height: 1.5em;
  color: #666666;
}
.culture-block-1 .list {
  --lpd: 10px;
  margin: calc(var(--lpd)*-1);
  padding-top: 100px;
  text-align: center;
}
.culture-block-1 .list .list-li {
  min-height: calc(var(--wrap-width)*0.175);
  padding: var(--lpd);
}
.culture-block-1 .list .box {
  display: flex;
  position: relative;
  background-color: #f7f7f7;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 10%;
  align-items: center;
}
.culture-block-1 .list .box:hover .mark {
  opacity: 1;
}
.culture-block-1 .list .title {
  font-size: 24px;
  line-height: 1.4em;
}
.culture-block-1 .list .icon-text {
  width: 100%;
  color: #333333;
}
.culture-block-1 .list .icon-text .icon {
  display: block;
  margin-bottom: 10px;
}
.culture-block-1 .list .icon-text .icon img {
  display: block;
  margin: 0 auto;
}
.culture-block-1 .list .mark {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  padding: 15px 10%;
  opacity: 0;
  overflow-y: auto;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  transition: opacity 0.3s;
}
.culture-block-1 .list .mark .des {
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.75em;
}
@media (max-width: 1600px) {
  .culture-block-1 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .culture-block-1 .img-text {
    margin-top: 45px;
  }
  .culture-block-1 .img-text .cont-text .title {
    font-size: 30px;
  }
  .culture-block-1 .img-text .cont-text .p-txt {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4em;
  }
  .culture-block-1 .list {
    --lpd: 8px;
    padding-top: 60px;
  }
  .culture-block-1 .list .box {
    padding: 15px 10%;
  }
  .culture-block-1 .list .title {
    font-size: 22px;
  }
  .culture-block-1 .list .icon-text .icon {
    margin-bottom: 8px;
  }
  .culture-block-1 .list .mark .des {
    margin-top: 10px;
    line-height: 1.6em;
  }
}
@media (max-width: 1400px) {
  .culture-block-1 .list {
    --lpd: 8px;
    padding-top: 60px;
  }
  .culture-block-1 .list .box {
    padding: 15px 10%;
  }
  .culture-block-1 .list .title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .culture-block-1 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .culture-block-1 .img-text {
    margin-top: 0.3rem;
  }
  .culture-block-1 .img-text .cont-text {
    position: static;
    width: 100%;
    padding: 0.3rem 0.4rem;
  }
  .culture-block-1 .img-text .cont-text .title {
    font-size: 0.3rem;
  }
  .culture-block-1 .img-text .cont-text .p-txt {
    margin-top: 0.25rem;
    font-size: 0.26rem;
  }
  .culture-block-1 .list {
    --lpd: 0.1rem;
    padding-top: 0.4rem;
  }
  .culture-block-1 .list .box {
    border-radius: 0.1rem;
    padding: 0.6rem 0.25rem;
  }
  .culture-block-1 .list .title {
    font-size: 0.3rem;
  }
  .culture-block-1 .list .icon-text .icon {
    margin-bottom: 0.05rem;
  }
  .culture-block-1 .list .icon-text .icon img {
    width: 0.7rem;
  }
  .culture-block-1 .list .mark {
    padding: 0.15rem 7%;
  }
  .culture-block-1 .list .mark .des {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 1.5em;
  }
}
.expert-block {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.expert-block .eduction-block {
  padding-top: 53px;
}
.expert-block .eduction-block .h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.expert-block .team-block {
  margin-top: 100px;
}
.expert-block .team-block .img-box {
  width: 63.5%;
}
.expert-block .team-block .img-box img {
  border-radius: 10px;
}
.expert-block .team-block .cont {
  width: 31.75%;
}
.expert-block .team-block .cont .pad {
  display: flex;
  height: 100%;
  overflow-y: auto;
  flex-direction: column;
  justify-content: space-between;
}
.expert-block .team-block .cont .h3 {
  font-size: 36px;
  line-height: 1.4em;
  color: #333333;
}
.expert-block .team-block .cont .txt-list {
  margin-top: 35px;
}
.expert-block .team-block .cont .txt-list .txt-li {
  --linew: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-bottom: 14px;
  color: #222222;
}
.expert-block .team-block .cont .txt-list .txt-li .num {
  vertical-align: text-bottom;
}
.expert-block .team-block .cont .txt-list .txt-li .num-val {
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  color: var(--main-color);
}
.expert-block .team-block .cont .txt-list .txt-li .num-word {
  font-size: 16px;
  line-height: 1.4em;
}
.expert-block .team-block .cont .txt-list .txt-li .txt-word {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.4em;
}
.expert-block .team-block .cont .txt-list .txt-li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: var(--linew);
  background: #000000;
}
@media (max-width: 1600px) {
  .expert-block {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .expert-block .eduction-block {
    padding-top: 45px;
  }
  .expert-block .eduction-block .h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .expert-block .team-block {
    margin-top: 70px;
  }
  .expert-block .team-block .cont .h3 {
    font-size: 32px;
  }
  .expert-block .team-block .cont .txt-list {
    margin-top: 25px;
  }
  .expert-block .team-block .cont .txt-list .txt-li {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .expert-block .team-block .cont .txt-list .txt-li .num-val {
    font-size: 36px;
  }
  .expert-block .team-block .cont .txt-list .txt-li .num-word {
    font-size: 14px;
  }
  .expert-block .team-block .cont .txt-list .txt-li .txt-word {
    margin-top: 4px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .expert-block {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .expert-block .eduction-block {
    padding-top: 0.35rem;
  }
  .expert-block .eduction-block .h2 {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }
  .expert-block .team-block {
    margin-top: 0.4rem;
  }
  .expert-block .team-block .img-box {
    width: 100%;
  }
  .expert-block .team-block .img-box img {
    border-radius: 0.1rem;
  }
  .expert-block .team-block .cont {
    width: 100%;
    padding-top: 0.35rem;
  }
  .expert-block .team-block .cont .h3 {
    font-size: 0.32rem;
  }
  .expert-block .team-block .cont .txt-list {
    margin-top: 0;
  }
  .expert-block .team-block .cont .txt-list .txt-li {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .expert-block .team-block .cont .txt-list .txt-li .num-val {
    font-size: 0.32rem;
  }
  .expert-block .team-block .cont .txt-list .txt-li .num-word {
    font-size: 0.24rem;
  }
  .expert-block .team-block .cont .txt-list .txt-li .txt-word {
    margin-top: 0.05rem;
    font-size: 0.26rem;
  }
}
.talent-block {
  padding-top: 100px;
}
.talent-block .content {
  margin: 18px auto 0;
  width: 1280px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.75em;
  color: #666666;
}
.talent-block .img-list {
  --ipd: 17.5px;
  margin: calc(var(--ipd)*-1);
  padding-top: 44px;
}
.talent-block .img-list .swiper {
  width: 100%;
}
.talent-block .img-list .img-li {
  padding: calc(var(--ipd)*1);
}
.talent-block .img-list .img-box {
  border-radius: 10px;
}
.talent-block .img-list .img-box::before {
  padding-top: 68.08%;
}
.job-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.job-block .list7 {
  margin-top: 38px;
}
@media (max-width: 1600px) {
  .talent-block {
    padding-top: 75px;
  }
  .talent-block .content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6em;
  }
  .talent-block .img-list {
    --ipd: 12px;
    padding-top: 34px;
  }
  .job-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .job-block .list7 {
    margin-top: 28px;
  }
}
@media (max-width: 1200px) {
  .talent-block {
    padding-top: 0.65rem;
  }
  .talent-block .content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6em;
  }
  .talent-block .img-list {
    --ipd: 0.1rem;
    padding-top: 0.3rem;
  }
  .job-block {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .job-block .list7 {
    margin-top: 0.35rem;
  }
}
.partner-block {
  padding-top: 100px;
  padding-bottom: 120px;
}
.partner-block .tab-box .tab-check-btn {
  margin-top: 35px;
  margin-bottom: 35px;
  gap: 20px;
}
.partner-block .tab-box .tab-check-btn .btn {
  border-radius: 10px;
  border: solid 1px #bfbfbf;
  background: #ffffff;
  padding: 0 2em;
  font-size: 20px;
  line-height: 60px;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s;
}
.partner-block .tab-box .tab-check-btn .btn:hover,
.partner-block .tab-box .tab-check-btn .btn.on {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #ffffff;
}
@media (max-width: 1600px) {
  .partner-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .partner-block .tab-box .tab-check-btn {
    margin-top: 25px;
    margin-bottom: 30px;
    gap: 15px;
  }
  .partner-block .tab-box .tab-check-btn .btn {
    padding: 0 1.6em;
    font-size: 18px;
    line-height: 46px;
  }
}
@media (max-width: 1200px) {
  .partner-block {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .partner-block .tab-box .tab-check-btn {
    margin-top: 0.25rem;
    margin-bottom: 0.3rem;
    gap: 0.15rem;
  }
  .partner-block .tab-box .tab-check-btn .btn {
    padding: 0 1.4em;
    font-size: 0.26rem;
    line-height: 2em;
  }
}
.social-block {
  padding-top: 100px;
  padding-bottom: 110px;
}
.social-block .list9 {
  padding-top: 55px;
}
@media (max-width: 1600px) {
  .social-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .social-block .list9 {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .social-block {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .social-block .list9 {
    padding-top: 0.35rem;
  }
}
.news-list-block {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .news-list-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 1200px) {
  .news-list-block {
    padding-top: 0.55rem;
    padding-bottom: 0.65rem;
  }
}
.news-info {
  --newsibr: 10px;
  padding-top: 60px;
  padding-bottom: 110px;
}
.news-info .left-flex {
  width: 67.56%;
}
.news-info .left-flex .info-title {
  font-size: 30px;
  line-height: 1.4em;
  color: #333333;
}
.news-info .left-flex .other {
  margin-top: 19px;
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 1.4em;
  color: #999999;
}
.news-info .left-flex .other .author {
  margin-left: 3.5em;
}
.news-info .left-flex .cont {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1.95em 0 4em;
  font-size: 16px;
  line-height: 1.75em;
  color: #333333;
}
.news-info .right-flex {
  width: 23.98%;
}
.news-info .right-flex .right-flex-title {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.4em;
  color: #999999;
}
@media (max-width: 1600px) {
  .news-info {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .news-info .left-flex .info-title {
    font-size: 26px;
  }
  .news-info .left-flex .other {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .news-info .left-flex .cont {
    padding: 1.3em 0 2em;
    line-height: 1.6em;
  }
  .news-info .right-flex .right-flex-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .news-info {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .news-info .left-flex {
    width: 100%;
  }
  .news-info .left-flex .info-title {
    font-size: 0.3rem;
  }
  .news-info .left-flex .other {
    margin-top: 0.15rem;
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
  }
  .news-info .left-flex .other .author {
    margin-left: 3em;
  }
  .news-info .left-flex .cont {
    padding: 1.4em 0;
    font-size: 0.26rem;
  }
  .news-info .right-flex {
    margin-top: 0.4rem;
    width: 100%;
  }
  .news-info .right-flex .right-flex-title {
    margin-bottom: 0.15rem;
    font-size: 0.3rem;
  }
}
.investor-block {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media (max-width: 1600px) {
  .investor-block {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contact-block {
  padding-top: 100px;
  padding-bottom: 50px;
}
.contact-block .contact-list {
  --iconw: 134px;
  --lcp: 13px;
  margin: calc(var(--lcp)*-1);
  padding-top: 55px;
  font-size: 18px;
  line-height: 1.77em;
  color: #666666;
}
.contact-block .contact-list .list-li {
  padding: calc(var(--lcp)*1);
}
.contact-block .contact-list .list-box {
  transform: translate(0, 0);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  padding: 72px 5% 62px;
  transition: all 0.3s;
}
.contact-block .contact-list .list-box:hover {
  transform: translate(0, -5px);
}
.contact-block .contact-list .li-icon {
  --fill: #999999;
  --size: 35%;
  vertical-align: top;
  margin: 0 auto;
  width: var(--iconw);
  height: var(--iconw);
}
.contact-block .contact-list .li-icon .self-svg {
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  width: 100%;
  height: 100%;
}
.contact-block .contact-list .li-icon img {
  display: block;
  border: 1px solid #b5b5b5;
}
.contact-block .contact-list .text {
  margin-top: 16px;
  word-break: break-all;
}
.map-block .map-box {
  position: relative;
}
.map-block .map-box img {
  display: block;
}
.map-block .add-list {
  --conpad: 145px;
}
.map-block .add-list .add-li {
  position: absolute;
}
.map-block .add-list .add-li.on .add-line,
.map-block .add-list .add-li.on .add-cont {
  margin: 0;
  opacity: 1;
  pointer-events: auto;
}
.map-block .add-list .point {
  --anstime: 3s;
  --pw: 8px;
  display: block;
}
.map-block .add-list .point i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: calc(var(--pw)*-0.5);
  margin-top: calc(var(--pw)*-0.5);
  border-radius: 50%;
  background: var(--main-color);
  width: var(--pw);
  height: var(--pw);
  animation: pointanimate1 var(--anstime) infinite;
  animation-delay: 3s;
}
.map-block .add-list .point .p2 {
  animation-delay: 1.5s;
}
.map-block .add-list .point .p3 {
  animation-delay: 3s;
}
.map-block .add-list .add-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--conpad);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.map-block .add-list .add-line::before {
  content: '';
  display: block;
  padding-top: 52.31%;
  background: url(../images/contact/map-line.png) no-repeat center / cover;
}
.map-block .add-list .add-cont {
  margin-right: -15px;
  position: absolute;
  right: var(--conpad);
  top: calc(var(--conpad)*-1);
  border: 1px solid var(--main-color);
  width: 400px;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 35px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, margin 0.3s;
}
.map-block .add-list .add-cont .h6 {
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
}
.map-block .add-list .add-cont .p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.75em;
  color: #666666;
}
.map-block .add-list .li1 {
  left: 56%;
  top: 46%;
}
.map-block .add-list .li2 {
  left: 61%;
  top: 39.5%;
}
.map-block .add-list .li3 {
  left: 54.5%;
  top: 52.5%;
}
.map-block .add-list .li4 {
  left: 52.2%;
  top: 53%;
}
.map-block .add-list .li5 {
  left: 59.5%;
  top: 83.5%;
}
@keyframes pointanimate1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0.15;
  }
}
.contact-form-block {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 90px;
}
.contact-form-block .des {
  margin: 24px 0 65px;
  font-size: 18px;
  line-height: 1.4em;
  color: #666666;
}
.contact-form-block .form {
  --mtp: 20px;
  font-size: 16px;
  line-height: 1.6em;
  color: #999999;
}
.contact-form-block .form .input-li + .input-li {
  margin-top: var(--mtp);
}
.contact-form-block .form .lw-w-12 {
  width: 100%;
}
.contact-form-block .form .input {
  display: block;
  width: 100%;
  padding: 1.1em 1.8em;
  color: #333333;
}
.contact-form-block .form .input-box {
  border-radius: 10px;
  border: 1px solid #cccccc;
}
.contact-form-block .form .input-box .textarea {
  height: 9em;
}
.contact-form-block .form .submit-box .submit {
  background: var(--main-color);
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  letter-spacing: 0.6em;
  cursor: pointer;
  color: #ffffff;
}
.contact-form-block .form .submit-box .submit:hover {
  background: rgba(var(--main-color-rgb), 0.7);
}
@media (max-width: 1600px) {
  .contact-block {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .contact-block .contact-list {
    --iconw: 114px;
    --lcp: 10px;
  }
  .contact-form-block {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .contact-form-block .des {
    margin: 20px 0 45px;
  }
}
@media (max-width: 1200px) {
  .contact-block {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .contact-block .contact-list {
    --iconw: 1rem;
    --lcp: 0.1rem;
    padding-top: 0.35rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .contact-block .contact-list .list-box {
    border-radius: 0.1rem;
    padding: 0.4rem 5% 0.3rem;
  }
  .contact-block .contact-list .text {
    margin-top: 0.15rem;
  }
  .map-block {
    overflow: hidden;
  }
  .map-block .map-box {
    margin-left: -8%;
    margin-right: -9.5%;
  }
  .map-block .add-list {
    --conpad: 1.2rem;
  }
  .map-block .add-list .point {
    --pw: 0.1rem;
  }
  .map-block .add-list .add-line {
    display: none;
  }
  .map-block .add-list .add-cont {
    display: none;
    margin-right: -0.15rem;
    width: 4rem;
    padding: 0.25rem 0.3rem;
    opacity: 1;
    pointer-events: auto;
  }
  .map-block .add-list .add-cont .h6 {
    font-size: 0.3rem;
  }
  .map-block .add-list .add-cont .p {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .map-block .add-phone-list {
    margin-top: 0.1rem;
  }
  .map-block .add-phone-list .add-li {
    border: 1px solid var(--main-color);
    padding: 0.3rem 0.35rem;
    text-align: left;
  }
  .map-block .add-phone-list .add-li + .add-li {
    margin-top: 0.3rem;
  }
  .map-block .add-phone-list .add-li .h6 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
  }
  .map-block .add-phone-list .add-li .p {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 1.4em;
    color: #666666;
  }
  .contact-form-block {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .contact-form-block .des {
    margin: 0.25rem 0 0.3rem;
    font-size: 0.26rem;
  }
  .contact-form-block .form {
    --mtp: 0.25rem;
    font-size: 0.26rem;
  }
  .contact-form-block .form .input {
    padding: 0.7em 1.1em;
  }
  .contact-form-block .form .input-box {
    border-radius: 0.1rem;
  }
  .contact-form-block .form .submit-box .submit {
    border-radius: 0.1rem;
    width: 3rem;
  }
}
.solution-block .solution-li {
  padding-top: 100px;
  padding-bottom: 110px;
}
.solution-block .solution-li:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
}
.solution-block .solution-li:nth-child(2n+2) {
  background: #f6f6f6;
}
.solution-block .top-return {
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
}
.solution-block .return-btn-box {
  margin-left: 1.5em;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.4em;
  color: var(--main-color);
}
.solution-block .return-btn-box .btn {
  margin-bottom: 0.2em;
}
.solution-block .return-btn-box .btn .self-svg {
  --size: 1.25em;
  --fill: var(--main-color);
  margin-right: 9px;
}
.solution-block .cont {
  padding: 17px 0;
  font-size: 16px;
  line-height: 1.75em;
  color: #333333;
}
.solution-characteristic {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.solution-characteristic .auto-title-block-b {
  margin-bottom: 40px;
}
.solution-characteristic-a {
  padding-top: 120px;
  padding-bottom: 120px;
}
.solution-characteristic-a .cont {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.77em;
  color: #666666;
}
.solution-characteristic-a .left-cont {
  width: 40%;
}
.solution-characteristic-a .right-cont {
  width: 54.1%;
}
.achieve-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.achieve-block .auto-title-block-b {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .solution-block .solution-li {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .solution-block .solution-li:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .solution-block .top-return {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .solution-block .cont {
    padding: 15px 0;
    line-height: 1.65em;
  }
  .solution-characteristic {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .solution-characteristic .auto-title-block-b {
    margin-bottom: 30px;
  }
  .solution-characteristic-a {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .solution-characteristic-a .cont {
    margin-top: 15px;
    line-height: 1.6em;
  }
  .achieve-block {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .achieve-block .auto-title-block-b {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .solution-block {
    padding-top: 0.1rem;
  }
  .solution-block .solution-li {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
  }
  .solution-block .solution-li:first-child {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .solution-block .top-return {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .solution-block .return-btn-box {
    font-size: 0.26rem;
  }
  .solution-block .return-btn-box .btn .self-svg {
    margin-right: 0.1rem;
  }
  .solution-block .cont {
    padding: 0.2rem 0;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .solution-characteristic {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .solution-characteristic .auto-title-block-b {
    margin-bottom: 0.3rem;
  }
  .solution-characteristic-a {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .solution-characteristic-a .cont {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .solution-characteristic-a .left-cont {
    width: 100%;
  }
  .solution-characteristic-a .right-cont {
    width: 100%;
  }
  .achieve-block {
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .achieve-block .auto-title-block-b {
    margin-bottom: 0.3rem;
  }
}
.site-map {
  --dc: #333333;
  --hc: var(--main-color);
  --lpd: 40px;
  --w: 1200px;
  padding-top: 65px;
  padding-bottom: 65px;
  color: var(--dc);
}
.site-map a {
  color: var(--dc);
  text-decoration: none;
}
.site-map a:hover {
  color: var(--hc);
}
.site-map .wrap-cont {
  margin: 0 auto;
  width: var(--w);
  max-width: calc(100% - 30px);
}
.site-map .site-map-border {
  border: 1px solid #ddd;
  padding: 0 30px 30px;
}
.site-map .site-map-title {
  font-size: 28px;
  margin: 45px 0;
  font-weight: normal;
  text-align: center;
}
.site-map .site-map-list {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.site-map .map-list-li {
  list-style: none;
}
.site-map .map-list-li + .map-list-li {
  margin-top: 20px;
}
.site-map .list-li-dl {
  margin: 0;
  padding: 0;
}
.site-map .list-dl-dt {
  padding: 0.75em var(--lpd);
  font-weight: bold;
  background: #f5f5f5;
}
.site-map .list-dl-dd {
  --mini-pad: 20px;
  display: flex;
  margin: 0;
  border: 1px solid #eeeeee;
  border-top: 0 none;
  padding: 20px var(--mini-pad);
  flex-wrap: wrap;
}
.site-map .list-dl-dd a {
  margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}
@media (max-width: 1200px) {
  .site-map {
    --lpd: 15px;
    --w: 768px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-map .site-map-border {
    padding: 0 15px 15px;
  }
  .site-map .site-map-title {
    font-size: 17px;
    margin: 15px 0;
  }
  .site-map .site-map-list {
    font-size: 14px;
  }
  .site-map .map-list-li + .map-list-li {
    margin-top: 15px;
  }
  .site-map .list-dl-dt {
    padding: 0.7em var(--lpd);
  }
  .site-map .list-dl-dd {
    --mini-pad: 10px;
    padding: 13px var(--mini-pad);
  }
  .site-map .list-dl-dd a {
    margin: 0.2em calc(var(--lpd) - var(--mini-pad));
  }
}

/* 新增行业方案 */
.psrel{
	position:relative;
}
.psabs{
	position: absolute;
}
.bannerlink{
	top:100px;
	height: 230px;
	z-index: 100;
	background: url(/skin/images/pdmiaoshubg.png) right bottom no-repeat;
}
.bannerlink h1{
    font-weight: 600;
	font-size: 48px;
	color: #fff;
	text-align: right;
}
.pdmiaoshu{
	font-size: 16px;
	color: #fff;
	text-align: right;
	opacity: 0.7;
    /* margin-top:40px; */
}
.pdsubmenu{
	padding-left: 150px;
	overflow: hidden;
}
.pdsubmenu li{
	width:100px;
	float: left;
	list-style: none;
	margin-top: 32px;
	margin-right: 80px;
	padding:10px 0;
	text-align: center;
}
.pdsubmenu li a{
	color: #fff;
	font-size:18px;
}
.pdsubmenu .on{
	border-bottom:solid 1px #75be52;
}
.pdsubmenu1{
	padding-left: 150px;
	overflow: hidden;
}
.pdsubmenu1 li{
	width:180px;
	float: left;
	list-style: none;
	margin-top: 32px;
	margin-right: 20px;
	padding:10px 0;
	text-align: center;
}
.pdsubmenu1 li dd{
	position: relative;
}
.pdsubmenu1 li a{
	color: #fff;
	font-size:18px;
	transition: 0.5s;
}

.pdsubmenu1 li a:hover{
	font-weight: 600;
	font-size:18px;
	color: #66d43d;
}

.pdsubmenu1 li dd{
	padding-top:5px;
}
.pdsubmenu1 li p{
	color: #fff;
	font-size:18px;
	display: block;
    height: 48px;
}
.pdsubmenu1 .on1>p{
	display: block;
    height: 48px;
    border-bottom: 2px solid #75be52;
}
.w1440{
	width:1440px;
	margin: 0 auto;
}
.fangan{
	padding: 80px 0;
}
.fangan li{
	list-style: none;
	position: relative;
	margin-bottom: 200px;
}
.fangan li:nth-child(4){
	margin-bottom: 0px;
}
.fangantxt{
	height: 100px;
}
.fangantxt h3{
    height:36px;
    line-height:36px;
	font-size: 36px;
	color:#000;
	width: 50%;
	float: left;
	text-align: left;
}
.fangantxt p{
    height:26px;
    line-height:20px;
	font-size: 16px;
	color:#000;
	width: 50%;
	float: left;
	text-align: right;
}
.fanganshu{
	position: absolute;
	top:20px;
	left: -35px;
	width: 27px;
}

/* 新增联系方式 */

.contact{
	padding:80px 0;
	display: flex;
	position:relative;
}
.contactinfo{
	margin-top:60px;
	width: 450px;
	float: left;
	font-size:18px;
}
.contactinfo h1{
	font-size: 36px;
	color:#000;
}
.contactmail{
	margin: 50px 0;
}
.contactzixun{
	margin-bottom: 50px;
}
.contactdizhi{
	margin-bottom: 50px;
}
.contactinfo li{
	list-style: none;
	padding-left: 35px;
	height: 35px;
	line-height:35px;
}
.contactmap{
	width: 990px;
	float: right;
}

.contactmap img{
	width:100%;
}
.contactshu{
	position: absolute;
	left: -30px;
	top: 160px;
}
.contactmore{
	background-color: #75be52;
	border-radius: 5px;
	height: 65px;
	line-height:65px;
	text-align: center;
	margin-left: 35px;
	width:320px;
	color:#fff;
	font-size:16px;
	padding-left: 60px;
	padding-top: 20px;
}
.contactmore li{
	float:left;
}

/* 新增联投资者关系 */
.touzizhe{
	padding:80px 0;
	display: flex;
	position:relative;
}
.touzizhe h1{
	font-size: 36px;
	color:#000;
	text-align: left;
	margin-bottom: 100px;
}
.touzizheshu{
	position: absolute;
	left: -30px;
	top: 100px;
}
.touzizheinfo{
	width:50%;
	float: left;
	font-size:18px;
}

.touzizheinfo p{
	height:40px;
	line-height: 40px;
}

.touzizhepic{
	width: 50%;
	float: left;
	padding-top: 190px;
}

/* 新增新闻 */
.newslist{
	padding:80px 0;
	display: table;
	position:relative;
}
.newsshu{
	position: absolute;
	left: -30px;
	top: 100px;
}
.newslist h1{
	font-size: 36px;
	color:#000;
	text-align: left;
	margin-bottom: 100px;
}
.newstoutiao{
	width: 100%;
	padding-bottom:60px;
	border-bottom:solid 1px #b5b5b5;
}
.newstoutiao p{
	font-size: 18px;
}
.newstoutiao img{
	width: 100%;
	margin-bottom: 55px;
}
.newstoutiaotitle{
	margin-bottom: 35px;
	overflow: hidden;
}
.newstoutiaotitle h2{
	font-size: 24px;
	display: block;
	width: 50%;
	float: left;
	text-align: left;
}
.newstoutiaotitle span{
	font-size: 16px;
	display: block;
	width: 50%;
	float: left;
	text-align: right;
	colot:#666666;
}
.newstoutiaotitle p{
	font-size: 18px;
	display: block;
	width: 50%;
	float: left;
	text-align: right;
	colot:#666666;
	line-height:200%;
}
.newssublist{
	width: 100%;
	/*padding-top:115px;*/
}
.newssublist li{
	width: 50%;
	float: left;
	list-style: none;
	position: relative;
	margin-bottom: 50px;
}
/* .newssublist li:nth-child(odd)::after{
	content: " ";
	display: block;
	position: absolute;
	height: 480px;
	width: 1px;
	background-color: #ccc;
	right: 50px;
	top: 0px;
} */

.newssublist li:nth-child(odd){
	text-align: left;
	border-right: solid 1px #ccc;
}

.newssublist li:nth-child(even) img{
	float:right;
}

.newssublist span{
	display: block;
	height: 45px;
	line-height:45px;
	width: 95%;
	font-size: 18px;
}

.newssublist span i{
	font-style: normal;
	font-size:14px;
	color:#666;
	float:right;
}

.newssublist li:nth-child(even) span{
	float: right;
	text-align: left;
}

.newssublist li img{
	width: 95%;
}

.newsdetail{
	padding: 80px 0;
}

.newsnr{
	background-color: #fff;
	padding:50px;
}

.newsnr h1{
	font-size:24px;
	font-weight: 600;
	text-align: center;
}

.newsnr span{
	font-size:14px;
	color:#666;
	display: block;
	width: 100%;
	text-align: center;
}

.newscontent{
	margin-top: 50px;
	padding-top: 50px;
	border-top: solid 1px #666;
	font-size: 16px;
}

.pageqh{
	width: 50%;
	float: left;
	font-size: 16px;
	margin-top: 80px;
}

.pageqh li{
	list-style: none;
	line-height: 50px;
}

.newsback{
	float: right;
	margin-top: 100px;
	width: 180px;
	line-height: 60px;
	height: 60px;
	background-color: #75be52;
	font-size: 16px;
	text-align: center;
}

.newsback a{
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
}
.newsback a:hover{
	color:#fff;
}

/* 新增公司简介 */
.about{
	/* padding:0 0 80px 0; */
	position:relative;
}
.aboutshu{
	position: absolute;
	left: -30px;
	top: 100px;
}
.aboutgaikuang{
	padding:80px 0;
	overflow: hidden;
}
.abouttxtleft{
	width: 410px;
	float: left;
}
.abouttxtleft h3{
	font-size: 36px;
}

.abouttxtleft span{
    display: block;
    font-size: 24px;
    line-height: 150%;
    margin-top: 50px;
}
.abouttxtright{
	background: url(/skin/images/aboutbg1.png) right top no-repeat;
	width: 820px;
	float: right;
	padding-top:120px;
	font-size: 16px;
} 
.aboutdata{
	padding-top: 100px;
}
.aboutdataleft{
	width: 175px;
	float: left;
	padding-bottom: 100px;
	background: url(/skin/images/aboutbg2.png) left bottom no-repeat;
}
.aboutdataright{
	width: 1000px;
	float:right;
}
.aboutdataright li{
	float: left;
	list-style: none;
	width:33.33%;
	padding:10px 50px 10px 50px;
	border: solid 1px #fff;
}
.aboutdataright li:nth-child(1){
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.aboutdataright li:nth-child(2){
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.aboutdataright li:nth-child(3){
	border-top: none;
	border-bottom: none;
}
.aboutdataright li:nth-child(4){
	border-bottom: none;
	border-right: none;
}
.aboutdataright li:nth-child(5){
	border-bottom: none;
	border-right: none;
}
.aboutdataright li:nth-child(6){
	border-bottom: none;
}
.aboutdataright li img{
	float: left;
}
.aboutdatasube{
	float: right;
}
.aboutdatasube span{
	width: 100px;
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	display: block;
	position: relative;
}
.aboutdatasube span i{
	position: absolute;
    font-style: normal;
	font-size: 24px;
	top: -8px;
	right: -20px;
}
.aboutdatasube p{
	font-size: 16px;
	text-align: left;
}
.aboutwenhua{
	overflow: hidden;
	padding: 200px 0 100px 0;
	width: 100%;
	background: url(https://k-rubber.oss-cn-beijing.aliyuncs.com/oss/aboutwenhuabg.png) center center no-repeat;
	color: #fff;
}
.aboutwenhua li{
	list-style: none;
	width: 50%;
	float: left;
	padding-right: 100px;
	min-height: 300px;
}
/* .aboutwenhua li:nth-child(1){
	padding-bottom: 130px;
}
.aboutwenhua li:nth-child(2){
	padding-bottom: 130px;
} */
.aboutwenhua li h4{
	/* width:147px; */
	font-size: 24px;
	background: url(/skin/images/wenhuatitle.png) left bottom no-repeat;
	padding: 10px 0;
}
.aboutwenhua li h4 i{
	font-style: normal;
	padding-left: 20px;
	text-transform: uppercase;
}
.aboutwenhua li span{
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding-top: 15px;
}
.aboutwenhua li p{
	padding-top: 30px;
	font-size: 16px;
    line-height: 200%;
}
.wenhuasub  dd{
	line-height: 200%;
	padding-top: 30px;
	font-size: 16px;
	width: 50%;
	text-align: left;
	float: left;
}
.lichengqiehuan{
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
}
.aboutlicheng{
	padding: 80px 0;
}
.lichengtitle{
	overflow: hidden;
}
.lichengtitle h3{
	font-size: 36px;
	width: 50%;
	float: left;
	text-align: left;
}
.lichengtitle .lunbo{
	width:50%;
	float: right;
}
.lichengtitle .lunbo li{
	border: solid 1px #333;
	font-size: 36px;
	list-style: none;
	width: 70px;
	height: 70px;
	float: right;
	text-align: center;
	line-height: 70px;
	transition: 0.8s;
}
.lichengtitle .lunbo li:nth-child(1){
	border-left:0;
}
.lichengtitle .lunbo li:hover{
	border: solid 1px #75be52;
	color:#75be52;
	cursor: pointer;
}
.lichengtxt{
    padding: 0 181px;
    flex: 1;
	position: relative;
	text-align: center;
	font-size: 500px;
	line-height:500px;
	font-weight:600;
	color: #ededed;
	font-style: italic;
}
.lichengniandai{
	width:100%;
	position: absolute;
	left: 0;
	font-size: 64px;
	text-align: center;
	top:-40px;
	font-style: normal;
	color:#000000;
}
.lichengdetail{
	width:100%;
	position: absolute;
	left: 0;
	font-size: 24px;
	text-align: center;
	top:60px;
	font-style: normal;
	color:#000000;
}
.lichengdetail i{
	font-style: normal;
	color:#75be52;
}
.lichenglishi{
	width: 100%;
	border-top:solid 1px #ccc;
	margin-top: 40px;
	padding-top: 10px;
}
.lichenglishi li{
	list-style: none;
	float: left;
	width: 12.5%;
	font-size: 24px;
	text-align: center;
	position: relative;
} 
.lichenglishi .one{
	color:#75be52;
} 
.lichenglishi .one::before{
	position: absolute;
	top:-12px;
	content: " ";
	width: 45px;
	height: 3px;
	background-color: #75be52;
} 
.aboutnews{
	padding:80px 0;
	overflow: hidden;
}
.aboutnews li{
	list-style: none;
	width: 615px;
	float: left;
	margin-right: 210px;
}
.aboutnews li:nth-child(2){
	margin-right: 0px;
	margin-top: 320px;
}
.aboutnews li:nth-child(3){
	margin-top: -120px;
}
.aboutnews li img{
	width: 100%;
}

/* 新增产品详情 */

.prodetail{
	padding: 80px 0;
}
.proimgshow{
	width: 50%;
	float: left;
	text-align: left;
}
.proimgshow img{
	max-width: 90%;
}
.protxtimg{
	width: 50%;
	float: right;
	position: relative;
}
.protxtimg h1{
	font-size: 36px;
	color: #000;
	font-weight: 600;
	display: block;
	position: relative;
}
.protxtimg h1::after{
	content: " ";
	position: absolute;
	height: 6px;
	width: 200px;
	left: 20px;
	top:50px;
	background-color: #45ac14;
	opacity: 0.7;
}
.protxt{
	padding: 35px 0;
	font-size: 16px;
	line-height: 200%;
}
.proimg{
	padding-top: 5px;
	width: 70%;
	float: left;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.proimg ul{
	width: 600%;
	height: 180px;
	overflow: hidden;
	transition: width 1s;
}
.left{
	position: absolute;
	left:10px;
	top:0;
	height: 180px;
	line-height: 180px;
	font-size: 60px;
	color: #75be52;
	font-weight: 500;
	cursor:pointer;
	opacity: 0.5;
}
.right{
	position: absolute;
	right:10px;
	top:0;
	height: 180px;
	line-height: 180px;
	font-size: 60px;
	color: #75be52;
	font-weight: 500;
	cursor:pointer;
	opacity: 0.5;
}
.proimg li{
	width: 252px;
	float: left;
	list-style: none;
	padding:10px;
	cursor:pointer;
}
.proimg li:nth-child(1){
	
}
.proimg li img{
	width:100%;
}
.zixun{
	right: 0;
	bottom: 14px;
	width: 190px;
	height: 55px;
	line-height: 55px;
	background-color: #75be52;
	border-radius: 5px;
	position: absolute;
	text-align: center;
}
.zixun a{
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: block;
	color:#fff;
	padding-right: 30px;
}
.zixun a img{
	float: left;
	padding: 8px 0px 0px 25px;
}
.zixun a:hover{
	color: #fff;
}
.proyoushi{
	margin-top: 80px;
	overflow: hidden;
	padding: 80px 0;
	background-color: #f0f0f0;
}
.proyoushi li{
	width: 45%;
	float: left;
	padding-left: 90px;
	list-style: none;
	min-height: 270px;
}

.proyoushi li:nth-child(1){
	margin-right: 5%;
	background: url(/skin/images/proys1.png) left top no-repeat;
}
.proyoushi li:nth-child(2){
	width: 50%;
	background: url(/skin/images/proys2.png) left top no-repeat;
}
.proyoushi li:nth-child(3){
	margin-right: 5%;
	background: url(/skin/images/proys3.png) left top no-repeat;
}
.proyoushi li:nth-child(4){
	width: 50%;
	background: url(/skin/images/proys4.png) left top no-repeat;
}
.proyoushi li h4{
	width: 100%;
	text-align: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
}
.proyoushi li>p{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 200%;
	padding: 30px 0 0 0;
	padding-bottom: 50px;
}
.ckmore{
	width: 190px;
	height: 55px;
	line-height: 55px;
	background-color: #75be52;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin-top: 70px;
}

.juzhong{
	margin: 0 auto;
}

.proyingyong{
	padding:80px 0;
	overflow: hidden;
}

.proyingyong h3{
	display: block;
	text-align: center;
    font-size: 36px;
	padding-bottom: 50px;
}

.proyingyong li{
	list-style: none;
	width: 33.33%;
	float: left;
}
.proyingyong li img{
	width: 90%;
}
.proyingyong li span{
	display: block;
	font-size:22px;
	width: 100%;
	text-align: center;
}
.procanshu{
	padding: 80px 0;
	background-color: #f0f0f0;
}

.procanshu h3{
	display: block;
	text-align: center;
    font-size: 36px;
	padding-bottom: 50px;
}

.procanshu table{
	font-size: 18px;
	width: 100%;
	text-align: center;
}

.procanshu table tr{
    height: 50px;
	line-height: 50px;
}

.procanshu table tr:nth-child(odd){
    background-color: #fff;
}

.procanshu table tr:nth-child(even){
    background-color: #f0f0f0;
}

.procanshu table tr:first-child {
    height: 75px;
	line-height: 75px;
	background-color: #333;
	font-size: 21px;
	color: #fff;
}

@media screen and (max-width: 1440px) {
  /* 在1440px宽度及以下时应用的样式 */
  .pdsubmenu1 li {
     width: auto; 
    float: left;
    list-style: none;
    margin-top: 32px;
    margin-right: 20px;
    padding: 10px 0;
    text-align: center;
}
  /* 其他样式 */
}