
.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: 35px;
}
.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: 16px;
  line-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: 200px; */
  }
  .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;
}

/* 新增行业方案 */
.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;
}


.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 0px 0px;
}
.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;
}
.swiper-year .swiper-slide {
  width: calc(100% / 11 - 1px) !important; /* 保证最多显示11个 */
  flex-shrink: 0;
}


@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;
}
  /* 其他样式 */
}

@media (min-width: 2560px) {
     .bannerlink {
    top: 30% !important;
    left: 10%;
    height: 230px;
    z-index: 100;
    background: url(/skin/images/pdmiaoshubg.png) right bottom no-repeat;
}
}