.more {
  width: 12.5rem;
  border-radius: 0.25rem;
  background-color: #bd1c22;
}
.more a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a span {
  display: block;
  margin-right: 1rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 400;
  text-align: left;
}
.more a i {
  font-size: 0.875rem;
  color: #fff;
  display: block;
}
.title {
  padding-left: 3.25rem;
  position: relative;
}
.title p {
  font-size: 1.5rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.75rem;
}
.title h2 {
  font-size: 3rem;
  color: #00479e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.title::after {
  display: block;
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0;
  width: 0.75rem;
  height: 5.5rem;
  /* Y轴斜切，生成平行四边形，负数向右倾斜 */
  transform: skewX(-14deg);
  /* 消除锯齿模糊 */
  backface-visibility: hidden;
  background-color: #bd1c22;
}
.title.b p {
  color: #fff;
  opacity: 0.3;
}
.title.b h2 {
  color: #fff;
}
.title.b::after {
  background-color: #fff;
}
.n_title {
  padding-left: 2.75rem;
  position: relative;
}
.n_title p {
  font-size: 1rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.75rem;
}
.n_title h2 {
  font-size: 2.375rem;
  color: #00479e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.n_title::after {
  display: block;
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0;
  width: 0.5rem;
  height: 4.5rem;
  /* Y轴斜切，生成平行四边形，负数向右倾斜 */
  transform: skewX(-10deg);
  /* 消除锯齿模糊 */
  backface-visibility: hidden;
  background-color: #bd1c22;
}
.n_title.b p {
  color: #fff;
  opacity: 0.3;
}
.n_title.b h2 {
  color: #fff;
}
.n_title.b::after {
  background-color: #fff;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 5.625rem;
  height: 5.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 1.25rem;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: initial;
}
header > div .logo .logo_img a img:nth-of-type(1) {
  display: block;
}
header > div .logo .logo_img a img:nth-of-type(2) {
  display: none;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 70%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 80px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 16.66%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #f6f8fa;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #f6f8fa;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #00479e;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 30px;
  padding-left: 20px;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #00479e;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
header.active {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.active > div .logo .logo_img a img:nth-of-type(1) {
  display: none;
}
header.active > div .logo .logo_img a img:nth-of-type(2) {
  display: block;
}
header.active > div nav ul li a {
  color: #333;
}
footer {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3.125rem;
  background: #00479e url(/images/f_bg.jpg) no-repeat right bottom / 100%;
}
footer .w80 .top {
  margin-top: 8.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w80 .top .left .f_title .f_title_top {
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .top .left .f_title .f_title_top .img img {
  width: 5.5rem;
  margin-right: 1rem;
}
footer .w80 .top .left .f_title .f_title_top .txt h2 {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.75rem;
  margin-bottom: 0.5rem;
}
footer .w80 .top .left .f_title .f_title_top .txt p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.25rem;
}
footer .w80 .top .left .f_title .f_title_bottom {
  margin-bottom: 3rem;
}
footer .w80 .top .left .f_title .f_title_bottom h4 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 0.6;
  letter-spacing: 0.125rem;
}
footer .w80 .top .left .f_title .f_title_bottom p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}
footer .w80 .top .left .share {
  opacity: 0.6;
}
footer .w80 .top .left .share .s_box1 {
  margin-bottom: 2.75rem;
}
footer .w80 .top .left .share .s_box1 h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.875rem;
}
footer .w80 .top .left .share .s_box1 h5 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
footer .w80 .top .left .share .s_box2 a img {
  width: initial;
}
footer .w80 .top .left .share .s_box2 a:nth-of-type(2) {
  margin: 0 2.5rem;
}
footer .w80 .top .center {
  opacity: 0.6;
}
footer .w80 .top .center a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: block;
}
footer .w80 .top .center span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.4;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
footer .w80 .top .right {
  width: 24%;
}
footer .w80 .top .right h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
}
footer .w80 .top .right h3 {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 3rem;
  letter-spacing: 4px;
}
footer .w80 .top .right .r1 p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
  opacity: 0.6;
}
footer .w80 .top .right .r2 {
  margin-top: 2.5rem;
}
footer .w80 .top .right .r2 p {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.875rem;
  opacity: 0.4;
}
footer .w80 .bottom {
  margin-top: 8.75rem;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .bottom a {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0 0.75rem;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  footer .w80 .top {
    margin-top: 6.875rem;
  }
  footer .w80 .top .left .title h2 {
    font-size: 4rem;
    margin-bottom: 1.25rem;
  }
  footer .w80 .top .left .title h4 {
    font-size: 1.125rem;
  }
  footer .w80 .top .left .share .s_box1 h3 {
    font-size: 1.5rem;
  }
  footer .w80 .top .left .share .s_box1 h5 {
    font-size: 1.125rem;
  }
  footer .w80 .top .left .share .s_box1 {
    margin-bottom: 2.25rem;
  }
  footer .w80 .top .center span {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  footer .w80 .top .center a {
    font-size: 1.125rem;
    text-align: center;
  }
  footer .w80 .top .right h3 {
    font-size: 1.375rem;
  }
  footer .w80 .bottom {
    margin-top: 3.75rem;
  }
  footer .w80 .top .right {
    width: 28%;
  }
  footer .w80 .top .left .title h2 span {
    font-size: 2.5rem;
  }
  footer .w80 .top .left .title h2 img {
    width: 4.5rem;
  }
}
@media screen and (max-width: 992px) {
  footer .w80 .top .center {
    display: none;
  }
  footer .w80 .top .left {
    width: 100%;
  }
  footer .w80 .top .left .title h2 {
    font-size: 2rem;
  }
  footer .w80 .top .right {
    width: 100%;
    margin-top: 3.75rem;
  }
  footer .w80 .top .left .img img {
    width: 6.25rem;
    margin-bottom: 1.25rem;
  }
  footer .w80 .top .left .share .s_box1 h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  footer .w80 .top .left .share .s_box1 h5 {
    font-size: 0.9375rem;
  }
  footer .w80 .top .left .share .s_box2 a:nth-of-type(2) {
    margin: 0 1.25rem;
  }
  footer .w80 .top .left .txt p {
    font-size: 1.25rem;
  }
  footer .w80 .top {
    margin-top: 5rem;
  }
  footer .w80 .top .right h3 {
    display: none;
  }
  footer .w80 .bottom {
    margin-top: 2.5rem;
  }
  footer .w80 .bottom a {
    margin-bottom: 0.625rem;
  }
  footer .w80 .bottom a:nth-of-type(2) {
    display: none;
  }
  footer {
    padding-bottom: 1.25rem;
  }
  footer .w80 .top .left .title h2 span {
    font-size: 1.75rem;
  }
  footer .w80 .top .left .title h2 img {
    width: 3.5rem;
  }
  footer .w80 .top .right h3 {
    display: block;
  }
  footer .w80 .top .right .r1 p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  footer .w80 .bottom a {
    margin: 0;
    font-size: 0.75rem;
  }
}
.fengpeng-index .part01 {
  padding-top: 13.125rem;
  padding-bottom: 10rem;
}
.fengpeng-index .part01 .top .w80 {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part01 .bottom {
  margin-top: 4rem;
}
.fengpeng-index .part01 .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part01 .bottom .w80 .item {
  width: 12%;
  height: 32rem;
  border-radius: 1rem;
  transition: all 1s ease;
  background-color: #f6f8fa;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.fengpeng-index .part01 .bottom .w80 .item .i_mask {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
  box-sizing: border-box;
  padding: 4.25rem 10%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/indexProLogo.png);
  background-size: initial;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fengpeng-index .part01 .bottom .w80 .item .i_mask h3 {
  font-size: 2.625rem;
  color: #bdbec0;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.fengpeng-index .part01 .bottom .w80 .item .i_mask p {
  height: 2.5rem;
  font-size: 1.375rem;
  color: #231f20;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 0;
  padding: 4.25rem;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .txt {
  width: 15.625rem;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .txt .t1 h2 {
  font-size: 2.25rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .txt .t2 {
  margin-top: 2rem;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .txt .t2 a {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .txt .t2 a::before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 1px;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .txt .t2 a:nth-last-of-type(1)::before {
  opacity: 0;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .num h3 {
  font-size: 2.625rem;
  color: #bdbec0;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .more2 {
  border: 1px solid #00479e;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .more2 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .left .more2 a i {
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .right {
  position: absolute;
  right: 6.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 1s ease;
  opacity: 0;
  transition-delay: 0.3s;
  overflow: hidden;
  border-radius: 1rem;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .right img {
  display: block;
}
.fengpeng-index .part01 .bottom .w80 .item .i_content .right h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.88rem;
  background-color: #00479e;
  margin: 0 auto;
  font-size: 1.63rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.fengpeng-index .part01 .bottom .w80 .item:nth-of-type(1) .i_content {
  background-image: url(/images/index_proBg.jpg);
}
.fengpeng-index .part01 .bottom .w80 .item:nth-of-type(2) .i_content {
  background-image: url(/images/index_proBg.jpg);
}
.fengpeng-index .part01 .bottom .w80 .item:nth-of-type(3) .i_content {
  background-image: url(/images/index_proBg.jpg);
}
.fengpeng-index .part01 .bottom .w80 .item:nth-of-type(4) .i_content {
  background-image: url(/images/index_proBg.jpg);
}
.fengpeng-index .part01 .bottom .w80 .item:nth-of-type(5) .i_content {
  background-image: url(/images/index_proBg.jpg);
}
.fengpeng-index .part01 .bottom .w80 .item.active {
  width: 50%;
}
.fengpeng-index .part01 .bottom .w80 .item.active .i_mask {
  opacity: 0;
}
.fengpeng-index .part01 .bottom .w80 .item.active .i_content {
  opacity: 1;
}
.fengpeng-index .part01 .bottom .w80 .item.active .i_content .right {
  opacity: 1;
}
.fengpeng-index .part02 {
  background: url(/images/index_aboutBg.jpg) no-repeat center / 100%;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fengpeng-index .part02 .w80 .title {
  margin-bottom: 3.25rem;
}
.fengpeng-index .part02 .w80 .content {
  margin-bottom: 5rem;
}
.fengpeng-index .part02 .w80 .content p {
  width: 75%;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.fengpeng-index .part02 .w80 .more {
  margin-bottom: 8rem;
}
.fengpeng-index .part02 .w80 .aboutList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part02 .w80 .aboutList .item {
  width: 18%;
  margin-right: 1%;
  border-radius: 0.375rem;
  background-image: linear-gradient(135deg, #bd1c22, #00479e);
  background-image: -moz-linear-gradient(135deg, #bd1c22, #00479e);
  background-image: -o-linear-gradient(135deg, #bd1c22, #00479e);
  background-image: -webkit-linear-gradient(135deg, #bd1c22, #00479e);
}
.fengpeng-index .part02 .w80 .aboutList .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 4.5rem;
}
.fengpeng-index .part02 .w80 .aboutList .item a img {
  width: initial;
  margin-right: 1.375rem;
}
.fengpeng-index .part02 .w80 .aboutList .item a p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng-index .part03 {
  background: url(/images/shiliBg.jpg) no-repeat center / 100%;
  width: 100%;
  height: 100vh;
  padding-top: 16vh;
  box-sizing: border-box;
  overflow: hidden;
}
.fengpeng-index .part03 .w80 {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fengpeng-index .part03 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part03 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part03 .w80 .bottom .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part03 .w80 .bottom .item a .i_icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.375rem;
  background-image: linear-gradient(135deg, #bd1c22, #00479e);
  background-image: -moz-linear-gradient(135deg, #bd1c22, #00479e);
  background-image: -o-linear-gradient(135deg, #bd1c22, #00479e);
  background-image: -webkit-linear-gradient(135deg, #bd1c22, #00479e);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part03 .w80 .bottom .item a .i_icon img {
  width: initial;
}
.fengpeng-index .part03 .w80 .bottom .item a .i_txt {
  margin-left: 1.25rem;
}
.fengpeng-index .part03 .w80 .bottom .item a .i_txt h3 {
  font-size: 1.5rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.fengpeng-index .part03 .w80 .bottom .item a .i_txt p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.fengpeng-index .part04 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fengpeng-index .part04 .title {
  position: absolute;
  left: 10%;
  top: 10rem;
  z-index: 10;
}
.fengpeng-index .part04 .textBoxs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part04 .textBoxs .item {
  width: 16.66%;
  height: inherit;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
  background-image: linear-gradient(to bottom, rgba(0, 71, 158, 0), rgba(0, 71, 158, 0));
}
.fengpeng-index .part04 .textBoxs .item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.3) 100%);
}
.fengpeng-index .part04 .textBoxs .item:nth-last-of-type(1) {
  border-right: none;
}
.fengpeng-index .part04 .textBoxs .item .t_icon {
  position: absolute;
  left: 50%;
  bottom: 22vh;
  transform: translateX(-50%);
  transition: all 0.75s ease;
}
.fengpeng-index .part04 .textBoxs .item .t_icon img {
  width: initial;
}
.fengpeng-index .part04 .textBoxs .item .t_p {
  position: absolute;
  left: 50%;
  bottom: 16vh;
  transform: translateX(-50%);
  transition: all 0.75s ease;
}
.fengpeng-index .part04 .textBoxs .item .t_p p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng-index .part04 .textBoxs .item .t_icon2 {
  position: absolute;
  left: 50%;
  bottom: 10vh;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  transition: all 0.75s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part04 .textBoxs .item .t_icon2 i {
  color: #fff;
  font-size: 0.75rem;
}
.fengpeng-index .part04 .textBoxs .item.active {
  background-image: linear-gradient(to bottom, rgba(0, 71, 158, 0.1), rgba(0, 71, 158, 0.85));
}
.fengpeng-index .part04 .textBoxs .item.active .t_icon {
  bottom: 52vh;
}
.fengpeng-index .part04 .textBoxs .item.active .t_p {
  bottom: 46vh;
}
.fengpeng-index .part04 .textBoxs .item.active .t_icon2 {
  bottom: 20vh;
  opacity: 1;
}
.fengpeng-index .part04 .imgBoxs {
  position: relative;
}
.fengpeng-index .part04 .imgBoxs .img_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.fengpeng-index .part04 .imgBoxs .img_item.active {
  opacity: 1;
}
.fengpeng-index .part04 .imgBoxs .img_item:nth-of-type(1) {
  background-image: url(/images/lingyuBg1.jpg);
}
.fengpeng-index .part04 .imgBoxs .img_item:nth-of-type(2) {
  background-image: url(/images/lingyuBg2.jpg);
}
.fengpeng-index .part04 .imgBoxs .img_item:nth-of-type(3) {
  background-image: url(/images/lingyuBg3.jpg);
}
.fengpeng-index .part04 .imgBoxs .img_item:nth-of-type(4) {
  background-image: url(/images/lingyuBg4.jpg);
}
.fengpeng-index .part04 .imgBoxs .img_item:nth-of-type(5) {
  background-image: url(/images/lingyuBg5.jpg);
}
.fengpeng-index .part04 .imgBoxs .img_item:nth-of-type(6) {
  background-image: url(/images/lingyuBg6.jpg);
}
.fengpeng-index .part05 {
  width: 100%;
  height: 100vh;
  padding-top: 16vh;
  box-sizing: border-box;
  overflow: hidden;
}
.fengpeng-index .part05 .w80 {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fengpeng-index .part05 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part05 .w80 .bottom {
  padding-bottom: 3rem;
  border-bottom: 1px solid #dfdfdf;
}
.fengpeng-index .part05 .w80 .bottom .swiper {
  width: 100%;
  padding-bottom: 0.625rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item {
  background-color: #f7f9fc;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.875rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .i_img {
  width: 100%;
  border-radius: 0.875rem;
  overflow: hidden;
  height: 0;
  padding-bottom: 19rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .i_img img {
  display: block;
  width: 100%;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom {
  box-sizing: border-box;
  padding: 2.5rem 1rem 2.5rem 1rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom .i_txt {
  margin-bottom: 1.5rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom .i_txt h3 {
  font-size: 1.25rem;
  color: #00479e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom .i_txt p {
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom .i_icon2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom .i_icon2 p {
  font-size: 1rem;
  color: #999;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng-index .part05 .w80 .bottom .swiper .swiper-wrapper .swiper-slide .item a .bottom .i_icon2 i {
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: block;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #00479e;
}
.fengpeng-index .part05 .w80 .bottom .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.fengpeng-index .part05 .w80 .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #dfdfdf;
  opacity: 1;
}
.fengpeng-index .part05 .w80 .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #00479e;
}
.fengpeng_product .main {
  padding-top: 10rem;
  background-color: #f6f8fa;
  padding-bottom: 4rem;
}
.fengpeng_product .main .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .left {
  width: 74%;
}
.fengpeng_product .main .w80 .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .left .top .title h2 {
  font-size: 2.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.fengpeng_product .main .w80 .left .top .xuanze {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box1 h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box1 i {
  margin-left: 0.375rem;
  margin-top: 0.125rem;
  font-size: 1.25rem;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 {
  margin-left: 1rem;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select {
  position: relative;
  width: 100%;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select .custom-select__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 1.375rem;
  border: 1px solid #00479e;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 0.375rem;
  overflow: hidden;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select .custom-select__trigger .custom-select__value {
  font-size: 1rem;
  color: #00479e;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select .custom-select__trigger .custom-select__arrow {
  font-size: 1rem;
  color: #00479e;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  transition: transform 0.3s ease;
  padding-left: 0.5rem;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select.active .custom-select__arrow {
  transform: rotate(180deg);
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select .custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #00479e;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select .custom-select__options .custom-select__option {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1rem;
  color: #00479e;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select .custom-select__options .custom-select__option:hover {
  background-color: #00479e;
  color: #fff;
}
.fengpeng_product .main .w80 .left .top .xuanze .x_box2 .custom-select.active .custom-select__options {
  display: block;
}
.fengpeng_product .main .w80 .left .bottom {
  margin-top: 2rem;
}
.fengpeng_product .main .w80 .left .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .left .bottom ul li {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.875rem;
  position: relative;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.fengpeng_product .main .w80 .left .bottom ul li:nth-of-type(3n) {
  margin-right: 0;
}
.fengpeng_product .main .w80 .left .bottom ul li a {
  width: 100%;
}
.fengpeng_product .main .w80 .left .bottom ul li a .p_title p {
  font-size: 0.875rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
}
.fengpeng_product .main .w80 .left .bottom ul li a .p_title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng_product .main .w80 .left .bottom ul li a .img_box {
  width: 100%;
  height: 14rem;
  overflow: hidden;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.fengpeng_product .main .w80 .left .bottom ul li a .img_box img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: all 500ms ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translatex(-50%) translateY(-50%) scale(1);
  transform: translatex(-50%) translateY(-50%) scale(1);
}
.fengpeng_product .main .w80 .left .bottom ul li a .canshu {
  width: 76%;
}
.fengpeng_product .main .w80 .left .bottom ul li a .canshu h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
.fengpeng_product .main .w80 .left .bottom ul li a .canshu p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.fengpeng_product .main .w80 .left .bottom ul li a .p_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.25rem;
  height: 5.25rem;
  background-color: #bd1c22;
  box-sizing: border-box;
  border-left: 0.375rem solid #f6f8fa;
  border-top: 0.375rem solid #f6f8fa;
  border-radius: 0 0 0.75rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .left .bottom ul li a .p_more i {
  font-size: 1.5rem;
  color: #fff;
}
.fengpeng_product .main .w80 .left .bottom ul li:hover {
  background-color: #bd1c22;
}
.fengpeng_product .main .w80 .left .bottom ul li:hover a .p_title p {
  color: #fff;
}
.fengpeng_product .main .w80 .left .bottom ul li:hover a .p_title h3 {
  color: #fff;
}
.fengpeng_product .main .w80 .left .bottom ul li:hover a .img_box img {
  -webkit-transform: translatex(-50%) translateY(-50%) scale(1.15);
  transform: translatex(-50%) translateY(-50%) scale(1.15);
}
.fengpeng_product .main .w80 .left .bottom ul li:hover a .canshu h4 {
  color: #fff;
}
.fengpeng_product .main .w80 .left .bottom ul li:hover a .canshu p {
  color: #fff;
}
.fengpeng_product .main .w80 .right {
  width: 20%;
}
.fengpeng_product .main .w80 .right .search {
  background-color: #00479e;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.fengpeng_product .main .w80 .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .right .search form input {
  width: calc(100% - 3rem);
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  font-weight: 100;
  text-align: left;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.fengpeng_product .main .w80 .right .search form input::placeholder {
  color: #fff;
}
.fengpeng_product .main .w80 .right .search form button {
  width: 3rem;
  height: 2.75rem;
  background-color: #bd1c22;
  border-radius: 0 0.25rem 0.25rem 0;
}
.fengpeng_product .main .w80 .right .search form button i {
  font-size: 2rem;
  color: #fff;
}
.fengpeng_product .main .w80 .right .proList {
  margin-top: 2rem;
  background-color: rgba(18, 51, 37, 0.1);
  box-sizing: border-box;
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.fengpeng_product .main .w80 .right .proList h3 {
  font-size: 1.25rem;
  color: #00479e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .right .proList h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.fengpeng_product .main .w80 .right .proList ul li {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.fengpeng_product .main .w80 .right .proList ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  padding: 1rem 1rem;
}
.fengpeng_product .main .w80 .right .proList ul li:hover {
  background-color: #bd1c22;
}
.fengpeng_product .main .w80 .right .proList ul li:hover a {
  color: #fff;
}
.fengpeng_product .main .w80 .right .contactInfo {
  margin-top: 2rem;
  background-color: #00479e;
  box-sizing: border-box;
  padding: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.fengpeng_product .main .w80 .right .contactInfo h3 {
  font-size: 1.25rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product .main .w80 .right .contactInfo h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.fengpeng_product .main .w80 .right .contactInfo > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.fengpeng_product .main .w80 .right .contactInfo .c_item {
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 0.25rem;
}
.fengpeng_product .main .w80 .right .contactInfo .c_item h4 {
  font-size: 1rem;
  color: #bd1c22;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.fengpeng_product .main .w80 .right .contactInfo .c_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.fengpeng_product .main .w80 .right .contactInfo .c_item p:nth-of-type(1) {
  font-weight: 600;
}
.fengpeng_product .main .w80 .right .contactInfo .c_item p:nth-of-type(2) {
  font-weight: 600;
}
.fengpeng_product_detail .main {
  padding-top: 12rem;
  background-color: #f6f8fa;
  padding-bottom: 10rem;
}
.fengpeng_product_detail .main .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .left {
  width: 74%;
}
.fengpeng_product_detail .main .w80 .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox {
  width: 50%;
  position: relative;
  background-color: #fff;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .bigImg {
  padding: 1.5rem 1.5rem 8rem 1.5rem;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .bigImg img {
  width: 100%;
  max-width: 34.75rem;
  display: block;
  margin: 0 auto;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg {
  width: 100%;
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg .btnLeft {
  width: 1.875rem;
  height: 4rem;
  background-color: #f6f8fa;
  margin-left: 1.25rem;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg .btnRight {
  width: 1.875rem;
  height: 4rem;
  background-color: #f6f8fa;
  margin-left: 1.25rem;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg ul li {
  cursor: pointer;
  width: 13%;
  border: 1px solid #dfdfdf;
  margin: 0 0.5%;
  box-sizing: border-box;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg ul li img {
  width: 100%;
}
.fengpeng_product_detail .main .w80 .left .top .imgBox .smailImg ul li:hover {
  border: 1px solid #00479e;
}
.fengpeng_product_detail .main .w80 .left .top .textBox {
  width: 44%;
  height: inherit;
  position: relative;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pd_title {
  position: relative;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pd_title p {
  font-size: 0.875rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.875rem;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pd_title h3 {
  font-size: 1.75rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pd_title::after {
  display: block;
  content: "";
  margin-top: 1.5rem;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_content {
  margin: 1.25rem 0;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_content p span {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_config {
  margin: 1.25rem 0 0rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_config span {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_config ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_config ul li {
  padding: 0 0.625rem;
  margin: 0.375rem 0.125rem;
  border-radius: 5rem;
  background-color: #bd1c22;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 2.625rem;
  font-weight: normal;
  text-align: center;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_config ul li:nth-of-type(2n) {
  background-color: #00479e;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_changeBtns {
  margin-top: 2rem;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_changeBtns .preBtn {
  background-color: #fff;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  box-sizing: border-box;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_changeBtns .preBtn a {
  font-size: 1rem;
  color: #333;
  line-height: 3.75rem;
  font-weight: normal;
  text-align: left;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_changeBtns .nextBtn {
  background-color: #fff;
  padding-left: 2rem;
  box-sizing: border-box;
}
.fengpeng_product_detail .main .w80 .left .top .textBox .pro_changeBtns .nextBtn a {
  font-size: 1rem;
  color: #333;
  line-height: 3.75rem;
  font-weight: normal;
  text-align: left;
}
.fengpeng_product_detail .main .w80 .left .bottom {
  margin-top: 4rem;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav {
  background-color: #00479e;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  margin-bottom: 3rem;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #f8f8f8;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li {
  margin-right: 0.125rem;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 600;
  text-align: left;
  padding: 1rem 2rem;
  display: block;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li.active {
  background-color: #bd1c22;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li.active a {
  color: #fff;
  font-weight: 600;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li.active a::after {
  width: 100%;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li:hover a {
  color: #ffffff;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameterNav ul li:hover a::after {
  width: 80%;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .item .proItemTitle {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  cursor: pointer;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  width: calc(100% - 2rem);
  z-index: 6;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 i {
  font-size: 0.75rem;
  color: #bd1c22;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t2 {
  margin-top: 2rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .img {
  width: 100%;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .text .t1 h3 {
  color: #bd1c22;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .text .t2 {
  height: 7.5rem;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .text .t2 p {
  opacity: 0.6;
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.fengpeng_product_detail .main .w80 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.fengpeng_product_detail .main .w80 .right {
  width: 20%;
}
.fengpeng_product_detail .main .w80 .right .search {
  background-color: #00479e;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.fengpeng_product_detail .main .w80 .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .right .search form input {
  width: calc(100% - 3rem);
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  font-weight: 100;
  text-align: left;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.fengpeng_product_detail .main .w80 .right .search form input::placeholder {
  color: #fff;
}
.fengpeng_product_detail .main .w80 .right .search form button {
  width: 3rem;
  height: 2.75rem;
  background-color: #bd1c22;
  border-radius: 0 0.25rem 0.25rem 0;
}
.fengpeng_product_detail .main .w80 .right .search form button i {
  font-size: 2rem;
  color: #fff;
}
.fengpeng_product_detail .main .w80 .right .proList {
  margin-top: 2rem;
  background-color: rgba(18, 51, 37, 0.1);
  box-sizing: border-box;
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.fengpeng_product_detail .main .w80 .right .proList h3 {
  font-size: 1.25rem;
  color: #00479e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .right .proList h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.fengpeng_product_detail .main .w80 .right .proList ul li {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.fengpeng_product_detail .main .w80 .right .proList ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  padding: 1rem 1rem;
}
.fengpeng_product_detail .main .w80 .right .proList ul li:hover {
  background-color: #bd1c22;
}
.fengpeng_product_detail .main .w80 .right .proList ul li:hover a {
  color: #fff;
}
.fengpeng_product_detail .main .w80 .right .contactInfo {
  margin-top: 2rem;
  background-color: #00479e;
  box-sizing: border-box;
  padding: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.fengpeng_product_detail .main .w80 .right .contactInfo h3 {
  font-size: 1.25rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_product_detail .main .w80 .right .contactInfo h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.fengpeng_product_detail .main .w80 .right .contactInfo > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.fengpeng_product_detail .main .w80 .right .contactInfo .c_item {
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 0.25rem;
}
.fengpeng_product_detail .main .w80 .right .contactInfo .c_item h4 {
  font-size: 1rem;
  color: #bd1c22;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.fengpeng_product_detail .main .w80 .right .contactInfo .c_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.fengpeng_product_detail .main .w80 .right .contactInfo .c_item p:nth-of-type(1) {
  font-weight: 600;
}
.fengpeng_product_detail .main .w80 .right .contactInfo .c_item p:nth-of-type(2) {
  font-weight: 600;
}
.fengpeng_news .main {
  padding-top: 10rem;
}
.fengpeng_news .main .w80 {
  margin: 0 auto;
}
.fengpeng_news .main .w80 ul li {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fengpeng_news .main .w80 ul li:hover a .img img {
  transform: scale(1.2);
}
.fengpeng_news .main .w80 ul li:hover a .text h3 {
  transform: translateY(-1.25rem);
  color: #00479e;
}
.fengpeng_news .main .w80 ul li:hover a .text .more {
  color: #fff;
}
.fengpeng_news .main .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_news .main .w80 ul li a .img {
  width: 32%;
  height: 20.625rem;
  border-radius: 1.625rem;
  overflow: hidden;
  position: relative;
}
.fengpeng_news .main .w80 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  transition: all 0.5s ease;
}
.fengpeng_news .main .w80 ul li a .text {
  width: 64%;
}
.fengpeng_news .main .w80 ul li a .text h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.25rem;
  transition: all 0.5s ease;
}
.fengpeng_news .main .w80 ul li a .text span {
  font-size: 1rem;
  color: #00479e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.fengpeng_news .main .w80 ul li a .text p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.fengpeng_news .main .w80 ul li a .text .more {
  margin-top: 2.5rem;
  background-color: #f6f8fa;
  transition: all 0.5s ease;
  width: 13.75rem;
  height: 3.75rem;
  border-radius: 2.75rem;
}
.fengpeng_news .main .w80 ul li a .text .more .c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 6;
}
.fengpeng_news .main .w80 ul li a .text .more .c span {
  font-size: 0.9375rem;
  color: #00479e;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.fengpeng_news .main .w80 ul li a .text .more .c i {
  margin-left: 0.625rem;
  font-size: 0.9375rem;
  color: #00479e;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
}
.fengpeng_news .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.fengpeng_news .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.fengpeng_news .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.fengpeng_news .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.fengpeng_news .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.fengpeng_news .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
.fengpeng_news .main .pageList {
  margin-top: 3rem;
}
.fengpeng_news .main .pageList dl {
  justify-content: center;
}
.fengpeng_news_details {
  background-color: #f6f8fa;
}
.fengpeng_news_details .main .n_center {
  padding-top: 10rem;
}
.fengpeng_news_details .main .n_center .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng_news_details .main .n_center .ct .detailed {
  width: 74%;
}
.fengpeng_news_details .main .n_center .ct .detailed > .news_title {
  display: block;
  visibility: visible;
  margin-bottom: 1rem;
}
.fengpeng_news_details .main .n_center .ct .detailed > .news_title h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d6d6d6;
  margin-bottom: 2.5rem;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin: 0 0.625rem;
  opacity: 0.3;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .news_content {
  padding: 4rem 3rem;
  box-sizing: border-box;
  background-color: #fff;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .news_content h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875rem;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 0.625rem;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 0.625rem;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 1.5rem;
}
.fengpeng_news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  font-weight: 1;
  text-align: left;
  padding: 0.875rem;
}
.fengpeng_news_details .main .n_center .ct .right {
  width: 20%;
}
.fengpeng_news_details .main .n_center .ct .right .search {
  background-color: #00479e;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.fengpeng_news_details .main .n_center .ct .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_news_details .main .n_center .ct .right .search form input {
  width: calc(100% - 3rem);
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  font-weight: 100;
  text-align: left;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.fengpeng_news_details .main .n_center .ct .right .search form input::placeholder {
  color: #fff;
}
.fengpeng_news_details .main .n_center .ct .right .search form button {
  width: 3rem;
  height: 2.75rem;
  background-color: #bd1c22;
  border-radius: 0 0.25rem 0.25rem 0;
}
.fengpeng_news_details .main .n_center .ct .right .search form button i {
  font-size: 2rem;
  color: #fff;
}
.fengpeng_news_details .main .n_center .ct .right .proList {
  margin-top: 2rem;
  background-color: rgba(18, 51, 37, 0.1);
  box-sizing: border-box;
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.fengpeng_news_details .main .n_center .ct .right .proList h3 {
  font-size: 1.25rem;
  color: #00479e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_news_details .main .n_center .ct .right .proList h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.fengpeng_news_details .main .n_center .ct .right .proList ul li {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.fengpeng_news_details .main .n_center .ct .right .proList ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  padding: 1rem 1rem;
}
.fengpeng_news_details .main .n_center .ct .right .proList ul li:hover {
  background-color: #bd1c22;
}
.fengpeng_news_details .main .n_center .ct .right .proList ul li:hover a {
  color: #fff;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo {
  margin-top: 2rem;
  background-color: #00479e;
  box-sizing: border-box;
  padding: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo h3 {
  font-size: 1.25rem;
  color: #bd1c22;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo .c_item {
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 0.25rem;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo .c_item h4 {
  font-size: 1rem;
  color: #bd1c22;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.fengpeng_news_details .main .n_center .ct .right .contactInfo .c_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.fengpeng_about .main {
  padding-top: 10rem;
  background: url(/images/indexAboutBg1.jpg) no-repeat top left;
}
.fengpeng_about .main .part01 {
  margin-bottom: 10rem;
}
.fengpeng_about .main .part01 .w80 {
  overflow: visible;
}
.fengpeng_about .main .part01 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5rem;
}
.fengpeng_about .main .part01 .w80 .top .left {
  width: 45%;
}
.fengpeng_about .main .part01 .w80 .top .right {
  width: 55%;
}
.fengpeng_about .main .part01 .w80 .top .right .a_title .t2 {
  margin-top: 0;
}
.fengpeng_about .main .part01 .w80 .top .right .a_title .t2 p {
  line-height: 1.5;
  font-size: 1.375rem;
  color: #00479e;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  text-shadow: 0.125rem 0.125rem 0 rgba(76, 29, 8, 0.2);
  padding-bottom: 1rem;
  letter-spacing: 0.125rem;
}
.fengpeng_about .main .part01 .w80 .center {
  margin-bottom: 3rem;
}
.fengpeng_about .main .part01 .w80 .center h2 {
  line-height: 1.5;
  font-size: 2.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-shadow: 0.1875rem 0.1875rem 0 rgba(76, 29, 8, 0.2);
  padding-bottom: 1.5rem;
}
.fengpeng_about .main .part01 .w80 .center p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
.fengpeng_about .main .part01 .w80 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_about .main .part01 .w80 .bottom ul li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: #fff solid 0.5rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part01 .w80 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.fengpeng_about .main .part01 .w80 .bottom ul li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px);
}
.fengpeng_about .main .part01 .w80 .bottom ul li img {
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part01 .w80 .bottom ul li:hover img {
  transform: scale(1.15);
}
.fengpeng_about .main .part02 {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #00479e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_about .main .part02 .w80 {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.fengpeng_about .main .part02 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fengpeng_about .main .part02 .w80 .top .txt p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 3px;
}
.fengpeng_about .main .part02 .w80 .bottom {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_about .main .part02 .w80 .bottom .item {
  width: 31.6%;
  height: 40vh;
  border-radius: 0.75rem;
  padding: 2.5rem 1rem;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.25rem);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part02 .w80 .bottom .item:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}
.fengpeng_about .main .part02 .w80 .bottom .item:hover .i_icon {
  transform: scale(1.2) rotate(5deg);
  border-color: #fff;
  box-shadow: 0 0 25px rgba(86, 201, 255, 0.7);
}
.fengpeng_about .main .part02 .w80 .bottom .item:hover .i_icon img {
  transform: scale(1.1);
}
.fengpeng_about .main .part02 .w80 .bottom .item .i_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #56c9ff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.5rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part02 .w80 .bottom .item .i_icon img {
  width: 3.5rem;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part02 .w80 .bottom .item .i_text {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part02 .w80 .bottom .item .i_text h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.125rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_about .main .part02 .w80 .bottom .item .i_text p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  opacity: 0.75;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 1rem;
}
.fengpeng_about .main .part02 .w80 .bottom .item:hover .i_text h3 {
  transform: translateY(-5px);
}
.fengpeng_about .main .part02 .w80 .bottom .item:hover .i_text p {
  opacity: 1;
  transform: translateY(5px);
}
.fengpeng_about .main .part02 canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}
.fengpeng_about .main .part03 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url(/images/shouhouBg.jpg) no-repeat bottom center / 100%;
}
.fengpeng_about .main .part03 .w80 {
  overflow: visible;
}
.fengpeng_about .main .part03 .w80 .right {
  width: 100%;
}
.fengpeng_about .main .part03 .w80 .right .txt {
  margin-top: 2rem;
}
.fengpeng_about .main .part03 .w80 .right .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.5rem;
}
.fengpeng_contact .main {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.fengpeng_contact .main::before {
  display: block;
  content: "";
  width: 100%;
  height: 80vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(/images/proBg1.png) no-repeat left top / 100%;
  animation: float 20s ease-in-out infinite;
}
.fengpeng_contact .main::after {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(/images/proBg2.png) no-repeat right bottom / 100%;
  animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}
.fengpeng_contact .main .part01 {
  position: relative;
  z-index: 6;
}
.fengpeng_contact .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: visible;
}
.fengpeng_contact .main .part01 .w80 .left {
  width: 32%;
}
.fengpeng_contact .main .part01 .w80 .left .img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.fengpeng_contact .main .part01 .w80 .left .img:hover {
  transform: scale(1.03) translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.fengpeng_contact .main .part01 .w80 .left .img img {
  width: 100%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .left .img:hover img {
  transform: scale(1.1);
}
.fengpeng_contact .main .part01 .w80 .right {
  width: 60%;
}
.fengpeng_contact .main .part01 .w80 .right .sub1 .sub1_sub1 {
  margin-bottom: 5rem;
}
.fengpeng_contact .main .part01 .w80 .right .sub1 .sub1_sub1 h3 {
  font-size: 1.5rem;
  color: #00479e;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub1 .sub1_sub1 h3:hover {
  color: #00306b;
  transform: translateX(10px);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 {
  margin-top: 10rem;
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map {
  margin-bottom: 1.2rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map:hover {
  transform: scale(1.05);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map a {
  display: block;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map a:hover {
  transform: translateY(-5px);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon {
  margin-bottom: 0.3rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon:hover {
  transform: rotate(5deg);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon img {
  width: 5rem;
  padding: 0.6rem;
  border-radius: 0.7rem;
  border: 1px solid #bd1c22;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_icon img:hover {
  border-color: #91151a;
  box-shadow: 0 0 15px rgba(205, 0, 0, 0.3);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_txt p {
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.3;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub1 .map .map_txt p:hover {
  opacity: 1;
  color: #bd1c22;
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 {
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 30%;
  padding: 1rem 0;
  padding-left: 1rem;
  box-sizing: border-box;
  background-color: #00479e;
  border-radius: 0.5rem;
  height: 5.625rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #00306b;
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4rem;
  letter-spacing: 2px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:hover h3 {
  transform: translateX(10px);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:hover p {
  opacity: 1;
  transform: translateX(10px);
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:nth-last-of-type(1) {
  width: 38%;
}
.fengpeng_contact .main .part01 .w80 .right .sub2 .sub2_sub2 .item:nth-last-of-type(1) p {
  font-size: 1rem;
}
.fengpeng_contact .main .part02 {
  margin-top: 10rem;
  position: relative;
  z-index: 6;
}
.fengpeng_contact .main .part02 .w80 .sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub1 {
  width: 32%;
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub1 h3 {
  font-size: 2rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub1 h3:hover {
  color: #00479e;
  transform: translateY(-5px);
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub2 {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub2 .basic-radio {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub2 .basic-radio:hover {
  transform: translateY(-5px);
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub2 .basic-radio label {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub2 .basic-radio label:hover {
  color: #00479e;
}
.fengpeng_contact .main .part02 .w80 .sub1 .sub1_sub2 .basic-radio input[type="radio"] {
  margin-right: 0.5rem;
  transform: scale(1.2);
}
.fengpeng_contact .main .part02 .w80 .sub2 {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub1 {
  width: 32%;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub1 h3 {
  font-size: 2rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "MyFont";
  margin-bottom: 1rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub1 h3:hover {
  color: #00479e;
  transform: translateY(-5px);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub1 p {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub1 p:hover {
  color: #00479e;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 {
  width: 60%;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div {
  width: 49%;
  margin-bottom: 0.8rem;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.4rem;
  font-size: 1rem;
  color: #000;
  line-height: 3.75rem;
  font-weight: 100;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div input:focus {
  outline: none;
  border-color: #00479e;
  box-shadow: 0 0 0 3px rgba(17, 54, 140, 0.1);
  transform: translateY(-2px);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div input:hover {
  border-color: #00479e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div.sub2_item_box2 {
  width: 100%;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div.sub2_item_box2 textarea {
  padding: 1.4rem;
  width: 100%;
  min-height: 12rem;
  font-size: 1rem;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div.sub2_item_box2 textarea:focus {
  outline: none;
  border-color: #00479e;
  box-shadow: 0 0 0 3px rgba(17, 54, 140, 0.1);
  transform: translateY(-2px);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item > div.sub2_item_box2 textarea:hover {
  border-color: #00479e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item button {
  width: 100%;
  background-color: #00479e;
  font-size: 1rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 100;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item button:hover {
  background-color: #00306b;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(17, 54, 140, 0.3);
}
.fengpeng_contact .main .part02 .w80 .sub2 .sub2_sub2 .sub2_item button:active {
  transform: translateY(0);
}
/* ========== 通用动画交互增强 ========== */
.more {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.more::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.more a i {
  transition: transform 0.4s ease;
}
.more:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(189, 28, 34, 0.35);
}
.more:hover::after {
  left: 130%;
}
.more:hover a i {
  transform: translateX(6px);
}
.ripple-ink {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: fpRipple 0.6s ease-out forwards;
  pointer-events: none;
  z-index: 2;
}
@keyframes fpRipple {
  to {
    transform: scale(2.6);
    opacity: 0;
  }
}
.more2 {
  transition: background-color 0.4s ease;
}
.more2 a i {
  transition: all 0.4s ease;
}
.more2:hover {
  background-color: #00479e;
}
.more2:hover a i {
  color: #fff;
  transform: translateX(2px);
}
.fengpeng-index .part02 .aboutList .item {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.fengpeng-index .part02 .aboutList .item a img {
  transition: transform 0.4s ease;
}
.fengpeng-index .part02 .aboutList .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}
.fengpeng-index .part02 .aboutList .item:hover a img {
  transform: scale(1.18) rotate(-8deg);
}
.fengpeng-index .part03 .bottom .item a .i_icon {
  transition: transform 0.5s ease;
}
.fengpeng-index .part03 .bottom .item:hover a .i_icon {
  transform: rotate(-8deg) scale(1.08);
}
.fengpeng-index .part04 .textBoxs .item a .t_icon2 i {
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
.fengpeng-index .part04 .textBoxs .item a:hover .t_icon2 i {
  transform: translateX(4px);
}
.fengpeng-index .part05 .swiper-slide .item {
  transition: box-shadow 0.5s ease;
}
.fengpeng-index .part05 .swiper-slide .item a .i_img img {
  transition: transform 0.6s ease;
}
.fengpeng-index .part05 .swiper-slide .item .bottom .i_icon2 i {
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}
.fengpeng-index .part05 .swiper-slide .item:hover {
  box-shadow: 0 15px 35px rgba(0, 71, 158, 0.18);
}
.fengpeng-index .part05 .swiper-slide .item:hover a .i_img img {
  transform: scale(1.08);
}
.fengpeng-index .part05 .swiper-slide .item:hover .bottom .i_icon2 i {
  background-color: #00479e;
  color: #fff;
  transform: translateX(3px);
}
.proList ul li a {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.proList ul li:hover a {
  transform: translateX(6px);
  color: #00479e;
}
.fengpeng_news_details .np a {
  transition: color 0.3s ease;
}
.fengpeng_news_details .np i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.fengpeng_news_details .np div:hover a {
  color: #00479e;
}
.fengpeng_news_details .np div:first-child:hover i {
  transform: translateX(-4px);
}
.fengpeng_news_details .np div:last-child:hover i {
  transform: translateX(4px);
}
.pageList .pagination .page-item a {
  transition: all 0.3s ease;
}
.pageList .pagination .page-item a:hover {
  transform: translateY(-3px);
  background-color: #00479e;
  color: #fff;
}
.fengpeng_contact .sub2_sub2 form input,
.fengpeng_contact .sub2_sub2 form textarea {
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.fengpeng_contact .sub2_sub2 form input:focus,
.fengpeng_contact .sub2_sub2 form textarea:focus {
  outline: none;
  border-color: #00479e;
  box-shadow: 0 0 0 3px rgba(0, 71, 158, 0.12);
  transform: translateY(-2px);
}
.fengpeng_contact .sub2_sub2 form .basic-radio {
  transition: transform 0.3s ease;
}
.fengpeng_contact .sub2_sub2 form .basic-radio:hover {
  transform: scale(1.05);
}
.fengpeng_about .part01 .bottom ul li {
  overflow: hidden;
  border-radius: 0.5rem;
}
.fengpeng_about .part01 .bottom ul li img {
  transition: transform 0.6s ease;
}
.fengpeng_about .part01 .bottom ul li:hover img {
  transform: scale(1.1);
}
