* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #474747;
}

li {
    list-style: none;
}

input, button {
    outline: 0;
    border: 0;
}

@font-face {
    font-family: 'syr';
    src: url(../font/SourceHanSansCN-Regular.otf);
}

@font-face {
    font-family: 'syl';
    src: url(../font/SourceHanSansCN-Light.otf);
}



body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-family: 'syr' !important;
    color: #1E1A17;
    font-size: 20px !important;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */

.h_top .box {
    height: 94px;
}


.ht_right {
    font-size: 18px;
    color: #7E410B;
}

.ht_right font {
    font-size: 26px;
}

header .nav {
    height: 84px;
    font-size: 16px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgb(255, 255, 255, .45);
}

header .nav a {
    color: #fff;
}

header .nav .active, header .nav a:hover {
    color: #fff;
    font-weight: bold;
}

header .nav ul {
    width: 502px;
}

header .phone {
    width: 210px;
    height: 37px;
    background: rgba(126, 65, 11, .5);
    border-radius: 19px;
    font-size: 24px;
    color: #fff;
}

/* header end */

/* 顶部悬浮 */

.header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
}

.header .right {
    width: 600px;
    font-size: 22px;
    line-height: 90px;
}

.header .right a {
    display: block;
    width: 92px;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
}

.header .right .active {
    color: #96795f;
}

.header .right a:hover {
    color: #96795f;
}

/* 顶部悬浮 end */
/* 底部悬浮 */

.xuan {
    position: fixed;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 262px;
    z-index: 99;
}

.xuan img {
    vertical-align: middle;
}

.xuan li {
    width: 58px;
    height: 58px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin-bottom: 10px;
}

.xuan li:hover .kuang {
    display: flex;
}
.xuan li a{
    width: 100%;
    height: 100%;
}
.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 100px;
    height: 100px;
    right: 80px;
    border-radius: 15px;
}

.xuan li:nth-child(3) .kuang {
    width: 190px;
    height: 50px;
}

.xuan li:nth-child(1) .kuang {
    height: 71px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -13px;
    width: 0;
    height: 0;
    border-width: 7px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}
.dixuan{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: url(../images/index90.jpg) no-repeat center;
    line-height: 100px;
    color: #fff;
}
.dixuan .box{
    height: 100px;
}
.dixuan .box>div{
    margin-left: 260px;
}
.dixuan img.p_a{
    left: 0;
    bottom: 0;
}
.dixuan p:nth-child(1){
    font-size: 23px;
}
.dixuan p:nth-child(1) font{
    font-size: 40px;
}
.dixuan p:nth-child(2){
    font-size: 25px;
}
.dixuan a{
    width: 164px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    font-size: 20px;
    color: #7E410B;
}
/* 底部悬浮 end */

/* footer */


footer {
    color: #fff;
    font-size: 18px;
    background: #43362A;
    padding: 64px 0 281px;
}

.ft_mid {
    margin: 35px 0 49px;
}

.ft_mid a {
    font-size: 16px;
    color: #ffffff;
}

.ft_mid li:nth-child(n+2) a {
    border-left: 1px solid rgb(255, 255, 255, .3);
    padding-left: 40px;
    margin-left: 40px;
}

.f_top .qrcode p {
    font-size: 14px;
    margin-top: 14px;
}


.f_bottom {
    font-size: 14px;
    color: rgb(255, 255, 255, .78);
    padding-top: 15px;
    border-top: 1px solid rgb(255, 255, 255, .7);
    margin-top: 66px;
}

.f_bottom a, .f_bottom a:hover {
    color: rgb(255, 255, 255, .78);
}

/* footer end */

/* 列表分页 */

.pagination {
    width: 100%;
    font-size: 18px;
    color: #5D5A59;
    margin-top: 40px;
    padding-top: 20px;
}

.pagination li {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #FCF9F8;
    display: inline-block;
    margin: 0 3px;
    border-radius: 8px;
}

.pagination li a {
    color: #5D5A59;
}

.pagination li.active, .pagination li a:hover {
    color: #fff;
    background: #242222;
}


.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}

/* 列表分页 end */

.swiper-container1 .swiper-pagination {
    width: 114px !important;
    height: 48px;
    background: rgb(0, 0, 0, .18);
    border-radius: 24px;
    right: 0;
    margin: auto;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background: #ffffff;
    border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* index */
body .fff {
    color: #fff;
}

.title {
    font-size: 32px;
    font-weight: bold;
    color: #1d1818;
    line-height: 55px;
}

.sed_title {
    font-size: 22px;
    font-weight: 700;
    color: #96795f;
    line-height: 55px;
}

.index1 {
    padding: 116px 0 120px;
}

.index1 img {
    display: block;
}

.index1 .box {
    height: 458px;
    background: #fff9f4;
    padding: 79px 0 0 104px;
    box-sizing: border-box;
}

.index1 .tit {
    font-size: 20px;
    line-height: 36px;
    color: #96795F;
    margin-bottom: 31px;
}

.index1 .tit b {
    font-size: 24px;
}

.index1 .con {
    width: 481px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    line-height: 42px;
    font-family: syl;
    color: #96795F;
    margin-top: 9px;
    padding-left: 15px;
}

.index1 .phone {
    margin: 39px 0 56px;
}

.index1 .phone b {
    font-size: 31px;
    color: #96795f;
    line-height: 47px;
    margin-left: 12px;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat top;
    padding: 95px 0 120px;
}

.index2 .content1 {
    margin-top: 92px;
    color: #fff;
}

.index2 .content1 .left {
    width: 626px;
    height: 530px;
    background: rgb(255, 255, 255, .11);
    border: 1px solid #707070;
    border-radius: 26px;
    padding: 45px 23px 21px 41px;
    box-sizing: border-box;
}

.index2 .content1 .tit {
    font-size: 20px;
}

.index2 .content1 .tit span {
    font-size: 24px;
}

.index2 .content1 .nums span {
    width: 166px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    margin-top: 39px;
}

.index2 .content1 .nums font {
    font-size: 31px;
    vertical-align: super;
    margin: 0 5px;
}

.index2 .content1 ul {
    margin-top: 23px;
}

.index2 .content1 li {
    color: rgb(255, 255, 255, .7);
    border-bottom: 1px solid rgb(255, 255, 255, .7);
    line-height: 60px;
}

.index2 .content1 .right {
    width: 527px;
}

.index2 .content1 .tu p:nth-child(1) {
    width: 248px;
    height: 263px;
    background: url(../images/index2_01.png) no-repeat center;
    font-size: 18px;
    padding-top: 60px;
    box-sizing: border-box;
}

.index2 .content1 .tu font {
    font-size: 37px;
}

.index2 .content1 .tu p:nth-child(2) {
    font-size: 15px;
    line-height: 21px;
}

.index2 .content1 .right .tit {
    font-size: 24px;
    line-height: 58px;
    margin-top: 55px;
}

.index2 .content1 .right .tit font {
    font-size: 47px;
}

.index2 .content2 {
    height: 641px;
    background: #fff9f4;
    margin-top: 72px;
}

.index2 .content2>p {
    font-size: 32px;
    line-height: 85px;
    background: #84a767;
    color: #fff;
    padding-left: 47px;
}

.index2 .content2 .pad {
    padding: 68px 40px 54px 40px;
}

.index2 .content2 .tit {
    font-size: 32px;
    color: #7E410B;
    font-weight: bold;
}

.index2 .content2 .con {
    font-size: 26px;
    color: #C99D75;
}

.index2 .content2 ul {
    color: #fff;
    margin: 51px 0;
}

.index2 .content2 li {
    background: #c99d75;
    border-radius: 37px;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
    padding: 27px 18px;
    box-sizing: border-box;
}

.index2 .content2 li:nth-child(1) {
    width: 198px;
}

.index2 .content2 li:nth-child(2) {
    width: 253px;
}

.index2 .content2 li:nth-child(3) {
    width: 611px;
}

.index2 .content2 .tt {
    font-size: 22px;
}

.index2 .content2 .cn {
    font-size: 17px;
    margin: 20px 0;
    line-height: 34px;
}

.index2 .content2 .cn font {
    font-size: 42px;
}

.index2 .content2 .a {
    font-size: 20px;
}

.index3 {
    padding: 120px 0;
}

.index3 ul {
    color: #fff;
    margin: 90px 0 120px;
}

.index3 li .tt {
    width: 354px;
    line-height: 56px;
    background: #c99d75;
    border-radius: 0px 28px 0px 0px;
    bottom: 0;
}

.index3 .content {
    background: url(../images/index3_04.jpg) no-repeat center;
    padding: 96px 0 95px 139px;
    color: #AF7A6B;
}

.index3 .content .a {
    width: 226px;
    line-height: 79px;
    background: #c68775;
    font-size: 48px;
    color: #fff;
    margin-bottom: 16px;
}

.index3 .content .b {
    font-size: 39px;
}

.index3 .content .c {
    font-size: 24px;
    margin: 5px 0 19px;
}

.index3 .content .d {
    font-size: 32px;
}

.index4 .tit {
    font-size: 16px;
    line-height: 35px;
    color: #747474;
    width: 856px;
    margin: 42px auto -34px;
}

.index4 .aaa ul {
    background: url(../images/index4_01.png);
    height: 687px;
    border-radius: 50% 50% 0 0;
    padding: 499px 136px 0 112px;
    box-sizing: border-box;
    margin: 0 0 0;
}

.index4 .aaa li {
    width: 292px;
    height: 80px;
    line-height: 25px;
    background: #c99d75;
    border-radius: 37px;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
    font-size: 22px;
    color: #fff;
}

.index4 .bbb {
    background: url(../images/index4_02.jpg) no-repeat center;
    padding: 100px 0 88px;
}

.index4 .bbb .tt p {
    font-size: 20px;
    color: #96795F;
    width: 402px;
    margin-bottom: 38px;
}

.index4 .bbb .box>div {
    width: 806px;
}

.index4 .bbb li {
    width: 375px;
    height: 98px;
    background: rgb(255, 255, 255, .84);
    border-radius: 49px;
    padding: 16px 28px 0 112px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 24px;
    color: #747474;
}

.index4 .bbb li:nth-child(n+3) {
    margin-top: 60px;
}

.index4 .bbb .num {
    width: 98px;
    height: 98px;
    background: #84a767;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    left: 0;
    top: 0;
}

.index4 .bbb .tt {
    font-size: 20px;
    color: #2F271F;
    margin-bottom: 5px;
}

.index4 .ccc .sect1 {
    background: #FFF9F4;
    padding: 80px 98px 187px;
}

.index4 .ccc .sect1 .tt {
    font-size: 32px;
    color: #96795F;
    margin-bottom: 36px;
}

.index4 .ccc .sect1 li .img {
    width: 195px;
    height: 161px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 19px;
    box-sizing: border-box;
}

.index4 .ccc .sect1 li .cn {
    font-size: 24px;
    color: #96795F;
    margin-top: 13px;
}

.index4 .ccc .tab {
    width: 1006px;
    height: 320px;
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.07);
    margin: -126px auto 0;
    overflow: hidden;
}

.index4 .ccc .tab li {
    width: 173px;
    line-height: 80px;
    background: rgba(132, 167, 103, .15);
    font-size: 20px;
    color: #84A767;
}

.index4 .ccc .tab .active {
    background: rgba(132, 167, 103, .62);
    color: #fff;
}

/* .index4 .ccc .tab .active p{
    border: none;
}
.index4 .ccc .tab li p{
    margin: 0 15px;
    border-bottom: 1px solid rgba(132,167,103,.4);
}
.index4 .ccc .tab li:last-child p{
    border-bottom: 0;
} */
.index4 .ccc .tab .content {
    width: 694px;
    padding: 18px 0 0 54px;
}

.index4 .ccc .tab .a {
    font-size: 24px;
    color: #84A767;
    margin-top: 11px;
}

.index4 .ccc .tab .b {
    font-size: 20px;
    color: #84A767;
}

.index4 .ccc .tab .b font {
    font-size: 35px;
}

.index4 .ccc .tab .c {
    font-size: 16px;
    color: #7B7B7B;
    margin-top: 8px;
    line-height: 38px;
}

.index4 .abc {
    width: 1006px;
    margin: 74px auto 0;
}

.index4 .abc span {
    font-size: 32px;
    color: #96795F;
}

.index4 .abc font {
    font-size: 20px;
    color: #96795F;
}

.index4 .abc .imgs {
    margin-top: 40px;
}

.index5 {
    padding: 168px 0 57px;
}

.index5 .tit {
    font-size: 16px;
    line-height: 35px;
    color: #747474;
    width: 846px;
    margin: 22px auto 4px;
}

.index5 li {
    width: 270px;
    line-height: 49px;
    background: #c99d75;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.index5 li:nth-child(even) {
    background: #182D5C;
}

.index5 span {
    width: 231px;
    line-height: 80px;
    background: #c99d75;
    border-radius: 41px;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
    font-size: 22px;
    color: #fff;
}

.index5 p.f {
    width: 735px;
    margin-top: 10px;
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    background-size: cover;
    padding: 109px 0 90px;
}

.index6 .swiper-button {
    width: 60px;
    height: 60px;
    background: url(../images/right.png) no-repeat center;
    top: auto;
    bottom: 0;
}

.index6 .swiper-slide:nth-child(1)>div {
    width: 806px;
}

.index6 .swiper-slide:nth-child(1) .tt p {
    font-size: 20px;
    color: #fff;
    width: 402px;
    margin-bottom: 48px;
}

.index6 .swiper-slide:nth-child(1) li {
    width: 375px;
    height: 98px;
    background: rgb(255, 255, 255, .84);
    border-radius: 49px;
    padding: 16px 28px 0 112px;
    box-sizing: border-box;
    font-size: 17px;
    color: #2F271F;
}

.index6 .swiper-slide:nth-child(1) li:nth-child(n+3) {
    margin-top: 60px;
}

.index6 .swiper-slide:nth-child(1) .num {
    width: 98px;
    height: 98px;
    background: #84a767;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    left: 0;
    top: 0;
}

.index6 .tit {
    font-size: 32px;
    color: #fff;
}

.index6 .swiper-slide:nth-child(2) ul {
    width: 628px;
    margin-top: 40px;
}

.index6 .swiper-slide:nth-child(2) li {
    width: 304px;
    height: 73px;
    background: #ffff;
    border-radius: 23px;
    padding: 10px 4px 14px 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.index6 .swiper-slide:nth-child(2) .num {
    width: 39px;
    line-height: 39px;
    background: #84A767;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
}

.index6 .swiper-slide:nth-child(2) .con {
    width: 222px;
    font-size: 16px;
    line-height: 27px;
    color: #2F271F;
}

.index6 .swiper-slide:nth-child(3) ul {
    width: 415px;
    color: #fff;
    margin-left: 73px;
    margin-top: 17px;
}

.index6 .swiper-slide:nth-child(3) ul li {
    margin-top: 32px;
}

.index6 .swiper-slide:nth-child(3) div {
    width: 161px;
    height: 161px;
    background: #fff;
    border-radius: 50%;
    color: #84A767;
    margin-bottom: 14px;
}

.index6 .swiper-slide:nth-child(3) span {
    font-size: 46px;
}

.index6 .swiper-slide:nth-child(3) ul p {
    font-size: 15px;
}

.index6 .swiper-slide:nth-child(4) ul {
    width: 775px;
    margin-top: 47px;
}

.index6 .swiper-slide:nth-child(4) ul img {
    display: block;
    border-radius: 16px;
}

.index6 .swiper-slide:nth-child(4) ul p {
    line-height: 58px;
    font-size: 16px;
    color: #fff;
}

.index7 {
    padding: 150px 0;
}

.index7 img {
    display: block;
}

.index7 section {
    background: url(../images/index7_01.jpg) no-repeat center;
}

.index7 section:nth-child(1) {
    padding: 80px 60px 0 43px;
    margin: 60px 0 97px;
}


.index7 section:nth-child(1) .a {
    width: 580px;
    font-size: 20px;
    line-height: 46px;
    color: #5A5A5A;
}

.index7 .line {
    width: 3px;
    height: 29px;
    background: #a86c37;
    border-radius: 1px;
    margin-bottom: 9px;
    margin-right: 14px;
}

.index7 .line:nth-child(1) {
    margin-top: 16px;
}

.index7 section:nth-child(1) .wr {
    font-size: 12px;
    color: #151515;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    margin-left: -8px;
    margin-right: 14px;
}

.index7 section:nth-child(1) .kuang {
    width: 24px;
    height: 24px;
    background: #dd0001;
    margin-top: 21px;
}

.index7 section:nth-child(1) .cn {
    font-size: 24px;
    color: #000000;
    margin: 18px 0 95px;
}

.index7 section:nth-child(2) {
    padding: 31px 58px 42px 195px;
}

.index7 section:nth-child(2)>div {
    width: 654px;
    height: 439px;
    background: #a86c37;
    box-shadow: 2.83px 2.83px 3px 0px rgba(146, 87, 34, 0.23);
    padding: 41px 67px 38px 27px;
    box-sizing: border-box;
}

.index7 section:nth-child(2) .img {
    margin-left: -162px;
}

.index7 section:nth-child(2) .a {
    width: 318px;
    line-height: 39px;
    color: #fff;
    background: #d39661;
    border-radius: 20px;
    box-shadow: 2.83px 2.83px 3px 0px rgba(146, 87, 34, 0.23);
    font-size: 18px;
    margin: 20px 0 6px -113px;
}

.index7 section:nth-child(2) .b {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    text-indent: 1em;
}

.index8 .tit {
    font-size: 16px;
    line-height: 35px;
    color: #747474;
    margin: 36px 0 95px;
}

.index8 .box {
    background: url(../images/index8.jpg) no-repeat center;
    padding: 76px 0 99px 70px;
    box-sizing: border-box;
    color: #96795F;
}

.index8 .a {
    font-size: 28px;
}

.index8 .b {
    width: 157px;
    line-height: 50px;
    background: #96795F;
    color: #fff;
    font-size: 32px;
    margin: 17px 0 50px;
}

.index8 .c {
    font-size: 23px;
    line-height: 40px;
}

.index9 {
    padding: 140px 0 180px;
    color: #96795F;
}

.index9>div {
    margin-top: 89px;
}

.index9 .a {
    font-size: 28px;
    margin-bottom: 35px;
}

.index9 .b {
    font-size: 24px;
    line-height: 48px;
}

.index9 .b span {
    display: inline-block;
    width: 204px;
    height: 2px;
    opacity: 0.27;
    background: #96795f;
}

.index9 .btn {
    width: 164px;
    height: 50px;
    background: #96795f;
    border-radius: 24px;
    font-size: 20px;
    color: #fff;
    margin-top: 33px;
}

.index9 ul {
    width: 795px;
}

.index9 li:nth-child(n+4) {
    margin-top: 60px;
}

.index9 li>div {
    width: 240px;
    height: 127px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 50px 69px 0 55px;
    box-sizing: border-box;
    font-size: 16px;
}

.index9 li img {
    left: 0;
    top: 0;
}

.index9 li>p {
    font-size: 16px;
    color: #2F271F;
    margin-top: 23px;
}

.index90 {
    background: url(../images/index90.jpg) no-repeat center;
    /* position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99; */
    padding: 45px 0;
    font-size: 18px;
    color: #fff;
}

.index90 img {
    left: 0;
    bottom: -44px;
}

.index90 .box>div {
    width: 914px;
    margin-right: 0;
    margin-left: auto;
}

.index90 .a {
    font-size: 21px;
}

.index90 .a font {
    font-size: 45px;
}

.index90 .b {
    margin: 0 0 17px;
}

.index90 a {
    width: 164px;
    height: 50px;
    background: #ffffff;
    border-radius: 24px;
    font-size: 20px;
    color: #7E410B;
    margin: 17px auto 0;
}

.index10 {
    padding: 120px 0 172px;
}

.index10 li {
    width: 180px;
    height: 127px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    color: #2F271F;
    padding-top: 18px;
    box-sizing: border-box;
    margin-top: 45px;
    margin-right: 64px;

}

.index10 li:nth-child(5n) {
    margin-right: 0;
}

.index10 li img {
    margin-bottom: 5px;
}

.index10 .swiper-container {
    width: 480px;
    margin-left: 0;
}

.index10 section {
    height: 438px;
    background: #fff9f4;
    border-radius: 23px;
    margin-top: 120px;
    padding: 36px 94px 40px 36px;
    box-sizing: border-box;
    font-size: 21px;
    color: #96795F;
}

.index10 section .a {
    font-size: 32px;
}

.index10 section b {
    font-size: 37px;
}

.index10 section font {
    font-size: 32px;
}

.index10 a {
    width: 164px;
    height: 50px;
    background: #96795f;
    border-radius: 24px;
    font-size: 20px;
    color: #fff;
    margin-top: 22px;
}
.index10 a:hover{
    color: #fff;
}
.index10 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background: #96795f;
    border-radius: 50%;
}

.index10 .swiper-pagination-bullet-active {
    opacity: 1;
}

.index11 {
    background: url(../images/index11.jpg) no-repeat center;
}

.index11 .box {
    padding: 90px 476px 76px 0;
    box-sizing: border-box;
    color: #96795F;
}

.index11 .tt {
    font-size: 22px;
}

.index11 .cn {
    font-size: 32px;
    line-height: 44px;
    margin-top: 9px;
}

.index11 input, .index11 textarea {
    width: 337px;
    height: 42px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(150, 121, 95, 1);
    margin-top: 65px;
    resize: none;

}

.index11 textarea {
    width: 722px;
}

.index11 input::placeholder, .index11 textarea {
    font-size: 16px;
    color: #96795F;
}

.index11 button {
    width: 128px;
    height: 49px;
    background: #96795f;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    margin-top: 33px;
}

/* index end */

/* about */
.about1 {
    width: 1200px;
    height: 495px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.10);
    margin-top: -334px;
    font-size: 17px;
    line-height: 32px;
    color: #5A5A5A;
    overflow: hidden;
}

.about1 .content1 {
    padding: 51px 205px 20px 223px;
}

.about1 .tt {
    font-size: 18px;
    line-height: 32px;
    color: #2F271F;
    margin-bottom: 10px;
}

.about1 .content2 {
    background: #F7F3F0;
    padding: 28px 0;
    word-spacing: 14px;
}

.about2 {
    padding: 200px 0 157px;
    color: #96795F;
    font-size: 18px;
}

.about2 li:nth-child(n+2) {
    margin-top: 53px;
}

.about2 li img {
    margin-right: 14px;
}

.about2 .tt {
    font-size: 24px;
}

.about3 {
    background: #F7F3F0;
    padding: 83px 0 134px;
}

.about3 .tit {
    font-size: 31px;
    color: #0F2140;
    margin-bottom: 57px;
}

.about3 .swiper-button-black {
    width: 32px;
    height: 32px;
    background-size: cover;
}

@media screen and (max-width:1280px) {
    .about3 .box {
        overflow: hidden;
    }
}

/* about end */
/* join */
.join1 .box {
    width: 1200px;
    height: 494px;
    background: #fff9f4;
    border-radius: 23px;
    padding: 36px 0 28px 40px;
    box-sizing: border-box;
    margin: 90px auto;
}

.join1 .swiper-container10 {
    color: #96795F;
}

.join1 .swiper-container10 .swiper-slide>div {
    min-width: 336px;
    margin-left: 48px;
}

.join1 .swiper-container10 .a {
    font-size: 28px;
}

.join1 .swiper-container10 .b {
    font-size: 19px;
    margin-top: 10px;
}

.join1 .swiper-container10 .swiper-pagination {
    width: 40%;
    bottom: 60px;
    justify-content: end;
}

.join1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background: #96795f;
    border-radius: 50%;
}

.join1 .swiper-pagination-bullet-active {
    opacity: 1;
}

.join1 a {
    width: 164px;
    height: 50px;
    background: #96795f;
    border-radius: 24px;
    font-size: 20px;
    color: #fff;
    margin-top: 190px;
}
.join1 a:hover{
    color: #fff;
}
.join1 .swiper-button-prev {
    transform: rotate(180deg);
    right: 105px;
}

.join1 .swiper-button-next {
    right: 36px;
}

.join1 .swiper-button {
    background: url(../images/right1.png) no-repeat center;
    width: 44px;
    height: 44px;
    top: auto;
    left: auto;
    bottom: 57px;
}

.join2 li {
    width: 371px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 35px 93px 41px 18px;
    box-sizing: border-box;
}

.join2 .tit {
    font-size: 22px;
    color: #96795F;
}

.join2 .con {
    font-size: 15px;
    line-height: 28px;
    color: #2E3332;
    margin-top: 10px;
}

.join3 {
    padding: 126px 0;
}

.join3 .tit {
    font-size: 28px;
    color: #2F271F;
}

.join3 .con p {
    font-size: 18px;
    line-height: 30px;
    color: #2E3332;
    margin-top: 10px;
}

.join3 .con font {
    font-size: 24px;
    color: #96795F;
}

.join4 {
    padding-bottom: 171px;
}

.join4 .tit {
    font-size: 28px;
    color: #2F271F;
    margin-bottom: 40px;
}

.join4 .tt span {
    width: 599px;
    height: 67px;
    background: #96795f;
    border-radius: 13px 0px 0px 0px;
    font-size: 22px;
    color: #fff;
}

.join4 .tt span:nth-child(2) {
    background: #CBA481;
    border-radius: 0px 13px 0px 0px;
}

.join4 .cn p {
    width: 597.5px;
    height: 159px;
    font-size: 26px;
    color: #96795F;
    border-left: 1px solid #E8D6C6;
}

.join4 .cn p:nth-child(2) {
    font-size: 20px;
    color: #CBA481;
    border-right: 1px solid #E8D6C6;
}

.join4 .n {
    width: 1200px;
    height: 47px;
    background: #fdf8f4;
    border-radius: 10px;
    font-size: 16px;
    color: #B4977C;
}

/* join end */

/* product */
.product {
    padding: 60px 0 160px;
}

.product .list {
    width: 360px;
    background: #ffffff;
    margin-right: 60px;
    margin-top: 70px;
}

.product .list:nth-child(3n) {
    margin-right: 0;
}

.product .list .tit {
    display: block;
    line-height: 96px;
    font-size: 20px;
    font-weight: bold;
    color: #1D1818;
}



.product .list .img {
    width: 360px;
    height: 300px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.product .list .img img {
    max-width: 290px;
}

.product .list .more {
    float: right;
}

.product .list .ellipsis {
    -webkit-line-clamp: 7;
    min-height: 238px;
}

.nav_link {
    font-size: 17px;
    color: #6E6E6E;
    word-spacing: 10px;
    margin-bottom: 60px;
}

.productarc {
    margin: 70px 0;
    margin-top: 192px;
}

.productarc .a .img1 {
    width: 661px;
    height: 414px;
    background: #ffffff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.09);
    margin-right: 40px;
    overflow: hidden;
}


.productarc .title {
    font-size: 24px;
    font-weight: bold;
    color: #0F2140;
}

.productarc .price {
    font-size: 30px;
    font-weight: bold;
    color: #99AC53;
    margin: 26px 0 33px;
    letter-spacing: 2px;
}

.productarc .summary {
    min-height: 180px;
    -webkit-line-clamp: 6;
    font-size: 15px;
    line-height: 30px;
    color: #646464;
    margin-top: 18px;
}

.productarc .btn {
    width: 251px;
    height: 45px;
    background: #96795f;
    border-radius: 23px;
    font-size: 18px;
    color: #fff;
    margin-top: 32px;
    position: relative;
    z-index: 9;
}

.productarc .img {
    width: 143px;
    height: 143px;
    background: #fff;
    padding: 17px 13px;
}

.productarc .p_a {
    background: url(../images/arc1.png) no-repeat center;
    background-size: cover;
    width: 332px;
    height: 287px;
    top: 312px;
    padding-top: 60px;
    opacity: 0;
    transition: .2s;
    box-sizing: border-box;
}

.productarc .p_a .img2 {
    width: 117px;
    height: 109px;
    background: #fff;
    padding: 17px 13px;
    margin: auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.productarc .p_a .img2 img {
    width: 78px;
    height: 78px;
}

.productarc .p_a p {
    font-size: 18px;
    color: #DACA9E;
    margin-top: 22px;
}

.productarc .text {
    max-width: 478px;
}

.productarc .tit {
    font-size: 22px;
    font-weight: bold;
    color: #323232;
    margin: 83px 0 45px;
}

.productarc .content img {
    max-width: 100%;
    margin: auto;
}

.productarc .con {
    min-height: 200px;
    font-size: 16px;
    line-height: 36px;
    color: #717171;
}

/* product end */

/* news */
.news {
    padding: 108px 0 130px;
}

.news .list {
    margin-top: 36px;
}

.news .list .img {
    width: 337px;
    height: 212px;
    overflow: hidden;
}

.news .list .img img {
    width: 100%;
    height: auto;
}


.news .list>div {
    width: 816px;
    color: #242222;
}

.news .tit {
    font-size: 24px;
    font-weight: bold;
    color: #2F271F;
}

.news .time {
    font-size: 17px;
    letter-spacing: 1px;
    color: #505050;
    margin: 11px 0 16px;
}


.news .con {
    font-size: 18px;
    line-height: 36px;
    color: #5A5A5A;
    -webkit-line-clamp: 3;
}

.newsa {
   
    margin: 149px 0;
    color: #3A3A3A;
}

.newsa img {
    max-width: 100%;
}

.newsa .tit {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}

.newsa .tag {
    font-size: 17px;
    margin: 20px 0 49px;
    letter-spacing: 1px;
}

.newsa .content {
    font-size: 16px;
    line-height: 30px;
}

/* news end */

/* contactUs */


.contact .box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 67px 238px 75px;
    box-sizing: border-box;
    margin: -112px auto 174px;
}

.contact input, .contact textarea {
    width: 337px;
    height: 42px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(150, 121, 95, 1);
    margin-top: 65px;
    resize: none;

}

.contact textarea {
    width: 722px;
}

.contact input::placeholder, .contact textarea {
    font-size: 16px;
    color: #96795F;
}

.contact button {
    width: 128px;
    height: 49px;
    background: #96795f;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    margin: 33px auto 0;
}


/* contactUs end */