* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}


@font-face {
    font-family: syr;
    src: url(../font/syr.otf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: syr !important;
    color: #333333 !important;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
}

header .box {
    height: 120px;
}

header .logo p {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    text-indent: -15px;
    margin-top: 7px;
}

header .right {
    width: 931px;
}

header .phone b {
    font-size: 24px;
    color: #dfa254;
}

nav {
    width: 651px;
}

nav a {
    width: 100px;
    height: 37px;
    border: 1px solid transparent;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #898989;
    position: relative;
}

nav .active,
nav a:hover {
    color: #e2a961;
    border-color: #dfa254;
}

/* header end */
/* footer */

footer {
    background: #696969;
    color: #c7c7c7;
    font-size: 18px;
    padding: 50px 0 0;
}

footer a,
footer a:hover {
    color: #c7c7c7;
}

footer .tl p:nth-child(1){
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 34px;
}
footer .tl p:nth-child(n+2) {
    margin-top: 7px;
}

footer .imgs img {
    width: 132px;
    border: 1px solid #fff;
    padding: 7px;
    margin-bottom: 7px;
}

footer .imgs>div:nth-child(2) {
    margin-left: 42px;
}

footer form p{
    width: 458px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c1c1;
}
footer form p:nth-child(2){
    margin: 16px 0;
}
footer form input{
    width: 83%;
}
footer form button{
    width: 100%;
    height: 47px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #dfa254;
    margin-top: 7px;
}

.f_bottom {
    height: 60px;
    background: #2b2b2b;
    margin-top: 54px;
    font-size: 16px;
    color: #c7c7c7;
}

/* footer end */

/* 悬浮框 */
.xuan {
    position: fixed;
    right: 141px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 420px;
    z-index: 99;
    font-size: 16px;
}

.xuan label {
    width: 88px;
    height: 280px;
    background: #fff;
    border-radius: 44px;
    box-shadow: 0px 3px 10px 0px rgba(107, 109, 116, 0.23);
    padding: 0 15px;
}

.xuan li:nth-child(2) {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}

.xuan li {
    height: 90px;
    cursor: pointer;
}

.xuan>li:last-child {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    margin-top: 53px;
    background: #fff;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(107, 109, 116, 0.23);
}

.xuan li img {
    display: block;
}

.xuan li:hover .kuang {
    display: flex;
}

.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: 164px;
    height: 164px;
    right: 90px;
    border-radius: 15px;
    font-size: 20px;
}

.xuan li:nth-child(2) .kuang {
    width: 244px;
    height: 71px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* 悬浮框 enf */
/* 列表分页 */
.pagination {
    width: 100%;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 70px;
}

.pagination li {
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #f7f7f7;
    display: inline-block;
    margin: 0 10px;
}

.pagination li a {
    display: block;
    color: #333333;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff !important;
    background: #dfa254;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.swiper0 .swiper-pagination {
    bottom: 29px !important;
}

.swiper0 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1 !important;
    z-index: 99999;
    margin: 0 20px !important;
}

.swiper0 .swiper-pagination-bullet-active {
    position: relative;
    background: #fff;
}

.swiper0 .swiper-pagination-bullet-active::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: -9px;
}

.title .aa span {
    font-size: 38px;
    font-weight: bold;
    color: #dfa254;
    margin: 0 20px;
}

.title .aa img:nth-child(3) {
    transform: rotate(180deg);
}

.title .bb {
    font-size: 24px;
    color: #898989;
}

.index1 {
    padding: 120px 0;
}

.index1 .box {
    background: #fafafa;
    margin-top: 49px;
}

.index1 .box>img {
    margin: 0 168px 0 132px;
}

.index1 .box>div {
    width: 400px;
    background: url(../images/index1_02.png) no-repeat center;
    font-size: 18px;
    color: #333333;
}

.index1 .box>div>div:nth-child(odd) {
    background-image: url(../images/index1_02a.png);
}

.index1 .p_r {
    border: 2px solid transparent;
    height: 180px;
}

.index1 .p_a {
    opacity: 0;
    left: 38px;
}

.index1 .num {
    font-size: 50px;
    font-family: Impact;
    color: #dfa254;
}

.index1 .active {
    border-color: #dfa254;
}

.index1 .active .p_a {
    opacity: 1;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 107px 0;
}

.index2 .box {
    background: url(../images/index2_01.png) no-repeat center;
    padding: 86px 0 0;
    height: 686px;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}

.index2 .box>div:nth-child(2) {
    margin-top: 339px;
}

.index2 p.p_r {
    transition: .2s;
}

.index2 .aaa {
    position: relative;
    z-index: 9;
}

.index2 .bbb {
    opacity: 0;
}

.index2 .p_a1 {
    left: 0px;
    top: -88px;
}

.index2 .p_a2 {
    right: 1px;
    top: -86px;
}

.index2 .p_a3 {
    left: 0px;
    bottom: -78px;
}

.index2 .p_a4 {
    right: 1px;
    bottom: -101px;
}

.index2 .text {
    left: 0;
    right: 0;
    top: 227px;
}

.index2 .tt {
    font-size: 120px;
    font-weight: bold;
    opacity: 0.1;
}

.index2 .tit {
    font-size: 38px;
    font-weight: bold;
    margin: 45px 0 16px;
    line-height: 38px;
}

.index2 .cn {
    font-size: 24px;
    opacity: 0.7;
}

.index2 .active {
    color: #dfa254;
}

.index2 .active .bbb {
    opacity: 1;
}

.index3 {
    padding: 120px 0;
}

.index3 li {
    width: 280px;
    border-radius: 20px;
    border: 2px solid transparent;
    overflow: hidden;
    transition: .3s;
    margin: 52px 0 50px;
}

.index3 .p_a {
    top: 37px;
    left: 36px;
    color: #fff;
}

.index3 .tit {
    font-size: 24px;
}

.index3 .con {
    width: 508px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
    opacity: 0;
}

.index3 .active {
    width: 580px;
}

.index3 .active .con {
    opacity: 0.7;
}

.index3 .tt {
    font-size: 24px;
    color: #333333;
}

.index4 {
    background: url(../images/index4.jpg) no-repeat center;
    padding: 246px 0 264px;
    background-size: cover;
}

.index4 .title .aa span {
    margin: 0 0 0 -19px;
}

.index4 .title .bb {
    margin: 13px 0 34px;
}

.index4 .con {
    width: 622px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.index5 {
    padding: 70px 0 105px;
}

.index5 .ul1 li {
    width: 300px;
    height: 180px;
    background: #f9f9f9;
}

.index5 .ul1 .aa {
    background: #dfa254;
}

.index5 .ul1 .tit {
    font-size: 18px;
    color: #333333;
    margin: 8px 0 -3px;
}

.index5 .ul1 .con {
    font-size: 14px;
    color: #aaaaaa;
}

.index5 .ul1 .aa .tit {
    color: #fff;
}

.index5 .ul1 .aa .con {
    color: rgb(255, 255, 255, .7);
}


.index5 .list {
    width: 380px;
    height: 420px;
    background: #f6f6f6;
    padding: 2px;
    margin: 70px 30px 0 0;
}

.index5 .list>div {
    width: 100%;
    height: 100%;
    padding-bottom: 26px;
    padding: 17px 0 26px;
}

.index5 .list:nth-child(3n) {
    margin-right: 0;
}

.index5 .img {
    width: 165px;
    height: 307px;
    margin: auto;
    overflow: hidden;
}

.index5 .img img {
    max-width: 100%;
    max-height: 100%;
}

.index5 .tt {
    font-size: 24px;
    color: #333333;
    margin-top: 21px;
}

.index5 .list.active {
    background: #dfa254;
}

.index5 .list.active>div {
    background: #f6f6f6;
}




.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    padding: 223px 0;
}

.index6 .box>div {
    margin-left: 36px;
}

.index6 .title .aa span {
    margin: 0;
}

.index6 .title .bb {
    margin: 9px 0 35px;
}

.index6 .con {
    width: 500px;
    font-size: 18px;
    line-height: 36px;
    color: rgb(51, 51, 51, .7);
}

.index7 {
    padding: 120px 0;
}

.index7 .box {
    margin-top: 49px;
}

.index7 li {
    border: 2px solid transparent;
}

.index7 li p {
    background: url(../images/index7_1.png) no-repeat center;
    width: 100%;
    height: 60px;
    font-size: 24px;
    color: #333333;
    top: 0;
}

.index7 .active {
    border-color: #dfa254;
}

.index7 .active p {
    background-image: url(../images/index7_1a.png);
    color: #fff;
}

.index7 .mt33 {
    margin-top: 26px;
}

.index8 {
    background: url(../images/index8.jpg) no-repeat center;
    background-size: cover;
    padding: 79px 0 0;
}

.index8 .swiper {
    padding-bottom: 96px;
    margin-top: 49px;
}

.index8 .img {
    height: 240px;
    overflow: hidden;
}

.index8 .text {
    width: 280px;
    height: 200px;
    background: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: PingFang SC;
    color: #898989;
}

.index8 .name {
    background: url(../images/index8_1.png) no-repeat center;
    height: 68px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}

.index8 .tt {
    color: #333333;
    margin: 10px 0 20px;
}

.index8 .active .text {
    box-shadow: 0px 4px 14px 0px rgba(145, 145, 145, 0.39);
}

.index9 {
    padding: 120px 0;
}

.index9 .box {
    margin-top: 50px;
}

.index9 li {
    transition: .3s;
}

.index9 li p {
    width: 150px;
    height: 52px;
    background: #fff;
    border-radius: 0 26px 26px 0;
    top: 14px;
    left: 2px;
    font-size: 18px;
    color: #333333;
}

.index9 li:nth-child(n+4) {
    margin-top: 30px;
}

.index9 li img {
    border: 2px solid #f6f6f6;
}

.index9 .active img {
    border-color: #dfa254;
}

.index9 .active p {
    color: #fff;
    background: #dfa254;
}

.index10 {
    background: url(../images/index10.jpg) no-repeat center;
    padding: 79px 0 100px;
    background-size: cover;
}
.index10 .title .aa span{
    color: #fff;
}
.index10 .swiper {
    margin-top: 48px;
}

.index10 .img {
    width: 239px;
    height: 312px;
    overflow: hidden;
}

.index10 .img img {
    width: 100%;
    max-height: 100%;
}

.index10 .swiper p {
    font-size: 18px;
    color: #fff;
}

.index10 .tit {
    height: 81px;
    margin: 21px 0 5px;
}

.index11 {
    padding: 120px 0;
}

.index11 .box {
    margin-top: 45px;
}

.index12 {
    background: url(../images/index12.jpg) no-repeat center;
    padding: 68px 0;
}

.index12 .title .aa span,
.index12 .title .bb {
    color: #fff;
}

.index12 ul {
    margin-top: 50px;
}

.index12 .list {
    width: 380px;
    height: 597px;
    background: #fff;
    border-top: 4px solid transparent;
    margin-right: 30px;
    padding: 62px 30px 0;
}

.index12 .list:nth-child(3n) {
    margin-right: 0;
}

.index12 .time {
    font-size: 34px;
    color: #999999;
    font-family: Arial;
    font-weight: bold;
}

.index12 .tit {
    font-size: 18px;
    line-height: 21px;
    height: 42px;
    color: #333333;
    font-weight: bold;
    -webkit-line-clamp: 2;
    margin: 20px 0 33px;
}

.index12 .con {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    color: #898989;
    -webkit-line-clamp: 2;
}

.index12 .img {
    width: 317px;
    height: 220px;
    overflow: hidden;
    margin: 39px auto 0;
}

.index12 .more {
    float: right;
    margin-top: 34px;
}

.index12 .more img:nth-child(2) {
    display: none;
}

.index12 .active {
    border-color: #dfa254;
}

.index12 .active .time {
    color: #333333;
}

.index12 .active .tit {
    color: #dfa254;
}

.index12 .active .more img:nth-child(1) {
    display: none;
}

.index12 .active .more img:nth-child(2) {
    display: block;
}


/* index end */
.navlink {
    border-bottom: 1px solid #898989;
    padding-bottom: 15px;
    font-size: 24px;
    color: #898989;
}

.navlink a {
    color: #898989;
}

.navlink p:nth-child(1) {
    font-size: 32px;
    color: #333333;
}

/* aboutus */
.about {
    padding-top: 54px;
}

.about1>div:nth-child(1) {
    background: #fafafa;
    margin: 70px 0 30px;
}

.about1 .aa {
    padding-left: 24px;
}

.about1 .tt {
    font-size: 38px;
    font-weight: bold;
    color: #e2a961;
}

.about1 .line {
    width: 70px;
    height: 2px;
    background: #f7e8d5;
    margin: 18px 0 36px;
}

.about1 .cn {
    width: 541px;
    font-size: 18px;
    line-height: 30px;
    color: #898989;
}

.about .index10 {
    background: url(../images/about2.jpg) no-repeat center;
    padding: 106px 0 103px;
    margin-top: 120px;
}

.about .index10 .swiper p {
    color: #333333;
}

/* aboutus end */

/* product */

.prolist {
    padding: 54px 0 150px;
}

/* product end */
.arc {
    padding: 80px 0;
}

.arc h3 {
    font-size: 38px;
    font-weight: bold;
    color: #dfa254;
}

.arc .content {
    font-size: 18px;
    line-height: 2;
    font-family: PingFang SC;
    margin-top: 30px;
}

.arc img {
    display: inline-block;
    max-width: 100%;
}

/* 商业合作 */
.join {
    padding: 54px 0 150px;
}

.join .title {
    margin-top: 69px;
}

.join .title .bb {
    margin-top: 14px;
}

.join form p {
    width: 380px;
    font-size: 18px;
    color: #322d2c;
    margin-top: 27px;
    margin-top: 64px;
}

.join form span {
    color: #e6212a;
}

.join input {
    width: 100%;
    height: 61px;
    border: 2px solid #ececec;
    font-size: 18px;
    color: #d0d0d0;
    text-indent: 1em;
    margin-top: 3px;
}

.join button {
    width: 176px;
    height: 59px;
    background: #dfa254;
    border-radius: 29px;
    font-size: 24px;
    color: #fff;
    margin: 50px auto 0;
}

/* 商业合作 end */

/* 新闻 */
.news {
    padding: 54px 0 150px;
    background: none;
}
.news.index12 ul{
    margin-top: 70px;
}
.news.index12 .list {
    background: #f6f6f6;
}

.news.index12 .list.active {
    background: #fff;
    box-shadow: 0px 4px 11px 0px rgba(47, 47, 47, 0.3);
}

/* 新闻 end */
/* contactUs */

.contactus {
   padding: 54px 0 123px;
}

.contactus .tit {
    color: #3d8a4a;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 56px;
}

.contactus .box1 {
    margin-top: 70px;
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}

.contactus .left {
    width: 448px;
    height: 710px;
    background: #dfa254;
    padding: 53px 29px 0;
    font-size: 18px;
    color: #fff;
}

.contactus .left .tt {
    font-size: 38px;
    font-weight: bold;
}

.contactus .left b {
    display: block;
    font-size: 30px;
    line-height: 34px;
}

.contactus .left p:nth-child(-n+3) {
    border-bottom: 1px solid rgb(255, 255, 255, .5);
    padding-bottom: 55px;
    margin-bottom: 40px;
}

.contactus .left p:last-child {
    margin-bottom: 0;
}

.contactus .right {
    width: 659px;
    padding: 68px 45px 0 0;
}

.contactus .right .tt {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.contactus .right form p {
    width: 100%;
    font-size: 24px;
    color: #322d2c;
    margin-top: 27px;
}

.contactus .right form p:nth-child(3) {
    margin-top: 36px;
}

.contactus .right form span {
    color: #e6212a;
}

.contactus .right form p:nth-child(-n+2) {
    width: 290px;
}

.contactus input,
.contactus textarea {
    width: 100%;
    height: 61px;
    border: 2px solid #ececec;
    font-size: 18px;
    color: #d0d0d0;
    text-indent: 1em;
    margin-top: 13px;
}
.contactus input::placeholder,.contactus textarea::placeholder{
    color: #d0d0d0;
}
.contactus button {
    width: 229px;
    height: 59px;
    background: #e8bc84;
    border-radius: 29px;
    font-size: 24px;
    color: #fff;
    margin: 50px auto 0;
}

.contactus textarea {
    height: 128px;
    padding-top: 20px;
}

.contactus .map {
    height: 553px;
    margin-top: 70px;
}

/* contactUs end */