/* img {
  width: 100%;
  height: 100%;
} */

.head_box .site-header {
  height: 65px;
  line-height: 65px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 6px 46px 3px rgba(223, 229, 242, 0.6);
  position: relative;
}

.head_box .site-header .container {
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  height: 100%;
}

.site-header .container .header-logo {
  display: flex;
  align-items: center;
}

.site-header .container .header-logo .logo {
  width: 128px;
  height: 32px;
  background: url('../images/upload/logo.png') no-repeat;
  text-indent: -99999px;
}

.site-header .container .header-nav {
  flex: 1 1;
}

.site-header .container .header-nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .container .header-nav .nav-list .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding-right: 20px; */
  /* padding-left: 20px; */
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100px;
}

.site-header .container .header-nav .nav-list .nav-item .nav-name {
  margin-left: 5px;
}

.site-header .container .header-nav .nav-list .nav-item:hover .arrow-icon {
  transform: rotate(180deg);
}

.site-header .container .header-nav .nav-list .nav-item:before {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 10px;
  height: 4px;
  background-color: #f79846;
  opacity: 0;
}

.site-header .container .header-nav .nav-list .nav-item:hover:before {
  bottom: 0;
  opacity: 1;
  transition: bottom 0.3s, opacity 0.3s 0.1s;
}

.site-header .container .header-nav .nav-list .nav-item .link-category {
  position: relative;
}

.site-header .container .header-nav .nav-list .nav-item .link-category .site-category {
  display: inline-block;
  width: 10px;
  margin-left: 4px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #bfbfbf;
  transition: all 0.3s;
}

.site-header .container .header-nav .nav-list .nav-item .link-category .arrow-icon {
  background: url('../images/ico/downico.png') 50% no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.content {
  background-color: #ffffff;
}

/* 应有尽有 */
.content .scenes {
  width: 100%;
  /* background: #f5f8fb; */
  background-color: #ffffff;
  padding-top: 120px;
}

.content .scenes .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content .scenes .center .scenesTitle {
  font-size: 50px;
  font-weight: 700;
  color: #1e3159;
}

.content .scenes .center .scenesIntroduction {
  margin-top: 27px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #949eae;
}

.content .scenes .center .scenesVideo video {
  width: 100%;
}

/* 软件亮点 */
.content .highlight {
  /* background: linear-gradient(180deg, rgba(239, 248, 255, 0.48) 0%, #eff8ff 100%); */
}

.content .highlight .center {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}

.content .highlight .center .highlightTitle {
  font-size: 50px;
  font-weight: 700;
  color: #1e3159;
  margin-top: 100px;
  margin-bottom: 130px;
}

.content .highlight .center .highlightLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .highlight .center .highlightLeft .highlightList {
  /* margin-right: 100px; */
  max-width: 350px;
  min-width: 350px;
}

.content .highlight .center .highlightLeft .highlightList .hd {
  font-size: 36px;
  font-weight: 700;
  color: #1e3159;
  margin-bottom: 42px;
}

.content .highlight .center .highlightLeft .highlightList .item {
  font-size: 16px;
  font-weight: 500;
}

.content .highlight .center .highlightLeft .highlightList .item p {
  color: #3b4351;
  margin-top: 36px;
}

.content .highlight .center .highlightLeft .highlightList .item span {
  color: #949EAE;
  margin-top: 15px;
  display: inline-block;
}

.content .highlight .center .highlight-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(239, 248, 255, 0.48) 0%, #eff8ff 100%);
}


.content .highlight .center .production-center,
.content .highlight .center .schedule-center,
.content .highlight .center .materials-center,
.content .highlight .center .move-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(239, 248, 255, 0.48) 0%, #f0f6fc 100%);
  padding-top: 120px;
  padding-bottom: 110px;
}

/* 业务管理 */
.content .highlight .center .business .highlightList {
  margin-right: 80px;
}

/* 生产管理 */
.content .highlight .center .production .highlightList {
  margin-left: 80px;
}

/* 智能排期 */
.content .highlight .center .schedule .highlightList {
  margin-right: 80px;
}

/* 物料管理 */
.content .highlight .center .materials .highlightList {
  margin-left: 80px;
}

/* 移动处理 */
.content .highlight .center .move {
  background: linear-gradient(rgba(239, 248, 255, 0.48) 0%, #f0f6fc 100%);
}

.content .highlight .center .move .highlightList {
  margin-right: 80px;

}

/* 底部 */
.head_box .footer {
  height: 311px;
  width: 100%;
  background: linear-gradient(180deg, #243142 0%, #30384f 100%);
}

.head_box .footer .center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  flex-direction: column;
}

.head_box .footer .center .copyrights {
  margin-top: 100px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #9497b4;
  line-height: 14px;
}

.head_box .footer .center .afterSales {
  display: flex;
}

.head_box .footer .center .afterSales .consult {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.head_box .footer .center .afterSales .consult .top {
  font-size: 14px;
  font-weight: 400;
  color: #bcbfe1;
  line-height: 14px;
}

.head_box .footer .center .afterSales .consult .bottom {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
  margin-top: 12px;
}

.head_box .footer .center .afterSales .preSales {
  margin-left: 150px;
}

.head_box .footer .center .afterSales .afterSales {
  margin-left: 150px;
}

.head_box .footer .center .afterSales .payAttentionTo {
  margin-left: 150px;
  text-align: center;
}

.head_box .footer .center .afterSales .payAttentionTo .qrCode {
  margin-top: 10px;
}

/* 免费体验 */
.content .experience {
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, #ffffff 0%, #e6eff9 100%);
  background: url('../images/poroduct/BG.png') no-repeat center center;
  background-size: cover;
}

.content .experience .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 92px;
}

.content .experience .center .mf {
  font-size: 50px;
  font-weight: 800;
  color: #2e3a59;
}

.content .experience .center .bw {
  font-size: 20px;
  font-weight: 500;
  color: #2e3a59;
  margin-top: 35px;
  margin-bottom: 41px;
}

.content .experience .center .btn {
  width: 157px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  background: linear-gradient(#f5904c 0%, #faa73b 100%);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}