.paas-banner{
	height:200px;
}
.banner_icon{
	height:200px;
	display: none;
}
.banner_info{
	padding: 20px 25px;
}
.banner_info_tit{
	font-size: 20px;
}
.banner_info_cont{
	font-size: 13px;
}
.cont-words, .situations-wrap{
	width: auto;
	padding:0 20px;
}
.situations-wrap{
	padding:0;
}
.service-func{
	float:inherit;
    min-width: 330px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: inherit;
}
.service-func:last-child{
}
.func_top img{
	width:60px;
	height:60px;
}
.func-details{
	color:#666;
	font-size:14px;
	text-align: center;
}
.func-tit{
    padding: 5px 0;
}

.top-tab{
	display: none;
}
.situations-tit{
	display: block;
}
.situations-tit{
    padding: 10px 20px;
}
.situations-cell{
	display: block;
}
.situations-cont{
    padding: 15px 20px 0px;
    background-color: #f7f7f9;
    display: none;
}
.situations-cont.selected{
	display: block;
}
.cont-cooperation img{
	width:100%;
}

.partner-link{
	margin-right: auto;
}
footer {
    /* margin-top: 124px; */
    background-color: #181818;
    display: grid;
    justify-items: center;
    padding-top: 72px;
    padding-bottom: 24px;
  }
  
  /* 底部菜单 */
  .footer-menus {
    width: 100%;
    max-width: 1180px;
	display: flex;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 0 60px !important;
	
  }
  
  /* 导航菜单，靠右对齐 */
  .footer-menu {
    justify-self: end;
  }
  
  /* 一级菜单 */
  .menu-title {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  /* 联系我们，靠左对齐 */
  .contact-us {
    justify-self: start;
	margin-left: 15px;
    color: #fff;
  }
  
  /* 联系我们，文字 */
  .contact-us p:not(:first-child) {
    padding-bottom: 16px;
  }
  
  /* 菜单项 */
  .menu-items li {
    list-style: none;
    padding-bottom: 8px;
  }
  /* 菜单链接 */
  .menu-items li a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
  }
  
  /* 备案信息 */
  .icp-info {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  
  /* 备案信息，版权信息 */
  .icp-info,
  .rights {
    /* 占满整行，-1代表最后一个编号 */
    grid-column: 1 / -1;
    /* 居中对齐 */
    justify-self: center;
    color: white;
    font-size: 14px;
  }
  .partnerWyImg{
  	width: 66%;
	transform: translateY(10px);
  }
  .partner-names{
	  overflow: hidden;
	  text-align: center;
  }