/*初始化样式*/
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;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

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

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

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

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

.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);
}

.wh1720 {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}




/*头部样式*/


.top2 {
    height: 53px;
    background-color: #000000;
    position: relative;
}


.logo {
    line-height: 53px;
}


.top2 .k2 .nav-btn {
    width: 22px;
    height: 18px;
    background: url(//cdn.myxypt.com/21051b93/21/11/4db4d561f31ea76df85d3f9bd3c7fb8f205c9188.png) no-repeat center center;
    cursor: pointer;
}


.top2 .ss {
    width: 21px;
    height: 21px;
    position: relative;
    margin: 0 1.5rem;
}

.ss .ss-btn {
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

.ss #formsearch {
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 999;
    display: none;
    width: 259px;
    line-height: 1;
}

.ss #formsearch input {
    line-height: 30px;
    height: 30px;
    border: none;
    outline: none;
}

.ss #formsearch #keyword {
    width: 183px;
    padding-left: 10px;
}

.ss #formsearch #s_btn {
    width: 50px;
    background: #0bc9ff;
    color: #fff;
    text-align: center;
    padding: 0;
}





.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}

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

.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 53px;
    height: 53px;
    text-align: center;
    padding: 0 1.4rem;
}


.x-menu>li>a:hover {
    background-color: #ff8a0000;
}

.x-menu>li.active>a {}

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

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 53px;
    height: 0;
    visibility: visible;
    overflow: hidden;
    background: rgb(0 0 0);
    transition: all 0.3s;
}
.x-menu>li:hover .x-sub-menu {
    height: auto;
    padding: 10px 0;
}
.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}



.x-menu>li>a::after, .x-menu>li:nth-child(3)>a::after, .x-menu>li:nth-child(4)>a::after {
    content: "";
    width: 12px;
    height: 6px;
    background: url(//cdn.myxypt.com/21051b93/21/11/79607c1d55b305ce10e5b5ec0ba444f0b2cde50d.png) no-repeat center center;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}


.nav-background {
    background-color: #000000;
    width: 100%;
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    z-index: 8;
}



.x-banner {
    position: relative;
}

.pc-banner {
    position: relative;
}

.pc-banner .bd li {
    height: 914px;
}

.pc-banner .bd li a {
    display: block;
    height: 100%;
}

.pc-banner .bd li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-banner .hd {
    position: absolute;
    left: 2rem;
    bottom: 8.75rem;
    z-index: 99;
}

.pc-banner .hd span.pageState {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 4px;
}

.pc-banner .pc-pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
    margin-top: 0.6rem;
}

.pc-banner .pc-pagination li {
    font-size: 0;
    width: 3.65rem;
    height: 2px;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
}

.pc-banner .pc-pagination li.on {
    background: #fff;
}

.pc-banner .banner-btn {
    justify-content: space-between;
    margin-top: 12px;
}

.pc-banner .banner-btn a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
}


.btn2 a.next {
    width: 23px;
    height: 31px;
    position: absolute;
    bottom: 8.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(//cdn.myxypt.com/21051b93/21/11/bcf91c015592890e93d6ff1fae54e9ad13356345.png) no-repeat center center;
    cursor: pointer;
}



.p1 {
    justify-content: center;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.45rem 0;
    z-index: 99;
    width: 100%;
}

.p1 .p1a {
    margin-right: 1.5rem;
    text-align: center;
}

.p1 .p1a>h3 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0.7rem;
}




.p1b {
    justify-content: center;
    width: 48.55%;
}

.p1b li {
    flex: 1;
    transition: all ease .3s;
}

.p1b li:hover {
    transform: scale(1.045);
}

.p1b li a {
    height: 100%;
    padding: 1rem 1rem 1rem 1.2rem;
    align-items: flex-start;
}

.p1b li a .img {
    align-self: flex-end;
    padding-top: 1.3rem;
}

.p1b li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 6px;
}

.p1b li a h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 17px;
    font-weight: normal;
}

.p1b li:nth-child(1) {
    background-color: #41b493;
}

.p1b li:nth-child(2) {
    background-color: #03b0dd;
}

.p1b li:nth-child(3) {
    background-color: #4585f6;
}

.p1b li:nth-child(4) {
    background-color: #e2a532;
}


.p1b li+li {
    margin-left: 8px;
}



@media(max-width: 1680px) {
    .p1b {
        width: 63.55%;
    }
}

@media(max-width: 1440px) {
    .pc-banner .bd li {
        height: 100vh;
    }
}

@media(max-width: 1366px) {

    .p1b {
        width: 73%;
    }
}

@media(max-width: 1024px) {

    .p1b li a {
        padding: 1rem 0.4rem;
    }

    .p1 .p1a img {
        width: 71%;
    }
}

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

    .p1 {
        position: static;
        background: #000;
        padding: 2rem 15px;
    }

    .p1 .p1a {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .p1b {
        width: 98%;
    }

    .p1b li a .img {
        width: 19%;
    }

    .p1b li a .img img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .p1 .p1a>h3 {
        font-size: 18px;
    }

    .p1b {
        justify-content: space-between;
    }

    .p1b li {
        flex: initial;
        width: 49%;
        margin-bottom: 8px;
    }

    .p1b li+li {
        margin-left: 0;
    }

    .p1b li a h4 {
        font-size: 13px;
    }

    .p1b li a h3 {
        font-size: 16px;
    }
}


.wh1200 {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

.p2 {
    background: url(//cdn.myxypt.com/21051b93/21/11/266d070bee897ef8affec55944a2a02b9efc4888.png) no-repeat center center;
    background-size: cover;
    padding-top: 2.4rem;
    padding-bottom: 3.3rem;
}

.p2a {
    width: 610px;
    padding-bottom: 4.25rem;
}

.p2a>h3 {
    font-size: 34px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 1.5rem;
}

.p2a>h3::after {
    content: "";
    width: 99px;
    height: 3px;
    background-image: linear-gradient(90deg,
            #19d2fb 0%,
            #90fda1 100%),
        linear-gradient(#dd2726,
            #dd2726);
    background-blend-mode: normal,
        normal;
    position: absolute;
    bottom: 0;
    left: 0;

}

.p2a>p {
    font-size: 14px;
    line-height: 2.14;
    color: #000000;
}

.p2a>p:nth-of-type(1) {
    margin-bottom: 1.25rem;
}

.p2b {
    width: 56.91%;
    position: absolute;
    right: 0;
    top: 0;
}

.p2b img {
    max-width: 100%;
}

.p2a a.more {
    width: 7.4rem;
    line-height: 35px;
    box-shadow: 0px 0px 5px 0px rgba(3, 0, 0, 0.2);
    border: solid 1px #ffffff;
    background-image: linear-gradient(-39deg,
            #1abae7 0%,
            #51d9a4 100%);
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: #ffffff;
    text-align: center;
    margin-top: 2.4rem;
}





.p3 {
    margin-top: 2rem;
}

.p3-title {
    justify-content: center;
    margin-bottom: 2.45rem;
}

.p3-title h3 {
    font-size: 1.7rem;
    font-weight: normal;
    color: #000000;
    margin: 0 8px;
}

.p3-title span {
    width: 16.3rem;
    height: 1px;
    background-image: linear-gradient(90deg,
            #19d2fb 0%,
            #90fda1 100%),
        linear-gradient(#dd2726,
            #dd2726);

}



.p3a li {
    width: 31.08%;
    position: relative;
}

.p3a li a {
    display: block;
}

.p3a li a div.img img {
    display: block;
    width: 100%;
}

.p3a li a .time {
    width: 86.86%;
    position: absolute;
    bottom: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.p3a li a .time h3 {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 24px;
    background: url(//cdn.myxypt.com/21051b93/21/11/5cc3de393fe8c4ece8af30bab00ab120eacecd14.png) no-repeat left center;
}

.p3a li a .time h4 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.p3more a {
    display: block;
    width: 10.55rem;
    line-height: 2rem;
    background: url(//cdn.myxypt.com/21051b93/21/11/17a80706e7262332f0618110ca2a384b86933d1d.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 12px;
    font-weight: normal;
    color: #1abae7;
    text-align: center;
    margin: 2.05rem auto 0;
}


@media(max-width: 1024px) {
    .p2b {
        width: 42.1%;
    }
}


@media(max-width: 768px) {
    .p2b {
        width: 100%;
        position: static;
        text-align: center;
    }

    .p2a {
        padding-bottom: 2rem;
    }

    .p3-title span {
        width: auto;
        flex: 1;
    }
}


@media(max-width: 767px) {
    .p2a>h3 {
        font-size: 24px;
    }

    .p2a {
        width: 100%;
    }

    .p2a a.more {
        width: 13.4rem;
    }

    .p3 {
        margin-top: 3.5rem;
    }

    .p3-title h3 {
        font-size: 24px;
    }

    .p3a li {
        width: 100%;
        margin-bottom: 2%;
    }

    .p3a li a .time {
        width: 92%;
    }

    .p3a li a .time h4 {
        font-size: 16px;
    }

    .p3more a {
        line-height: 3.5rem;
        width: 13.55rem;
    }
}







.p4 {
    background: url(//cdn.myxypt.com/21051b93/21/11/7ba65a1b18ff9764ab592f4201cf57fb1e14ba91.jpg) no-repeat center center;
    background-size: cover;
    padding: 2.34rem 0 2.2rem;
    text-align: center;
}


.p4 img {
    max-width: 100%;
}





.p5 {
    background: #000;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #8b8b8b;
    line-height: 1.5;
    padding: 15px 0;
    text-align: left;
}

.p5 a {
    color: #8b8b8b;
}


.p5a {
    /* line-height: 30px; */
    background: url();
}

/*手机底部*/
@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/21051b93/21/11/f46504b6a3a805cf93d1fc93071f8236ee3b4dfb.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(//cdn.myxypt.com/21051b93/21/11/9b71950085b312cd5ca01c086e37b5bcc8a0d7c0.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(//cdn.myxypt.com/21051b93/21/11/506882dac0c64216c6b75f2b4fbfdf64d73c382e.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(//cdn.myxypt.com/21051b93/21/11/9ea306e11dfc1fdfb538e98eb52b10d4495e7158.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;
}




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



.nbox {
    background: url(//cdn.myxypt.com/21051b93/21/11/f8af54cedad68305dff1ddfd8e763421047f511f.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.page-wrap {
    background: initial;
}

.page-banner {
    position: relative;
}

.page-banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.75%;
}

.page-banner .banner-text h3 {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 3.8px;
    color: #ffffff;
    text-shadow: 0px 0px 12px rgba(1, 0, 4, 0.5);
    margin-bottom: 0.5rem;
}

.page-banner .banner-text p {
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, .75);
    text-shadow: 0px 0px 12px rgba(1, 0, 4, 0.5);
    padding-bottom: 0.3rem;
    position: relative;
}

.page-banner .banner-text p::after {
    content: "";
    width: 36px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}


.page-position {
    font-family: "SimSun";
    font-size: 13px;
    line-height: 3.5;
    letter-spacing: 1px;
    color: #666666;
}

.page-position .wh1355 {
    background: url(//cdn.myxypt.com/21051b93/21/11/10666b9f50dd93a2e961f35659cb4f9d7699e82c.jpg) no-repeat 15px bottom;
}

.page-position a {
    color: #666666;
}

.page-position span.cc {
    color: #029d90;
}

.mysort {
    padding: 1.1rem 0;
    background: url(//cdn.myxypt.com/21051b93/21/11/6ec129c40a00c97be9f4ee83067eb7dcc0a178ea.jpg) no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 2.7rem;
}

.mysort .xypg-left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.mysort .xypg-left-nav>li {
    border: none;
    margin: 0 0.7vw;
}

.mysort .xypg-left-nav>li>a {
    padding: 0;
    width: 97px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    font-family: "SimSun";
    text-align: center;

    border-radius: 10px 0px 10px 0px;
}

.mysort .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.mysort .xypg-left-nav>li.clicked a {
    background-image: linear-gradient(-39deg,
            #1abae7 0%,
            #51d9a4 100%),
        linear-gradient(#000000,
            #000000);
    box-shadow: 0px 0px 5px 0px rgba(3, 0, 0, 0.2);
    font-weight: 700;
    color: #fff;
}


.page-wrap-right1 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}





@media(max-width: 768px) {
    .page-position {
        letter-spacing: 0px;
    }

    .mysort {
        display: none;
    }
}

@media(max-width: 767px) {
    .page-banner .banner-text {
        left: 15px;
    }

    .page-banner .banner-text h3 {
        margin-bottom: 0;
    }
}









/* 内页联系我们 */


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

.nc1 .nc1-1 {
    width: 63.2%;
    text-align: center;
}

@media (max-width: 990px) {
    .nc1 .nc1-1 {
        width: 100%;
    }
}

.nc1 .nc1-1 img {
    max-width: 100%;
}

.nc1 .nc1-2 {
    width: 35.1%;
    font-size: 15px;
    color: #333333;
    line-height: 48px;
}

@media (max-width: 990px) {
    .nc1 .nc1-2 {
        margin-top: 20px;
        width: 100%;
        line-height: 38px;
    }
}

.nc1 .nc1-2 p {
    padding-left: 44px;
    max-width: 90%;
    font-size: 15px;
    color: #333333;
}

@media (max-width: 780px) {
    .nc1 .nc1-2 p {
        max-width: 100%;
    }
}

.nc1 .nc1-2 h3.title {
    font-size: 1.7rem;
    font-weight: normal;
    color: #000000;
    margin-bottom: 1.45rem;
}

.nc1 .nc1-2 p:nth-of-type(1) {
    background: url(//cdn.myxypt.com/21051b93/21/11/b39329c83fb6e5977bd00c0e61cee87493cb226b.png) no-repeat 2px 50%;
}

.nc1 .nc1-2 p:nth-of-type(2) {
    background: url(//cdn.myxypt.com/21051b93/21/11/9b35ec13946ecb388bd8a9a21ff27e82a89ae5ca.png) no-repeat 0px 50%;
}

.nc1 .nc1-2 p:nth-of-type(5) {
    background: url(//cdn.myxypt.com/21051b93/21/11/423bbbaf084dbef39693ceccb484e18dcbd121ff.png) no-repeat 4px 50%;
}

.nc1 .nc1-2 p:nth-of-type(6) {
    background: url(//cdn.myxypt.com/21051b93/21/11/d99ff34404edc266e3c7262deccdc0ddad9d34c8.png) no-repeat 2px 50%;
}

.nc1 .nc1-2 p:nth-of-type(7) {
    background: url(//cdn.myxypt.com/21051b93/21/11/672311c46b66651d486c87acda93400641700a81.png) no-repeat 0 50%;
}

.nc1 .nc1-2 p:nth-of-type(8) {
    background: url(//cdn.myxypt.com/7e388bc7/21/10/325ea8f9a6be3afc708c538fc5cb94be8322a837.png) no-repeat 0 4px;
    line-height: 31px;
}

.nc1 .nc1-2 p:nth-of-type(9) {
    line-height: 31px;
}


@media(max-width: 1024px) {
    .nc1 .nc1-2 p {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .page-wrap-right1 {
        padding: 0;
    }
    .page-wrap-right1 img{
        width:100%;
    }

    .nc1 .nc1-2 h3.title {
        font-size: 24px;
    }

}



/* 业务 */
.lvse1 li  {
    margin-bottom: 2.8rem;
}
.lvse1 li a .img {
    width: 54.5833%;
}

.lvse1 li a .img img {
    width: 100%;
}

.lvse1 li a .cont {
    width: 44.167%;
}

.lvse1 li a .cont h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

.lvse1 li a .cont h4 {
    font-size: 24px;
    color: #014a9b;
    margin: 0.4rem 0 0.5rem;
}

.lvse1 li a .cont h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 1.5rem;
}
.lvse1 li a .cont .info {
    font-size: 16px;
	line-height: 2.12;
	color: #000000;
}

.lvse1 li:nth-child(2) a {
    flex-direction: row-reverse;
}

.lvse1 li:nth-child(2) a .cont {
    width: 42.667%;
}


@media(max-width: 768px){
    .lvse1 li a .img {
        width: 100%;
    }
    .lvse1 li a .cont{
        width: 100%;
        margin-bottom: 2%;
    }
    .lvse1 li:nth-child(2) a {
        flex-direction: row;
    }
    .lvse1 li:nth-child(2) a .cont {
        width: 100%;
    }
}














/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}