<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(../css/common.css);
@import url(../css/iconfont.css);

/*滚动条样式*/
body {
    min-height: 100vh;
    /*font-family: "MiSans-Regular" !important;*/
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑" !important;
    font-size: 16px;
    color: #000;
    background: #fff;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
h1,
h2,
h4,
h5,
h6 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-transform: none;
}

a {
    color: #000;
    letter-spacing: 1px;
}

a:hover {
    color: #333;
}

.con {
    width: 83.33%;
    min-width: 900px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid transparent;
}

.header-logo {
    width: 1.8333rem;
    height: .1979rem;
    background-image: url(../images/logo.png);
}

nav {
    padding-left: 2.1875rem;
    padding-right: .3125rem;
}

nav&gt;ul&gt;li {
    padding: 0 6px;
}

nav&gt;ul&gt;li&gt;a {
    color: #fff;
    font-size: .0938rem;
    line-height: 1.2;
    padding: .1979rem 0;
    text-transform: uppercase;
}

nav&gt;ul&gt;li&gt;a:hover {
    color: #fff;
}

nav&gt;ul&gt;li&gt;a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav&gt;ul&gt;li&gt;a:hover::after,
nav&gt;ul&gt;li&gt;a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-search a span {
    font-size: .1146rem;
    color: #fff;
    line-height: 1;
}

.header-line {
    border-left: 2px solid #fff;
    height: .125rem;
    margin: 0 .1563rem;
}

.header-lang {
    margin-left: .2083rem;
    align-items: center;
}

.header-lang a,
.header-lang em {
    font-size: .0938rem;
    color: #fff;
    line-height: normal;
}

.header-lang em {
    margin: 0 .0625rem;
}

.header-lang span {
    font-size: .1146rem;
    color: #fff;
    margin-right: .0521rem;
}

.header-lang a:hover {
    text-decoration: underline;
}

.header-active .header-lang em {
    color: #000;
}

.header-btn a {
    background-color: #25708c;
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
    padding: .1042rem .1563rem;
}

.header-btn a:hover {
    background-color: #25708c;
}

.header-lang a:hover {
    color: #25708c;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-logo {
    background-image: url(../images/logo01.png);
}

.header-active .header-search a span {
    color: #000;
}

.header-active .header-lang span {
    color: #000;
}

.header-active .header-lang a {
    color: #000;
}

.header-active .header-line {
    border-left: 2px solid #000;
}

.header-active nav&gt;ul&gt;li&gt;a {
    color: #000;
}

.header-active nav&gt;ul&gt;li&gt;a:hover,
.header-active nav&gt;ul&gt;li&gt;a.active {
    color: #000000;
}

.header-active nav&gt;ul&gt;li&gt;a:hover::after,
.header-active nav&gt;ul&gt;li&gt;a.active::after {
    opacity: 1;
    background-color: #000000;
    width: 100%;
}

.search-sub-box {
    background: transparent;
    top: .55rem;
}

/*首页样式*/
/*广告样式*/
.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1563rem;
    left: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    width: .0781rem;
    height: .0781rem;
    display: block;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 .0781rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

/*产品分类样式*/
.index-m-box {
    padding-top: .5208rem;
}

.index-m-tit h4 {
    font-size: .2865rem;
    background: linear-gradient(90deg, #09527f 30%, #a209d3 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: .3646rem;

}

.index-cate-item-r {
    background-color: #fff;
    padding: .1563rem .3125rem;
    width: 33.56%;
    margin-left: -0.1042rem;
}

.index-cate-item-r-tit h4 {
    font-size: .25rem;
    background: linear-gradient(90deg, #09527f 30%, #a209d3 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: .0885rem;
}

.index-cate-item-r-tit p {
    opacity: 0.8;
    font-size: .1354rem;
    line-height: 1;
}

.index-cate-pro-pic {
    width: 1.1875rem;
    margin: .1563rem auto;
}

.index-btn {
    display: inline-block;
    font-size: .0938rem;
    color: #000;
    border: 1px solid #000;
    padding: .0781rem .2604rem;
    border-radius: .2083rem;
}

.index-btn:hover {
    color: #fff;
    background: #184789;
    border: 1px solid #184789;
}

.index-cate-fy div {
    width: .3229rem;
    height: .3229rem;
    background: #ffffff;
    border-radius: 50%;
    top: 35%;
    z-index: 990;
    font-size: .1563rem;
    color: #999;
}

.index-cate-fy div:hover {
    background-color: #184789;
    color: #fff;
}

.index-cate-prev {
    left: -.4167rem;
}

.index-cate-next {
    right: -.4167rem;
}

.index-m-con {
    margin-top: .7813rem;
}

.index-m-l h4 {
    font-size: .3125rem;
    margin-bottom: .1771rem;
}

.index-m-l h4 span {
    background: linear-gradient(90deg, #09527f 30%, #a209d3 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.index-m-l h4 em {
    background: linear-gradient(0deg, #b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.index-m-l p {
    color: #fff;
    font-size: .1667rem;
    margin-bottom: .1094rem;
    line-height: 1;
}

.index-m-l p em {
    font-size: .2188rem;
    background: linear-gradient(90deg, #07507b 0%, #509f36 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 1.5px #fff;
    margin: 0 .0521rem;
}

.index-m-l a {
    color: #fff;
    border: 1px solid #fff;
    margin-top: .3646rem;
}

.index-m-r {
    width: 40%;
    background: linear-gradient(90deg, rgba(111, 42, 159, 0.5) 0%, rgba(42, 42, 129, 0.5) 100%), rgba(24, 71, 137, 0.5);
    border-radius: .2083rem;
    padding: .3438rem 0 0;
}

.index-m-r-i {
    width: 50%;
    margin-bottom: .2604rem;
}

.index-m-r-i img {
    width: .375rem;
    margin-bottom: .1198rem;
}

.index-m-r-i h4 {
    font-weight: 400;
    font-size: .1094rem;
    color: #fff;
    text-align: center;
    margin-bottom: .0833rem;

}

.index-m-r-i p {
    text-align: center;
    color: #fff;
    opacity: 0.7;
    font-size: .0833rem;
    line-height: 1;
}

.index-m-r-i:nth-child(1),
.index-m-r-i:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.index-team {
    padding: .4219rem 0;

}

.index-team-con {
    border-radius: .1042rem;
    background: linear-gradient(90deg, #6f2a9f 0%, #2a2a81 100%), #184789;
}

.index-team-l {
    border-radius: .1042rem;
    width: 49.25%;
}

.index-team-r-con {
    width: 70%;
}

.index-team-r h4 {
    font-size: .2604rem;
    line-height: 1.3;
    margin-bottom: .2031rem;
    background: linear-gradient(0deg, #b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.index-team-r p {
    color: #fff;
    font-size: .1042rem;
    margin-bottom: .349rem;
}

.index-team-r a {
    color: #fff;
    border: 1px solid #fff;
}



.index-cs {
    padding: .4688rem 0;
}

.index-cs-l {
    width: 46.25%;
}

.index-cs-l h4 {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

}

.index-cs-tit1 {
    font-size: .5469rem;
    background: linear-gradient(90deg, #09527f 0%, #a209d3 100%);
    margin-bottom: .0625rem;
}

.index-cs-tit2 {
    font-size: .4479rem;
    background: linear-gradient(90deg, #509f36 0%, #07507b 100%);
}

.index-cs-l p {
    background: linear-gradient(90deg, #6f2a9f 0%, #2a2a81 100%), #035370;
    color: #fff;
    border-radius: .1406rem;
    line-height: 1;
    font-size: .1198rem;
    padding: .0781rem .2344rem;
    margin-top: .125rem;
    margin-bottom: .4844rem;
}

.index-cs-l img {
    margin-left: -0.0781rem;
}

.index-cs-r {
    width: 47.25%;
}

/*底部样式*/
footer {
    background: linear-gradient(90deg, #6f2a9f 0%, #2a2a81 100%), #035370;
}

.footer-t {
    padding: .4427rem 0;
}

.f-se {
    margin-right: .8125rem;
}

.f-se img {
    width: 1.8333rem;
    margin-bottom: .224rem;
}

.footer-search-form-box {
    background: #fff;
    padding: .026rem .1042rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: .2083rem;
    width: 1.8333rem;
}

.footer-search-form-box input[type="text"] {
    font-size: .0833rem;
    background-color: transparent;
    border: none;
    color: #000;
    width: 100%;
}

.footer-search-form-box input[type="text"]::placeholder {
    font-size: .0833rem;
    color: #999;
}


.footer-search-form-box input[type="submit"] {
    width: .276rem;
    height: .1979rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1042rem .1042rem;
    background-color: #652a9b;
    border-radius: .0938rem;
    background-position: center;
    cursor: pointer;
}

.f-txt {
    margin-right: 1.3333rem;
}

.f-txt h4 {
    font-size: .1667rem;
    color: #fff;
    letter-spacing: 1px;
}

.f-txt p {
    font-size: .0938rem;
    color: #fff;
    line-height: 1;
    margin-top: .1563rem;
}

.f-qr img {
    width: .526rem;
    margin-bottom: .0885rem;
}

.f-qr p {
    font-size: .0833rem;
    color: #fff;
    line-height: 1;
    text-align: center;
}


.footer-b {
    padding-bottom: .1458rem;
    z-index: 1;
}

.footer-zi {
    width: 6rem;
    right: -3rem;
    opacity: 0.08;
    z-index: 0;
}


.footer-b-con-l,
.footer-b-con-r a {
    font-size: .0833rem;
    color: #fff;
    line-height: 1;
}

.footer-b-con-r a:hover {
    color: #fff;
    text-decoration: underline;
}

#sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#sidebar ul li {
    margin-bottom: 5px;
    position: relative;
}

#sidebar ul li:last-child {
    margin-bottom: 0;
}

#sidebar ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    font-size: 18px;
    transition: .5s;
    cursor: pointer;
    color: #fff;
}

#sidebar ul li i:hover {
    color: white;
    background: black;
}

#sidebar ul li dl {
    position: absolute;
    top: 0;
    padding: 15px 25px;
    background: white;
    width: auto;
    white-space: nowrap;
    right: 0;
    transform: translateX(100%);
    transition: .5s;
    opacity: 0;
}

#sidebar ul li dl dt {
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0;
}

#sidebar ul li dl dd {
    font-size: 16px;
    display: block;
}

#sidebar ul li dl img {
    width: 120px;
    max-width: none;
}

#sidebar ul li:hover dl {
    right: 40px;
    transform: translateX(0);
    opacity: 1;
}

/*关于我们样式*/
.abt-con {
    margin-top: 1.401rem;
    align-items: flex-start;
}

.abt-con-l {
    width: 50%;
}

.abt-con-l h4 {
    margin-bottom: .3333rem;
}

.abt-con-l h4 span {
    margin-right: .1042rem;
    font-size: .3125rem;
    background: linear-gradient(90deg, #09527f 0%, #a209d3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.abt-con-l h4 em {
    font-size: .3125rem;
    background: linear-gradient(0deg, #b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.abt-con-l p {
    font-size: .0938rem;
    color: #fff;
    margin-bottom: .1563rem;
    text-align: justify;
}

.abt-con-r {
    width: 35%;
}

.abt-con-i {
    width: 48%;
    padding: .2396rem;
    background: linear-gradient(45deg, rgba(111, 42, 159, 1) 10%, rgba(42, 42, 129, 1) 80%), rgba(255, 255, 255, 0.5);
    border-radius: .0781rem;
    margin-bottom: .0938rem;
}

.abt-con-i h4 {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .0938rem;
    font-weight: 400;
}

.abt-con-i h4 em {
    font-size: .3646rem;
    background: linear-gradient(0deg, #b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.abt-con-i p {
    color: #fff;
    font-size: .0885rem;
}

.ab1 {
    padding: .6615rem 0;
}

.ab1-con-l {
    width: 34.37%;
}
.ab1-con-r{
    width: 50%;
}


.ab1-con-l h4 {
    font-size: .3125rem;
    background: linear-gradient(0deg, #09527f 0%, #a209d3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: .0729rem;
}

.ab1-con-l span {
    font-size: .3125rem;
    font-weight: 600;
    line-height: 1;
}

.ab1-con-l span::after {
    content: '';
    display: block;
    margin-top: .151rem;
    background: linear-gradient(0deg, #09527f 0%, #a209d3 100%), #184789;
    border-radius: .0156rem;
    width: .25rem;
    height: .0313rem;
}

.ab1-con-l&gt;p {
    text-align: justify;
    margin-bottom: .25rem;
    font-size: .0938rem;
    margin-top: .224rem;
}

.ab1-con-list {
    width: 70%;
}

.ab1-con-i img {
    width: .4167rem;
    margin: 0 auto .0938rem;
}

.ab1-con-i p {
    font-size: .0781rem;
    text-align: center;
    line-height: 1;
}

.ab2-l {
    width: 47.9%;
}

.ab2-r {
    flex: 1;
    background: linear-gradient(90deg, #6f2a9f 0%, #2a2a81 100%), #0060af;
    padding: .5rem .7708rem 0;
}

.ab2-r h4 {
    margin-bottom: .2396rem;
    font-size: .3125rem;
    background: linear-gradient(45deg, #b0713d 20%, #e4d2a1 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
}

.ab2-r h4::after {
    content: '';
    display: block;
    width: .25rem;
    height: .0313rem;
    background: #ffffff;
    border-radius: .0156rem;
    margin-top: .1406rem;
}

.ab2-r p {
    font-size: .0938rem;
    color: #fff;
    text-align: justify;
    width: 80%;
    margin-bottom: .625rem;
}

.ab2-r-i {
    border-radius: .026rem;
    margin-right: .0677rem;
    overflow: hidden;
    width: .7917rem;
}

.ab3 {
    padding: .5885rem 0;
}

.ab3-l {
    width: 38.75%;
}

.ab3-l&gt;h4 {
    font-size: .3125rem;
    margin-bottom: .0417rem;
    background: linear-gradient(0deg, #09527f 0%, #a209d3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

}

.ab3-l&gt;span {
    font-weight: 700;
    font-size: .3125rem;
    line-height: 1;
}

.ab3-l&gt;span::after {
    content: '';
    display: block;
    width: .25rem;
    height: .0313rem;
    background: linear-gradient(0deg, #09527f 0%, #a209d3 100%), #184789;
    border-radius: .0156rem;
    margin-top: .224rem;
}
.ab3-l&gt;p{
    margin-top: .1667rem;
    margin-bottom: .6354rem;
    font-size: .0938rem;
    text-align: justify;
    opacity: 0.78;
    width: 82%;
}
.ab3-l-list{
    width: 82%;
}
.ab3-l-i{
    width: 30%;
}
.ab3-l-i h4{
    font-size: .2083rem;
    margin-bottom: .1354rem;
    background:  linear-gradient(0deg,#07507b 0%, #509f36 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.ab3-l-i span{
    font-size: .0888rem;
    line-height: 1.5;
}
.ab3-r{
    width: 58%;
}
.ab3-r-top{
    margin-bottom: .0833rem;
}
.ab3-r-list .ab3-r-i{
    width: 32%;
}
.ab4{
    background: #f8f8f8;
    padding: .3438rem 0;
}
.ab4-l{
    width: 44.56%;
}
.ab4-r{
    width: 40%;
}
.ab4-r h4 em {
    font-size: .3125rem;
    background: linear-gradient(90deg,#09527f 10%, #a209d3 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: .125rem;
}
.ab4-r h4 span{
    font-size: .3125rem;
    margin-bottom: .224rem;
}
.ab4-r p{
    font-size: .1042rem;
    opacity: 0.8;
    margin-bottom: .5156rem;
}
.ab4-r img{
    width: 85%;
    margin: 0 auto;
}

/*招商样式*/
.zs-tit-txt h4 {
    margin-bottom: .1719rem;
}
.zs-tit-txt h4 em {
    margin-right: .1302rem;
    font-size: .3802rem;
    background: linear-gradient(90deg, #863d8c 10%, #0c5391 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    /* 描边宽度和颜色 */
}
.zs-tit-txt h4 span{
    font-size: .3906rem;
    background: linear-gradient(0deg,#b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.zs-tit-txt p {
    font-size: .1563rem;
    font-weight: 400;
    color: #fff;
}

.zs-t-list {
    margin: .3229rem 0 .901rem;
}

.zs-t-i {
    background-color: #29315c;
    width: 23.37%;
    padding: .0625rem;
    border-radius: .0521rem;
}

.zs-t-i-txt {
    padding: .25rem .1458rem;
}

.zs-t-i-txt h4 {
    font-size: .125rem;
    margin-bottom: .1302rem;
    color: #e7d2ad;
}

.zs-t-i-txt p {
    opacity: 0.7;
    font-size: .0938rem;
    color: #fff;
}

.zs-m-tit{
    margin-top: .5208rem;
}
.zs-m-tit h4{
    margin-bottom: .1719rem;
}
.zs-m-tit h4 em{
    margin-right: .1302rem;
    font-size: .3802rem;
    background: linear-gradient(90deg, #863d8c 10%, #0c5391 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.zs-m-tit h4 span{
    font-size: .3906rem;
    background: linear-gradient(0deg,#b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.zs-m-tit p{
    font-size: .1563rem;
    font-weight: 400;
    color: #fff;
}
.zs-m-list{
    margin-top: .3542rem;
}
.zs-m-list&gt;div{
    border-radius: .1563rem;
    width: 47.75%;
}
.zs-m-txt{
    margin: .5208rem  0 0 .2344rem;
    width: 44%;
}
.zs-m-txt h4{
    font-size: .2083rem;
    line-height: 1.3;
    margin-bottom: .1979rem;
}
.zs-m-txt p{
    font-size: .0938rem;
    text-align: justify;
    color: #fff;
}

.zs-m-list-l .zs-m-txt h4{
    background: linear-gradient(45deg,#09527f 10%, #a209d3 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.zs-m-list-l .zs-m-txt p{
    color: #000;
}
.zs-m-list-r .zs-m-txt h4{
    background: linear-gradient(45deg,#b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.zs-m-pz{
    margin-top: 1.2083rem;
}
.zs-m-pz-l{
    width: 41.25%;
}
.zs-m-pz-r{
    width: 43.37%;
    border-radius: .2604rem;
}


.zs-b{
    background-color:  #c6c8e7;
    padding: .6198rem 0;
}

.zs-b-r {
    width: 60%;
    background-color: #fff;
    border-radius: .1302rem;
    padding: .5208rem .2917rem;
}

.zs-b-r-form input {
    width: 48%;
    font-size: .0833rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1042rem;
    color: rgba(0, 0, 0, 0.4);
}

.zs-b-r-form textarea {
    margin-top: .2396rem;
    margin-bottom: .2604rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    color: rgba(0, 0, 0, 0.4);
    min-height: .5833rem;
}

.zs-b-btn {
    font-size: .0833rem;
    color: #fff;
    background: linear-gradient(45deg,#09527f 0%, #a209d3 100%), #0060af;
    padding: .1042rem .3438rem;
    cursor: pointer;
}

.zs-b-btn:hover {
    margin-left: .0521rem;
}

.zs-b-l h4 {
    font-size: .3125rem;
    line-height: 1.3;
    margin-bottom: .1719rem;
    background: linear-gradient(45deg,#09527f 0%, #a209d3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    /* 描边宽度和颜色 */
}

.zs-b-l p {
    color: #2b3a73;
    font-size: .125rem;
    line-height: 1;
    margin-bottom: .2813rem;
}

.zs-b-l span {
    background: linear-gradient(90deg, #6810bc 0%, #1b94cb 100%), #f9e4cf;
    border: .0156rem solid #ffffff;
    border-radius: .1146rem;
    color: #fff;
    font-size: .0885rem;
    line-height: 1;
    text-align: center;
    padding: .0521rem .1458rem;
}

.zs-b-l em {
    color: #000;
    font-size: .2604rem;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    margin-top: .1198rem;
}
.zs-m-zc{
    margin-top: .6771rem;
}
.zs-m-zc&gt;h4{
    font-size: .3385rem;
    color: #fff;
}
.zs-m-zc&gt;h4 em{
    background: linear-gradient(45deg,#09527f 10%, #a209d3 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px #fff;
}
.zs-m-zc&gt;h4 span{
    background: linear-gradient(45deg,#b0713d 0%, #e4d2a1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.zs-m-zc-list{
    margin-top: .375rem;
}
.zs-m-zc-i{
    width: 31.87%;
    padding: .3438rem .2813rem;
    background-color: rgba(113,88,156,0.2);
    border-radius: .1563rem;
    overflow: hidden;
}
.zs-m-zc-i h4{
    font-size: .1563rem;
    margin-bottom: .1979rem;
    background: linear-gradient(45deg,#e4d2a1 0%,  #b0713d 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.zs-m-zc-i-con p{
    color: #fff;
    width: 50%;
    font-size: .1042rem;
    margin-bottom: .1042rem;
    line-height: 1;
    display: flex;
    align-items: center;
}
.zs-m-zc-i-con p::before{
    content: "";
    width: .026rem;
    height: .026rem;
    border-radius: 50%;
    background-color: #fff;
    margin-right: .0781rem;
    overflow: hidden;
}


/*联系我们样式*/
.ca1 {
    background-color: #f8f8f8;
    padding: .4688rem 0;
}



.ca1-con {
    padding: 0 .4167rem;
}

.ca1-tit {
    margin-right: .3333rem;
}

.ca1-tit h4 {

    font-size: .2083rem;

    margin-bottom: .1563rem;



}



.ca1-tit p {

    font-size: .1146rem;

    margin-bottom: .1563rem;

    letter-spacing: 1px;

    line-height: 1.75;

    text-align: justify;

}

.ca1-tit p em {
    font-weight: bold;
    background: linear-gradient(90deg, #6810bc 0%, #1b94cb 100%), #216a7a;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}




.ca1-ly {

    width: 4.5833rem;

}



.ca1-ly-label {

    width: 48%;

    margin-bottom: .125rem;

}



.ca1-ly-label input,

.ca1-ly-label textarea {

    width: 100%;

    background-color: #fff;

    font-size: .0833rem;

    padding: .1042rem .0625rem;

    line-height: 1;

    border: 1px solid #dddddd;

}



.ca1-ly-label input::placeholder,

.ca1-ly-label textarea::placeholder {

    color: #c0c4cc;

}



.ca1-ly-label:nth-child(5) {

    width: 100%;

}



.ca1-ly-label:last-child {

    width: 100%;

}



.ca1-ly-label textarea {

    height: 0.8rem;

}



.ca1-ly-btn {

    background: #fff;

    background-color: #000;

    color: #fff;

    font-size: .125rem;

    line-height: 1;

    width: .9375rem;

    padding: .0833rem 0;

    cursor: pointer;

    border-radius: .2083rem;

}



.ca1-ly-btn:hover {

    background-color: #035470;

}


/*产品页样式*/
/*产品列表样式*/
.pro-list-top {
    margin-bottom: .2604rem;
}

.pro-t-box {
    bottom: 1.3958rem;
}

.pro-t-txt h4 {
    color: #fff;
    font-size: .2188rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: .1042rem;
}

.pro-t-txt p {
    color: #fff;
    font-size: .151rem;
    line-height: 1;
}

.pro {
    padding: 0 0 .3906rem;
    margin-top: -0.2708rem;
}

.pro-top {
    margin-bottom: .4167rem;
}

.pro-top-menu a,
.pro-top-menu em,
.pro-top-menu span {
    font-size: .0938rem;
    line-height: 1;
    opacity: 0.7;
}

.pro-top-menu span {
    color: #000;
    opacity: 1;
    font-size: .0885rem;
}

.pro-top-menu a:hover {
    color: #25708c;
    opacity: 1;
}

.pro-top-menu em {
    padding: 0 .0521rem;
}

.pro-top-tit {
    margin-top: .0938rem;
}

.pro-top-tit h4 {
    font-size: .3125rem;
    font-weight: normal;
}

.pro-list-bar {
    box-shadow: .0625rem .1082rem .2552rem .125rem rgba(8, 1, 2, 0.05);
    background: #ffffff;
    border-radius: 0.2292rem;
    padding: 0.0677rem 0;
    margin-bottom: .3646rem;
}

.pro-list-txt h4 {
    font-size: .2188rem;
    font-weight: 400;
}

.pro-list-page-nav-item {
    background-color: transparent;
    padding: .0781rem .2188rem;
    border-radius: .1979rem;
    width: 1.4583rem;
}

.pro-list-page-nav-item:hover,
.pro-list-page-nav-item.active {
    border-radius: .1979rem;
    background: linear-gradient(97deg, #71209a 1%, #2d4ca6 98%), #073269;
}

.pro-list-page-nav-item img {
    width: .2292rem;
    margin-right: .0417rem;
}

.pro-list-page-nav-item span {
    font-size: .1354rem;
    color: #000;
    line-height: 1;
}

.pro-list-page-nav-item:hover span,
.pro-list-page-nav-item.active span {
    color: #fff;
}


.sub-nav {
    top: .3646rem;
    z-index: 10;
    display: none;
}

.sub-item {
    background: #bfbfbf;
    color: #fff;
    padding: .125rem .0521rem;
    font-size: .1042rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: .0833rem;
    width: 1.4583rem;
    display: block;
    margin-top: .0521rem;
    border-radius: .2083rem;
}

.sub-item:hover,
.sub-item.active {
    background: linear-gradient(97deg, #71209a 1%, #2d4ca6 98%), #073269;
    color: #fff;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
}

.pro-page-form-box input[type=submit] {
    background-color: #ED9517;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
}

.pro-top-search {
    border: 2px solid #93939a;
}

.pro-top-search input[type=text] {
    font-size: .0885rem;
    width: 100%;
    padding: 0 .0833rem;
}

.pro-top-search input[type=submit] {
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
    appearance: none;
    background-color: transparent;
    opacity: 0.7;
}

.pro-search-form {
    background-color: #fff;
    width: 1.875rem;
}

.pro-search-form img {
    width: .1458rem;
    margin-right: .1042rem;
    opacity: 0.6;
}

.pro-search-input {
    padding: .0885rem .0677rem;
}

.pro-search-input input[type=text] {
    font-size: .0938rem;
    width: 100%;
}

.pro-search-form input[type=submit] {
    width: .3021rem;
    height: .3021rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1354rem .1354rem;
    background-position: center center;
    appearance: none;
    background-color: #333;
    opacity: 0.7;
}

.pro-side {
    width: 1.4688rem;
}

.pro-side-tit h4 {
    font-size: .1146rem;
    margin-bottom: .1354rem;
}

.pro-side-item {
    border-top: 1px solid #ccc;
    padding-top: .2083rem;
    margin-bottom: .2083rem;
}

.pro-side-item i.on {
    transform: rotate(90deg);
}

.pro-side-item-tit {
    cursor: pointer;
}

.pro-side-item-tit h4 {
    font-size: .0938rem;
    font-weight: bold;
    line-height: 1.2;
}

.pro-side-item-tit i {
    font-size: .0938rem;
    line-height: 1;
}

.pro-side-sub {
    display: none;
}

.pro-side-sub.on {
    display: block;
}

.pro-side-sub a {
    font-size: .0885rem;
    margin-top: .1042rem;
    padding-left: .0521rem;
}

.pro-side-sub a.on {
    color: #25708c;
}

.pro-side-sub a:hover {
    color: #25708c;
}

.pro-list-con {
    width: 100%;
}

.pro-list-page-item {
    width: 24%;
    margin-bottom: .4167rem;
}

.pro-list-page-item img {
    width: 100%;
}

/* 如果最后一行是3个元素 */
.pro-list-page-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

/* 如果最后一行是2个元素 */
.pro-list-page-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.pro-list-page-item-btn {
    background: #25708c;
    color: #fff;
    font-size: .0938rem;
    width: 85%;
    margin: 0 auto .1146rem;
    border-radius: 5px;
    line-height: 1;
    padding: .1146rem 0;
    opacity: 0;
}

.pro-list-page-item:hover .pro-list-page-item-btn {
    opacity: 1;
}

.pro-list-page-item-txt {
    margin-top: .1563rem;
}

.pro-list-page-item-txt h4 {
    font-size: .1042rem;
    margin-bottom: 0.0781rem;
    text-align: center;
}

.pro-list-page-item-txt p {
    font-size: .0885rem;
    line-height: 1;
    opacity: 0.7;
    text-align: center;
}

.pro-list-page-list::after {
    content: '';
    width: 31%;
}

.pro-list-page-item-tag {
    color: #fff;
    font-size: .0729rem;
    padding: .0365rem .0521rem;
    top: .0625rem;
    left: .0625rem;
    background: #25708c;
}

.pro-ca-con {
    background-color: #292929;
    padding: .3646rem 0;
    margin-bottom: .3646rem;
}

.pro-ca-con p {
    font-size: .1042rem;
    color: #fff;
    margin-bottom: .1771rem;
    line-height: 1;
}

.pro-ca-con h4 {
    font-size: .1667rem;
    line-height: 1.2;
    margin-bottom: .2708rem;
    color: #fff;
}

.pro-ca-con a {
    color: #fff;
    font-size: .0885rem;
    padding: .0833rem .5208rem;
    background-color: #616161;
}

.pro-ca-con a:hover {
    background-color: #fff;
    color: #000;
}

/*产品详情样式*/
.pro-show {
    padding: .2083rem 0 .2083rem;
}

.pro-show-con {
    padding: 0 .4167rem;
}

.pro-show-con-l {
    width: 30.78%;
}

.product-show-img-top .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1042rem;
    left: 0;
}

.product-show-img-top.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: .0729rem;
    height: .0729rem;
    display: block;
    opacity: 0.3;
    margin: 0 .0521rem;
}

.product-show-img-top .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00354d;
    opacity: 1;
}

.pro-show-con-r {
    width: 65.22%;
    background-color: #fff;
    padding: .3125rem;
}

.pro-show-con-r img {
    margin: 0 auto;
}

.pro-show-top-txt {
    padding: 0 .4167rem;
}

.pro-show-top-tit {
    border-bottom: 1px solid #ccc;
    margin-bottom: .25rem;
}

.pro-show-top-tit h4 {
    font-size: .1458rem;
    font-weight: 400;
    margin-bottom: .0833rem;
    margin-top: .2865rem;
    line-height: 1.2;
}

.pro-show-top-tit p {
    font-size: .1146rem;
    margin-bottom: .1667rem;
    color: #000;
    opacity: 0.7;
}

.pro-show-con-l-txt {
    margin-bottom: .3229rem;
}

.pro-show-con-l-txt p {
    font-size: .0938rem;
    color: #505050;
    line-height: 1.8;
    width: 80%;
    word-break: break-all;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 45%;
}

.pro-qr {
    width: .7813rem;
    border-radius: .0521rem;
    border: 1px solid #050505;
    padding: .0521rem .0625rem;
    margin-bottom: .1042rem;
    cursor: pointer;
}

.pro-qr em {
    font-size: .1563rem;
    line-height: 1;
    color: #050505;
}

.pro-qr span {
    font-size: .1146rem;
    line-height: 1;
    color: #050505;
}



.add-cart {
    background-color: #25708c;
    color: #fff;
}

.add-cart:hover {
    background-color: #25708c;
    color: #fff;
}

.p-order {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.p-order:hover {
    background-color: #f7f7f7;
    color: #000;
}

.pro-show-list {
    margin-top: .3802rem;
}

.pro-show-list h4 {
    font-size: .125rem;
    margin-bottom: .1719rem;
}

.pro-show-list-item {
    background-color: #fff;
    margin-bottom: .1042rem;
    padding: .0938rem;
}

.pro-show-list-item-pic {
    width: .8542rem;
    margin-right: .1667rem;
}

.pro-show-list-item-txt h4 {
    font-size: .1458rem;
    margin-bottom: .1146rem;
}

.pro-show-list-item-txt p {
    opacity: 0.7;
    font-size: .0938rem;
}

/*搜索框样式*/
.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #ccc;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico02.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

.pro-show-can {
    margin-top: .5417rem;
    padding: .6458rem 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.pro-show-can-l {
    width: 2.3438rem;
}

.pro-show-can-l h4 {
    font-size: .1979rem;
    margin-bottom: .1563rem;
}

.pro-show-can-l p {
    font-size: .0833rem;
    opacity: 0.7;
}

.pro-show-can-i {
    padding-bottom: .1563rem;
    margin-bottom: .1563rem;
    border-bottom: 1px solid #ccc;
}

.pro-show-can-i h4 {
    font-size: .0885rem;
    margin-right: .3542rem;
    flex: 1;
}

.pro-show-can-i p {
    font-size: .0833rem;
    flex: 3;
}

.pro-show-can-i:last-child {
    margin-bottom: 0;
}

.pro-show-detail {
    margin: .4792rem 0 0;
    background-color: #eee;
    padding: .3125rem 0;
}

.pro-show-detail-tit h4 {
    font-size: .2188rem;
    line-height: 1;
    margin-bottom: .2708rem;
}

.pro-show-detail-con {
    background-color: #fff;
    width: 7.2917rem;
    margin: 0 auto;
    padding: .1563rem;
}

.pro-show-detail-con img {
    margin: 0 auto;
}

.pro-show-relate {
    padding: .5833rem 0 1.1302rem;
}

.pro-show-questions {
    margin-top: .7813rem;
}

.index-ca-fy div {
    background-color: #fff;
    width: .4167rem;
    top: 50%;
    font-size: .1563rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    border: 1px solid #000;
    margin: 0 .0521rem;
    padding: .0781rem 0;
}

.index-ca-fy div:hover {
    background-color: #25708c;
    color: #fff;
    border: 1px solid #fff;
}

/*新闻样式*/
.news-page {
    margin-top: .4688rem;
    padding-bottom: .4167rem;
}

.news-con-tit {
    font-size: .1563rem;
    letter-spacing: .0104rem;
    font-weight: 500;
    margin-bottom: .3125rem;
    margin-top: .7813rem;
}

.news-con-tit a {
    margin: 0 50px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.news-con-tit a:hover,
.news-con-tit a.active {
    border-bottom: 2px solid #000000;
    color: #000000;
}

.news-con-item {
    background-color: #fff;
    padding: .1563rem;
    margin-bottom: 3%;
}

.news-item-pic {
    width: 25%;
}

.news-item-txt {
    padding: 3% 3%;
    flex: 1;
}

.news-item-txt h4 {
    font-size: .1563rem;
    margin-bottom: .1563rem;
    line-height: 1.2;
}

.news-item-txt p {
    font-size: .099rem;
    line-height: 1.5;
    text-align: justify;
    color: #999;
}

.news-item-date {
    font-size: .1458rem;
    padding: 2% 0;
    text-align: center;
}

.news-con-item:hover img {
    transform: scale(1.1, 1.1);
}

.news-con-item:hover h4 {
    color: #000000;
}

.news-con-item:hover .news-item-txt {
    padding: 3% 2%;
}

.news {
    background-color: #eee;
    padding: .3125rem 0;
    min-height: 3.125rem;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #fff;
    background-color: #000;
}

.news-show-btn:hover {
    background-color: #00354d;
    color: #fff;
}

/*faq*/
.faq-list {
    padding: 5% 0;
    background-color: #fff;
}

.faq-list ul {
    margin-bottom: 4%;
    border-top: 1px solid #cbd5da;
}

.faq-list ul li {
    position: relative;
    cursor: pointer;
    padding: .1042rem .2083rem .1042rem .4167rem;
    border-bottom: 1px solid #cbd5da;
}

.faq-list ul li h3 {
    font-size: .1042rem;
    line-height: 2.5;
    color: #000;
}

.faq-list ul li p {
    max-height: 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    font-size: .1042rem;
    color: #565c5f;
    opacity: 0;
    line-height: .1667rem;
    transition: all 0.6s;
}

.faq-list ul li.on {
    padding-bottom: .2083rem;
}

.faq-list ul li.on p {
    opacity: 1;
    max-height: 1.5625rem;
}

.faq-list ul li i {
    position: absolute;
    display: block;
    width: .1042rem;
    height: .1042rem;
    left: .1563rem;
    top: .1823rem;
}

.faq-list ul li i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.faq-list ul li i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000;
}

.faq-list ul li.on i::after {
    width: 0;
}

/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    background-color: #fff;
    color: #000;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid #000;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active span {
    background-color: #000;
    color: #fff;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #999;
    cursor: no-drop;
    color: #fff;
    border: 1px solid #999;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}

/*工程案例*/
.cases-con {
    padding: .4688rem 0;
    min-height: 4rem;
}

.cases-tit h4 {
    font-size: .3125rem;
    font-weight: 400;
    margin-bottom: .4167rem;
}

.cases-nav-item {
    margin-right: .2604rem;
}

.cases-list::after {
    content: '';
    width: 32%;
    display: block;
}

.cases-item {
    margin-bottom: .3125rem;
    width: 32%;
}

.cases-item img {
    width: 100%;
}

.cases-item p {
    font-size: .1146rem;
    font-weight: 400;
    margin-top: .2083rem;
}

/*空间样式*/
.space-item {
    width: 48%;
    margin-bottom: .3021rem;
}

.space-item-txt {
    padding: .1979rem .2292rem;
    background-color: transparent;
}

.space-item-txt h4 {
    font-size: .1354rem;
    font-weight: 400;
    margin-bottom: .1563rem;
}

.space-item-txt p {
    font-size: .0938rem;
    opacity: 0.7;
    text-align: justify;
}

.space-item:hover {
    background-color: #25708c;
}

.space-item:hover h4,
.space-item:hover p {
    color: #fff;
}

.space-show-con {
    padding: .4792rem 0;
}

.space-show-menu {
    margin-bottom: .2083rem;
}

.space-show-menu a,
.space-show-menu em,
.space-show-menu span {
    font-size: .0938rem;
    color: #000;
    opacity: 0.7;
}

.space-show-menu em {
    margin: 0 .0781rem;
    ;
}

.space-show-menu a:hover {
    opacity: 1;
}

.space-show-top {
    background-color: #fff;
}

.space-show-pic {
    width: 66%;
}

.space-show-pic img {
    width: 100%;
}

.space-show-txt {
    padding: .4167rem .4167rem 0;
}

.space-show-txt-top h4 {
    font-size: .1354rem;
    font-weight: 400;
    margin-bottom: .1563rem;
}

.space-show-txt-top h4::after {
    content: '';
    display: block;
    margin-top: .1302rem;
    width: .3229rem;
    height: .026rem;
    background: #25708c;
}

.space-show-txt-top p {
    opacity: 0.7;
    font-size: .0938rem;
    text-align: justify;
}

.space-show-txt-num {
    margin-top: .5729rem;
}

.space-show-txt-num p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-bottom: .0521rem;
}

.space-show-txt-num p span {
    padding-left: .026rem;
}

.space-pro {
    margin-top: .375rem;
}

.space-pro&gt;h4 {
    font-size: .1823rem;
    font-weight: 400;
}

.space-pro-list {
    margin-top: .2917rem;
}

.space-pro-item {
    width: 23%;
}

.space-pro-pic img {
    width: 100%;
}

.space-pro-txt {
    margin-top: .1458rem;
}

.space-pro-txt h4 {
    font-size: .1042rem;
    margin-bottom: 0.0781rem;
}

.space-pro-txt P {
    font-size: .0885rem;
    line-height: 1;
    opacity: 0.7;
}

.pro-qr-box {
    width: .7813rem;
    border: 1px solid #000;
    padding: .0521rem;
    border-radius: .0521rem;
    background-color: #fff;
    right: -.8333rem;
    bottom: -0.3906rem;
}



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

    .index-co-t-txt p,
    .index-te-c span,
    .index-te-c a,
    .ab-t-con p,
    .pro-top-menu a,
    .pro-top-menu em,
    .pro-top-menu span,
    .pro-side-sub a,
    .index-ca-btn,
    .pro-ca-con a,
    .ab-4-con p,
    .ab-2-l p,
    .p-4-txt p,
    .ab-6-r p,
    .ab-1-l-txt p,
    .ca-1-txt p,
    .ca-1-label span,
    .ca-2 .ab-2-l p,
    .faq-list ul li p,
    .com-txt p,
    .order-form .order-section span,
    .index-why-item p,
    .ca-1-label input,
    .ca-1-label textarea,
    .ab3-txt p,
    .ab5-txt p,
    .ly-con-l-txt p,
    .pro-show-btn {
        font-size: 16px;
    }

    nav&gt;ul&gt;li&gt;a,
    .index-ab-i p,
    .index-ab-i p,
    .index-te-c p,
    .index-ce-con p,
    .index-co-b-con p,
    .footer-b p,
    .footer-b a,
    .footer-t-i a,
    .pro-list-page-item-txt p,
    .sc-txt p,
    .sc-tc-txt p,
    .sc-tc-i-txt p,
    .news-item-txt p,
    .footer-t-i a,
    .footer-t-i p,
    .footer-b-con-l,
    .pro-list-page-item-tag,
    .ab-txt-r p,
    .ab6-txt p,
    .se1-l p,
    .se2-txt p,
    .se3-item p,
    .ca-1-r-tit p {
        font-size: 15px;
    }

    .index-co-b-con h4,
    .pro-side-item-tit h4,
    .sc-tc-pro-tit h4,
    .ca-1-txt h4,
    .faq-list ul li h3 {
        font-size: 18px;
    }

    .footer-t-i h4,
    .sc-tc-i-txt h4,
    .pro-list-page-item-txt h4 {
        font-size: 17px;
    }

    .pro-side-tit h4,
    .news-con-tit a {
        font-size: 20px;
    }

    .footer-b-sc a {
        font-size: 20px;
    }
}</pre></body></html>