<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åˆå§‹åŒ–æ&nbsp;·å¼*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, å®‹ä½“, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}



.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -9100px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

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

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


.top2 {
    background-color: #1d2331;
    padding: 0 1.7rem;
    /*position: relative;*/
    width: 100vw;
    position: fixed;
top: 0;
z-index: 999;
}


/* å¯¼èˆªæ&nbsp;·å¼ */

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78.125%;
}

.x-menu&gt;li {
    position: relative;
    flex: 1;
}

.x-menu&gt;li&gt;a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 100px;
    height: 100px;
    text-align: center;
}

.top2.bj .x-menu&gt;li&gt;a {
    color: #000;
}

.x-menu&gt;li&gt;a::after {
    content: "";
    width: 335%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 28%;
    transform: translateX(-50%);
    background: url(//cdn.myxypt.com/0267e216/21/08/9f76b4f902a38be4696c93e562d2c0cc53e9ac9c.png) no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all ease .3s;
}

.x-menu&gt;li:hover&gt;a {
    background-image: linear-gradient(0deg,
            rgba(57, 81, 140, 1) 0%,
            rgba(35, 43, 61, 1) 100%);
    font-weight: 700;

}

.x-menu&gt;li:hover&gt;a::after {
    opacity: 1;
}

.x-menu&gt;li.active&gt;a {}

.x-menu&gt;li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu&gt;li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(29, 35, 49, .9);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 100px;
    background-color: rgba(29, 35, 49, .9);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu&gt;li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu&gt;li&gt;a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu&gt;li&gt;a:hover {
    background-image: linear-gradient(0deg,
            rgba(57, 81, 140, 1) 0%,
            rgba(35, 43, 61, 1) 100%);
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}



.x-menu&gt;li.pro-li {
    position: static;
}

.x-menu&gt;li.pro-li a {
    position: relative;
}





.wh1530 {
    max-width: 1560px;
    padding: 0 15px;
    margin: 0 auto;
}

.pro-sub {
    position: absolute;
    z-index: 99;
    width: 100vw;
    top: 100px;
    left: 0;
    right: 0;
    background-color: rgba(29, 35, 49, .9);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 2.6rem 0 3.5rem;
}

.pro-sub-menu {
    flex: 1;
}

.pro-sub-menu&gt;a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 1.4rem;
}

.pro-sub-menu ul li a {
    display: block;
    font-size: 16px;
    line-height: 2.375;
    color: #ffffff;
}


.x-menu&gt;li:hover .pro-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(29, 35, 49, .9);
}



@media(max-width: 1600px) {
    .top2 .logo {
        width: 16.56%;
    }

    .top2 .logo a {
        display: block;
    }

    .top2 .logo a img {
        max-width: 100%;
    }
}


@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}



/* -------------------------road---------------------------- */


.wh1355 {
    max-width: 1385px;
    padding: 0 15px;
    margin: 0 auto;
}

.road-box {
    padding: 4.55rem 0 4.6rem;
}

.road-title {
    text-align: center;
}

.road-title h4 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 4rem;
}

.road-title div p {
    font-size: 0.9rem;
    line-height: 2.5;
    color: #000000;
    text-align: center;
}


.road-num ul {
    max-width: 1085px;
    padding: 0 15px;
    margin: 4.3rem auto 0;
    text-align: center;
}

.road-num ul li h6 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.road-num ul li h6 span {
    font-size: 2.4rem;
    font-weight: normal;
    color: #000000;
    margin-right: 0.25rem;
}

.road-num ul li h6 div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.road-num ul li h6 b {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
}

.road-num ul li h6 em {
    font-size: 1.2rem;
    font-weight: normal;
    color: #000000;
    font-style: normal;
}

.road-num ul li p {
    font-size: 0.8rem;
    color: #000000;
    margin-top: 0.8rem;
}


@media(max-width: 767px) {
    .road-title div p {
        font-size: 14px;
    }

    .road-num ul li h6 {
        justify-content: center;
    }

    .road-num ul li {
        width: 50%;
        /* padding: 0 10%; */
        margin-bottom: 4%;
    }

    .road-num ul li h6 span {
        font-size: 35px;
        margin-right: 10px;
    }

    .road-num ul li h6 b {
        font-size: 16px;
    }

    .road-num ul li h6 em {
        font-size: 16px;
    }

    .road-num ul li p {
        font-size: 16px;
    }
}














/* --------------------------------runpic-box------------------------------ */
.runpic-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.runpic-words {
    position: absolute;
    width: 78.64%;
    top: 42%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.runpic-words ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.runpic-words ul li img {
    display: block;
    margin: 0 auto;
    transition: all 1s;
}

.runpic-words ul li h6 {
    font-size: 20px;
    color: #fff;
    margin-top: 32px;
}

.runpic-words ul li p {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    font-family: 'SOURCEHANSANSCN-LIGHT_0';
}

.runpic-words ul li:hover img {
    transform: rotateY(180deg);
}

.runpic-line-null {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    left: 0;
    top: 62%;
    z-index: 4;
}

.runpic-line {
    position: absolute;
    width: 10%;
    height: 1px;
    background-color: #b6b5aa;
    left: 0;
    top: 62%;
    z-index: 4;
    transition: all 1s;
}


.runpic-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 820px;
    background-color: #b6b5aa;
}

.runpic-pic ul li {
    width: 100%;
    height: 820px;
    display: none;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position: relative;
    background-size: cover;
    position: absolute;
    top: 0%;
    left: 0%;
}

.runpic-pic-true {
    animation: toPicBig 1s ease-in-out both;
}

@keyframes toPicBig {
    0% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.runpic-pic-shade {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 2s;
}

.runpic-words-pic {
    height: 42px;
}

@media all and (max-width:1700px) {
    .runpic-words {
        width: 94%;
    }
}



@media all and (max-width:1200px) {
    .runpic-pic {
        height: 540px;
    }

    .runpic-pic ul li {
        height: 540px;
        transition: all 1s;
    }

    .runpic-words {
        top: 38%;
    }

    .runpic-line-null {
        top: 64%;
    }

    .runpic-line {
        top: 64%;
    }

}

@media all and (max-width:1024px) {
    .runpic-words ul li p {
        font-size: 14px;
    }
}


@media all and (max-width:1000px) {

    .runpic-line {
        display: none;
    }

    .runpic-line-null {
        display: none;
    }

    .runpic-pic {
        height: 340px;
    }

    .runpic-pic ul li {
        height: 340px;
    }

    .runpic-words {
        width: 100%;
        top: 35%;
    }

    .runpic-words ul li p {
        font-size: 14px;
        margin-top: 4px;
    }

    .runpic-words ul li h6 {
        font-size: 16px;
        margin-top: 20px;
    }

}




@media all and (max-width:767px) {
    .runpic-pic{
        background: url(http://cdn.myxypt.com/0267e216/21/09/ba65f1ebae6c330613ffcfd65eb9a0bf14df7749.jpg) no-repeat center center;
        background-size:cover;
    }
    .runpic-pic ul li {
        
        background: initial !important;
        /*background-size: cover !important;*/
            background-attachment: initial !important;
    }

    .runpic-words-pic {
        height: 30px;
    }

    .runpic-words ul li img {
        width: 32%;
    }

    .runpic-words ul li h6 {
        font-size: 14px;
        margin-top: 14px;
    }

    .runpic-words ul li p {
        font-size: 12px;
    }
}



.wh1500 {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}



.p1 {
    background-color: #ededed;
    padding: 5.1rem 0 5.45rem;
}

.p1cont .p1a {
    width: 48.667%;
    background-color: #ffffff;
    padding: 2rem 3.4rem 2.3rem;
    margin-bottom: 2rem;
}

.p1cont .p1a h3 {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 0.8rem;
}


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

.p1-tab .hd {
    width: 40%;
}

.p1-tab .hd ul li a {
    display: block;
    font-size: 0.8rem;
    line-height: 2.3;
    color: #000000;
    width: 100%;
}


.p1-tab .bd {
    width: 50%;
}

.p1-tab .bd ul {
    height: 100%;
}

.p1-tab .bd li {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.p1-tab .bd li img {
    max-width: 100%;
    max-height: 100%;
}



@media(max-width: 768px) {
    .p1cont .p1a {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .p1cont .p1a {
        padding: 2rem 15px;
    }

    .p1cont .p1a h3 {
        font-size: 18px;
    }

    .p1-tab .hd ul li a {
        font-size: 14px;
    }
}





.wh1400 {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.index-video {
    position: relative;
    padding-bottom: 7rem;

}

.index-video:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 67%;
    background: url(//cdn.myxypt.com/0267e216/21/08/c1776352bf44ab248c4fb43d1afcf2d958975100.jpg) #1d2331 no-repeat bottom center;
    z-index: -1;
}

.video-base {
    width: 55%;
    padding-top: 2.5rem;
}

.video-base .base-txt h2 {
    font-size: 1.8rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.video-base .base-txt p {
    font-size: 1.02rem;
    color: #666666;
}


.video-con {
    margin-top: 1.3rem;
    position: relative
}

.video-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer
}

.video-btn img {
    position: absolute;
    width: 7rem;
    height: 7rem;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%) translateY(-50%);
}

.video-con video {
    width: 100%;
    height: auto;
    outline: none;
    position: relative;
    z-index: 999
}



.video-info {
    width: 40.4%;
    position: relative;
    color: #ffffff;
    padding: 4.5rem 5rem 0 0;
}

.video-info:before {
    content: "";
    position: absolute;
    left: -25%;
    right: -100%;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, #1d2331 0%, #1d2331 50%, transparent 51%, transparent 100%);
    z-index: -1;
}

.video-info li {
    margin-bottom: 5.1rem;
}

.video-info li:last-child {
    margin-bottom: 0;
}

.video-info strong {
    display: block;
    color: #fff;
    font-size: 1.2rem;
}

.video-info strong i {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fdbb0a;
    font-style: normal;
    font-weight: 700;
}

.video-info p {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 2.1;
    color: #ffffff;
}

@media screen and (max-width:1600px) {
    .index-video:before {
        height: 63%;
        background-size: 100% auto;
    }
}


@media screen and (max-width:1399px) {
    .video-info li {
        margin-bottom: 2.1rem;
    }

    .index-video:before {
        height: 70%;
        /* background: #1d2331 */
        background-size: 100% auto;
    }
}

@media(max-width: 768px) {
    .index-video:before {
        background: initial;
    }

    .video-base {
        width: 100%;
        padding: 2rem 0;
    }

    .video-info {
        width: 100%;
        padding: 3rem 30px;
    }

    .video-info:before {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #1d2331;
    }
}

@media(max-width: 767px) {
    .video-base .base-txt p {
        font-size: 14px;
    }

    .video-info strong i {
        font-size: 20px;
        margin-right: 10px;
    }

    .video-info strong {
        font-size: 20px;
    }

    .video-info p {
        font-size: 14px;
        line-height: 1.8;
    }

    .video-info li {
        margin-bottom: 3.5rem;
    }
}








.pageTitle h3 {
    font-size: 1.8rem;
    color: #1d2331;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    bottom: auto;
}

.pageTitle h3 em {
    padding: 0 0.5rem;
    font-style: normal;
}

.pageTitle h3:before,
.pageTitle h3:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    width: 1.95rem;
    height: 1.2rem;
    background: url("//cdn.myxypt.com/0267e216/21/08/55b60817facbbca9620ac0daffc076425a1a95a8.png") center no-repeat;
    background-size: cover;
    top: .02rem;
}

.pageTitle h3:after {
    background-image: url("//cdn.myxypt.com/0267e216/21/08/afd10074a4568a2b696ddd7732c4f1a29a115b11.png");
}

.pageTitle-3 {
    text-align: center;
}

.pageTitle-3 h3 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.pageTitle {
    height: 1.75rem;
    position: relative;
}


.indexPart4 {
    position: relative;
    min-height: 39.45rem;
    max-width: 100vw;
    margin: 0 auto;
    background: url(//cdn.myxypt.com/0267e216/21/08/149ae67d9e73b939c34c5bc39dcc13474cc34636.jpg) no-repeat top center;
    background-size: 100% auto;
}

.indexPart4 .title {
    width: 21rem;
    margin: 0 auto;
    padding-top: 20rem;
}

.indexPart4 .title .pageMore {
    padding-top: 2.4rem;
}

.indexPart4 .title .pageMore a {
    margin: 0 auto;
}

.indexPart4 .list {
    position: absolute;
    top: 7.8rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.indexPart4 .list ul {
    width: 12rem;
}

.indexPart4 .list li {
    padding: .9rem;
}

.indexPart4 .list a {
    display: block;
    box-shadow: 0rem 0rem 1.75rem 0rem rgba(39, 88, 128, 0.09);
    width: 100%;
    overflow: hidden;
    border-radius: 0.6rem;
}

.indexPart4 .list a img {
    width: 100%;
}

.indexPart4 .list a:hover {
    box-shadow: 0rem 0rem 1.75rem 0rem rgba(39, 88, 128, 0.09);
}

.indexPart4 .list.list-1 {
    left: 0;
}

.indexPart4 .list.list-2 {
    right: 0;
}

@media screen and (max-width: 1800px) {
    .indexPart4 .list ul.ul-1 {
        display: none;
    }
}


.pageMore a {
    display: block;
    width: 6rem;
    line-height: 2.2rem;
    background-color: #1d2331;
    border-radius: 1.1rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.indexPart4 .title .pageMore a {
    margin: 0 auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}


.pageMore a:hover {
    background: #ffa300;
}


@media screen and (max-width: 800px) {
    .indexPart4 {
        padding: 3rem 0;
    }

    .pageTitle h3 {
        position: static;
    }

    .indexPart4 .title {
        height: 7.4rem;
        padding-top: 1.8rem;
    }

    .indexPart4 .list {
        position: static;
        padding: 0 .5rem;
        top: 0;
    }

    .indexPart4 .list ul {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .indexPart4 .list li {
        padding: .5rem;
        width: 33.333%;
    }

    .indexPart4 .list.list-1 {
        position: static;
        margin-top: 2rem;
    }

}

@media screen and (max-width: 767px) {
    .pageTitle h3 {
        font-size: 2.4rem;
    }

    .pageTitle h3:before,
    .pageTitle h3:after {
        width: 2.5rem;
        height: 1.8rem;
        background-size: 100% 100%;
    }

    .pageMore a {
        width: 8rem;
        line-height: 2.5rem;
    }
}













.wh1514 {
    max-width: 1534px;
    margin: 0 auto;
    padding: 0 15px;
}



.index-cont {
    position: relative;
    padding: 2.9rem 0 3.3rem;
    z-index: 1;
    background-color: #1d2331;
}

.cont-font {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0;
}



.cont-font i {
    display: inline-block;
    color: #f0be4d;
    font-style: normal;
}


.edit-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 3.75rem;
}


.edit-text label {
    display: block;
    position: relative
}

.edit-text label i {
    position: absolute;
    color: #ff3434;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
}

.edit-area textarea,
.edit-text label input {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    width: 13rem;
    line-height: 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0 0.75rem;
    font-weight: 400;
}

.edit-text label input::placeholder {
    color: #fff;
}

.edit-area label {
    display: block;
    height: 7.65rem;
}

.edit-area textarea {
    resize: none;
    line-height: 36px;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
}

.edit-area textarea::placeholder {
    color: #fff;
}


.code-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.5rem;
}

.code-group input {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    width: 120px;
    line-height: 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0 0.75rem;
    font-weight: 400;
}

.code-group input::placeholder {
    color: #fff;
}





.edit-btn button {
    outline: none;
    background: none;
    border: none;
    margin-left: 3rem;
    position: relative;
    background: -webkit-linear-gradient(left, #f0be4d 0, #fbda8f 50%, #f0be4d 100%);
    background: -moz-linear-gradient(left, #f0be4d 0, #fbda8f 50%, #f0be4d 100%);
    background: -ms-linear-gradient(left, #f0be4d 0, #fbda8f 50%, #f0be4d 100%);
    background: -o-linear-gradient(left, #f0be4d 0, #fbda8f 50%, #f0be4d 100%);
    background: linear-gradient(to right, #f0be4d 0, #fbda8f 50%, #f0be4d 100%);
    width: 7.5rem;
    height: 7.3rem;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.edit-btn button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 100%;
    background-color: #a47a1a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.edit-btn button:hover {
    height: 7.7rem;
    color: #255c4f
}

.edit-btn button:hover:before {
    top: 0
}


@media(max-width: 1440px) {
    .cont-font {
        font-size: 23px;
    }

    .edit-text {
        margin-right: 1rem;
    }

    .edit-btn button {
        margin-left: 1rem;
    }

    .code-group {
        margin-left: 1rem;
    }
}




@media(max-width: 1024px) {
    .cont-font {
        font-size: 18px;
    }
}





@media(max-width: 768px) {
    .edit-text label {
        width: 100%;
        margin-bottom: 3%;
    }

    .edit-text {
        width: 100%;
        margin-right: 0;
    }

    .edit-area textarea,
    .edit-text label input {
        width: 100%;
    }

    .edit-area {
        width: 100%;
    }

    .code-group {
        margin-left: 0;
        width: 100%;
        flex-direction: row;
        margin-top: 3%;
    }

    .code-group input {
        width: 80%;
    }

    .edit-btn {
        margin: 0 auto;
    }

    .edit-btn button {
        margin-left: 0;
        margin: 1.5rem auto 0;
    }
}



@media(max-width: 767px) {

    .edit-area textarea,
    .edit-text label input {
        font-size: 14px;
    }

    .edit-area textarea {
        font-size: 14px;
        line-height: 1.6;
    }

    .code-group input {
        flex: 1;
        font-size: 14px;
        margin-right: 10px;
    }

    .edit-btn button {
        width: 15rem;
        line-height: 1.6;
        font-size: 19px;
    }

    .code-group span img {
        height: 35px !important;
    }
}







.p2 {
    background: url(//cdn.myxypt.com/0267e216/21/08/a0b19eae5d0dbd76ee78db876efa2fdfdbfe059d.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.p2a .p2a1 {
    width: 50%;
    border-right: 1px solid #fff;
    padding: 4.1rem 0 4.2rem 5rem;
    color: #ffffff;
}

.p2a .p2a1 h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 0.6rem;
}

.p2a .p2a1 p {
    font-size: 1.2rem;
    font-weight: normal;
    position: relative;
    display: inline-block;
}

.p2a .p2a1 p::after {
    content: "";
    height: 2px;
    background-color: #ffffff;
    width: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(140%) translateY(-50%);
}

.p2a2 {
    width: 50%;
    justify-content: flex-end;
}

.p2a2 a {
    width: 98px;
    height: 64px;
    border: solid 2px #ffffff;
    font-size: 24px;
    line-height: 64px;
    color: #ffffff;
    text-align: center;
    margin-right: 5rem;
}

.p2b li {
    width: 50%;
    border-top: 1px solid #fff;
}

.p2b li:nth-child(odd) {
    border-right: 1px solid #fff;
}

.p2b li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3.5rem 4.7rem 2.2rem 4.9rem;
    color: #ffffff;
    transition: all ease .3s;
    min-height: 14.4rem;
}

.p2b li:hover a {
    padding: 3.2rem 4.7rem 2.2rem 4.6rem;
    background: rgba(87, 4, 4, .8);
}

.p2b li a h3 {
    font-size: 1rem;
    padding-bottom: 0.9rem;
    position: relative;
    margin-bottom: 0.8rem;
}

.p2b li a h3::after {
    content: "";
    width: 1.785rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p2b li a p {
    font-size: 16px;
    line-height: 1.68;
    color: rgba(255, 255, 255, .7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p2b li a span {
    display: block;
    width: 27px;
    height: 27px;
    border: solid 1px #ffffff;
    background: url(//cdn.myxypt.com/0267e216/21/08/44bea35a9d3d1212bbe6a15f44e09efebbb40506.png) no-repeat center center;
    margin-top: 1.5rem;
}



@media(max-width: 1440px) {
    .p2a .p2a1 {
        padding: 4.1rem 0 4.2rem 2rem;
    }

    .p2a2 a {
        margin-right: 2rem;
    }

    .p2b li a {
        padding: 3.5rem 2rem 2.2rem 2.5rem;
    }

    .p2b li:hover a {
        padding: 3rem 2rem 2.2rem 2rem;
    }
}



@media(max-width: 768px) {
    .p2b li a h3 {
        line-height: 1.5;
    }
}


@media(max-width: 767px) {
    .p2 {
        background-attachment: initial;
    }

    .p2a .p2a1 {
        padding: 4rem 0 4rem 1rem;
    }

    .p2a .p2a1 h3 {
        font-size: 20px;
    }

    .p2a .p2a1 p {
        font-size: 24px;
    }

    .p2a2 a {
        margin-right: 15px;
        line-height: 35px;
        height: 35px;
        font-size: 20px;
    }

    .p2b li {
        width: 100%;
    }

    .p2b li a {
        padding: 3rem 15px;
    }

    .p2b li a h3 {
        font-size: 18px;
    }

    .p2b li:nth-child(odd) {
        border-left: 1px solid #fff;
    }

    .p2b li:nth-child(even) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .p2b li:last-child {
        border-bottom: 1px solid #fff;
    }
}




/* map */
.map {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    padding: 3.75rem 0;
}

.map {
    background: url('//cdn.myxypt.com/0267e216/21/08/1743a5cd62f28797812bd2a4beceb2b252f10802.png') center center no-repeat white;
    background-size: cover;
}

.map .row-content {
    max-width: 100%;
}

.map .row-content .map-button {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    color: white;
}

.map .row-content .map-button i {
    width: 1.6rem;
    height: 2rem;
    background: url(//cdn.myxypt.com/0267e216/21/08/62189565dc6324fd44223bbdac1c64e60eae4096.png) no-repeat center center;
    margin-bottom: 0.8rem;
    background-size: 100% 100%;
}

.map .row-content .map-button .cn {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.map .row-content .map-button .en {
    font-size: 0.7rem;
}

@media(max-width: 767px) {
    .map {
        margin: 0;
    }

    .map .row-content .map-button .cn {
        font-size: 18px;
    }

    .map .row-content .map-button .en {
        font-size: 14px;
    }
}


.wh1745 {
    max-width: 1775px;
    padding: 0 15px;
    margin: 0 auto;
}

.p3 {
    position: relative;
    background-color: #161b25;
    padding-top: 5.5rem;
}

.p3 .backtop {
    width: 20px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding: 0 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.4rem;
    line-height: 1.3;
    cursor: pointer;
}


.p3a {
    flex-wrap: nowrap;
}

.p3a1 a.flogo {
    display: block;
    max-width: 100%;
    margin-bottom: 2.1rem;
}

.p3a1 a.flogo img {
    max-width: 100%;
}

.p3a1 h3 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #fdbb0a;
    margin-bottom: 2.2rem;
}

.p3a1 p {
    font-size: 0.8rem;
    line-height: 2;
    color: rgba(255, 255, 255, .51);
}

.p3a2 {
    padding-top: 4.6rem;
    margin-right: auto;
    margin-left: 5.95rem;
}

.p3a2 h3 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #fdbb0a;
    margin-bottom: 2.1rem;
}

.p3a2 p {
    font-size: 0.8rem;
    line-height: 2;
    color: rgba(255, 255, 255, .51);
}

.p3a3 {
    padding-top: 3.9rem;
    flex-wrap: nowrap;
    padding-right: 15rem;
}

.p3a3 img {
    width: 5.9rem;
    height: 5.9rem;
    margin-bottom: .7rem;
}

.p3a3 p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, .51);
    text-align: center;
}

.p3a3 div.img:last-child {
    margin-left: 4.15rem;
}



.copyright {
    background-color: #12151d;
    padding: 1.3rem 0;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(255, 255, 255, .4);
    text-align: center;
    margin-top: 5.4rem;
}

.copyright a {
    color: rgba(255, 255, 255, .4);
}



@media(max-width: 1366px) {
    .p3a2 {
        margin-left: 1.95rem;
    }
}

@media(max-width: 1024px) {
    .p3a3 div.img:last-child {
        margin-left: 1.15rem;
    }
}


@media(max-width: 768px) {
    .p3a2 {
        margin-left: 0;
    }

    .p3a {
        flex-wrap: wrap;
    }

    .p3a3 {
        width: 100%;
        justify-content: flex-start;
    }
}

@media(max-width: 767px) {
    .p3 {
        padding-top: 10rem;
    }

    .p3a1 a.flogo {
        margin-bottom: 3.1rem;
    }

    .p3a1 h3 {
        font-size: 20px;
    }

    .p3a1 p {
        font-size: 14px;
    }

    .p3a2 h3 {
        font-size: 20px;
    }

    .p3a2 p {
        font-size: 14px;
    }

    .p3a3 img {
        width: 8.5rem;
        height: 8.5rem;
    }

    .p3a3 p {
        font-size: 14px;
    }
}



/*æ‰‹æœºåº•éƒ¨*/
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* é¡µè„š */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(//cdn.myxypt.com/0267e216/21/08/234566e49b17667d3ae8b73e05a0e0242b5e6d23.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/0267e216/21/08/0d29fe1b7770265a07583c3755c1e45a98abf2ec.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/0267e216/21/08/253e7a1d2d23b051c2678418babd4086ee442364.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/0267e216/21/08/2ccef042ef0cdec9528ebaa21a1cac839d9e7b6f.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}

.footer ul li:nth-child(1) a {
    border: none;
}





/*å†…é¡µå·¦ä¾§æ&nbsp;·å¼*/
.page-product-inquiry a {
    color: #fff;
}



@media (min-width: 991px) {
    .page-wrap-left {
        display: none;
    }

}

@media (max-width: 768px) {
    .xypg-left-con2 .xypg-left-nav {
        display: none !important;
    }

    .xypg-right-content img {
        width: 100% !important;
        height: auto !important;
    }
}

.containers {
    max-width: 1300px;
    margin: 0 auto;
    padding: 3% 15px;
}

/* Ã¥â€&nbsp;â€¦Ã©Â¡ÂµÃ¥Â·Â¦Ã¤Â¾Â§Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â&nbsp;ÂÃ¦Â&nbsp;Â·Ã¥Â¼Â */
.xypg-left-nav&gt;li .first-nav-btn {
    display: none;
}

.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3%;
    display: none;
}

.xypg-left-con2 .xypg-left-nav&gt;li {
    width: 18%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav&gt;li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav&gt;li&gt;a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav&gt;li:hover&gt;a,
.xypg-left-con2 .xypg-left-nav&gt;li.clicked&gt;a {
    color: #fff;
    background: linear-gradient(90deg,
            #364f67 0%,
            #121721 100%);
}






/* äº§å“åˆ—è¡¨ */
.page-banner {
    position: relative;
}

.page-banner img {
    width: 100%;
}

.page-banner .banner-cont {
    position: absolute;
    top: 5rem;
    left: 10.7rem;
}

.page-banner .banner-cont .banner-text {
    width: 14.6rem;
    height: 6.4rem;
    background: url(//cdn.myxypt.com/0267e216/21/08/dc68b6d40de130815e6d2e5ed3b9cb859d6bf074.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 2.7rem;
    font-weight: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.pro-description {
    font-size: 0.8rem;
    color: #868e9a;
    margin-top: 3.3rem;
}

.banner-form form {
    width: 19.25rem;
    height: 2.5rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.2rem;
    margin-top: 2rem;
}

.banner-form form input {
    outline: none;
    background: none;
    border: none;
}

.banner-form form input[type="text"] {
    width: 15.95rem;
    padding: 0 1rem 0 2.55rem;
    background: url(//cdn.myxypt.com/0267e216/21/08/d806610f4dc6e0387d987a7ad4a9d4eb04c60b71.png) no-repeat 0.55rem center;
    line-height: 2.5rem;
    font-size: 0.9rem;
    color: #999999;
}

.banner-form form input[type="submit"] {
    width: 62px;
    height: 2.1rem;
    background-color: #252e41;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.banner-sort {
    width: 100%;
    border-top: 1px solid #758599;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-sort .prosort {
    flex-wrap: nowrap;
}

.banner-sort li {
    width: 16.7777%
}

.banner-sort li+li {
    border-left: 1px solid #758599;
}

.banner-sort li a {
    display: block;
    line-height: 8.2rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    color: #85909d;
    transition: all ease .3s;
    text-align: center;
    font-weight: 700;

}

.banner-sort li:hover a {
    background-color: #354663;
    color: #bfd3e9;
}

.page-wrap-right {
    padding-top: 20px;
}

.xypg-product-list li {
    width: 21.333%;
    border: none;
    padding: 0;
    margin: 0 1.5% 60px 1.5%;
}

.xypg-product-list li h3 a {
    display: block;
    padding: 0;
    height: 58px;
    background-image: linear-gradient(90deg,
            #1d2432 0%,
            #34475c 100%,
            #8e9dad 100%,
            #e8f2fd 100%,
            #e9f3fe 100%),
        linear-gradient(#0072bc,
            #0072bc);
    background-blend-mode: normal,
        normal;
    line-height: 58px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.xypg-product-list li:hover {
    transform: translateY(-20px);
}

.xypg-product-list li:hover h3 a {
    background-image: linear-gradient(90deg,
            #db8827 0%,
            #ffb156 100%,
            #ffb55e 100%,
            #ffb865 100%),
        linear-gradient(#0072bc,
            #0072bc);
    background-blend-mode: normal,
        normal;
}

@media(max-width: 1600px) {
    .page-banner .banner-cont {
        top: 2rem;
        left: 1.7rem;
    }

    .pro-description {
        margin-top: 2rem;
    }

    .banner-sort li a {
        font-size: 20px;
        padding: 0 10px;
    }

    .xypg-product-list li {
        margin: 0 1.5% 35px 1.5%;
    }
}

@media(max-width: 1366px) {
    .pro-description {
        margin-top: 1rem;
    }

    .banner-form form {
        margin-top: 1rem;
    }

}

@media(max-width: 768px) {
    .banner-form {
        display: none;
    }

    .banner-sort {
        display: none;
    }

    .xypg-product-list li {
        width: 47%;
    }
}

@media(max-width: 767px) {
    .xypg-product-list li {
        width: 97%;
    }

    .xypg-product-list li {
        margin: 0 1.5% 15px 1.5%;
    }
}

/* äº§å“è¯¦æƒ…é¡µ */
.insideProOne {
    align-items: flex-start;
}
.insideProOneFl {
    width: 50%;
}

.insideProOneFl p img {
    width: 100%;
}

.insideProOneFr {
    width: 50%;
    padding: 3.25rem 5.7rem 1rem 5.05rem;
}

.insideProOneFr h2 {
    font-size: 1.8rem;
    color: #333333;
}

.insideProOneFr h4 {
    font-size: 0.9rem;
    color: #333333;
    margin: 0.7rem 0 2rem;
}

.insideProOneFr&gt;p {
    font-size: 0.8rem;
    line-height: 2.1;
    color: #333333;
}

.insideProOneFr_cs {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(//cdn.myxypt.com/0267e216/21/08/b1d020f6fd106d30cb7e9c5d41b46a08491e8527.png) no-repeat bottom center;
    padding-bottom: 1px;
    margin-top: 1.6rem;
}

.insideProOneFr_cs p {
    width: 50%;
    margin: 0 0.125rem;
    background-color: #ededed;
    padding: 2.05rem 0 2.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: normal;
    color: #577eb6;
}

.insideProOneFr_cs p strong {
    font-size: 0.9rem;
    font-weight: normal;
    ;
    color: #6c6c6c;
    position: relative;
    margin-top: 0.5rem;
}

.insideProOneFr_cs p strong::after {
    content: "";
    width: 4.15rem;
    height: 1px;
    background-color: #c6d2e0;
    position: absolute;
    bottom: -0.55rem;
    left: 50%;
    transform: translateX(-50%);
}

.insideProOneFr_xz {
    font-size: 1.2rem;
    color: #fdb158;
    margin: 2.7rem 0 1.55rem;
}

.insideProOneFr_btn {
    display: flex;
    justify-content: flex-start;
}

.insideProOneFr_btn a {
    width: 17.8rem;
    height: 3.3rem;
    background-image: linear-gradient(90deg,
            #364f67 0%,
            #121721 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 0.22rem;
    color: #ffffff;
    font-weight: 700;
    margin-right: 1.75rem;
}

.insideProOneFr_btn span {
    width: 17.8rem;
    height: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(//cdn.myxypt.com/0267e216/21/08/0a6ff94f06e2f1f5496220c712d95e055ab865c5.png) no-repeat center center;
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    padding-left: 4.75rem;
    position: relative;
}

.insideProOneFr_btn span strong {
    font-size: 1.2rem;
    letter-spacing: 0.19rem;
    color: #ffffff;
    margin-top: 0.2rem;
}

.insideProOneFr_btn span::after {
    content: "";
    width: 1.55rem;
    height: 1.8rem;
    background: url(//cdn.myxypt.com/0267e216/21/08/63718b3784c67cac941f7d6c15d945ef369e4a2c.png) no-repeat center center;
    position: absolute;
    left: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
}

.cppage1 .wrapper li {
    width: 50%;
    background-color: #f4f4f4;
}

.cppage1 .wrapper li a {
    display: flex;
    padding: 2rem 0 2rem 6.35rem;
    align-items: center;
}

.cppage1 .wrapper li a .cont {
    margin-left: 1.35rem;
}

.cppage1 .wrapper li a .cont h3 {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.7rem;
}

.cppage1 .wrapper li a .cont p {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
}

.insideProOneFl {
    overflow: hidden;
    position: relative
}

.insideProOneFl .propagination {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    bottom: 6%;
}

.insideProOneFl .propagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    opacity: 1;
    background: #1e2636;
}

.insideProOneFl .propagination .swiper-pagination-bullet-active {
    background: #577eb6;
}

@media(max-width: 1910px) {
    .insideProOneFr {
        padding: 1.25rem 1.7rem 1rem 2.05rem;
    }
}

@media(max-width: 1600px) {
    .insideProOneFr h4 {
        margin: 0.7rem 0 0.8rem;
    }

    .insideProOneFr_xz {
        margin: 1.7rem 0 1rem;
    }
}

@media(max-width: 1440px) {
    .insideProOneFr_cs p {
        padding: 1rem 0;
    }

    .insideProOneFr_btn span {
        padding-left: 2.75rem;
    }

    .insideProOneFr_btn span::after {
        left: 0.8rem;
        background-size: 100% 100%;
    }
}

@media(max-width: 1366px) {
    .insideProOneFr_xz {
        margin: 1rem 0 0.6rem;
    }
}

@media(max-width: 768px) {
    .insideProOneFl {
        width: 100%;
    }

    .insideProOneFr {
        width: 100%;
        padding: 3rem 15px;
    }

    .cppage1 .wrapper li a {
        padding: 2rem 0 2rem 1.35rem;
    }
}

@media(max-width: 767px) {
    .insideProOneFl .propagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .insideProOneFr&gt;p {
        font-size: 14px;
    }

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

    .insideProOneFr_cs p strong {
        font-size: 14px;
    }

    .insideProOneFr_xz {
        font-size: 16px;
    }

    .insideProOneFr_btn a {
        font-size: 16px;
        height: 4.3rem;
    }

    .insideProOneFr_btn span {
        height: 4.3rem;
    }

    .insideProOneFr_btn span {
        font-size: 14px;
    }

    .insideProOneFr_btn span strong {
        font-size: 14px;
    }

    .cppage1 .wrapper li a {
        padding: 1.5rem 15px;
    }

    .cppage1 .wrapper li a div.img {
        width: 25%;
    }

    .cppage1 .wrapper li a .cont {
        width: 75%;
    }

    .cppage1 .wrapper li a .cont h3 {
        font-size: 16px;
    }

    .cppage1 .wrapper li a .cont p {
        font-size: 14px;
    }
}</pre></body></html>