/** 中餐行业解决方案 **/
.section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.section .white {
    color: #fff !important;
}

.section h1 {
    color: #3C3835;
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.2rem;
    margin: 0;
    padding: 110px 0 25px 0;
}

.section p.desc {
    color: #3E3A39;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    line-height: 34px;
}

.section .img {
    display: block;
    margin: auto;
}

.section .section-bg {
    z-index: -1;
    position: absolute;
    width: 100%;
}

.section1 {
    height: 675px;
    background-image: url("/Content/new/assets/imgs/solution/chineseFood/1.jpg");
}

.section1 .txt-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.section1 .txt-wrapper .txt1 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    letter-spacing: .3rem;
    margin-bottom: 25px;
}

.section1 .txt-wrapper .txt1 span {
    background-image: -webkit-linear-gradient(top,#ffffff,#FEF5EB,#F8850E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section1 .txt-wrapper .txt2 {
    font-size: 46px;
    line-height: 46px;
    color: #F8850E;
    margin-bottom: 40px;
}

.section1 .txt-wrapper .txt3 {
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}

.section1 .txt-wrapper .txt3 span {
    margin: 0 10px;
}

.section1 .btns {
    margin: auto;
    padding: 50px 0 0 0;
    width: 396px;
    display: flex;
    justify-content: space-between;
}



.section1 .btn {
    width: 190px;
    height: 60px;
    text-align: center;
    border-radius: 8px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .btn:hover {
    cursor: pointer;
    background: none;
    border: 1px solid #F19119;
    color: #F19119;
    box-sizing: border-box;
}

.section1 .btn-white {
    background-color: #ffffff;
    color: #F19119;
}

.section1 .btn-orange {
    background-color: #F19119;
    color: #ffffff;
}

.section2 .content,
.section9 .content {
    display: flex;
}

.section2 .txt-wrapper {
    flex: 1;
    height: 750px;
}

.section2 .content .txt-item {
    padding-top: 30px;
    box-sizing: border-box;
}

.section2 .content .txt-item:hover {
    cursor: pointer;
}

.section2 .txt-item.active {
    border: 1px solid #FFA200;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px #9a9a9a7d;
}

.section2 .content .txt-title {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/2-7.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 24px;
    width: 84%;
    margin-left: 7%;
    margin-bottom: 15px;
    height: 42px;
    line-height: 42px;
    width: 260px;
    text-align: center;
    color: #D48C02;
}

.section2 .content .active .txt-title {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/2-6.png);
    color: #fff;
}

.section2 .content .txt-content {
    font-size: 17px;
    width: 84%;
    margin-left: 7%;
}

.section2 .content .txt-content p {
    line-height: 22px;
}

.section3 {
    height: 800px;
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/3-2.jpg);
}

.section3 .wrapper {
    overflow: unset;
}

.section3 .img {
    position: absolute;
    top: 280px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.section4 {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/4-2.jpg);
}

.section4 .img {
    margin-bottom: 60px;
}

.section4 h1 {
    padding-top: 180px;
}

.section5 .img {
    margin: 10px auto 100px;
}

.section6 {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/6-2.jpg);
}

.section6 .img {
    margin: 50px auto;
}

.section7 {
    padding-bottom: 80px;
}

.section8 {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/8-2.jpg);
}

.section8 .img {
    margin: 80px auto 100px;
}

.section9 .content {
    margin-top: 130px;
    margin-bottom: 130px;
}

.section9 .img-wrapper {
    margin-left: 30px;
}

.section9 .txt-item {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/9-4.png);
    background-size: cover;
    width: 350px;
    height: 160px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
}

.section9 .txt-item:hover {
    cursor: pointer;
}

.section9 .txt-item.active {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/9-5.png);
}

.section9 .txt-title {
    font-style: italic;
    color: #A9A9A9;
}

.section9 .txt-content {
    color: #757171;
}

.section9 .active .txt-title {
    color: #FEE3CE;
}

.section9 .active .txt-content {
    color: #fff;
}

.section9 .img-item {
    display: none;
    font-size: 26px;
    color: #6F6F6F;
    line-height: 32px;
}

.section9 .img-item.active {
    display: block;
}

.section9 .img-item p {
    margin: 20px 0 20px 0;
    line-height: 34px;
}

.section10 {
    background-image: url(/Content/new/assets/imgs/solution/chineseFood/10-2.jpg);
    padding-bottom: 80px;
}

.section10 .img {
    margin-top: 60px;
}
