* {
    margin: 0;
    padding: 0;
    resize: none;
}

a {
    text-decoration: none;
    color: #474747;
}

li {
    list-style: none;
}

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

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

@font-face {
    font-family: 'syl';
    src: url(../font/SourceHanSansCN-Light.otf);
}

@font-face {
    font-family: 'ximai';
    src: url(../font/ZiZhiQuXiMaiTi-2.ttf);
}


@font-face {
    font-family: 'sysb';
    src: url(../font/SourceHanSerifCN-Bold.otf);
}

@font-face {
    font-family: 'W04';
    src: url(../font/W04.ttf);
}

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

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

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

header .box {
    width: 78%;
    height: 98px;
    min-width: 1200px;
}

header img {
    vertical-align: middle;
}


header .left p {
    font-size: 17px;
    color: #333333;
    line-height: 22px;
}

header .line {
    width: 1px;
    height: 47px;
    background: #e3e3e3;
    margin: 0 20px 0 25px;
}

header .right {
    width: 68%;
}


header .nav {
    width: 80%;
    height: 84px;
    font-size: 20px;
    font-family: 'syl';
    border-bottom: 1px solid rgb(255, 255, 255, .45);
}

header .nav a {
    color: #333333;
}

header .nav .active, header .nav a:hover {
    color: #995a07;
    font-family: syr;
    background: url(../images/head.png) no-repeat bottom;
    background-size: 44px 25px;
    padding-bottom: 14px;
}

header .phone p {
    font-size: 20px;
    color: #995a07;
    margin-left: 7%;
}

@media screen and (max-width:1280px) {
    header .box {
        width: 100%;
    }
}

/* header 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: 70px;
    height: 70px;
    background: #995a07;
    cursor: pointer;
    margin-bottom: 10px;
}

.xuan li:last-child {
    background: #beb8c9;
}

.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: 150px;
    height: 150px;
    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%));
}


/* footer */

footer {
    background: #313132;
}

footer ul {
    border-bottom: 1px solid #999999;
    font-size: 22px;
    line-height: 118px;
}

footer ul a, footer a:hover {
    color: #fff;
}

footer .f_mid {
    margin: 38px 0 78px;
}

footer ol {
    font-size: 20px;
    color: #fff;
}

footer ol li:nth-child(n+2) {
    margin-top: 46px;
}

footer .qrcode .img {
    background: url(../images/qrcode.png) no-repeat center;
    width: 154px;
    height: 154px;
    padding: 11px;
    background-size: cover;
    overflow: hidden;
}

footer .qrcode p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

footer .f_mid>div {
    margin-top: 27px;
}

footer form {
    width: 290px;
    margin-left: 40px;
}

footer form input, footer form button {
    width: 100%;
    height: 45px;
    background: #eaeaea;
    border-radius: 18px;
    margin-bottom: 11px;
    font-size: 22px;
    color: #545454;
    padding-left: 28px;
}

footer form button {
    color: #333333;
    padding: 0;
    background: #fff;
    margin: 8px 0 0;
}

footer .links {
    background: #2b2b2b;
    font-size: 17px;
    color: #fff;
    line-height: 53px;
    letter-spacing: 1px;
}

footer .links a {
    color: #fff;
}

/* footer end */

/* 列表分页 */

.pagination {
    width: 100%;
    font-size: 18px;
    color: #5D5A59;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.pagination li {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #FCF9F8;
    display: inline-block;
    margin: 0 3px;
    border-radius: 8px;
}

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

.pagination li.active, .pagination li a:hover {
    color: #fff;
    background: #1d9093;
    border-radius: 8px;
}


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

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

/* 列表分页 end */

/* index */
.index0 {
    padding: 130px 93px 111px 58px;
    background: #fff;
}

.index0 .a {
    font-size: 38px;
    color: #333333;
    font-family: ximai;
}

.index0 .a font {
    color: #995a07;
}

.index0 .b {
    font-size: 38px;
    color: #333333;
    margin: 41px 0 53px;
    line-height: 1;
}

.index0 li {
    width: 149px;
    height: 149px;
    background: #f9f9f9;
    border-radius: 50%;
    color: #999999;
    cursor: pointer;
    transition: .3s;
}

.index0 .img {
    display: inline-block;
    height: 41px;
    position: relative;
    overflow: hidden;
}

.index0 .img img {
    display: block;
    margin: auto;
}

.index0 li .tt {
    font-size: 18px;
    line-height: 1;
    margin: 12px 0 5px;
}

.index0 li .cn {
    font-family: syl;
    font-size: 13px;
}

.index0 .active {
    color: #fff;
    background: #995a07;
}

.index0 .active .img img {
    filter: drop-shadow(41px 0 #fff);
    position: relative;
    left: -41px;
}

.index0 a {
    font-size: 20px;
    color: #995a07;
    float: right;
    margin-top: 49px;
}

.title {
    font-size: 40px;
    font-family: W04;
    color: #995a07;
}

.title font {
    margin: 0 20px;
}

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

.sed_title {
    font-size: 24px;
    color: #666666;
    margin-top: 13px;
    font-family: sysb;
    letter-spacing: 1px;
}

.fff {
    color: #fff;
}

.index1 {
    background: url(../images/index1.jpg) no-repeat top;
    padding: 209px 0 78px;
    margin-top: -148px;
}

.index1 .box {
    background: #fff;
    box-shadow: 1.5px 2.598px 43px 0px rgb(103 103 103 / 9%);
    color: #fff;
    padding: 60px 40px 33px;
    box-sizing: border-box;
    margin-top: 57px;
}

.index1 li {
    width: 360px;
}

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

.index1 li>div {
    opacity: 0;
    transition: .3s;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5);
    padding: 85px 30px 0;
    box-sizing: border-box;
}

.index1 .active>div {
    opacity: 1;
}

.index1 .active>p {
    opacity: 0;
    transition: .3s;
}

.index1 li>p {
    width: 100%;
    line-height: 53px;
    background: rgb(0, 0, 0, .5);
    bottom: 0;
}

.index1 .tit {
    font-size: 22px;
}

.index1 .con {
    font-size: 20px;
    margin-top: 9px;
}

.index1 .a {
    font-size: 24px;
    color: #333333;
    line-height: 37px;
    margin-top: 27px;
}

.index1 .a font {
    color: #995a07;
}

.index2 .box>div>div {
    padding-top: 85px;
}

.index2 .box>div:nth-child(2)>div {
    padding-left: 56px;
}

.index2 .content {
    background: url(../images/index2_01.jpg) no-repeat top;
    margin-top: 84px;
}

.index2 .num {
    width: 64px;
    height: 113px;
    line-height: 95px;
    font-family: W04;
    font-size: 34px;
    color: #fff;
    background: url(../images/index2_num.png) no-repeat center;
}

.index2 .text {
    margin-left: 34px;
}

.index2 .tit {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.index2 .line {
    width: 52px;
    height: 5px;
    background: #995a07;
    margin: 8px 0 37px;
}

.index2 .con {
    font-size: 19px;
    line-height: 28px;
    color: #666666;
}

.pro {
    padding: 73px 0 35px;
}

.pro .aaa {
    font-size: 30px;
    color: #995a07;
    letter-spacing: 1px;
}

.pro .aaa a {
    font-size: 20px;
    color: #995a07;
}

.pro .img {
    background: url(../images/probg.jpg) no-repeat center;
    padding: 23px 23px 35px 23px;
    width: 390px;
    height: 297px;
    overflow: hidden;
}

.pro .img img {
    width: 100%;
    height: auto;
}

.pro .swiper-container {
    margin-top: 49px;
    padding-bottom: 68px;
}

.pro .swiper-container p {
    font-size: 23px;
    margin-top: 3px;
}

.pro .swiper-container .swiper-pagination-bullet {
    background: #999999;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 0;
    font-size: 23px;
    color: #fff;
}

.pro .swiper-container .swiper-pagination-bullet-active {
    background: #a56f29;
}

.index3 {
    background: url(../images/index3.jpg);
    padding: 92px 0;
}

.index3 .swiper-container {
    padding: 35px 0 45px;
    margin-top: 77px;
}

.index3 .swiper-container p {
    display: none;
    font-size: 17px;
    color: #333333;
    margin-top: 25px;
}

.index3 .swiper-slide-active p {
    display: block;
}

.index3 .swiper-container .swiper-slide-active {
    transform: scale(1.3);
    z-index: 9;
}

.index3 .swiper-slide-active img {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.index3 .swiper-button {
    width: 36px;
    height: 36px;
    background: url(../images/left2.png) no-repeat center;
}

.index3 .swiper-button-next {
    transform: rotate(180deg);
}

.index4 {
    padding: 84px 0 72px;
}

.index4 .about2 {
    border: none;
    padding: 0;
}

.index4 .about2 .swiper-container {
    margin-top: 86px;
}

.index5 {
    background: #f6f6f6;
    padding: 94px 0 134px;
}

.index5 .box {
    margin-top: 72px;
}

.index5 .box>img {
    top: 76px;
}

.index5 #thumbs {
    left: 22px;
}

.index5 #thumbs p {
    font-size: 20px;
    color: #676767;
    margin-bottom: 10px;
}

.index5 #thumbs .img {
    width: 65px;
    height: 65px;
    border: 2px solid #efefef;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.index5 #thumbs .img>div {
    position: relative;
}

.index5 .swiper-slide-thumb-active .img {
    background: #995a07;
}

.index5 .swiper-slide-thumb-active .img>div {
    left: -54px;
}

.index5 .swiper-slide-thumb-active .img>div img {
    filter: drop-shadow(54px 0 #fff);
    position: relative;
}

.index5 #thumbs .swiper-slide-thumb-active p {
    color: #995a07;
}

.index5 #gallery .swiper-slide>div {
    width: 550px;
    margin-right: 60px;
}

.index5 .num {
    font-size: 57px;
    color: #995a07;
    margin-right: 20px;
}

.index5 .tt {
    font-size: 25px;
    color: #333333;
}

.index5 .cn {
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
}

.index5 .con {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 40px;
    letter-spacing: 1px;
}

.index5 .swiper-button-prev {
    background: url(../images/left3.png) no-repeat center;
    left: 584px;
}

.index5 .swiper-button-next {
    background: url(../images/right3.png) no-repeat center;
    right: 533px;
}

.index5 .swiper-button {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 34px;
}

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

.index6 .box {
    margin-top: 97px;
}

.index6 li {
    width: 376px;
    height: 468px;
    overflow: hidden;
}

.index6 li>div {
    z-index: 9;
    transition: .2s;
}

.index6 .active>div {
    margin-top: 414px;
}

.index6 li .num {
    font-size: 42px;
    color: #666666;
}

.index6 li .line {
    width: 30px;
    height: 3px;
    background: #b7b7b7;
    margin: 4px auto 36px;
}

.index6 li .tt {
    font-size: 22px;
    color: #333333;
}

.index6 li .cn {
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
    margin: 2px 0 98px;
}

.index6 .hh {
    font-size: 18px;
    color: #fff;
    margin-bottom: 37px;
}

.index6 li>img {
    display: none;
}

.index6 .active>img {
    display: block;
}

.index6 .active .num, .index6 .active .tt, .index6 .active .cn {
    color: #fff;
}

.index7 {
    padding: 89px 0 40px;
    background: url(../images/index7.jpg) no-repeat top;
}

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

.index7 .box>div {
    padding-left: 44px;
    padding-bottom: 25px;
    border-bottom: 2px solid #eeeeee;
}

.index7 .t {
    font-size: 108px;
    font-weight: bold;
    color: rgb(153, 153, 153, .07);
}

.index7 .tit {
    font-size: 25px;
    color: #333333;
    margin-top: -73px;
}

.index7 .line {
    width: 95px;
    height: 3px;
    background: #aaaaaa;
    margin: 20px 0 27px -80px;
}

.index7 .summary {
    font-size: 16px;
    line-height: 27px;
    color: #666666;
}

.index7 .btn {
    width: 153px;
    height: 36px;
    border: 2px solid #eeeeee;
    font-size: 16px;
    color: #995a07;
    margin-top: 22px;
}

.index7 a:hover {
    color: #995a07;
}

.index7 .box>div img {
    display: inline-block;
    margin: -62px 0 0 134px;
}

.index8 {
    padding-bottom: 93px;
}

.index8 .tt {
    font-size: 23px;
    color: #995a07;
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 16px;
    margin-bottom: 43px;
}

.index8 .tt::after {
    content: '';
    width: 86px;
    height: 3px;
    background: #d2d2d2;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.index8 .left {
    width: 580px;
}

.index8 .tit {
    font-size: 18px;
}

.index8 .con {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    color: #8c8c8c;
    margin-top: 12px;
}

.index8 .time {
    font-size: 16px;
    color: #d0d0d0;
}

.index8 .time span {
    font-size: 55px;
    line-height: 35px;
    color: #333333;
}

.index8 .left .tit {
    color: #666666;
    margin-top: 30px;
}

.index8 .left .time {
    width: 92px;
    height: 92px;
    background: #70c1ae;
    color: #fff;
    padding: 0;
    border: none;
}

.index8 .right {
    width: 550px;
    color: #666666;
}

.index8 .right .tit {
    font-size: 16px;
}

.index8 .right .con {
    font-size: 13px;
    color: #666666;
}

.index8 .right img {
    float: right;
}

.index8 .swiper-container {
    height: 343px;
}

.index8 .right .swiper-slide {
    padding: 15px 0 18px 34px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
}

/* index end */

.er_tit {
    font-size: 36px;
    color: #995a07;
}

.er_sed_tit {
    font-size: 31px;
    color: #666666;
    letter-spacing: 2px;
}

.er_sed_tit::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #666666;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
}

.product {
    padding: 100px 0;
}

.product ul {
    margin-top: 20px;
}

.product .list {
    width: 376px;
    background: #ffffff;
    margin-right: 36px;
    margin-top: 40px;
}

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

.product .list .tit {
    display: block;
    line-height: 97px;
    font-size: 20px;
    color: #333333;
}

.product .list .img {
    width: 376px;
    height: 263px;
    background: #ffffff;
    overflow: hidden;
}

.product .list .img img {
    width: 100%;
    height: auto;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/* about */
.about1 {
    padding: 77px 0 64px;
}

.about1 .box {
    margin-top: 110px;
    font-size: 22px;
    line-height: 46px;
    color: #666666;
    letter-spacing: 1.5px;
}

.about2 {
    padding: 64px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.about2 img {
    display: block;
}

.about2 .swiper-container {
    margin-top: 118px;
}

.about2 .swiper-slide {
    box-sizing: border-box;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
}

.about2 .swiper-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.about2 .swiper-button {
    background: url(../images/left.png) no-repeat center;
    width: 50px;
    height: 50px;
    top: 38%;
}

.about2 .swiper-button-prev {
    left: -79px;
}

.about2 .swiper-button-next {
    right: -79px;
    transform: rotate(180deg);
}

.about2 .phone {
    font-size: 18px;
    color: #333333;
    margin-top: 57px;
}

.about2 .phone font {
    font-size: 30px;
    font-family: sysb;
    color: #995a07;
    margin: 0 30px 0 0;
}

.about2 a {
    width: 222px;
    height: 35px;
    color: #fff;
    background: #995a07;
    border-radius: 15px;
}

.about2 a:hover {
    color: #fff;
}

.about3 {
    padding: 80px 0;
}

.about3 .a {
    font-size: 30px;
    color: #995a07;
    margin-top: 37px;
}

.about3 .imgs {
    width: 735px;
}

.about3 .b {
    font-size: 22px;
    color: #666666;
    margin: -3px 0 33px;
}

.about3 .c {
    font-size: 15px;
    line-height: 30px;
    font-family: syl;
    color: #666666;
}

/* about end */
/* nest */
.nest1 {
    padding: 83px 0 59px;
}

.nest1 .box {
    font-size: 22px;
    line-height: 37px;
    color: #666666;
    margin-top: 105px;
}

.nest1 .box div {
    margin: 36px 25px 0 16px;
    letter-spacing: 1px;
}

.nest2 .box {
    margin-top: 96px;
}

.nest2 .img {
    width: 880px;
    height: 440px;
    overflow: hidden;
}

.nest2 .img img {
    width: 100%;
}

.nest2 .con {
    background: #fff;
    padding: 86px 134px 0 44px;
}

.nest2 .tit {
    font-size: 33px;
    line-height: 56px;
    color: #333333;
    font-family: 'sysb';
}

.nest2 .swiper-pagination {
    font-size: 30px;
    right: 0;
    left: auto;
    width: 39%;
    bottom: 41px;
}

.nest3 {
    padding: 92px 0 221px;
}

.nest3 .box {
    background: #fff;
    margin-top: 135px;
}

.nest3 li>div {
    padding: 48px 25px 0 32px;
}

.nest3 li .tt {
    font-size: 36px;
    font-family: sysb;
    color: #333333;
}

.nest3 li .cn {
    font-size: 17px;
    line-height: 30px;
    color: #999999;
    margin-top: 38px;
}

/* nest end */
/* wahaha */
.wahaha1 {
    padding: 114px 0 0;
}

.wahaha1 .tit {
    font-size: 40px;
    color: #995a07;
}

.wahaha1 .sed_tit {
    font-size: 28px;
    line-height: 55px;
    color: #333333;
    margin-top: 15px;
}

.wahaha1 video {
    background: url(../images/wahaha1.png) no-repeat center;
    margin: 75px auto 0;
    padding: 8px 252px 50px 244px;
}

.wahaha2 {
    background: url(../images/wahaha2.jpg) no-repeat top;
    padding: 152px 0 100px;
    margin-top: -33px;
}

.wahaha2 ul {
    background: #fff;
    padding: 26px 18px 0;
    margin-top: 79px;
}

.wahaha2 li {
    transition: .3s;
    cursor: pointer;
}

.wahaha2 li p {
    font-size: 26px;
    color: #333333;
}

.wahaha2 li>p {
    margin-top: 35px;
}

.wahaha2 .p_a {
    display: none;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .46);
    color: #fff;
}

.wahaha2 .active .p_a {
    display: flex;
}

.wahaha3 {
    background: url(../images/wahaha3.jpg) no-repeat bottom;
}

.wahaha3 .box {
    margin-top: 111px;
}

.wahaha3 .box>div>div {
    padding: 43px 0 35px;
}

.wahaha3 .tit {
    font-size: 18px;
    color: #666666;
}

.wahaha3 .tt {
    font-size: 19px;
    color: #995a07;
    margin-top: 9px;
}

.wahaha3 .line {
    width: 97px;
    height: 3px;
    background: #995a07;
    margin: 10px auto;
}

.wahaha3 .cn {
    font-size: 14px;
    color: #999999;
}

.wahaha3 .box img {
    display: block;
}

.wahaha4 {
    padding: 97px 0 0;
}

.wahaha4 ul {
    margin-top: 91px;
}

.wahaha4 li p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    border: 1px solid #dcdcdc;
    margin-top: 2px;
}

.wahaha4 li:nth-child(1) {
    width: 135px;
}

.wahaha4 li:nth-child(2) {
    width: 123px;
}

.wahaha4 li:nth-child(3) {
    width: 158px;
}

.wahaha4 li:nth-child(4) {
    width: 247px;
}

.wahaha4 li:nth-child(5) {
    width: 247px;
}

.wahaha4 li:nth-child(6) {
    width: 279px;
}

.wahaha4 li p:nth-child(1) {
    height: 69px;
    font-size: 18px;
    color: #fff;
    background: #995a07;
}

.wahaha4 li p:nth-child(2) {
    height: 65px;
}

.wahaha4 li p:nth-child(3) {
    height: 106px;
}

.wahaha4 li p:nth-child(4) {
    height: 65px;
}

.wahaha4 li p:nth-child(5) {
    height: 189px;
    font-size: 12px;
    padding: 0 5px;
}

.wahaha4 li p:nth-child(6) {
    height: 106px;
}

.wahaha4 li:nth-child(1) p {
    font-size: 18px;
    color: #fff;
    background: #995a07;
    padding: 1px 0;
    border: 0;
}

.wahaha5 {
    padding: 102px 0;
}

.wahaha5 .box {
    margin-top: 89px;
}

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

.wahaha5 .p_a {
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .39);
    color: #fff;
    font-size: 30px;
}

.wahaha5 .p_a font {
    font-size: 35px;
}

.wahaha5 .box>div>div .p_a {
    font-size: 22px;
}

.wahaha5 .box>div>div font {
    font-size: 28px;
}

.wahaha5 .active .p_a {
    display: flex;
}

.wahaha6 .box {
    margin: 96px auto 108px;
}

/* wahaha end */
/* enzyme0 */
.enzyme0 {
    padding: 83px 0 67px;
}

.enzyme0 .a {
    font-size: 28px;
    color: #995a07;
    margin: 28px 0 8px;
    letter-spacing: 2px;
}

.enzyme0 .line {
    width: 156px;
    height: 2px;
    background: #995a07;
    margin: 40px 0;
}

.enzyme0 .cir {
    width: 15px;
    height: 15px;
    border: 3px solid rgb(145, 25, 20, .6);
    border-radius: 50%;
    margin: 0 15px 0 7px;
}

.enzyme0 .b {
    font-size: 22px;
    line-height: 48px;
    color: #333333;
    letter-spacing: 1.5px;
}

.enzyme0 .b span {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
}

.enzyme0 .b span font {
    font-size: 30px;
    color: #995a07;
    font-family: sysb;
}

.enzyme0 .b a {
    width: 222px;
    height: 35px;
    background: #995a07;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    margin-top: 10px;
}

.enzyme0 .ab .p_a {
    right: 155px;
    bottom: 0;
}

.enzyme1 {
    background: url(../images/enzyme1.jpg) no-repeat center;
    padding: 111px 0 160px;
}

.enzyme1 .box {
    margin-top: 99px;
}

.enzyme1 .mask .p_a {
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .3);
    font-size: 20px;
    color: #fff;
    padding: 0 25px;
    box-sizing: border-box;
}

.enzyme1 .k {
    background: #fff;
    color: #666666;
    width: 242px;
    height: 200px;
}

.enzyme1 .active {
    background: #995a07;
    color: #fff;
}

.enzyme1 .active .img img {
    filter: drop-shadow(-17px 0 #995a07);
    left: 17px;
    position: relative;
}

.enzyme1 .img {
    width: 17px;
    height: 23px;
    overflow: hidden;
    display: inline-block;
    z-index: 9;
}

.enzyme1 .tt {
    font-size: 24px;
}

.enzyme1 .cn {
    font-size: 20px;
}

.enzyme2 {
    padding: 114px 0 136px;
}

.enzyme2 .icons {
    margin: 53px 0;
}

.enzyme2 .icons p {
    font-size: 25px;
    margin-top: 20px;
    color: #333333;
}

.enzyme2 .tt {
    font-size: 28px;
    color: #333333;
    letter-spacing: 1px;
}

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

.enzyme2 li {
    width: 389px;
    height: 153px;
    background: #f4f4f4;
    padding: 19px 12px 22px 11px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 35px;
    color: #666666;
    margin-top: 20px;
}

.enzyme2 li img {
    display: block;
    margin-bottom: 14px;
}

.enzyme3 {
    background: url(../images/enzyme3.jpg) no-repeat center;
    padding: 90px 0 97px;
    color: #fff;
}

.enzyme3 .box {
    width: 1030px;
}

.enzyme3 .tit {
    font-size: 40px;
}

.enzyme3 .con {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.enzyme3 input, .enzyme3 textarea, .enzyme3 button {
    width: 500px;
    height: 66px;
    border: 3px solid #f4f4f4;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    padding-left: 22px;
    margin-top: 18px;
}

.enzyme3 input::placeholder, .enzyme3 textarea::placeholder {
    color: #fff;
}

.enzyme3 textarea {
    width: 100%;
    height: 118px;
    padding-top: 19px;
}

.enzyme3 button {
    border: 0;
    background: #995a07;
    padding: 0;
    margin: 40px auto 0;
}

/* enzyme0 end */
/* join */
.join1 {
    padding: 83px 0 146px;
}

.join1 .box {
    margin-top: 174px;
}

.join1 .cir {
    width: 10px;
    height: 10px;
    border: 2.5px solid #995a07;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 5px auto 0;
}

.join1 .tt {
    font-size: 20px;
    color: #333333;
}

.join1 .cn {
    font-size: 17px;
    color: #666666;
    margin-top: 3px;
}

.join1 .num {
    font-size: 31px;
    color: #a6712a;
    background: url(../images/join1.png) no-repeat center;
    width: 60px;
    height: 75px;
    line-height: 55px;
    margin: auto;
    margin-top: 9px;
}

.join1 .box>div:nth-child(even) {
    margin-top: 145px;
}

.join1 .box>div:nth-child(even) .num {
    transform: rotate(180deg);
}

.join1 .box>div:nth-child(even) .num b {
    display: block;
    transform: rotate(180deg);
}

.join1 .line {
    width: 99%;
    height: 2px;
    background: #eeeeee;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    z-index: -1;
}

.join1 .text {
    left: 0;
    right: 0;
    font-size: 214px;
    font-family: ximai;
    color: #faf9fa;
    z-index: -1;
    top: -81px;
}

.join2 {
    background: url(../images/join2.jpg) no-repeat center;
    padding: 56px 0 118px;
}

.join2 .tt {
    font-size: 36px;
    color: #995a07;
    margin-bottom: 64px;
}

.join2 .box {
    width: 1028px;
}

.join2 .box>div>div {
    width: 500px;
    height: 66px;
    background: #fff;
    padding: 0 0 0 22px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
}

.join2 .box>div>div:nth-child(3) {
    width: 100%;
    height: 118px;
    margin: 18px 0 49px;
}

.join2 .box>div>div span {
    color: #ec615c;
}

.join2 input, .join2 textarea {
    width: 80%;
    height: 100%;
    margin-left: 12px;
}

.join2 textarea {
    padding-top: 20px;
}

.join2 button {
    font-size: 20px;
    color: #fff;
    width: 500px;
    height: 66px;
    background: #995a07;
    border-radius: 5px;
    margin: auto;
}

/* join end */

.arc {
    padding: 50px;
}

.arc .title {
    font-size: 30px;
}

.arc .content {
    font-size: 18px;
    color: #666666;
    line-height: 2;
    margin-top: 30px;
}

.arc img {
    max-width: 100%;
    margin: auto;
}

/* contactUs */
.contact {
    padding: 84px 0 159px;
}

.contact .box {
    margin-top: 119px;
}

.contact input {
    width: 100%;
}

.contact form {
    width: 564px;
}

.contact form input, .contact form textarea {
    width: 100%;
    height: 58px;
    background: #f7f7f7;
    font-size: 18px;
    color: #7d7e81;
    padding-left: 24px;
    margin-bottom: 20px;
}

.contact form textarea {
    height: 212px;
    padding-top: 17px;
}

.contact button {
    background: #995a07;
    width: 156px;
    height: 56px;
    font-size: 18px;
    color: #fff;
    margin: auto;
}

.map {
    width: 580px;
    height: 457px;
}

/* contactUs end */