.custom-header {
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
  min-width: 1200px;
  background-position: center;
}
.custom-header > .white-bg {
  background-color: #fff;
}
.custom-header .banner {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  display: block;
}
.custom-header .big-title {
  font-size: 36px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
}
.custom-header .nav-mask {
  position: absolute;
  width: 100%;
  top: 0;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.custom-header .pt-30 {
  padding-top: 30px;
}
.custom-header .company-logo {
  width: 100px;
  height: 70px;
}
.custom-header .company-1 a:hover {
  color: #27BFA2;
}
.custom-header .company-1 .company-name {
  width: 300px;
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #ffffff;
  line-height: 28px;
  margin-left: 10px;
}
.custom-header .company-1 .tab-bar {
  height: 70px;
  line-height: 70px;
}
.custom-header .company-1 .tab-bar .tab-bar-item {
  padding: 0 24px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  color: #ffffff;
}
.custom-header .company-1 .tab-bar .tab-bar-item.active {
  background: #ffffff;
  color: #27BFA2;
}
.custom-header .company-2 .wrap {
  background-color: #fff;
}
.custom-header .company-2 a:hover {
  color: #FBA748;
}
.custom-header .company-2 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
}
.custom-header .company-2 .company-business {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.custom-header .company-2 .tab-bar {
  height: 60px;
  line-height: 60px;
  background-color: #323752;
}
.custom-header .company-2 .tab-bar .tab-bar-item {
  display: inline-block;
  height: 60px;
  width: 173px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.custom-header .company-2 .tab-bar .tab-bar-item.active {
  background: url("/static/template/7/tab-1.png") no-repeat;
  background-size: 100% 100%;
}
.custom-header .company-2 .tab-bar .tab-bar-item:nth-child(1) {
  width: 138px;
  left: 0px;
}
.custom-header .company-2 .tab-bar .tab-bar-item:nth-child(2) {
  left: -35px;
}
.custom-header .company-2 .tab-bar .tab-bar-item:nth-child(3) {
  left: -70px;
}
.custom-header .company-2 .tab-bar .tab-bar-item:nth-child(4) {
  left: -105px;
}
.custom-header .company-2 .tab-bar .tab-bar-item:nth-child(5) {
  left: -140px;
}
.custom-header .company-2 .tab-bar .tab-bar-item::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 14px;
  width: 12px;
  height: 20px;
  box-sizing: border-box;
  border-right: 1px solid #3a426d;
  transform-origin: bottom center;
  transform: rotateZ(30deg);
  animation: slash 5s infinite ease;
}
.custom-header .company-2 .tab-bar .tab-bar-item.active::after {
  content: "";
  display: none;
}
.custom-header .company-3 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
}
.custom-header .company-3 .company-business {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.custom-header .company-3 .tab-bar {
  background-color: #487EFB;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
.custom-header .company-3 .tab-bar .tab-bar-item {
  display: inline-block;
  height: 100%;
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.custom-header .company-3 .tab-bar .tab-bar-item.active {
  color: #487EFB;
  background: #ffffff;
}
.custom-header .company-4 {
  position: relative;
  z-index: 2;
}
.custom-header .company-4 a:hover {
  color: #487EFB;
}
.custom-header .company-4 .pt-30 .fl {
  transform: translateY(-15px);
}
.custom-header .company-4 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #ffffff;
  line-height: 28px;
  margin-left: 10px;
}
.custom-header .company-4 .tab-bar-item {
  padding: 0 24px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  color: #ffffff;
}
.custom-header .company-4 .tab-bar-item.active {
  background: #487EFB;
  color: #ffffff;
}
.custom-header .company-4 .company-business {
  width: 476px;
  height: 226px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100px;
  left: 300px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  color: #ffffff;
  font-size: 18px;
}
.custom-header .company-4 .company-business .container {
  width: auto;
}
.custom-header .company-4 .company-business span {
  display: block;
  text-align: center;
}
.custom-header .company-4 .company-business span:first-child {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  padding: 20px 0;
}
.custom-header .company-5 .line {
  height: 2px;
  background: #2758AA;
}
.custom-header .company-5 .tab-bar {
  display: flex;
  padding-bottom: 8px;
}
.custom-header .company-5 .tab-bar .tab-bar-item {
  padding: 10px 24px;
  color: #333;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
}
.custom-header .company-5 .tab-bar .tab-bar-item.active {
  color: #fff;
  background-color: #2758AA;
}
.custom-header .company-5 .basic-info {
  background-color: #fff;
  width: 254px;
  height: 450px;
}
.custom-header .company-5 .basic-info .company-name,
.custom-header .company-5 .basic-info .company-hitReason,
.custom-header .company-5 .basic-info .company-titleLegal,
.custom-header .company-5 .basic-info .company-domicile {
  padding: 10px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.custom-header .company-5 .basic-info .company-name span,
.custom-header .company-5 .basic-info .company-hitReason span,
.custom-header .company-5 .basic-info .company-titleLegal span,
.custom-header .company-5 .basic-info .company-domicile span {
  float: left;
  width: 154px;
  word-break: break-all;
  margin-left: 10px;
}
.custom-header .company-6 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #ffffff;
  line-height: 28px;
  margin-left: 10px;
}
.custom-header .company-6 .tab-bar {
  height: 54px;
  line-height: 54px;
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-header .company-6 .tab-bar .tab-bar-item {
  padding: 10px 24px;
  color: #fff;
}
.custom-header .company-6 .tab-bar .tab-bar-item.active {
  color: #fff;
  font-weight: 600;
}
.custom-header .company-6 .company-business {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  line-height: 70px;
  color: #fff;
}
.custom-header .company-6 .company-business .container {
  box-sizing: border-box;
  padding-left: 20px;
}
.custom-header .company-7 .white-bg {
  background-color: #fff;
  padding: 10px 20px;
}
.custom-header .company-7 .company-name {
  width: 300px;
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  margin-left: 10px;
}
.custom-header .company-7 .tab-bar {
  height: 70px;
  line-height: 70px;
}
.custom-header .company-7 .tab-bar .tab-bar-item {
  padding: 10px 24px;
  color: #333;
}
.custom-header .company-7 .tab-bar .tab-bar-item.active {
  color: #F1403C;
}
.custom-header .company-8 .banner {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  display: block;
}
.custom-header .company-8 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
}
.custom-header .company-8 .company-business {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.custom-header .company-8.p-20 {
  padding: 20px;
}
.custom-header .company-8 .tab-bar {
  background-color: #F89847;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
.custom-header .company-8 .tab-bar .tab-bar-item {
  display: inline-block;
  height: 100%;
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.custom-header .company-8 .tab-bar .tab-bar-item.active {
  color: #fff;
  background: #ac6930;
}
.custom-header .company-9 .pt-30 {
  padding: 15px 0;
}
.custom-header .company-9 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  margin-left: 10px;
}
.custom-header .company-9 .tab-bar {
  height: 70px;
  line-height: 70px;
}
.custom-header .company-9 .tab-bar .tab-bar-item {
  padding: 13px 34px;
  color: #333;
}
.custom-header .company-9 .tab-bar .tab-bar-item.active {
  color: #fff;
  background-color: #4A16FA;
}
.custom-header .company-10 .pt-30 {
  padding: 15px 0;
}
.custom-header .company-10 .banner {
  width: 1200px;
  height: 450px;
  margin: 15px auto 0;
  display: block;
}
.custom-header .company-10 .company-name {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  margin-left: 10px;
}
.custom-header .company-10 .company-business {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  line-height: 70px;
  box-sizing: border-box;
  color: #fff;
}
.custom-header .company-10 .company-business .container {
  box-sizing: border-box;
  padding-left: 20px;
}
.custom-header .company-10 .primary {
  font-family: PingFangSC-Medium, PingFang SC;
  color: #ffffff;
  background: linear-gradient(246deg, #9285f7 0%, #8ebff9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-header .company-10 .tab-bar {
  height: 70px;
  line-height: 70px;
}
.custom-header .company-10 .tab-bar .tab-bar-item {
  margin-right: 85px;
  height: 100%;
  color: #333;
  display: inline-block;
  box-sizing: border-box;
}
.custom-header .company-10 .tab-bar .tab-bar-item.active {
  background-image: -webkit-linear-gradient(246deg, #9285f7 0%, #8ebff9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 3px solid;
  border-image: -webkit-linear-gradient(246deg, #9285f7 0%, #8ebff9 100%) 1 10 1;
  /* 控制边框颜色渐变 */
}

.basic .company-1 .big-title {
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  text-align: center;
}
.basic .company-1 .wrap {
  background-color: #f7fffe;
  padding: 48px 0 0;
}
.basic .company-1 .wrap .w-25 {
  width: 25%;
}
.basic .company-1 .wrap .grey-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #27BFA2;
  line-height: 22px;
  text-align: center;
  padding-bottom: 18px;
}
.basic .company-1 .wrap .main-text {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.basic .company-1 .wrap .right-border {
  position: relative;
}
.basic .company-1 .wrap .right-border::after {
  content: "";
  height: 90px;
  width: 1px;
  background: #d8d8d8;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.basic .company-2 .big-title {
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  text-align: center;
}
.basic .company-2 .wrap {
  background-color: #fff;
}
.basic .company-2 .big-title {
  font-size: 44px;
  font-family: REEJI-Top-BlackGBV1 0, REEJI-Top;
  font-weight: normal;
  color: #333333;
  line-height: 49px;
  padding-top: 80px;
}
.basic .company-2 .fl.w-25 {
  width: 23%;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 20px;
  box-shadow: 0px 0px 14px 0px rgba(224, 224, 224, 0.5);
}
.basic .company-2 .fl.w-25 .grey-text {
  color: #FBA748;
  padding-bottom: 10px;
}
.basic .company-2 .fl.w-25:nth-child(4) {
  margin-right: 0;
}
.basic .company-3 .container {
  width: auto;
}
.basic .company-3 .wrap {
  background-color: #fff;
  padding: 20px 20px 0 20px;
}
.basic .company-3 .big-title {
  font-size: 30px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec;
}
.basic .company-3 .big-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 44px;
  background: #487efb;
  position: absolute;
  left: 0;
  z-index: 1;
}
.basic .company-3 .grey-text {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  padding-bottom: 18px;
  float: left;
}
.basic .company-3 .main-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}
.basic .company-3 .fl {
  float: none;
}
.basic .company-4 .wrap {
  background: url(/static/template/9/info-bgc.png);
  padding-bottom: 20px;
}
.basic .company-4 .big-title {
  font-size: 44px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #ffffff;
  line-height: 62px;
  padding-top: 60px;
  text-align: center;
}
.basic .company-4 .fl.w-25 {
  width: 277px;
  height: 167px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(224, 224, 224, 0.5);
  border-radius: 30px 0px 30px 0px;
  margin-right: 30px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 30px;
  line-height: 40px;
}
.basic .company-4 .fl.w-25 .grey-text {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 28px;
  color: #487EFB;
  padding-bottom: 10px;
}
.basic .company-4 .fl.w-25:nth-child(4) {
  margin-right: 0;
}
.basic .company-6 .wrap {
  padding-top: 40px;
  background-color: #fff;
}
.basic .company-6 .big-title {
  height: 56px;
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}
.basic .company-6 .big-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 10px;
  height: 44px;
  background: #56AB5E;
}
.basic .company-6 .fl.w-25 {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ECECEC;
  border-right: 0;
}
.basic .company-6 .fl.w-25:nth-child(4) {
  position: relative;
}
.basic .company-6 .fl.w-25:nth-child(4)::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  display: block;
  background-color: #ECECEC;
  right: 0;
  top: 0;
}
.basic .company-6 .fl.w-25 .grey-text {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  padding-bottom: 10px;
}
.basic .company-6 .fl.w-25 .main-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.basic .company-6 .fl.w-25:nth-child(4) {
  margin-right: 0;
}
.basic .company-7 .wrap {
  background-color: #fff;
}
.basic .company-7 .wrap .container {
  width: 100%;
  border: 1px solid #ececec;
  border-top: 0;
}
.basic .company-7 .big-title {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #F1403C;
  line-height: 28px;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #ececec;
  width: 100%;
}
.basic .company-7 .big-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #F1403C;
}
.basic .company-7 .fl.w-25 {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-right: 0;
}
.basic .company-7 .fl.w-25:nth-child(4) {
  position: relative;
}
.basic .company-7 .fl.w-25:nth-child(4)::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  display: block;
  background-color: #ECECEC;
  right: 0;
  top: 0;
}
.basic .company-7 .fl.w-25 .grey-text {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  padding-bottom: 10px;
  float: left;
}
.basic .company-7 .fl.w-25 .main-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  width: 70%;
}
.basic .company-7 .fl.w-25:nth-child(4) {
  margin-right: 0;
}
.basic .company-8 .wrap {
  background-color: #fff;
}
.basic .company-8 .wrap .container {
  width: 100%;
  border-top: 0;
}
.basic .company-8 .big-title {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #fff;
  line-height: 28px;
  box-sizing: border-box;
  position: relative;
  padding: 16px 20px;
  width: 100%;
  background-color: #F89847;
}
.basic .company-8 .fl.w-25 {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-right: 0;
}
.basic .company-8 .fl.w-25 .grey-text {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  padding-bottom: 10px;
  float: left;
}
.basic .company-8 .fl.w-25 .main-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  width: 70%;
}
.basic .company-8 .fl.w-25:nth-child(4) {
  margin-right: 0;
}
.basic .company-9 .wrap {
  background-color: #fff;
  margin-top: 20px;
}
.basic .company-9 .wrap .container {
  width: 100%;
  border-top: 0;
}
.basic .company-9 .big-title {
  font-size: 24px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #4A16FA;
  line-height: 28px;
  box-sizing: border-box;
  position: relative;
  padding: 16px 20px;
  width: 100%;
  background: #F7F7F7;
}
.basic .company-9 .fl.w-25 {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-right: 0;
}
.basic .company-9 .fl.w-25 .grey-text {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  padding-bottom: 10px;
  float: left;
}
.basic .company-9 .fl.w-25 .main-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  width: 70%;
}
.basic .company-9 .fl.w-25:nth-child(4) {
  margin-right: 0;
}
.basic .company-10 .wrap {
  background-color: #fff;
  padding-top: 40px;
}
.basic .company-10 .big-title {
  display: none;
}
.basic .company-10 .img-title {
  width: 234px;
  height: 58px;
  background: url(/static/template/15/basic.png) no-repeat;
}
.basic .company-10 .fl.w-25 {
  width: 23.5%;
  height: 160px;
  padding-top: 30px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  box-shadow: 0px 0px 14px 0px rgba(224, 224, 224, 0.5);
}
.basic .company-10 .fl.w-25 .grey-text {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #487EFB;
  background: linear-gradient(124deg, #8EC4F9 0%, #9185F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.basic .company-10 .fl.w-25 .main-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.basic .company-10 .fl.w-25:nth-child(4) {
  margin-right: 0;
}

.company-footer .company-1 .wrap {
  background-color: #293A37;
  padding: 40px 0;
}
.company-footer .company-1 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-1 .wrap .foot-link a:hover {
  color: #27BFA2;
}
.company-footer .company-1 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-1 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-1 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-2 .wrap {
  background-color: #323752;
  padding: 40px 0;
}
.company-footer .company-2 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-2 .wrap .foot-link a:hover {
  color: #FBA748;
}
.company-footer .company-2 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-2 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-2 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-3 .wrap {
  background-color: #323752;
  padding: 40px 0;
}
.company-footer .company-3 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-3 .wrap .foot-link a:hover {
  color: #487EFB;
}
.company-footer .company-3 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-3 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-3 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-4 .wrap {
  background-color: #323752;
  padding: 40px 0;
}
.company-footer .company-4 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-4 .wrap .foot-link a:hover {
  color: #487EFB;
}
.company-footer .company-4 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-4 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-4 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-5 .wrap {
  background-color: #323752;
  padding: 40px 0;
}
.company-footer .company-5 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-5 .wrap .foot-link a:hover {
  color: #2758AA;
}
.company-footer .company-5 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-5 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-5 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-6 .wrap {
  background-color: #323752;
  padding: 40px 0;
}
.company-footer .company-6 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-6 .wrap .foot-link a:hover {
  color: #56AB5E;
}
.company-footer .company-6 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-6 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-6 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-7 .wrap {
  background-color: #353434;
  padding: 40px 0;
}
.company-footer .company-7 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-7 .wrap .foot-link a:hover {
  color: #F1403C;
}
.company-footer .company-7 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-7 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-7 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-8 .wrap {
  background-color: #36291E;
  padding: 40px 0;
}
.company-footer .company-8 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-8 .wrap .foot-link a:hover {
  color: #F89847;
}
.company-footer .company-8 .wrap .foot-link a::after {
  content: ' | ';
  color: #FFF;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-8 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-8 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.company-footer .company-9 .wrap {
  background-color: #F7F7F7;
  padding: 40px 0;
}
.company-footer .company-9 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-9 .wrap .foot-link a:hover {
  color: #4A16FA;
}
.company-footer .company-9 .wrap .foot-link a::after {
  content: ' | ';
  color: #666666;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-9 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-9 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.company-footer .company-10 .wrap {
  background-color: #F7FAFF;
  padding: 40px 0;
}
.company-footer .company-10 .wrap .foot-link {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19px;
  padding-bottom: 20px;
}
.company-footer .company-10 .wrap .foot-link a:hover {
  color: #333333;
  background: linear-gradient(246deg, #9285F7 0%, #8EBFF9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-footer .company-10 .wrap .foot-link a::after {
  content: ' | ';
  color: #666666;
  display: inline-block;
  margin: 0 60px;
}
.company-footer .company-10 .wrap .foot-link a:last-child::after {
  display: none;
}
.company-footer .company-10 .wrap .footer-record {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.manage .company-1 .wrap {
  background-color: #F7FFFE;
  padding: 60px 0;
}
.manage .company-1 .wrap .top-title {
  display: none;
}
.manage .company-1 .wrap .big-title {
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.manage .company-1 .wrap .fl {
  width: 60%;
}
.manage .company-1 .wrap .fr {
  width: 40%;
  text-align: right;
}
.manage .company-1 .wrap .pic {
  width: 370px;
  height: 400px;
  display: inline-block;
}
.manage .company-1 .wrap .company-business {
  box-sizing: border-box;
  padding: 10px 20px 0;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 25px;
  width: 100%;
  height: 88px;
  background: #27BFA2;
}
.manage .company-2 .wrap {
  background: url("/static/template/range.png") no-repeat;
  background-size: 100% 100%;
  height: 500px;
}
.manage .company-2 .wrap .top-title {
  display: none;
}
.manage .company-2 .wrap .fl {
  float: none;
}
.manage .company-2 .wrap .big-title {
  font-size: 44px;
  font-family: REEJI-Top-BlackGBV1 0, REEJI-Top;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 49px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.manage .company-2 .wrap .company-business {
  display: none;
}
.manage .company-2 .wrap .pic {
  display: none;
}
.manage .company-2 .wrap .p-wrap {
  padding: 40px 30px 10px;
  background-color: #FBA748;
}
.manage .company-2 .wrap .p-wrap .ant-typography {
  color: #FFFFFF;
}
.manage .company-3 .container {
  width: auto;
}
.manage .company-3 .wrap {
  padding: 20px 20px 0 20px;
  background-color: #fff;
  min-width: 588px;
  min-height: 355px;
}
.manage .company-3 .wrap .top-title {
  display: none;
}
.manage .company-3 .wrap .fl {
  float: none;
}
.manage .company-3 .wrap .big-title {
  font-size: 30px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec;
}
.manage .company-3 .wrap .big-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 44px;
  background: #487efb;
  position: absolute;
  left: 0;
  z-index: 1;
}
.manage .company-3 .wrap .company-business {
  display: none;
}
.manage .company-3 .wrap .pic {
  display: none;
}
.manage .company-3 .wrap .p-wrap {
  padding: 40px 30px 0;
}
.manage .company-3 .wrap .p-wrap .ant-typography {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.manage .company-4 .wrap {
  background-color: #FFF;
  padding: 60px 0;
}
.manage .company-4 .wrap .top-title {
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.manage .company-4 .wrap .big-title {
  display: none;
}
.manage .company-4 .wrap .fl {
  width: 60%;
  float: right;
}
.manage .company-4 .wrap .fr {
  float: left;
  width: 40%;
  text-align: left;
}
.manage .company-4 .wrap .pic {
  width: 370px;
  height: 400px;
  display: inline-block;
}
.manage .company-4 .wrap .company-business {
  display: none;
}
.manage .company-5 .container {
  width: 100%;
}
.manage .company-5 .wrap {
  padding: 0 20px 20px;
  background-color: #fff;
  min-width: 588px;
  min-height: 355px;
}
.manage .company-5 .wrap .top-title {
  display: none;
}
.manage .company-5 .wrap .fl {
  float: none;
}
.manage .company-5 .wrap .big-title {
  font-size: 30px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
  position: relative;
  padding: 20px 0 20px 50px;
  border: 1px solid #ececec;
}
.manage .company-5 .wrap .big-title::before {
  content: "";
  display: block;
  width: 54px;
  height: 34px;
  background: url(/static/template/10/symbol.png) no-repeat center;
  position: absolute;
  left: 0;
  z-index: 1;
}
.manage .company-5 .wrap .company-business {
  display: none;
}
.manage .company-5 .wrap .pic {
  display: none;
}
.manage .company-5 .wrap .p-wrap {
  padding: 40px 30px 0;
  border: 1px solid #ececec;
  min-height: 315px;
  border-top: 0;
}
.manage .company-5 .wrap .p-wrap .ant-typography {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.manage .company-6 .wrap {
  padding: 40px 0 20px;
  background-color: #fff;
  min-width: 588px;
  min-height: 355px;
}
.manage .company-6 .wrap .container:nth-child(2) {
  border: 1px solid #ececec;
  padding: 20px;
  box-sizing: border-box;
}
.manage .company-6 .wrap .top-title {
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  padding: 0 30px 40px;
  position: relative;
}
.manage .company-6 .wrap .top-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 44px;
  display: block;
  background: #56AB5E;
  z-index: 1;
}
.manage .company-6 .wrap .fl {
  float: right;
}
.manage .company-6 .wrap .fr {
  float: left;
}
.manage .company-6 .wrap .big-title {
  display: none;
}
.manage .company-6 .wrap .company-business {
  display: none;
}
.manage .company-6 .wrap .pic {
  width: 403px;
  height: 327px;
}
.manage .company-6 .wrap .p-wrap {
  padding: 40px 30px 0;
  box-sizing: border-box;
  width: 730px;
  min-height: 315px;
}
.manage .company-6 .wrap .p-wrap .ant-typography {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.manage .company-7 .wrap {
  padding: 40px 0 40px;
  background-color: #fff;
  min-width: 588px;
  min-height: 355px;
}
.manage .company-7 .wrap .container:nth-child(2) {
  border: 1px solid #ececec;
  padding: 20px;
  box-sizing: border-box;
}
.manage .company-7 .wrap .top-title {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #F1403C;
  line-height: 28px;
  padding: 20px;
  position: relative;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-top: 0;
}
.manage .company-7 .wrap .top-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #F1403C;
  z-index: 1;
}
.manage .company-7 .wrap .big-title {
  display: none;
}
.manage .company-7 .wrap .company-business {
  width: 730px;
  height: 88px;
  background: #FFF8F8;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F1403C;
  line-height: 88px;
  box-sizing: border-box;
  padding-left: 30px;
}
.manage .company-7 .wrap .pic {
  width: 403px;
  height: 327px;
}
.manage .company-7 .wrap .p-wrap {
  padding: 40px 15px 0;
  box-sizing: border-box;
  width: 730px;
  min-height: 100px;
}
.manage .company-7 .wrap .p-wrap .ant-typography {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.manage .company-8 .wrap {
  padding: 20px 0;
}
.manage .company-8 .wrap .container {
  width: 100%;
}
.manage .company-8 .wrap .top-title {
  font-size: 20px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 28px;
  padding: 20px;
  position: relative;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-top: 0;
  background-color: #F89847;
}
.manage .company-8 .wrap .big-title {
  display: none;
}
.manage .company-8 .wrap .company-business {
  display: none;
}
.manage .company-8 .wrap .pic {
  display: none;
}
.manage .company-8 .wrap .p-wrap {
  width: 254px;
  padding: 20px 15px 10px;
  background-color: #fff;
}
.manage .company-9 .wrap {
  padding: 20px 0;
}
.manage .company-9 .wrap .container {
  width: 100%;
}
.manage .company-9 .wrap .top-title {
  font-size: 24px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 28px;
  position: relative;
  background-color: #F7F7F7;
  border-bottom: 0;
  border-top: 0;
}
.manage .company-9 .wrap .top-title div {
  width: 196px;
  color: #4A16FA;
  padding: 16px 20px;
  position: relative;
}
.manage .company-9 .wrap .big-title {
  display: none;
}
.manage .company-9 .wrap .company-business {
  display: none;
}
.manage .company-9 .wrap .pic {
  display: none;
}
.manage .company-9 .wrap .p-wrap {
  width: 254px;
  padding: 20px 15px 0;
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-top: 0;
  min-height: 350px;
  box-sizing: border-box;
}
.manage .company-10 .wrap {
  padding: 40px 0;
  background-color: #8475FF;
  min-width: 588px;
  min-height: 355px;
}
.manage .company-10 .wrap .container:nth-child(2) {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.manage .company-10 .wrap .img-title {
  width: 234px;
  height: 58px;
  background: url(/static/template/15/scope.png) no-repeat;
  margin-bottom: 40px;
}
.manage .company-10 .wrap .top-title {
  display: none;
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 56px;
  padding: 0 30px 40px;
  position: relative;
}
.manage .company-10 .wrap .top-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 44px;
  display: block;
  background: #56AB5E;
  z-index: 1;
}
.manage .company-10 .wrap .fl {
  float: left;
}
.manage .company-10 .wrap .fr {
  float: right;
}
.manage .company-10 .wrap .big-title {
  display: none;
}
.manage .company-10 .wrap .company-business {
  display: none;
}
.manage .company-10 .wrap .pic {
  width: 403px;
  height: 327px;
  position: absolute;
  right: 40px;
  top: -20px;
}
.manage .company-10 .wrap .p-wrap {
  padding: 40px 30px 0;
  box-sizing: border-box;
  width: 730px;
  min-height: 315px;
}
.manage .company-10 .wrap .p-wrap .ant-typography {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

