/* 头部-------------start------------- */
.menuLi#menuProLi{
  border-bottom:7px solid #7EAF00;
  color:#7EAF00;
    /* font-family :'PingFangBold'; */
}
/* 头部-------------end------------- */
/* 上面------------start------------- */
#topContentWarp{
  position: relative;
  height: 600px;
}
#topContentImg{
  width:100%;
}
#topProWarp{
  position: absolute;
  left: 69%;
  top: 50%;
  transform: translate(0, -50%);
}
.topProIntroductP{
  font-size: 40px;
  line-height: 60px;
  color: #1E5172;
}
#topProModel{
  font-size: 20px;
  color: #000000;
  padding: 10px 25px;
  background: #fff;
  display: inline-block;
  margin-top: 40px;
}
#topInfoDiv{
  position: absolute;
  z-index: 222;
  color: #fff;
  font-size: 40px;
  left: 68%;
  flex-direction: column;
  -webkit-box-orient: horizontal;/* 09版 */
  -webkit-flex-direction: column;/* 12版 */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  top: 40%;
  transform: translate(0, -50%);
}
  #topInfoDiv p{
    padding: 10px 0;
  }
/* 上面-------------end------------- */
/* 主要设备管理------------start------------- */
#equipmentWarp{
  width:74%;
  padding:85px 13%;
  background: #fff;
  background: url('../img/drmEquipBag.png') no-repeat;
  margin-top: -5px;
  background-size: cover;
  -moz-background-size: cover;
}
#equipUl{
  display: flex;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  align-items: center;
  -webkit-box-align: center;/* 09版 */
  -webkit-align-items: center;/* 12版 */
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-box-pack: space-between;/* 09版 */
  -webkit-justify-content: space-between;/* 12版 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.equipLi{
  width: 280px;
  height: 246px;
  background: #FEFFFF;
  box-shadow: 0px 10px 20px 0px rgba(203, 209, 221, 0.8);
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: horizontal;/* 09版 */
  -webkit-flex-direction: column;/* 12版 */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;/* 09版 */
  -webkit-align-items: center;/* 12版 */
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-box-pack: center;/* 09版 */
  -webkit-justify-content: center;/* 12版 */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.equipLi p{
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
#equipmentImgBox{
  margin-top: 150px;
}
/* 主要设备管理-------------end------------- */
/* 功能介绍--图片上标文字-------------start------------- */
#functionWarp{
  background:#fff;
}
#functionWarp .contentTitle{
  padding-bottom: 100px;
}
.funDiv{
  position: relative;
}
.funImg{
  width:100%;
  outline-width:0px;  
  vertical-align:top; 
}
.funInfoDiv{
  position: absolute;
  left: 57%;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translate(0px, -50%);
  text-align: left;
  width: 38%;
}
.funInfoTitle{
  font-size: 24px;
  padding: 10px 55px;
  color: #FFFFFF;
  background: #7EAF00;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 45px;
}
.funInfoText{
  font-size: 24px;
  line-height: 50px;
}
#funDiv1 .funInfoDiv{
  right:59%;
  left: auto;
  text-align: right;
}
#drmModules{
  width:74%;
  padding:85px 13%;
  display: flex;
  align-items: center;
  -webkit-box-align: center;/* 09版 */
  -webkit-align-items: center;/* 12版 */
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-box-pack: space-between;/* 09版 */
  -webkit-justify-content: space-between;/* 12版 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.drmDiv{
  width:31%;
}
.drmTitle{
  font-size: 20px;
  padding:10px 0;
  color: #FFFFFF;
  background: #7EAF00;
}
.drmText{
  font-size: 16px;
  color:#333;
  background-image: linear-gradient(#F4F4F4, #fff);
  height: 160px;
  width: 56%;
  padding:0 22%;
  display: flex;
  align-items: center;
  -webkit-box-align: center;/* 09版 */
  -webkit-align-items: center;/* 12版 */
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
#report{
  width:74%;
  margin-left: 14%;
}
#report img{
  width:100%;
}
/* 功能介绍--图片上标文字-------------end------------- */
#gotoDRMWarp{
  width: 100%;
  background: #fff;
  text-align: center;
  padding:90px 0;
}
#gotoDRM{
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 80px;
  background: #7EAF00;
  border-radius: 25px;
  display: inline-block;
}
