@import url("common.css?1");
.service-banner{
    height: 500px;
    background: url("../images/banner/service.jpeg") center center repeat;
}
.idea-show{
    width: 100%;
    background: url("../images/bg/service-content-bg.png") 10% 80% no-repeat #FFFFFF;
}
.idea-show-container{
    padding-top: 200px;
    padding-bottom: 80px;
}
.idea-show-container .title{
    background: url("../images/title-service2.png") 100% 100% no-repeat;
    width:325px;
    height: 68px;
    position: absolute;
    top:81px;
    left: 50%;
    margin-left: -162px;
}
.idea-show-container .content {
    background: #fff;
    position: relative;
    z-index: 11;
    box-shadow: 0px 40px 21px 0px rgba(181,89,68,0.1);
    padding:25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.idea-show-container .content .txts{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-direction: column;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    height: 300px;
}
.idea-show-container .content .jiangxin{
    align-self: flex-end;
    margin-bottom: 47px;
    width: 96px;
    height: 96px;
    background: url("../images/service-jiangxin.png") 100% 100% no-repeat;
}
.idea-show-container .content .image img{
    width: 570px;
    height: 300px;
}

.system-show{
    background: #F3F3F3;
    width: 100%;
    background: url("../images/bg/service-system-bg.png") right bottom no-repeat;
}
.system-show-container{
    padding-top: 200px;
    padding-bottom: 80px;
}
.system-show-container .title{
    background: url("../images/title-service3.png") 100% 100% no-repeat;
    width:325px;
    height: 68px;
    position: absolute;
    top:81px;
    left: 50%;
    margin-left: -162px;
}

.system-show-container .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.system-show-container .items .item{
    width:189px;
    height: 189px;
    background: url("../images/bg/service-system-item-bg.png") 100% 100% no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.system-show-container .items .item .name{
    width: 100%;
    align-self: center;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.system-show-container .items-describe{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 48px 20px 30px 20px;
}

.system-show-container .items-remarks{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 20px 30px 20px;
}
