.assistant-banner {
    background: url("../img/as-banner.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.assiatant-title {
    padding: 80px 0 60px 0;
}
.assiatant-title h3 {
    font-size: 26px;
    color: #3b426b;
}
.assiatant-icon {
    padding-bottom: 80px;
}
.assiatant-icon .item {
    width: 25%;
    text-align: center;
}
.assiatant-icon .item img {
    margin: 0 auto;
}
.assiatant-icon .item h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #3b426b;
}
.assiatant-icon .item p {
    margin-top: 14px;
    line-height: 1;
    font-size: 18px;
    color: #5b6494;
}
.assiatant-member {

}
.assiatant-member h3 {
    padding: 20px 0 0 0;
    line-height: 1;
    font-size: 26px;
    color: #3b426b;
}
.assiatant-member .item {
    position: relative;
    margin-top: 24px;
    font-size: 22px;
    color: #5b6494;
}
.assiatant-member .item .info {
    padding-left: 32px;
}
.assiatant-member .item::before {
    content: '';
    position: absolute;
    top: 5PX;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("../images/product/yes.png") no-repeat 0 center;
}
.assiatant-member .item p {
    line-height: 32px;
    font-size: 18px;
}
.assiatant-member .special {
    position: relative;
}
.assiatant-member .special .itemimg {
    position: absolute;
    top: 0;
    left: 70px;
}
.assistant-more {
    padding-bottom: 70px;
}
.assiatant-Micon .item {
    width: 387px;
    height: 387px;
    padding-top: 56px;
    margin-left: 18px;
    background-color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #5b6494;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 20px #d3d9e8;
    -moz-box-shadow: 0px 0px 20px #d3d9e8;
    box-shadow: 0px 0px 20px #d3d9e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.assiatant-Micon .item:first-child {
    margin-left: 0;
}
.assiatant-Micon .item img {
    margin: 0 auto;
}
.assiatant-Micon .item h4 {
    margin: 56px 0 18px 0;
    font-size: 22px;
}