.user-select {

    -moz-user-select: none;

    /*mozilar*/

    -webkit-user-select: none;

    /*webkit*/

    -ms-user-select: none;

    /*IE*/

    user-select: none;

}

.text-dot {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}

.tsformcommon {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.tsformY {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

.tsformX {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.banner {

    position: relative;

    overflow: hidden;

    width: 100%;

    font-size: 0;

}

.banner .swiper-container .swiper-slide {

    overflow: hidden;

}

.banner .swiper-container .slide-inner {

    display: block;

    position: relative;

    overflow: hidden;

}

.banner .swiper-container .slide-inner img {

    position: relative;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    display: block;

    width: 100%;

}

.banner .swiper-pagination {

    bottom: 40px;

    z-index: 10;

}

@media screen and (max-width: 1199px) {

    .banner .swiper-pagination {

        bottom: 25px;

    }

}

@media screen and (max-width: 767px) {

    .banner .swiper-pagination {

        bottom: 15px;

    }

}

.banner .swiper-pagination span.swiper-pagination-bullet {

    position: relative;

    display: inline-block;

    margin: 0 14px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, 0.7);

    background-color: transparent;

    opacity: 1;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1199px) {

    .banner .swiper-pagination span.swiper-pagination-bullet {

        width: 35px;

        height: 35px;

        margin: 0 10px;

    }

}

@media screen and (max-width: 767px) {

    .banner .swiper-pagination span.swiper-pagination-bullet {

        width: 30px;

        height: 30px;

        margin: 0 7px;

        border-width: 1px;

    }

}

.banner .swiper-pagination span.swiper-pagination-bullet::before {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background-color: #fff;

}

@media screen and (max-width: 767px) {

    .banner .swiper-pagination span.swiper-pagination-bullet::before {

        width: 3px;

        height: 3px;

    }

}

.banner .swiper-pagination span.swiper-pagination-bullet-active {

    border-color: rgba(35, 159, 142, 0.4);

}

.banner .swiper-pagination span.swiper-pagination-bullet-active::before {

    background-color: var(--color);

}

.index-about {

    overflow: hidden;

    background: url(../images/img/index_about_bgg.jpg) no-repeat center top;

    background-size: 100% auto;

}

.index-about .info .img-box {

    border-radius: var(--radius);

    padding-bottom: 75.36231884%;

}

@media screen and (min-width: 1200px) {

    .index-about .info .img-box:hover img {

        transform: scale(1.05);

    }

}

.index-about .info .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.index-about .info .title-t1 {

    margin-top: 30px;

}

@media screen and (max-width: 1199px) {

    .index-about .info .title-t1 {

        margin-top: 20px;

    }

}

.index-about .info .txt {

    margin-top: 40px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;

    overflow: hidden;

}

@media screen and (max-width: 1199px) {

    .index-about .info .txt {

        margin-top: 20px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .index-about .info .txt {

        margin-top: 10px;

        font-size: 14px;

    }

}

.index-about .info .common-more {

    margin-top: 45px;

}

@media screen and (max-width: 1199px) {

    .index-about .info .common-more {

        margin-top: 30px;

    }

}

@media screen and (max-width: 767px) {

    .index-about .info .common-more {

        margin-top: 20px;

    }

}

.index-about .num .inner {

    border-top: 1px dashed #d0d9d8;

}

.index-about .num .title-t2 {

    margin-bottom: 50px;

    text-align: center;

}

.index-about .num .content {

    position: relative;

}

.index-about .num .list {

    display: grid;

    grid-template-columns: repeat(2, 240px);

    grid-row-gap: 65px;

    grid-column-gap: calc(100% - 480px);

    min-height: 435px;

}

@media screen and (max-width: 1439px) {

    .index-about .num .list {

        grid-row-gap: 40px;

        min-height: 375px;

    }

}

@media screen and (max-width: 1399px) {

    .index-about .num .list {

        grid-row-gap: 20px;

        min-height: 300px;

    }

}

@media screen and (max-width: 1199px) {

    .index-about .num .list {

        min-height: 0;

        grid-template-columns: repeat(3, auto);

        grid-column-gap: 20px;

    }

}

@media screen and (max-width: 767px) {

    .index-about .num .list {

        grid-template-columns: repeat(2, auto);

    }

}

.index-about .num .list li {

    position: relative;

    z-index: 1;

    text-align: center;

}

@media screen and (min-width: 1200px) {

    .index-about .num .list li:hover::before {

        opacity: 1;

    }

}

.index-about .num .list li::before {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: -1;

    width: 120px;

    height: 120px;

    background: url(../images/img/index_num_icon.png) no-repeat center;

    background-size: 100%;

    opacity: 0;

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

.index-about .num .list li h6 {

    margin: 0 auto;

    width: 100%;

    max-width: 155px;

    min-height: 44px;

    font-size: 18px;

    line-height: 1.22222222;

    color: #062624;

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .index-about .num .list li h6 {

        min-height: 42px;

        font-size: 17px;

    }

}

@media screen and (max-width: 1199px) {

    .index-about .num .list li h6 {

        min-height: 0;

        max-width: 100%;

        font-size: 16px;

    }

}

@media screen and (max-width: 575px) {

    .index-about .num .list li h6 {

        font-size: 15px;

    }

}

.index-about .num .list li h4 {

    margin: 12px 0 0;

    font-size: 36px;

    line-height: 1.11111111;

    color: var(--color);

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .index-about .num .list li h4 {

        font-size: 30px;

    }

}

@media screen and (max-width: 1199px) {

    .index-about .num .list li h4 {

        margin-top: 10px;

        font-size: 25px;

    }

}

@media screen and (max-width: 575px) {

    .index-about .num .list li h4 {

        font-size: 20px;

    }

}

.index-about .num .list li h4 sub {

    font-size: 0.5em;

    line-height: 1;

}

.index-about .num .slick-wrap {

    overflow: hidden;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    top: 0;

    z-index: 5;

    width: calc(100% - (480px + 60px));

    border-radius: var(--radius);

}

@media screen and (max-width: 1199px) {

    .index-about .num .slick-wrap {

        position: relative;

        width: 100%;

        margin-top: 20px;

    }

}

.index-about .num .slick-wrap .slick-list .slick-slide {

    font-size: 0;

}

.index-about .num .slick-wrap .slick-dots {

    position: absolute;

    left: 0;

    width: 100%;

    bottom: 25px;

    z-index: 5;

    text-align: center;

}

@media screen and (max-width: 767px) {

    .index-about .num .slick-wrap .slick-dots {

        bottom: 10px;

    }

}

.index-about .num .slick-wrap .slick-dots li {

    display: inline-block;

    margin: 0 7.5px;

}

@media screen and (max-width: 767px) {

    .index-about .num .slick-wrap .slick-dots li {

        margin: 0 5px;

    }

}

.index-about .num .slick-wrap .slick-dots button {

    display: block;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    font-size: 0;

    background-color: #fff;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.index-about .num .slick-wrap .slick-dots .slick-active button {

    background-color: var(--color);

}

.index-about .num .slick-wrap .item {

    display: block;

}

.index-about .num .slick-wrap .item .img-box {

    padding-bottom: 50%;

}

.index-video {

    overflow: hidden;

}

.index-video .content {

    display: flex;

    flex-direction: column;

}

.index-video .img-box {

    padding-bottom: 25%;

}

.index-video .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.index-video .video-btn {

    order: 2;

    position: relative;

    z-index: 5;

    display: block;

    margin: -80px auto 0;

    width: 185px;

    background-color: transparent;

}

@media screen and (max-width: 1399px) {

    .index-video .video-btn {

        width: 155px;

        margin-top: -65px;

    }

}

@media screen and (max-width: 1199px) {

    .index-video .video-btn {

        width: 130px;

        margin-top: -56px;

    }

}

@media screen and (max-width: 767px) {

    .index-video .video-btn {

        width: 90px;

        margin-top: -39px;

    }

}

@media screen and (max-width: 575px) {

    .index-video .video-btn {

        width: 60px;

        margin-top: -25.5px;

    }

}

@media screen and (min-width: 1200px) {

    .index-video .video-btn:hover~.img-box img {

        transform: scale(1.05);

    }

}

.index-video .video-btn::before {

    content: '';

    display: block;

    padding-bottom: 86.48648649%;

    background: url(../images/img/index_video_icon.png) no-repeat center;

    background-size: cover;

}

.index-p-cate {

    overflow: hidden;

}

@media screen and (min-width: 1200px) {

    .index-p-cate {

        padding-top: 90px;

    }

}

.index-p-cate .content {

    padding: 0 40px;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content {

        padding: 0 30px;

    }

}

@media screen and (max-width: 767px) {

    .index-p-cate .content {

        padding: 0 20px;

    }

}

.index-p-cate .content .cate-list {

    display: flex;

    flex-wrap: wrap;

    margin: -7px;

}

.index-p-cate .content .cate-list li {

    width: 25%;

    padding: 7px;

}

@media screen and (max-width: 767px) {

    .index-p-cate .content .cate-list li {

        width: 50%;

    }

}

.index-p-cate .content .cate-list .item {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: var(--radius);

}

@media screen and (min-width: 1200px) {

    .index-p-cate .content .cate-list .item:hover .pic img {

        transform: scale(1.05);

    }

    .index-p-cate .content .cate-list .item:hover .pic h6 {

        opacity: 0;

    }

    .index-p-cate .content .cate-list .item:hover .info {

        opacity: 1;

    }

}

.index-p-cate .content .cate-list .item .pic {

    position: relative;

    display: block;

}

.index-p-cate .content .cate-list .item .pic .img-box {

    padding-bottom: 137.77777778%;

}

.index-p-cate .content .cate-list .item .pic .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.index-p-cate .content .cate-list .item .pic h6 {

    position: absolute;

    bottom: 20px;

    left: 30px;

    z-index: 5;

    max-width: calc(100% - 60px);

    margin: 0;

    display: inline-block;

    padding: 11px 40px;

    border-radius: 26px;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    font-weight: 400;

    text-transform: uppercase;

    background-image: linear-gradient(to right, #d6f6f8, #f0eee7);

    background-image: -webkit-linear-gradient(to right, #d6f6f8, #f0eee7);

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content .cate-list .item .pic h6 {

        bottom: 15px;

        left: 20px;

        max-width: calc(100% - 40px);

        padding: 9px 30px;

        font-size: 22px;

    }

}

@media screen and (max-width: 1199px) {

    .index-p-cate .content .cate-list .item .pic h6 {

        bottom: 15px;

        left: 15px;

        max-width: calc(100% - 30px);

        border-radius: 20px;

        padding: 8px 15px;

        font-size: 18px;

    }

}

@media screen and (max-width: 991px) {

    .index-p-cate .content .cate-list .item .pic h6 {

        font-size: 14px;

    }

}

.index-p-cate .content .cate-list .item .info {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 5;

    width: 100%;

    height: 100%;

    padding: 20px;

    opacity: 0;

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content .cate-list .item .info {

        padding: 15px;

    }

}

@media screen and (max-width: 1199px) {

    .index-p-cate .content .cate-list .item .info {

        display: none;

    }

}

.index-p-cate .content .cate-list .item .info .cover {

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

}

.index-p-cate .content .cate-list .item .info .cover::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.26);

}

.index-p-cate .content .cate-list .item .info .cover .img-box {

    padding-bottom: 137.77777778%;

}

.index-p-cate .content .cate-list .item .info .intro {

    position: relative;

    min-height: 100%;

    border: 1px dashed #fff;

    border-radius: var(--radius);

    padding: 30px 20px 95px;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content .cate-list .item .info .intro {

        padding: 20px 20px 70px;

    }

}

.index-p-cate .content .cate-list .item .info .intro .cname {

    margin: 0;

    font-size: 30px;

    line-height: 1.16666667;

    color: #ffffff;

    font-weight: 400;

    text-transform: uppercase;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content .cate-list .item .info .intro .cname {

        font-size: 25px;

    }

}

.index-p-cate .content .cate-list .item .info .intro .txt {

    margin-top: 20px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #ffffff;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 9;

    overflow: hidden;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content .cate-list .item .info .intro .txt {

        margin-top: 15px;

        font-size: 16px;

        -webkit-line-clamp: 8;

    }

}

.index-p-cate .content .cate-list .item .info .intro .more-btn {

    position: absolute;

    bottom: 40px;

    left: 20px;

    z-index: 5;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 210px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

}

@media screen and (max-width: 1399px) {

    .index-p-cate .content .cate-list .item .info .intro .more-btn {

        bottom: 20px;

        left: 15px;

        width: 170px;

        height: 45px;

        border-radius: 22.5px;

        font-size: 17px;

    }

}

.index-p-cate .content .cate-list .item .info .intro .more-btn::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    background-image: linear-gradient(45deg, #c6f4f7, #f0eee7);

    background-image: -webkit-linear-gradient(45deg, #c6f4f7, #f0eee7);

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

.index-p-cate .content .cate-list .item .info .intro .more-btn::after {

    margin-left: 10px;

    font-family: "iconfont" !important;

    font-size: 15px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e7b1';

    color: #0c8e96;

}

@media screen and (max-width: 767px) {

    .index-p-cate .content .cate-list .item .info .intro .more-btn::after {

        margin-left: 6px;

        font-size: 13px;

    }

}

.index-product {

    overflow: hidden;

    background: no-repeat center;

    background-size: cover;

}

.index-product .index-p-slick .slick-slide>div {

    margin: 0 -15px;

    font-size: 0;

}

@media screen and (max-width: 767px) {

    .index-product .index-p-slick .slick-slide>div {

        margin: 0 -10px;

    }

}

.index-product .index-p-slick .slick-slide>div .item {

    padding: 0 15px;

}

@media screen and (max-width: 767px) {

    .index-product .index-p-slick .slick-slide>div .item {

        padding: 0 10px;

    }

}

.index-product .index-p-slick .slick-dots {

    margin-top: 15px;

    text-align: center;

    font-size: 0;

}

.index-product .index-p-slick .slick-dots li {

    display: inline-block;

    margin: 0 8px;

}

.index-product .index-p-slick .slick-dots button {

    width: 13px;

    height: 13px;

    border-radius: 50%;

    font-size: 0;

    opacity: 0.5;

    background-color: var(--color);

}

.index-product .index-p-slick .slick-dots .slick-active button {

    opacity: 1;

}

.index-product .index-p-slick .item {

    display: block;

}

@media screen and (min-width: 1200px) {

    .index-product .index-p-slick .item:hover .info {

        box-shadow: 0 6px 12px rgba(6, 38, 36, 0.12);

    }

    .index-product .index-p-slick .item:hover .info img {

        transform: scale(1.05);

    }

    .index-product .index-p-slick .item:hover .info .opt {

        opacity: 1;

    }

}

.index-product .index-p-slick .item .info {

    overflow: hidden;

    position: relative;

    border-radius: var(--radius);

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

.index-product .index-p-slick .item .info .img-box {

    padding-bottom: 100%;

    border-radius: var(--radius);

}

.index-product .index-p-slick .item .info .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.index-product .index-p-slick .item .info .opt {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: auto;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 20px;

    opacity: 0;

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

@media screen and (max-width: 1199px) {

    .index-product .index-p-slick .item .info .opt {

        left: auto;

        bottom: auto;

        top: 15px;

        right: 15px;

        transform: translate(0, 0);

        opacity: 1;

    }

}

.index-product .index-p-slick .item .info .opt a {

    position: relative;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 10px;

    width: 210px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

}

@media screen and (max-width: 1399px) {

    .index-product .index-p-slick .item .info .opt a {

        margin-right: 6px;

        width: 170px;

        height: 45px;

        border-radius: 22.5px;

        font-size: 17px;

    }

}

@media screen and (max-width: 1199px) {

    .index-product .index-p-slick .item .info .opt a {

        display: none;

    }

}

.index-product .index-p-slick .item .info .opt a::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    background-image: linear-gradient(45deg, #c6f4f7, #f0eee7);

    background-image: -webkit-linear-gradient(45deg, #c6f4f7, #f0eee7);

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

.index-product .index-p-slick .item .info .opt a::after {

    font-family: "iconfont" !important;

    font-size: 15px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e7b1';

    color: #0c8e96;

}

@media screen and (max-width: 1399px) {

    .index-product .index-p-slick .item .info .opt a::after {

        font-size: 13px;

    }

}

.index-product .index-p-slick .item .info .opt button {

    margin-left: 10px;

    width: 56px;

    height: 56px;

    border-radius: 50%;

    background-color: #CC0033;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1399px) {

    .index-product .index-p-slick .item .info .opt button {

        width: 45px;

        height: 45px;

    }

}

@media screen and (max-width: 1199px) {

    .index-product .index-p-slick .item .info .opt button {

        width: 40px;

        height: 40px;

    }

}

@media screen and (max-width: 767px) {

    .index-product .index-p-slick .item .info .opt button {

        width: 35px;

        height: 35px;

    }

}

@media screen and (min-width: 1200px) {

    .index-product .index-p-slick .item .info .opt button:hover {

        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55) inset;

    }

}

.index-product .index-p-slick .item .info .opt button::before {

    font-family: "iconfont" !important;

    font-size: 25px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e73c';

    color: #fff;

}

@media screen and (max-width: 1399px) {

    .index-product .index-p-slick .item .info .opt button::before {

        font-size: 20px;

    }

}

@media screen and (max-width: 1199px) {

    .index-product .index-p-slick .item .info .opt button::before {

        font-size: 18px;

    }

}

@media screen and (max-width: 767px) {

    .index-product .index-p-slick .item .info .opt button::before {

        font-size: 16px;

    }

}

.index-product .index-p-slick .item .pname {

    margin: 0;

    padding: 22px 0 33px;

    text-align: center;

    font-size: 0;

}

@media screen and (max-width: 1399px) {

    .index-product .index-p-slick .item .pname {

        padding: 20px 0 25px;

    }

}

@media screen and (max-width: 1199px) {

    .index-product .index-p-slick .item .pname {

        padding: 15px 0;

    }

}

.index-product .index-p-slick .item .pname a {

    display: inline-block;

    max-width: 100%;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1399px) {

    .index-product .index-p-slick .item .pname a {

        font-size: 22px;

    }

}

@media screen and (max-width: 1199px) {

    .index-product .index-p-slick .item .pname a {

        font-size: 18px;

    }

}

@media screen and (max-width: 767px) {

    .index-product .index-p-slick .item .pname a {

        font-size: 15px;

    }

}

@media screen and (min-width: 1200px) {

    .index-product .index-p-slick .item .pname a:hover {

        color: var(--color);

    }

}

.index-new {

    overflow: hidden;

}

.index-new .common-title h2 {

    margin: 0 auto;

    max-width: 780px;

}

.index-new .index-new-slick {

    position: relative;

}

.index-new .index-new-slick .slick-list {

    margin: 0 -15px;

}

.index-new .index-new-slick .slick-list .slick-slide {

    padding: 0 15px;

    font-size: 0;

}

.index-new .index-new-slick .slick-arrow {

    position: absolute;

    top: 145px;

    left: -40px;

    transform: translateX(-100%);

    z-index: 10;

    display: block;

    width: 56px;

    height: 56px;

    border-radius: 50%;

    border: 1px dashed #102f2d;

    font-size: 0;

    background-color: transparent;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .slick-arrow {

        top: 115px;

        left: 0;

        transform: translateX(0);

        width: 50px;

        height: 50px;

    }

}

@media screen and (max-width: 1199px) {

    .index-new .index-new-slick .slick-arrow {

        top: 115px;

        width: 40px;

        height: 40px;

    }

}

@media screen and (max-width: 575px) {

    .index-new .index-new-slick .slick-arrow {

        top: 30%;

    }

}

@media screen and (min-width: 1200px) {

    .index-new .index-new-slick .slick-arrow:hover {

        border-color: transparent;

    }

    .index-new .index-new-slick .slick-arrow:hover::after {

        opacity: 1;

    }

}

.index-new .index-new-slick .slick-arrow::before {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-family: "iconfont" !important;

    font-size: 18px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    color: var(--color);

    content: '\ea66';

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .slick-arrow::before {

        font-size: 16px;

    }

}

@media screen and (max-width: 1199px) {

    .index-new .index-new-slick .slick-arrow::before {

        font-size: 14px;

    }

}

.index-new .index-new-slick .slick-arrow::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: -1;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background-image: linear-gradient(45deg, #d8f5f6, #edf0e9);

    opacity: 0;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.index-new .index-new-slick .slick-prev::before {

    transform: translate(-50%, -50%) rotateZ(180deg);

}

.index-new .index-new-slick .slick-next {

    left: auto;

    right: -40px;

    transform: translateX(100%);

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .slick-next {

        right: 0;

        transform: translateX(0);

    }

}

.index-new .index-new-slick .slick-dots {

    margin-top: 70px;

    display: flex;

    height: 1px;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .slick-dots {

        margin-top: 50px;

    }

}

@media screen and (max-width: 1199px) {

    .index-new .index-new-slick .slick-dots {

        margin-top: 30px;

    }

}

@media screen and (max-width: 767px) {

    .index-new .index-new-slick .slick-dots {

        margin-top: 15px;

    }

}

.index-new .index-new-slick .slick-dots li {

    flex: 1;

    border-bottom: 1px dashed #d0d9d8;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.index-new .index-new-slick .slick-dots li button {

    display: none;

}

.index-new .index-new-slick .slick-dots .slick-active {

    border-color: var(--color);

}

.index-new .index-new-slick .item {

    display: flex !important;

    border-radius: var(--radius);

    background-image: linear-gradient(#f7f9f8, #f0fbfb);

    background-image: -webkit-linear-gradient(#f7f9f8, #f0fbfb);

    overflow: hidden;

}

@media screen and (max-width: 575px) {

    .index-new .index-new-slick .item {

        flex-wrap: wrap;

    }

}

@media screen and (min-width: 1200px) {

    .index-new .index-new-slick .item:hover .left-pic img {

        transform: scale(1.05);

    }

}

.index-new .index-new-slick .item .left-pic {

    flex-shrink: 0;

    width: 330px;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .item .left-pic {

        width: 249px;

    }

}

@media screen and (max-width: 575px) {

    .index-new .index-new-slick .item .left-pic {

        width: 100%;

    }

}

.index-new .index-new-slick .item .left-pic .img-box {

    border-radius: var(--radius);

    padding-bottom: 109.09090909%;

}

.index-new .index-new-slick .item .left-pic img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.index-new .index-new-slick .item .right-info {

    padding: 25px 20px;

    width: 100%;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .item .right-info {

        padding: 15px;

    }

}

@media screen and (max-width: 1199px) {

    .index-new .index-new-slick .item .right-info {

        padding: 15px 25px;

    }

}

@media screen and (max-width: 575px) {

    .index-new .index-new-slick .item .right-info {

        padding: 15px;

    }

}

.index-new .index-new-slick .item .right-info .nname {

    margin: 0;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .item .right-info .nname {

        font-size: 18px;

    }

}

@media screen and (min-width: 1200px) {

    .index-new .index-new-slick .item .right-info .nname:hover {

        color: var(--color);

    }

}

.index-new .index-new-slick .item .right-info .txt {

    margin-top: 20px;

    min-height: 120px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;

    overflow: hidden;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .item .right-info .txt {

        min-height: 80px;

        margin-top: 15px;

        font-size: 16px;

        -webkit-line-clamp: 3;

    }

}

@media screen and (max-width: 1199px) {

    .index-new .index-new-slick .item .right-info .txt {

        min-height: 0;

    }

}

@media screen and (max-width: 767px) {

    .index-new .index-new-slick .item .right-info .txt {

        font-size: 14px;

    }

}

.index-new .index-new-slick .item .right-info .date {

    position: relative;

    padding-left: 30px;

    margin-top: 25px;

    font-size: 20px;

    line-height: 1.5;

    color: #062624;

    font-family: var(--fontBrand);

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .item .right-info .date {

        margin-top: 15px;

        font-size: 18px;

    }

}

.index-new .index-new-slick .item .right-info .date::before {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    font-family: "iconfont" !important;

    font-size: 20px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e601';

    font-weight: 600;

}

.index-new .index-new-slick .item .right-info .common-more {

    margin-top: 30px;

}

@media screen and (max-width: 1399px) {

    .index-new .index-new-slick .item .right-info .common-more {

        margin-top: 15px;

        width: 160px;

        height: 45px;

        font-size: 14px;

    }

}

.index-client {

    overflow: hidden;

    padding: 0 40px;

}

@media screen and (max-width: 1399px) {

    .index-client {

        padding: 0 30px;

    }

}

@media screen and (max-width: 1199px) {

    .index-client {

        padding: 0 20px;

    }

}

@media screen and (max-width: 767px) {

    .index-client {

        padding: 0 15px;

    }

}

.index-client .content {

    position: relative;

    z-index: 1;

    overflow: hidden;

    border-radius: var(--radius);

    background: no-repeat center;

    background-size: cover;

}

.index-client .content::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    background-color: rgba(255, 255, 255, 0.76);

}

.index-client .content .index-client-slick {

    position: relative;

}

.index-client .content .index-client-slick .slick-list {

    margin: 0 -15px;

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .slick-list {

        margin: 0 -10px;

    }

}

.index-client .content .index-client-slick .slick-list .slick-track {

    display: flex;

}

.index-client .content .index-client-slick .slick-list .slick-slide {

    padding: 0 15px;

    height: auto;

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .slick-list .slick-slide {

        padding: 0 10px;

    }

}

.index-client .content .index-client-slick .slick-list .slick-slide>div {

    min-height: 100%;

    border-radius: var(--radius);

    background-color: rgba(255, 255, 255, 0.5);

}

.index-client .content .index-client-slick .slick-dots {

    margin: 0 -7.5px;

    text-align: center;

}

@media screen and (min-width: 1200px) {

    .index-client .content .index-client-slick .slick-dots {

        position: absolute;

        left: 50%;

        transform: translateX(-50%);

        bottom: 30px;

        display: inline-block;

        max-width: 100%;

    }

}

@media screen and (max-width: 1199px) {

    .index-client .content .index-client-slick .slick-dots {

        margin: 20px -7.5px 0;

    }

}

.index-client .content .index-client-slick .slick-dots li {

    display: inline-block;

    padding: 0 7.5px;

}

.index-client .content .index-client-slick .slick-dots li button {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    font-size: 0;

    background-color: #fff;

}

@media screen and (max-width: 1199px) {

    .index-client .content .index-client-slick .slick-dots li button {

        box-shadow: 0 0 3px rgba(0, 0, 0, 0.26);

    }

}

.index-client .content .index-client-slick .slick-dots .slick-active button {

    background-color: var(--color);

}

.index-client .content .index-client-slick .item {

    display: block;

    min-height: 100%;

    padding: 70px 30px;

}

@media screen and (max-width: 1399px) {

    .index-client .content .index-client-slick .item {

        padding: 50px 25px;

    }

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .item {

        padding: 30px 20px;

    }

}

@media screen and (max-width: 767px) {

    .index-client .content .index-client-slick .item {

        padding: 20px 15px;

    }

}

@media screen and (min-width: 1200px) {

    .index-client .content .index-client-slick .item:hover .pic {

        border-style: solid;

        background-color: var(--color);

    }

    .index-client .content .index-client-slick .item:hover .pic img {

        transform: scale(1.05);

    }

    .index-client .content .index-client-slick .item:hover .txt {

        border-color: transparent;

    }

    .index-client .content .index-client-slick .item:hover .txt::before {

        opacity: 1;

    }

}

.index-client .content .index-client-slick .item .pic {

    display: block;

    width: 142px;

    height: 142px;

    margin: 0 auto;

    border-radius: 50%;

    padding: 8px;

    border: 1px dashed rgba(35, 159, 142, 0.5);

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 1399px) {

    .index-client .content .index-client-slick .item .pic {

        width: 135px;

        height: 135px;

    }

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .item .pic {

        width: 100px;

        height: 100px;

    }

}

.index-client .content .index-client-slick .item .pic .img-box {

    border-radius: 50%;

}

.index-client .content .index-client-slick .item .pic .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.index-client .content .index-client-slick .item .cname {

    margin: 40px 0 0;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    text-transform: capitalize;

    text-align: center;

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .index-client .content .index-client-slick .item .cname {

        margin-top: 25px;

        font-size: 22px;

    }

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .item .cname {

        margin-top: 20px;

        font-size: 20px;

    }

}

.index-client .content .index-client-slick .item .profession {

    margin: 7px 0 0;

    font-size: 18px;

    line-height: 1.11111111;

    color: #6e7372;

    font-weight: 400;

    text-align: center;

}

@media screen and (max-width: 1399px) {

    .index-client .content .index-client-slick .item .profession {

        margin-top: 5px;

        font-size: 16px;

    }

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .item .profession {

        font-size: 15px;

    }

}

.index-client .content .index-client-slick .item .txt {

    overflow: hidden;

    position: relative;

    z-index: 1;

    margin-top: 35px;

    padding: 25px 30px;

    border: 1px dashed #c4cccb;

    border-radius: var(--radius);

    font-size: 18px;

    line-height: 1.66666667;

    color: #000000;

}

@media screen and (max-width: 1399px) {

    .index-client .content .index-client-slick .item .txt {

        margin-top: 20px;

        padding: 20px;

        font-size: 16px;

    }

}

@media screen and (max-width: 991px) {

    .index-client .content .index-client-slick .item .txt {

        margin-top: 15px;

        padding: 15px;

        font-size: 15px;

    }

}

.index-client .content .index-client-slick .item .txt::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    background-image: linear-gradient(45deg, #d5f6f8, #f0eee8);

    background-image: -webkit-linear-gradient(45deg, #d5f6f8, #f0eee8);

    opacity: 0;

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

.choose-nav {

    overflow: hidden;

    background-color: #f7fcfb;

}

.choose-nav ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    padding: 0 15px;

}

.choose-nav ul li {

    padding: 0 52px;

}

@media screen and (max-width: 1399px) {

    .choose-nav ul li {

        padding: 0 30px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-nav ul li {

        padding: 0 20px;

    }

}

.choose-nav ul a {

    position: relative;

    display: block;

    padding: 16px 0;

    font-size: 16px;

    line-height: 1.5;

    color: #062624;

    text-align: center;

    text-transform: uppercase;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1399px) {

    .choose-nav ul a {

        padding: 14px 0;

        font-size: 15px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-nav ul a {

        padding: 10px 0;

        font-size: 14px;

    }

}

@media screen and (max-width: 767px) {

    .choose-nav ul a {

        font-size: 12px;

    }

}

@media screen and (min-width: 1200px) {

    .choose-nav ul a:hover {

        color: var(--color);

    }

    .choose-nav ul a:hover::before {

        width: 100%;

    }

}

.choose-nav ul a::before {

    content: '';

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0;

    width: 0;

    height: 2px;

    background-color: var(--color);

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.choose-nav ul .active a {

    color: var(--color);

}

.choose-nav ul .active a::before {

    width: 100%;

}

.choose-raw-page {

    overflow: hidden;

}

.choose-raw-page .content section {

    overflow: hidden;

    border-top: 1px dashed #d0d9d8;

}

.choose-raw-page .content section .title-t2 {

    text-align: center;

    font-family: var(--fontRedHatDisplay);

}

.choose-raw-page .content section .info {

    overflow: hidden;

}

.choose-raw-page .content section .info li {

    margin-bottom: 30px;

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .info li {

        margin-bottom: 20px;

    }

}

.choose-raw-page .content section .info li:last-child {

    margin-bottom: 0;

}

.choose-raw-page .content section .info li:nth-child(even) .item .pic {

    float: right;

    margin-left: 30px;

    margin-right: 0;

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .info li:nth-child(even) .item .pic {

        margin-left: 20px;

    }

}

.choose-raw-page .content section .info .item {

    overflow: hidden;

}

@media screen and (min-width: 1200px) {

    .choose-raw-page .content section .info .item:hover .pic img {

        transform: scale(1.05);

    }

}

.choose-raw-page .content section .info .item .pic {

    float: left;

    width: 50%;

    margin-right: 30px;

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .info .item .pic {

        margin-right: 20px;

    }

}

.choose-raw-page .content section .info .item .pic {

    display: block;

}

.choose-raw-page .content section .info .item .pic .img-box {

    border-radius: var(--radius);

    padding-bottom: 62.31884058%;

}

.choose-raw-page .content section .info .item .pic .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.choose-raw-page .content section .info .item .intro .title {

    margin: 10px 0 0;

    font-size: 30px;

    line-height: 1.16666667;

    color: #062624;

    font-weight: 400;

    text-transform: capitalize;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .info .item .intro .title {

        font-size: 25px;

    }

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .info .item .intro .title {

        font-size: 20px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .info .item .intro .title {

        font-size: 18px;

    }

}

.choose-raw-page .content section .info .item .intro .inner {

    font-size: 24px;

    line-height: 1.5;

    color: #062624;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .info .item .intro .inner {

        font-size: 20px;

    }

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .info .item .intro .inner {

        font-size: 17px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .info .item .intro .inner {

        font-size: 14px;

    }

}

.choose-raw-page .content section .specialty {

    overflow: hidden;

    background-image: linear-gradient(#f0fbfb, #f7f9f7);

    background-image: -webkit-linear-gradient(#f0fbfb, #f7f9f7);

}

.choose-raw-page .content section .specialty ul {

    margin: 0 -15px -30px;

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .specialty ul {

        margin: 0 -10px -20px;

    }

}

.choose-raw-page .content section .specialty ul li {

    padding: 0 15px 30px;

    text-align: center;

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .specialty ul li {

        padding: 0 10px 20px;

    }

}

.choose-raw-page .content section .specialty ul li .iconfont {

    position: relative;

    display: block;

    width: 55px;

    height: 55px;

    margin: 0 auto;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .specialty ul li .iconfont {

        width: 45px;

        height: 45px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .specialty ul li .iconfont {

        width: 35px;

        height: 35px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .specialty ul li .iconfont {

        width: 30px;

        height: 30px;

    }

}

.choose-raw-page .content section .specialty ul li .iconfont::before {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 55px;

    color: #062624;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .specialty ul li .iconfont::before {

        font-size: 45px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .specialty ul li .iconfont::before {

        font-size: 35px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .specialty ul li .iconfont::before {

        font-size: 30px;

    }

}

.choose-raw-page .content section .specialty ul li h6 {

    margin: 12px 0 0;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    text-transform: capitalize;

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .specialty ul li h6 {

        font-size: 22px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .specialty ul li h6 {

        margin-top: 10px;

        font-size: 20px;

    }

}

.choose-raw-page .content section .specialty ul li p {

    margin-top: 5px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .specialty ul li p {

        font-size: 17px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .specialty ul li p {

        font-size: 16px;

    }

}

.choose-raw-page .content section .img-list {

    overflow: hidden;

}

.choose-raw-page .content section .img-list .title-t3 {

    text-align: center;

    max-width: 1170px;

    margin: 0 auto;

}

.choose-raw-page .content section .img-list ul {

    margin-bottom: -30px;

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .img-list ul {

        margin-bottom: -20px;

    }

}

.choose-raw-page .content section .img-list ul li {

    padding-bottom: 30px;

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .img-list ul li {

        padding-bottom: 20px;

    }

}

.choose-raw-page .content section .img-list .item {

    display: block;

}

@media screen and (min-width: 1200px) {

    .choose-raw-page .content section .img-list .item:hover img {

        transform: scale(1.05);

    }

}

.choose-raw-page .content section .img-list .item .img-box {

    border-radius: var(--radius);

    padding-bottom: 62.22222222%;

}

.choose-raw-page .content section .img-list .item .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.choose-raw-page .content section .info-full {

    overflow: hidden;

}

.choose-raw-page .content section .info-full ul li:nth-child(even) .item {

    flex-direction: row-reverse;

}

.choose-raw-page .content section .info-full ul li:nth-child(even) .item .description .inner {

    padding-left: 0;

    padding-right: 60px;

    margin-left: auto;

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .info-full ul li:nth-child(even) .item .description .inner {

        padding-right: 0;

    }

}

.choose-raw-page .content section .info-full .item {

    display: flex;

    justify-content: space-between;

}

@media screen and (max-width: 575px) {

    .choose-raw-page .content section .info-full .item {

        display: block;

    }

}

@media screen and (min-width: 1200px) {

    .choose-raw-page .content section .info-full .item:hover .pic img {

        transform: scale(1.05);

    }

}

.choose-raw-page .content section .info-full .item .pic,

.choose-raw-page .content section .info-full .item .description {

    width: 50%;

}

@media screen and (max-width: 575px) {

    .choose-raw-page .content section .info-full .item .pic,

    .choose-raw-page .content section .info-full .item .description {

        width: 100%;

    }

}

.choose-raw-page .content section .info-full .item .pic {

    display: block;

}

.choose-raw-page .content section .info-full .item .pic .img-box {

    padding-bottom: 62.5%;

}

.choose-raw-page .content section .info-full .item .pic .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.choose-raw-page .content section .info-full .item .description {

    display: flex;

    align-items: center;

    padding: 15px 0;

    background: url(../images/img/choose_raw_premium_bgg.jpg) no-repeat center;

    background-size: cover;

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .info-full .item .description {

        padding: 15px 30px;

    }

}

@media screen and (max-width: 575px) {

    .choose-raw-page .content section .info-full .item .description {

        padding: 20px 15px;

    }

}

.choose-raw-page .content section .info-full .item .description .inner {

    max-width: 705px;

    padding-left: 60px;

    text-align: center;

}

@media screen and (max-width: 1439px) {

    .choose-raw-page .content section .info-full .item .description .inner {

        max-width: 660px;

    }

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .info-full .item .description .inner {

        max-width: 570px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .info-full .item .description .inner {

        max-width: 100%;

        width: 100%;

        padding-left: 0;

    }

}

.choose-raw-page .content section .info-full .item .description .title {

    margin: 0;

    font-size: 30px;

    line-height: 1;

    color: #062624;

    text-transform: capitalize;

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .info-full .item .description .title {

        font-size: 25px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .info-full .item .description .title {

        font-size: 22px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .info-full .item .description .title {

        font-size: 18px;

    }

}

.choose-raw-page .content section .info-full .item .description .txt {

    margin-top: 30px;

    max-height: 300px;

    overflow: hidden;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

}

@media screen and (max-width: 1399px) {

    .choose-raw-page .content section .info-full .item .description .txt {

        margin-top: 20px;

        max-height: 249px;

        font-size: 20px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-raw-page .content section .info-full .item .description .txt {

        margin-top: 15px;

        max-height: 200px;

        font-size: 17px;

    }

}

@media screen and (max-width: 991px) {

    .choose-raw-page .content section .info-full .item .description .txt {

        max-height: 150px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .choose-raw-page .content section .info-full .item .description .txt {

        max-height: 120px;

        font-size: 14px;

    }

}

@property --bootomLeft {

    syntax: '<color>';

    inherits: false;

    initial-value: #f7f9f7;

}

@property --topRight {

    syntax: '<color>';

    inherits: false;

    initial-value: #f0fbfb;

}

.choose-quality-page {

    overflow: hidden;

}

.choose-quality-page .common-title h4 {

    margin-top: 45px;

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .common-title h4 {

        margin-top: 35px;

    }

}

@media screen and (max-width: 767px) {

    .choose-quality-page .common-title h4 {

        margin-top: 25px;

    }

}

.choose-quality-page .common-title p {

    margin-top: 23px;

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .common-title p {

        margin-top: 15px;

    }

}

@media screen and (max-width: 767px) {

    .choose-quality-page .common-title p {

        margin-top: 10px;

    }

}

.choose-quality-page .info {

    border-top: 1px dashed #d0d9d8;

}

.choose-quality-page .info .title-t3 {

    margin-bottom: 35px;

    text-align: center;

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .info .title-t3 {

        margin-bottom: 30px;

    }

}

@media screen and (max-width: 767px) {

    .choose-quality-page .info .title-t3 {

        margin-bottom: 20px;

    }

}

.choose-quality-page .info ul {

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

    margin: 0 -15px -30px;

}

@media screen and (max-width: 991px) {

    .choose-quality-page .info ul {

        margin: 0 -10px -20px;

    }

}

.choose-quality-page .info ul li {

    width: 20%;

    padding: 0 15px 30px;

}

@media screen and (max-width: 991px) {

    .choose-quality-page .info ul li {

        width: 33.333333%;

        padding: 0 10px 20px;

    }

}

@media screen and (max-width: 575px) {

    .choose-quality-page .info ul li {

        width: 50%;

    }

}

.choose-quality-page .info ul .item {

    position: relative;

    overflow: hidden;

    min-height: 100%;

    padding: 65px 35px;

    border-radius: var(--radius);

    text-align: center;

    background-image: linear-gradient(45deg, var(--bootomLeft), var(--topRight));

    transition: --bootomLeft 0.45s, --bootomLeft 0.45s;

    -webkit-transition: --bootomLeft 0.45s, --bootomLeft 0.45s;

}

@media screen and (max-width: 1399px) {

    .choose-quality-page .info ul .item {

        padding: 50px 30px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .info ul .item {

        padding: 30px 15px;

    }

}

@media screen and (max-width: 575) {

    .choose-quality-page .info ul .item {

        padding: 20px 15px;

    }

}

@media screen and (min-width: 1200px) {

    .choose-quality-page .info ul .item:hover {

        --bootomLeft: #f0eee8;

        --topRight: #d5f7f8;

    }

    .choose-quality-page .info ul .item:hover .iconfont::before {

        animation: iconSway 0.8s linear;

        -webkit-animation: iconSway 0.8s linear;

    }

    .choose-quality-page .info ul .item:hover i {

        color: var(--color);

    }

}

@keyframes iconSway {

    0%,

    50%,

    100% {

        transform: translate(-50%, -50%) rotateZ(0);

    }

    25% {

        transform: translate(-50%, -50%) rotateZ(-15deg);

    }

    75% {

        transform: translate(-50%, -50%) rotateZ(15deg);

    }

}

@-webkit-keyframes iconSway {

    0%,

    50%,

    100% {

        transform: translate(-50%, -50%) rotateZ(0);

    }

    25% {

        transform: translate(-50%, -50%) rotateZ(-15deg);

    }

    75% {

        transform: translate(-50%, -50%) rotateZ(15deg);

    }

}

.choose-quality-page .info ul .item .iconfont {

    position: relative;

    display: block;

    margin: 0 auto;

    width: 70px;

    height: 70px;

}

@media screen and (max-width: 1399px) {

    .choose-quality-page .info ul .item .iconfont {

        width: 60px;

        height: 60px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .info ul .item .iconfont {

        width: 45px;

        height: 45px;

    }

}

@media screen and (max-width: 575px) {

    .choose-quality-page .info ul .item .iconfont {

        width: 35px;

        height: 35px;

    }

}

.choose-quality-page .info ul .item .iconfont::before {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 50px;

    color: #062624;

}

@media screen and (max-width: 1399px) {

    .choose-quality-page .info ul .item .iconfont::before {

        font-size: 40px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .info ul .item .iconfont::before {

        font-size: 30px;

    }

}

@media screen and (max-width: 575px) {

    .choose-quality-page .info ul .item .iconfont::before {

        font-size: 20px;

    }

}

.choose-quality-page .info ul .item h6 {

    margin: 35px 0 0;

    font-size: 18px;

    line-height: 1.22222222;

    color: #062624;

    text-transform: uppercase;

    font-weight: 600;

}

@media screen and (max-width: 1399px) {

    .choose-quality-page .info ul .item h6 {

        margin-top: 25px;

        font-size: 17px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .info ul .item h6 {

        margin-top: 20px;

        font-size: 16px;

    }

}

@media screen and (max-width: 575px) {

    .choose-quality-page .info ul .item h6 {

        margin-top: 10px;

        font-size: 14px;

    }

}

.choose-quality-page .info ul .item i {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translate(-50%, 45%);

    font-size: 72px;

    color: #dce5e5;

    font-style: normal;

    line-height: 1;

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 1399px) {

    .choose-quality-page .info ul .item i {

        font-size: 60px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .info ul .item i {

        font-size: 50px;

    }

}

@media screen and (max-width: 575px) {

    .choose-quality-page .info ul .item i {

        font-size: 40px;

    }

}

.choose-quality-page .list {

    overflow: hidden;

    border-top: 1px dashed #d0d9d8;

}

.choose-quality-page .list ul {

    margin-bottom: -40px;

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .list ul {

        margin-bottom: -30px;

    }

}

@media screen and (max-width: 991px) {

    .choose-quality-page .list ul {

        margin-bottom: -20px;

    }

}

.choose-quality-page .list ul li {

    padding-bottom: 40px;

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .list ul li {

        padding-bottom: 30px;

    }

}

@media screen and (max-width: 991px) {

    .choose-quality-page .list ul li {

        padding-bottom: 20px;

    }

}

.choose-quality-page .list ul .item {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: var(--radius);

}

@media screen and (min-width: 1200px) {

    .choose-quality-page .list ul .item:hover img {

        transform: scale(1.05);

    }

}

.choose-quality-page .list ul .item .img-box {

    padding-bottom: 124.24242424%;

}

.choose-quality-page .list ul .item .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.choose-quality-page .list ul .item h6 {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 20px;

    z-index: 2;

    width: calc(100% - 50px);

    margin: 0;

    padding: 15px 10px;

    border-radius: 26px;

    font-size: 18px;

    line-height: 1.22222222;

    color: #062624;

    text-align: center;

    background-image: linear-gradient(45deg, #d5f7f8, #f0eee7);

    background-image: -webkit-linear-gradient(45deg, #d5f7f8, #f0eee7);

}

@media screen and (max-width: 1399px) {

    .choose-quality-page .list ul .item h6 {

        bottom: 10px;

        width: calc(100% - 30px);

        padding: 10px;

        border-radius: 20px;

        font-size: 16px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-quality-page .list ul .item h6 {

        border-radius: 19px;

        font-size: 14px;

    }

}

@media screen and (max-width: 767px) {

    .choose-quality-page .list ul .item h6 {

        bottom: 5px;

        width: calc(100% - 20px);

        border-radius: 10px;

        font-size: 12px;

    }

}

.choose-advanced-page {

    overflow: hidden;

}

.choose-advanced-page .content {

    border-top: 1px dashed #d0d9d8;

}

.choose-advanced-page .content .txt {

    margin-top: 25px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .choose-advanced-page .content .txt {

        margin-top: 20px;

        font-size: 16px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-advanced-page .content .txt {

        margin-top: 15px;

        font-size: 14px;

    }

}

.choose-advanced-page .content .img-list {

    overflow: hidden;

    padding-top: 25px;

}

@media screen and (max-width: 767px) {

    .choose-advanced-page .content .img-list {

        padding-top: 10px;

    }

}

.choose-advanced-page .content .img-list li {

    margin-top: 30px;

    display: block;

}

@media screen and (max-width: 991px) {

    .choose-advanced-page .content .img-list li {

        margin-top: 20px;

    }

}

@media screen and (min-width: 1200px) {

    .choose-advanced-page .content .img-list li:hover img {

        transform: scale(1.05);

    }

}

.choose-advanced-page .content .img-list li .img-box {

    border-radius: var(--radius);

    padding-bottom: 62.31884058%;

}

.choose-advanced-page .content .img-list li .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.choose-service-page {

    overflow: hidden;

}

.choose-service-page .common-title h4 {

    margin-top: 45px;

}

@media screen and (max-width: 1199px) {

    .choose-service-page .common-title h4 {

        margin-top: 35px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .common-title h4 {

        margin-top: 25px;

    }

}

.choose-service-page .common-title p {

    margin-top: 23px;

}

@media screen and (max-width: 1199px) {

    .choose-service-page .common-title p {

        margin-top: 15px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .common-title p {

        margin-top: 10px;

    }

}

.choose-service-page .list ul {

    display: flex;

    flex-wrap: wrap;

    border-left: 1px solid #d0d9d8;

}

.choose-service-page .list ul li {

    width: 33.33333333%;

    margin-bottom: -1px;

}

@media screen and (max-width: 767px) {

    .choose-service-page .list ul li {

        width: 50%;

    }

}

.choose-service-page .list ul .item {

    display: flex;

    flex-direction: column;

    min-height: 100%;

    border-right: 1px solid #d0d9d8;

    border-top: 1px solid #d0d9d8;

    border-bottom: 1px solid #d0d9d8;

}

@media screen and (min-width: 1200px) {

    .choose-service-page .list ul .item:hover .pic img {

        transform: scale(1.05);

    }

    .choose-service-page .list ul .item:hover h6 {

        color: #fff;

        background-color: var(--color);

    }

}

.choose-service-page .list ul .item .pic {

    display: block;

    padding: 30px;

    border-bottom: 1px solid #d0d9d8;

}

@media screen and (max-width: 1399px) {

    .choose-service-page .list ul .item .pic {

        padding: 20px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-service-page .list ul .item .pic {

        padding: 15px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .list ul .item .pic {

        padding: 10px;

    }

}

.choose-service-page .list ul .item .pic .img-box {

    border-radius: var(--radius);

}

.choose-service-page .list ul .item .pic img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.choose-service-page .list ul .item h6 {

    flex: 1;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    margin: 0;

    padding: 19.5px 10px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #062624;

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 1399px) {

    .choose-service-page .list ul .item h6 {

        padding: 15px 10px;

        font-size: 16px;

    }

}

@media screen and (max-width: 1199px) {

    .choose-service-page .list ul .item h6 {

        padding: 10px;

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .list ul .item h6 {

        padding: 8px;

        font-size: 13px;

    }

}

.choose-service-page .scroll-img {

    overflow: hidden;

    border-top: 1px dashed #d0d9d8;

}

.choose-service-page .scroll-img .txt {

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

    text-align: center;

}

@media screen and (max-width: 1199px) {

    .choose-service-page .scroll-img .txt {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .scroll-img .txt {

        font-size: 14px;

    }

}

.choose-service-page .scroll-img .str {

    margin-top: 55px;

    background-color: transparent;

}

@media screen and (max-width: 1199px) {

    .choose-service-page .scroll-img .str {

        margin-top: 40px;

    }

}

@media screen and (max-width: 991px) {

    .choose-service-page .scroll-img .str {

        margin-top: 30px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .scroll-img .str {

        margin-top: 20px;

    }

}

.choose-service-page .scroll-img .str .str_move {

    display: flex;

}

.choose-service-page .scroll-img .str .item {

    overflow: hidden;

    border-radius: var(--radius);

    width: 210px;

    margin: 0 15px;

}

@media screen and (max-width: 1199px) {

    .choose-service-page .scroll-img .str .item {

        width: 180px;

    }

}

@media screen and (max-width: 991px) {

    .choose-service-page .scroll-img .str .item {

        width: 150px;

        margin: 0 10px;

    }

}

@media screen and (max-width: 767px) {

    .choose-service-page .scroll-img .str .item {

        width: 120px;

    }

}

@media screen and (max-width: 575px) {

    .choose-service-page .scroll-img .str .item {

        width: 90px;

    }

}

.choose-service-page .scroll-img .str .item img {

    width: 100% !important;

    height: auto !important;

}

.choose-service-page .scroll-img .str_active {

    background-color: transparent !important;

}

.product-page {

    overflow: hidden;

}

.product-page .title-t1 {

    margin-bottom: 50px;

}

@media screen and (max-width: 1399px) {

    .product-page .title-t1 {

        margin-bottom: 30px;

    }

}

.product-page .p-nav1>li {

    position: relative;

    border-top: 1px dashed #d0d9d8;

}

.product-page .p-nav1>li::before {

    content: '';

    position: absolute;

    top: -1px;

    left: 0;

    width: 0;

    height: 1px;

    background-color: #d5f7f8;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.product-page .p-nav1>li:last-child {

    border-bottom: 1px dashed #d0d9d8;

}

.product-page .p-nav1>li>a {

    position: relative;

    display: block;

    padding: 12px 30px;

    padding-left: 0;

    font-size: 18px;

    line-height: 1.66666667;

    color: #062624;

}

.product-page .p-nav1>li>a::after {

    position: absolute;

    top: 14px;

    right: 0;

    font-family: "iconfont" !important;

    font-size: 16px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e7b1';

    color: var(--color);

    opacity: 0;

}

.product-page .p-nav1>.more>a::after {

    opacity: 1;

}

.product-page .p-nav1>.active {

    border-top-style: solid;

}

.product-page .p-nav1>.active::before {

    width: 50%;

}

.product-page .p-nav1>.active>ul::before {

    width: 50%;

}

.product-page .p-nav2 {

    display: none;

    position: relative;

    padding: 17px 0;

    border-top: 1px solid #f0eee7;

}

.product-page .p-nav2::before {

    content: '';

    position: absolute;

    top: -1px;

    left: 0;

    width: 0;

    height: 1px;

    background-color: #d5f7f8;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.product-page .p-nav2>li {

    margin-bottom: 12px;

}

.product-page .p-nav2>li:hover>a {

    color: var(--color);

}

.product-page .p-nav2>li:hover>a::before {

    border-color: var(--color);

    background-color: var(--color);

}

.product-page .p-nav2>li:hover>a::after {

    opacity: 1;

}

.product-page .p-nav2>li:last-child {

    margin-bottom: 0;

}

.product-page .p-nav2>li>a {

    display: block;

    position: relative;

    padding: 0 20px;

    font-size: 16px;

    line-height: 1.5;

    color: #062624;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.product-page .p-nav2>li>a::before {

    content: '';

    position: absolute;

    top: 5px;

    left: 0;

    width: 12px;

    height: 12px;

    border-radius: 3px;

    border: 1px solid #d0d9d8;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.product-page .p-nav2>li>a::after {

    position: absolute;

    top: 0;

    right: 0;

    font-family: "iconfont" !important;

    font-size: 16px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e7b1';

    color: var(--color);

    opacity: 0;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.product-page .p-nav2>.active>a {

    color: var(--color);

}

.product-page .p-nav2>.active>a::before {

    border-color: var(--color);

    background-color: var(--color);

}

.product-page .p-nav2>.active>a::after {

    opacity: 1;

}

.product-page .xs-p-nav {

    padding-bottom: 20px;

}

@media screen and (max-width: 767px) {

    .product-page .xs-p-nav {

        padding-bottom: 10px;

    }

}

.product-page .xs-p-nav ul li {

    display: inline-block;

    padding: 5px;

    margin-right: 5px;

    font-size: 16px;

    line-height: 1.5;

    color: #222222;

    font-weight: 700;

    text-transform: capitalize;

}

@media screen and (max-width: 767px) {

    .product-page .xs-p-nav ul li {

        font-size: 14px;

    }

}

.product-page .xs-p-nav ul li::before {

    margin-right: 2px;

    content: ">";

}

.product-page .xs-p-nav ul>.active {

    color: var(--color);

    font-family: var(--fontOswaldMedium);

}

.product-page .xs-p-nav ul>.active a {

    text-decoration: underline;

}

.product-page .notfound-bar {

    padding-bottom: 25px;

}

@media screen and (max-width: 1399px) {

    .product-page .notfound-bar {

        padding-bottom: 40px;

    }

}

@media screen and (max-width: 1199px) {

    .product-page .notfound-bar {

        padding-bottom: 20px;

    }

}

.product-page .notfound-bar h2 {

    margin: 0;

    font-size: 30px;

    line-height: 1;

    color: var(--color);

    font-weight: 700;

    text-transform: uppercase;

}

@media screen and (max-width: 1199px) {

    .product-page .notfound-bar h2 {

        font-size: 25px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .notfound-bar h2 {

        font-size: 20px;

    }

}

.product-page .notfound-bar .txt {

    padding-top: 15px;

    font-size: 18px;

    line-height: 1.33333333;

    color: #757575;

}

@media screen and (max-width: 1199px) {

    .product-page .notfound-bar .txt {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .notfound-bar .txt {

        font-size: 14px;

    }

}

.product-page .notfound-bar .tip {

    position: relative;

    margin-top: 20px;

    padding: 15px 20px;

    padding-left: 35px;

    font-size: 18px;

    line-height: 1.33333333;

    color: #fff;

    background-color: var(--color);

}

@media screen and (max-width: 1199px) {

    .product-page .notfound-bar .tip {

        padding: 10px 15px;

        padding-left: 25px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .notfound-bar .tip {

        font-size: 14px;

    }

}

.product-page .notfound-bar .tip::before {

    position: absolute;

    top: 50%;

    left: 10px;

    transform: translateY(-50%);

    font-family: "iconfont" !important;

    font-size: 16px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e64c';

    color: #fff;

}

@media screen and (max-width: 1199px) {

    .product-page .notfound-bar .tip::before {

        font-size: 15px;

        left: 5px;

    }

}

.product-page .description {

    overflow: hidden;

    margin-bottom: 35px;

}

@media screen and (max-width: 1199px) {

    .product-page .description {

        margin-bottom: 30px;

    }

}

.product-page .description .title {

    margin: 5px 0 0;

    font-size: 30px;

    line-height: 1.33333333;

    color: #062624;

    font-weight: 400;

}

@media screen and (max-width: 1199px) {

    .product-page .description .title {

        font-size: 25px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .description .title {

        font-size: 20px;

    }

}

.product-page .description .txt {

    margin-top: 20px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .product-page .description .txt {

        margin-top: 15px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .description .txt {

        margin-top: 10px;

        font-size: 14px;

    }

}

.product-page .p-list {

    overflow: hidden;

    border-top: 1px dashed #d0d9d8;

    padding: 40px 0 15px;

}

@media screen and (max-width: 1199px) {

    .product-page .p-list {

        padding-top: 30px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .p-list {

        padding-top: 20px;

    }

}

.product-page .p-list .item {

    display: block;

}

@media screen and (min-width: 1200px) {

    .product-page .p-list .item:hover .info {

        box-shadow: 0 6px 12px rgba(6, 38, 36, 0.12);

    }

    .product-page .p-list .item:hover .info img {

        transform: scale(1.05);

    }

    .product-page .p-list .item:hover .info .opt {

        opacity: 1;

    }

}

.product-page .p-list .item .info {

    overflow: hidden;

    position: relative;

    border-radius: var(--radius);

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

.product-page .p-list .item .info .img-box {

    padding-bottom: 100%;

    border-radius: var(--radius);

}

.product-page .p-list .item .info .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.product-page .p-list .item .info .opt {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: auto;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 20px;

    opacity: 0;

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

@media screen and (max-width: 1199px) {

    .product-page .p-list .item .info .opt {

        left: auto;

        bottom: auto;

        top: 15px;

        right: 15px;

        transform: translate(0, 0);

        opacity: 1;

    }

}

.product-page .p-list .item .info .opt a {

    position: relative;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 10px;

    width: 210px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

}

@media screen and (max-width: 1399px) {

    .product-page .p-list .item .info .opt a {

        margin-right: 6px;

        width: 170px;

        height: 45px;

        border-radius: 22.5px;

        font-size: 17px;

    }

}

@media screen and (max-width: 1199px) {

    .product-page .p-list .item .info .opt a {

        display: none;

    }

}

.product-page .p-list .item .info .opt a::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    background-image: linear-gradient(45deg, #c6f4f7, #f0eee7);

    background-image: -webkit-linear-gradient(45deg, #c6f4f7, #f0eee7);

    transition: all 0.45s;

    -webkit-transition: all 0.45s;

}

.product-page .p-list .item .info .opt a::after {

    font-family: "iconfont" !important;

    font-size: 15px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e7b1';

    color: #0c8e96;

}

@media screen and (max-width: 1399px) {

    .product-page .p-list .item .info .opt a::after {

        font-size: 13px;

    }

}

.product-page .p-list .item .info .opt button {

    margin-left: 10px;

    width: 56px;

    height: 56px;

    border-radius: 50%;

    background-color: #CC0033;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1399px) {

    .product-page .p-list .item .info .opt button {

        width: 45px;

        height: 45px;

    }

}

@media screen and (max-width: 1199px) {

    .product-page .p-list .item .info .opt button {

        width: 40px;

        height: 40px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .p-list .item .info .opt button {

        width: 35px;

        height: 35px;

    }

}

@media screen and (min-width: 1200px) {

    .product-page .p-list .item .info .opt button:hover {

        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55) inset;

    }

}

.product-page .p-list .item .info .opt button::before {

    font-family: "iconfont" !important;

    font-size: 25px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e73c';

    color: #fff;

}

@media screen and (max-width: 1399px) {

    .product-page .p-list .item .info .opt button::before {

        font-size: 20px;

    }

}

@media screen and (max-width: 1199px) {

    .product-page .p-list .item .info .opt button::before {

        font-size: 18px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .p-list .item .info .opt button::before {

        font-size: 16px;

    }

}

.product-page .p-list .item .pname {

    margin: 0;

    padding: 22px 0 33px;

    text-align: center;

    font-size: 0;

}

@media screen and (max-width: 1399px) {

    .product-page .p-list .item .pname {

        padding: 20px 0 25px;

    }

}

@media screen and (max-width: 1199px) {

    .product-page .p-list .item .pname {

        padding: 15px 0;

    }

}

.product-page .p-list .item .pname a {

    display: inline-block;

    max-width: 100%;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

@media screen and (max-width: 1399px) {

    .product-page .p-list .item .pname a {

        font-size: 22px;

    }

}

@media screen and (max-width: 1199px) {

    .product-page .p-list .item .pname a {

        font-size: 18px;

    }

}

@media screen and (max-width: 767px) {

    .product-page .p-list .item .pname a {

        font-size: 15px;

    }

}

@media screen and (min-width: 1200px) {

    .product-page .p-list .item .pname a:hover {

        color: var(--color);

    }

}

@property --btnLfetColor {

    syntax: '<color>';

    inherits: false;

    initial-value: #d5f7f8;

}

@property --btnRightColor {

    syntax: '<color>';

    inherits: false;

    initial-value: #f0efe7;

}

.product-details-page {

    overflow: hidden;

}

.product-details-page .p-info {

    background: no-repeat center;

    background-size: cover;

}

.product-details-page .p-info .p-bar {

    padding: 25px 0;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-info .p-bar {

        padding: 20px 0;

    }

}

.product-details-page .p-info .p-bar ul {

    overflow: hidden;

}

.product-details-page .p-info .p-bar ul li {

    display: inline-block;

    font-size: 16px;

    line-height: 1.5;

    color: var(--color);

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-info .p-bar ul li {

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-info .p-bar ul li {

        font-size: 15px;

    }

}

.product-details-page .p-info .p-bar ul li::before {

    margin-right: 3px;

    content: '>';

}

@media screen and (min-width: 1200px) {

    .product-details-page .p-info .p-bar ul li a:hover {

        text-decoration: underline;

    }

}

.product-details-page .p-info .p-bar ul li:nth-child(1) {

    position: relative;

    padding-left: 25px;

}

@media screen and (max-width: 767px) {

    .product-details-page .p-info .p-bar ul li:nth-child(1) {

        padding-left: 20px;

    }

}

.product-details-page .p-info .p-bar ul li:nth-child(1)::before {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: -2px;

    font-family: "iconfont" !important;

    font-size: 21px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e647';

    margin-right: 0;

}

@media screen and (max-width: 767px) {

    .product-details-page .p-info .p-bar ul li:nth-child(1)::before {

        font-size: 18px;

    }

}

.product-details-page .p-info .left-pic .slick-list .slick-slide {

    font-size: 0;

}

.product-details-page .p-info .left-pic .item {

    position: relative;

    display: block;

}

.product-details-page .p-info .left-pic .item .img-box {

    padding-bottom: 100%;

}

.product-details-page .p-info .left-pic .slider-for .item-video iframe {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 5;

    width: 100%;

    height: 100%;

}

.product-details-page .p-info .left-pic .slider-for .item-video iframe[src=""],

.product-details-page .p-info .left-pic .slider-for .item-video iframe:not([src]) {

    border: 0;

    opacity: 0;

}

.product-details-page .p-info .left-pic .slider-for .item {

    overflow: hidden;

    border-radius: var(--radius);

}

.product-details-page .p-info .left-pic .slider-nav {

    margin-top: 10px;

}

.product-details-page .p-info .left-pic .slider-nav .slick-list {

    margin: 0 -6px;

}

.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {

    padding: 0 6px;

}

.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-current .img-box {

    border-radius: var(--radius);

}

.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-current .img-box::before {

    opacity: 1;

}

.product-details-page .p-info .left-pic .slider-nav .item .img-box {

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

.product-details-page .p-info .left-pic .slider-nav .item .img-box::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    width: 100%;

    height: 100%;

    border-radius: inherit;

    border: 1px solid var(--color);

    opacity: 0;

    transition: all 0.15s;

    -webkit-transition: all 0.15s;

}

.product-details-page .p-info .left-pic .slider-nav .item-video {

    cursor: pointer;

}

@media screen and (min-width: 1200px) {

    .product-details-page .p-info .left-pic .slider-nav .item-video:hover .img-box img {

        transform: scale(1.05);

    }

}

.product-details-page .p-info .left-pic .slider-nav .item-video::before {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 5;

    width: 64px;

    height: 64px;

    background: url(../images/img/p_video_icon.png) no-repeat center;

    background-size: cover;

}

@media screen and (max-width: 1399px) {

    .product-details-page .p-info .left-pic .slider-nav .item-video::before {

        width: 55px;

        height: 55px;

    }

}

.product-details-page .p-info .left-pic .slider-nav .item-video img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.product-details-page .p-info .left-pic .p-share {

    margin-top: 60px;

}

@media screen and (max-width: 1399px) {

    .product-details-page .p-info .left-pic .p-share {

        margin-top: 30px;

    }

}

.product-details-page .p-info .left-pic .p-share b {

    float: left;

    margin-right: 15px;

    font-size: 20px;

    line-height: 1.5;

    color: #062624;

    font-weight: 500;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-info .left-pic .p-share b {

        font-size: 18px;

    }

}

.product-details-page .p-info .left-pic .p-share .share-inner {

    float: left;

}

@media screen and (max-width: 991px) {

    .product-details-page .p-info .right-intro {

        margin-top: 25px;

    }

}

.product-details-page .p-info .right-intro .txt {

    margin-top: 30px;

    padding: 30px 0;

    border-top: 1px dashed #d0d9d8;

    border-bottom: 1px dashed #d0d9d8;

}

@media screen and (max-width: 1399px) {

    .product-details-page .p-info .right-intro .txt {

        margin-top: 20px;

        padding: 20px 0;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-info .right-intro .txt {

        padding: 15px 0;

    }

}

.product-details-page .p-info .right-intro .btns {

    margin-top: 40px;

    display: flex;

}

@media screen and (max-width: 1399px) {

    .product-details-page .p-info .right-intro .btns {

        margin-top: 20px;

    }

}

.product-details-page .p-info .right-intro .btns button {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 0 37px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

    background-image: linear-gradient(to right, var(--btnLfetColor), var(--btnRightColor));

    transition: --btnLfetColor 0.35s, --btnRightColor 0.35s;

}

@media screen and (max-width: 1399px) {

    .product-details-page .p-info .right-intro .btns button {

        padding: 0 25px;

        height: 50px;

        border-radius: 25px;

        font-size: 16px;

    }

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-info .right-intro .btns button {

        padding: 0 20px;

        height: 45px;

        border-radius: 22.5px;

        font-size: 14px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-info .right-intro .btns button {

        padding: 0 10px;

        height: 40px;

        border-radius: 20px;

        font-size: 12px;

    }

}

@media screen and (min-width: 1200px) {

    .product-details-page .p-info .right-intro .btns button:hover {

        color: #fff;

        --btnLfetColor: #2eafa5;

        --btnRightColor: #5bc6a0;

    }

    .product-details-page .p-info .right-intro .btns button:hover::before {

        color: #fff;

    }

}

.product-details-page .p-info .right-intro .btns button::before {

    margin-right: 10px;

    font-family: "iconfont" !important;

    font-size: 25px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    line-height: 0.5;

    color: var(--color);

}

@media screen and (max-width: 1399px) {

    .product-details-page .p-info .right-intro .btns button::before {

        margin-right: 8px;

        font-size: 20px;

    }

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-info .right-intro .btns button::before {

        margin-right: 5px;

        font-size: 18px;

    }

}

.product-details-page .p-info .right-intro .btns button:nth-child(1) {

    margin-right: 20px;

}

.product-details-page .p-info .right-intro .btns .goinquire::before {

    content: '\e62e';

}

.product-details-page .p-info .right-intro .btns .addcar::before {

    content: '\e73c';

}

.product-details-page .p-title {

    margin: 55px 0 35px;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-title {

        margin: 45px 0 30px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-title {

        margin: 30px 0 15px;

    }

}

.product-details-page .p-title h2 {

    color: var(--color);

    text-transform: capitalize;

}

.product-details-page .p-title p {

    margin-top: 10px;

    font-size: 18px;

    line-height: 1.33333333;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-title p {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-title p {

        margin-top: 5px;

        font-size: 14px;

    }

}

.product-details-page .p-details .inner {

    border-top: 1px dashed #d0d9d8;

    padding: 30px 0;

}

@media screen and (max-width: 767px) {

    .product-details-page .p-details .inner {

        padding: 20px 0;

    }

}

.product-details-page .p-inquire {

    border-top: 1px dashed #d0d9d8;

}

.product-details-page .p-inquire form {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -6px;

}

.product-details-page .p-inquire form fieldset {

    display: block;

    width: 100%;

    padding: 0 6px;

    margin-bottom: 12px;

}

.product-details-page .p-inquire form fieldset:first-child input {

    border-color: #f0fbfb;

    background-color: #f0fbfb;

}

.product-details-page .p-inquire form fieldset:nth-child(-n+5):nth-child(n+2) {

    width: 50%;

}

.product-details-page .p-inquire form fieldset:nth-last-child(1) {

    margin-bottom: 0;

}

.product-details-page .p-inquire form fieldset:nth-last-child(2) {

    margin-bottom: 40px;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-inquire form fieldset:nth-last-child(2) {

        margin-bottom: 30px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-inquire form fieldset:nth-last-child(2) {

        margin-bottom: 20px;

    }

}

.product-details-page .p-inquire form input,

.product-details-page .p-inquire form textarea {

    display: block;

    padding: 13px 18px;

    border-radius: 6px;

    border: 1px solid #d0d9d8;

    width: 100%;

    font-size: 16px;

    line-height: 1.5;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-inquire form input,

    .product-details-page .p-inquire form textarea {

        padding: 10px 15px;

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-inquire form input,

    .product-details-page .p-inquire form textarea {

        padding: 9px 10px;

        font-size: 14px;

    }

}

.product-details-page .p-inquire form textarea {

    height: 240px;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-inquire form textarea {

        height: 220px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-inquire form textarea {

        height: 180px;

    }

}

.product-details-page .p-inquire form input::-webkit-input-placeholder,

.product-details-page .p-inquire form textarea::-webkit-input-placeholder {

    color: #6e7372;

}

.product-details-page .p-inquire form input:-o-placeholder,

.product-details-page .p-inquire form textarea:-o-placeholder {

    color: #6e7372;

}

.product-details-page .p-inquire form input::-moz-placeholder,

.product-details-page .p-inquire form textarea::-moz-placeholder {

    color: #6e7372;

}

.product-details-page .p-inquire form input:-ms-input-placeholder,

.product-details-page .p-inquire form textarea:-ms-input-placeholder {

    color: #6e7372;

}

.product-details-page .p-inquire form input:focus::-webkit-input-placeholder,

.product-details-page .p-inquire form textarea:focus::-webkit-input-placeholder {

    color: #abb3b1;

}

.product-details-page .p-inquire form input:focus::-o-placeholder,

.product-details-page .p-inquire form textarea:focus::-o-placeholder {

    color: #abb3b1;

}

.product-details-page .p-inquire form input:focus::-moz-placeholder,

.product-details-page .p-inquire form textarea:focus::-moz-placeholder {

    color: #abb3b1;

}

.product-details-page .p-inquire form input:focus::-ms-input-placeholder,

.product-details-page .p-inquire form textarea:focus::-ms-input-placeholder {

    color: #abb3b1;

}

.product-details-page .p-inquire form button {

    display: block;

    margin: 0 auto;

    width: 210px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

    background-image: linear-gradient(to right, var(--btnLfetColor), var(--btnRightColor));

    transition: --btnLfetColor 0.35s, --btnRightColor 0.35s;

}

@media screen and (max-width: 1199px) {

    .product-details-page .p-inquire form button {

        width: 170px;

        height: 45px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .product-details-page .p-inquire form button {

        width: 150px;

        height: 40px;

        font-size: 14px;

    }

}

@media screen and (min-width: 1200px) {

    .product-details-page .p-inquire form button:hover {

        color: #fff;

        --btnLfetColor: #2eafa5;

        --btnRightColor: #5bc6a0;

    }

    .product-details-page .p-inquire form button:hover::after {

        color: #fff;

    }

}

.product-details-page .p-inquire form button::after {

    margin-left: 10px;

    font-family: "iconfont" !important;

    font-size: 18px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e64d';

    color: var(--color);

}

@media screen and (max-width: 767px) {

    .product-details-page .p-inquire form button::after {

        margin-left: 5px;

        font-size: 16px;

    }

}

.inquire-page {

    overflow: hidden;

}

.inquire-page .title {

    text-align: center;

    padding-bottom: 55px;

}

@media screen and (max-width: 767px) {

    .inquire-page .title {

        padding-bottom: 30px;

    }

}

.inquire-page .title-t1 {

    color: var(--color);

}

.inquire-page .car-table table {

    width: 100%;

}

.inquire-page .car-table table tr td:nth-child(1),

.inquire-page .car-table table tr th:nth-child(1) {

    width: 14.82269504%;

    padding-left: 3.19148936%;

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table tr td:nth-child(1),

    .inquire-page .car-table table tr th:nth-child(1) {

        padding-left: 5px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table tr td:nth-child(1),

    .inquire-page .car-table table tr th:nth-child(1) {

        width: 17.822695%;

    }

}

.inquire-page .car-table table tr td:nth-child(1) input,

.inquire-page .car-table table tr th:nth-child(1) input {

    margin: 0;

    border-color: #c3ccd2;

    background-color: transparent;

}

.inquire-page .car-table table tr td:nth-child(2),

.inquire-page .car-table table tr th:nth-child(2) {

    width: 54.25531915%;

}

@media screen and (max-width: 991px) {

    .inquire-page .car-table table tr td:nth-child(2),

    .inquire-page .car-table table tr th:nth-child(2) {

        width: 45.255319%;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table tr td:nth-child(2),

    .inquire-page .car-table table tr th:nth-child(2) {

        width: 42.255319%;

    }

}

.inquire-page .car-table table tr td:nth-child(3),

.inquire-page .car-table table tr th:nth-child(3) {

    width: 15.95744681%;

}

@media screen and (max-width: 991px) {

    .inquire-page .car-table table tr td:nth-child(3),

    .inquire-page .car-table table tr th:nth-child(3) {

        width: 24.957447%;

    }

}

.inquire-page .car-table table tr td:nth-child(4),

.inquire-page .car-table table tr th:nth-child(4) {

    width: 14.89361702%;

}

.inquire-page .car-table table thead {

    border: 1px solid #d5d5d5;

    background-color: var(--color);

}

.inquire-page .car-table table thead tr {

    height: 55px;

}

@media screen and (max-width: 991px) {

    .inquire-page .car-table table thead tr {

        height: 50px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table thead tr {

        height: 40px;

    }

}

.inquire-page .car-table table thead tr th {

    font-size: 16px;

    color: #ffffff;

    font-weight: 400;

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table thead tr th {

        font-size: 14px;

    }

}

@media screen and (max-width: 480px) {

    .inquire-page .car-table table thead tr th {

        font-size: 12px;

    }

}

.inquire-page .car-table table thead tr th:nth-child(1) span {

    padding-left: 20px;

}

@media screen and (max-width: 991px) {

    .inquire-page .car-table table thead tr th:nth-child(1) span {

        padding-left: 10px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table thead tr th:nth-child(1) span {

        padding-left: 0;

    }

}

.inquire-page .car-table table thead tr th:nth-child(3),

.inquire-page .car-table table thead tr th:nth-child(4) {

    text-align: center;

}

.inquire-page .car-table table tbody tr {

    border-bottom: 1px solid #e4e4e4;

}

.inquire-page .car-table table tbody tr td:nth-child(2) {

    padding: 35px 0;

}

@media screen and (max-width: 991px) {

    .inquire-page .car-table table tbody tr td:nth-child(2) {

        padding: 20px 0;

    }

}

.inquire-page .car-table table tbody tr td:nth-child(2) .pic {

    display: inline-block;

    vertical-align: middle;

    width: 30%;

    max-width: 260px;

}

.inquire-page .car-table table tbody tr td:nth-child(2) .pic .img-box {

    padding-bottom: 100%;

}

.inquire-page .car-table table tbody tr td:nth-child(2) p {

    overflow: hidden;

    display: inline-block;

    vertical-align: middle;

    margin-left: 5.22875817%;

    max-width: calc(100% - 300px);

    font-size: 18px;

    color: #333333;

}

@media screen and (max-width: 1199px) {

    .inquire-page .car-table table tbody tr td:nth-child(2) p {

        font-size: 16px;

    }

}

@media screen and (max-width: 991px) {

    .inquire-page .car-table table tbody tr td:nth-child(2) p {

        max-width: calc(100% - 130px);

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table tbody tr td:nth-child(2) p {

        max-width: calc(100% - 100px);

        font-size: 13px;

    }

}

@media screen and (max-width: 500px) {

    .inquire-page .car-table table tbody tr td:nth-child(2) p {

        font-size: 12px;

        margin-left: 0;

        margin-top: 5px;

        width: 100%;

        max-width: 100%;

    }

}

.inquire-page .car-table table tbody tr td:nth-child(3) {

    text-align: center;

}

.inquire-page .car-table table tbody tr td:nth-child(3) span {

    -moz-user-select: none;

    /*mozilar*/

    -webkit-user-select: none;

    /*webkit*/

    -ms-user-select: none;

    /*IE*/

    user-select: none;

    display: inline-block;

    width: 37px;

    height: 33px;

    font-size: 18px;

    line-height: 31px;

    color: #333333;

    background-color: transparent;

    border: 1px solid #dfdfdf;

    vertical-align: middle;

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table tbody tr td:nth-child(3) span {

        width: 30px;

        height: 25px;

        line-height: 20px;

        font-size: 15px;

    }

}

@media screen and (max-width: 520px) {

    .inquire-page .car-table table tbody tr td:nth-child(3) span {

        width: 15px;

        font-size: 13px;

    }

}

@media screen and (min-width: 1200px) {

    .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {

        background-color: var(--color);

        color: #fff;

    }

}

.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed {

    background-color: #EEEEEE;

    color: #ccc;

}

.inquire-page .car-table table tbody tr td:nth-child(3) .not-allowed:hover {

    background-color: #EEEEEE;

    color: #ccc;

}

.inquire-page .car-table table tbody tr td:nth-child(3) input {

    font-size: 16px;

    line-height: 36px;

    color: #333333;

    width: 64px;

    text-align: center;

    vertical-align: middle;

    background-color: transparent;

}

@media screen and (max-width: 767px) {

    .inquire-page .car-table table tbody tr td:nth-child(3) input {

        width: 45px;

        font-size: 14px;

    }

}

@media screen and (max-width: 500px) {

    .inquire-page .car-table table tbody tr td:nth-child(3) input {

        width: 30px;

        font-size: 12px;

    }

}

.inquire-page .car-table table tbody tr td:nth-child(4) {

    text-align: center;

}

.inquire-page .car-table table tbody tr td:nth-child(4) span {

    cursor: pointer;

}

@media screen and (min-width: 1200px) {

    .inquire-page .car-table table tbody tr td:nth-child(4) span:hover::before {

        color: var(--color);

    }

}

.inquire-page .car-table table tbody tr td:nth-child(4) span::before {

    font-family: "iconfont" !important;

    font-size: 18px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e632';

    color: #787878;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

}

.inquire-page .car-table table tbody tr:last-child {

    border-bottom: none;

}

.inquire-page .car-message h2 {

    padding: 70px 0 40px;

    text-align: center;

}

@media screen and (max-width: 991px) {

    .inquire-page .car-message h2 {

        padding: 50px 0 30px;

    }

}

@media screen and (max-width: 991px) {

    .inquire-page .car-message h2 {

        padding: 30px 0;

    }

}

.inquire-page .car-message form {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -6px;

}

.inquire-page .car-message form fieldset {

    display: block;

    width: 100%;

    padding: 0 6px;

    margin-bottom: 12px;

}

.inquire-page .car-message form fieldset:first-child input {

    border-color: #f0fbfb;

    background-color: #f0fbfb;

}

.inquire-page .car-message form fieldset:nth-child(-n+5):nth-child(n+2) {

    width: 50%;

}

.inquire-page .car-message form fieldset:nth-last-child(1) {

    margin-bottom: 0;

}

.inquire-page .car-message form fieldset:nth-last-child(2) {

    margin-bottom: 40px;

}

@media screen and (max-width: 1199px) {

    .inquire-page .car-message form fieldset:nth-last-child(2) {

        margin-bottom: 30px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-message form fieldset:nth-last-child(2) {

        margin-bottom: 20px;

    }

}

.inquire-page .car-message form input,

.inquire-page .car-message form textarea {

    display: block;

    padding: 13px 18px;

    border-radius: 6px;

    border: 1px solid #d0d9d8;

    width: 100%;

    font-size: 16px;

    line-height: 1.5;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .inquire-page .car-message form input,

    .inquire-page .car-message form textarea {

        padding: 10px 15px;

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-message form input,

    .inquire-page .car-message form textarea {

        padding: 9px 10px;

        font-size: 14px;

    }

}

.inquire-page .car-message form textarea {

    height: 240px;

}

@media screen and (max-width: 1199px) {

    .inquire-page .car-message form textarea {

        height: 220px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-message form textarea {

        height: 180px;

    }

}

.inquire-page .car-message form input::-webkit-input-placeholder,

.inquire-page .car-message form textarea::-webkit-input-placeholder {

    color: #6e7372;

}

.inquire-page .car-message form input:-o-placeholder,

.inquire-page .car-message form textarea:-o-placeholder {

    color: #6e7372;

}

.inquire-page .car-message form input::-moz-placeholder,

.inquire-page .car-message form textarea::-moz-placeholder {

    color: #6e7372;

}

.inquire-page .car-message form input:-ms-input-placeholder,

.inquire-page .car-message form textarea:-ms-input-placeholder {

    color: #6e7372;

}

.inquire-page .car-message form input:focus::-webkit-input-placeholder,

.inquire-page .car-message form textarea:focus::-webkit-input-placeholder {

    color: #abb3b1;

}

.inquire-page .car-message form input:focus::-o-placeholder,

.inquire-page .car-message form textarea:focus::-o-placeholder {

    color: #abb3b1;

}

.inquire-page .car-message form input:focus::-moz-placeholder,

.inquire-page .car-message form textarea:focus::-moz-placeholder {

    color: #abb3b1;

}

.inquire-page .car-message form input:focus::-ms-input-placeholder,

.inquire-page .car-message form textarea:focus::-ms-input-placeholder {

    color: #abb3b1;

}

.inquire-page .car-message form button {

    display: block;

    margin: 0 auto;

    width: 210px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

    background-image: linear-gradient(to right, var(--btnLfetColor), var(--btnRightColor));

    transition: --btnLfetColor 0.35s, --btnRightColor 0.35s;

}

@media screen and (max-width: 1199px) {

    .inquire-page .car-message form button {

        width: 170px;

        height: 45px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .inquire-page .car-message form button {

        width: 150px;

        height: 40px;

        font-size: 14px;

    }

}

@media screen and (min-width: 1200px) {

    .inquire-page .car-message form button:hover {

        color: #fff;

        --btnLfetColor: #2eafa5;

        --btnRightColor: #5bc6a0;

    }

    .inquire-page .car-message form button:hover::after {

        color: #fff;

    }

}

.inquire-page .car-message form button::after {

    margin-left: 10px;

    font-family: "iconfont" !important;

    font-size: 18px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e64d';

    color: var(--color);

}

@media screen and (max-width: 767px) {

    .inquire-page .car-message form button::after {

        margin-left: 5px;

        font-size: 16px;

    }

}

.about-page {

    overflow: hidden;

}

.about-page .info {

    overflow: hidden;

}

.about-page .info .content {

    border-top: 1px dashed #d0d9d8;

}

.about-page .info .content .txt {

    margin-top: 25px;

}

@media screen and (max-width: 767px) {

    .about-page .info .content .txt {

        margin-top: 15px;

    }

}

.about-page .num {

    overflow: hidden;

    background-image: linear-gradient(#f0fbfb, #f7f9f7);

    background-image: -webkit-linear-gradient(#f0fbfb, #f7f9f7);

}

.about-page .num ul {

    display: flex;

    justify-content: space-between;

}

@media screen and (max-width: 1199px) {

    .about-page .num ul {

        flex-wrap: wrap;

        margin: -15px;

    }

}

.about-page .num ul li {

    text-align: center;

}

@media screen and (max-width: 1199px) {

    .about-page .num ul li {

        width: 33.33333333%;

        padding: 15px;

    }

}

@media screen and (max-width: 575px) {

    .about-page .num ul li {

        width: 50%;

    }

}

@media screen and (min-width: 1200px) {

    .about-page .num ul li:nth-child(1) {

        width: 150px;

    }

}

@media screen and (min-width: 1200px) {

    .about-page .num ul li:nth-child(2) {

        width: 155px;

    }

}

@media screen and (min-width: 1200px) {

    .about-page .num ul li:nth-child(3) {

        width: 220px;

    }

}

@media screen and (min-width: 1200px) {

    .about-page .num ul li:nth-child(4) {

        width: 205px;

    }

}

@media screen and (min-width: 1200px) {

    .about-page .num ul li:nth-child(5) {

        width: 150px;

    }

}

@media screen and (min-width: 1200px) {

    .about-page .num ul li:nth-child(6) {

        width: 135px;

    }

}

.about-page .num ul h6 {

    margin: 0 auto;

    width: 100%;

    max-width: 155px;

    min-height: 44px;

    font-size: 18px;

    line-height: 1.22222222;

    color: #062624;

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .about-page .num ul h6 {

        min-height: 42px;

        font-size: 17px;

    }

}

@media screen and (max-width: 1199px) {

    .about-page .num ul h6 {

        min-height: 0;

        max-width: 100%;

        font-size: 16px;

    }

}

@media screen and (max-width: 575px) {

    .about-page .num ul h6 {

        font-size: 15px;

    }

}

.about-page .num ul h4 {

    margin: 12px 0 0;

    font-size: 36px;

    line-height: 1.11111111;

    color: var(--color);

    font-weight: 400;

}

@media screen and (max-width: 1399px) {

    .about-page .num ul h4 {

        font-size: 30px;

    }

}

@media screen and (max-width: 1199px) {

    .about-page .num ul h4 {

        margin-top: 10px;

        font-size: 25px;

    }

}

@media screen and (max-width: 575px) {

    .about-page .num ul h4 {

        font-size: 20px;

    }

}

.about-page .num ul h4 sub {

    font-size: 0.5em;

    line-height: 1;

}

.about-page .factory {

    overflow: hidden;

}

.about-page .factory ul {

    margin-bottom: -30px;

}

@media screen and (max-width: 991px) {

    .about-page .factory ul {

        margin-bottom: -20px;

    }

}

.about-page .factory ul li {

    padding-bottom: 30px;

}

@media screen and (max-width: 991px) {

    .about-page .factory ul li {

        padding-bottom: 20px;

    }

}

.about-page .factory ul .item {

    overflow: hidden;

    position: relative;

    display: block;

    border-radius: var(--radius);

}

@media screen and (min-width: 1200px) {

    .about-page .factory ul .item:hover::before {

        transform: translate(-50%, -50%) scale(1);

        opacity: 1;

    }

    .about-page .factory ul .item:hover::after {

        opacity: 1;

    }

    .about-page .factory ul .item:hover img {

        transform: scale(1.05);

    }

}

.about-page .factory ul .item::before {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(2);

    z-index: 5;

    font-family: "iconfont" !important;

    font-size: 40px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e648';

    color: #fff;

    opacity: 0;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

}

@media screen and (max-width: 1199px) {

    .about-page .factory ul .item::before {

        opacity: 1;

        font-size: 18px;

    }

}

@media screen and (max-width: 575px) {

    .about-page .factory ul .item::before {

        font-size: 14px;

    }

}

.about-page .factory ul .item::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 3;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.26);

    opacity: 0;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

}

@media screen and (max-width: 1199px) {

    .about-page .factory ul .item::after {

        opacity: 1;

    }

}

.about-page .factory ul .item .img-box {

    padding-bottom: 50%;

}

.about-page .factory ul .item .img-box img {

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}

.new-page {

    overflow: hidden;

}

.new-page .new-list {

    overflow: hidden;

    padding-bottom: 20px;

}

@media screen and (max-width: 991px) {

    .new-page .new-list {

        padding-bottom: 10px;

    }

}

.new-page .new-list li {

    margin-bottom: 40px;

}

@media screen and (max-width: 1199px) {

    .new-page .new-list li {

        margin-bottom: 30px;

    }

}

@media screen and (max-width: 991px) {

    .new-page .new-list li {

        margin-bottom: 20px;

    }

}

.new-page .new-list .item {

    padding: 40px 25px;

    min-height: 100%;

    border-radius: var(--radius);

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background-image: linear-gradient(#f7f9f7, #f0fbfb);

    background-image: -webkit-linear-gradient(#f7f9f7, #f0fbfb);

}

@media screen and (max-width: 1199px) {

    .new-page .new-list .item {

        padding: 30px 20px;

    }

}

@media screen and (max-width: 767px) {

    .new-page .new-list .item {

        padding: 20px 15px;

    }

}

.new-page .new-list .item .opt {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 35px;

    border-top: 1px dashed #dc3545;

    padding-top: 40px;

}

@media screen and (max-width: 1199px) {

    .new-page .new-list .item .opt {

        margin-top: 30px;

        padding-top: 30px;

    }

}

@media screen and (max-width: 767px) {

    .new-page .new-list .item .opt {

        margin-top: 15px;

        padding-top: 15px;

        display: block;

    }

}

.new-page .new-list .item .nname {

    margin: 0;

    font-size: 24px;

    line-height: 1.25;

    color: #062624;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: 400;

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 1199px) {

    .new-page .new-list .item .nname {

        font-size: 18px;

    }

}

@media screen and (min-width: 1200px) {

    .new-page .new-list .item .nname:hover {

        color: var(--color);

    }

}

.new-page .new-list .item .txt {

    margin-top: 15px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

}

@media screen and (max-width: 1199px) {

    .new-page .new-list .item .txt {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .new-page .new-list .item .txt {

        font-size: 14px;

    }

}

.new-page .new-list .item .date {

    position: relative;

    padding-left: 30px;

    font-size: 20px;

    line-height: 1.5;

    color: #062624;

    font-family: var(--fontBrand);

}

@media screen and (max-width: 1199px) {

    .new-page .new-list .item .date {

        font-size: 18px;

    }

}

.new-page .new-list .item .date::before {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    font-family: "iconfont" !important;

    font-size: 20px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e601';

    font-weight: 600;

}

@media screen and (max-width: 1199px) {

    .new-page .new-list .item .common-more {

        width: 160px;

        height: 45px;

        font-size: 14px;

    }

}

@media screen and (max-width: 767px) {

    .new-page .new-list .item .common-more {

        margin-top: 15px;

        width: 150px;

        height: 40px;

        font-size: 12px;

    }

}

.page-details {

    overflow: hidden;

}

.page-details .page-details-title {

    padding-bottom: 25px;

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-title {

        padding-bottom: 20px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-title {

        padding-bottom: 15px;

    }

}

.page-details .page-details-title h1 {

    margin: 0;

}

.page-details .page-details-title .date {

    margin-top: 13px;

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

    color: var(--color);

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-title .date {

        font-size: 18px;

    }

}

@media screen and (max-width: 991px) {

    .page-details .page-details-title .date {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-title .date {

        font-size: 14px;

    }

}

.page-details .page-details-title .date::before {

    font-family: "iconfont" !important;

    font-size: 21px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    padding-right: 10px;

    content: '\e675';

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-title .date::before {

        font-size: 18px;

        padding-right: 8px;

    }

}

@media screen and (max-width: 991px) {

    .page-details .page-details-title .date::before {

        font-size: 16px;

        padding-right: 5px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-title .date::before {

        font-size: 14px;

    }

}

.page-details .page-details-content {

    padding: 30px 0 60px;

    border-top: 1px solid #c6ccca;

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-content {

        padding-top: 25px;

        padding-bottom: 50px;

    }

}

@media screen and (max-width: 991px) {

    .page-details .page-details-content {

        padding-bottom: 40px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-content {

        padding-top: 15px;

        padding-bottom: 30px;

    }

}

.page-details .page-details-share {

    padding-top: 60px;

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-share {

        padding-top: 50px;

    }

}

@media screen and (max-width: 991px) {

    .page-details .page-details-share {

        padding-top: 40px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-share {

        padding-top: 30px;

    }

}

.page-details .page-details-share b {

    float: left;

    margin-right: 15px;

    font-size: 20px;

    line-height: 1.5;

    color: #062624;

    font-weight: 500;

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-share b {

        font-size: 18px;

    }

}

.page-details .page-details-share .share-inner {

    float: left;

}

.page-details .page-details-link {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

@media screen and (max-width: 767px) {

    .page-details .page-details-link {

        display: block;

    }

}

.page-details .page-details-link .link-left {

    width: calc(100% - 180px);

}

@media screen and (max-width: 767px) {

    .page-details .page-details-link .link-left {

        padding-bottom: 10px;

        width: 100%;

    }

}

.page-details .page-details-link .link-right {

    flex-shrink: 0;

    width: 180px;

    text-align: right;

}

@media screen and (max-width: 767px) {

    .page-details .page-details-link .link-right {

        text-align: left;

    }

}

.page-details .page-details-link .link-right a {

    font-size: 16px;

    line-height: 1.5;

    color: #222;

    font-weight: 700;

    text-decoration: underline;

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-link .link-right a {

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-link .link-right a {

        font-size: 14px;

    }

}

@media screen and (min-width: 1200px) {

    .page-details .page-details-link .link-right a:hover {

        color: var(--color);

        text-decoration: underline;

    }

}

.page-details .page-details-link p {

    max-width: 100%;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-size: 16px;

    line-height: 1.5;

    color: #222;

    font-weight: 700;

}

@media screen and (max-width: 1199px) {

    .page-details .page-details-link p {

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .page-details .page-details-link p {

        font-size: 14px;

    }

}

@media screen and (min-width: 1200px) {

    .page-details .page-details-link p a:hover {

        color: var(--color);

        text-decoration: underline;

    }

}

.page-details .page-details-link p:nth-child(2) {

    margin-top: 10px;

}

.contact-page {

    overflow: hidden;

}

.contact-page .info {

    overflow: hidden;

    background: no-repeat center;

    background-size: cover;

}

.contact-page .info .container {

    display: flex;

    flex-wrap: wrap;

}

.contact-page .info .left-txt,

.contact-page .info .right-intro {

    width: 50%;

}

@media screen and (max-width: 767px) {

    .contact-page .info .left-txt,

    .contact-page .info .right-intro {

        width: 100%;

    }

}

.contact-page .info .left-txt {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding: 105px 30px 35px 0;

}

@media screen and (max-width: 767px) {

    .contact-page .info .left-txt {

        padding: 30px 0;

    }

}

.contact-page .info .left-txt h2 {

    max-width: 500px;

}

.contact-page .info .left-txt h5 {

    margin-top: 30px;

    color: var(--color);

}

@media screen and (max-width: 767px) {

    .contact-page .info .left-txt h5 {

        margin-top: 15px;

    }

}

.contact-page .info .right-intro ul {

    border-left: 1px dashed #ffffff;

}

.contact-page .info .right-intro ul li {

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    min-height: 240px;

    padding: 25px 30px;

}

@media screen and (max-width: 1399px) {

    .contact-page .info .right-intro ul li {

        min-height: 200px;

    }

}

@media screen and (max-width: 1199px) {

    .contact-page .info .right-intro ul li {

        min-height: 150px;

        padding: 15px 25px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .info .right-intro ul li {

        min-height: 120px;

        padding: 10px 15px;

    }

}

.contact-page .info .right-intro ul li::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 999999999999999%;

    height: 1px;

    border-bottom: 1px dashed #ffffff;

}

.contact-page .info .right-intro ul li:first-child::before {

    display: none;

}

@media screen and (max-width: 767px) {

    .contact-page .info .right-intro ul li:first-child::before {

        display: block;

    }

}

.contact-page .info .right-intro ul li h6 {

    margin: 0;

    font-size: 20px;

    line-height: 1.5;

    color: var(--color);

    text-transform: uppercase;

    font-weight: 400;

}

@media screen and (max-width: 1199px) {

    .contact-page .info .right-intro ul li h6 {

        font-size: 18px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .info .right-intro ul li h6 {

        font-size: 16px;

    }

}

.contact-page .info .right-intro ul li .inner {

    margin-top: 10px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #062624;

}

@media screen and (max-width: 1199px) {

    .contact-page .info .right-intro ul li .inner {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .info .right-intro ul li .inner {

        font-size: 14px;

    }

}

.contact-page .info .right-intro ul li .inner a {

    transition: all 0.2s;

    -webkit-transition: all 0.2s;

}

@media screen and (min-width: 1200px) {

    .contact-page .info .right-intro ul li .inner a:hover {

        color: var(--color);

        text-decoration: underline;

    }

}

.contact-page .message {

    overflow: hidden;

}

.contact-page .message .title {

    margin-bottom: 40px;

    text-align: center;

}

@media screen and (max-width: 991px) {

    .contact-page .message .title {

        margin-bottom: 30px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .message .title {

        margin-bottom: 20px;

    }

}

.contact-page .message .title h3 {

    text-transform: capitalize;

    color: var(--color);

}

.contact-page .message .title p {

    margin-top: 10px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .contact-page .message .title p {

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .message .title p {

        font-size: 14px;

    }

}

.contact-page .message form {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -6px;

}

.contact-page .message form fieldset {

    display: block;

    width: 100%;

    padding: 0 6px;

    margin-bottom: 12px;

}

.contact-page .message form fieldset:nth-child(-n+4) {

    width: 50%;

}

.contact-page .message form fieldset:nth-last-child(1) {

    margin-bottom: 0;

}

.contact-page .message form fieldset:nth-last-child(2) {

    margin-bottom: 40px;

}

@media screen and (max-width: 1199px) {

    .contact-page .message form fieldset:nth-last-child(2) {

        margin-bottom: 30px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .message form fieldset:nth-last-child(2) {

        margin-bottom: 20px;

    }

}

.contact-page .message form input,

.contact-page .message form textarea {

    display: block;

    padding: 13px 18px;

    border-radius: 6px;

    border: 1px solid #d0d9d8;

    width: 100%;

    font-size: 16px;

    line-height: 1.5;

    color: #6e7372;

}

@media screen and (max-width: 1199px) {

    .contact-page .message form input,

    .contact-page .message form textarea {

        padding: 10px 15px;

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .message form input,

    .contact-page .message form textarea {

        padding: 9px 10px;

        font-size: 14px;

    }

}

.contact-page .message form textarea {

    height: 240px;

}

@media screen and (max-width: 1199px) {

    .contact-page .message form textarea {

        height: 220px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .message form textarea {

        height: 180px;

    }

}

.contact-page .message form input::-webkit-input-placeholder,

.contact-page .message form textarea::-webkit-input-placeholder {

    color: #6e7372;

}

.contact-page .message form input:-o-placeholder,

.contact-page .message form textarea:-o-placeholder {

    color: #6e7372;

}

.contact-page .message form input::-moz-placeholder,

.contact-page .message form textarea::-moz-placeholder {

    color: #6e7372;

}

.contact-page .message form input:-ms-input-placeholder,

.contact-page .message form textarea:-ms-input-placeholder {

    color: #6e7372;

}

.contact-page .message form input:focus::-webkit-input-placeholder,

.contact-page .message form textarea:focus::-webkit-input-placeholder {

    color: #abb3b1;

}

.contact-page .message form input:focus::-o-placeholder,

.contact-page .message form textarea:focus::-o-placeholder {

    color: #abb3b1;

}

.contact-page .message form input:focus::-moz-placeholder,

.contact-page .message form textarea:focus::-moz-placeholder {

    color: #abb3b1;

}

.contact-page .message form input:focus::-ms-input-placeholder,

.contact-page .message form textarea:focus::-ms-input-placeholder {

    color: #abb3b1;

}

.contact-page .message form button {

    display: block;

    margin: 0 auto;

    width: 210px;

    height: 56px;

    border-radius: 28px;

    font-size: 18px;

    color: #062624;

    text-transform: uppercase;

    background-image: linear-gradient(to right, var(--btnLfetColor), var(--btnRightColor));

    transition: --btnLfetColor 0.35s, --btnRightColor 0.35s;

}

@media screen and (max-width: 1199px) {

    .contact-page .message form button {

        width: 170px;

        height: 45px;

        font-size: 16px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .message form button {

        width: 150px;

        height: 40px;

        font-size: 14px;

    }

}

@media screen and (min-width: 1200px) {

    .contact-page .message form button:hover {

        color: #fff;

        --btnLfetColor: #2eafa5;

        --btnRightColor: #5bc6a0;

    }

    .contact-page .message form button:hover::after {

        color: #fff;

    }

}

.contact-page .message form button::after {

    margin-left: 10px;

    font-family: "iconfont" !important;

    font-size: 18px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\e64d';

    color: var(--color);

}

@media screen and (max-width: 767px) {

    .contact-page .message form button::after {

        margin-left: 5px;

        font-size: 16px;

    }

}

.contact-page .map .map-content {

    height: 420px;

}

@media screen and (max-width: 1199px) {

    .contact-page .map .map-content {

        height: 400px;

    }

}

@media screen and (max-width: 767px) {

    .contact-page .map .map-content {

        height: 350px;

    }

}

.site-page {

    overflow: hidden;

}

.site-page .content h2 {

    padding-bottom: 30px;

}

@media screen and (max-width: 767px) {

    .site-page .content h2 {

        text-align: center;

    }

}

.site-page .content .site-map1>li {

    margin-bottom: 20px;

}

.site-page .content .site-map1>li>a {

    overflow: hidden;

    position: relative;

    z-index: 1;

    display: block;

    max-width: 240px;

    padding: 10px 30px;

    font-size: 18px;

    line-height: 1.66666667;

    color: #fff;

    font-weight: 700;

    text-transform: capitalize;

    background-color: var(--color);

    transition: all 0.35s;

    -webkit-transition: all 0.35s;

}

@media screen and (max-width: 767px) {

    .site-page .content .site-map1>li>a {

        width: 100%;

        max-width: 100%;

        padding: 5px 10px;

        text-align: center;

    }

}

@media screen and (min-width: 1200px) {

    .site-page .content .site-map1>li>a:hover {

        opacity: 0.85;

    }

}

.site-page .content .site-map1>li:last-child {

    margin-bottom: 0;

}

.site-page .content .site-map1 .site-map2 {

    margin-top: 20px;

    padding: 0 30px;

}

@media screen and (max-width: 767px) {

    .site-page .content .site-map1 .site-map2 {

        padding: 0;

        text-align: center;

    }

}

.site-page .content .site-map1 .site-map2>li {

    display: inline-block;

    margin-bottom: 10px;

    margin-right: 30px;

}

@media screen and (max-width: 767px) {

    .site-page .content .site-map1 .site-map2>li {

        text-align: center;

    }

}

.site-page .content .site-map1 .site-map2>li>a {

    font-size: 16px;

    line-height: 1.875;

    color: #062624;

    white-space: nowrap;

    font-weight: 600;

    text-transform: capitalize;

}

@media screen and (min-width: 1200px) {

    .site-page .content .site-map1 .site-map2>li a:hover {

        color: var(--color);

        text-decoration: underline;

    }

}

.site-page .content .site-map1 .site-map2>li:last-child {

    margin-bottom: 0;

}