body {
    background-color: #f5f5f5;
}

/* 主体信息 */
.container {
    display: flex;
    width: 1400px;
    margin: 20px auto 0;
}

.container .service {
    padding: 18px 0;
    width: 340px;
    min-width: 340px;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.service_top {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 18px;
    padding: 0 18px;
}

.service_top img {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    position: relative;
    top: 5px;
}

.service_item {
    display: flex;
    height: 41px;
    line-height: 41px;
    padding-left: 18px;
    white-space: nowrap;
}

.service_item:hover {
    background-color: #68b863;
}

.service_item:hover .service_item_title {
    color: #ffffff;
}

.service_item:hover .service_item_label {
    color: #ffffff;
}

.service_item:hover .service_item_container {
    display: block;
}

.service_item_title {
    margin-right: 50px;
    font-size: 16px;
}

.service_item_label {
    margin-right: 30px;
    cursor: pointer;
    color: #ffffff;
}

.service_item_container {
    position: absolute;
    z-index: 2;
    top: 72px;
    right: calc(-360px * 0.7);
    border: 1px solid #cccccc;
    width: calc(360px * 0.7);
    height: 469px;
    padding: 10px 18px 0;
    display: none;
    background-color: #ffffff;
    color: #313135;
}

.service_item_container_title {
    border-bottom: 1px solid #dedede;
    line-height: 28px;
    padding-left: 8px;
    font-size: 16px;
}

.service_item_contaniner_contant {
    display: flex;
}

.service_item_container_contant_left, .service_item_container_contant_right {
    width: 50%;
}

.service_item_container_contant_left > div, .service_item_container_contant_right > div {
    cursor: pointer;
}

/* 轮播图 */
.banner {
    width: 660px;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.banner_list {
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_list li {
    float: left;
}

.banner_list li img {
    width: 660px;
    height: 370px;
}

.right_top {
    display: flex;
}

.news {
    margin-left: 20px;
    width: 380px;
    min-width: 380px;
    padding: 18px 0;
    position: relative;
    background-color: #ffffff;
}

.news_box {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.news_list {
    height: 2940px;
    line-height: 35px;
    padding: 0 18px;
    position: absolute;
}

.news_list li {
    white-space: nowrap;
}

.news_time {
    display: inline-block;
    margin-right: 5px;
    width: 55px;
}

.news_spu {
    margin: 0 5px;
}

.news_amount {
    margin-left: 5px;
}

.total {
    display: flex;
    padding: 0 48px 0 18px;
    justify-content: space-between;
    margin-top: 20px;
}

.total_item {
    text-align: center;
}

.total_value {
    font-size: 20px;
}

.right_bottom {
    height: 152px;
    padding: 18px 0;
    margin-top: 20px;
    background-color: #ffffff;
}

.process_btn_box {
    position: relative;
}

.process_top {
    padding-left: 40px;
}

.process_box {
    display: flex;
    padding-left: 40px;
}

.process_item {
    display: flex;
}

.process_index {
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    color: #68b863;
}

.process_icon {
    width: 14px;
    height: 23px;
    margin: 0 50px;
    position: relative;
    top: 11px;
}

.process_icon img {
    width: 100%;
    height: 100%;
}

.process_text_top {
    line-height: 24px;
    white-space: nowrap;
}

.process_text_bottom {
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
}

.btn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    color: #ffffff;
    background-color: #68b863;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 26px;
}

.btn:active {
    background-color: #1f6902;
    color: #aaaaaa;
}

/* spu */
.category_box {
    width: 1400px;
    height: 818px;
    overflow: hidden;
    background-color: #ffffff;
    margin: 20px auto 0;
}

.category_title {
    font-size: 24px;
    margin: 25px 0;
    line-height: 40px;
    text-align: center;
}

.category_row {
    display: flex;
    margin-bottom: 16px;
}

.category_item {
    margin-right: 16px;
    width: 330px;
    padding: 26px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.category_row .category_item:first-child {
    margin-left: 16px;
}

.category_item_left_title {
    font-size: 18px;
    margin-bottom: 30px;
}

.category_item_left_item {
    line-height: 20px;
}

.category_item_right {
    width: 112px;
    height: 112px;
}

.category_item_right img {
    width: 100%;
    height: 100%;
}

.offer_icon {
    position: absolute;
    top: 0;
    right: 0;
}

.category_box_btn {
    padding: 20px 0;
    text-align: center;
    transition: height .3s ease;
    background-color: #ffffff;
    width: 1400px;
    margin: 0 auto 40px;
}

.category_btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 160px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 25px;
    cursor: pointer;
    background-color: #68b863;
    color: #ffffff;
}

.category_btn:active {
    color: #414752;
    border-color: #414752;
}

/* 我们的优势 */
.advantage_box {
    padding: 100px 0 150px 0;
    width: 1400px;
    margin: 0 auto;
}

.advantage {
    display: flex;
}

.advantage_item {
    width: 33.3%;
    text-align: center;
}

.advantage_title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.advantage_item_img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.advantage_item_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.advantage_item_text {
    font-size: 18px;
    line-height: 28px;
}

/* 合作伙伴 */
.partner_box {
    padding: 50px 0 100px 0;
    border-top: 1px solid #cccccc;
    text-align: center;
}

.partner_title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.partner_btn_box {
    margin-top: 80px;
}

.partner_btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 160px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 25px;
    cursor: pointer;
    background-color: #68b863;
    color: #ffffff;
}

.bottom_box {
    padding: 20px 40px;
}

.rule_box {
    width: 1400px;
    margin: 0 auto 40px;
    background-color: #ffffff;
    border: none;
}