.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;
    }
}





input{padding:0;margin:0;}
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;}

hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}



/*----- 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;}

.of{overflow:hidden;}
.wh{max-width:1400px;width:94%;margin: 0 auto;}




.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}


.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




/*  */
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2: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);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.hclamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.hclamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.hclamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.hclamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1460{max-width: 1490px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1500{width:90.625%;margin:0 auto;max-width: 1500px;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}

.w1400 {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}

.wh1200{max-width:1220px;margin:0 auto;padding:0 10px;}



.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



/*头部样式*/
.top2{width:100%;position:absolute;left:0;top:55px;z-index:99999;}
.top2 .w1400{display: flex;align-items:flex-end;flex-wrap:wrap;}
.logos{}
.logos img{width:100%;}
a.tmes{border-radius: 2px;background-color: rgb(3, 50, 94);line-height: 52px;color:#fff!important;font-size:20px;padding:0 2.58vw;display:block;}

.top2 .pc-navbar{margin-left:6.3%;}




/* banner */
.home-banner {
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1{
    bottom: 40px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet{
    margin: 0 15px!important;
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255,255,255,.56);
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active{
    background: #1b3884;
}



.box1{padding:4.69vw 0 3.91vw;}

.cp1{display: flex;flex-wrap: wrap;margin: 0 -10px;margin-top:10px;}
.cp1 li{position: relative;width: calc(25% - 20px);margin:20px 10px 0;text-align:center;}
.cp1 li .img img{width:100%;display:block;}
.cp1 li .wz{color:#222222;font-size:20px;padding:4px 0 14px;border-bottom:2px solid #cccccc;}




.box2{margin-top:70px}
.pp_ll{margin: 0 -10px; margin-top:30px;}
.pp_ll li{box-shadow:0 0 15px rgba(0,0,0,.1);margin-top:25px;margin-bottom:25px;position:relative;}
.pp_ll li .img img{width:100%;display:block;}
.pp_ll li .wz{background-color: rgb(0, 0, 0,.5);width:100%;line-height:52px;position:absolute;;left:0;bottom:0;text-align:center;color:#fff;font-size:18px;text-transform:uppercase;}





.product-swiper{position:relative;padding-bottom:50px;padding:0 10px;}

.pp_ll  .swiper-pagination2{width: 100%;text-align: center;margin-top: 35px;}
.pp_ll .swiper-pagination-bullet{display:inline-block;border-radius:100%;background:0 0;width:12px;height:12px;border:solid 1px #1840b1;opacity:1;margin: 0 10px!important;}
.pp_ll .swiper-pagination-bullet-active{opacity:1;background-color:#1840b1}


@media (max-width:1280px){
    .box2{margin-top:40px}
    .product-swiper{position:relative;padding-bottom:20px}
}



.xx_b{width:100%;height:1px;background:#e5e5e5;margin: 4vw 0;}
.solutions-box{background:#030a1e;padding:53px 20px;margin-top:88px}
.solutions-list{font-size:0}
.solutions-list li{width:13%;display:inline-block;transition:all .3s;position:relative;box-sizing:border-box;overflow:hidden;border-radius:10px}
.solutions-list li.active{width:45%}
.solutions-list li img{max-width:initial;transition:all ease-in-out .3s;height:604px;object-fit:cover}
.solutions-list li .yy{position: absolute;width: 100%;bottom: 0;left: 0;display: none;}
.solutions-list li:hover img{transform:scale(1.1);transition:all ease-in-out .3s}
.solutions-list li h2{font-size:24px;font-weight:400;font-stretch:normal;line-height:26px;letter-spacing:0;color:#fff;position:absolute;width:100%;bottom:0;padding:55px;display:none}
.solutions-list li.active h2{display:block}

@media (max-width:1440px){
    .solutions-list li h2{padding:30px;font-size:18px}
}



.list_a{margin-top:35px}
.list_a li{width:48.5%;position:relative;margin-bottom:25px}
.list_a li img{width:100%}
.list_a li h2{font-size:14px;font-weight:400;font-stretch:normal;line-height:26px;letter-spacing:0;color:#fff;position:absolute;width:100%;bottom:0;padding:5px}
.box4{padding:4.5% 0 6.4%;}
.nn_ll{margin-top:3vw;}
.nn_ll li:hover .xx_a{background:#1840b1}
.nn_ll li .imgx{margin-bottom: 20px;}
.nn_ll li .imgx img{width: 100%;}
.nn_ll li h4{font-size:20px;font-weight:400;font-stretch:normal;line-height:24px;margin-bottom: 1vw; overflow:hidden;letter-spacing:0;color:#333;text-align:left;height:50px}
.nn_ll li h5{font-size:14px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#888;height:44px;overflow:hidden;text-align:left}
.nn_ll li h3 img{padding-right:8px;margin-top:-5px}
.nn_ll li h3{font-size:14px;font-weight:400;font-stretch:normal;line-height:30px;letter-spacing:0;color:#999}
.nn_ll li:hover h4{color:#1840b1}
.nn_ll li h2{font-size:13px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#1840b1;text-align:left;text-transform:uppercase}
.mm_3{width:110px;margin-top:20px}
.mm_3 img{width:100%}
.form-group img{height:44.8px}
.lx_ny{text-align:left!important;color:#fff!important;font-size:14px;line-height:25px;margin-bottom:20px;font-weight:400}
.lx_ny p{text-align:left!important;color:#fff!important;font-size:14px;font-weight:400}
.web_tt{font-size:48px;font-weight:600;letter-spacing:0;color:#222;text-align:center;line-height: 1;}
.wt_js{font-size:18px;font-weight:400;font-stretch:normal;line-height:26px;letter-spacing:0;text-align:center;color:#666;margin-top:20px}
.box1 .wt_js{margin-top:9px;}
.xx_a{height:1px;background-color:#e5e5e5;width:100%;margin:0 auto;margin-top:15px;margin-bottom:25px}
/*.nn_ll li:hover .xx_a{background:#1840b1}
*/




@media (max-width:1440px){
    .web_tt{font-size:40px}
}
@media (max-width:1280px){
    .web_tt{font-size:30px}
}
@media (max-width:992px){
    .web_tt{font-size:25px}
}





/*  */
.site-footer {
    padding:6.77vw 0 5.21vw;
    background: url(//wm.cdn.cn86.cn/gdyldb/2025/08/0f798b10a2cqripq.jpg) no-repeat center top;
    background-size: cover;
}

.foot-dftt {
    font-family: Arial;
    font-size: 26px;
    font-weight:500;
    line-height: 44px;
    letter-spacing: 0;
    color: #fff
}

.lxwm_a{width:38.36%;}
.lx_cc {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height:30px;
    letter-spacing: 0;
    color:#fff;
}
.lx_cc a{color:#fff!important;}



.lx_cc p{
    margin-bottom: 0px;
}

.yam_a {
    width: 26%
}

.ynr {
    margin-top: 10px
}

.tb_ll.flex_b li {
    overflow: hidden
}

.tb_ll.flex_b li img {
    transition: all ease-in-out 0s
}

.tb_ll {
    margin-top: 20px;
    max-width: 165px
}

.tb_ll.flex_b li:hover img {
    transform: translateY(-60px);
    filter: drop-shadow(#2959e0 0 60px);
    transition: all ease-in-out 0s
}

.foot-bom2 {
    position: relative;
    background: #03325e;
    text-align: center;
    padding: 25px 0;
}

.foot-bom2 p{
    margin-bottom: 0px;
}



.copyright_a {
    font-size: 16px;
    font-weight: 400;
    line-height:24px;
    color: #fff;
}

.copyright_a a {
    color: #fff!important;
}
.site-footer .ft-message-form {
    margin-bottom: 60px;
}

.site-footer .ft-message-form .form-group{
    margin-bottom: 10px!important;
}
.site-footer .ft-message-form input,
.site-footer .ft-message-form textarea {
    border-bottom: 1px solid #4d4d4d;
    font-size: 14px;
    width: 100%;
    color: rgba(255,254,254,.4);
    background: #4d4d4d;
    padding: 10px;
}

.site-footer .ft-message-form textarea {
    line-height: 22px;
    height: 45px
}

.site-footer .submit-btn {
    border: 1px solid #03325e;
    background-color: var(--sub-theme-color);
    padding: 0 18px;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    width: 100%;
    transition: .5s;
    text-align: center;
    font-size: 18px
}

.site-footer .submit-btn:hover {
    background-color: #fff;
    color: var(--sub-theme-color)
}




.site-footer .ft-message-form input::-webkit-input-placeholder,.site-footer .ft-message-form textarea::-webkit-input-placeholder {
    color: #a3a2a2;
    font-size: 14px
}

.site-footer .ft-message-form input:-moz-placeholder,.site-footer .ft-message-form textarea:-moz-placeholder {
    color: #a3a2a2;
    font-size: 14px
}

.site-footer .ft-message-form input::-moz-placeholder,.site-footer .ft-message-form textarea::-moz-placeholder {
    color: #a3a2a2;
    font-size: 14px
}

.site-footer .footer-weight-link a:hover,.site-footer .ft-contct-info a:hover,.site-footer .ft-social-list a:hover {
    color: #fff!important
}




/*内页产品*/
#page-wrap{padding-top:40px;}
.left11{width:267px;float:left;}
.left-title{font-size:25px;line-height:30px;font-weight:normal;background:#03325e;padding:36px 25px 25px;color:#fff;margin-bottom:0;}
.cate-list{border:none;margin:0;background:#f5f5f5;}
.cate-list .category+.category{border-top:1px solid #fff;}

.right11{width: calc(100% - 290px);float:right;}
.nyplist{display: flex;flex-wrap: wrap;margin: 0 -5px;margin-top:10px;}
.nyplist li{position: relative;width: calc(33.333% - 10px);margin:0 5px 10px;text-align:center;border:1px solid #f0f0f0;}
.nyplist li .img img{width:100%;display:block;}
.nyplist li .wz{color:#515151;font-size:22px;background:#eeeeee;line-height:47px;}
.nyplist li:hover .wz{background:#03325e;color:#fff;}

.wh1350{max-width:1370px;margin:0 auto;padding:0 10px;}
.top22 .wh1350{display: flex;align-items: center;flex-wrap: wrap;}
.top22{margin:11px 0;}
.top22 .pc-navbar{margin-left:6.3%;}
.top22 .pc-navbar > li > a{color:#333333!important;}
.top22 .pc-navbar > li:hover > a{background:#03325e;color:#fff!important;}



@media (max-width:1440px) {
 .pc-navbar > li > a,a.tmes,.cp1 li .wz{font-size:18px;}
 .pp_ll li .wz{font-size:16px;}
 .foot-dftt{font-size:22px;}
 .lx_cc{font-size:16px;}
 .top2{top:30px;}
 .solutions-list li img{height:455px;}
 .left-title,.cate-list .list-title{font-size:22px;}
 .cate-list .map-category-list,.nyplist li .wz{font-size:20px;}
}



@media (max-width:1280px) {
 .pc-navbar > li > a,a.tmes,.cp1 li .wz{font-size:16px;}
 .pp_ll li .wz{font-size:14px;line-height:46px;}
 .foot-dftt{font-size:20px;}
 .lx_cc{font-size:15px;}
 .top2{top:22px;}
 .box1{padding:50px 0;}
 .wt_js{margin-top:10px;}
 .solutions-box{margin-top:50px;}
.solutions-list li img{height:320px;}
.nn_ll li h4{font-size:18px;}
.yam_a{width:32%;}
.site-footer .ft-message-form{margin-bottom:30px;}
 .cate-list .map-category-list,.nyplist li .wz{font-size:18px;}
}



@media (max-width:991px) {
    .site-footer {
        padding: 50px 0 50px
    }
    .lxwm_a{width:100%;}
    .yam_a{
        width: 100%;margin-top:10px;
    }

    .lx_cc{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .site-footer .submit-btn{
        font-size: 16px;
    }   

    .logo a img{
        max-height: 40px;
    }

    .top-middle{
        position: relative;
        background-color: rgba(27, 56, 132, 1);
        top: 0px;
    }
    .top-mid-flex{
        height: 70px;
    }

    .home-banner .swiper-pagination1{
        bottom: 12px;
    }

    .xx_b{
        margin: 20px 0;
    }

    .list_a li h2{
        padding: 12px;
    }

    .box4{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{margin: 0 5px!important;}
    .right11{width:100%;}
    #page-wrap{padding-top:0;}
    #anchor{margin-bottom:15px;}
}

@media (max-width:768px) {
    .site-footer {
        padding: 56px 0 40px;
    }

    .site-footer .submit-btn {
        padding: 12px 18px;
    }

    .logo a img{
        max-height: 35px;
    }
    .wt_js{font-size: 16px;line-height: 24px;margin-top: 10px;}
    .list_a li:last-child{display:none;}
    .cp1 li{position: relative;width: calc(50% - 20px);}
    .box2{margin-top:10px;}
    .pp_ll{margin-top:12px;}
    .xx_b{margin:20px 0 50px;}
    .pp_ll .swiper-pagination-bullet{margin:0 5px!important;}
    .nn_ll{margin-top:25px;}
    .box4{padding-bottom:50px;}
    .foot-dftt{font-size:18px;}
    .lx_cc{font-size:14px;line-height:25px;}
    .copyright_a{font-size:14px;}
    .nyplist li .wz {font-size:15px;line-height:40px;}
}



@media(max-width: 640px){
    .site-footer{padding:35px 0;}
    .nn_ll{margin-top: 20px;}
    .foot-dftt{line-height: 1.5;}
    .yam_a{margin-top: 15px;}
    .site-footer .ft-message-form{margin-bottom: 20px;}
    .lx_cc{font-size: 14px;margin-bottom: 0;line-height: 24px;}
    .copyright_a{font-size: 14px;line-height: 22px;}
    .foot-bom2{padding: 15px 0;}
    .ab_con{margin-top: 0;}
    .pp_ll .swiper-pagination2{margin-top: 0;}
    .list_a li{width: 100%;}
    .box4{padding-top: 10px;}
    .xx_b{margin-top: 0;}
    .pp_ll .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 5px!important;}
    .site-footer{margin-bottom:0;}
    body{padding-bottom:70px;}
    .xx_b{margin:20px 0 40px;}
    .box1{padding:40px 0;}
    .nyplist li{position: relative;width: calc(50% - 10px);}
}





