.proLinks {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: 74px;
  background: #FFC001;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.proLinks a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  transition: 0.6s;
  margin: 0 60px;
}

.proLinks a.on,
.proLinks a:hover {
  color: #FFFFFF;
}

.section {
  padding: 250px 0 130px;
}

.section .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section .wrap .l {
  width: 880px;
}

.section .wrap .l .part1 {
  margin: 0 0 70px;
}

.section .wrap .l .part1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 69px;
}

.section .wrap .l .part1 .top .title {
  font-weight: 500;
  font-size: 42px;
  color: #0E0E0E;
}

.section .wrap .l .part1 .top .back a {
  width: 120px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #FFC001;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  transition: 0.6s;
}

.section .wrap .l .part1 .top .back a:hover {
  background: #FFC001;
  border: 2px solid #FFC001;
  color: #FFFFFF;
}

.section .wrap .l .part1 .content p {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}

.section .wrap .l .part2 .title {
  font-weight: 500;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0 0 25px;
}

.section .wrap .l .part2 .content table {
  width: 100%;
}

.section .wrap .l .part2 .content table tr th {
  height: 80px;
  background: #FFC001;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  text-align: left;
  padding: 0 0 0 44px;
}

.section .wrap .l .part2 .content table tr td {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  padding: 17px 0 17px 44px;
  text-align: left;
}

.section .wrap .l .part2 .content table tr:nth-child(2n) td {
  background: #F5F5F5;
}

.section .wrap .r {
  width: 432px;
}

.section .wrap .r .contact_box {
  width: 432px;
  height: unset;
  background: #F5F5F5;
  padding: 64px 60px 60px;
  margin: 0 0 80px;
}

.section .wrap .r .contact_box h5 {
  font-weight: 400;
  font-size: 30px;
  color: #1A1A1A;
  margin: 0 0 30px;
  text-align: center;
}

.section .wrap .r .contact_box>p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

.section .wrap .r .contact_box .text_effect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  background: linear-gradient(-90deg, #FFC001, #FFD75F 90%, #FAEBBC 100%);
  border-radius: 22px;
  margin: 53px auto 0;
}

.section .wrap .r .contact_box .text_effect p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.section .wrap .r .other_pro>h5 {
  font-weight: 400;
  font-size: 30px;
  color: #1A1A1A;
  text-align: center;
  margin: 0 0 38px;
}

.section .wrap .r .other_pro .other_pro_list {
  padding: 7px 0 0;
  border-top: 1px solid #D9D9D9;
}

.section .wrap .r .other_pro .other_pro_list .item {
  width: 100%;
  margin: 0 0 20px;
}

.section .wrap .r .other_pro .other_pro_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 246px;
  padding: 0 20px 0 50px;
  transition: 0.6s;
}

.section .wrap .r .other_pro .other_pro_list .item a .l {
  width: 200px;
}

.section .wrap .r .other_pro .other_pro_list .item a .l h5 {
  font-weight: 400;
  font-size: 20px;
  color: #0E0E0E;
  line-height: 28px;
  transition: 0.6s;
  margin: 0 0 20px;
}

.section .wrap .r .other_pro .other_pro_list .item a .l .more {
  width: 93px;
  height: 33px;
  background: #FFC001;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section .wrap .r .other_pro .other_pro_list .item a .l .more p {
  font-weight: 400;
  font-size: 12px;
  color: #0E0E0E;
}

.section .wrap .r .other_pro .other_pro_list .item a .l .more .iconfont {
  font-weight: 400;
  font-size: 12px;
  color: #0E0E0E;
  margin-left: 5px;
}

.section .wrap .r .other_pro .other_pro_list .item a .r {
  width: 217px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section .wrap .r .other_pro .other_pro_list .item a .r img {
  transition: 1s;
}

.section .wrap .r .other_pro .other_pro_list .item a:hover {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
}

.section .wrap .r .other_pro .other_pro_list .item a:hover .l h5 {
  color: #FFC001;
}

.section .wrap .r .other_pro .other_pro_list .item a:hover .r img {
  transform: scale(1.1);
}
/* .proLinks_PE{
  display: none;
} */
/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
  .proLinks {
    top: 5.2083333333vw;
    height: 3.8541666667vw;
  }

  .proLinks a {
    font-size: 0.8333333333vw;
    margin: 0px 3.125vw;
  }

  .section {
    padding: 13.0208333333vw 0px 6.7708333333vw;
  }

  .section .wrap {
    width: 72.9166666667vw;
  }

  .section .wrap .l {
    width: 45.8333333333vw;
  }

  .section .wrap .l .part1 {
    margin: 0px 0px 3.6458333333vw;
  }

  .section .wrap .l .part1 .top {
    margin: 0px 0px 3.59375vw;
  }

  .section .wrap .l .part1 .top .title {
    font-size: 2.1875vw;
  }

  .section .wrap .l .part1 .top .back a {
    width: 6.25vw;
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    border: 0.1041666667vw solid rgb(255, 192, 1);
    font-size: 0.8333333333vw;
  }

  .section .wrap .l .part1 .top .back a:hover {
    border: 0.1041666667vw solid rgb(255, 192, 1);
  }

  .section .wrap .l .part1 .content p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section .wrap .l .part2 .title {
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.3020833333vw;
  }

  .section .wrap .l .part2 .content table tr th {
    height: 4.1666666667vw;
    font-size: 0.9375vw;
    padding: 0px 0px 0px 2.2916666667vw;
  }

  .section .wrap .l .part2 .content table tr td {
    font-size: 0.8333333333vw;
    padding: 0.8854166667vw 0px 0.8854166667vw 2.2916666667vw;
  }

  .section .wrap .r {
    width: 22.5vw;
  }

  .section .wrap .r .contact_box {
    width: 22.5vw;
    padding: 3.3333333333vw 3.125vw 3.125vw;
    margin: 0px 0px 4.1666666667vw;
  }

  .section .wrap .r .contact_box h5 {
    font-size: 1.5625vw;
    margin: 0px 0px 1.5625vw;
  }

  .section .wrap .r .contact_box>p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .section .wrap .r .contact_box .text_effect {
    width: 6.25vw;
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    margin: 2.7604166667vw auto 0px;
  }

  .section .wrap .r .contact_box .text_effect p {
    font-size: 0.8333333333vw;
  }

  .section .wrap .r .other_pro>h5 {
    font-size: 1.5625vw;
    margin: 0px 0px 1.9791666667vw;
  }

  .section .wrap .r .other_pro .other_pro_list {
    padding: 0.3645833333vw 0px 0px;
  }

  .section .wrap .r .other_pro .other_pro_list .item {
    margin: 0px 0px 1.0416666667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a {
    height: 12.8125vw;
    padding: 0px 1.0416666667vw 0px 2.6041666667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a .l {
    width: 10.4166666667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a .l h5 {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
    margin: 0px 0px 1.0416666667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a .l .more {
    width: 4.84375vw;
    height: 1.71875vw;
    border-radius: 0.8854166667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a .l .more p {
    font-size: 0.625vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a .l .more .iconfont {
    font-size: 0.625vw;
    margin-left: 0.2604166667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a .r {
    width: 11.3020833333vw;
    height: 10.4166666667vw;
  }

  .section .wrap .r .other_pro .other_pro_list .item a:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.46875vw 0px;
  }
}
@media screen and (max-width: 1024px) {
  .proLinks.PC{
    display: none;
  }
  /* .proLinks_PE{
    display: block;
    position: static;
    height: 60px;
  } */
  .section .wrap{
    width: 90%;
    flex-direction: column;
  }
  .section{
    padding: 120px 0 60px;
  }
  .section .wrap .r,
  .section .wrap .l {
    width: 100%;
  }
  .section .wrap .l .part1 .top .title{
    font-size: 28px;
  }
  .section .wrap .l .part1 .top .back a{
    width: 100px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    border: 1px solid rgb(255, 192, 1);
  }
  .section .wrap .l .part1 .top{
    margin-bottom: 20px;
  }
  .section .wrap .l .part1 .content p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section .wrap .l .part1{
    margin-bottom: 30px;
  }
  .section .wrap .l .part2 .title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section .wrap .l .part2 .content table tr th{
    height: 40px;
    font-size: 14px;
  }
  .section .wrap .l .part2 .content table tr td{
    font-size: 14px;
    padding: 10px 0 10px 20px;
  }
  .section .wrap .l .part2 .content table tr th{
    padding-left: 20px;
  }
  .section .wrap .r .contact_box{
    width: 100%;
    padding:60px 20px;
  }
  .section .wrap .r{
    margin-top: 30px;
  }
  .section .wrap .r .contact_box h5{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section .wrap .r .contact_box>p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section .wrap .r .contact_box .text_effect{
    width: 100px;
    height: 36px;
    border-radius: 18px;
    margin-top: 30px;
  }
  .section .wrap .r .contact_box .text_effect p{
    font-size: 14px;
  }
  .section .wrap .r .contact_box{
    margin-bottom: 40px;
  }
  .section .wrap .r .other_pro>h5{
    font-size: 24px;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .l h5{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
  }
  .section .wrap .r .other_pro .other_pro_list{
    padding-top: 20px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .section .wrap .r .other_pro .other_pro_list .item{
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .section .wrap .r .other_pro .other_pro_list .item a{
    height: auto;
    padding: 20px 0;
    flex-direction: column-reverse;
    width: 100%;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .r{
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .l{
    width: 100%;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .l .more{
    width: 100px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .l .more p{
    font-size: 14px;
  }
  .section .wrap .r .other_pro .other_pro_list .item a:hover .r img{
    transform: none;
  }

  .section .wrap .l .part2 .content table {
    display: block;
    overflow-x: auto;
  }
  .section .wrap .l .part2 .content table tbody{
    width: max-content;
    display: inline-table;
    min-width: 700px;
  }
  .section .wrap .r .other_pro .other_pro_list .item{
    margin-bottom: 20px;
  }
  .section .wrap .r .other_pro .other_pro_list .item a:hover {
    box-shadow:none;
  }
  .section .wrap .r .other_pro>h5{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section .wrap .r .other_pro .other_pro_list .item{
    width: 100%;
  }
  .section{
    padding-bottom: 50px;
  }
  .section .wrap .l .part1 .top .title{
    font-size: 24px;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .r img{
    width: 100%;
  }
  .section .wrap .r .other_pro .other_pro_list .item a .r{
    height: auto;
  }
  .section .wrap .r .contact_box{
    padding: 50px 20px;
  }
  .section .wrap .r .contact_box h5 {
    font-size: 18px;
  }
  .section .wrap .r .contact_box {
    margin-bottom: 30px;
  }
}