/*===== p1-1关于我们-走进中一 =====*/
.enter01 {
  position: relative;
}
.enter01 .pos {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.enter01 .pos p {
  font-size: 220px;
  color: #f6b358;
  font-family: "DINPro";
  white-space: nowrap;
}
.enter01 .w1500 {
  position: relative;
  z-index: 2;
}
.enter01 .left {
  float: left;
  width: 30%;
}
.enter01 .left p {
  font-size: 40px;
  color: #f39910;
  font-weight: bold;
}
.enter01 .text {
  float: right;
  width: 70%;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  text-align: justify;
}
@media (max-width: 1200px) {
  .enter01 .pos {
    top: 2.1rem;
    left: 4%;
    bottom: auto;
  }
  .enter01 .pos p {
    font-size: 2.5rem;
  }
  .enter01 .left {
    margin-bottom: 0.9rem;
    width: 100%;
  }
  .enter01 .left p {
    font-size: 0.9rem;
  }
  .enter01 .text {
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
}
.enter02 .mode {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.enter02 .mode:hover .bac {
  transition: all 0.8s;
  transform: scale(1.06);
}
.enter02 .mode .bac {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page/enter02_bac.jpg) center no-repeat;
  background-size: cover;
}
.enter02 .mode .bor {
  position: relative;
  z-index: 2;
  padding: 110px ;
}
.enter02 .mode .text {
  padding-bottom: 50px;
}
.enter02 .mode .text p {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  text-align: justify;
}
.enter02 .mode .list {
  display: flex;
  justify-content: space-between;
}
.enter02 .mode .list a {
  color: #fff;
  text-align: center;
}
.enter02 .mode .list a div {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}
.enter02 .mode .list a div span {
  font-size: 60px;
  line-height: 60px;
}
.enter02 .mode .list a div i {
  margin: 30px 0 0 6px;
  font-size: 18px;
}
.enter02 .mode .list a em {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .enter02 .mode {
    border-radius: 0.3rem;
  }
  .enter02 .mode .bac {
    background-image: url(../images/mobile/page/enter02_bac.jpg);
  }
  .enter02 .mode .bor {
    padding: 1.1rem 0 2.7rem;
  }
  .enter02 .mode .text {
    padding: 1.1rem;
  }
  .enter02 .mode .text p {
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .enter02 .mode .list {
    flex-wrap: wrap;
  }
  .enter02 .mode .list a {
    width: 50%;
    margin-bottom: 1.1rem;
  }
  .enter02 .mode .list a div {
    margin: 0 0 0.2rem;
  }
  .enter02 .mode .list a div span {
    font-size: 1.34rem;
    line-height: 1.34rem;
  }
  .enter02 .mode .list a div i {
    margin: 0.7rem 0 0 0.1rem;
    font-size: 0.4rem;
  }
  .enter02 .mode .list a em {
    font-size: 0.4rem;
  }
}
.enter03 {
  background: #f8f8f8;
}
.enter03 .text {
  margin-bottom: 30px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  text-align: justify;
}
.enter03 .list .pic {
  float: left;
  position: relative;
  margin-top: 20px;
  margin-right: calc((100% - 81.6% - 12px) / 5);
  width: 13.6%;
  padding-top: 19.4%;
  border-radius: 15px;
  border: #f5af5b 1px solid;
  overflow: hidden;
  cursor: pointer;
}
.enter03 .list .pic:nth-child(6n) {
  margin-right: 0;
}
.enter03 .list .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.enter03 .list .pic em {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/icon/i25.png) center no-repeat;
  background-size: 48px auto;
}
.enter03 .list .pic:hover em {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .enter03 .text {
    margin-bottom: 1rem;
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .enter03 .list .pic {
    margin-top: 0.65rem;
    margin-right: calc((100% - 84.6% - 6px) / 2);
    width: 28.2%;
    padding-top: 40.36%;
    border-radius: 0.15rem;
  }
  .enter03 .list .pic:nth-child(3n) {
    margin-right: 0;
  }
}
.enter04 .w1500 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enter04 .text {
  width: 46%;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  text-align: justify;
}
.enter04 .text p {
  margin-bottom: 20px;
}
.enter04 .text p:last-child {
  margin-bottom: 0;
}
.enter04 .pic {
  position: relative;
  width: 50%;
  padding-top: 33% ;
  border-radius: 30px;
  overflow: hidden;
}
.enter04 .pic i {
  transition: all 0.8s;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.enter04 .pic:hover i {
  transition: all 0.8s;
  transform: scale(1.08);
}
@media (max-width: 1200px) {
  .enter04 .w1500 {
    flex-wrap: wrap;
  }
  .enter04 .text {
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .enter04 .text p {
    margin-bottom: 0.5rem;
  }
  .enter04 .pic {
    margin-bottom: 1.16rem;
    width: 100%;
    padding-top: 40.36%;
    border-radius: 0.3rem;
  }
}
/*===== p1-2关于我们-企业文化 =====*/
.culture01 {
  background: url(../images/page/culture01_bac.jpg) center bottom no-repeat;
  background-size: cover;
}
.culture01 .pageTitle {
  margin-bottom: 0;
}
.culture01 .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.culture01 .tab_next {
  width: 45%;
}
.culture01 .tab_next .next {
  display: none;
}
.culture01 .tab_next .next.on {
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp150;
}
.culture01 .tab_next .top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.culture01 .tab_next .top .icon {
  margin-right: 10px;
  height: 32px;
}
.culture01 .tab_next .top .icon img {
  height: 100%;
}
.culture01 .tab_next .top p {
  font-size: 30px;
  color: #f49910;
  font-weight: bold;
}
.culture01 .tab_next .text {
  font-size: 24px;
  color: #666;
  text-align: justify;
}
.culture01 .tab_tit {
  position: relative;
  margin-right: 5%;
  width: 30.4%;
}
.culture01 .tab_tit .pic {
  width: 100%;
}
.culture01 .tab_tit .pic img {
  width: 100%;
}
.culture01 .tab_tit .mode {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.culture01 .tab_tit .mode .pos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  cursor: pointer;
}
.culture01 .tab_tit .mode .pos.pos1 {
  right: 39%;
  top: 10%;
}
.culture01 .tab_tit .mode .pos.pos2 {
  right: 75%;
  top: 58%;
}
.culture01 .tab_tit .mode .pos.pos3 {
  right: -8%;
  top: 56%;
}
.culture01 .tab_tit .mode .pos.on .text,
.culture01 .tab_tit .mode .pos.on i {
  transition: all 0.6s;
  color: #f49910;
}
.culture01 .tab_tit .mode .text {
  transition: all 0.6s;
  color: #333;
  text-align: right;
  margin-right: 20px;
}
.culture01 .tab_tit .mode .text b {
  margin-bottom: 8px;
  font-size: 18px;
  white-space: nowrap;
}
.culture01 .tab_tit .mode .text p {
  font-size: 20px;
  white-space: nowrap;
}
.culture01 .tab_tit .mode i {
  transition: all 0.6s;
  font-size: 140px;
  font-weight: bold;
  font-family: Arial;
  color: #666666;
}
@media (max-width: 1200px) {
  .culture01 {
    background-image: url(../images/mobile/page/culture01_bac.jpg);
  }
  .culture01 .tab {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .culture01 .tab_next {
    margin-bottom: 1.4rem;
    width: 100%;
  }
  .culture01 .tab_next .top {
    justify-content: center;
    margin-bottom: 18px;
  }
  .culture01 .tab_next .top .icon {
    margin-right: 10px;
    height: 0.54rem;
  }
  .culture01 .tab_next .top p {
    font-size: 0.6rem;
  }
  .culture01 .tab_next .text {
    font-size: 0.48rem;
    text-align: center;
  }
  .culture01 .tab_tit {
    margin: 0 auto 1.6rem;
    width: 8rem;
  }
  .culture01 .tab_tit .mode .pos.pos1 {
    right: 39%;
    top: 10%;
  }
  .culture01 .tab_tit .mode .pos.pos2 {
    right: 75%;
    top: 58%;
  }
  .culture01 .tab_tit .mode .pos.pos3 {
    right: -8%;
    top: 56%;
  }
  .culture01 .tab_tit .mode .text {
    margin-right: 0.3rem;
  }
  .culture01 .tab_tit .mode .text b {
    margin-bottom: 0.1rem;
    font-size: 0.44rem;
  }
  .culture01 .tab_tit .mode .text p {
    font-size: 0.48rem;
  }
  .culture01 .tab_tit .mode i {
    font-size: 2.4rem;
  }
}
/*===== p1-3关于我们-发展历程 =====*/
.history01 {
  background: url(../images/page/history01_bac.jpg) center bottom no-repeat;
  background-size: cover;
}
.history01 .tabNext {
  margin-bottom: 90px;
}
.history01 .tabNext .swiper-slide {
  display: flex;
  width: 100%;
}
.history01 .tabNext .swiper-slide .pic {
  position: relative;
  margin-right: 4%;
  width: 49%;
  height: 440px;
  /* padding-top:33% ; */
  border-radius: 30px;
  overflow: hidden;
}
.history01 .tabNext .swiper-slide .pic i {
  transition: all 0.8s;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.history01 .tabNext .swiper-slide .pic:hover i {
  transition: all 0.8s;
  transform: scale(1.08);
}
.history01 .tabNext .swiper-slide .mode {
  width: 47%;
}
.history01 .tabNext .swiper-slide .titleBox {
  margin-bottom: 5px;
  font-size: 90px;
  color: #f49910;
  font-weight: bold;
  font-family: "Arial";
}
.history01 .tabNext .swiper-slide .text {
  padding-right: 10px;
  max-height: 332px;
  font-size: 18px;
  line-height: 40px;
  color: #666;
  text-align: justify;
  overflow-y: auto;
}
.history01 .tabNext .swiper-slide .text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.history01 .tabNext .swiper-slide .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 2px;
  background-color: #f49910;
}
.history01 .tabNext .swiper-slide .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.history01 .tabYear .bar {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18px;
  border-radius: 18px;
  background: #fff;
}
.history01 .tabYear .swiper-slide {
  width: 150px;
  height: 60px;
  cursor: pointer;
}
.history01 .tabYear .swiper-slide .sum {
  position: relative;
  z-index: 2;
  width: 100%;
}
.history01 .tabYear .swiper-slide .sum span {
  opacity: 1;
  position: relative;
  margin: 0 auto 23px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: #f49910 1px solid;
}
.history01 .tabYear .swiper-slide .sum p {
  white-space: nowrap;
  font-size: 20px;
  color: #333;
  font-family: Arial;
  text-align: center;
}
.history01 .tabYear .swiper-slide .lie {
  position: absolute;
  left: -50%;
  top: 0px;
  width: 100%;
  height: 18px;
  background: #f49910;
}
.history01 .tabYear .swiper-slide:nth-child(1) .lie {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.history01 .tabYear .swiper-slide:last-child .lie {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 150%;
}
.history01 .tabYear .swiper-slide.swiper-slide-thumb-active ~ .swiper-slide .lie {
  background: #fff;
}
.history01 .tabYear .swiper-slide.swiper-slide-thumb-active .sum span {
  opacity: 0;
}
.history01 .tabYear .swiper-slide.swiper-slide-thumb-active .sum p {
  color: #f49910;
  font-weight: bold;
}
.history01 .tabYear .swiper-slide.swiper-slide-thumb-active .lie {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.history01 .but {
  margin: 50px auto 0;
}
@media (max-width: 1200px) {
  .history01 .tabNext {
    margin-bottom: 1.1rem;
  }
  .history01 .tabNext .swiper-slide {
    flex-wrap: wrap;
  }
  .history01 .tabNext .swiper-slide .pic {
    margin: 0 0 1.3rem 0;
    width: 100%;
    height: 8.3rem;
    border-radius: 0.3rem;
  }
  .history01 .tabNext .swiper-slide .mode {
    width: 100%;
  }
  .history01 .tabNext .swiper-slide .titleBox {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
  .history01 .tabNext .swiper-slide .text {
    font-size: 0.54rem;
    line-height: 0.92rem;
    max-height: none;
  }
  .history01 .tabYear .bar {
    height: 0.35rem;
    border-radius: 0.35rem;
  }
  .history01 .tabYear .swiper-slide {
    width: 3rem;
    height: 1.6rem;
  }
  .history01 .tabYear .swiper-slide .sum span {
    margin: 0 auto 0.5rem;
    width: calc(0.35rem - 2px);
    height: calc(0.35rem - 2px);
  }
  .history01 .tabYear .swiper-slide .sum p {
    font-size: 0.5rem;
  }
  .history01 .tabYear .swiper-slide .lie {
    height: 0.35rem;
  }
  .history01 .tabYear .swiper-slide:nth-child(1) .lie {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
  }
  .history01 .tabYear .swiper-slide:last-child .lie {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
  }
  .history01 .tabYear .swiper-slide.swiper-slide-thumb-active .lie {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
  }
  .history01 .but {
    margin: 1rem auto 0;
  }
}
/*===== p1-5关于我们-可持续发展 =====*/
.develop01 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 25px;
}
.develop01 .list .mode {
  margin: 30px 30px 0 0;
  width: calc(50% - 2px - 15px);
  border: #f39910 1px solid;
  border-radius: 30px;
}
.develop01 .list .mode:nth-child(1),
.develop01 .list .mode:nth-child(2) {
  margin-top: 0;
}
.develop01 .list .mode:nth-child(2n) {
  margin-right: 0;
}
.develop01 .list .mode .bor {
  padding: 30px;
}
.develop01 .list .mode .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.develop01 .list .mode .top .icon {
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 35px;
}
.develop01 .list .mode .top .icon i {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.develop01 .list .mode .top .icon .i2 {
  opacity: 0;
}
.develop01 .list .mode .top p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.develop01 .list .mode .text {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: justify;
}
.develop01 .list .mode .go {
  display: flex;
  margin-top: 20px;
}
.develop01 .list .mode .go a {
  transition: all 0.5s;
  position: relative;
  padding: 0 30px 0 17px;
  font-size: 18px;
  color: #f49910;
}
.develop01 .list .mode .go a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #f49910;
  border-radius: 100%;
}
.develop01 .list .mode .go a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 100%;
  background: url(../images/icon/i4s.png) center no-repeat;
  background-size: 100% auto;
}
.develop01 .list .mode .go a:hover {
  transition: all 0.5s;
  margin-left: 10px;
}
.develop01 .list .mode:hover .top .icon .i1 {
  opacity: 0;
}
.develop01 .list .mode:hover .top .icon .i2 {
  opacity: 1;
}
.develop01 .list .mode:hover .top p {
  color: #f49910;
}
@media (max-width: 1200px) {
  .develop01 .list {
    margin: 0;
  }
  .develop01 .list .mode {
    margin: 0.8rem 0 0;
    width: calc(100% - 2px);
    border-radius: 0.3rem;
  }
  .develop01 .list .mode:nth-child(2) {
    margin-top: 0.8rem;
  }
  .develop01 .list .mode .bor {
    padding: 1rem 0.8rem;
  }
  .develop01 .list .mode .top {
    margin-bottom: 0.4rem;
  }
  .develop01 .list .mode .top .icon {
    margin-right: 0.2rem;
    width: 0.96rem;
    height: 1rem;
  }
  .develop01 .list .mode .top p {
    font-size: 0.6rem;
  }
  .develop01 .list .mode .text {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .develop01 .list .mode .go {
    margin-top: 0.6rem;
  }
  .develop01 .list .mode .go a {
    padding: 0 0.75rem 0 0.4rem;
    font-size: 0.54rem;
  }
  .develop01 .list .mode .go a::after {
    width: 0.14rem;
    height: 0.14rem;
  }
  .develop01 .list .mode .go a::before {
    width: 0.4rem;
  }
}
.develop02 {
  background: url(../images/page/develop02_bac.jpg) center no-repeat;
  background-size: cover;
}
.develop02 .tab {
  color: #fff;
}
.develop02 .tab_tit {
  display: block;
  width: 336px;
  height: 560px;
}
.develop02 .tab_tit .swiper-slide {
  transition: all 0.5s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  height: 110px;
  cursor: pointer;
}
.develop02 .tab_tit .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.develop02 .tab_tit .swiper-slide:nth-child(1).develop02 .tab_tit .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.develop02 .tab_tit .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.5s;
  border-radius: 20px;
  background: #f49910;
}
.develop02 .tab_tit .swiper-slide.swiper-slide-thumb-active::before,
.develop02 .tab_tit .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}
.develop02 .tab_tit .swiper-slide-thumb-active + .swiper-slide::before {
  opacity: 0;
}
.develop02 .tab_tit p {
  font-size: 22px;
}
.develop02 .tab_tit .icon {
  width: 50px;
  height: 50px;
  border: #fff 1px solid;
  border-radius: 100%;
}
.develop02 .tab_tit .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.develop02 .tab_next {
  box-sizing: border-box;
  width: calc(100% - 7% - 336px);
  height: 560px;
}
.develop02 .tab_next .swiper-slide {
  height: auto;
}
.develop02 .tab_next .swiper-slide:last-child {
  height: 100%;
}
.develop02 .tab_next .bor {
  transition: all 0.5s;
  margin-right: 5%;
  padding: 20px;
  border-radius: 20px;
  border: rgba(255, 255, 255, 0) 2px solid;
}
.develop02 .tab_next .tit {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
.develop02 .tab_next .text {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.develop02 .tab_next .swiper-slide-active .bor {
  transition: all 0.5s;
  border: #f39910 2px solid;
}
.develop02 .tab_next .swiper-pagination {
  left: auto;
  right: 0;
  width: 2px;
  border-radius: 2px;
  background: #fff;
}
.develop02 .tab_next .swiper-pagination span {
  background: #f49910;
}
@media (max-width: 1200px) {
  .develop02 {
    background-image: url(../images/mobile/page/develop02_bac.jpg);
  }
  .develop02 .tab_tit {
    display: none;
  }
  .develop02 .tab_next {
    width: 100%;
    height: 15.1rem;
  }
  .develop02 .tab_next .swiper-slide:last-child {
    height: auto;
  }
  .develop02 .tab_next .bor {
    display: flex;
    border-radius: 0;
    padding: 0rem 0.6rem 0.6rem 0;
  }
  .develop02 .tab_next .icon {
    margin-right: 0.34rem;
    width: 1rem;
    height: 1rem;
    border: #fff 1px solid;
    border-radius: 100%;
  }
  .develop02 .tab_next .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .develop02 .tab_next .mode {
    flex: 1;
    width: 0;
  }
  .develop02 .tab_next .tit {
    margin-bottom: 0.2rem;
    line-height: 1rem;
    font-size: 0.6rem;
  }
  .develop02 .tab_next .text {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .develop02 .tab_next .swiper-slide-active .bor {
    border: rgba(255, 255, 255, 0) 1px solid;
  }
}
.develop03 .swiper-slide {
  margin: 0 5% 75px 0;
  width: 30%;
}
.develop03 .swiper-slide:last-child {
  margin-right: 0;
}
.develop03 .swiper-slide .text {
  margin-bottom: 26px;
  line-height: 36px;
}
.develop03 .swiper-slide .text b {
  font-size: 18px;
  color: #f49910;
}
.develop03 .swiper-slide .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.develop03 .swiper-slide .pic {
  position: relative;
  width: 100%;
  padding-top: 58.7%;
  border-radius: 20px;
  border: #ececec 1px solid;
  overflow: hidden;
  cursor: pointer;
}
.develop03 .swiper-slide .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.develop03 .swiper-slide .pic em {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/icon/i25.png) center no-repeat;
  background-size: 62px auto;
}
.develop03 .swiper-slide .pic:hover em {
  transition: all 0.5s;
  opacity: 1;
}
.develop03 .lie {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}
.develop03 .but {
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .develop03 .swiper-slide {
    margin: 0 0 0.8rem 0;
    width: 100%;
  }
  .develop03 .swiper-slide .text {
    margin-bottom: 0.65rem;
    line-height: 0.72rem;
  }
  .develop03 .swiper-slide .text b {
    font-size: 0.48rem;
  }
  .develop03 .swiper-slide .text p {
    font-size: 0.54rem;
  }
  .develop03 .swiper-slide .pic {
    border-radius: 0.2rem;
  }
  .develop03 .swiper-slide .pic em {
    display: none;
  }
  .develop03 .but {
    margin-top: 0.8rem;
  }
}
.develop04 {
  background: url(../images/page/develop04_bac.jpg) center bottom no-repeat;
  background-size: cover;
}
.develop04 .list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.develop04 .list a {
  margin: 2.8% 2.8% 0 0;
  width: 48.6%;
  border-radius: 20px;
  background: #fff;
}
.develop04 .list a:nth-child(2n) {
  margin-right: 0;
}
.develop04 .list a:nth-child(1),
.develop04 .list a:nth-child(2) {
  margin-top: 0;
}
.develop04 .list a .bor {
  padding: 30px 40px;
}
.develop04 .list a b {
  margin-bottom: 8px;
  padding-left: 40px;
  max-height: 26px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  background: url(../images/icon/i27.png) left center no-repeat;
  background-size: 20px auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.develop04 .list a p {
  padding-left: 40px;
  font-size: 18px;
  color: #666;
}
.develop04 .list a:hover b {
  color: #f49910;
}
@media (max-width: 1200px) {
  .develop04 .list {
    margin-bottom: 1.2rem;
  }
  .develop04 .list a {
    margin: 0.6rem 0 0 0;
    width: 100%;
    border-radius: 0.2rem;
  }
  .develop04 .list a:nth-child(2) {
    margin-top: 0.6rem;
  }
  .develop04 .list a .bor {
    padding: 0.4rem 1rem;
  }
  .develop04 .list a b {
    margin-bottom: 0.1rem;
    padding-left: 0.74rem;
    max-height: 1.8rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
    background-size: 0.38rem auto;
    -webkit-line-clamp: 2;
  }
  .develop04 .list a p {
    padding-left: 0.74rem;
    font-size: 0.48rem;
  }
}
/*===== p1-5关于我们-可持续发展-清洁能源 =====*/
.clean {
  background: #f8f8f8 url(../images/page/clean01_bac1.jpg) center top no-repeat;
  background-size: 100% auto;
}
.clean01 .mode {
  border-radius: 30px;
  overflow: hidden;
  background: #fff url(../images/page/clean01_bac2.png) right bottom no-repeat;
  background-size: 30% auto;
}
.clean01 .pic {
  float: left;
  width: 50.6%;
  height: 490px;
  overflow: hidden;
}
.clean01 .pic i {
  transition: all 0.8s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.clean01 .pic:hover i {
  transition: all 0.8s;
  transform: scale(1.1);
}
.clean01 .text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  float: right;
  margin-right: 8%;
  width: 33.4%;
  height: 490px;
}
.clean01 .text .tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.clean01 .text .list p {
  position: relative;
  padding-left: 12px;
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
.clean01 .text .list p::after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #f49910;
  content: "";
}
.clean01 .text .list p i {
  display: inline;
  margin: 0 2px;
  font-size: 24px;
  color: #f49910;
  font-weight: bold;
}
.clean02 {
  padding-top: 90px;
}
.clean02 .top {
  margin-bottom: 40px;
  text-align: center;
}
.clean02 .top b {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.clean02 .top p {
  font-size: 20px;
  color: #666;
}
.clean02 .next {
  display: flex;
  justify-content: space-between;
}
.clean02 .mode {
  width: 47.8%;
  display: block;
  border-radius: 0;
  background: none;
}
.clean02 .pic {
  margin-bottom: 20px;
  width: 100%;
  height: 465px;
  border-radius: 30px;
}
.clean02 .text {
  margin: 0 0 0 4%;
  width: 92%;
  height: auto;
}
.clean03 {
  padding-top: 90px;
}
.clean03 .mode {
  background-position: left 20% bottom;
}
.clean03 .pic {
  float: right;
}
.clean03 .text {
  float: left;
  margin: 0 0 0 8%;
}
@media (max-width: 1200px) {
  .clean01 .mode {
    flex-wrap: wrap;
    border-radius: 0.3rem;
    background-size: 4.36rem auto;
  }
  .clean01 .pic {
    width: 100%;
    height: 9rem;
  }
  .clean01 .text {
    display: block;
    box-sizing: border-box;
    margin-right: 0;
    padding: 1.3rem 0.8rem;
    width: 100%;
    height: auto;
  }
  .clean01 .text .tit {
    margin-bottom: 0.45rem;
    font-size: 0.6rem;
  }
  .clean01 .text .list p {
    padding-left: 0.36rem;
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .clean01 .text .list p::after {
    top: 0.41rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .clean01 .text .list p i {
    font-size: 0.54rem;
  }
  .clean02 {
    padding-top: 1.5rem;
  }
  .clean02 .top {
    margin-bottom: 0.7rem;
  }
  .clean02 .top b {
    margin-bottom: 0.35rem;
    font-size: 0.6rem;
  }
  .clean02 .top p {
    font-size: 0.48rem;
  }
  .clean02 .next {
    display: block;
  }
  .clean02 .mode {
    width: 100%;
  }
  .clean02 .pic {
    margin-bottom: 0;
    height: 9rem;
    border-radius: 0.3rem;
  }
  .clean02 .text {
    margin: 0;
    width: 100%;
    padding: 0.6rem 0.8rem 1.1rem;
  }
  .clean03 {
    padding-top: 0;
  }
  .clean03 .mode {
    background-position: left 20% bottom;
  }
  .clean03 .text {
    margin: 0;
    width: 100%;
  }
}
/*===== p3-1产品应用-产品中心-电子电路铜箔详情 =====*/
.circuit .pageTitle {
  margin-bottom: 40px;
}
.circuit .pageTitle .tit {
  font-size: 30px;
}
.circuit01 .mode {
  display: flex;
  align-items: center;
  padding: 40px 3.3%;
  border-radius: 30px;
  overflow: hidden;
  background: #f7f7f7;
}
.circuit01 .list {
  display: flex;
  justify-content: space-between;
  width: 58.7%;
}
.circuit01 .list a {
  width: 46.9%;
}
.circuit01 .list a .pic {
  margin-bottom: 16px;
  transition: all 0.8s;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.circuit01 .list a .pic i {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  transform: scale(1);
}
.circuit01 .list a .pic:hover i {
  transition: all 0.8s;
  transform: scale(1.1);
}
.circuit01 .list a p {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.circuit01 .next {
  display: flex;
  margin-left: 3.5%;
  width: 38.5%;
}
.circuit01 .next .icon {
  display: flex;
  align-items: center;
  margin-right: 18px;
  width: 23px;
  height: 29px;
}
.circuit01 .next .icon img {
  width: 100%;
}
.circuit01 .next .text {
  flex: 1;
  width: 0;
  color: #333;
}
.circuit01 .next .text .tit {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.circuit01 .next .text .listBox {
  line-height: 38px;
  font-size: 18px;
  color: #333;
}
.circuit01 .next .text .listBox p {
  position: relative;
  padding-left: 14px;
}
.circuit01 .next .text .listBox p::after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #f49910;
  content: "";
}
.circuit01 .next .text .listBox i {
  display: inline;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .circuit .pageTitle {
    margin-bottom: 1.1rem;
  }
  .circuit .pageTitle .tit {
    font-size: 0.9rem;
  }
  .circuit01 .mode {
    display: block;
    padding: 1rem 0.7rem;
    border-radius: 0.3rem;
  }
  .circuit01 .list {
    margin-bottom: 1.1rem;
    width: 100%;
  }
  .circuit01 .list a .pic {
    margin-bottom: 0.4rem;
    height: 4.3rem;
  }
  .circuit01 .list a p {
    font-size: 0.48rem;
  }
  .circuit01 .next {
    display: flex;
    margin-left: 0;
    width: 100%;
  }
  .circuit01 .next .icon {
    margin-right: 0.3rem;
    width: 0.46rem;
    height: 0.72rem;
  }
  .circuit01 .next .text .tit {
    margin-bottom: 0.3rem;
    font-size: 0.54rem;
  }
  .circuit01 .next .text .listBox {
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .circuit01 .next .text .listBox p {
    padding-left: 0.35rem;
  }
  .circuit01 .next .text .listBox p::after {
    top: 0.41rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}
.circuit02 .tab_tit,
.circuit03 .tab_tit {
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: flex;
  width: 100%;
  overflow-x: auto;
  border-bottom: #e0e0e0 1px solid;
}
.circuit02 .tab_tit p,
.circuit03 .tab_tit p {
  padding: 0 30px;
  line-height: 56px;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 56px;
}
.circuit02 .tab_tit p.cur,
.circuit03 .tab_tit p.cur {
  font-weight: bold;
  color: #f49910;
  background: #fbe7c7;
}
.circuit02 .tab_next .next,
.circuit03 .tab_next .next {
  display: none;
}
.circuit02 .tab_next .next.cur,
.circuit03 .tab_next .next.cur {
  display: block;
}
.circuit02 .tab_next img,
.circuit03 .tab_next img {
  box-sizing: border-box;
  width: auto;
  max-width: 45%;
  margin: 0 auto 10px;
  padding: 20px;
  border-radius: 30px;
  border: #f49910 1px solid;
}
.circuit02 .tab_next p,
.circuit03 .tab_next p {
  margin-bottom: 20px;
}
.circuit02 .tab_next table,
.circuit03 .tab_next table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
  min-width: calc(100% - 2px);
  background: #fdf1dd;
  border: #f3f3f3 1px solid;
  /* tr:nth-child(2n){
                background: #fdf1dd;
            }
            tr:nth-child(2n - 1){
                background: #fff;
            } */
}
.circuit02 .tab_next table img,
.circuit03 .tab_next table img {
  width: auto;
}
.circuit02 .tab_next table p,
.circuit03 .tab_next table p {
  margin-bottom: 0;
}
.circuit02 .tab_next table tr:first-child,
.circuit03 .tab_next table tr:first-child,
.circuit02 .tab_next table tr.color,
.circuit03 .tab_next table tr.color {
  background: #f49910;
}
.circuit02 .tab_next table tr:first-child td,
.circuit03 .tab_next table tr:first-child td,
.circuit02 .tab_next table tr.color td,
.circuit03 .tab_next table tr.color td {
  font-weight: bold;
  color: #fff;
}
.circuit02 .tab_next table tr:first-child td p,
.circuit03 .tab_next table tr:first-child td p,
.circuit02 .tab_next table tr.color td p,
.circuit03 .tab_next table tr.color td p,
.circuit02 .tab_next table tr:first-child td a,
.circuit03 .tab_next table tr:first-child td a,
.circuit02 .tab_next table tr.color td a,
.circuit03 .tab_next table tr.color td a,
.circuit02 .tab_next table tr:first-child td i,
.circuit03 .tab_next table tr:first-child td i,
.circuit02 .tab_next table tr.color td i,
.circuit03 .tab_next table tr.color td i,
.circuit02 .tab_next table tr:first-child td em,
.circuit03 .tab_next table tr:first-child td em,
.circuit02 .tab_next table tr.color td em,
.circuit03 .tab_next table tr.color td em,
.circuit02 .tab_next table tr:first-child td span,
.circuit03 .tab_next table tr:first-child td span,
.circuit02 .tab_next table tr.color td span,
.circuit03 .tab_next table tr.color td span,
.circuit02 .tab_next table tr:first-child td b,
.circuit03 .tab_next table tr:first-child td b,
.circuit02 .tab_next table tr.color td b,
.circuit03 .tab_next table tr.color td b {
  font-weight: bold;
  color: #fff !important;
  font-weight: bold !important;
}
.circuit02 .tab_next table td,
.circuit03 .tab_next table td {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  border: 1px solid #fff !important;
  padding: 15px 5px !important;
  font-size: 16px !important;
  color: #333;
  text-align: center;
}
.circuit02 .tab_next table td p,
.circuit03 .tab_next table td p,
.circuit02 .tab_next table td a,
.circuit03 .tab_next table td a,
.circuit02 .tab_next table td i,
.circuit03 .tab_next table td i,
.circuit02 .tab_next table td em,
.circuit03 .tab_next table td em,
.circuit02 .tab_next table td span,
.circuit03 .tab_next table td span,
.circuit02 .tab_next table td b,
.circuit03 .tab_next table td b,
.circuit02 .tab_next table td img,
.circuit03 .tab_next table td img {
  display: inline;
  font-family: "Microsoft YaHei" !important;
  font-size: 16px !important;
  color: #333 !important;
}
@media (max-width: 1200px) {
  .circuit02 .tab_tit,
  .circuit03 .tab_tit {
    margin-bottom: 0.8rem;
    padding-bottom: 0.56rem;
  }
  .circuit02 .tab_tit p,
  .circuit03 .tab_tit p {
    margin: 0 0.1rem;
    padding: 0 0.4rem;
    line-height: 1.2rem;
    font-size: 0.48rem;
    border-radius: 1.2rem;
  }
  .circuit02 .tab_next,
  .circuit03 .tab_next {
    overflow-x: auto;
  }
  .circuit02 .tab_next img,
  .circuit03 .tab_next img {
    margin-bottom: 0.4rem;
    padding: 0.2rem;
    width: calc(100% - 2px);
    max-width: calc(100% - 2px);
    border-radius: 0.3rem;
  }
  .circuit02 .tab_next p,
  .circuit03 .tab_next p {
    margin-bottom: 0.8rem;
  }
  .circuit02 .tab_next table,
  .circuit03 .tab_next table {
    margin-bottom: 0.32rem;
  }
  .circuit02 .tab_next table p,
  .circuit03 .tab_next table p {
    margin-bottom: 0;
  }
  .circuit02 .tab_next table td,
  .circuit03 .tab_next table td {
    padding: 0.4rem 0.1rem !important;
    font-size: 0.48rem !important;
  }
  .circuit02 .tab_next table td p,
  .circuit03 .tab_next table td p,
  .circuit02 .tab_next table td a,
  .circuit03 .tab_next table td a,
  .circuit02 .tab_next table td i,
  .circuit03 .tab_next table td i,
  .circuit02 .tab_next table td em,
  .circuit03 .tab_next table td em,
  .circuit02 .tab_next table td span,
  .circuit03 .tab_next table td span,
  .circuit02 .tab_next table td b,
  .circuit03 .tab_next table td b,
  .circuit02 .tab_next table td img,
  .circuit03 .tab_next table td img {
    font-size: 0.48rem !important;
  }
}
.circuit04 .swiper-slide {
  margin-right: 3.5%;
  width: 31%;
  border-radius: 20px;
  overflow: hidden;
}
.circuit04 .swiper-slide:last-child {
  margin-right: 0;
}
.circuit04 .swiper-slide .pic {
  position: relative;
  width: 100%;
  padding-top: 121%;
}
.circuit04 .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.circuit04 .swiper-slide .mode {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.circuit04 .swiper-slide .mode .bor {
  padding: 50px 30px;
}
.circuit04 .swiper-slide .mode .top {
  margin-bottom: 20px;
}
.circuit04 .swiper-slide .mode .top p {
  float: left;
  line-height: 46px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.circuit04 .swiper-slide .mode .top .icon {
  float: right;
  width: 46px;
  height: 46px;
}
.circuit04 .swiper-slide .mode .top .icon img {
  width: 100%;
}
.circuit04 .swiper-slide .mode .cen {
  margin-bottom: 15px;
}
.circuit04 .swiper-slide .mode .cen i {
  float: left;
  margin: 0 16px 20px 0;
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 42px;
}
.circuit04 .swiper-slide .mode .cen i:last-child {
  margin-right: 0;
}
.circuit04 .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .circuit04 .swiper-slide {
    margin-right: 4%;
    width: 48%;
    border-radius: 0.2rem;
  }
  .circuit04 .swiper-slide .mode .bor {
    padding: 0.8rem 0.5rem;
  }
  .circuit04 .swiper-slide .mode .top {
    margin-bottom: 0.5rem;
  }
  .circuit04 .swiper-slide .mode .top p {
    width: 100%;
    line-height: 0.8rem;
    font-size: 0.58rem;
  }
  .circuit04 .swiper-slide .mode .top .icon {
    float: left;
    margin-bottom: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
  .circuit04 .swiper-slide .mode .cen {
    display: none;
  }
  .circuit04 .but {
    margin-top: 0.9rem;
  }
}
.circuit05 .list li {
  display: flex;
  justify-content: space-between;
  border-top: #e5e5e5 1px solid;
  padding: 25px 4px;
  line-height: 38px;
}
.circuit05 .list li .tit {
  width: calc(100% - 160px);
  padding-left: 32px;
  background: url(../images/icon/i40.png) left center no-repeat;
  background-size: auto 25px;
}
.circuit05 .list li .tit p {
  width: 100%;
  font-size: 18px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.circuit05 .list li .down {
  transition: all 0.5s;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 38px;
  color: #fff;
  background: #f49910;
}
.circuit05 .list li .down:hover {
  transition: all 0.5s;
  transform: translateY(-5px);
}
.circuit05 .list li:hover .tit p {
  color: #f49910;
}
@media (max-width: 1200px) {
  .circuit05 .list li {
    padding: 0.5rem 0;
    line-height: 0.9rem;
  }
  .circuit05 .list li .tit {
    width: calc(100% - 160px);
    padding-left: 0.7rem;
    background-size: auto 0.43rem;
  }
  .circuit05 .list li .tit p {
    font-size: 0.5rem;
  }
  .circuit05 .list li .down {
    padding: 0 0.4rem;
    font-size: 0.4rem;
    border-radius: 0.9rem;
  }
}
/*===== p3-1产品应用-产品中心-锂电双光铜箔详情 =====*/
.circuit06 .mode {
  display: flex;
}
.circuit06 .imgList {
  margin-right: 3%;
  width: 41.3%;
  border-radius: 30px;
  background: #ebebeb;
}
.circuit06 .imgList .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  width: 100%;
  height: 340px;
}
.circuit06 .imgList .swiper-slide img {
  max-width: 90%;
  max-height: 100%;
}
.circuit06 .imgList .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 26px;
}
.circuit06 .imgList .swiper-pagination span {
  opacity: 1;
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #dcdcdc;
}
.circuit06 .imgList .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f39910;
}
.circuit06 .next {
  width: 55.7%;
}
.circuit06 .next .text {
  margin-top: 30px;
  line-height: 36px;
  color: #333;
}
.circuit06 .next .text .top {
  display: flex;
  align-items: center;
}
.circuit06 .next .text .top .icon {
  margin-right: 15px;
  width: 21px;
  height: 21px;
}
.circuit06 .next .text .top .icon img {
  width: 100%;
  height: 100%;
}
.circuit06 .next .text .top b {
  font-size: 20px;
  font-weight: bold;
}
.circuit06 .next .text .bot {
  padding-left: 36px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .circuit06 .mode {
    display: block;
  }
  .circuit06 .imgList {
    margin-right: 0%;
    width: 100%;
    border-radius: 0.3rem;
  }
  .circuit06 .imgList .swiper-slide {
    margin: 1.4rem 0;
    height: 6.2rem;
  }
  .circuit06 .imgList .swiper-pagination {
    bottom: 0.6rem;
  }
  .circuit06 .imgList .swiper-pagination span {
    width: 1rem;
    height: 2px;
  }
  .circuit06 .next {
    margin-top: 0.6rem;
    width: 100%;
  }
  .circuit06 .next .text {
    margin-top: 0.8rem;
    line-height: 0.9rem;
  }
  .circuit06 .next .text .top {
    margin-bottom: 0.2rem;
  }
  .circuit06 .next .text .top .icon {
    margin-right: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .circuit06 .next .text .top b {
    font-size: 0.6rem;
  }
  .circuit06 .next .text .bot {
    padding-left: 0.86rem;
    font-size: 0.5rem;
  }
}
/*===== p3-1产品应用-产品中心-列表 =====*/
.product01 .next {
  display: flex;
  border-radius: 30px;
  background: #f8f8f8;
}
.product01 .next a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 30px;
}
.product01 .next a .icon {
  position: relative;
  margin-right: 30px;
  width: 34px;
  height: 80px;
}
.product01 .next a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.product01 .next a .icon .img2 {
  opacity: 0;
}
.product01 .next a p {
  font-size: 22px;
  color: #f39910;
  font-weight: bold;
}
.product01 .next a.cur {
  background: #f39910;
}
.product01 .next a.cur .icon .img1 {
  opacity: 0;
}
.product01 .next a.cur .icon .img2 {
  opacity: 1;
}
.product01 .next a.cur p {
  color: #fff;
}
.product02 {
  padding-top: 40px;
}
.product02 .tab_tit {
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: auto;
  border-bottom: #e0e0e0 1px solid;
}
.product02 .tab_tit a {
  margin: 0 0 20px 0;
  padding: 0 30px;
  line-height: 56px;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 56px;
}
.product02 .tab_tit a.cur {
  color: #f49910;
  font-weight: bold;
  background: #fbe7c7;
}
.product02 .tab_next .next {
  display: none;
}
.product02 .tab_next .next.cur {
  display: block;
}
.product02 .tab_next .list {
  min-height: 500px;
}
.product02 .tab_next .list a {
  float: left;
  position: relative;
  margin: 2.6% 2.6% 0 0;
  width: calc((100% - 7.8% - 8px) / 4);
  text-align: center;
  border: 1px solid #f39910;
  border-radius: 30px;
}
.product02 .tab_next .list a::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page/clean01_bac2.png) right bottom no-repeat;
  background-size: 79.4% auto;
  content: "";
}
.product02 .tab_next .list a:nth-child(4n) {
  margin-right: 0;
}
.product02 .tab_next .list a:nth-child(1),
.product02 .tab_next .list a:nth-child(2),
.product02 .tab_next .list a:nth-child(3),
.product02 .tab_next .list a:nth-child(4) {
  margin-top: 0;
}
.product02 .tab_next .list a .bor {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
}
.product02 .tab_next .list a b {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product02 .tab_next .list a .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.product02 .tab_next .list a .text p {
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product02 .tab_next .list a:hover::before {
  transition: all 0.5s;
  opacity: 1;
}
.product02 .tab_next .list a:hover b {
  color: #f39910;
}
.product02 .tab_next .list a:hover .more {
  transition: all 0.5s;
}
.product02 .tab_next .list a:hover .more::after {
  transition: all 0.5s;
  transform: translateY(-50%) scale(15);
}
.product02 .tab_next .list a:hover .more i {
  transition: all 0.5s;
  color: #fff;
  background-image: url(../images/icon/i2s.png);
}
@media (max-width: 1200px) {
  .product01 .next {
    border-radius: 0.3rem;
  }
  .product01 .next a {
    height: 1.5rem;
    border-radius: 0.3rem;
  }
  .product01 .next a .icon {
    margin-right: 0.3rem;
    width: 0.52rem;
    height: 1.5rem;
  }
  .product01 .next a p {
    font-size: 0.58rem;
  }
  .product02 {
    padding-top: 1.1rem;
  }
  .product02 .tab_tit {
    flex-wrap: nowrap;
    margin-bottom: 1.1rem;
    padding-bottom: 0.35rem;
  }
  .product02 .tab_tit a {
    margin: 0 0.2rem 0.3rem 0;
    padding: 0 0.6rem;
    line-height: 1rem;
    font-size: 0.48rem;
    border-radius: 1rem;
  }
  .product02 .tab_next .list {
    min-height: auto;
  }
  .product02 .tab_next .list a {
    margin: 0.86rem 0 0 0;
    width: calc(100% - 2px);
    border-radius: 0.3rem;
  }
  .product02 .tab_next .list a::before {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/page/clean01_bac2.png) right bottom no-repeat;
    background-size: 79.4% auto;
    content: "";
  }
  .product02 .tab_next .list a:nth-child(2),
  .product02 .tab_next .list a:nth-child(3),
  .product02 .tab_next .list a:nth-child(4) {
    margin-top: 0.86rem;
  }
  .product02 .tab_next .list a .bor {
    padding: 1rem 0.3rem;
  }
  .product02 .tab_next .list a b {
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
  }
  .product02 .tab_next .list a .text {
    margin-bottom: 0.4rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .product02 .tab_next .list a .text p {
    height: 1.6rem;
  }
}
/*===== p3-2产品应用-产品应用-列表 =====*/
.product .circuit04 .swiper {
  margin-left: 10.94%;
  width: 89.06%;
}
.product .circuit04 .swiper-slide {
  margin-right: 3.1%;
  width: 27.2%;
}
.product .circuit04 .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 1537px) {
  .product .circuit04 .swiper {
    margin-left: calc(50% - 600px);
    width: calc(50% + 600px);
  }
}
@media (max-width: 1200px) {
  .product .circuit04 .but {
    display: none;
  }
  .product .circuit04 .swiper {
    margin-left: 4%;
    width: 92%;
  }
  .product .circuit04 .swiper .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .product .circuit04 .swiper-slide {
    margin: 0.7rem 4% 0 0;
    width: 48%;
  }
  .product .circuit04 .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
  .product .circuit04 .swiper-slide:nth-child(1),
  .product .circuit04 .swiper-slide:nth-child(2) {
    margin-top: 0;
  }
}
/*===== p3-2产品应用-产品应用-详情 =====*/
.appDet01 {
  color: #333;
  text-align: center;
  background: url(../images/page/appDet01_bac.jpg) no-repeat center center;
  background-size: cover;
}
.appDet01 .tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.appDet01 .text {
  margin: 0 auto;
  width: 83%;
  font-size: 18px;
  line-height: 36px;
}
.appDet02 {
  background: #fefbf6;
}
.appDet02 .tab_tit {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: #e3e3e3 1px solid;
}
.appDet02 .tab_tit .tit {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 40px;
  padding-bottom: 26px;
  cursor: pointer;
}
.appDet02 .tab_tit .tit::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #f39e1e;
  content: "";
}
.appDet02 .tab_tit .tit .icon {
  position: relative;
  width: 38px;
  height: 38px;
  margin-right: 13px;
}
.appDet02 .tab_tit .tit .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appDet02 .tab_tit .tit .icon .img2 {
  transition: all 0.5s;
  opacity: 0;
}
.appDet02 .tab_tit .tit p {
  font-size: 24px;
  color: #333;
}
.appDet02 .tab_tit .tit.cur::after {
  transition: all 0.5s;
  width: 100%;
}
.appDet02 .tab_tit .tit.cur .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.appDet02 .tab_tit .tit.cur .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
.appDet02 .tab_tit .tit.cur p {
  transition: all 0.5s;
  color: #f39e1e;
}
.appDet02 .tab_next .next {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.appDet02 .tab_next .next.on {
  display: flex;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp150;
}
.appDet02 .tab_next .next .pic {
  position: relative;
  width: 46.6%;
  padding-top: 34.53%;
  border-radius: 30px;
  overflow: hidden;
}
.appDet02 .tab_next .next .pic i {
  transition: all 0.5s;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appDet02 .tab_next .next .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.appDet02 .tab_next .next .right {
  width: 50%;
}
.appDet02 .tab_next .next .right .mode {
  margin-bottom: 12px;
}
.appDet02 .tab_next .next .right .mode:last-child {
  margin-bottom: 0;
}
.appDet02 .tab_next .next .right .tit {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.appDet02 .tab_next .next .right .tit::after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #f39e1e;
  content: "";
}
.appDet02 .tab_next .next .right .text {
  padding-left: 12px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1200px) {
  .appDet01 {
    background: #fff url(../images/mobile/page/appDet01_bac.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .appDet01 .tit {
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
  }
  .appDet01 .text {
    width: 100%;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .appDet02 .tab_tit {
    margin-bottom: 1rem;
  }
  .appDet02 .tab_tit .tit {
    margin: 0 0.5rem;
    padding-bottom: 0.6rem;
  }
  .appDet02 .tab_tit .tit .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.26rem;
  }
  .appDet02 .tab_tit .tit p {
    font-size: 0.54rem;
  }
  .appDet02 .tab_next .next {
    flex-wrap: wrap;
  }
  .appDet02 .tab_next .next .pic {
    margin-bottom: 0.7rem;
    width: 100%;
    padding-top: 64.58%;
    border-radius: 0.3rem;
  }
  .appDet02 .tab_next .next .right {
    width: 100%;
  }
  .appDet02 .tab_next .next .right .mode {
    margin-bottom: 0.6rem;
  }
  .appDet02 .tab_next .next .right .tit {
    margin-bottom: 0.1rem;
    padding-left: 0.4rem;
    font-size: 0.54rem;
    line-height: 0.9rem;
  }
  .appDet02 .tab_next .next .right .tit::after {
    top: 0.39rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .appDet02 .tab_next .next .right .text {
    padding-left: 0.4rem;
    font-size: 0.48rem;
    line-height: 0.9rem;
  }
}
/*===== p4-1研发创新-研发平台 =====*/
.Platform01 {
  background: #fbfbfb;
}
.Platform01 .list {
  display: flex;
  flex-wrap: wrap;
}
.Platform01 .list a {
  transition: all 0.5s;
  margin-right: 7.3%;
  width: 19.525%;
}
.Platform01 .list a:nth-child(4n) {
  margin-right: 0;
}
.Platform01 .list a .pic {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 72.26%;
}
.Platform01 .list a .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.Platform01 .list a p {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.Platform01 .list a:hover {
  transition: all 0.5s;
  margin-top: -10px;
}
.Platform02 .text {
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.Platform02 .list {
  display: flex;
  flex-wrap: wrap;
}
.Platform02 .list a {
  position: relative;
  margin-right: 3.48%;
  width: 48.26%;
}
.Platform02 .list a:nth-child(2n) {
  margin-right: 0;
}
.Platform02 .list a .pic {
  position: relative;
  width: 100%;
  padding-top: 62.58%;
  border-radius: 20px;
  overflow: hidden;
}
.Platform02 .list a .pic i {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Platform02 .list a p {
  position: absolute;
  left: 4%;
  bottom: 30px;
  width: 92%;
  font-size: 18px;
  color: #fff;
}
.Platform02 .list a:hover .pic i {
  transition: all 0.8s;
  transform: scale(1.1);
}
.Platform03 {
  background: url(../images/page/Platform03_bac.jpg) no-repeat center;
  background-size: cover;
}
.Platform03 .list {
  display: flex;
  justify-content: space-between;
}
.Platform03 .list a {
  padding: 40px 0;
  width: 31%;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  border: #fff 1px solid;
  background: rgba(255, 255, 255, 0.2);
}
.Platform03 .list a:nth-child(3n) {
  margin-right: 0;
}
.Platform03 .list a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  width: 100%;
  height: 48px;
}
.Platform03 .list a .icon img {
  transition: all 0.5s;
  transform: rotateY(0deg);
  height: 100%;
}
.Platform03 .list a b {
  margin-bottom: 20px;
  font-size: 26px;
}
.Platform03 .list a .text {
  font-size: 18px;
  line-height: 30px;
}
.Platform03 .list a:hover .icon img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.Platform04 {
  background: #fbfbfb;
}
.Platform04 .text {
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.Platform04 .text p i {
  display: inline;
  color: #f49910;
}
.Platform04 .pic {
  padding: 60px 50px;
  border-radius: 10px;
  background: #fbf6ef;
}
.Platform04 .pic img {
  margin: 0 auto;
  max-width: 100%;
}
.Platform05 {
  background: #fbfbfb;
}
.Platform05 .w1500 {
  display: flex;
  justify-content: space-between;
}
.Platform05 .tab_tit {
  display: flex;
  flex-direction: column;
  width: 25%;
  border-left: 2px solid #f6f6f6;
}
.Platform05 .tab_tit p {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 10%;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.Platform05 .tab_tit p::before {
  transition: all 0.5s;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0px;
  background: #f49910;
  content: "";
}
.Platform05 .tab_tit p.cur {
  color: #f49910;
  font-weight: bold;
}
.Platform05 .tab_tit p.cur::before {
  transition: all 0.5s;
  height: 100%;
}
.Platform05 .tab_next {
  width: 73%;
  height: 544px;
}
.Platform05 .tab_next .next {
  display: none;
}
.Platform05 .tab_next .next.cur {
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp150;
}
.Platform05 .tab_next .pic {
  position: relative;
  width: 100%;
  height: 544px;
  border-radius: 20px;
  overflow: hidden;
}
.Platform05 .tab_next .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/page/Platform05_bac.png) left bottom no-repeat;
  background-size: 100% auto;
}
.Platform05 .tab_next .pic i {
  transition: all 0.8s;
  width: 100%;
  height: 100%;
}
.Platform05 .tab_next .pic p {
  position: absolute;
  left: 4%;
  bottom: 30px;
  z-index: 2;
  width: 92%;
  font-size: 22px;
  color: #fff;
}
.Platform05 .tab_next .pic:hover i {
  transition: all 0.8s;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .Platform01 .list a {
    margin: 0.8rem 6% 0 0;
    width: 47%;
  }
  .Platform01 .list a:nth-child(2n) {
    margin-right: 0;
  }
  .Platform01 .list a:nth-child(1),
  .Platform01 .list a:nth-child(2) {
    margin-top: 0;
  }
  .Platform01 .list a .pic {
    margin-bottom: 0.5rem;
  }
  .Platform01 .list a p {
    font-size: 0.48rem;
  }
  .Platform02 .text {
    margin-bottom: 0.1rem;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .Platform02 .list a {
    margin: 0.7rem 0 0;
    width: 100%;
  }
  .Platform02 .list a .pic {
    border-radius: 0.2rem;
  }
  .Platform02 .list a p {
    bottom: 0.7rem;
    font-size: 0.48rem;
  }
  .Platform03 {
    background: url(../images/page/Platform03_bac.jpg) no-repeat center;
    background-size: cover;
  }
  .Platform03 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .Platform03 .list a {
    margin-right: calc(5% - 4px);
    margin-top: 0.5rem;
    padding: 0.7rem 0;
    width: 47.5%;
    border-radius: 0.3rem;
  }
  .Platform03 .list a:nth-child(2n),
  .Platform03 .list a:last-child {
    margin-right: 0;
  }
  .Platform03 .list a:nth-child(1),
  .Platform03 .list a:nth-child(2) {
    margin-top: 0;
  }
  .Platform03 .list a .icon {
    margin-bottom: 0.25rem;
    height: 0.74rem;
  }
  .Platform03 .list a b {
    margin-bottom: 0.3rem;
    font-size: 0.56rem;
  }
  .Platform03 .list a .text {
    padding: 0 0.2rem;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .Platform04 .text {
    margin-bottom: 0.6rem;
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .Platform04 .pic {
    padding: 1.4rem 1rem;
    border-radius: 0.2rem;
    overflow-x: auto;
  }
  .Platform04 .pic img {
    max-width: none;
    max-height: 50vh;
  }
  .Platform05 .w1500 {
    display: block;
  }
  .Platform05 .tab_tit {
    margin-bottom: 0.86rem;
    flex-direction: initial;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    border-left: none;
    border-bottom: 2px solid #f6f6f6;
  }
  .Platform05 .tab_tit p {
    flex: none;
    padding: 0 0 0.45rem 0;
    font-size: 0.48rem;
  }
  .Platform05 .tab_tit p::before {
    left: 50%;
    top: auto;
    bottom: -2px;
    transform: translate(-50%, 0);
    width: 0px;
    height: 2px;
  }
  .Platform05 .tab_tit p.cur::before {
    width: 100%;
    height: 2px;
  }
  .Platform05 .tab_next {
    width: 100%;
    height: 6.8rem;
  }
  .Platform05 .tab_next .pic {
    height: 6.8rem;
    border-radius: 0.2rem;
  }
  .Platform05 .tab_next .pic p {
    bottom: 0.4rem;
    font-size: 0.48rem;
  }
}
/*===== p4-5研发创新-产学研协同 =====*/
.coll01 .text {
  margin-bottom: 50px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.coll01 .list {
  display: flex;
  justify-content: space-between;
}
.coll01 .list a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  padding: 40px 16px;
  border-radius: 30px;
  border: #f39910 1px solid;
}
.coll01 .list a:last-child {
  margin-right: 0;
}
.coll01 .list a .icon {
  position: relative;
  margin-right: 20px;
  width: 39px;
  height: 38px;
}
.coll01 .list a .icon img {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coll01 .list a .icon .img2 {
  opacity: 0;
}
.coll01 .list a p {
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}
.coll01 .list a p i {
  display: inline;
  font-weight: bold;
}
.coll01 .list a:hover .icon .img1 {
  opacity: 0;
}
.coll01 .list a:hover .icon .img2 {
  opacity: 1;
}
.coll01 .list a:hover p {
  color: #f39910;
}
.coll02 {
  background: url(../images/page/coll02_bac.jpg) no-repeat center;
  background-size: cover;
}
.coll02 .mode {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #e5e5e5 1px solid;
}
.coll02 .mode .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 493px;
  border-radius: 20px;
  background: #fff;
}
.coll02 .mode .pic img {
  max-width: 100%;
  max-height: 100%;
}
.coll02 .mode .tab_tit {
  width: 45.3%;
  height: 493px;
  overflow-y: auto;
}
.coll02 .mode .tab_tit::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.coll02 .mode .tab_tit::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #f49910;
}
.coll02 .mode .tab_tit::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.coll02 .mode .tab_tit .tit {
  margin-right: 25px;
  padding: 20px 0;
  border-bottom: #e5e5e5 1px solid;
}
.coll02 .mode .tab_tit .tit:last-child {
  border-bottom: none;
}
.coll02 .mode .tab_tit .tit b {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.coll02 .mode .tab_tit .tit b::after {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #f39910;
  content: '';
}
.coll02 .mode .tab_tit .tit p {
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.coll02 .mode .tab_tit .tit:hover b {
  color: #f39910;
}
.coll02 .logoList {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.coll02 .logoList .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3%;
  width: 22.75%;
  height: 90px;
}
.coll02 .logoList .pic:nth-child(4n) {
  margin-right: 0;
}
.coll02 .logoList .pic img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .coll01 .text {
    margin-bottom: 0.6rem;
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .coll01 .list {
    display: block;
  }
  .coll01 .list a {
    margin: 0.5rem 0 0;
    padding: 0.66rem 0.2rem;
    border-radius: 0.3rem;
  }
  .coll01 .list a:nth-child(1) {
    margin-top: 0;
  }
  .coll01 .list a .icon {
    margin-right: 0.3rem;
    width: 0.57rem;
    height: 0.55rem;
  }
  .coll01 .list a p {
    font-size: 0.48rem;
  }
  .coll02 .mode {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .coll02 .mode .pic {
    width: 100%;
    height: 9rem;
    border-radius: 0.2rem;
  }
  .coll02 .mode .tab_tit {
    width: 100%;
    height: auto;
  }
  .coll02 .mode .tab_tit .tit {
    margin-right: 0;
    padding: 0.6rem 0;
  }
  .coll02 .mode .tab_tit .tit:last-child {
    border-bottom: #e5e5e5 1px solid;
  }
  .coll02 .mode .tab_tit .tit b {
    margin-bottom: 0.26rem;
    padding-left: 0.3rem;
    line-height: 0.9rem;
    font-size: 0.54rem;
  }
  .coll02 .mode .tab_tit .tit b::after {
    top: 0.39rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .coll02 .mode .tab_tit .tit p {
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .coll02 .logoList {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .coll02 .logoList .pic {
    margin: 1.2rem 4% 0 0;
    width: 48%;
    height: 1.3rem;
  }
  .coll02 .logoList .pic:nth-child(2n) {
    margin-right: 0;
  }
}
/*===== p6-1人才发展-社会招聘 =====*/
.talent01 {
  display: flex;
  justify-content: space-between;
}
.talent01 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 70px;
  font-size: 18px;
  border-radius: 30px;
  border: #f49910 1px solid;
}
.talent01 .text img {
  margin-right: 16px;
  height: 25px;
}
.talent01 .text i {
  font-weight: bold;
  color: #333;
}
.talent01 .text b {
  font-weight: bold;
  color: #f49910;
}
@media (max-width: 1200px) {
  .talent01 {
    flex-wrap: wrap;
  }
  .talent01 .text {
    margin-bottom: 0.42rem;
    width: calc(100% - 2px);
    height: 2.2rem;
    font-size: 0.48rem;
    border-radius: 0.4rem;
  }
  .talent01 .text:last-child {
    margin-bottom: 0;
  }
  .talent01 .text img {
    margin-right: 0.5rem;
    height: 0.67rem;
  }
}
.talent02 .list .mode {
  margin-bottom: 20px;
  border-radius: 30px;
  border: #f9f9f9 1px solid;
  overflow: hidden;
}
.talent02 .list .mode.cur {
  border: #f49910 1px solid;
}
.talent02 .list .mode.cur .tit {
  color: #fff;
  background: #f49910;
}
.talent02 .list .mode.cur .tit i {
  background-image: url(../images/icon/i56s.png);
}
.talent02 .list .tit {
  padding: 0 3.6%;
  font-size: 20px;
  line-height: 90px;
  color: #333;
  background: #f9f9f9;
  cursor: pointer;
}
.talent02 .list .tit .clearfix {
  position: relative;
}
.talent02 .list .tit b {
  float: left;
  width: calc((100% - 30px) / 4);
  font-weight: bold;
}
.talent02 .list .tit p {
  float: left;
  width: calc((100% - 30px) / 4);
}
.talent02 .list .tit i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: url(../images/icon/i56.png) center no-repeat;
  background-size: 15px auto;
  cursor: pointer;
}
.talent02 .list .next {
  display: none;
  overflow: hidden;
}
.talent02 .list .next .text {
  margin: 50px 3.6% 60px;
  line-height: 36px;
  font-size: 18px;
  color: #666;
  text-align: justify;
}
@media (max-width: 1200px) {
  .talent02 .list .mode {
    margin-bottom: 0.4rem;
    border-radius: 0.4rem;
  }
  .talent02 .list .tit {
    padding: 0.6rem 0.4rem;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .talent02 .list .tit b {
    width: 60%;
  }
  .talent02 .list .tit p {
    width: 40%;
  }
  .talent02 .list .tit p:nth-child(3),
  .talent02 .list .tit p:nth-child(4) {
    display: none;
    width: 60%;
  }
  .talent02 .list .tit i {
    width: 0.45rem;
    background-size: 0.45rem auto;
  }
  .talent02 .list .next .text {
    margin: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.48rem;
  }
}
/*===== 搜索结果页 =====*/
.results_t {
  padding-top: 160px;
}
.results_t .searchBoxs {
  position: relative;
  border-bottom: 1px solid #f49910;
}
.results_t .searchBoxs input {
  float: left;
  padding-left: 22px;
  width: calc(100% - 100px);
  height: 70px;
  font-size: 18px;
  color: #333;
  outline: none;
  background: #fff;
}
.results_t .searchBoxs em {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  height: 70px;
  background: url(../images/icon/i58.png) center no-repeat;
  cursor: pointer;
}
.results_t p {
  font-size: 16px;
  color: #333333;
  padding: 42px 0;
}
.results_t p i {
  color: #f49910;
  display: inline-block;
}
.results01 {
  padding-bottom: 55px;
}
.results01 a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 35px 0;
  border-bottom: #e6e6e6 1px solid;
}
.results01 a::before {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #f49910;
  content: "";
}
.results01 a .pic {
  margin-right: 3%;
  width: 22.55%;
  height: 175px;
  overflow: hidden;
  background: #f8f8f8;
}
.results01 a .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.results01 a .text {
  flex: 1;
}
.results01 a .text b {
  margin-bottom: 25px;
  max-height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.results01 a .text p {
  height: 64px;
  line-height: 32px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.results01 a:hover::before {
  transition: all 0.7s;
  width: 100%;
}
.results01 a:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.08);
}
.results01 a:hover .text b {
  color: #f49910;
}
@media (max-width: 1200px) {
  .results_t {
    padding-top: 3rem;
  }
  .results_t .searchBoxs input {
    width: calc(100% - 3rem);
    height: 1.6rem;
    font-size: 0.56rem;
    padding: 0 2rem 0 0.9rem;
  }
  .results_t .searchBoxs em {
    right: 0.9rem;
    height: 1.6rem;
    width: 0.74rem;
    background-size: 100% auto;
  }
  .results_t p {
    font-size: 0.52rem;
    padding: 0.6rem 0;
  }
  .results01 {
    padding-bottom: 1.5rem;
  }
  .results01 a {
    flex-wrap: wrap;
    padding: 1.2rem 0;
  }
  .results01 a .pic {
    margin: 0 0% 1rem 0;
    width: 100%;
    height: 7.7rem;
  }
  .results01 a .text b {
    margin-bottom: 0.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
  .results01 a .text div {
    margin-bottom: 0.6rem;
  }
  .results01 a .text em {
    width: 0.67rem;
    height: 0.48rem;
    background-size: 0.48rem auto;
  }
  .results01 a .text i {
    font-size: 0.52rem;
    line-height: 0.48rem;
  }
  .results01 a .text p {
    height: 1.64rem;
    line-height: 0.82rem;
    font-size: 0.52rem;
  }
}
/*===== 站点地图 =====*/
.varied {
  margin-top: 100px;
}
.zdMap {
  margin-top: 40px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.zdMapList {
  margin-top: 50px;
}
.zdMapTitle {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.zdMapCont {
  display: flex;
  flex-wrap: wrap;
}
.zdMapContList {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  padding: 20px 0;
  text-align: center;
  background: #ececec;
  margin-top: 30px;
  color: #333;
  transition: all 0.5s;
  border-radius: 10px;
}
.zdMapContList:nth-child(4n) {
  margin-right: 0;
}
.zdMapContList:hover {
  background: #f49910;
  color: #fff;
}
@media (max-width: 1200px) {
  .varied {
    margin-top: 2rem;
  }
  .zdMap {
    margin-top: 1rem;
    font-size: 0.52rem;
    line-height: 1rem;
  }
  .zdMapList {
    margin-top: 1rem;
  }
  .zdMapTitle {
    font-size: 0.64rem;
  }
  .zdMapContList {
    width: calc((100% - 0.6rem) / 2);
    margin-right: 0.6rem;
    margin-top: 0.6rem;
    padding: 0.4rem 0;
    font-size: 0.56rem;
    border-radius: 0.2rem;
  }
  .zdMapContList:nth-child(2n) {
    margin-right: 0;
  }
}
