.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {

    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





/*  */
p {
    margin: 0;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.w1403 {
    max-width: 1433px;
    margin: 0 auto;
    padding: 0 15px;
}

/* head */

.tou {
    height: 48px;
    background: #1c1c1b;
}

.tou .content {
    position: relative;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

.tou .content .social-share a {
    color: #fff !important;
    border-color: #fff;
}

.tou .content .btn-group {
    position: absolute;
    right: 0;
    top: 5px;
}

.toux {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 108px;
    z-index: 111;
    background: #00589c;
}

.toux .nav-top-extend {
    position: relative;
    align-items: center;
}

.toux .nav-logo {
    width: 28%;
    line-height: 108px;
}

.toux .nav-logo img {
    max-width: 100%;
}

.toux .headr {
    align-items: center;
}


/* 780px 以下 */
@media screen and (max-width: 780px) {
    .toux {
        height: auto;
    }
}

.container-fluidx {
    padding: 0 13.54%;
}

.ss {
    position: relative;
    float: right;
    line-height: 108px;
}

.ss .search {
    position: absolute;
    display: none;
    top: 108px;
    right: 0;
    width: 250px;
    border: 1px solid #fff;
    z-index: 99;
}

.ss .search .keyword {
    float: left;
    width: 85%;
    height: 34px;
    line-height: 34px;
    display: block;
    border: none;
    background: none;
    color: #fff;
    outline: none;
}

.ss .search .btn {
    float: right;
    width: 15%;
    height: 34px;
    line-height: 34px;
    display: block;
    border: none;
    border-radius: 0;
    outline: none;
    background: none url(//wm.cdn.cn86.cn/dzdmrljg/2026/08/c6144eba5axemokh.png) no-repeat 50%;
}

/* nav */
@media (min-width: 780px) {
    .headr {
        width: 63.4%;
    }

    .headr .pc-navbar {
        width: 92%;
        justify-content: space-between;
    }

    .pc-navbar>li {
        width: 17%;
    }

    .pc-navbar>li>a {
        text-align: center;
        background: url(//wm.cdn.cn86.cn/dzdmrljg/2026/08/2efe0b3be5ro1p5p.png) no-repeat right center;
    }

    .pc-navbar>li:last-child>a {
        background: none;
    }
}

@media(max-width:1280px) {
    .pc-navbar>li>a {
        font-size: 15px;
    }
}

@media(max-width:1100px) {
    .pc-navbar>li>a {
        font-size: 13px;
    }
}

@media(max-width:1024px) {
    .pc-navbar>li>a {
        font-size: 12px;
    }
}

/* about */
.ab-index {
    margin-top: 3.38541666666667vw;
    align-items: center;
}

.ab-left {
    width: 38%;
}

.ab-left .at .at1 {
    color: #121212;
    font-size: 18px;
}

.ab-left .at .at2 {
    color: #121212;
    font-size: 2.7vw;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.5vw 0;
}

.ab-left .at .at3 {
    width: 68.22%;
    height: 2px;
    background: #121212;
}

.ab-left .aw {
    margin-top: 0.78125vw;
}

.ab-left .aw p {
    color: #121212;
    font-size: 13px;
    margin-bottom: 1.3vw;
    text-align: justify;
}

.ab-left .amore {
    width: 173px;
    height: 46px;
    background: #00589c;
    border-radius: 40px;
    margin-top: 2.86458333333333vw;
}

.ab-left .amore a {
    display: block;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 46px;
}

.ab-right {
    width: 53.31%;
}

.ab-right img {
    width: 100%;
}

/* Recommend */
.recom-index {
    margin-top: 7.3vw;
}

.ptitle {
    text-align: center;
    color: #131313;
    font-size: 3.125vw;
    font-weight: 600;
    text-transform: uppercase;
}

.ptitle span {
    display: block;
    width: 187px;
    height: 3px;
    background: #131313;
    margin: 0 auto;
    margin-top: 0.5vw;
}

.recom-con {
    background: #ededed;
    margin-top: 3.38541666666667vw;
    padding: 4.1667vw 5.46875vw;
}

.rmlist {}

.rmlist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rmlist li a .wz {
    width: 40.23%;
}

.rmlist li a .wz .wza {
    color: #606060;
    font-size: 3.125vw;
    font-weight: 600;
    line-height: 1;
}

.rmlist li a .wz .wzb {
    color: #606060;
    font-size: 1.51041666666667vw;
    line-height: 1;
    margin-top: 1.3vw;
}

.rmlist li a .wz .wzc {
    color: #606060;
    font-size: 1.04166666666667vw;
    line-height: 1.5;
    margin-top: 2vw;
}

.rmlist li a .wz .wzd {
    width: 173px;
    height: 46px;
    background: #00589c;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 46px;
    margin-top: 3vw;
}

.rmlist li a .img1 {
    width: 51%;
}

.rmlist li a .img1 img {
    width: 100%;
}

.plist1 {
    margin: 0 -0.775%;
    margin-top: 2.6vw;
}

.plist1 li {
    float: left;
    width: 23.45%;
    margin: 0 0.775%;
}

.plist1 li .img1 {
    border: 3px solid transparent;
}

.plist1 li .img1 img {
    width: 100%;
}

.plist1 li .wz {
    color: #606060;
    font-size: 16px;
    padding: 1vw 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plist1 li:hover .img1 {
    border: 3px solid #2f468c;
}

/* News Center */
.news-index {
    margin-top: 5.7vw;
    margin-bottom: 4.1667vw;
}

.nlist1 {
    margin: 0 -4.3%;
    margin-top: 3vw;
}

.nlist1 li {
    float: left;
    width: 16.4%;
    margin: 0 4.3%;
}

.nlist1 li .wza {
    color: #323232;
    font-size: 4.167vw;
    font-weight: 600;
    font-family: "Arial";
    text-align: center;
}

.nlist1 li .wzb {
    color: #3e662a;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nlist1 li .wzc {
    color: #595959;
    font-size: 12px;
    margin-top: 0.3vw;
}

.nlist1 li .wzd {
    font-size: 14px;
    color: #a19e9e;
    margin-top: 0.5vw;
}

/* introduction-index */
.introduction-bg {
    background: #313135;
    padding: 4.27vw 0;
}

.introduction-index {
    align-items: center;
    justify-content: flex-start;
}

.introduction-left {
    width: 37.13%;
}

.introduction-left img {
    width: 100%;
}

.introduction-right {
    width: 50%;
    margin-left: 3.23vw;
}

.introduction-right .it .it1 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.introduction-right .it .it2 {
    color: #fff;
    font-size: 1.7vw;
    text-transform: uppercase;
}

.introduction-right .it .it3 {
    width: 60%;
    height: 2px;
    background: #fff;
}

.introduction-right .iw {
    margin-top: 2vw;
}

.introduction-right .iw p {
    color: #fff;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 1.5vw;
}

.introduction-right .imore {
    width: 173px;
    height: 46px;
    background: #00589c;
    border-radius: 40px;
    margin-top: 4.6875vw;
}

.introduction-right .imore a {
    display: block;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 46px;
}

/* Contact us */
.ct-index {
    margin-top: 2.86458333333333vw;
}

.ct-index .mess-index {
    margin-top: 54px;
    margin-bottom: 70px;
}

.ct-index .mess-index .wwx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.ct-index .mess-index .ww1 {
    width: 30%;
}

.ct-index .mess-index .ww1 span {
    display: inline-block;
    width: 114px;
    font-size: 16px;
    color: #1a1a1a;
}

.ct-index .mess-index .ww1 input {
    display: inline-block;
    width: calc(100% - 114px) !important;
    height: 30px;
    line-height: 28px;
    border: 1px solid #131313;
}

.ct-index .mess-index .ww2 span {
    display: inline-block;
    width: 114px;
    font-size: 16px;
    color: #1a1a1a;
    vertical-align: top;
}

.ct-index .mess-index .ww2 textarea {
    display: inline-block;
    width: calc(100% - 114px) !important;
    height: 78px;
    line-height: 28px;
    border: 1px solid #131313;
    vertical-align: middle;
}

.ct-index .mess-index .ww3 {
    margin-top: 44px;
}

.ct-index .mess-index .ww3 span {
    display: inline-block;
    width: 114px;
    font-size: 16px;
    color: #1a1a1a;
}

.ct-index .mess-index .ww3 input {
    display: inline-block;
    width: 120px !important;
    height: 30px;
    line-height: 28px;
    border: 1px solid #131313;
}

.ct-index .mess-index .ww3 .btn {
    width: 126px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    margin-left: 73px;
    background: #a57e22;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}


/* 1025px */
@media screen and (max-width: 1025px) {
    .ct-index .lxlist {
        padding: 0;
    }

    .ct-index .lxlist li {
        padding: 5px 0;
    }
}


/* 780px */
@media screen and (max-width: 780px) {
    .ct-index .mess-index {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ct-index .mess-index .wwx {
        width: 100%;
        margin-bottom: 0;
    }

    .ct-index .mess-index .ww1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ct-index .mess-index .ww2 textarea {
        width: calc(100% - 114px) !important;
    }

    .ct-index .mess-index .ww3 {
        margin-top: 20px;
    }

    .ct-index .mess-index .ww3 .btn {
        margin-left: 14px;
    }
}


/* 767px */
@media screen and (max-width: 767px) {
    .ct-index .lxlist {
        flex-wrap: wrap;
    }

    .ct-index .lxlist li {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
}


/* 500px */
@media screen and (max-width: 500px) {

    .ct-index .mess-index .ww1 span,
    .ct-index .mess-index .ww2 span,
    .ct-index .mess-index .ww3 span {
        width: 94px;
        font-size: 14px;
    }

    .ct-index .mess-index .ww1 input {
        width: calc(100% - 94px) !important;
    }

    .ct-index .mess-index .ww2 textarea {
        width: calc(100% - 94px) !important;
    }

    .ct-index .mess-index .ww3 .btn {
        margin: 20px auto 0;
    }
}


/* 联系方式 */
.ct-index .lxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.6vw;
}

.ct-index .lxlist li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-index .lxlist li .zi {
    margin-left: 20px;
    font-size: 14px;
    color: #131313;
    line-height: 18px;
}

/* foot */
.foot .dao {
    padding-top: 60px;
    padding-bottom: 24px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #131313;
    font-size: 16px;
    color: #131313;
    text-transform: uppercase;
}

.foot .dao a {
    color: #131313;
}

.foot .gj {
    text-align: center;
    font-size: 14px;
    color: rgba(19, 19, 19, 0.5);
    font-family: simsun;
    line-height: 32px;
    padding-top: 12px;
    padding-bottom: 26px;
}

.foot .gj a {
    color: rgba(19, 19, 19, 0.5);
}

/* 平板 */
@media screen and (max-width: 1025px) {
    .foot .dao {
        padding-top: 24px;
    }
}

/* 手机 */
@media screen and (max-width: 767px) {
    .foot .dao {
        padding-top: 15px;
        font-size: 13px;
        line-height: 20px;
    }
}

@Media(max-width:767px) {
    .ab-index {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ab-left {
        width: 100%;
    }

    .ab-left .at .at1 {
        font-size: 14px;
    }

    .ab-left .at .at2 {
        font-size: 18px;
        margin: 5px 0;
    }

    .ab-left .at .at3 {
        width: 40%;
    }

    .ab-left .aw {
        margin-top: 15px;
    }

    .ab-left .aw p {
        margin-bottom: 5px;
    }

    .ab-left .amore {
        width: 40%;
        margin-top: 15px;
        height: 35px;
    }

    .ab-left .amore a {
        font-size: 14px;
        line-height: 35px;
    }

    .ab-right {
        width: 100%;
        margin-top: 20px;
    }

    .recom-index {
        margin-top: 40px;
    }

    .ptitle {
        font-size: 24px;
    }

    .ptitle span {
        width: 40%;
        margin-top: 5px;
    }

    .recom-con {
        margin-top: 20px;
        padding: 20px;
    }

    .rmlist li a {
        flex-wrap: wrap;
    }

    .rmlist li a .wz {
        width: 100%;
    }

    .rmlist li a .wz .wza {
        font-size: 20px;
    }

    .rmlist li a .wz .wzb {
        font-size: 18px;
        margin-top: 10px;
    }

    .rmlist li a .wz .wzc {
        font-size: 14px;
        margin-top: 10px;
    }

    .rmlist li a .wz .wzd {
        width: 40%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .rmlist li a .img1 {
        width: 100%;
        margin-top: 20px;
    }

    .plist1 {
        margin: 0;
        margin-top: 20px;
    }

    .plist1 li {
        width: 48%;
        margin: 0;
        margin-bottom: 4%;
    }

    .plist1 li:nth-child(2n) {
        float: right;
    }

    .plist1 li .wz {
        padding: 10px 5px;
        font-size: 13px;
    }

    .news-index {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .nlist1 {
        margin: 0;
        margin-top: 20px;
    }

    .nlist1 li {
        width: 48%;
        margin: 0;
        margin-bottom: 4%;
    }

    .nlist1 li:nth-child(2n) {
        float: right;
    }

    .nlist1 li .wza {
        font-size: 18px;
    }

    .nlist1 li .wzb {
        font-size: 14px;
    }

    .nlist1 li .wzd {
        margin-top: 10px;
        font-size: 12px;
    }

    .introduction-bg {
        padding: 40px 0;
    }

    .introduction-index {
        flex-wrap: wrap;
    }

    .introduction-left {
        width: 100%;
    }

    .introduction-right {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .introduction-right .it .it1 {
        font-size: 14px;
    }

    .introduction-right .it .it2 {
        font-size: 18px;
        margin: 5px 0;
    }

    .introduction-right .iw p {
        line-height: 22px;
        margin-bottom: 10px;
    }

    .introduction-right .imore {
        height: 35px;
        width: 40%;
        margin-top: 15px;
    }

    .introduction-right .imore a {
        line-height: 35px;
        font-size: 14px;
    }

    .ct-index {
        margin-top: 40px;
    }

    .dao {
        font-size: 15px;
    }
}


@media (max-width:640px) {
    body {
        padding-bottom: 70px;
    }

    .default-swiper-pagination .swiper-pagination-bullet::after {
        width: 10px;
        height: 10px;
    }
}

.ewm img {
    width: 100px;
}