body {
  font: 16px/1.2 "Hiragino Sans GB", "Microsoft Yahei", tahoma, arial, sans-serif;
  color: rgba(56, 49, 52, 1);
  -webkit-font-smoothing: antialiased;
}

a,
a:hover {
  text-decoration: none;
  color: #383134;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m {
  margin: 0 auto;
  width: 1200px;
  padding: 0 40px;
}

.mt {
  margin-top: 15px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/* 清除浮动 */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  _zoom: 1;
}

.overflow {
  overflow: hidden;
  _zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.wapper {
  width: 1147px;
  margin: 0px auto;
}

/* 导航 start */
.header {
  display: flex;
  height: 91px;
  border-bottom: solid 1px rgba(56, 49, 52, 0.2);
}

.header-fixed {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 9999;
}

.header .header-box {
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.header .logo {
  height: 36px;
  display: block;
  margin: auto 30px;
}

.header .line {
  height: 25px;
  width: 2px;
  margin: auto 0;
}

.header .nav {
  width: 730px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  font-family: "MiSans-Demibold", Helvetica;
}

.header .nav ul {
  margin: 0 auto;
  overflow: hidden;
  /*注意因为ul设置为了li设置为了float，为了ul能显示，需要加这句话*/
}

.header .nav ul li {
  float: left;
  list-style: none;
  width: 145px;
  line-height: 41px;
}

.header .nav ul li>a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-right: 1px white solid;
  color: #383134;
  padding: 0 10px;
  font-family: "MiSans-Demibold", Helvetica;
}

.header .nav ul li>a:hover,
.header .nav ul li>a.current {
  background-color: rgba(118, 118, 128, 0.12);
  color: #6FBA2C;
  border-radius: 5px;
}

.header .nav ul li .down-up {
  margin-left: 5px;
}

.header .nav ul li>a.last {
  border-right: none;
}

.header .icon {
  line-height: 58px;
  display: flex;
  width: 225px;
  justify-content: end;
  align-items: center;
}

.header .icon .search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  /* width: 132px; */
  width: 42px;
  transition: justify-content 0.5s ease;
}

.header .icon .chat {
  margin-left: 18px;
  height: 42px;
  width: 42px;
  padding: 10px;
  cursor: pointer;
}

.header .icon .chat:hover {
  background-color: rgba(118, 118, 128, 0.12);
  border-radius: 5px;
}

.header .icon .search:hover {
  background-color: rgba(118, 118, 128, 0.12);
  border-radius: 5px;
  /* justify-content: start; */
}

.nav ul li .subnav {
  position: absolute;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(20px);
  width: 100%;
  left: 0;
  top: 91px;
  z-index: 999;
}

.nav .subnav .yingjian {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}

.nav .subnav .yingjian .item {
  width: 210px;
  height: 184px;
  padding: 15px 42px;
  border-radius: 5px;
  transition: padding 0.5s ease;
}

.nav .subnav .yingjian .item .thumb {
  width: 100%;
  height: 104px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .subnav .yingjian .item p {
  width: 100%;
  text-align: center;
}

.nav .subnav .yingjian .item .title {
  font-family: "MiSans-Demibold", Helvetica;
  line-height: 22px;
  margin-top: 15px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .subnav .yingjian .item .en-title {
  opacity: 0.7;
  font-family: "MiSans-Regular", Helvetica;
  font-size: 10px;
  line-height: 14px;
}

.nav .subnav .yingjian .item:hover {
  background: rgba(118, 118, 128, 0.12);
  padding: 15px;
}

.nav .subnav .yingjian .item:hover p {
  color: rgba(111, 186, 44, 1);
  text-align: left;
}

/* .nav .subnav .fangan {
  display: flex;
  justify-content: space-between;
  padding: 42px 0 30px 0;
}

.nav .subnav .fangan .item {
  width: 32%;
}

.nav .subnav .fangan .item .thumb {
  width: 100%;
  height: 141px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .subnav .fangan .item .title-box {
  margin: 20px 15px 0px 15px;
  padding: 15px;
}

.nav .subnav .fangan .item p {
  width: 100%;
  text-align: left;
}

.nav .subnav .fangan .item .title {
  font-family: "MiSans-Demibold", Helvetica;
  line-height: 22px;

}

.nav .subnav .fangan .item .en-title {
  opacity: 0.7;
  font-family: "MiSans-Regular", Helvetica;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
}

.nav .subnav .fangan .item:hover .title-box {
  background: rgba(118, 118, 128, 0.12);
  color: rgba(111, 186, 44, 1);
  border-radius: 5px;
} */
.nav .subnav .fangan {
  padding: 42px 0;
}

.nav .subnav .fangan .item,
.nav .subnav .fangan .item-bg {
  width: 226px;
  height: 142px;
}

.nav .subnav .fangan .item {
  background: linear-gradient(180deg, rgba(118, 118, 128, 0) 0%, rgba(118, 118, 128, 0.05) 100%);
  margin: 30px 81px 0 0;
}

.nav .subnav .fangan .item:nth-child(4n) {
  margin-right: 0px;
}

.nav .subnav .fangan .item .item-bg {
  padding: 11px 15px;
}

.nav .subnav .fangan .item .item-bg {
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav .subnav .fangan .item:hover a,
.nav .subnav .fangan .item .current {
  background: linear-gradient(180deg, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 0.05) 100%);
  color: rgba(111, 186, 44, 1);
}

.nav .subnav .fangan .item .title {
  font-family: "MiSans-Demibold", Helvetica;
  font-weight: bold;
  line-height: 20px;
}

.nav .subnav .fangan .item .sub-desc {
  opacity: 0.7;
  font-family: "MiSans-Regular", Helvetica;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
}

.nav .subnav .anli {
  padding: 42px 0;
}

.nav .subnav .anli .item,
.nav .subnav .anli .item-bg {
  width: 226px;
  height: 142px;
}

.nav .subnav .anli .item {
  background: linear-gradient(180deg, rgba(118, 118, 128, 0) 0%, rgba(118, 118, 128, 0.05) 100%);
  margin: 30px 81px 0 0;
}

.nav .subnav .anli .item:nth-child(4n) {
  margin-right: 0px;
}

.nav .subnav .anli .item .item-bg {
  padding: 11px 15px;
}

.nav .subnav .anli .item:nth-child(1) .item-bg {
  background: url("../images/product-index-1.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(2) .item-bg {
  background: url("../images/product-index-2.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(3) .item-bg {
  background: url("../images/product-index-3.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(4) .item-bg {
  background: url("../images/product-index-4.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(5) .item-bg {
  background: url("../images/product-index-5.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(6) .item-bg {
  background: url("../images/product-index-6.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(7) .item-bg {
  background: url("../images/product-index-7.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(8) .item-bg {
  background: url("../images/product-index-8.png") no-repeat 100%;
}

.nav .subnav .anli .item:hover a {
  background: linear-gradient(180deg, rgba(228, 228, 228, 0) 0%, rgba(228, 228, 228, 0.05) 100%);
  color: rgba(111, 186, 44, 1);
}

.nav .subnav .anli .item:nth-child(1):hover .item-bg {
  background: url("../images/product-index-1-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(2):hover .item-bg {
  background: url("../images/product-index-2-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(3):hover .item-bg {
  background: url("../images/product-index-3-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(4):hover .item-bg {
  background: url("../images/product-index-4-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(5):hover .item-bg {
  background: url("../images/product-index-5-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(6):hover .item-bg {
  background: url("../images/product-index-6-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(7):hover .item-bg {
  background: url("../images/product-index-7-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item:nth-child(8):hover .item-bg {
  background: url("../images/product-index-8-bg.png") no-repeat 100%;
}

.nav .subnav .anli .item .title {
  font-family: "MiSans-Demibold", Helvetica;
  font-weight: bold;
  line-height: 20px;
}

.nav .subnav .anli .item .sub-desc {
  opacity: 0.7;
  font-family: "MiSans-Regular", Helvetica;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
}

.nav .subnav .contacts {
  padding: 42px 0;
}

.nav .subnav .contacts .column .item {
  padding: 15px;
}

.nav .subnav .contacts .column .item:hover {
  background: rgba(118, 118, 128, 0.12);
  color: rgba(111, 186, 44, 1);
  border-radius: 5px;
}

.nav .subnav .contacts .column .item p {
  width: 100%;
  text-align: left;
}

.nav .subnav .contacts .column .item .title {
  font-family: "MiSans-Demibold", Helvetica;
  line-height: 22px;

}

.nav .subnav .contacts .column .item .en-title {
  opacity: 0.7;
  font-family: "MiSans-Regular", Helvetica;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
}

.nav .subnav .contacts .news {
  width: 699px;
}

.nav .subnav .contacts .news .news-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.nav .subnav .contacts .news .news-header:hover {
  background: rgba(118, 118, 128, 0.12);
  color: rgba(111, 186, 44, 1);
  border-radius: 5px;
}

.nav .subnav .contacts .news .news-header p {
  width: 100%;
  text-align: left;
}

.nav .subnav .contacts .news .news-header .title {
  font-family: "MiSans-Demibold", Helvetica;
  line-height: 22px;

}

.nav .subnav .contacts .news .news-header .en-title {
  opacity: 0.7;
  font-family: "MiSans-Regular", Helvetica;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
}

.nav .subnav .contacts .news .news-header .news-header-icon {
  margin-right: 36px;
  transition: margin-right 0.5s ease;
}

.nav .subnav .contacts .news .news-header:hover .news-header-icon {
  margin-right: 0px;
}

.nav .subnav .contacts {
  display: flex;
  justify-content: space-around;
}

.nav .subnav .contacts .news .news-item {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

.nav .subnav .contacts .news .news-item .item {
  width: 32%;
}

.nav .subnav .contacts .news .news-item .item .thumb {
  width: 100%;
  height: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .subnav .contacts .news .news-item .item p {
  font-family: "MiSans-Medium", Helvetica;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.nav .subnav .contacts .news .news-item .item .column-title {
  opacity: 0.7;
  margin: 8px auto;
}

.nav .subnav .contacts .news .news-item .item .thumb {
  overflow: hidden;
  border-radius: 5px;
}

.nav .subnav .contacts .news .news-item .item .thumb img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  /* 添加过渡效果 */
  object-fit: cover;
  object-position: center;
}

.nav .subnav .contacts .news .news-item .item:hover .thumb img {
  transform: scale(1.2);
  /*设置缩放比例 */
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.nav .subnav .contacts .news .news-item .item:hover p {
  color: rgba(111, 186, 44, 1);
}

/* 导航 end */

/* 按钮组 start */
.huaxin-btn {
  font-family: "MiSans-Normal", Helvetica;
  float: left;
  width: 134px;
  height: 36px;
  line-height: 36px;
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  display: flex;
  justify-content: left;
  cursor: pointer;
}

.huaxin-btn span {
  font-size: 14px;
  margin-left: 14px;
}

.huaxin-btn .icon {
  width: 20px;
  height: 20px;
  margin: auto 0 auto 12px;
  transition: margin-left 0.5s ease;
}

.huaxin-btn:hover .icon {
  margin-left: 30px;
}

.learn-btn {
  background-color: rgba(0, 160, 219, 1);
  margin-right: 12px;
}

.learn-btn span {
  color: rgba(255, 255, 255, 1);
}

.learn-btn:hover {
  border: solid 1px rgba(0, 160, 219, 1);
  background: none;
}

.learn-btn:hover span {
  color: rgba(0, 160, 219, 1);
}

.contact-btn {
  border: solid 1px rgba(0, 160, 219, 1);
}

.contact-btn span {
  color: rgba(0, 160, 219, 1);
}

/* 按钮组 emd */



/* 底部咨询 start */
.footer-consult {
  background-color: rgba(248, 248, 248, 1);
}

.footer-consult .footer-consult-box {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 129px;
}

.footer-consult .footer-consult-box .boxdrift {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 827px;
}

.footer-consult .slogan {
  font-family: "MiSans-Semibold", Helvetica;
  font-size: 27px;
  line-height: 140%;
}

.footer-consult .learn-btn {
  width: 160px !important;
}

/* 底部咨询 end */


/* 搜索 */
.search-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 115px;
}

.search-header .search-form {
  width: 100%;
  border-bottom: solid 1px rgba(56, 49, 52, 0.2);
  padding-bottom: 5px;
}

.search-header .search-form .layui-input,
.search-header .search-form .layui-input:focus {
  border: 0;
  border-color: transparent !important;
  box-shadow: none;
  font: 40px/135% "MiSans-Semibold", Helvetica;
  ;
  opacity: 0.7;
}

.search-header .searchbtn {
  width: 80px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(0, 160, 219, 1);
  background-color: rgba(0, 160, 219, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: "MiSans-Normal", Helvetica;
  font-size: 14px;
  line-height: 36px;
  margin-left: 20px;
  cursor: pointer;
}

.search-header .searchbtn:hover {
  border: 1px solid rgba(111, 186, 44, 1);
  background-color: rgba(111, 186, 44, 1);
}

.hot-search {
  display: flex;
  font: 20px/140% "MiSans-Demibold", Helvetica;
  margin-top: 55px;
}

.hot-search h4 {
  margin-right: 155px;
}

.hot-search .hot-keyword {
  display: flex;
  color: rgba(0, 160, 219, 1);
}

.hot-search .hot-keyword span {
  margin-right: 60px;
  color: rgba(0, 160, 219, 1);
}

.search-list {
  margin: 110px auto 80px auto;
}

.search-list .list-item {
  margin-bottom: 50px;
  border-bottom: solid 1px rgba(56, 49, 52, 0.2);
}

.search-list .list-item .item-header {
  display: flex;
  align-items: center;
}

.search-list .list-item .item-header:hover .title {
  color: rgba(111, 186, 44, 1);
}

.search-list .list-item .item-header .title {
  font: 24px/140% "MiSans-Demibold", Helvetica;
  width: 80%;
}

.search-list .list-item .item-header .date {
  width: 20%;
  text-align: right;
  font: 14px/140% "MiSans-Regular", Helvetica;
  opacity: 0.6;
}

.search-list .list-item .item-desc {
  margin: 30px auto 50px auto;
  font: 20px/160% "MiSans-Regular", Helvetica;
}

/* 搜索 */

/* ---------- 首页 start ---------- */
.index .partner {
  margin-top: 50px;
  position: relative;
}

.index .partner .lists-swiper {
  margin: 45px auto;
}

.index .partner .lists-swiper .item {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  width: 207px;
  height: 72px;
  margin-right: 30px;
  display: inline-block;
}

.index .partner .lists-swiper .item:last-child {
  margin-right: 0px;
}

.index .partner .lists-swiper .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .partner .mask-left,
.index .partner .mask-right {
  position: absolute;
  width: 180px;
  height: 410px;
}

.index .partner .mask-left {
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 85.5%);
}

.index .partner .mask-right {
  top: 0;
  right: 0;
  /* transform: rotate(180deg); */
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 85.5%);
}

/* ---------- 首页 end ---------- */

/* ---------- 工业互联网平台 start ---------- */
.industry .page-header .learn-btn:hover span {
  color: rgba(255, 255, 255, 1);
}

.industry .page-header .learn-btn:hover {
  border: solid 1px #FFF;
  background-color: transparent;
}

/* ---------- 工业互联网平台 end ---------- */

/* ---------- 智能制造 start ----------*/
.hardware .page-ident h2 {
  font-size: 48px;
  line-height: 140%;
  width: 192px;
  margin-top: 30px;
  font-weight: 350;
}

/* ---------- 智能制造 end ----------*/

/* ---------- 解决方案 start ----------*/
.plan .page-header {
  height: 470px;
  background: linear-gradient(180deg, rgba(61, 252, 172, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.plan .page-ident h2 {
  font-size: 48px;
  line-height: 140%;
  width: 420px;
  margin-top: 30px;
  font-weight: 350;
}

.plan .page-ident .page-ident-banner {
  width: 709px;
  height: 423px;
}

.plan .page-ident .page-ident-banner img {
  max-height: 100%;
  max-width: 100%;
}

.plan .page-ident .desc {
  margin: 180px 0 24px 0;
  font-size: 18px;
  line-height: 130%;
}

/* ---------- 解决方案 end ----------*/

/* ---------- 关于华信数据 start ----------*/
.aboutsus .page-ident h2 {
  font-size: 48px;
  line-height: 140%;
  width: 288px;
  margin-top: 30px;
  font-weight: 350;
}

/* ---------- 关于华信数据 start ----------*/

/* 新闻与资讯 */
.news .news-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(56, 49, 52, 0.2);
  margin-bottom: 20px;
}

.news .news-list-header .title {
  font: 24px/140% "MiSans-Demibold", Helvetica;
}

.news .news-list-header .more {
  color: rgba(0, 160, 219, 1);
  font-size: 14px;
  line-height: 130%;
}

.news .news-list-header .more img {
  margin-left: 5px;
}

.news .news-list-content .item {
  font: 16px/140% "MiSans-Demibold", Helvetica;
  float: left;
  width: 260px;
  background-color: rgba(242, 242, 242, 1);
  margin-bottom: 16px;
  margin-right: 35px;
}

.news .news-list-content .item:nth-child(4n) {
  margin-right: 0;
}

.news .news-list-content .item img {
  height: 200px;
  width: 100%;
}

.news .news-list-content .item .title {
  font: 16px/140% "MiSans-Demibold", Helvetica;
  padding: 20px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news-list-content .item .date {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 14px/140% "MiSans-Regular", Helvetica;
}

.news .news-list-content .item:hover a {
  color: rgba(111, 186, 44, 1);
}

/* 新闻与资讯 */

/* 在招岗位 */
.job .jobpost-btn {
  border-radius: 2px;
  border: 1px solid rgba(0, 160, 219, 1);
  background-color: rgba(0, 160, 219, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.job .jobpost-btn:hover {
  background-color: rgba(111, 186, 44, 1);
  border: 1px solid rgba(111, 186, 44, 1);
}

.job .joblist .jobpost-btn {
  width: 80px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}

.job .jobpost-pop .jobpost-btn {
  width: 145px;
  height: 45px;
  font-size: 19px;
  margin: 30px auto 0 auto;
  line-height: 45px;
}

.job .joblist .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job .joblist .joblimit {
  margin: 15px auto 25px auto;
}

/* 在招岗位 */


/* ---------- 入职我们 start ---------- */
.joinus .section-content p {
  font: 20px/160% "MiSans-Regular", Helvetica;
  font-weight: 330;
}

/* 他们眼中的华信数据 */
.joinus .eyehauxin .eyehauxin-item {
  float: left;
  width: calc(98%/3);
  margin-right: 1%;
  background-color: rgba(242, 242, 242, 1);
  margin-bottom: 10px;
}

.joinus .eyehauxin .eyehauxin-item:nth-child(3n) {
  margin-right: 0;
}

.joinus .eyehauxin .eyehauxin-item img {
  height: 200px;
  width: 100%;
}

.joinus .eyehauxin .hdsection {
  padding: 20px;
}

.joinus .eyehauxin .hdtitle {
  /*height: 56px;*/
  font: 20px/140% "MiSans-Demibold", Helvetica;
  overflow: hidden;
  text-overflow: ellipsis;
}

.joinus .eyehauxin .evaluate,
.joinus .eyehauxin .workinfo p {
  font-size: 14px;
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.joinus .eyehauxin .evaluate {
  margin: 20px auto;
  height: 80px;
}

/* 他们眼中的华信数据 */


/* ---------- 入职我们 end ---------- */

/* ---------- 成为我们的伙伴 start ---------- */
.partners .page-header {
  height: 297px;
  background-image: url("../images/hezuo-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
}

.partners .page-ident {
  color: #ffffff;
  text-align: center;
}

.partners .layui-input:hover,
.partners .layui-textarea:hover {
  border-color: rgba(56, 49, 52, 0.5) !important;
}

/* ---------- 成为我们的伙伴 end ---------- */