/*============= p2-0新闻中心 =============*/
.newList .list {
  padding: 100px 0 80px;
}
.newList .list a {
  transition: all 0.6s;
  position: relative;
  float: left;
  margin: 0 1.25% 40px 0;
  width: 32.5%;
}
.newList .list a:before {
  transition: all 0.6s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zjpage/icon/i2.png) center bottom;
  background-size: cover;
  content: "";
}
.newList .list a:nth-child(3n) {
  margin-right: 0;
}
.newList .list a .bor {
  position: relative;
  z-index: 2;
  transition: all 0.6s;
  padding: 36px;
  border: rgba(248, 248, 243, 0) 1px solid;
}
.newList .list a .pic {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.newList .list a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.newList .list a .text b {
  margin-bottom: 45px;
  height: 70px;
  line-height: 35px;
  font-size: 22px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newList .list a .text span {
  float: left;
  font-size: 18px;
  color: #999;
}
.newList .list a .text em {
  transition: all 0.6s;
  float: right;
  width: 27px;
  height: 24px;
  background: url(../images/zjpage/icon/i1.png) center no-repeat;
}
.newList .list a:hover {
  transition: all 0.6s;
  background: #fff;
}
.newList .list a:hover:before {
  transition: all 0.6s;
  opacity: 1;
}
.newList .list a:hover .bor {
  transition: all 0.6s;
  border: #f8f8f3 1px solid;
}
.newList .list a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .newList .list {
    margin-top: 0.75rem;
    padding: 0;
  }
  .newList .list a {
    margin: 0 0 0.6rem;
    padding-bottom: 0;
    float: none;
    width: 100%;
  }
  .newList .list a .bor {
    padding: 0;
  }
  .newList .list a .pic {
    height: 4.4rem;
    margin-bottom: 0;
  }
  .newList .list a .text {
    padding: 0.5rem 0.3rem;
    background: #f2f8ff;
  }
  .newList .list a .text b {
    font-size: 0.3rem;
    height: auto;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .newList .list a .text span {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }
  .newList .list a .text em {
    width: 0.27rem;
    height: 0.3rem;
    background-size: 100% auto;
  }
}
/*============= p1-1-1新闻详情 =============*/
.newDetails01 {
  position: relative;
}
.newDetails01 .next {
  /* margin-left: 8.335%; */
  padding-top: 70px;
  width: 69%;
  border-right: #dcdcdc 1px solid;
}
.newDetails01 .next .nextBox {
  margin-left: 8.335vw;
  padding: 0 4vw;
}
.newDetails01 .next .top_title {
  position: relative;
  z-index: 2;
}
.newDetails01 .next .title_box {
  margin-bottom: 35px;
  line-height: 45px;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-family: "DINPRO-BOLD";
}
.newDetails01 .next .cen {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 30px 30px 0;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  border-bottom: #ececec 2px solid;
  /* span {
                display: inline-block;
                margin-top: 5px;
                width: 39px;
                height: 20px;
                border-right: #c6c6c6 1px solid;
                // cursor: pointer;

                &.big {
                    background: url(../images/icon/icon_84.png) center no-repeat;

                    &:hover,
                    &.cur {
                        background: url(../images/icon/icon_84s.png) center no-repeat;
                    }
                }

                &.middle {
                    background: url(../images/icon/icon_85.png) center no-repeat;

                    &:hover,
                    &.cur {
                        background: url(../images/icon/icon_85s.png) center no-repeat;
                    }
                }

                &.small {
                    border-right: none;
                    background: url(../images/icon/icon_86.png) center no-repeat;

                    &:hover,
                    &.cur {
                        background: url(../images/icon/icon_86s.png) center no-repeat;
                    }
                }

            } */
}
.newDetails01 .next .cen .lie {
  margin: 0 20px;
  width: 1px;
  height: 18px;
  background: #dcdcdc;
}
.newDetails01 .next .cen .cen_box {
  display: flex;
  justify-content: center;
}
.newDetails01 .next .cen .icon-share .icon_box {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/zjpage/icon/i7.png) center no-repeat;
  cursor: pointer;
}
.newDetails01 .next .cen .icon-share .icon_box::before {
  display: none;
}
.newDetails01 .next .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.newDetails01 .next .text {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  padding-bottom: 50px;
  word-wrap: break-word;
  word-break: normal;
}
.newDetails01 .next .text p {
  text-indent: 2em;
  text-align: justify;
}
.newDetails01 .next .text p:has(img) {
  text-indent: 0em;
}
.newDetails01 .next .text p:has(video) {
  text-indent: 0em;
}
.newDetails01 .next .text img {
  display: block;
  margin: 20px auto;
  max-width: 80%;
  height: auto !important;
}
.newDetails01 .next .text video {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto !important;
}
.newDetails01 .next .text span,
.newDetails01 .next .text i,
.newDetails01 .next .text em,
.newDetails01 .next .text a,
.newDetails01 .next .text b {
  display: inline;
}
.newDetails01 .next .text table {
  margin: 0 auto;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.newDetails01 .next .text table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.newDetails01 .next .text table p {
  text-indent: 0em;
  text-align: inherit;
}
.newDetails01 .next .icon_fh {
  margin: 0 auto 80px;
  padding-top: 76px;
  width: 80px;
  font-size: 16px;
  color: #666;
  text-align: center;
  background: url(../images/zjpage/icon/i8.png) top center no-repeat;
}
.newDetails01 .next .icon_fh:hover {
  color: #dc030c;
  background-image: url(../images/zjpage/icon/i8s.png);
}
.newDetails01 .next .lieBox {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.newDetails01 .next .go_article {
  position: relative;
  margin-left: 8.335vw;
  padding: 50px 4vw;
  font-size: 20px;
}
.newDetails01 .next .go_article a {
  line-height: 38px;
  font-size: 16px;
  color: #333;
}
.newDetails01 .next .go_article a i {
  float: left;
}
.newDetails01 .next .go_article a p {
  transition: all 0.6s;
  float: left;
  width: calc(100% - 80px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newDetails01 .next .go_article a:hover p {
  transition: all 0.6s;
  color: #dc030c;
}
.newDetails01 .right {
  transition: all 0.6s;
  position: absolute;
  top: 0px;
  /* right: 13.545%;
        width: calc(72.91% * 0.3); */
  right: 0;
  width: calc(31% - 1px);
}
.newDetails01 .right .bor {
  margin-right: 8.335vw;
  padding: 70px 0 0 4vw;
}
.newDetails01 .right .rightNext {
  margin-bottom: 46px;
}
.newDetails01 .right .rightNext .time {
  padding: 20px 0 10px;
  font-size: 48px;
  color: #333;
  font-family: "DINPRO-REGULAR";
}
.newDetails01 .right .rightNext p {
  font-size: 24px;
  color: #333;
  font-family: "DINPRO-REGULAR";
  text-transform: uppercase;
}
.newDetails01 .right .titleimg {
  margin-bottom: 60px;
  width: 100%;
}
.newDetails01 .right .titleimg img {
  width: 100%;
}
.newDetails01 .right .t {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.newDetails01 .right .list a {
  position: relative;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  /* text-decoration:underline; */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newDetails01 .right .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #dc030c;
  content: "";
}
.newDetails01 .right .list a:hover {
  color: #c92b2f;
}
.newDetails01 .right .list a:hover::before {
  transition: all 0.5s;
  width: 100%;
}
@media (max-width: 1600px) {
  .newDetails01 .next .nextBox,
  .newDetails01 .next .go_article {
    margin-left: calc((100vw - 1200px) * 0.5);
  }
  .newDetails01 .right .bor {
    margin-right: calc((100vw - 1200px) * 0.5);
  }
}
@media (max-width: 1200px) {
  .newDetails01 .right {
    display: none;
  }
  .newDetails01 .next .nextBox,
  .newDetails01 .next .go_article {
    margin-left: 0;
  }
  .newDetails01 .right .bor {
    margin-right: 0;
  }
  .newDetails01 .next {
    padding-top: 0.6rem;
    width: 100%;
    border-right: none;
  }
  .newDetails01 .next .title_box {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.32rem;
  }
  .newDetails01 .next .cen {
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.5rem;
    padding: 0 0 0.4rem 0;
    border-bottom: #dcdbdb 1px solid;
  }
  .newDetails01 .next .cen i {
    width: 100%;
    text-align: center;
    color: #333;
  }
  .newDetails01 .next .cen .lie {
    display: none;
  }
  .newDetails01 .next .cen .shareT,
  .newDetails01 .next .cen .icon-share {
    display: none;
  }
  .newDetails01 .next .cen span {
    width: 0.56rem;
    height: 0.3rem;
    margin-top: 0;
  }
  .newDetails01 .next .text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    padding-bottom: 0.62rem;
  }
  .newDetails01 .next .text p {
    padding-bottom: 0.2rem;
  }
  .newDetails01 .next .text p:last-child {
    padding-bottom: 0;
  }
  .newDetails01 .next .text img,
  .newDetails01 .next .text video {
    margin: 0.2rem auto;
    max-width: 100%;
  }
  .newDetails01 .next .icon_fh {
    margin: 0 auto 0.4rem;
    padding-top: 1rem;
    width: 1.5rem;
    font-size: 0.24rem;
    background-size: 0.8rem auto;
  }
  .newDetails01 .next .go_article {
    margin: 0 auto;
    padding: 0.5rem 0 0;
    line-height: 0.4rem;
  }
  .newDetails01 .next .go_article a {
    padding: 0 4vw 0.5rem;
    line-height: normal;
    font-size: 0.28rem;
  }
  .newDetails01 .next .go_article a p {
    width: calc(100% - 1.5rem);
  }
}
/*============= p3-2设计案例详情页 =============*/
.caseDetails .newDetails01 .next {
  padding-top: 110px;
  width: 100%;
  border-right: none;
}
.caseDetails .newDetails01 .next .nextBox {
  margin: 0 auto !important;
  padding: 0;
}
.caseDetails .newDetails01 .next .nextBox .nextBor {
  margin: 0 6%;
}
.caseDetails .newDetails01 .next .nextBox .text {
  margin: 0 6%;
}
@media (max-width: 1200px) {
  .caseDetails .newDetails01 .next {
    padding-top: 0.7rem;
  }
  .caseDetails .newDetails01 .next .nextBox .nextBor,
  .caseDetails .newDetails01 .next .nextBox .text {
    margin: 0;
  }
}
/*============= p2-1创意园区2 =============*/
.garden01 {
  margin: 110px auto 150px;
}
.garden01 .next {
  margin-top: 110px;
}
.garden01 .next .left {
  width: 70%;
}
.garden01 .next .left .swiper-slide {
  width: 100%;
  height: 678px;
}
.garden01 .next .left .swiper-slide i {
  transition: all 0.6s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.garden01 .next .left .swiper-slide:hover i {
  transition: all 0.6s;
  transform: scale(1.05);
}
.garden01 .next .left .swiper-pagination {
  left: auto;
  right: 70px;
  bottom: 50px;
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 70px);
}
.garden01 .next .left .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 45px;
  height: 3px;
  border-radius: 0;
  background: #d1d1d1;
}
.garden01 .next .left .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  background: #d00404;
}
.garden01 .next .rightC {
  width: 30%;
  height: 678px;
  background: url(../images/zjpage/page/garden01_2.jpg) right top no-repeat;
  background-size: cover;
}
.garden01 .next .rightC .bor {
  padding: 70px 10%;
  color: #fff;
}
.garden01 .next .rightC .tit {
  margin-bottom: 110px;
  width: 80px;
  font-size: 38px;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
.garden01 .next .rightC dl {
  margin-bottom: 40px;
  font-size: 18px;
}
.garden01 .next .rightC dl dt {
  margin-bottom: 10px;
}
.garden01 .next .rightC dl dd b {
  font-size: 36px;
  font-weight: bold;
  font-family: "DINPRO-REGULAR";
}
.garden01 .next .rightC .icon {
  padding-top: 20px;
  display: flex;
}
.garden01 .next .rightC .icon .iconBox {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  cursor: pointer;
}
.garden01 .next .rightC .icon .iconBox i {
  position: relative;
  transition: all 0.5s;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
.garden01 .next .rightC .icon .iconBox i::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100px;
  background-size: 100% auto;
  content: " ";
}
.garden01 .next .rightC .icon .iconBox:first-child {
  margin-left: 0;
}
.garden01 .next .rightC .icon .iconBox .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  z-index: 3;
  width: 108px;
  height: 0px;
  background: url(../images/zjpage/icon/i11.png) left top no-repeat;
  overflow: hidden;
}
.garden01 .next .rightC .icon .iconBox .pos div {
  padding: 2px 2px 14px;
}
.garden01 .next .rightC .icon .iconBox .pos img {
  width: 104px;
  height: 104px;
}
.garden01 .next .rightC .icon .iconBox:hover i::before,
.garden01 .next .rightC .icon .iconBox.cur i::before {
  transition: all 0.5s;
  top: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.garden01 .next .rightC .icon .iconBox:hover .pos,
.garden01 .next .rightC .icon .iconBox.cur .pos {
  transition: all 0.5s;
  height: 119px;
}
.garden01 .next .rightC .icon .iconBox.wx i::before {
  background-image: url(../images/zjpage/icon/i12.png);
}
.garden01 .next .rightC .icon .iconBox.sph i::before {
  background-image: url(../images/zjpage/icon/i13.png);
}
.garden01 .next .rightC .icon .iconBox.wb i::before {
  background-image: url(../images/zjpage/icon/i14.png);
}
.garden01 .next .rightC .icon .iconBox.dy i::before {
  background-image: url(../images/zjpage/icon/i15.png);
}
@media (max-width: 1200px) {
  .garden01 {
    margin: 0.55rem auto 0.9rem;
  }
  .garden01 .next {
    margin-top: 0.5rem;
  }
  .garden01 .next .left {
    width: 100%;
  }
  .garden01 .next .left .swiper-slide {
    height: 4rem;
  }
  .garden01 .next .left .swiper-pagination {
    right: 0;
    bottom: 0.3rem;
    width: 100%;
    justify-content: center;
  }
  .garden01 .next .left .swiper-pagination span {
    width: 0.6rem;
    height: 3px;
  }
  .garden01 .next .rightC {
    width: 100%;
    height: 6.2rem;
    background-image: url(../images/zjpage/page/garden01_2.jpg);
  }
  .garden01 .next .rightC .bor {
    padding: 0.6rem 0.3rem 0;
  }
  .garden01 .next .rightC .tit {
    margin-bottom: 0.3rem;
    width: 100%;
    font-size: 0.38rem;
  }
  .garden01 .next .rightC dl {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
  }
  .garden01 .next .rightC dl dt {
    margin-bottom: 0.25rem;
  }
  .garden01 .next .rightC dl dd b {
    line-height: 0.35rem;
    font-size: 0.42rem;
  }
  .garden01 .next .rightC .icon {
    padding-top: 0.1rem;
    justify-content: left;
  }
  .garden01 .next .rightC .icon .iconBox {
    margin-right: 0.35rem;
    margin-left: 0;
    width: 1rem;
    height: 1rem;
  }
  .garden01 .next .rightC .icon .iconBox i {
    width: 1rem;
    height: 1rem;
  }
  .garden01 .next .rightC .icon .iconBox i::before {
    width: 1rem;
    height: 2rem;
  }
  .garden01 .next .rightC .icon .iconBox .pos {
    bottom: 1.3rem;
    width: 108px;
    background: url(../images/zjpage/icon/i11.png) left top no-repeat;
  }
  .garden01 .next .rightC .icon .iconBox .pos div {
    padding: 2px 2px 14px;
  }
  .garden01 .next .rightC .icon .iconBox .pos img {
    width: 104px;
    height: 104px;
  }
  .garden01 .next .rightC .icon .iconBox:hover i::before,
  .garden01 .next .rightC .icon .iconBox.cur i::before {
    top: -1rem;
  }
  .garden01 .next .rightC .icon .iconBox:hover .pos,
  .garden01 .next .rightC .icon .iconBox.cur .pos {
    height: 119px;
  }
}
.garden02 {
  margin-bottom: 140px;
}
.garden02 .next {
  display: flex;
  width: 86.25%;
}
.garden02 .next .title {
  width: 230px;
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
.garden02 .next .nextT {
  flex: 1;
  width: 0;
}
.garden02 .next .nextT .text {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
.garden02 .next .nextT .text p {
  text-indent: 2em;
}
.garden02 .btn_icon_sty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 270px;
  height: 80px;
  border-radius: 80px;
  background: #fbeeeb;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.garden02 .btn_icon_sty::before {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: #fff 1px solid;
  border-radius: 58px;
  content: "";
}
.garden02 .btn_icon_sty span {
  color: #666;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  z-index: 3;
  transition: color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  padding-right: 43px;
}
.garden02 .btn_icon_sty div {
  width: 80px;
  height: 80px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.garden02 .btn_icon_sty div::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left top, #db1009, #f59c49);
  border-radius: 80px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0.2s, width 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
}
.garden02 .btn_icon_sty div i {
  position: relative;
  width: 80px;
  height: 80px;
  background: url(../images/zjpage/icon/i9.png) center no-repeat;
}
.garden02 .btn_icon_sty div i::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zjpage/icon/i10.png) center no-repeat;
  content: "";
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
.garden02 .btn_icon_sty:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.garden02 .btn_icon_sty:hover span {
  color: #f5a200;
}
.garden02 .btn_icon_sty:hover span {
  color: #fff;
}
.garden02 .btn_icon_sty:hover div::before {
  transform: scale(1.45);
  width: 1300%;
  transition: transform 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99), width 1.9s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0.1s;
}
@media (max-width: 1200px) {
  .garden02 {
    margin-bottom: 0.8rem;
  }
  .garden02 .next {
    flex-wrap: wrap;
    width: 100%;
  }
  .garden02 .next .title {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 0.42rem;
  }
  .garden02 .next .nextT {
    width: 100%;
  }
  .garden02 .next .nextT .text {
    margin-bottom: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .garden02 .btn_icon_sty {
    width: 3.5rem;
    height: 1rem;
    border-radius: 1rem;
  }
  .garden02 .btn_icon_sty::before {
    left: 0.1rem;
    top: 0.1rem;
    width: calc(100% - 0.2rem - 2px);
    height: calc(100% - 0.2rem - 2px);
    border-radius: calc(0.8rem - 2px);
  }
  .garden02 .btn_icon_sty span {
    font-size: 0.26rem;
    padding-right: 0.4rem;
  }
  .garden02 .btn_icon_sty div {
    width: 1rem;
    height: 1rem;
  }
  .garden02 .btn_icon_sty div::before {
    border-radius: 1rem;
  }
  .garden02 .btn_icon_sty div i {
    width: 1rem;
    height: 1rem;
    background-size: 0.3rem auto;
  }
  .garden02 .btn_icon_sty div i::before {
    background-size: 0.87rem auto;
  }
  .garden02 .btn_icon_sty:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.garden03 {
  border-top: #dcdcdc 1px solid;
  padding-top: 90px;
}
.garden03 .newList .list {
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .garden03 {
    padding-top: 0.75rem;
  }
  .garden03 .newList .list {
    margin-top: 0;
    padding: 0.5rem 0;
  }
}
/*============= p3-1设计类型 =============*/
.design01 {
  position: relative;
  margin-top: 110px;
}
.design01 .imgbac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.design01 .imgbac div {
  width: 100%;
  height: 100%;
}
.design01 .imgbac div.mobile {
  display: none;
}
.design01 .title01 {
  position: relative;
  z-index: 2;
}
.design01 .next {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 130px;
  width: 66.25%;
}
.design01 .next .title {
  width: 230px;
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
.design01 .next .nextT {
  flex: 1;
  width: 0;
}
.design01 .next .nextT .text {
  margin-bottom: 130px;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
.design01 .next .nextT .text p {
  text-indent: 2em;
}
@media (max-width: 1200px) {
  .design01 {
    margin-top: 0;
    padding: 0.55rem 4% 0;
    width: 92%;
  }
  .design01 .imgbac div.pc {
    display: none;
  }
  .design01 .imgbac div.mobile {
    display: block;
  }
  .design01 .next {
    flex-wrap: wrap;
    margin-top: 1.4rem;
    width: 100%;
  }
  .design01 .next .title {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 0.42rem;
  }
  .design01 .next .nextT {
    width: 100%;
  }
  .design01 .next .nextT .text {
    margin-bottom: 1.4rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
}
.design02 {
  margin-bottom: 130px;
}
.design02 .list {
  margin: 50px 0 0 230px;
  width: calc(100% - 230px);
}
.design02 .list a {
  float: left;
  margin-right: 5.6%;
  width: 29.6%;
}
.design02 .list a:nth-child(3n) {
  margin-right: 0;
}
.design02 .list a .pic {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.design02 .list a .pic i {
  transform: scale(1);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.design02 .list a .pic em {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 55px;
  height: 36px;
  background: url(../images/zjpage/icon/i16.png) center no-repeat;
}
.design02 .list a p {
  height: 68px;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.design02 .list a:hover .pic i {
  transform: scale(1.08);
  transition: all 0.5s;
}
.design02 .list a:hover p {
  color: #dc030c;
}
@media (max-width: 1200px) {
  .design02 {
    margin-bottom: 0.12rem;
  }
  .design02 .list {
    margin: 0.6rem 0 0 0;
    width: 100%;
  }
  .design02 .list a {
    margin-right: 0%;
    width: 100%;
  }
  .design02 .list a .pic {
    margin-bottom: 1.4rem;
    height: 5.2rem;
  }
  .design02 .list a .pic em {
    left: 0.6rem;
    bottom: 0.6rem;
    width: 0.73rem;
    height: 0.48rem;
    background-size: 100% auto;
  }
  .design02 .list a p {
    display: none;
  }
}
.design03 {
  position: relative;
}
.design03 .title {
  float: left;
  width: 230px;
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
.design03 .icon_gd {
  position: absolute;
  left: 230px;
  top: 0;
}
.design03 .icon_gd p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #999;
}
.design03 .icon_gd i {
  width: 43px;
  height: 43px;
  background: url(../images/zjpage/icon/i17.png) center no-repeat;
}
.design03 .next {
  float: right;
  width: calc(100% - 230px + 7vw);
}
.design03 .next .waterfull {
  position: relative;
}
.design03 .next #container {
  position: relative;
}
.design03 .next .waterfull ul {
  width: 100%;
}
.design03 .next .waterfull li {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0% 50px 7vw;
  width: calc(50% - 7vw);
  height: auto;
}
.design03 .next .waterfull li:nth-child(1) {
  margin-top: 230px;
}
.design03 .next .waterfull li .pic {
  margin-bottom: 30px;
  width: 100%;
}
.design03 .next .waterfull li .pic img {
  width: 100%;
}
.design03 .next .waterfull li p {
  height: 68px;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.design03 .next .waterfull li:hover .pic i {
  transform: scale(1.08);
  transition: all 0.5s;
}
.design03 .next .waterfull li:hover p {
  color: #dc030c;
}
.design03 .next .more {
  padding: 60px 0;
  width: 100%;
  cursor: pointer;
}
.design03 .next .more .icon {
  margin: 0 auto;
  width: 53px;
  height: 53px;
  background: url(../images/icon/icon_17.png) center no-repeat;
}
.design03 .next .more p {
  font-size: 16px;
  text-align: center;
  color: #333;
}
@media (max-width: 1200px) {
  .design03 {
    position: relative;
  }
  .design03 .title {
    margin-bottom: 0.56rem;
    width: 100%;
    font-size: 0.42rem;
  }
  .design03 .icon_gd {
    display: none;
  }
  .design03 .next {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .design03 .next .waterfull li {
    margin: 0 0 0.46rem 0;
    width: 100%;
  }
  .design03 .next .waterfull li:nth-child(1) {
    margin-top: 0;
  }
  .design03 .next .waterfull li .pic {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .design03 .next .waterfull li .pic img {
    width: 100%;
  }
  .design03 .next .waterfull li p {
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.3rem;
    -webkit-line-clamp: 1;
  }
  .design03 .next .more {
    padding: 60px 0;
    width: 100%;
    cursor: pointer;
  }
  .design03 .next .more .icon {
    margin: 0 auto;
    width: 53px;
    height: 53px;
    background: url(../images/icon/icon_17.png) center no-repeat;
  }
  .design03 .next .more p {
    font-size: 16px;
    text-align: center;
    color: #333;
  }
}
/*============= p3-1-1视频列表 =============*/
.videoList .design02 {
  padding-bottom: 35px;
  margin: 110px auto 0;
}
.videoList .design02 .title02 {
  justify-content: center;
}
.videoList .design02 .list {
  margin: 100px 0 30px;
  width: 100%;
}
.videoList .design02 .list a {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .videoList .design02 {
    padding-bottom: 0.5rem;
    margin: 0.9rem auto 0;
  }
  .videoList .design02 .list {
    margin: 0.8rem 0 0.3rem;
  }
  .videoList .design02 .list a {
    margin-bottom: 0.65rem;
  }
  .videoList .design02 .list a .pic {
    margin-bottom: 0.4rem;
  }
  .videoList .design02 .list a p {
    height: 0.84rem;
    line-height: 0.42rem;
    font-size: 0.3rem;
    display: -webkit-box;
  }
}
/*============= 404页面 =============*/
.page404 {
  position: fixed;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 92%;
}
.page404 img {
  margin: 0 auto;
  max-width: 100%;
}
.page404 p {
  margin: 40px auto 90px;
  font-size: 24px;
  color: #333;
  text-align: center;
}
.page404 .icon_fh {
  margin: 0 auto 80px;
  padding-top: 76px;
  width: 80px;
  font-size: 16px;
  color: #666;
  text-align: center;
  background: url(../images/zjpage/icon/i8.png) top center no-repeat;
}
.page404 .icon_fh:hover {
  color: #dc030c;
  background-image: url(../images/zjpage/icon/i8s.png);
}
@media (max-width: 1200px) {
  .page404 p {
    margin: 0.4rem auto 0.9rem;
    font-size: 0.3rem;
  }
  .page404 .icon_fh {
    margin: 0 auto 0.4rem;
    padding-top: 1rem;
    width: 1.5rem;
    font-size: 0.24rem;
    background-size: 0.8rem auto;
  }
}
/*============= p8-1站内搜索 =============*/
.pageSearch .top {
  position: relative;
  margin: 70px auto 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pageSearch .top input {
  float: left;
  padding-left: 40px;
  width: calc(100% - 150px - 48px);
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #666;
  border: none;
}
.pageSearch .top .but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  height: 50px;
  border: none;
  border-left: #c6c6c6 1px solid;
  background: url(../images/zjpage/icon/i18.png) center no-repeat;
  background-size: 34px auto;
  cursor: pointer;
}
.pageSearch .top .but:hover {
  background: url(../images/zjpage/icon/i18.png) center no-repeat;
  background-size: 34px auto;
}
.pageSearch .list {
  margin-bottom: 90px;
}
.pageSearch .list a {
  position: relative;
  padding: 40px 0;
  border-bottom: #e6e6e6 1px solid;
}
.pageSearch .list a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #dc030c;
  content: " ";
}
.pageSearch .list a b {
  padding-bottom: 20px;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pageSearch .list a .clearfix {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 18px;
  color: #666;
}
.pageSearch .list a .clearfix i {
  margin-right: 20px;
  padding-left: 26px;
  background: url(../images/zjpage/icon/i19.png) left center no-repeat;
}
.pageSearch .list a i {
  font-size: 18px;
  color: #666;
}
.pageSearch .list a p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pageSearch .list a:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.pageSearch .list a:hover b {
  color: #dc030c;
}
@media (max-width: 1200px) {
  .pageSearch .top {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 1.08rem;
    margin: 0.8rem auto 0;
  }
  .pageSearch .top input {
    float: left;
    padding-left: 0.48rem;
    width: calc(100% - 1.5rem - 0.48rem);
    height: 1.08rem;
    line-height: 1.1rem;
    font-size: 0.26rem;
    color: #666;
    border: none;
  }
  .pageSearch .top .but {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.17rem;
    height: 0.65rem;
    border: none;
    border-left: #c6c6c6 1px solid;
    background: url(../images/zjpage/icon/i18.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .pageSearch .list {
    padding-top: 0.24rem;
    margin-bottom: 0.8rem;
  }
  .pageSearch .list a {
    padding: 0.56rem 0 0.46rem 0;
    border-bottom: #f1f1f1 1px solid;
  }
  .pageSearch .list a b {
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.42rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 0.84rem;
    padding-bottom: 0;
    margin-bottom: 0.2rem;
  }
  .pageSearch .list a .clearfix {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .pageSearch .list a .clearfix i {
    padding-left: 0.3rem;
    background: url(../images/zjpage/icon/i19.png) left center no-repeat;
    background-size: 0.2rem auto;
    margin-right: 0.2rem;
  }
  .pageSearch .list a p {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.36rem;
    padding-top: 0.3rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .pageSearch .list a i {
    font-size: 0.24rem;
  }
}
/*============= p1-2-1活动详情 =============*/
.activity01 .bac {
  position: relative;
  background: #fff;
}
.activity01 .title01 {
  padding: 56px 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.activity01 .yearSwiper {
  border-top: #d2d2d2 1px solid;
  border-bottom: #d2d2d2 1px solid;
}
.activity01 .yearSwiper .swiper-slide {
  width: auto;
  line-height: 87px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.activity01 .yearSwiper .swiper-slide p {
  position: relative;
  margin-right: 100px;
}
.activity01 .yearSwiper .swiper-slide p::before {
  transition: all 0.6s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #dc030c;
  content: "";
}
.activity01 .yearSwiper .swiper-slide.cur,
.activity01 .yearSwiper .swiper-slide:hover {
  color: #dc030c;
}
.activity01 .yearSwiper .swiper-slide.cur p::before,
.activity01 .yearSwiper .swiper-slide:hover p::before {
  transition: all 0.6s;
  width: 100%;
}
.activity01 .nextSwiper {
  padding: 70px 0 120px;
  background: url(../images/zjpage/page/activity01_bac.jpg) center no-repeat;
  background-size: cover;
}
.activity01 .nextSwiper .nextBox {
  padding: 0 9vw;
}
.activity01 .nextSwiper .nextBox .tit {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.activity01 .nextSwiper .nextBox .cen {
  display: flex;
  margin-bottom: 40px;
  font-size: 18px;
  color: #666;
}
.activity01 .nextSwiper .nextBox .cen i {
  padding-left: 38px;
  line-height: 26px;
}
.activity01 .nextSwiper .nextBox .cen i.i1 {
  background: url(../images/zjpage/icon/i21.png) left top no-repeat;
}
.activity01 .nextSwiper .nextBox .cen i.i2 {
  background: url(../images/zjpage/icon/i22.png) left top no-repeat;
  margin-left: 80px;
  flex: 1;
}
.activity01 .nextSwiper .next {
  opacity: 0.3;
  padding: 0 0;
}
.activity01 .nextSwiper .next .pic {
  position: relative;
}
.activity01 .nextSwiper .next .pic div {
  width: 100%;
  height: 620px;
  overflow: hidden;
}
.activity01 .nextSwiper .next .pic i {
  width: 100%;
  height: 100%;
}
.activity01 .nextSwiper .next .pic::before {
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% - 38px);
  height: calc(100% - 38px);
  border: #f8fc0f 20px solid;
  content: "";
}
.activity01 .nextSwiper .swiper-slide-active .next {
  opacity: 1;
  padding: 0 9vw;
}
.activity01 .nextSwiper .swiper-slide-active .next .pic::before {
  opacity: 1;
}
.activity01 .nextSwiper .swiper-button-prev,
.activity01 .nextSwiper .swiper-button-next {
  top: auto;
  bottom: calc((620px - 22px) * 0.5);
  margin-top: 0;
  width: 42px;
  height: 22px;
}
.activity01 .nextSwiper .swiper-button-prev {
  left: calc(8.335% + (9vw - 42px) * 0.5);
  background: url(../images/zjpage/icon/i23.png) center no-repeat;
}
.activity01 .nextSwiper .swiper-button-prev:hover {
  background-image: url(../images/zjpage/icon/i23s.png);
}
.activity01 .nextSwiper .swiper-button-next {
  right: calc(8.335% + (9vw - 42px) * 0.5);
  background: url(../images/zjpage/icon/i24.png) center no-repeat;
}
.activity01 .nextSwiper .swiper-button-next:hover {
  background-image: url(../images/zjpage/icon/i24s.png);
}
@media (max-width: 1440px) {
  .activity01 .nextSwiper .swiper-button-prev {
    left: calc((100vw - 1200px - 4px)*0.5 + ((9vw - 42px) * 0.5));
  }
  .activity01 .nextSwiper .swiper-button-next {
    right: calc((100vw - 1200px - 4px)*0.5 + ((9vw - 42px) * 0.5));
  }
}
@media (max-width: 1200px) {
  .activity01 .title01 {
    padding: 0.56rem 0;
  }
  .activity01 .title01 .consultingMore {
    display: none;
  }
  .activity01 .yearSwiper .swiper-slide {
    line-height: 1rem;
    font-size: 0.3rem;
  }
  .activity01 .yearSwiper .swiper-slide p {
    margin-right: 0.6rem;
  }
  .activity01 .yearSwiper .swiper-slide p::before {
    height: 0.05rem;
  }
  .activity01 .nextSwiper {
    padding: 0.7rem 0 0.9rem;
    background-image: url(../images/zjpage/page/activity01_bacs.jpg);
  }
  .activity01 .nextSwiper .nextBox {
    padding: 0 0.3rem;
  }
  .activity01 .nextSwiper .nextBox .tit {
    margin-bottom: 0.3rem;
    line-height: 0.64rem;
    font-size: 0.42rem;
  }
  .activity01 .nextSwiper .nextBox .cen {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
  .activity01 .nextSwiper .nextBox .cen i {
    margin-bottom: 0.26rem;
    padding-left: 0.55rem;
    line-height: 0.4rem;
  }
  .activity01 .nextSwiper .nextBox .cen i.i1 {
    background-size: 0.36rem auto;
    width: 100%;
  }
  .activity01 .nextSwiper .nextBox .cen i.i2 {
    background-size: 0.3rem auto;
    margin-left: 0;
    width: 100%;
  }
  .activity01 .nextSwiper .next .pic div {
    height: 3.3rem;
  }
  .activity01 .nextSwiper .next .pic::before {
    width: calc(100% - 0.4rem + 2px);
    height: calc(100% - 0.4rem + 2px);
    border: #f8fc0f 0.2rem solid;
  }
  .activity01 .nextSwiper .swiper-slide-active .next {
    padding: 0 0.3rem;
  }
}
.activity02 {
  padding: 100px 0 0;
}
.activity02 dl {
  margin-bottom: 60px;
  padding: 0 11%;
}
.activity02 dl dt {
  float: left;
  width: 330px;
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
.activity02 dl dd {
  float: left;
  width: calc(100% - 330px);
  font-size: 18px;
  line-height: 36px;
}
.activity02 .icon_fh {
  margin: 0 auto 80px;
  padding-top: 76px;
  width: 80px;
  font-size: 16px;
  color: #666;
  text-align: center;
  background: url(../images/zjpage/icon/i8.png) top center no-repeat;
}
.activity02 .icon_fh:hover {
  color: #dc030c;
  background-image: url(../images/zjpage/icon/i8s.png);
}
@media (max-width: 1200px) {
  .activity02 {
    padding: 0.7rem 0 0;
  }
  .activity02 dl {
    margin-bottom: 0.48rem;
    padding: 0 0.3rem;
  }
  .activity02 dl dt {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 0.36rem;
  }
  .activity02 dl dd {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .activity02 .icon_fh {
    margin: 0 auto 0.4rem;
    padding-top: 1rem;
    width: 1.5rem;
    font-size: 0.24rem;
    background-size: 0.8rem auto;
  }
}
.activity03 .swiper-horizontal > .swiper-pagination-bullets,
.garden03 .swiper-horizontal > .swiper-pagination-bullets,
.activity03 .swiper-pagination-bullets.swiper-pagination-horizontal,
.garden03 .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
}
.activity03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.garden03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.activity03 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.garden03 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  transition: all 0.7s;
  opacity: 1;
  margin: 0 0 0 8px;
  width: 45px;
  height: 3px;
  border-radius: 0;
  background: #d3d3d3;
  cursor: pointer;
}
.activity03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.garden03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.activity03 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.garden03 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dc030c;
}
.activity03 .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet,
.garden03 .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  margin: 0 30px 0 0;
}
@media (max-width: 1200px) {
  .activity03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .garden03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .activity03 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
  .garden03 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.04rem;
  }
}
