﻿.part {
  padding: 0.7rem 0 0.5rem 0;
}
.commonTitle {
  text-align: center;
}
.commonTitle h1 {
  color: #333333;
  font-size: 0.45rem;
  font-weight: bold;
}
.commonTitle span {
  display: inline-block;
  width: 0.74rem;
  height: 0.07rem;
  background: #ff6727;
  border-radius: 4px;
  margin-top: 0.2rem;
}
.commonTitle p {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #333333;
}
.partimg {
  padding: 0 0.24rem;
}
/* banner */
.banner {
  background: url(../images/yxqb/bannerBg.png) no-repeat center;
  background-size: cover;
  height: 10.11rem;
  text-align: center;
  width: 105%;
}
.banner .banner-logo {
  width: 1.4rem;
  height: 0.66rem;
  margin-top: 0.54rem;
  margin-bottom: 0.29rem;
}
.banner h1 {
  font-size: 0.56rem;
  letter-spacing: 1.12px;
  font-weight: bold;
  color: #232323;
}
.banner p {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  color: #232323;
  letter-spacing: 0.72px;
}
.banner a {
  display: inline-block;
  margin-top: 0.66rem;
  width: 1.7rem;
  height: 0.51rem;
  text-align: center;
  line-height: 0.51rem;
  background: #ff6727;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.24rem;
  letter-spacing: 0.48px;
}
.partAgroup {
  display: flex;
  padding: 0 0.85rem;
  flex-direction: column;
  margin-top: 0.4rem;
}
.partAitem {
  display: flex;
  align-items: center;
  height: 1.38rem;
  background: linear-gradient(126deg, #fea348 42%, #ff522e 100%);
  border-radius: 0.26rem;
  margin-bottom: 0.2rem;
}
.partAitem img {
  width: 1.3rem;
  height: 1.23rem;
  margin-right: 0.37rem;
  margin-top: 0.1rem;
}
.partAdesc {
  color: #fff;
}
.partAdesc p {
  font-size: 0.36rem;
  letter-spacing: 1.44px;
}
.partAdesc span {
  font-size: 0.16rem;
  letter-spacing: 0.64px;
}
.partB {
  background: rgba(249, 249, 249, 0.97);
  padding: 0.5rem 0.24rem;
}
.partBbox {
  height: 11.3rem;
  background: #ff822e;
  border-radius: 0.22rem;
  box-shadow: 0px 3px 10px 0px rgba(161, 161, 161, 0.38);
  box-sizing: border-box;
  padding: 0.5rem 0.28rem 0.76rem 0.28rem;
  position: relative;
}
.partBimg {
  margin-top: 0.47rem;
}
.partBpositive {
  position: absolute;
  width: 4.12rem;
  bottom: 0;
  right: 0;
}
.partC {
  padding-bottom: 0;
}
