.container {
    position: relative;
    /* background-color: #f9f9f9; */
}
.bg-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
}
.bg-box img {
    width: 100%;
    height: 300px;
}
.cen-box {
    width: 100%;
    /* background-color: #f9f9f9; */
}
.cen-box1 {
    width: 100%;
    background-color: #f9f9f9;
}
.con-box {
    width: 75%;
    max-width: 1440px;
    margin: auto;
}
.bg-text {
    /* position: absolute; */
    /* top: 0; */
    height: 300px;
    color: #fff;
    /* z-index: 999; */
}
.bg-text > h3 {
    font-size: 38px;
    font-weight: normal;
}
.bg-text p {
    font-size: 18px;
}

.hunhy {
    padding: 50px 0 30px;
}

.hunhe-title > div:first-child {
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.hunhe-title > div:nth-child(2) {
    font-size: 18px;
    color: #9a9999;
    margin-bottom: 25px;
}
.hunhe-box li {
    margin-right: 20px;
    width: 350px;
    height: 170px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 14px;
}
.hunhe-box li h3,
.hunhe-box li p {
    margin-bottom: 10px;
}
.hunhe-box li p {
    line-height: 1.5;
}
.hunhe-box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 25px;
    background-color: #eb5c5c;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    /* padding: 10px; */
}

.nengli-box li {
    padding: 30px 30px 20px 20px;
    width: 210px;
    height: 240px;
    background-color: #fff;
    border: 1px solid #eee;
}
.nengli-box li > div:first-child {
    margin: 0 0 10px 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 10px 18px rgb(149 149 149 / 29%);
}
.nengli-box li > div:first-child > img {
    transition: all 1s ease-out;
}
.nengli-box li:hover img {
    transform: scale(1.1);
}
.nengli-box li p {
    line-height: 1.8;
}
.hunhy > .hunhe-title > div {
    margin-bottom: 30px;
}
.yun-list {
    width: 100%;
    height: 70px;
}
.yun-list1 li {
    width: 25%;
    height: 100%;

    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.yun-list2 li {
    width: 20%;
    height: 100%;

    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.yun-list li label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yun-list li:not(li:last-child) {
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
.fangan-contain {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.fangan-contain > div {
    width: 48%;
}
.fangan-contain > div > img {
    width: 100%;
}
.fangan-text > div > div {
    margin-bottom: 20px;
}
.fangan-text > div > p {
    margin-left: 24px;
    margin-bottom: 30px;
    color: #555;
}
.line-img {
    width: 4px;
    height: 20px;
    background-color: #eb5c5c;
    margin-right: 20px;
}
.fangan-text > div > ul {
    margin-left: 24px;
}
.fangan-text > div > ul img {
    width: 16px;
    height: 11px;
    margin-right: 4px;
}
.fangan-text > div > ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #999;
}
.fangan-text > div > ul li :not(li:last-child) {
    margin-bottom: 10px;
}
.sele1 input:nth-of-type(1):checked ~ .fangan1,
.sele1 input:nth-of-type(2):checked ~ .fangan2,
.sele1 input:nth-of-type(3):checked ~ .fangan3,
.sele1 input:nth-of-type(4):checked ~ .fangan4 {
    display: block;
    display: flex;
}
.hunhy input {
    display: none;
}
.sele1 input:nth-of-type(1):checked ~ .yun-list1 li:nth-child(1),
.sele1 input:nth-of-type(2):checked ~ .yun-list1 li:nth-child(2),
.sele1 input:nth-of-type(3):checked ~ .yun-list1 li:nth-child(3),
.sele1 input:nth-of-type(4):checked ~ .yun-list1 li:nth-child(4) {
    background-color: #e14958;
    color: #fff;
    /* line-height: 1.8; */
}
.fj {
    margin-bottom: 10px;
}
.sele2 input:nth-of-type(1):checked ~ .fangan5,
.sele2 input:nth-of-type(2):checked ~ .fangan6,
.sele2 input:nth-of-type(3):checked ~ .fangan7,
.sele2 input:nth-of-type(4):checked ~ .fangan8,
.sele2 input:nth-of-type(5):checked ~ .fangan9 {
    display: block;
    display: flex;
}
.sele2 input:nth-of-type(1):checked ~ .yun-list2 li:nth-child(1),
.sele2 input:nth-of-type(2):checked ~ .yun-list2 li:nth-child(2),
.sele2 input:nth-of-type(3):checked ~ .yun-list2 li:nth-child(3),
.sele2 input:nth-of-type(4):checked ~ .yun-list2 li:nth-child(4),
.sele2 input:nth-of-type(5):checked ~ .yun-list2 li:nth-child(5) {
    background-color: #e14958;
    color: #fff;
    /* line-height: 1.8; */
}
