/* banner */ .callcenter-banner { width: 100%; height: 350px; background: url(../images/callcenter-banner.jpg) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; margin-top: 65px; } .callcenter-banner h2 { color: #fff; padding-top: 218px; text-align: center; font-weight: 300; font-size: 40px; } .top-div { width: 100%; height: 30px; background-color: #ffffff; z-index: 999; font-size: 15px; font-family: '微软雅黑'; margin-bottom: 10px; } .top-div span { color: #303133; font-size: 16px; } .top-div span i { margin: 5px; color: #079FFF; } .item { font-family: '微软雅黑'; color: #696767ed; /* margin: 5px; */ font-size: 16px; } .item p { font-size: 15px; color: rgba(89,101,128,1); line-height: 26px; margin: 3px 25px; } .item i { color: #079FFF; } .parten { transition: all .1s ease; -webkit-transition: all .1s ease; } .parten:hover { transform: scale(1.06); } .parten:hover p { transform: scale(1); }