/* 必要布局样式css */
.software-box {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.software-header {
    max-width: 1210px;
    padding: 50px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.software-header h2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #3B516A;
}

.software-header p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #999;
}

.software-content {
    background: #fff;
    border-radius: 2px;
}

.software-content-item {
    position: relative;
    float: left;
    height: 160px;
    width: 25%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.item001 {
    background: url(../images/main.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 0;
    background-size: 100% 100%;
}
.item002 {
    background: url(../images/main1.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 0;
    background-size: 100% 100%;
}

.software-content-item>a {
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.software-content-item:first-child a {
    display: block;
    width: 100%;
    height: 100%;
}

.software-content-item:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

.software-content-item:first-child:hover {
    box-shadow: 0 30px 40px 0 rgba(233, 188, 113, 0.35);
}

.software-content-item i {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
}

.software-content-item h2 {
    margin-top: 25px;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #34475F;
}

.software-content-item ul {
    font-size: 0;
    text-align: center;
}

.software-content-item ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    color: #8A8D93;
}

.software-content-item ul li a {
    color: #8A8D93;
}

.software-content-item ul li a:hover {
    color: #fa6f66;
}

.service-icon-cloud {
   width:45px;display:block;margin:0 auto;
}
.solution-more-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block;
}

.s-btn {
    display: inline-block;
    color: #36383C;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid #d4d5d7;
    position: relative;
    letter-spacing: normal;
}

.solution-more {
    border: 1px solid #FAFBFE;
    border-radius: 4px;
    height: 40px;
    width: 140px;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #FAFBFE;
    padding-left: 30px;
}

.solution-more-wrap .solution-more {
    width: auto;
    margin-top: 0;
    color: #999;
    border: none;
}

.solution-more em {
    width: 13px;
    height: 8px;
    margin-left: 10px;
    display: inline-block;
    background: url(../images/news-btn-more.png) no-repeat;
    background-size: cover;
    transition: 0.3s ease-out;
}

.solution-more:hover {
    color: #fa6f66;
}

.solution-more:hover em {
    margin-left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAI1JREFUGBljYCADMBLS87sgfQPDf4Z/LIKSYYwNDX9A6pkIaWIRkAz7z8ig//vDs+v/GxrYQOoJ2gRSBFL8+8Pz60DWP1YBKW2wpl/56beAAqogBYQAIyPDBuJsmpnG+uc6wxqggf9YNBnCCGr6j64hfdZvFkLO+XuDKZiFhaGagUfiGmN6wz9C6nHKAwAcay6AxWqjRQAAAABJRU5ErkJggg==") no-repeat;
}
