/* 巨幕 */
.routine-bannerBox {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.routine-bannerBox-imgUrl {
  width: 100%;
  display: block;
}
.routine-bannerBox-btn {
  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: 18%;
  right: 40%;
}
/* 巨幕 end */
/* 高端定制 */
.routine-customBox {
  width: 100%;
  overflow: hidden;
  background: url("../../../../uploads/ueditor/20200217/1-20021F32442O8.png") no-repeat fixed;
  background-size: 100% 100%;
}
.routine-customBox-title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  text-align: center;
}
.routine-customBox-tip {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
}
.routine-customBox-imgUrlBox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.routine-customBox-imgUrlBox-model{
    width: 590px;
    height: 200px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
}
.routine-customBox-imgUrlBox-model:nth-child(1){
    border-right: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.routine-customBox-imgUrlBox-model:nth-child(2){
    border-bottom: 2px solid #f1f1f1;
}
.routine-customBox-imgUrlBox-model:nth-child(3){
    border-right: 2px solid #f1f1f1;
}
.routine-customBox-imgUrlBox-model:hover{
    background: #82CCCB;
    color: white;
}
.routine-customBox-imgUrlBox-modelImg{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.routine-customBox-imgUrlBox-modelText{
    margin-left: 10px;
}
.routine-customBox-imgUrlBox-modelText-title{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.routine-customBox-imgUrlBox-modelText-tip{
    width: 300px;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    line-height: 22px;
}
.routine-customBox-imgUrl {
  width: 100%;
}
/* 高端定制 end */
/* icon层 */
.weixin-iconBox {
  width: 100%;
  margin: 0 auto;
}
.weixin-icon {
  width: 100%;
}
/* icon层 end */
/* 推荐案例 */
.recommendCaseBox {
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 60px;
  /*background: #f1f1f1;*/
}
.recommendCaseBox-englishTitle,
.recommendCaseBox-title {
  font-weight: bold;
  text-align: center;
}
.recommendCaseBox-englishTitle {
  font-size: 36px;
  margin-top: 30px;
}
.recommendCaseBox-title {
  font-size: 26px;
  margin: 5px 0;
}
.recommendCaseBox-tip {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.recommendCaseBox-mainBox-container{
	width: 80%;
	margin: 50px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.recommendCaseBox-mainBox-leftIcon{
	width: 80px;
	height: 80px;
}
.recommendCaseBox-mainBox-rightIcon{
	width: 80px;
	height: 80px;
}
.recommendCaseBox-mainBox {
	width: 80%;
	margin: 0 auto;
  overflow-x: scroll;
  display: flex;
  white-space: nowrap;
  position: relative;
}
.recommendCaseBox-mainBox-model {
  width: 440px;
  height: 200px;
  margin: 100px 50px;
  border-radius: 20px;
  background: #447596;
  position: relative;
}
.recommendCaseBox-mainBox-model:hover .recommendCaseBox-mainBox-textTitle {
  color: #82CCCB;
}
.recommendCaseBox-mainBox-model:hover .recommendCaseBox-mainBox-textTip {
  color: #82CCCB;
}
.recommendCaseBox-mainBox-modelContain {
  width: 400px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.recommendCaseBox-mainBox-image {
  width: 200px;
}
.recommendCaseBox-mainBox-imageStyle {
  width: 200px;
  height: 400px;
  position: absolute;
  left: 0;
  top: -120px;
  border-radius: 20px;
}
.recommendCaseBox-mainBox-imageStyle2 {
  width: 200px;
  height: 400px;
  position: absolute;
  right: 0;
  top: -120px;
}
.recommendCaseBox-mainBox-text {
  width: 190px;
  height: 200px;
}
.recommendCaseBox-mainBox-textTitle,
.recommendCaseBox-mainBox-textTip {
  width: 100%;
  
  color: white;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommendCaseBox-mainBox-textTitle {
  font-size: 16px;
  margin-top: 25px;
}
.recommendCaseBox-mainBox-textTip{
    font-size: 14px;
}
.recommendCaseBox-mainBox-textContent {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  margin-top: 20px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.recommendCaseBox-circleBox {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #82CCCB;
  position: absolute;
  right: -20px;
  top: -20px;
}
.recommendCaseBox-circleBox2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #82CCCB;
  position: absolute;
  left: -30px;
  bottom: -30px;
}
.recommendCaseBox-moreBtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.recommendCaseBox-moreBtn-href {
  font-size: 14px;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  padding: 12px 18px;
}
.recommendCaseBox-moreBtn-href:hover {
  color: #82CCCB;
  border: 1px solid #82CCCB;
}
.recommendCaseBox-checkImg-Box{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;top: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.recommendCaseBox-checkImg-Box>img{
	height: 90%;
}
/* 推荐案例 end */