.mes {
  color: #fff;
}
.content{
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.mes-banner {
  position: relative;
  height: 559px;
  background: url('/images/mes/mes-banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.title{
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin:0 auto;
  /* font-family: SF Pro Display; */
  color:#1A051D
}
/* 问题 */
.questions{
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.question-item{
  border: 1px solid #3F60EF;
  width: 205px;
  border-radius: 10px;
  background: #fff;
  height: 350px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 16px;
}
.question-item:last-child{
  margin: 0;
}
.question-item img{
  height: 33px;
  /* width: 33px; */
  margin-top: 20px;
}
.question-item h2{
  font-size: 22px;
  /* font-family: SF Pro Display; */
  font-weight: 500;
  line-height: 26px;
  color: #3F60EF;
  padding: 5px 0;
}
.question-item .desription{
  width: 165px;
  height: 70px;
  font-size: 16px;
  /* font-family: SF Pro Display; */
  font-weight: 400;
  line-height: 19px;
  color: #818893;
  opacity: 1;
  margin:  auto;
}
.question-item .anwser{
  width: 205px;
  height: 185px;
  background: #3F60EF;
  opacity: 1;
  border-radius: 0px 0px 10px 10px ;
  font-size: 18px;
  color: #FFFFFF;
  /* font-family: SF Pro Display; */
  font-weight: 400;
  line-height: 21px;
  padding: 12px 20px 0 20px;
  text-align: left;
}
/* 基础架构 */
.sub-title{
  font-size: 22px;
  /* font-family: SF Pro Display; */
  font-weight: 400;
  line-height: 27px;
  color: #818893;
  opacity: 1;
  text-align: center;
}
.modules{
  width: 725px;
  height: 445px;
  margin: auto;
  position: relative;
  margin-bottom: 68px;
}
.module-item{
 
  border: 1px solid #3F60EF;
  font-size: 24px;
  /* font-family: SF Pro Display; */
  font-weight: 400;
  color: #3F60EF;
  opacity: 1;
  text-align: center;
  display: inline-block;
  vertical-align:top;
  margin-bottom: 20px;
  transition: all 0.2s;
}
.module-item.top{
  width: 165px;
  height: 110px;
}
.module-item.mid{
  width: 165px;
  height: 165px;
}
.module-item.product-control{
  width: 351.3px;
}
.module-item.bottom{
  width: 725px;
  height: 110px;
}

.module-item+.module-item{
  padding: 0;
  margin-left: 17px;
}
.module-item .value{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.module-item.supplier-raw .value{
  width: 96px;
  height: 64px;
}
.module-item.supplier-delivery .value{
  width: 72px;
height: 64px;
}
.module-item.delivery-admin .value{
  width: 96px;
  height: 32px;
}
.module-item.order .value{
  width: 96px;
  height: 64px;
}

.module-item.raw-house .value{
  width: 72px;
  height: 32px;
}
.module-item.product-control .value{
  width: 272px;
height: 64px;
}
.module-item.production-house .value{
  width: 72px;
height: 32px;
}
.module-item.product-process .value{
  width: 96px;
  height: 32px;
}

.module-item .content-value{
  position: relative;
  width: 100%;
  height: 100%;
}
.module-item:hover{
  background-color: #3F60EF;
  color: #ffffff;
  cursor: pointer;
}

.module-item.showTip{
  transition: height 0.3s;
}
.module-item .desc{
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s;
}
.module-item .desc div{
  width: 100%;
}
.module-item .desc img{
  display: none;
}
.module-item.showTip .desc{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  z-index: 1;
  background: #3F60EF;
  color: #ffffff;
  padding:85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-item.showTip:hover{
  background-color: #3F60EF;
  color: #ffffff;
  cursor: pointer;
}
.module-item.showTip .desc img{
  position: absolute;
  display: block;
  bottom: 32px;
  right: 36px;
  width: 24px;
}

/* 功能介绍 */
.function-intro{
  position: relative;
  width: 100%;
  height: 579px;
  
}
.intro-item{
  position: absolute;

  transition: all 1s cubic-bezier(0.3, 0.5, 0.1, .9);
}


.intro-item.fl-1 img{
  width: 412px;
  height: 201px;
}
.intro-item.fl-2 img{
  width: 413px;
  height: 201px;
}
.intro-item.fl-3 img{
  width: 357px;
  height: 201px;
}
.intro-item.fl-1 {
  top: 230px;
  left: 330px;
  z-index: 3;
}

.intro-item.fl-2.left {

  top: 130px;
  left: 25px;
  z-index: 2;
  opacity: 0.8;
}

.intro-item.fl-2.right {
  top: 130px;
  left: 650px;

  z-index: 2;
  opacity: 0.8;
}

.intro-item.fl-3.left {
  top: 30px;
  left: 170px;
  z-index: 1;
  opacity: 0.5;
}

.intro-item.fl-3.right {
  top: 30px;
  left: 550px;
  z-index: 1;
  opacity: 0.5;
}
.intro-item .img-title{
  text-align: center;
  font-size: 24px;
  /* font-family: SF Pro Display; */
  font-weight: 400;
  line-height: 29px;
  color: #4B4B4B;
}
.intro-item-img{
  margin-bottom: 20px;
  display: block;
}
.content .next{
  position: absolute;
  width: 46px;
  height: 46px;
  top: 280px;
  right: -50px;
  cursor: pointer;
}
.content .next img,
.content .pre img{
  width: 100%;
  height: 100%;
}
.content .pre{
  position: absolute;
  width: 46px;
  height: 46px;
  top: 280px;
  left: -50px;
  cursor: pointer;
}
.intro-item:hover{
  transform: scale(1.1);
  cursor: pointer;
}

/*价值*/
.content-box{
  overflow: hidden;
}
.content-box .value-item{
  padding: 20px;
  padding-left: 90px;
  position: relative;
  float: left;
  width: 550px;
  height: 130px;
  text-align: justify;
}
.content-box .value-item img{
  position: absolute;
  top: 10px;
  left: 0;
}
.content-box .value-item .item-title{
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color:#1A051D;
  margin-bottom: 10px;
}
.content-box .value-item .item-cont{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color:#818893;
}
.tpm-bar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  min-width: 1100px;
  height: 70px;
  background: rgba(0, 0, 0, .3);
  padding-top: 18px;
}

.tpm-bar-content {
  position: relative;
  width: 1100px;
  height: 34px;
  margin: 0 auto;
  line-height: 34px;
  color: #fff;
  font-size: 20px;
}

.tpm-bar-content img {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 27px;
  height: 27px;
}

.tpm-bar-content .tmp-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 125px;
  height: 34px;
  background: rgba(63, 96, 239, 1);
  opacity: 1;
  color: #fff;
  line-height: 34px;
  font-size: 14px;
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
}