<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/* 顶部 */
/* #region */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'DPSora';
    src: url('../fonts/DPSora.woff2') format('woff2'),
        url('../fonts/DPSora.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shadows';
    src: url('../fonts/ShadowsIntoLight.woff2') format('woff2'),
        url('../fonts/ShadowsIntoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: .875rem;
    background: #FFF;
    overflow-x: hidden;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
span,
figure {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", Sans-serif;
    text-transform: capitalize;
}

a {
    display: inline-block;
    color: inherit !important;
    font-family: 'Shadows', Sans-serif;
}

h2 {
    font-family: 'DPSora', Sans-serif;
}

h4 {
    font-family: 'Shadows', Sans-serif;
}

p {
    font-family: ' Work Sans', Sans-serif;
}

body,
html,
input,
button,
textarea {
    color: #222222;
    font-family: 'Noto-sans', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #222222
}

a:hover {
    color: rgb(24, 23, 23);
    transform: scale(1.0);
    transition: all 0.1s linear;
    text-decoration: none
}

a:focus {
    outline: none;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]&gt;input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.main_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .main_title {
    zoom: 1;
}

*:first-child+html .main_title {
    zoom: 1;
}

a {
    text-decoration: none;
}

.p10 {
    padding-left: .625rem
}

.p20 {
    padding-left: 1.25rem;
}

.p30 {
    padding-left: 1.875rem
}

.t10 {
    padding-top: .625rem
}

.b10 {
    padding-bottom: .625rem;
}

.t20 {
    padding-top: 1.25rem
}

.b20 {
    padding-bottom: 1.25rem;
}

.t30 {
    padding-top: 1.875rem
}

.b30 {
    padding-bottom: 1.875rem;
}

.t40 {
    padding-top: 2.5rem
}

.b40 {
    padding-bottom: 2.5rem;
}

.t50 {
    padding-top: 3.125rem
}

.b50 {
    padding-bottom: 3.125rem;
}

.t60 {
    padding-top: 3.75rem
}

.b60 {
    padding-bottom: 3.75rem
}

.t80 {
    padding-top: 5rem
}

.b80 {
    padding-bottom: 5rem;
}

.t100 {
    padding-top: 6.25rem
}

.b100 {
    padding-bottom: 6.25rem;
}

.b120 {
    padding-bottom: 9.375rem;
}

.tm10 {
    margin-top: .625rem
}

.bm10 {
    margin-bottom: .625rem;
}

.tm20 {
    margin-top: 1.25rem
}

.bm20 {
    margin-bottom: 1.25rem;
}

.tm30 {
    margin-top: 1.875rem
}

.bm30 {
    margin-bottom: 1.875rem;
}

.tm50 {
    margin-top: 3.125rem
}

.bm50 {
    margin-bottom: 3.125rem;
}

.tm60 {
    margin-top: 60px;
}

.bm60 {
    margin-bottom: 60px;
}

.tm80 {
    margin-top: 5rem;
}

.bm80 {
    margin-bottom: 5rem;
}

.tm100 {
    margin-top: 6.25rem;
}

.bm100 {
    margin-bottom: 6.25rem;
}

.tm150 {
    margin-top: 9.375rem;
}

.tm120 {
    margin-top: 7.5rem;
}

.bm120 {
    margin-bottom: 7.5rem;
}

.bm150 {
    margin-bottom: 9.375rem;
}

/* #endregion */


/* ********************************************************************header通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */
/* #region */
.nav0 {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #16b97a;
    color: #ffffff;
    padding: 15px 0;
    top: 0 !important;
}

.n0 {
    display: flex;
    justify-content: space-between;
}

.n0 div {
    display: flex;
    align-items: center;
}

.n0ul {
    display: flex;
}

.n0ul li {
    margin-right: 20px;
}

.n0ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Work Sans';
}

.n0ul li a i {
    margin-right: 8px;
    font-size: 24px;
}

.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    background-color: #ffffff !important;
    color: #ffffff !important;
    /* padding: 10px 0; */
}

.n1y {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #16b97a;
    top: 0;
}

.n1y1 {
    width: 30%;
    border-top: 0 solid transparent;
    border-left: 0px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 80px solid #16b97a;
}

.n1y2 {
    width: 30%;
    border-top: 80px solid #16b97a;
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0 solid transparent;
}

.nav1mainleft {
    height: 100%;
}

.nav1mainleft&gt;div {
    line-height: 100%;
    font-size: 26px;
    font-weight: 600;
    background-color: #bc1208;
    padding: 40px 0;
    text-align: center;
}

.nav1 .container-fluid {
    padding: 0;
}

.nav1 .container {
    padding: 0;
}

.nav1main {
    display: flex;
    align-items: center;
}

.nav1maincenter {
    display: flex;
    justify-content: space-between;
}

.nav1maincenter .web_head {
    display: flex;
    justify-content: center;
}

.nav1main .center .search {
    padding-left: .9375rem;
}

.nav1main .center .search&gt;i {
    color: #ffffff;
    font-size: 1.5625rem;
    line-height: 5rem;
    font-weight: 200;
    cursor: pointer;
}

.nav1main .center .head_nav {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .web_head .nav_wrap {
    float: left;
    margin: 0;
}

.nav1main .center .head_nav&gt;li&gt;a {
    font-size: 16px;
    color: #000000 !important;
    border-bottom: .125rem solid transparent;
    display: flex;
    align-items: center;
    display: inline-block;
    transition: 0.3s;
}

.nav1main .center .head_nav&gt;li&gt;a&gt;i {
    color: #000000 !important;
    font-size: 1.375rem;
}

.nav1main .center .head_nav&gt;li.active&gt;a&gt;i {
    color: #16B97A !important;
}

.nav1main .center .head_nav&gt;li&gt;a::after {
    background-color: transparent;
}

.nav1main .center .head_nav&gt;li.active&gt;a {
    color: #16B97A !important;
    display: inline-block;
    /* transform: scale(1.2); */
}

.nav1main .center .head_nav&gt;li:hover&gt;a {
    color: #16B97A;
    /* transform: scale(1.2); */
    transition: 0.3s;
}

.nav1main .center .head_nav&gt;li:hover&gt;a&gt;i {
    color: #16B97A !important;
}

.nav1main .center .head_nav&gt;li:hover&gt;a&gt;em {
    color: #16B97A;
}

.nav1main .center .head_nav&gt;li&gt;a&gt;.xhx {
    width: 0;
    height: .125rem;
    background-color: transparent;
    transform: rotateX(-180deg);
    transition: 0.3s;
    display: none;
}

.nav1main .center .head_nav&gt;li.active&gt;a&gt;.xhx {
    width: 100%;
    transition: 0.3s;
    background-color: #bc1208;
    margin: 0 auto;
}

.nav1main .center .head_nav&gt;li:hover&gt;a&gt;.xhx {
    width: 100%;
    transition: 0.3s;
    margin: 0 auto;

    background-color: #bc1208;
}

.nav1main .right&gt;i {
    padding: 13px 10px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    font-size: 24px;
    position: relative;
    z-index: 10;
}

.nav1main .right&gt;input:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.3s;
    background-color: transparent;
}

/* #endregion */

/* 导航栏搜索框 */
/* #region */
.btn-box {
    color: #fff;
    width: auto;
    border-radius: 1.5625rem;
    min-width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(315deg, #16b97a 0, #ffffff 100%);
    background-size: 104% 104%;
    cursor: pointer;
}

.btn-box span {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    font-size: 1.125rem;
    cursor: pointer;
}

.btn-box input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #16b97a;
    padding-left: 1.25rem;
    line-height: 3.125rem !important;
    height: 3.125rem;
    box-sizing: border-box;
    vertical-align: .25rem;
    font-size: 1rem;
    width: 3.125rem;
    transition: all .3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .3125rem;
}

.btn-box:hover input {
    display: inline-block;
    width: 80%;
    padding-right: 3.125rem
}

.btn-box input:not(:placeholder-shown) {
    display: inline-block;
    width: 80%;
    padding-right: 3.125rem
}

/* #endregion */
/* 搜索按钮 */
/* #region */
.nav1seach .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    position: relative;
}

.nav1seach .input {
    border-style: none;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: none;
    border-radius: 50%;
    transition: .5s ease-in-out;
    background-color: transparent;
    box-shadow: 0px 0px 3px #aaaaaa;
    padding-right: 40px;
    color: #8f8f8f;
}

.nav1seach .input::placeholder,
.nav1seach .input {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
}

.nav1seach .input::placeholder {
    color: #8f8f8f;
}

.nav1seach .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    outline: none;
    border-style: none;
    border-radius: 50%;
    pointer-events: painted;
    background-color: transparent;
    transition: .2s linear;

}

.nav1seach .input-wrapper:hover .icon~.input,
.nav1seach .input:focus {
    box-shadow: none;
    width: 250px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #8f8f8f;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}



/* #endregion */
/* *******************************************banner图轮播部分************************************************************* */
/* #region */
.nav2 {
    position: relative;
    /* margin-top: 112px; */
}

.nav2 .n2img1 {
    position: absolute;
    width: 25rem;
    left: 0;
    bottom: -5%;
    z-index: 10;
}

.nav2 .n2img2 {
    position: absolute;
    width: 25rem;
    right: 0;
    bottom: -35%;
    z-index: 10;
}

.nav2 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    object-fit: cover;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
}

.nav2n .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

/* #endregion */
/* *******************************************************视频遮罩********************************************************** */
/* #region */
#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 3.4375rem;
    color: #ffffff;
    cursor: pointer;
}

#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
}

/* #endregion */
/* *******************************************************footer通用样式********************************************* */
/* #region */
.footer {
    padding: 60px 0 50px 0;
    background-color: transparent;
    color: #000000;
    /* background-color: #16B97A; */
}

.fcold img {
    height: 40px;
}

.fcold p {
    margin: 35px 0;
    cursor: pointer;
}

.fc1ul {
    display: flex;
}

.fc1ul li {
    margin-right: 24px;
}

.fc1ul li {
    color: #16B97A;
    transform: scale(1.2);
    transition: all 0.3s;
}

.fc1ul li:hover {
    transform: scale(1);
    color: #ffa300;
}

.fc1ul li a i {
    font-size: 20px;
}

.foul li {
    margin: 20px 0;
    transition: all 0.1s;
    width: 80%;
}

.foul li:hover {
    color: #16B97A;
}

.fold5 a {
    background-color: #ffa300;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 15px 0 25px 0;
    transition: all 0.3s;
}

.fold5 a:hover {
    background-color: #16b97a;
}

.fcol {
    margin: 15px 0;
}

.lastfooter {
    background-color: #16b97a;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.lastfooter a {
    font-family: 'Work Sans';
}

/* #endregion */
/* 地图 */
/* #region */
#map {
    width: 100%;
    height: 31.25rem;
}

/* #endregion */

/* ********************************************手机导航栏************************************************************************** */
/* #region */
.pright,
.plist,
.plistzz {
    display: none;
}

.pright {}

.pright i:nth-child(1) {
    float: left;
}

.pright i {
    font-size: 2.5rem;
    color: #16B97A !important;
    line-height: 5rem;
    float: right;
    margin-right: .9375rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.plist div {
    background-color: transparent;
    color: #ffffff;
}

.plist div div {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-left: 24px;
}

.plistimg {
    height: 40px;
}

/* #endregion */
/* 视频按钮 */
/* #region */
.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 3.125rem;
    border: .3125rem solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;

}

.cw i {
    font-size: 1.75rem;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .125rem solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .125rem solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* #endregion */

/* *************************************************************分界线************************************************************ */
/* #region */
.fjx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.fjx div:nth-child(1) {
    height: 2px;
    width: 48%;
    background-color: #16b97a;
}

.fjx img {
    padding: 0 15px;
}

.fjx div:nth-child(3) {
    height: 2px;
    width: 48%;
    background-color: #16b97a;
}

/* #endregion */

/* ************************************************************MAIN模块************************************************** */
.main {
    overflow: hidden;
}

/* main1 */
/* #region */
.m1leftcol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m1rightcold {
    padding: 35px;
}

.m1rightcold h4 {
    font-size: 20px;
    color: #ffa300;
    margin: 15px 0;
    font-family: 'Shadows';
}

.m1rightcold h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    font-family: 'DPSora';
}

.m1rightcold p {
    margin: 25px 0;
    font-size: 16px;
    color: #626262;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.m1rightcoldul {
    display: flex;
    margin: 15px 0;
    width: 100%;
    justify-content: space-between;
}

.m1rightcolduldiv {
    display: flex;
    align-items: center;
}

.m1rightcolduldiv h3,
.m1rightcolduldiv span {
    font-size: 42px;
    font-weight: 600;
    color: #16B97A;
    font-family: 'DPSora';
}

.m1rightcoldulli p {
    font-size: 16px;
    color: #626262;
    margin: 8px 12px 8px 0;
}

.m1rightcold a {
    background-color: #ffa300;
    color: #ffffff !important;
    border-radius: 25px 0 40px 0;
    padding: 15px 30px;
    font-family: 'DPSora';
    transition: all 0.3s;
}

.m1rightcold a:hover {
    background-color: #16B97A;
}

/* #endregion */
/* main2 */
/* #region */
.main2 {
    background-color: #eef7f8;
    padding: 60px 0 100px 0;
    position: relative;
}

.imgp,
.imgt {
    position: absolute;
    width: 250px;
}

.imgp {
    top: -5%;
    left: 15%;
}

.imgt {
    top: -5%;
    right: 15%;
}

.m2tit {
    text-align: center;
    padding: 35px;
}

.m2tit h4 {
    color: #ffa300;
    font-size: 20px;
    font-family: 'Shadows';
}

.m2tit h1 {
    color: #1e251c;
    font-weight: 600;
    font-size: 42px;
    font-family: 'DPSora';
    margin: 20px 0;
}

.m2tit p {
    margin: 0 auto;
    width: 60%;
    color: #626262;
}

.m2colda {
    background-color: #ffffff;
    border-radius: 100px 0 100px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    position: relative;
}

.m2coldazz {
    position: absolute;
    color: #FFFFFF;
    top: 35%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: linear-gradient(rgba(0,0,0,.5), 30%,transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.m2coldazz p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    padding: 0 15px;
}

.m2cold {
    padding: 15px 25px 35px 25px;
}

.m2cold h3 {
    margin: 25px 0;
    font-weight: 600;
}

.m2coldimg {
    border-radius: 100px 0 100px 0;
    transition: all 0.5s;
}

.m2colda:hover .m2coldimg {
    border-radius: 100px 0 0 0;
    transform: scale(1.5);
    filter: blur(6px);
}

.m2colda:hover .m2doldul,
.m2colda:hover h3 {
    transition: all 0.5s;
    opacity: 0;
}

.m2colda:hover .m2coldazz {
    transform: translate(-50%, -50%) scale(1);

}

.m2doldul {
    display: flex;
    margin: 15px 0;
}

.m2doldul li {
    margin-right: 12px;
}

.m2doldul li i {
    color: #ffa300;
}

.m2coldbtn {
    background-color: #ffa300;
    color: #ffffff;
    padding: 22px;
    border-radius: 15px 0 42px 0;
    margin-top: 15px;
    width: 185px;
    transition: all 0.3s;
}

.m2coldbtn:hover {
    background-color: #16B97A;
}

.m2col {
    margin: 25px 0;
    padding: 0 25px;
}

/* #endregion*/

/* main3 */
/* #region */
.m3coldleft h4 {
    font-size: 20px;
    color: #ffa300;
}

.m3coldleft h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 15px 0;
}

.m3coldleft a {
    background-color: #ffa300;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 15px 0 25px 0;
    margin-top: 50px;
    transition: all 0.5s;
}

.m3coldleft a:hover {
    background-color: #16B97A;
}

.m3coldrightcold {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 25px;
    border-radius: 15px;
}

.m3coldrightcold {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.m3coldrightcold img {
    width: 130px;
    height: 140px;
}

.m3coldrightcold h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0;
}

.m3coldrightcold p {
    font-size: 16px;
}

.m3coldrightcol {
    padding: 0 20px;
    margin: 15px 0;
    position: relative;
}

.m3coldrightcol1 {
    top: -25px;
}

.m3coldrightcol2 {
    top: 25px;
}

/* #endregion */

/* main4 */
/* #region */
.main4 {
    background-color: #eef7f8;
}

.m4rowcoldright {
    background-color: #ffffff;
    border-radius: 135px 0 150px 25px;
    position: relative;
}

.m4rowcoldrightd {
    transform: scale(0.95);
    background: linear-gradient(to top left, #ffad1c, #fff5e4);
    border-radius: 135px 0 150px 25px;
    /* overflow: hidden; */
}

.m4rowcoldrightdf {
    position: absolute;
    bottom: -56px;
    right: 6px;
    transform: scale(0.7) !important;
}

.m4rowcoldleftli {
    background-color: #ffffff;
    margin: 15px 0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    /* justify-content: center; */
    cursor: pointer;
    align-items: center;
}

.m4rowcoldleftli i {
    font-size: 32px;
    margin-right: 12px;
    color: #16B97A;
}

.m4rowcoldleftli span {
    font-weight: 600;
    font-size: 16px;
}

.m4rowcolleft {
    padding: 35px;
}

.m4rowcoldleft h4 {
    font-size: 20px;
    color: #ffa300;

}

.m4rowcoldleft h2 {
    margin: 25px 0;
    font-size: 42px;
    font-weight: 600;
}

.m4rowcoldleft p {
    font-size: 16px;
    margin: 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m4rowcolright {
    padding: 50px;
}

.m4row {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #endregion */

/* main5 */
/* #region */
.m5leftcol {
    padding: 50px;
}

.m5leftcoldd {
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 50px 150px 50px 150px;
}

.m5leftcolddd {
    background: linear-gradient(to top left, #ffad1c, #ffffff);
    transform: scale(0.95);
    border-radius: 50px 150px 50px 150px;
}

.m5rightcold h4 {
    font-size: 20px;
    color: #ffa300;
}

.m5rightcold h2 {
    font-size: 42px;
    color: #1E251C;
    font-weight: 600;
    margin: 35px 0;
}

.m5swscon {
    display: flex;
    align-items: center;
}

.m5swsimg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
}

.m5swsu h3 {
    font-size: 16px;
    color: #1E251C;
}

.m5swsu span {
    font-size: 16px;
    color: #626262;
}

.m5swsu {
    margin: 25px 0;
}

.m5s {
    margin: 35px 0 0 0;
    cursor: pointer;
}

.m5rightcoldul {
    display: flex;
}

.m5rightcoldul li {
    margin-right: 10px;
    color: #ffad1c;
}

.m5rightcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* #endregion */
/* main6 */
/* #region */
.main6 {
    background-color: #eef7f8;
    padding: 80px 0;
}

.m6sw {
    display: flex;
    align-items: center;
}

/* #endregion */
/* main7 */
/* #region */
.m7tit {
    text-align: center;
    padding: 35px 0;
}

.m7tit h4 {
    color: #ffa300;
    font-size: 20px;
    font-family: 'Shadows';
}

.m7tit h1 {
    color: #1e251c;
    font-weight: 600;
    font-size: 42px;
    font-family: 'DPSora';
    margin: 20px 0;
}

.m7tit p {
    margin: 0 auto;
    width: 60%;
    color: #626262;
}

.m7cold h3 {
    color: #1E251C;
    font-size: 30px;
    font-weight: 600;
}

.m7cold p {
    margin: 25px 0;
    font-size: 16px;
    color: #626262;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m7coldbtn {
    background-color: #ffad1c;
    padding: 15px 30px;
    border-radius: 25px 0 35px 0;

    color: #ffffff !important;
    transition: all 0.3s;
}

.m7coldbtn:hover {
    background-color: #16B97A;
}

.m7col {
    padding: 25px;
}

.m7cold {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    border-radius: 60px 0 80px 0;
}

/* #endregion */
/* main8 */
/* #region*/
.m8 {
    background: linear-gradient(to top left, #62d0a5, transparent);
    border-radius: 25px;

}

.m8leftcold h2 {
    font-size: 42px;
    color: #1E251C;
    font-weight: 600;
}

.m8leftcold p {
    font-size: 16px;
    color: #626262;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'Work Sans';
}

.m8leftcol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m8leftcold {
    padding: 60px;
}

.m8rightcold img {
    border-radius: 25px;
}

/* #endregion */

/* ****************************************************************************** */
/* #region */
.img-responsive {
    padding: 0;
    margin: 0;
}

.gray {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.gray .ind {
    display: flex;
    margin-left: 25px;
    margin-top: 15px;
}

.gray .ind p {
    font-size: 18px;
    color: #ffffff;
}

.showImg {
    position: absolute;
    display: none;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgname {
    display: block;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

.showprev {
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.shownext {
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.graylist {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
}

.graylist li {
    color: #ffffff;
    margin: 0 15px;
    font-size: 18px;
    cursor: pointer;
}

.grayupzz {
    position: absolute;
    background-color: #ffffff;
    right: 47px;
    top: 65px;
    display: none;
}

.grayupzz .sj {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(-45deg)skew(0deg, 0deg);
    right: 30px;
    top: -5px;

}

.grayupzz .graymain ul {
    padding: 10px 15px;
}

.grayupzz .graymain ul li {
    margin: 15px 0;
    cursor: pointer;
}

.grayupzz .graymain ul li a i {
    margin-right: 8px;
}

.bigimg {
    transform: scale(2);
}

/* #endregion */

/* 轮播按钮 */
/* #region */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #16b97a;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 3.125rem;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* #endregion */
/* new */
/* #region */
.newmainright {
    /* margin-right: 2.5rem; */
    padding-left: 40px;
}


.newmainleft .title {
    background-color: #16b97a;
    text-align: center;
    width: 100%;
}

.newmainleft ul {
    width: 100%;
}

.newmainleft ul li {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
    border-top: 0;
}

.newmainleft ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 .625rem;
}

.newmainleft ul li div a {
    color: #2E2C3DCC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.productinfomainleft ul li div a.active {
    color: #0d6aa5;
}

.newmainleft ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.newmainleft ul li ul li:nth-last-child(1) {
    border: 0;
}

.nmulli {
    display: flex;
}

.nmulli .liright {
    display: flex;
    flex-direction: column;
}

.nmulli .liright span:nth-child(1) {
    color: #bbb;
    font-size: 14px;
    padding: 5px;
    margin-top: .3125rem;
}

.nmulli .liright span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}

.nmulli .liright span:nth-child(2):hover {
    color: #16b97a;
}

.nmulli .liright span:nth-child(3) {
    font-size: 14px;
    padding: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.nmulli .lileft img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nmulli .liright a {
    color: #16b97a;
    text-align: right;
    margin-right: 15px;
    padding: 20px 0;
    transition: all 0.5s;
}
.nmulli .liright a:hover{
    color: #16b97a !important;
    
}
.nmulli .liright a i {
    margin-left: 8px;
}

.nmulli {
    padding-bottom: 10px;
    margin: 50px 0;
    cursor: pointer;
}

.nmulli:nth-child(1) {
    margin-top: 0;
}

.nmulli {
    position: relative;
}

.nmulli .line {
    width: 100%;
    height: 5px;
    background-color: transparent;
    position: absolute;
    bottom: -5%;
}

.nmulli .line2 {
    width: 00%;
    height: 5px;
    background-color: #16b97a;
    position: absolute;
    bottom: -5%;
    transition: 0.5s;
}

.nmulli:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newmainleft ul li div a:hover {
    color: #16b97a !important;
}

#newlist li a.active {
    color: #16b97a;
}

/* #endregion */

/* newlist */
/* #region */

.newlistmain .txt span:nth-child(1) {
    padding: 5px;
}

.newlistmain .txt span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.newlistmain .txt span:nth-child(3) {
    font-size: 14px;
    padding: 0 5px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.newlistmain .txt a {
    color: #3f6ad7;
}

.newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border: 1px solid #bbb;
}

.newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

.newlistmain .imge img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.5s;
}

.newlistmain:hover .imge img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmain {
    position: relative;
    box-shadow: 3xp 3px 4px 2px #16b97a;
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
}

.newlistmain .line2 {
    width: 0;
    height: 5px;
    background-color: #16b97a;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}

.newlistmain:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newlistmain .txt {
    border: 0;
    box-shadow: 2px 2px 2px 2px transparent;
    padding: 30px 15px 50px 15px;
}

.newlistmainc {
    padding: 20px;
}



.newlistmainc {
    cursor: pointer;
}

/* #endregion */

/* newinfo */
/* #region */

.newinfomainright .newtit {
    border-bottom: .0063rem dashed #bbb;
    padding: .625rem 0;

}

.newinfomainright .newcon .newimgs {
    margin: .9375rem;
}

.newinfomainright .newcon .newimgs img {
    margin: .9375rem 0;
    object-fit: cover;
}

.newinfomainright .newtime {
    margin: .625rem 0;
}

.newinfomainright .newcon {
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
}

.newinfomainright .newcon p {
    line-height: 2rem;
    font-size: 1rem;
    text-indent: 2em;
    padding: 5px 15px;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.newinfomainright .updown {
    padding: 10px 0;
}

.newinfomainright .updown div {
    padding: 5px 0;
}

#newlist li a i {
    display: none;
}

#newlist li a:hover {
    color: #16b97a;
}

#newlist li a.active {
    color: #16b97a;
}

.newinfomainright .updown div a:hover {
    color: #16b97a;
}

/* #endregion */

/* product */
/* #region */

.productmainright {
    /* margin-right: 2.5rem; */
padding-left: 40px;
}

.nldhli {
    cursor: pointer;
    color: #222222;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.nldhli:nth-last-child(1) {
    border: 0;
}

.productmainrightc {
    padding: 0;
    text-align: center;
}


.productmainright .down {
    cursor: pointer;
    width: 100%;
}

.productmainright .down a:nth-child(2) {
    display: block;
    padding: .9375rem 0;
}

.productmainright .down .img {
    width: 90%;
    overflow: hidden;
    position: relative;
    height: 200px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.pt {
    position: absolute;
    top: 0;
    width: 0;
    height: 4px;
    background-color: #16b97a;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pt {
    width: 100%;
    transition: 0.5s;
}

.pb {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #16b97a;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pb {
    width: 100%;
    transition: 0.5s;
}

.pl {
    position: absolute;
    left: 0;
    height: 0;
    width: 4px;
    background-color: #16b97a;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pl {
    height: 100%;
    transition: 0.5s;
}

.pr {
    position: absolute;
    right: 0;
    height: 0;
    width: 4px;
    background-color: #16b97a;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pr {
    height: 100%;
    transition: 0.5s;
}

.productmainright .down .img img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmainrightc .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -70%;
    left: -70%;
    border-radius: 50%;
    background-color: #16B97A;
    opacity: 0.8;
    transition: 0.8s;
}
.productmainrightc .down .img .up2{
    top: -70% !important;
    left: 70%;
}
.productmainrightc .down:hover .img .up {
    transform: scale(5);
    transition: 0.8s;
    background-color: rgba(22, 185, 122, .3);
    opacity: 0.3;
}

.productmainrightc .down .img .picon {
    position: absolute;
    font-size: 50px;
    color: white;
    display: flex;
    height: 100%;
    top: -100%;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.productmainrightc .down:hover .img .picon {
    top: 0;
    transition: 0.5s;
}

.productmainright .down .img:hover img {
    transform: scale(1.2);
    transition: 0.3s;
}

.productmainright .down span {
    padding: 5px;
}

.productmainright .down span a {
    display: inline-block;
    margin: .75rem 0;
}


#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

#nldhl li ul li a:hover {
    color: #16b97a;
}

#nldhl li a:hover {
    color: #16b97a;
}

#nldhl li div i {
    color: #16b97a;
}

/* #endregion */

/* productlist */
/* #region */

.productlistmainright {
    /* margin-right: 2.5rem; */
    padding-left: 40px;
}
.productlistmainright .plst a {
    display: flex;
    justify-content: space-between;
    padding: 1.5625rem;
    cursor: pointer;
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: .5rem;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.productlistmainright .plst a:hover .txt .sline {
    background-color: #ffffff;
}

.productlistmainright .plst a:hover .txt button {
    background-color: transparent;
    border: .0625rem solid #ffffff;
}

.productlistmainright .plst a .img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;
}

.productlistmainright .plst a .img img {
    width: 100%;
    height: 18.75rem;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 20px;
    margin: 1.25rem 1.5625rem 1.25rem 0;
}

.productlistmainright .plst a .txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmainright .plst a .txt span:nth-child(1) {
    font-weight: bold;
    font-size: 35px;
}

.productlistmainright .plst a .txt .sline {
    width: 40%;
    height: 5px;
    background-color: #16b97a;
    margin: .625rem 0;
}

.productlistmainright .plst a .txt span:nth-child(3) {
    display: block;
    margin: 20px 0 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 'Karla';
    color: #2E2C3DCC;
    transition: 0.3s;
}

.productlistmainright .plst a .txt button {
    padding: 10px 18px;
    border: 0;
    background-color: #16b97a;
    color: white;
    width: 30%;
}

.productlistmainright .plst a {
    position: relative;
}

.plstcolor {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #16b97a;
    top: 0;
    left: -100%;
    transition: 0.5s;
}

.productlistmainright .plst a:hover .plstcolor {
    left: 0;
    transition: 0.5s;
}

.productlistmainright .plst a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
    color: #ffffff !important;
    transition: 0.6s;
}

.productlistmainright .plst a:hover .img img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmainright .plst a:hover .txt span:nth-child(3) {
    transition: 0.3s;
    color: #ffffff
}

.productlistmainright .plst a:hover .txt button {
    background-color: #ffffff;
    color: #16b97a;
    transition: 0.3s;
}

#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

#nldhl li ul li a:hover {
    color: #16b97a;
}

#nldhl li ul li div a.active {
    color: #16b97a;
}

#nldhl li div a .plstcolor {
    color: #16b97a;
}

#nldhl li a.active {
    color: #16b97a;
}

/* #endregion */

/* productinfo */
/* #region */

.productinfomainright {
    overflow-x: auto;
    padding-left: 60px;
}

.lefttit .title {
    background-color: #16b97a;
    text-align: center;
    width: 100%;
}

.lefttit .title a {
    width: 100%;
    font-size: 1.3125rem;
    color: white !important;
    padding: 20px 8px;
    display: block;
}

.lefttit&gt;ul&gt;li {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
    border-top: 0;
}

.lefttit ul li h5 {
    font-size: 1.125rem;
    padding: .625rem;
    font-weight: 600;
}

.lefttit ul li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lefttit ul li div&gt;a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lefttit ul li div a.active {
    color: #16b97a;
}

.lefttit ul li:hover div a {
    color: #16b97a !important;
}

.lefttit ul li div a.active {
    color: #16b97a !important;
}

.productinfomainright .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomainright .left .swiper-container {
    margin-top: 10px;
    padding: 0 5px;
}

.productinfomainright .content {
    display: flex;
}

.productinfomainright .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    justify-content: space-around;
    height: 400px;
}

.productinfomainright .content .right div {
    display: flex;
    flex-direction: column;
}

.productinfomainright .content .right div span {
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .content .right h4,
.productinfomainright .content .right h3 {
    color: #16b97a;
    font-weight: 600;
}

.productinfomainright .content .right p {
    width: 100%;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .content .right a {
    width: 50%;
    padding: 10px 0;
    border: .125rem solid transparent;
    color: #ffffff !important;
    background-color: #16b97a;
    margin-top: 10px;
    text-align: center;
    transition: 0.6s;
}

.productinfomainright .content .right a:hover {
    background-color: white;
    border: .125rem solid #16b97a;
    color: #16b97a !important;
    transition: 0.6s;
}

.productinfomainright .news {
    margin-top: 50px;
    border: 0;
}
.productinfomainright .news td{ border:solid #ddd 1px; padding:7px 8px 6px 8px;}

.productinfomainright .news .bt {
    display: flex;
    padding: 0;
    justify-content: start;
}

.productinfomainright .news .bt button {
    border: 1px solid #16b97a;
    color: #16b97a;
    background-color: white;
    font-size: 16px;
    padding: 18px;
}

.productinfomainright .news .bt button:nth-child(1) {
    margin-right: 15px;
}

.productinfomainright .news .bt button:nth-last-child(1) {
    margin-left: 15px;
}

.productinfomainright .news .bt button.active {
    color: white;
    background-color: #16b97a;
}

.productinfomainright .news .txt {
    padding: 20px 0;
}

.productinfomainright .news .txt h3 {
    padding: .625rem 0;
    font-weight: 600;
    color: #16b97a;
}

.productinfomainright .news .txt p {
    font-size: 1rem;
    padding: .625rem 0;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .tit {
    background-color: #16b97a;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
    text-align: center;
}

.productinfomainright .bd {
    margin: 1.875rem 0;
}

.productinfomainright .bd .feedbackForm {
    padding: 2.5rem 0;
    background-color: transparent;
}

.tab table {
    width: 100%;
    border: .0625rem solid #16b97a;
    overflow-x: auto;
}

.tab table tr {
    border: .0625rem solid #16b97a;
}

.tab table tr:nth-child(even) {
    background-color: rgba(22, 185, 122, .6);
    color: #ffffff !important;
}

.tab table tr td {
    border: .0625rem solid #aaaaaa;
    padding: .9375rem;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.tab table tr:nth-child(even) td {
    color: #ffffff !important;
}

.productinfomainright .show {
    text-align: center;
    margin: 3.125rem 0;
}

.productinfomainrighte .show .show1 {
    position: relative;
    margin: 3.125rem 0;
}

.productinfomainright .show .show1 .swiper-pagination {
    position: static;
    bottom: -21%;
}

.productinfomainright .show .tit {
    margin: 30px 0;
}

.productinfomainright .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
    height: 180px;
    display: inline-block;
}

.productinfomainright .down .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.productinfomainright .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    background-color: #16b97a;
    opacity: 0.6;
    transition: 0.5s;
}

.productinfomainright .down:hover .up {
    bottom: 0;
    opacity: 0.3;
    transition: 0.5s;
}

.productinfomainright .down .up i {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 100%;
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.4s;
}

.productinfomainright .down:hover .up i {
    bottom: 0;
    transition: 0.6s;
}

.productinfomainright .down:hover .img img {
    transform: scale(1.2);
    transition: 0.5s;
}

.productinfomainright .down:hover span a {
    color: #16b97a;
}

.swiper-pagination {
    bottom: 5%;
    font-size: 30px;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #16b97a;
}

.main4 .swiper-pagination-bullet {
    background-color: #bc1208;
}

.productinfomainright .content .swiper-container a {
    width: 100%;
    height: 100%;
}

.productinfomainright .content .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomainright .content .swiper-container video {
    width: 60px !important;
    height: 60px;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomainright .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 20px;
}

.b .swiper-slide {
    width: 60px !important;
    height: 60px;
}

b .swiper-wrapper .swiper-slide:nth-last-child(1) {
    margin-right: 0;
}

.b img {
    height: 100%;
}

.b .swiper-wrapper .swiper-slide a.active img {
    border: 2px solid #16b97a;
}

.b .swiper-wrapper .swiper-slide a.active video {
    border: 2px solid #16b97a;
}

video {
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
}

.productinfomain .content .left .cprev {
    position: absolute;
    top: 88%;
    left: 6%;
}

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2 {
    position: absolute;
    top: 88%;
    right: 3%;
}

/* #endregion */

/* contact */
/* #region */

.contactmain .up {
    display: flex;
}

.contactmain .up .left {
    display: flex;
}

.contactmain .up .left div {
    padding: 1.5625rem 1.5625rem 1.5625rem 0;
}

.contactmain .up .left div h4 {
    padding: .625rem;
    font-weight: 600;
}

.contactmain .up .left div p {
    padding: .625rem;
}

.contactmain .up .left div ul {
    padding: .625rem;
}

.contactmain .up .left div ul li {
    margin: .9375rem 0;
    padding: .9375rem 0;
    font-size: 1.125rem;
    color: #2E2C3DCC;
}

.contactmain .up .left div ul li i {
    color: #2E2C3DCC;
    margin-right: 8px;
}

.contactmain .up .right div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactmain .up .right div span {
    margin-right: 10px;
    font-size: 1.125rem;
}

.contactmain .up .right div input {
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
}

.contactmain .up .right div input::placeholder,
.contactmain .up .right div textarea::placeholder {
    font-size: 16px;
}

.contactmain .up .right div textarea {
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
    resize:none;
}

.contactmain .up .right input {
    padding: 10px 40px;
    border: 1px solid #16b97a;
    color: #000000;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up .right input:hover {
    border: 1px solid transparent;
    background-color: #16b97a;
    color: #fff;
    transition: 0.5s;
}
.contactmain .up .right input:hover::placeholder{
    color: #FFFFFF;
}
.contactmain .up .right textarea {
    padding: 10px 40px;
    border: 1px solid #16b97a;
    color: #000000;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up .right textarea:hover {
    border: 1px solid transparent;
    background-color: #16b97a;
    color: #fff;
    transition: 0.5s;
}
.contactmain .up .right textarea:hover::placeholder{
    color: #FFFFFF;
}

/* #endregion */

/* 产品详情轮播 */
/* #region */

.swiper {
    --swiper-pagination-color: #fff;
}

#bigimgs {
    height: 20rem !important;
    overflow: hidden;
}

#bigimgs #bigimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bigimgs #bigf {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bigve,
#bigframe {
    width: 100%;
    height: 21.25rem;
}

#bigve2,
#bigframe2 {
    width: 100%;
    height: 21.25rem;
}

.productinfomain .swiper-button-next:after,
.productinfomain .swiper-button-prev:after {
    font-size: 2rem;
    color: transparent !important;
}

.productinfomain .swiper-button-prev {
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: -0.375rem;
    transition: 0.5s;
}

.productinfomain .swiper-button-prev:hover {
    transition: 0.5s;
}

.productinfomain .swiper-button-next {
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: -0.375rem;
    transition: 0.5s;
}

.productinfomain .swiper-button-next:hover {
    transition: 0.5s;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
}

.thumbnail {
    width: 400px;
    height: 300px;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 600px;
    height: 300px;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original img {
    width: 1200px;
    height: 600px;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 50px;
    height: 50px;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#nldhl li a:hover {
    color: #16b97a;

}

.show .s .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.productinfomain .left ul li ul li:hover a {
    color: #16b97a;
}

#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* #endregion */

/* search */
/* #region */

.searchmainleft {
    width: 100%;
}

.searchmainleft .r {
    width: 100%;
}

.searchmainleft .srrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.searchmainleft .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    background-color: #f6f9fc;
    border-radius: 10px;
    margin: 10px;
    width: 100%;
}

.searchmainleft .up {
    color: #86939f;
}

.searchmainleft .line {
    border-bottom: 1px solid #86939f;
    display: none;
}

.searchmainleft .up p:nth-child(4) {
    padding: 10px;
    color: #16b97a;
}

.searchmainleft .up p:nth-child(2) {
    padding: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.searchmainleft .up h6 {
    font-size: 24px;
    padding: 18px 15px 10px 15px;
}

.searchmainleft .cards .up h6:hover {
    color: #16b97a;
}

.searchmainleft .r .imgs {
    width: 20%;
    border-radius: 10px;
}

.searchmainleft .r .imgs img {
    border-radius: 5px;
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
}

/* #endregion */

/* 404 */
/* #region */

.modle404 {
    background: url(../images/404.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}

.modle404 .zz404 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}

.modle404 .zz404 .modlemain4042 h1 {
    font-size: 13.75rem !important;
    color: #ffffff;
}

.modle404 .zz404 .modlemain4042 p {
    font-size: 2rem;
    color: #ffffff;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 div {
    position: relative;
    border: .0625rem solid #fff;
    border-radius: 1.875rem;
    padding: 0 .3125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    margin: 1.5625rem 0 2.1875rem 0;
}

.modle404 .zz404 .modlemain4042 div input {
    width: 79%;
    height: 75%;
    border: .0625rem solid transparent;
    border-radius: .9375rem;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 .5rem;
    color: #ffffff;
    font-size: 1.125rem;
}

.modle404 .zz404 .modlemain4042 div input::placeholder {
    color: #eeeeee;
}

.modle404 .zz404 .modlemain4042 div button {
    position: absolute;
    right: 0;
    border: .0625rem solid transparent;
    height: 75%;
    padding: 0 2.5rem;
    width: 20%;
    margin-right: .3125rem;
    border-radius: .9375rem;
}

.modle404 .zz404 .modlemain4042 ul {
    display: flex;
    margin-top: 2.1875rem;
}

.modle404 .zz404 .modlemain4042 ul li {
    width: 1.875rem;
    height: 1.875rem;
    border: .0625rem solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: .9375rem;
    cursor: pointer;
    transition: 0.5s;
}

.modle404 .zz404 .modlemain4042 ul li:hover {
    background-color: #fff;
    color: #16b97a;
    transition: 0.5s;
}

.modle404 .zz404 .modlemain4042 a {
    padding: .625rem 2.5rem;
    border: .0625rem solid #ffffff;
    border-radius: 2.5rem;
    color: #ffffff !important;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 a:hover {
    border: .0625rem solid transparent;
    background-color: #ffffff;
    color: #16b97a;
    transition: 0.5s;
}

/* #endregion */

/* 页码 */
/* #region */

.pagelist {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}

.pagelist a.item {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: .14rem;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 5px;
    font-family: 'Karla';
    color: #2E2C3DCC;
    font-size: 18px;
}

.pagelist a.item2 {
    width: 120px;
}

.pagelist a.on {
    background: #16b97a;
    color: #fff !important;
    border-color: #16b97a;
}

/* #endregion */


/* ************************************************************客服模块******************************************* */
/* #region */

.side_content .side_list .cont li a:hover {
    color: #16b97a;
}

.side_content .side_list .cont li i {
    color: #16b97a;
}

/* #endregion */

/* ************************************************************手机导航样式*************************************** */
/* #region */

#header {
    position: relative;
}

.plist {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: white;
    width: 18.75rem;
    height: 100vh;
    z-index: 999999999999999999999999999999;
    transition: 0.5s !important;
    overflow: scroll;
}

.plist div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plistimg {
    height: 40px;
    margin: 10px;
    padding-left: 10px;
}

.plist div i {
    font-size: 2.5rem;
    margin: .625rem;
    color: #16B97A;
}

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh;
    z-index: 9999999999999999;
    transition: 1.8s;
}

.plist ul {
    margin: .625rem;
}

.plist ul li {
    padding: .625rem;
    color: #333333;
    font-size: 1rem;
}

.plist ul li a {
    color: #999 !important;
}

.plist ul li.active&gt;a,
.plist ul li.active&gt;i {
    color: #16B97A !important;
    font-weight: 600;
}

.plist ul li:hover {
    color: #000;
}

.plist ul li ul {
    display: none;
}

.plist ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li ul li ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li:nth-child(1) {
    position: relative;
}

.pbb {
    position: absolute;
    right: .9375rem;
    top: 0;
    font-size: 1.5625rem;
    border: 0;
    background-color: transparent;
}

.puip {
    width: 100%;
    padding: .125rem .9375rem .125rem .625rem;
    border: 0;
    border-bottom: .0625rem solid #16b97a;
    font-size: 1rem;
}

.plist ul li ul li:hover {
    color: #16b97a;
}

.pright #nva1se {
    font-size: 1.875rem;
    color: #16b97a;
    padding: .625rem;
}

/* #endregion */

/* ***********************************************************查询************************************************* */
/* #region */

.szz .main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999999;
}

.szz .main {
    display: none;
}

.sd1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

#iipt {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 2.5rem;
    color: #FFF;
    border-bottom: .0625rem solid #FFF;
    padding: 0 .625rem;
}

.sd2 {
    position: relative;
}

.sbb {
    position: absolute;
    font-size: 1.875rem;
    color: #fff;
    right: .625rem;
    bottom: -3.125rem;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.szz .main i {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    font-size: 2.5rem;
    color: #ffffff;
    cursor: pointer;
}

#phone {
    display: none;
}

/* #endregion */

/* *************************************************************************面包屑导航********************************** */
/* #region */

.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: .0625rem solid #16b97a;
    padding-bottom: .9375rem;
    padding-top: 2.1875rem;
    width: 100%;
}

.breadcrumb div {
    display: inline;
    font-size: 1rem;
}

.breadcrumb div:not(:first-child):before {
    content: "/";
    margin: 0 .3125rem;
    color: gray;
}

.breadcrumb div a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb div a:hover {
    color: #16b97a;
}

.breadcrumb div.active a {
    color: #16b97a !important;
    font-weight: 600;
}

/* 图片点击显示框 */
#m3map div {
    cursor: pointer;
    position: relative;
}

#m3map div div {
    position: absolute;
    top: -6.625rem;
    left: -1.5625rem;
    display: none;
}

#m3map div div .nr {
    background-color: rgba(0, 0, 0, .8);
    border-radius: .5rem;
    color: #ffffff;
    width: 18.75rem;
    padding: .9375rem;
}

#m3map div div .sj {
    border-top: .9375rem solid rgba(0, 0, 0, .8);
    border-right: .9375rem solid transparent;
    border-left: .9375rem solid transparent;
    border-bottom: .9375rem solid transparent;
    width: .9375rem;
    position: absolute;
    top: 5.75rem;
    left: 1.25rem;
}

#m3map div div .nr div {
    display: flex;
    align-items: center;
}

#m3map div div .nr div img {
    border-collapse: .5rem;
}

#m3map div div .nr div img {
    margin-right: .75rem;
}

#m3map div:hover div {
    display: block;
}

#m3map div i {
    font-size: 2rem;
    color: #4d7014;
    transition: 0.1s;
}

#m3map div:hover i {
    font-size: 2rem;
    color: #ff6600;
    transition: 0.1s;
}

/* #endregion */

/* *************************************************************************576*********************************************  */
@media (max-width:36rem) {

    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .nav1 {
        border-radius: 0;
        top: 0 !important;
        /* background-color: #ffffff !important; */
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .n1y1,
    .n1y2 {
        width: 40%;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .foul li {
        width: 100%;
    }

    .footer {
        padding: 25px 0;
    }

    .lastf {
        padding-bottom: 35px;
    }

    /* main */
    .tm120 {
        margin-top: 40px;
    }

    .bm120 {
        margin-bottom: 40px;
    }

    .tm80 {
        margin-top: 40px;
    }

    .bm80 {
        margin-bottom: 40px;
    }

    .m7cold {
        border-radius: 15px;
    }

    .m1rightcoldul {
        flex-direction: column;
    }

    .imgp,
    .imgt {
        display: none;
    }

    p {
        width: 100% !important;
    }

    .m3coldleft {
        text-align: center;
        margin: 15px 0;
    }

    .m3coldleft a {
        margin-top: 25px;
    }

    .m3coldrightcol1,
    .m3coldrightcol2 {
        top: 0;
    }

    .m4rowcoldleft {
        text-align: center;
    }

    .m4rowcolright {
        padding: 0;
        margin: 25px 0;
    }

    .m4rowcolleft {
        padding: 0;
    }

    .main4 {
        padding: 25px 0;
    }

    .m5leftcol {
        padding: 0;
    }

    .m5rightcold {
        text-align: center;
        margin: 25px 0;
    }

    .m5swscon {
        justify-content: center;
    }

    .m5rightcoldul {
        justify-content: center;
    }

    .m2coldazz p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        padding: 0 15px;
    }
    .m2coldimg {
        border-radius: 15px 15px 0 0;
    }

    .m2colda {
        border-radius: 15px 15px;
    }
    .m8leftcold{
        text-align: center;
    }
    .main6{
        padding: 0;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }

    #main4zz .video video {
        height: 30%;
    }

    /* 子页通用样式 */

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }
    /* new */

    .newmainright {
        margin-top: 1.25rem;
    }

    .newmainright ul li {
        display: block;
    }

    .newmainright ul li .lileft {
        width: 100%;
    }

    /* newlist */

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a {
        display: block;
    }

    .productlistmainright .plst a .img {
        width: 100%;
    }

    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 100%;
        position: static;
    }

    .productlistmainright .plst a .txt button {
        position: static;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    .productlistmainleft {
        display: none;
    }

    /* productinfo */
    .productinfomainright {
        margin: 0;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
        margin: 0;
    }

    .productinfomainright .content .right button {
        width: 60%;
    }

    .productinfomain .content .left .cnext {
        top: 90%;
        right: .625rem;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 20px;
    }

    .productinfomainright .content .right span:nth-child(1) {
        font-size: 1rem;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }

    .productinfomainright {
        margin: 0;
    }

    .s .swiper-pagination-fraction {
        width: 100%;
        text-align: center;
    }
    .productinfomainright {
        padding-left: 0;
    }
    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: .625rem 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    /* contact */
    .contactmain .up .right div {
        display: block;
    }

    .contactmain .up .right div input,
    .contactmain .up .right div textarea {
        width: 100%;
    }

    .modle404 .zz404 .modlemain4042 h1 {
        font-size: 100PX !important;
    }

    /* 页码 */
    .pagelist a.item2 {
        margin: .9375rem 0;
    }

    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }
    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:36rem) and (max-width:48rem) {
    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }

    /*头部 脚部样式  */
    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .n1y1,
    .n1y2 {
        width: 35%;
    }

    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #ffffff;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 78px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .foul li {
        width: 100%;
    }

    .footer {
        padding: 25px 0;
    }

    .lastf {
        padding-bottom: 35px;
    }

    /* main */
    .tm120 {
        margin-top: 40px;
    }

    .bm120 {
        margin-bottom: 40px;
    }

    .tm80 {
        margin-top: 40px;
    }

    .bm80 {
        margin-bottom: 40px;
    }

    .m7cold {
        border-radius: 15px;
    }

    .imgp,
    .imgt {
        display: none;
    }

    p {
        width: 100% !important;
    }

    .m3coldleft {
        text-align: center;
        margin: 15px 0;
    }

    .m3coldleft a {
        margin-top: 25px;
    }

    .m3coldrightcol1,
    .m3coldrightcol2 {
        top: 0;
    }

    .m4rowcoldleft {
        text-align: center;
    }

    .m4rowcolright {
        padding: 0;
        margin: 25px 0;
    }

    .m4rowcolleft {
        padding: 0;
    }

    .main4 {
        padding: 25px 0;
    }

    .m5leftcol {
        padding: 0;
    }

    .m5rightcold {
        text-align: center;
        margin: 25px 0;
    }

    .m5swscon {
        justify-content: center;
    }

    .m5rightcoldul {
        justify-content: center;
    }

    .m2coldimg {
        border-radius: 15px 15px 0 0;
    }

    .m2colda {
        border-radius: 15px 15px;
    }

    .m2coldazz p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        padding: 0 15px;
    }
    .m8leftcold{
        text-align: center;
    }
    .main6{
        padding: 0;
    }
    h1,
    h2 {
        font-size: 1.5rem !important;
    }

    .showprev {
        left: -55%;
    }

    .shownext {
        right: -55%;
    }

    #main4zz .video video {
        height: 40%;
    }

    .m1coldcol1 {
        text-align: center;
    }

    .main3 {
        margin-top: 0;
    }

    /* 子页通用样式 */
    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    } 

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    .newmainright ul li {
        display: block;
    }

    .newmainright ul li .lileft {
        width: 100%;
    }

    /* newlist */
    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 60%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    .productlistmainright .plst a .txt button {
        width: 50%;
    }

    .productlistmainright .plst a {
        flex-direction: column;
    }

    .productlistmainright .plst a .img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 100%;
    }

    /* productinfo */
    .productinfomainright .content .right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 90%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 20px;
    }

    .productinfomainright {
        margin: 0;
        padding: 0;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }


    .productinfomainright .content .right span:nth-child(1) {
        font-size: 1rem;
    }
    .productinfomainright {
        padding-left: 0;
    }

    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: .625rem 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    /* contact */
    .contactmain .up .right div {
        display: block;
    }

    .contactmain .up .right div input,
    .contactmain .up .right div textarea {
        width: 100%;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:48rem) and (max-width:62rem) {

    /*头部 脚部样式  */

    .nav0 {
        display: none;
    }

    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #FFFFFF;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 79px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .foul li {
        width: 100%;
    }

    .lastf{
        padding-bottom: 35px;
    }
    /* main */
    .tm120 {
        margin-top: 40px;
    }

    .bm120 {
        margin-bottom: 40px;
    }

    .tm80 {
        margin-top: 40px;
    }

    .bm80 {
        margin-bottom: 40px;
    }

    .m7cold {
        border-radius: 15px;
    }

    .imgp,
    .imgt {
        display: none;
    }

    p {
        width: 100% !important;
    }

    .m3coldleft {
        text-align: center;
        margin: 15px 0;
    }

    .m3coldleft a {
        margin-top: 25px;
    }

    .m3coldrightcol1,
    .m3coldrightcol2 {
        top: 0;
    }

    .m4rowcoldleft {
        text-align: center;
    }

    .m4rowcolright {
        padding: 0;
        margin: 25px 0;
    }

    .m4rowcolleft {
        padding: 0;
    }

    .main4 {
        padding: 25px 0;
    }

    .m5leftcol {
        padding: 0;
    }

    .m5rightcold {
        text-align: center;
        margin: 25px 0;
    }

    .m5swscon {
        justify-content: center;
    }

    .m5rightcoldul {
        justify-content: center;
    }

    .m2coldimg {
        border-radius: 15px 15px 0 0;
    }

    .m2colda {
        border-radius: 15px 15px;
    }

    .m8leftcold {
        text-align: center;
    }

    .m2coldazz p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        padding: 0 15px;
    }
    .main6{
        padding: 0;
    }
    h1,
    h2 {
        font-size: 1.5rem !important;
    }

    .showprev {
        left: -55%;
    }

    .shownext {
        right: -55%;
    }

    #main4zz .video video {
        height: 35%;
    }

    /* 子页通用样式 */
    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    /* productinfo */
    .productinfomainright .content .right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 90%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 20px;
    }

    .productinfomainright {
        margin: 0;
        padding: 0;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }
    .productinfomainright {
        padding-left: 0;
    }
    /* search */
    .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: .625rem .625rem;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }
    .m4rowcoldrightdf{
        transform: scale(0.6) !important;
    }
}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:62rem) and (max-width:75rem) {
    .m2coldimg {
        border-radius: 15px 15px 0 0;
    }

    .m2colda {
        border-radius: 15px 15px;
    }
    .nav0 {
        display: none;
    }

    .nav1 {
        width: 100%;
        border-radius: 0;
        top: 0;
        background: #FFFFFF;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 78px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer {
        background-size: unset;
        margin-top: 40px;
    }

    .ftzz {
        background-color: rgba(46, 45, 61, 1);
    }

    .fcold {
        padding-right: 25px;
    }

    .ftxt {
        width: 100%;
    }

    .fful {
        margin-right: 95px;
    }

    .frow {
        padding: 0;
        top: -40px;
    }

    /* main*/
    .tm80 {
        margin-top: 40px;
    }

    .bm80 {
        margin-bottom: 40px;
    }

    .imgp {
        left: 0;
    }

    .imgt {
        right: 0;
    }

    .m2tit,
    .m7tit {
        padding: 25px 0;
    }

    .m2coldazz p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        padding: 0 15px;
    }
    .main6{
        padding: 0;
    }
    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    /* h3{
        font-size: 22px !important;
    } */
    h4 {
        font-size: 20px !important;
    }

    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }
    .productinfomainright {
        padding-left: 0;
    }

    #bg img {
        height: 100%;
        object-fit: cover;

    }

    /* 子页通用样式 */

    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    /* productinfo */
    .productinfomainright .content .right a {
        width: 50%;
    }

    .bg img {
        height: 31.25rem;
        object-fit: cover;
    }

    .productinfomainright {
        margin: 0;
    }


    /* search */
    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: .625rem .625rem;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }
}

/* *************************************************************************1200-1400*********************************************  */

@media (min-width:75rem) and (max-width:87.5rem) {

    .m2coldimg {
        border-radius: 15px 15px 0 0;
    }

    .m2colda {
        border-radius: 15px;
    }
    .n1y1,
    .n1y2 {
        width: 20%;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer {
        background-size: unset;
        margin-top: 60px;
    }

    .ftzz {
        background-color: rgba(46, 45, 61, 1);
    }

    .fful {
        margin-right: 95px;
    }

    .frow {
        padding: 0;
        top: -40px;
    }

    /* main*/
    .tm80 {
        margin-top: 40px;
    }

    .bm80 {
        margin-bottom: 40px;
    }

    .imgp {
        left: 0;
    }

    .imgt {
        right: 0;
    }
    .main6{
        padding: 0;
    }
    h1 {
        font-size: 2.25rem !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    .nav1seach .input-wrapper .icon~.input,
    .nav1seach .input:focus {
        box-shadow: none;
        width: 250px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 3px solid #8F8F8F;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }


    #bg img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomainright .content .right button {
        width: 60%;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }

}

/* 详情页 按钮样式 */
/* #region */
.arrow {
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    transition: transform 0.1s;
}

.cnext .arrow-top,
.cnext .arrow-bottom {
    background-color: #16b97a;
    height: .25rem;
    left: -0.3125rem;
    position: absolute;
    width: 100%;
}

.cnext .arrow-top:after,
.cnext .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.cnext .arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.cnext .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.cnext .arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}

.cnext .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.cprev.arrow {
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    transition: transform 0.1s;
}

.cprev .arrow-top,
.cprev .arrow-bottom {
    background-color: #16b97a;
    height: .25rem;
    left: -0.3125rem;
    position: absolute;
    width: 100%;
}

.cprev .arrow-top:after,
.cprev .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.cprev .arrow-top {
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.cprev .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.cprev .arrow-bottom {
    transform: rotate(45deg);
    transform-origin: top left;
}

.cprev .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}

.arrow:active {
    transform: scale(0.5) !important;
}

/* #endregion */
.zoomContainer {
    overflow: hidden;
}



.pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pagelist a {
    display: block;
    padding: 3px 10px;
    border: 1px solid #45c795;
    margin: 10px 5px;
    font-size: 16px;
}

.pagelist a:hover {
  background-color: #45c795;
  color: #fff;
}

.pagelist .current {
  background-color: #45c795 !important;
  color: #fff !important;
}

.pagelist a .current {
  background-color: #45c795
  color: #fff
}
/* ****************************************************************************************************************** */</pre></body></html>