/*服务内容 start*/

.section-1 .sec3-main {
    text-align: left;
    width: 1200px;
}

.section-1 .sec3-main:after {
    content: "";
    display: block;
    clear: both
}



.section-1 .sec3-main ul:last-child {
    margin-right: 0
}


.section-1 .sec3-main{
    text-align: left;
    margin-top: 80px;

} 
.section-1 .sec3-main ul{
    width: 380px;
    height: 590px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(26, 67, 149, 0.16);
    float: left;
    margin-right: 24px;
/*    border-top: .173333rem solid #f28130;*/
    padding: 0px 40px 0 21px;
    text-align: left;
}
.section-1 .sec3-main li h4 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: #021940;
    opacity: 1;
    margin-bottom: 30px;
    position: relative;
    top: 30px;
    left: 64px;
}

.section-1  .sec3-main li h4:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2B86FF;
    border-radius: 50%
}

.section-1 .sec3-main li h5 {
    width: 161px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 19px;
    color: #8591A3;
    opacity: 1;
    margin-bottom: 50px;
    position: relative;
    top: 35px;
    left: 24px;

}
/*服务内容 end*/
/*支持多种跨境电商业务模式 start*/
.section-2 .list {
    margin: 0 -7px;
    width: 1200px;
    height: auto;
    margin-top: 80px;
}

.section-2 .list li {
    width: 370px;
    height: 325px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    margin: 0 14px;
    float: left;
    background: #fff;
    text-align: center;
}

.section-2 .list li .img {
    width: 110px;
    height: 110px;
    margin: 32px auto 16px;
}

.section-2 .list li h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #021940;
    opacity: 1;
}

.section-2 .list li p {
    width: 270px;
    margin: 20px auto;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 19px;
    color: #8591A3;
    opacity: 1;
}
/*支持多种跨境电商业务模式 end*/

/*系统特点start*/
.section-3 .list {
    margin-right: -26px;
    width: 1200px;
    height: auto;
    margin-top: 60px;
}
.section-3 ul{
    padding-left: 20px;
}
.section-3 .list li {
    width: 367px;
    height: 289px;
    float: left;
    background: #fff;
    margin: 0 26px 26px 0;
    overflow: hidden;
    text-align: center;
    transition: all ease 300ms;
    padding: 0 20px;
    border-radius: 5px;
}

.section-3 .list li:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-10px);
}

.section-3 .list li:nth-child(n+5) {
    margin-bottom: 0
}

.section-3 .list li .img {
    width: 120px;
    height: 120px;
    margin: 22px auto 5px;
}

.section-3 .list li h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.section-3 .list li p {
    font-size: 14px;
    color: #8591A3;
}
/*系统特点end*/


.section-4 .mallsuite-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.section-4 .mallsuite-list .item {
    width:250px;
    height:795px;
    background: #F0F6FF;
    border: 1px solid #2B86FF;
    box-shadow: 0px 0px 16px rgba(26, 67, 149, 0.16);
    padding: 20px 10px;
    box-sizing: border-box;
}

.section-4 .mallsuite-list .item .title {
    width:100%;
    height:65px;
    line-height: 65px;
    background: #2B86FF;
    border-radius: 4px;
    text-align: center;
    color:#ffffff;
    font-size:18px;
    margin: auto;
    margin-bottom: 20px;
}
.section-4 .mallsuite-list .item .text {
    width:100%;
    background: #fff;
    margin: auto;

}
.section-4 .mallsuite-list .item .text .text-title {
    height:35px;
    font-size:16px;
    line-height: 35px;
    text-align: center;
    background: #FF962C;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -ms-border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
}

.section-4 .mallsuite-list .item .text .text-content {
    padding: 15px 25px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #5D6C85;
    opacity: 1;
    margin-bottom: 15px;
}
