#body-content {
    width: 1920px;
    background-color: #fdfcfc;
}

.margin {
    margin: 0 auto;
}

#banner {
    width: 1920px;
    height: 380px;
    background: url("../image/banner1.png") no-repeat center;
}

.ip-box {
    margin: 100px 0;
}

.ip-box .details {
    height: 780px;
    background: url("../image/detail2.jpg") no-repeat center;
    position: relative;
}

.ip-box .details .main {
    position: absolute;
    right: 76px;
    top: 157px;
    width: 600px;
    height: 546px;
    padding: 65px 60px 0;
    box-sizing: border-box;
}

.ip-box .details .main div {
    margin-bottom: 60px;
}

.ip-box .details .main div h3 {
    color: #21a23b;
    position: relative;
    font-size: 22px;
}

.ip-box .details .main div h3::before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 9px;
    background: url("../image/set.png") no-repeat center;
}

.ip-box .details .main div span {
    letter-spacing: 1px;
}

.ip-box .details .main div p {
    line-height: 1.8;
    width: 410px;
}

.sl-box {
    height: 497px;
    background: url("../image/sl.png") no-repeat center;
    background-size: contain;
    margin: 200px auto 0;
}

.sl-box .box {
    position: relative;
    top: -80px;
}

.sl-box h6 {
    font-size: 60px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #21a23a;
    border-bottom: 2px solid #EEEEEE;
}

.sl-box p {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #21a23a;
    line-height: 60px;
}

.store-box {
    width: 100%;
    overflow: hidden;
}

.store-box li {
    margin: 60px 0;
}

.store-box li .line {
    width: 100%;
    height: 2px;
    background: #21a23b;
    margin-top: 44px;
}

.store-box li .item {
    width: 563px;
    text-align: center;
    color: #313131;
    font-size: 18px;
}

.store-box li .item h6 {
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    background: linear-gradient(0deg, #71c603, #21a23a);
    border-radius: 5px;
    margin: 0 auto;
    color: #F9F9F9;
    display: inline-block;
    font-size: 26px;
    position: relative;
    top: -21px;
}

.store-box .more {
    width: 115px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: right;
    border: 1px solid #0aa23a;
    color: #0AA23A;
    font-size: 18px;
    margin-top: -20px;
    position: relative;
}

.store-box .more i {
    border-left: 6px solid #f3c834;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    margin-left: 5px;
}

.sever-box {
    height: 722px;
    background: url("../image/sb.png") no-repeat center;
    background-size: contain;
}

.adv-box {
    margin: 57px 0 70px;
    overflow: hidden;
    background: #fff;
}

.adv-box .title {
    width: 789px;
    height: 84px;
    background: url("../image/at.png") no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 67px;
}

.adv-box li {
    float: left;
    width: 314px;
    margin-right: 129px;
}

.adv-box li:last-child {
    margin-right: 0;
}

.adv-box li .img {
    width: 314px;
    text-align: center;
}

.adv-box li .info {
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    line-height: 30px;
}

.adv-box li .info h6 {
    font-size: 28px;
    font-weight: bold;
    color: #21a23a;
    line-height: 40px;
    margin-bottom: 20px;
}
