
.bannerItem img {
    width: 100%;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: #0571ff;
}
.swiper-button-next {
    right: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(228,228,228,0.41176);
    top: 50%;
}
.swiper-button-prev {
    left: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(228,228,228,0.41176);
    top: 50%;
}
.swiper-button-prev:after {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.swiper-button-next:after {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.bannerItemContent {
    width: 100%;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    text-align: center;
}
.bannerItemCaption {
    font-size: 18px;
    line-height: 30px;
}
.bannerItemDescription {
    font-size: 15px;
    line-height: 24px;
    color: #999999;
}
.solutionWrapper {
    background-color: white;
    padding: 0 15px;
}
.solutionContent {
    margin: 20px 0 30px 0;
    text-align: center;
    background: linear-gradient(0deg, rgba(242, 242, 242, 0.29012) 11.13%, rgba(196, 217, 255, 0.3) 94.25%);
}
.solutionItemTitle {
    font-family: "微软雅黑";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    padding: 19px 0 0 0;
}
.solutionItemImg {
    padding: 12px;
    /* height: 190px; */
    width: 95%;
}
.productName {
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.functionPoint {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 20px 10px;
}
.functionPointItem {
    width: 50%;
    display: flex;
    margin: 10px 0 0 0;
}
.operatorWrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.operatorWrapper ._btn {
    width: 48%;
}
.functionPointImg{
    width: 18px;
    height: 17px;
    margin-right: 10px;
}
.functionPointName{
    font-size: 12px;
}
.expensiveContent{
    background-color: #F5F8FC;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #C8DCF6;
    margin: 20px 0 0 0;
}
.expensiveItem{
    width: calc(50% - 1px);
    border-bottom: 1px solid #C8DCF6;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    align-items: center;
}
.expensiveContentes{
    flex: 1;
}
.expensiveItemImg{
    margin: 0 10px;
}
.expensiveItem:nth-child(2n - 1) {
    border-right: 1px solid #C8DCF6;
}
.expensiveItemName{
    font-size: 16px;
    line-height: 30px;
    color: black;
}
.expensiveItemTitle{
    font-size: 14px;
    line-height: 30px;
    color:#999999;
}
.useWrapper{
    position: relative;
    margin: 20px 0 0 0;
}
.useWrapper img{
    width: 100%;
    height: 200px;
}
.useContent{

    display: flex;
    height: 160px;
    align-items: center;
    margin: 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.useItem{
    color: white;
    line-height: 30px;
    flex: 1;
    text-align: center;
}
.useredNum{
    font-size: 22px;
    font-weight: 700;
}
.useedInfo{
    font-size: 12px;
}
.industryCase{
    height: 395px;
    line-height: 30px;
    color: white;
    position: relative;
    margin: 20px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.industryCaseContent{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.industryCaseTitle{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 48px 0 0 0;
}
.industryCaseInfo{
    font-size: 12px;
    padding: 0 20px;
    text-align: center;
}
.industryCaseListWrapper{
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}
.industryCaseListContent{
    display: flex;
    padding: 20px 0;
    width: 100%;
    display: flex;
    overflow-x: auto;
}
.industryCaseListContent::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.industryCaseItem{
    flex-basis: calc(30% - 12px);
    flex-shrink: 0;
    padding: 10px 0;
    background-color: white;
    border-radius: 3px;
    color: black;
    margin:0 0 0 20px;
    text-align: center;
}
.industryCaseItem:last-child{
    margin-right: 20px;
}
.companyInformation{
    background-color: #202020;
    color: #C7C7C7;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 62px;
}
.caseImg{
    height: 30px;
}
.applyNow{
    padding: 0 58px;
}

