/* 巨幕 */
.routine-bannerBox {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.routine-bannerBox-imgUrl {
  width: 100%;
  display: block;
}
.routine-bannerBox-btn {
  width: 100px;
  font-size: 14px;
  color: white;
  padding: 10px 35px;
  background: url("../../../../uploads/ueditor/20200217/1-20021F32442L9.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 15%;
  right: 46%;
}
/* 巨幕 end */
/* 系统开发 */
.routine-benefitBox {
  width: 100%;
  overflow: hidden;
  background: url("../../../../uploads/ueditor/20200217/1-20021F32442O8.png") no-repeat fixed;
  background-size: 100% 100%;
}
.routine-benefitBox-titleBox {
  width: 100%;
  overflow: hidden;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.routine-benefitBox-title {
  font-size: 20px;
  font-weight: bold;
}
.routine-benefitBox-hr {
  width: 2px;
  height: 30px;
  background: black;
  margin: 0 10px;
}
.routine-benefitBox-englishBox {
  font-size: 14px;
}
.routine-benefitBox-tip {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
}
.routine-benefitBox-mainBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* 系统开发 end */
.systemBox-mainModel-left {
  /*width: 100%;*/
  padding: 50px 0;
  position: relative;
  margin: 0 auto;
}
.systemBox-mainModel-right {
  /*width: 100%;*/
  padding: 50px 0;
  position: relative;
  margin: 0 auto;
}
/*.systemBox-mainModel-left:hover .systemBox-mainModel-textBox{*/
/*	animation: systemModel_left 1s;*/
/*}*/
/*@keyframes systemModel_left*/
/*{*/
/*	from {transform: translateX(-60px);}*/
/*	to {transform: translateX(0);}*/
/*}*/
.systemBox-mainModel-left:hover .systemBox-mainModel-imgUrlBox{
	animation: systemModel_leftImg 1s infinite linear alternate;
}
@keyframes systemModel_leftImg
{
	from {transform: translateY(-10px);}
	to {transform: translateY(10px);}
}
/*.systemBox-mainModel-right:hover .systemBox-mainModel-textBox{*/
/*	animation: systemModel_right 1s;*/
/*}*/
/*@keyframes systemModel_right*/
/*{*/
/*	from {transform: translateX(60px);}*/
/*	to {transform: translateX(0);}*/
/*}*/
.systemBox-mainModel-right:hover .systemBox-mainModel-imgUrlBox{
	animation: systemModel_rightImg 1s infinite linear alternate;
}
@keyframes systemModel_rightImg
{
	from {transform: translateY(-10px);}
	to {transform: translateY(10px);}
}
.systemBox-mainModel-cover {
  width: 100%;
  height: 120px;
  background: #82CCCB;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.systemBox-mainModel-container {
  /*width: 100%;*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.systemBox-mainModel-textBox {
  width: 620px;
  margin: 10px 20px;
  z-index: 2;
}
.systemBox-mainModel-title {
  font-size: 18px;
  font-weight: bold;
  color: #447596;
}
.systemBox-mainModel-englistTitle {
  font-size: 16px;
  color: #fff;
}
.systemBox-mainModel-tip {
  font-size: 14px;
  margin: 20px 0;
  font-weight: bold;
}
.systemBox-mainModel-content {
  font-size: 12px;
  line-height: 22px;
}
.systemBox-mainModel-btn {
  width: 100px;
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 6px 0;
  background: url("../../../../uploads/ueditor/20200512/1-200512231145505.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
}
.systemBox-mainModel-imgUrlBox {
  width: 500px;
  margin: 0 20px;
  z-index: 2;
}
.systemBox-mainModel-imgUrl {
  width: 100%;
}