@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

img {
    display: block;
}

div {
    margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

a {
    color: #111;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}

/* 公共模板 */
.btn {
    display: flex;
    justify-content: center;
}

.btn a {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 2.75rem;
    color: #fff;
    background-color: #cfa972;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    margin: 0 0.9rem;
}

h2.title {
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    color: #cfa972;
    position: relative;
}

h2.title::after,
h2.title::before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    width: 3.35rem;
    height: 2.15rem;

}

h2.title::before {
    background: url(../Images/6.png) no-repeat;
    left: 7.25rem;
    background-size: cover;
}

h2.title::after {
    background: url(../Images/7.png) no-repeat;
    right: 7.25rem;
    background-size: cover;
}

.bun {
    display: block;
    width: 75%;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 1rem 0;
    color: #fff;
    background-color: #cfa972 !important;
    margin: 0 auto;
    text-align: center;
    border-radius: 2rem;
}

/* content1 */
.content1 {
    padding: 2.8rem 1rem 2.4rem;
    border-bottom: 0.5rem solid #eeeeee;
}

.content1 h3 {
    font-size: 1.2rem;
    color: #b28850;
    line-height: 2rem;
    font-weight: normal;
    position: relative;
}

.content1 h3::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 12rem;
    height: 0.1rem;
    background-color: #b28850;
    bottom: -0.1rem;
}

.content1 p {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1.3rem 0 1.5rem;
}

.content1 .video_box {
    position: relative;
    padding-bottom: 1rem;
}

.content1 video {
    width: 100%;
}

.content1 .video_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 3rem;
}

.content1 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}

.content1 ul li {
    width: 31.66%;
}

/* content2 */
.content2 {
    padding: 3.75rem 1rem 3.2rem;
    border-bottom: 0.5rem solid #eee;
}

.content2 .part1 {
    margin: 1.75rem 0 3rem;
}

.content2 h4 {
    line-height: 1.5rem;
    font-size: 1.5rem;
    color: #b28850;
    font-weight: normal;
    position: relative;
    padding-top: 1.25rem;
    text-indent: 1rem;
}

.content2 h4 a {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    color: #f40919;
    bottom: -0.3rem;
}

.content2 h4 div {
    position: absolute;
    font-size: 2.4rem;
    font-weight: bold;
    top: 0.2rem;
    color: #8c8c8c;
    opacity: .18;
    left: -1rem;
}

.content2 p {
    font-size: 1rem;
}

.content2 .part1 p {
    margin: 1.1rem 0 0.8rem;
    line-height: 1.8rem;
}

.content2 .part2 {
    display: flex;
    margin-top: 1.7rem;
}

.content2 .part2 .part2-left {
    width: 33.33%;
    flex: 1;
}
.content2 .part2 .part2-left img{
    width: 100%;
}
.content2 .part2 .part2-right {
    flex: 2;
    padding-left: 5%;
    padding-top: 1rem;
}

.content2 .part2 p {
    line-height: 1.5rem;
    margin-top: 1.2rem;
}

.content2 .part2:nth-of-type(3) {
    margin-bottom: 2.3rem;
}

/* content3 */
.content3 {
    padding: 2.8rem 1rem 2.7rem;
}

.content3 p {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1.3rem 0;
}

.content3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1.65rem;
}

.content3 ul li:nth-of-type(4),
.content3 ul li:nth-of-type(1) {
    width: 56.33%;
}

.content3 ul li:nth-of-type(3),
.content3 ul li:nth-of-type(2) {
    width: 41%;
}

.content3 ul li a {
    display: block;
    position: relative;
}

.content3 li a div {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(180, 151, 120, .8);
    text-align: center;
    line-height: 1.2rem;
    padding: 0.4rem 0;
}

.content3 ul img {
    margin-bottom: 0.65rem;
}

.content4 {
    position: relative;
    padding-bottom: 5.6rem;
}

.content4 form {
    padding: 2rem 0 1.9rem;
    position: absolute;
    width: 85%;
    background-color: #fff;
    top: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.content4 form h6 {
    font-size: 1.0885rem;
    letter-spacing: 0.75rem;
    margin-bottom: 1.5rem;
    color: #554055;
    font-weight: normal;
}

.content4 form input {
    width: 85%;
    border-bottom: 0.05rem solid #eee;
    font-size: 1rem;
    padding: 0.6rem 0;
    text-indent: 2rem;
    margin-top: 1.1rem;
}

.content4 form .tijiao {
    margin-top: 1.7rem;
    width: 74%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #d33232;
    border-radius: 1.5rem;
    text-indent: 0;
    letter-spacing: 0.35rem;
}

.content4 form div {
    position: relative;
}

.content4 form div img {
    position: absolute;
    left: 2.5rem;
    bottom: 0.65rem;
    width: 1.2rem;
    height: 1.2rem;
}

.content4 form .botimg {
    position: absolute;
    bottom: -0.85rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content5 {
    padding: 2.75rem 1rem 3.25rem;
    border-bottom: 0.5rem solid #eee;
}

.content5 ul {
    margin-top: 2.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.content5 ul li {
    position: relative;
    margin-bottom: 1.5rem;
    width: 47.5%;
}

.content5 ul li:nth-of-type(3),
.content5 ul li:nth-of-type(4) {

}

.content5 .section {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius:0.5rem;
    box-shadow: 0.2rem 0.2rem 0.2rem #f3eef2;
	padding: 1rem 0;
}

.content5 li .section img {
    margin: 1.25rem auto 0.5rem;
}
.content5 li:nth-of-type(1) .section img{
    width: 89.82%;
}
.content5 li:nth-of-type(2) .section img{
    width: 65.26%;
}
.content5 li:nth-of-type(3) .section img{
    width: 84.21%;
}
.content5 li:nth-of-type(4) .section img{
    width: 79.3%;
}
.content5 .section p {
    font-size: 1.2rem;
    color: #cfa972;
    line-height: 1.7rem;
    margin-bottom: 0.65rem;
}

.content5 .section .section-btn {
    display: inline-block;
    font-size: 0.8rem;
    color: #f40919;
    line-height: 0.8rem;
    padding: 0.25rem 1.1rem;
    border: 0.05rem solid #d2d2d2;
    margin-bottom: 0.4rem;
}

.content6 {
    padding: 3.1rem 1rem 3.2rem;
    border-bottom: 0.5rem solid #eee;
}

.content6 p {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1.2rem 0 1.3rem;
}

.content6 p span {
    color: #cfa972;
}

.content6 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.content6 ul li {
    width: 32.33%;
    margin-bottom: 0.45rem;
    position: relative;
}

.content6 ul .long {
    width: 100%;
}

.content6 ul li div {
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    text-align: center;
    padding: 0.4rem 0;
}

.content7 {
    padding: 3rem 1rem;
}

.content7 ul {
    margin: 1.6rem 0 1.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content7 ul li {
    width: 40.33%;
    margin-bottom: 0.4rem;
}

.content7 ul .long {
    width: 58.33%;
}

.content7 ul li:nth-of-type(3) {
    width: 100%;

}
.content7 ul li:nth-of-type(4) {
    width: 100%;
}

.content8{
background-color: #eee;
padding: 2.1rem 1rem 1.9rem;
}

.content8 h5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0.7rem 0;
    font-weight: normal;
    border-bottom: 0.5rem solid #e5e5e5;
    position: relative;
}

.content8 h5 a {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    color: #f29b76;
}

.content8 ul {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content8 ul li {
    width: 29.17%;
    text-align: center;
}

.content8 ul li p {
    font-size: 0.9rem;
    padding: 0.9rem 0;
}