button,input{
    border: none;
    outline: none;
    cursor: pointer;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.title {
    padding-top: 0;
    text-align: left;
}

.phone {
    margin-top: 0;
}

.module-title {
    text-align: center;
    font-size: 36px;
    color: #a32b1a;
}

.module-title::after {
    display: block;
    content: "XIAOLIUZHIJIA";
    font-size: 36px;
    color: rgba(0, 0, 0, 0.03);
    margin: -20px auto 0;
}

.module-sub-title {
    margin-top: 8px;
    font-size: 20px;
    color: #868686;
    text-align: center;
}

.banner {
    height: 765px;
    background: url("../images/banner.png") no-repeat center/cover;
    text-align: center;
    overflow: hidden;
}

.banner .title {
    margin-top: 181px;
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.58);
}

.banner .sub-title {
    margin-top: 14px;
    font-size: 78px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.58);
}

.banner .section {
    margin-top: 15px;
    display: inline-block;
    font-size: 37px;
    color: #ffffff;
    position: relative;
    text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.58);
}

.banner .section::before, .banner .section::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 180px;
    height: 1px;
}

.banner .section::before {
    left: 0;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.banner .section::after {
    right: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
}

.banner .btns {
    margin: 91px auto 0;
    width: 843px;
    height: 97px;
    border: 1px solid #ea7160;
    background: rgba(234, 113, 96, 0.14);
    border-radius: calc(97px / 2);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner .btns button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner .btns .phone-name {
    background-color: #ea7160;
    border-radius: calc(97px / 2);
    font-size: 34px;
    color: #fff;
}

.banner .btns .phone-name .icon {
    width: 40px;
    height: 38px;
    vertical-align: middle;
}

.banner .btns .my-phone {
    background-color: transparent;
    font-size: 32px;
    color: #fff;
}

.module1 .module-title {
    padding: 70px 0 9px;
}

.module1 .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.module1 .row1 .col {
    width: 379px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module1 .row1 .col .photo {
    width: 100%;
    height: 242px;
    position: relative;
}

.module1 .row1 .col .photo img {
    -o-object-fit: cover;
    object-fit: cover;
}

.module1 .row1 .col .photo .label {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100px;
    height: 32px;
    background-color: #deb207;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module1 .row1 .col .photo .label .icon {
    margin: 0 4px 0 7px;
    width: 17px;
    height: 17px;
}

.module1 .row1 .col .photo .label::after, .module1 .row1 .col .photo .label::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -10px;
    border-style: solid;
}

.module1 .row1 .col .photo .label::after {
    border-width: 0 10px 16px 0;
    border-color: transparent transparent #deb207 transparent;
    bottom: 0;
}

.module1 .row1 .col .photo .label::before {
    border-width: 16px 10px 0 0;
    border-color: #deb207 transparent transparent transparent;
    top: 0;
}

.module1 .row1 .col .card {
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -20px;
    padding: 14px 23px;
    width: 354px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
    box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
}

.module1 .row1 .col .card .title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.module1 .row1 .col .card .label {
    margin-top: 8px;
    color: #000000;
    font-size: 16px;
}

.module1 .row1 .col .card .label .icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
}

.module1 .row1 .col .card button {
    margin-top: 13px;
    width: 100%;
    height: 48px;
    background: #ea7160;
    border-radius: 27px;
    font-size: 20px;
    color: #fff;
}

.module1 .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 46px;
}

.module1 .row2 .col {
    width: 379px;
    height: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 23px;
    -webkit-box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
    box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
}

.module1 .row2 .col .title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.module1 .row2 .col .content {
    margin-top: 10px;
    font-size: 14px;
    color: #505050;
    width: 13em;
}

.module1 .row2 .col:nth-of-type(1) {
    background: url("../images/m1r2c1.png") no-repeat center/cover;
}

.module1 .row2 .col:nth-of-type(2) {
    background: url("../images/m1r2c2.png") no-repeat center/cover;
}

.module1 .row2 .col:nth-of-type(3) {
    background: url("../images/m1r2c3.png") no-repeat center/cover;
}

.module2 {
    background: url("../images/module2-bg.png") no-repeat center/cover;
    padding-bottom: 70px;
}

.module2 .module-title {
    padding-top: 45px;
}

.module2 .module-title::after {
    display: none;
}

.module2 .module-sub-title {
    margin-top: 8px;
    font-size: 20px;
    color: #868686;
    text-align: center;
}

.module2 .progress {
    width: 1130px;
    margin: 80px auto 0;
    text-align: center;
    position: relative;
}

.module2 .progress .row {
    padding-right: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 454px;
}

.module2 .progress .row .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.module2 .progress .row .cols .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module2 .progress .row .cols .col .icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    border: 10px solid #f8d4cf;
    background-color: #ea7160;
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.module2 .progress .row .cols .col .icon img {
    width: 40px;
    height: 40px;
}

.module2 .progress .row .cols .col .icon::after {
    position: absolute;
    top: 50%;
    right: calc(-312px - 10px);
    content: "";
    width: 312px;
    height: 1px;
    background-color: #ea7160;
}

.module2 .progress .row .cols .col .title {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #252525;
    font-weight: bold;
}

.module2 .progress .row .cols .col .content {
    margin-top: 7px;
    width: 160px;
    font-size: 14px;
    color: #868686;
}

.module2 .progress .row .cols .col:nth-of-type(3n-1),
.module2 .progress .row .cols .col:nth-of-type(3n-2) {
    margin-right: 232px;
}

.module2 .progress .row .cols .col:nth-of-type(3n) .icon::after {
    display: none;
}

.module2 .progress .aside {
    position: absolute;
    top: 40px;
    right: 46px;
    width: 178px;
    height: 300px;
    background-color: transparent;
    border: 1px solid #ea7160;
    border-radius: 0 50% 50% 0;
    border-left: none;
}

.module2 button {
    display: block;
    margin: 40px auto 0;
    width: 360px;
    height: 70px;
    background: #ea7160;
    border-radius: 35px;
    font-size: 20px;
    color: #fff;
}

.module3 {
    padding: 68px 0;
    background: url("../images/module3-bg.png") no-repeat center/cover;
}

.module3 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module3 .container .aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.module3 .container .aside .title {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}

.module3 .container form {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.module3 .container form input {
    margin-right: 20px;
    height: 63px;
    text-indent: 1em;
    font-size: 20px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.module3 .container form input::-webkit-input-placeholder {
    color: #cdcdcd;
}

.module3 .container form input:-ms-input-placeholder {
    color: #cdcdcd;
}

.module3 .container form input::-ms-input-placeholder {
    color: #cdcdcd;
}

.module3 .container form input::placeholder {
    color: #cdcdcd;
}

.module3 .container form .name {
    width: 185px;
}

.module3 .container form .phone {
    width: 211px;
}

.module3 .container form .select {
    width: 354px;
}

.module3 .container form .submit {
    position: absolute;
    right: 0;
    top: -140px;
    width: 288px;
    height: 242px;
    background: transparent;
}

.module3 .container form .submit img {
    width: 100%;
    height: 100%;
}

.module4 {
    padding-bottom: 130px;
}

.module4 .module-title {
    padding-top: 70px;
}

.module4 .module-title::after {
    display: none;
}

.module4 .row1 {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (380px) [ 3 ];
    grid-template-columns: repeat(3, 380px);
    gap: 26px 30px;
}

.module4 .row1 .card {
    padding: 8px 37px 21px;
    text-align: center;
}

.module4 .row1 .card .photo {
    width: 100%;
    height: 223px;
    -o-object-fit: cover;
    object-fit: cover;
}

.module4 .row1 .card .title {
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.module4 .row1 .card .content {
    font-size: 16px;
    color: #727272;
    margin-top: 6px;
}

.module4 .row1 .card,
.module4 .row1 .more {
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
    box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
}

.module4 .row1 .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.module4 .row1 .more .material {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 211px;
    background: #ea7160 url("../images/material.png") no-repeat center/cover;
}

.module4 .row1 .more .option {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-gradient(linear, left top, right top, from(#e9d31c), to(#e9c61c));
    background: linear-gradient(90deg, #e9d31c 0%, #e9c61c 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module4 .row1 .more .option button {
    width: 252px;
    height: 52px;
    border-radius: 31px;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.module4 .row2 {
    margin-top: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.module4 .row2 .col {
    padding: 33px 18px 54px;
    color: #fff;
}

.module4 .row2 .col .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.module4 .row2 .col .title .icon {
    width: 32px;
    height: 32px;
}

.module4 .row2 .col .content {
    margin-top: 25px;
    font-size: 16px;
}

.module4 .row2 .col:nth-of-type(1) {
    background: url("../images/m4r2c1.png") no-repeat;
}

.module4 .row2 .col:nth-of-type(2) {
    background: url("../images/m4r2c2.png") no-repeat;
}

.module4 .row2 .col:nth-of-type(3) {
    background: url("../images/m4r2c3.png") no-repeat;
}

.module4 .row2 .col:nth-of-type(4) {
    background: url("../images/m4r2c4.png") no-repeat;
}

.module4 .row2 .col:nth-of-type(5) {
    background: url("../images/m4r2c5.png") no-repeat;
}

.module4 .row2 .col:nth-of-type(6) {
    background: url("../images/m4r2c6.png") no-repeat;
}

.module5 {
    padding: 68px 0;
    background: url("../images/module3-bg.png") no-repeat center/cover;
}

.module5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.module5 .container .aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 20px;
}

.module5 .container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module5 .container form input {
    margin-right: 20px;
    width: 245px;
    height: 63px;
    text-indent: 1em;
    font-size: 20px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.module5 .container form input::-webkit-input-placeholder {
    color: #cdcdcd;
}

.module5 .container form input:-ms-input-placeholder {
    color: #cdcdcd;
}

.module5 .container form input::-ms-input-placeholder {
    color: #cdcdcd;
}

.module5 .container form input::placeholder {
    color: #cdcdcd;
}

.module5 .container form .submit {
    position: absolute;
    right: 0;
    top: -160px;
    width: 318px;
    height: 244px;
    background: transparent url("../images/module5-bg.png") no-repeat;
}

.module6 {
    padding: 70px 0;
}

.module6 .module-sub-title {
    margin-top: -10px;
}

.module6 .btns {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module6 .btns button {
    width: 365px;
    height: 66px;
    border-radius: 33px;
    border: 1px solid #979797;
    background-color: transparent;
    font-size: 20px;
    color: #8a8a8a;
    margin: 0 20px;
}

.module6 .tabs {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module6 .tabs .label {
    font-size: 24px;
    color: #141414;
    font-weight: bold;
    margin-right: 55px;
}

.module6 .tabs .tab {
    font-size: 20px;
    color: #676767;
    margin-right: 56px;
    cursor: pointer;
}

.module6 .tabs .active {
    color: #ea7160;
    position: relative;
}

.module6 .tabs .active::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    width: 46px;
    height: 2px;
    background-color: #ea7160;
}

.module6 .list {
    margin-top: 20px;
    list-style: none;
    display:none;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (454px) [ auto ];
    grid-template-rows: repeat(auto, 454px);
    gap: 30px;
}

.module6 .list-active {
    display: -ms-grid;
    display:grid;

}
.module6 .list .col {
    -webkit-box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
    box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.5);
}

.module6 .list .col .photo {
    position: relative;
}

.module6 .list .col .photo img {
    width: 100%;
    height: 258px;
    -o-object-fit: cover;
    object-fit: cover;
}

.module6 .list .col .photo .label {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #de8a23;
    padding: 6px 16px;
    border-radius: 0 18px 18px 0;
    color: #fff;
    font-size: 6px;
}

.module6 .list .col .section {
    padding: 17px 24px 16px;
}

.module6 .list .col .section .title {
    font-size: 17px;
    width: 332px;
    color: #242424;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module6 .list .col .section .labels {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module6 .list .col .section .labels .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 29px;
}

.module6 .list .col .section .labels .label .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.module6 .list .col .section .labels .label span {
    font-size: 14px;
    color: #7e7e7e;
}

.module6 .list .col .section .link {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module6 .list .col .section .link .icon {
    width: 12px;
    height: 14px;
}

.module6 .list .col .section .link span {
    font-size: 14px;
    color: #333333;
}

.module6 .list .col .section .options {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module6 .list .col .section .options button {
    padding: 10px 24px;
    background-color: transparent;
    font-size: 20px;
    border-radius: 5px;
}

.module6 .list .col .section .options button:nth-of-type(1) {
    border: 1px solid #ea7160;
    color: #ea7160;
}

.module6 .list .col .section .options button:nth-of-type(2) {
    background-color: #ea7160;
    color: #fff;
}

.module6 .second {
    margin-top: 70px;
}

.module6 .swiper-container {
    width: 100%;
    height: 287px;
    padding: 30px;
}

.module6 .swiper-container .swiper-wrapper .swiper-slide {
    width: 240px;
    -webkit-box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.3);
    box-shadow: 4px 4px 37px 0px rgba(116, 116, 116, 0.3);
}

.module6 .swiper-container .swiper-wrapper .swiper-slide .photo {
    width: 100%;
    height: 187px;
}

.module6 .swiper-container .swiper-wrapper .swiper-slide .section {
    padding: 15px 30px 18px;
    background-color: #fff;
    text-align: center;
}

.module6 .swiper-container .swiper-wrapper .swiper-slide .section .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.module6 .swiper-container .swiper-wrapper .swiper-slide .section .content {
    margin-top: 5px;
    font-size: 14px;
    color: #727272;
}

.module6 .swiper-container .swiper-button-prev,
.module6 .swiper-container .swiper-button-next {
    border-radius: 50%;
    background-color: #eeeeee;
    width: 50px;
    height: 50px;
}

.module6 .swiper-container .swiper-button-prev::after,
.module6 .swiper-container .swiper-button-next::after {
    font-size: 14px;
    color: #888888;
}

.footer .container .aside {
    color: #fff;
}

.footer .container .aside .title {
    font-size: 20px;
    font-weight: bold;
}

.footer .container .aside .sub-title {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.footer .container form .name {
    width: 173px;
}

.footer .container form .phone {
    width: 197px;
}

.footer .container form .select {
    width: 331px;
}

/*# sourceMappingURL=index.css.map */
