@charset "UTF-8";
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* 标题样式 */

.title {
    text-align: center;
}

.title h1 {
    font-size: 1.9rem;
    color: #55433c;
}

.title .desc {
    font-size: 1.1rem;
}


/* 两个按钮的样式 */

.btn {
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.btn a {
    display: inline-block;
    width: 46%;
    padding: 1rem 0;
    color: white;
    font-size: 1.2rem;
    border-radius: 1.3rem;
    background: #d6001d;
    text-align: center;
}

.btn a:first-of-type {
    background: #ff6c00;
}

.content1 {
    width: 100%;
    background: #fff4ec;
    padding: 1rem;
}

.content1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content1 li {
    width: 20%;
}

.content1 li a {
    display: block;
    text-align: center;
}

.content1 li a img {
    width: 50%;
    margin: 0 auto;
}

.content1 li a p {
    font-size: 1rem;
    color: #2c2c2c;
    margin-top: 0.3rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 110%;
}

.content2 {
    padding: 2.25rem 1rem 0;
    margin-bottom: 2rem;
}

.content2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.8rem;
    margin-bottom: 0.3rem;
}

.content2 ul li {
    width: 49%;
    text-align: center;
    position: relative;
    margin-bottom: 1.2rem;
}

.content2 ul li .tag {
    width: 50%;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: left;
    padding-left: 0.9rem;
    background: #d7722c;
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: 0.65rem;
}

.content2 ul li .tag::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.65rem;
    border-left: 0.65rem solid #d7722c;
    border-top: 2.1rem solid transparent;
    border-right: 0;
    border-bottom: 0;
}

.content2 ul li .tag1 {
    width: 55%;
}

.content2 ul li p {
    font-size: 1.1rem;
    height: 2.3rem;
    line-height: 2.3rem;
    background: #fff4ec;
    color: #55433c;
}

.content3 {
    background: #eeeeee;
    padding: 0 1rem 2rem;
}

.content3 .hd {
    padding: 0 1rem;
    margin-top: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}

.content3 .hd li {
    width: 24%;
    padding: 0.9rem 0;
    background: #d1c0a5;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.2rem;
    color: #fff;
}

.content3 .hd li.on {
    background-color: #fe7433;
}

.content3 .bd li {
    border-radius: 1rem;
    background: #fff;
    padding: 1.6rem 1.6rem 0 1.6rem;
}

.content3 .bd li h3 {
    font-size: 1.5rem;
    margin-top: 1.4rem;
    color: #55433c;
    text-align: center;
    margin-bottom: 0.9rem;
}

.content3 .bd li p {
    font-size: 1rem;
    line-height: 1.6rem;
    text-indent: 2rem;
    margin-bottom: 1.3rem;
}

.content3 .btn {
    padding-bottom: 1.5rem;
}

.content4 {
    padding: 0 1rem;
}

.content4 .title {
    margin-bottom: 1.1rem;
}

.content4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5rem 0 1.5rem;
}

.content4 ul li {
    width: 44.3%;
}

.content4 ul li img {
    margin-bottom: 0.5rem;
}

.content4 ul li:nth-of-type(2) {
    width: 53.6%;
}

.content44 {
    background: url(../images/103.jpg) no-repeat;
    background-position: 100% auto;
    padding: 1.5rem 1rem;
    margin-top: 1.9rem;
}

.content44 .tit {
    width: 80%;
    margin: 0 auto;
}

.content44 ul.first {
    margin-top: 0.8rem;
}

.content44 ul.first li {
    position: relative;
    width: 100%;
    height: 6.7rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.7);
}

.content44 ul.first p {
    font-size: 0.8rem;
    color: #282828;
    position: absolute;
    width: 79%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: 1px;
}

.content44 ul.first p span {
    color: #e60012;
}

.content44 ul.first img {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(0, -50%);
    width: 12.5%;
}

.content444 {
    margin: 1.4rem 0 3rem;
}

.content444 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content444 ul li {
    text-align: center;
    width: 32%;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    font-weight: bold;
    background: #b7a07c;
    padding: 0.6rem;
    color: white;
}

.content55 {
    padding: 0 1rem 2.6rem;
}

.content55 ul {
    display: flex;
    justify-content: space-between;
}

.content55 .first {
    margin-bottom: 0.85rem;
    margin-top: 0.8rem;
}

.content55 .first li:first-of-type {
    width: 65.8%;
}

.content55 .first li:nth-of-type(2) {
    width: 31.8%;
}

.content55 .second {
    margin-bottom: 1.65rem;
}

.content55 .second li:first-of-type {
    width: 48.3%;
}

.content55 .second li:nth-of-type(2) {
    width: 49.1%;
}

.content5 {
    padding: 1.5rem 1rem 1.8rem;
    position: relative;
    margin-top: 2.3rem;
    /* 一个按钮的样式 */
}

.content5 .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    background-color: #d1c0a5;
    z-index: -1;
}

.content5 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 1rem;
}

.content5 ul li {
    width: 49%;
}

.content5 p {
    font-size: 1rem;
    line-height: 1.3rem;
    text-indent: 2rem;
    position: relative;
    margin-top: 1rem;
}

.content5 p::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #9e2a31;
    position: absolute;
    left: 0.6rem;
    top: 0.3rem;
    margin: 0 0;
}

.content5 .hezuo {
    margin: 1.1rem auto 0;
}

.content5 .bun {
    display: block;
    width: 60%;
    margin: 1rem auto 0;
    padding: 1.1rem 0;
    color: white;
    background-color: #e60012;
    border-radius: 1.2rem;
    text-align: center;
    font-size: 1.2rem;
}


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


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