/* 巨幕 */
.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: 20%;
  right: 48%;
}
/* 巨幕 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;
  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-mainBox {
  /*width: 100%;*/
  /*overflow: hidden;*/
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.routine-benefitBox-mainBox-model {
  width: 260px;
  overflow: hidden;
  border-radius: 10px;
  background: #447596;
  margin: 25px 20px;
  transition: all linear 0.3s;
}
.routine-benefitBox-mainBox-model:hover{
  transform: scale(1.2);
  background: #82CCCB;
}
/*.routine-benefitBox-mainBox-model:hover*/
/*  .routine-benefitBox-mainBox-textBox-title {*/
/*  color: #e5b124;*/
/*}*/
.routine-benefitBox-mainBox-model:hover .routine-benefitBox-mainBox-textBox-hr {
  background: #447596;
  animation: benefitModel 1s linear;
}
@keyframes benefitModel
{
	from {width: 100px;}
	25%{width: 50%;}
	50%{width:100%;}
	75%{width: 50%;}
	to {width:100px;}
}
.routine-benefitBox-mainBox-container {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
}
.routine-benefitBox-mainBox-imgUrl {
  width: 100%;
  height: 160px;
  border-radius: 10px;
}
.routine-benefitBox-mainBox-textBox {
  width: 100%;
  height: 160px;
  margin-top: 20px;
}
.routine-benefitBox-mainBox-textBox-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.routine-benefitBox-mainBox-textBox-hr {
  width: 100px;
  height: 6px;
  background: white;
  margin: 20px auto;
  transition: all linear 0.3s;
}
.routine-benefitBox-mainBox-textBox-content {
  font-size: 14px;
  color: white;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}
/* 小程序大未来 end */
/* 高端定制 */
.routine-customBox {
  width: 100%;
  overflow: hidden;
  background: url("../../../../uploads/ueditor/20200217/1-20021F32442O0.png") no-repeat fixed;
  background-size: 100% 100%;
}
.routine-customBox-title {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin: 30px auto 0;
  text-align: center;
}
.routine-customBox-tip {
  font-size: 14px;
  color: white;
  text-align: center;
  margin: 20px auto;
}
.routine-customBox-imgUrlBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.routine-customBox-imgUrl {
  width: 80%;
}
.iconBox{
    /*width: 100%;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}
.iconBox-model{
    width: 220px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    background: #ffffff;
    padding: 40px 0;
    transition: all ease 0.3s;
}
.iconBox-model:hover{
    color: #ffffff;
    background: #82CCCB;
    transform: scale(1.1);
}
.iconBox-model-imgUrl{
    width: 90px;
}
.iconBox-model-text{
    margin-top: 20px;
}
/* 高端定制 end */
/* 精选案例 */
.routine-caseBox {
  width: 100%;
  overflow: hidden;
  background: url("../../../../uploads/ueditor/20200217/1-20021F32442O8.png") no-repeat fixed;
  background-size: 100% 100%;
  padding-bottom: 50px;
}
.routine-caseBox-titleBox {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.routine-caseBox-title {
  font-size: 20px;
  font-weight: bold;
}
.routine-caseBox-hr {
  width: 2px;
  height: 30px;
  background: black;
  margin: 0 10px;
}
.routine-caseBox-englishBox {
  font-size: 14px;
}
.routine-caseBox-mainBox {
  /*width: 100%;*/
  /*overflow: hidden;*/
  margin:  0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.routine-caseBox-mainBox-model {
  width: 300px;
  /*overflow: hidden;*/
  margin: 10px;
  position: relative;
}
.routine-caseBox-mainBox-model:hover .routine-caseBox-mainBox-imgUrl{
	transform: scale(1.5);
	animation: caseModel 1s infinite linear alternate;
}
@keyframes caseModel
{
	from {transform: translateY(-20px);}
	to {transform: translateY(0);}
}
.routine-caseBox-mainBox-imgUrl {
  width: 100%;
  border-radius: 20px;
}
.routine-caseBox-iconBox {
  margin: 0 auto 30px;
  text-align: center;
}
.routine-caseBox-icon {
  width: 60px;
}
/* 精选案例 end */