@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');


.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;
}



.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);}








/*  */

@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;
    }
}




/*样式*/
.wh{max-width: 1464px;width: 96%;margin:0 auto;}


.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;
    align-items: flex-start;
    }





.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}






.head_11{position: relative;z-index: 999;left:0px;width: 100%;transition: all .3s;background:#fff;}

.nav_ll{width: 55.625%;}



.scroll{background: rgba(51, 51, 51, .2);}


.logo_a{padding-left: 35px;}




/* 导航样式 */
.x-menu{width:calc(100% - 0px);}
.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
        line-height: 90px;
}

.x-menu > li > a {
    display: block;text-transform: capitalize;position: relative;
    	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;padding: 0 10px;
}

.x-menu > li:hover > a {
    color: #194399!important;
}



.x-menu > li::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 2px;
        margin: 0 auto; background: #0061c0;
        transition: all ease .5s
    }


.x-menu > li:hover::after {
        width: 64px
    }






.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: -50%;
    top: 90px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.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 > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #010101;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}




.hh_aa{background-color: #0061c0;width: 90px;text-align: center;}

.yyss{width: 90px;text-align: center;line-height: 90px;padding: 0px!important;}


.hh_aa .btn{border:none;outline: none;color: #000000;}
.hh_aa .language-group .btn{color:#000000}

.hh_aa .btn.focus,.hh_aa .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}

.hh_aa .language-group .btn span{font-family: PingFang-SC-Regular;}

.hh_aa .dropdown-toggle::after{display: none!important;}

.head_11.scroll{position: fixed;left:0px;background: rgba(255,255,255,.9);}


.hh_aa .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";color: #d7000f;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent}

.searchbox{padding: 0px!important;}
.searchbox{	background-color: #000000;width: 90px;height: 90px;text-align: center;}
.soss{line-height: 90px;text-align: center;}
.soss:before{display: none;}





/* 网站banner */
.p4a-swiper {
    position: relative;
    overflow: hidden;
}

.p4a-swiper li .img {
    display: block;
}

.p4a-swiper li .img img {
    width: 100%;
}

.p4-pagination {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0 !important;
    bottom: 20px !important;
    z-index: 999;
}

/* 外层容器要适配SVG40px大小，不能缩小成16px */
.p4-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: relative;
    margin: 0px!important;
    opacity: 1;
    outline: none;
    /* 旋转放在内部元素，不要放在最外层容器 */
    transform: none;
}






.p4-pagination .swiper-pagination-bullet svg {
    opacity: 0;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);display: none;
}


.p4-pagination .swiper-pagination-bullet .hover {
    stroke-dasharray: 301.59 0;
}

/* 默认圆点：完美居中，不受外层旋转影响 */
.p4-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    /* 只做居中，不跟随旋转 */
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 50%;border: 2px solid #fff;
}

/* 激活状态圆点同样居中 */
.p4-pagination .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
     background: #fff;
    border-radius: 50%;
}

.p4-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;display: none;
}

.p4-pagination .swiper-pagination-bullet-active .init,
.p4-pagination .swiper-pagination-bullet-active .hover {
    opacity: 1;
}

.p4-pagination .swiper-pagination-bullet-active .hover {
    stroke: #fff;
    animation: circle-chart-fill 3s linear reverse forwards;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 301.59;
    }
}



.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;}











/* products
center */

.pp_con{	border: solid 1px #dddddd;}
.pp_le{width: 366px;padding: 45px;display: flex;align-content: stretch; flex-direction:column;
justify-content:space-between;  border-right: 1px solid #ddd;}

.pp_js dt{	font-family: Montserrat;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #0061c0;}

.pp_js dt span{	color: #000000;}

.pp_js dd{	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0px;
	color: #666666;}


.pp_re{width: calc(100% - 368px);}
.produc_list{
    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(3, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 0px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;
    margin: 0;}


.produc_list  li{padding: 30px;}
.produc_list  li + li{	border-left: solid 1px #dddddd;}
.produc_list  li:nth-child(4){border-left: none;}
.produc_list  li:nth-child(n + 4){border-top: solid 1px #dddddd;}
.produc_list  li .img_pp{max-width:220px;margin: 0 auto;text-align: center;}
.produc_list  li .img_pp img{	background-color: #ffffff;
	border: solid 1px #dddddd;border-radius: 50%;}
.produc_list  li .pro_title{	
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin-top: 25px;}

.produc_list  li:hover{background-color: #f8f9fd;}
.produc_list  li:hover .pro_title{color: #0061c0;}



.more_a1{width: 50%;	border: solid 1px #dddddd;padding: 20px  40px;border-top: none;}
.more_a1 dd{margin: 0px;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;text-transform: uppercase;}


.more_a1 dt{	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0061c0;}

.more_a1 dt img{padding-left: 5px;}




.more_a2{border-left: none;background:#0061c0;text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;}

.more_a2 a{	color: #fff;}
.more_a2 a img{padding-left: 10px;}




/* Our Strengths */
.box_our{background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/fb2d86b941rrxxqa.png) no-repeat 50%;background-size: cover;padding: 90px 0;}

.our_swiper {position: relative;padding-bottom: 65px;}
.our_swiper li a.img{display: block;}
.our_swiper li a.img img{width: 100%;}

.our_swiper .swiper-pagination2{
    bottom: 0px!important;
    left: 0;
    width: 100%
}
.our_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    	border: solid 2px #fff;
    opacity: 1
}


.our_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background:#fff;}


.our_swiper li h2{background:#ffffff;padding: 30px;margin: 0px;}
.our_swiper li h2 dt {	font-family: Montserrat;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;height: 56px;overflow: hidden;}

.our_swiper li h2 dt a{color: #000000;}

.our_swiper li h2 dd{	
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;height: 135px;overflow: hidden;margin-top: 20px;}

.img11{position: relative;}
.img11::before{width: 20px;height: 11px;position: absolute;left:36px;bottom:0px;
background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/c95df15be1rnehv9.png) no-repeat 50%;content: "";}



.img22{position: relative;}
.img22::before{width: 20px;height: 11px;position: absolute;left:36px;top:0px;
background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/123e3eb072zt2pbh.png) no-repeat 50%;content: "";}





/* Project Cases */
.box_Cases{background:#f8f9fd;padding: 90px 0;}
.case_swiper {position: relative;padding-bottom: 65px;}
.case_swiper li a.img{display: block;}
.case_swiper li a.img img{width: 100%;}

.case_swiper li h2{
    	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 70px;height: 70px;overflow: hidden;background:#ffffff;
	letter-spacing: 0px;
	color: #000000;width: 100%;margin: 0 auto;text-align: center;
}

.case_swiper li h2 a{color: #000000;}

.case_swiper .swiper-pagination2{
    bottom: 0px!important;
    left: 0;
    width: 100%
}
.case_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    	border: solid 2px #0061c0;
    opacity: 1
}


.case_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background:#0061c0;}








/* honor */
.top_80{margin-top: 80px;}
.pt_a{	font-family: Montserrat;
	font-size: 44px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;text-transform: uppercase;}

.more_a{	font-family: Montserrat;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;	font-weight: 500;}

.more_a a{	color: #000000;	}

.honor_swiper {position: relative;padding-bottom: 65px;}
.honor_swiper li{	border: solid 1px #ececec;padding: 15px;}
.honor_swiper li a.img{display: block;}
.honor_swiper li a.img img{width: 100%;}

.honor_swiper li h2{
    	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;height: 50px;overflow: hidden;
	letter-spacing: 0px;
	color: #000000;width: 85%;margin: 0 auto;text-align: center;
}

.honor_swiper li h2 a{color: #000000;}




.honor_swiper .swiper-pagination2{
    bottom: 0px!important;
    left: 0;
    width: 100%
}
.honor_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    	border: solid 2px #0061c0;
    opacity: 1
}


.honor_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background:#0061c0;}





/* box_lx */
.box_lx{background:#0061c0;padding: 90px 0;}
.left_lx{width: 50%;}
.home_lx{background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/ef1bcaf717h5nvl0.png) no-repeat 50%;height: 50%;padding: 25px;overflow: hidden;background-size: cover;}

.top_40{margin-top: 40px;}
.lx_ll{width: calc(100% - 135px);}
.lx_ll p{	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;padding-left: 35px;}

.lx_ll p:nth-child(1){background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/6a2c9506b1m5z0jv.png) no-repeat left 50%;}
.lx_ll p:nth-child(2){background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/6ee1b4ad08ccow1k.png) no-repeat left 50%;}
.lx_ll p:nth-child(3){background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/7f368588d8t4ia4a.png) no-repeat left 6px;}



.lx_ewm{width: 125px;}
.lx_ewm img{width: 100%;}


.map_img{height: 50%;overflow: hidden;}
.map_img img{width: 100%;}


.right_lx{width: 50%;background:#ffffff;padding: 25px;}
.lymess{	font-family: Montserrat;
	font-size: 44px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;text-transform: uppercase;margin-bottom: 15px;}

.name_t1{	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	color: #444444;margin-bottom: 5px;}


.flex_bb{
 display: flex;
    flex-wrap: wrap;  align-items: stretch; }


.right_lx .form-submit .form-control.name{	background: #f8f9fd;
	border: solid 1px #ececec;}

.right_lx .form-submit .form-control.phone{	background: #f8f9fd;
	border: solid 1px #ececec;}

.right_lx .form-submit .form-control.email{	background: #f8f9fd;
	border: solid 1px #ececec;}

.right_lx .form-submit .form-control.subject{	background: #f8f9fd;
	border: solid 1px #ececec;}


.right_lx .form-submit .form-control.content{	background: #f8f9fd;
	border: solid 1px #ececec;}

.right_lx  textarea.form-control {
    height: 165px;
}

.ly_an .col-md-4{width: 100%!important;max-width: 100%!important;padding: 0px!important;}
.ly_an22{padding-right: 10px!important;padding-left: 10px!important;}

.lsyy{background-color: #0061c0;}








/* dff */
.dff{background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/418df8485aeeximi.png) no-repeat 50%;background-size: cover;padding-top: 80px;padding-bottom: 20px;}


.sb_ll li{width: 32px;}
.sb_ll li img{max-width: 100%;}
.sb_ll li + li{margin-left: 10px;}

.lx_list{margin-left: 90px;}
.lx_list li:nth-child(3){max-width: 383px;}


.lx_list li{margin-left: 53px;}
.lx_list li .lx_tt1{	font-size: 14px;
	font-weight: normal;;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;}


.lx_list li .lx_tt2{	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;}



.df_bf{margin-top: 3.55vw;}
.tt_c{    font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1px;padding-bottom: 25px;
	color: #ffffff;
    background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/9299ae97e1lqwv7q.png) no-repeat left bottom;}


.dort{margin-top: 20px;}
.dort li a{	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat';
	line-height: 28px;
	letter-spacing: 0px;color: rgba(255, 255, 255, .5);}


.dff23{background:#212122;padding: 10px 0;}



.seoa a{color: rgba(255, 255, 255, .5);padding: 0 5px;}
.seoa{color: rgba(255, 255, 255, .5);	font-weight: 300;
	font-family: 'Montserrat';}


.nav1_a{width: 32%;}
.dort2 li{width: 50%;float: left;}


.xxff{width: 100%;height: 1px;background: rgba(255, 255, 255, .11);margin-top: 50px;margin-bottom: 20px;}






/*  */
@media (max-width:1440px){
    .pt_a{font-size: 34px;}


.right_lx .mb-20 {
  margin-bottom: 10px !important;
}

.lymess{font-size: 40px;}
}


@media (max-width:1370px){
    .pt_a{font-size: 30px;}

.pp_js dt{font-size: 25px;}
.our_swiper li h2 dt{font-size: 20px;}

.lymess{font-size: 30px;margin-bottom: 5px;}
.right_lx{width: 50%;background:#ffffff;padding: 15px;}

.right_lx .mb-20 {
  margin-bottom: 5px !important;
}

.right_lx .mt-20 {
  margin-top: 10px !important;
}
}



@media (max-width:1280px){
    .pt_a{font-size: 20px;}

.pp_js dt{font-size: 20px;}
.our_swiper li h2 dt{font-size: 18px;}

.lymess{font-size: 25px;margin-bottom: 5px;}
.right_lx{width: 50%;background:#ffffff;padding: 15px;}

.right_lx .mt-20 {
  margin-top: 5px !important;
}


.pp_con{	border: solid 1px #dddddd;}
.pp_le{width: 220px;padding: 25px;display: flex;align-content: stretch;flex-direction:column;justify-content:space-between;border-right: 1px solid #ddd;}
.pp_re{width: calc(100% - 222px);}


.top_80{margin-top: 50px;}
}



@media (max-width:992px){
.top_80{margin-top: 30px;}

.pp_le{width: 100%;padding: 25px;display: flex;align-content: stretch;flex-direction:column;justify-content:space-between;border-right: 1px solid #ddd;}
.pp_re{width: calc(100% - 0px);border-top: 1px solid #ddd;}

.box_our{padding: 40px 0;}

.left_lx{width: 100%;}
.right_lx{width: 100%;background:#ffffff;padding: 15px;}

.box_lx{background:#0061c0;padding: 40px 0;}
.nav1_a{width: 100%;}

.produc_list{
    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(2, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 0px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;
    margin: 0;}

.produc_list  li:nth-child(n + 4){border-top: solid 1px #dddddd;}

.produc_list  li + li{	border-left: none;}
.produc_list  li:nth-child(2n){border-right: none;border-left: solid 1px #dddddd;}

.produc_list  li:nth-child(n + 3){border-top: solid 1px #dddddd;}

.searchbox{display: none!important;}
}

@media (max-width:768px){
.dff{background:url(//wm.cdn.cn86.cn/hengguangffx/2026/07/418df8485aeeximi.png) no-repeat 50%;background-size: cover;padding-top: 40px;padding-bottom: 20px;margin-bottom: 60px;}
.p4-pagination {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0 !important;
    bottom: 0px !important;
    z-index: 999;}


.produc_list  li .pro_title{
	
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 25px;
	}

.our_swiper li h2{background:#ffffff;padding: 13px;margin: 0px;}


.our_swiper li h2 dt {	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000000;height: 44px;overflow: hidden;}


.our_swiper li h2 dd{	
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #666666;height: 150px;overflow: hidden;margin-top: 20px;}

.more_a1{width: 100%;	border: solid 1px #dddddd;padding:10px;border-top: none;}

.more_a1 dd{
	margin: 0px;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	}

    .top_40{margin-top: 20px;}
    .dropdown-toggle img{filter: brightness(0);}
}






.map_img p{margin-bottom: 0px!important;}





.left{width: 100%!important;
   -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%}

.right{width: 100%!important;      -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%}


.nbanner{position: relative;width: 100%;}
.nbanner img{width: 100%;}

.ny_wz{position: absolute;width: 100%;z-index:999;bottom: 20%;left:0px}
.wz_t1{	font-family: Montserrat;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;}
.wz_t2{	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #ffffff;}





.digood-sidebar-related{display: none;}
.aside-contact{display: none;}
#anchor{display: none;}




/*内页左侧样式*/
.ny_nav{	background-color: #ffffff;
	box-shadow: 0px 5px 20px 0px 
		rgba(0, 0, 0, 0.05);}

.xypg-left-con2 .xypg-left-nav { display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;}
.xypg-left-con2 .xypg-left-nav>li {position: relative;text-align:center;float: left;border: none;transition: all 0.5s ease-out}
.xypg-left-con2  .xypg-left-nav > li:last-child {border: none;}
 
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn{background: none;}
.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 17px;
    line-height: 50px;
    color: #333333;
    padding: 15px 3.5vw;
    font-family: Montserrat;
    	font-weight: 500;
    background: none;border-radius: 0px;transition: all 0.2s linear;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #0061c0;
}

.xypg-left-con2 .xypg-left-nav>li::after {
    content: "";
    position: absolute;
    left: 50%;   
    bottom: 0;  
    transform: translateX(-50%); 
    width: 0;
    height: 2px;
    background-color: #0061c0;
    transition: width 0.5s ease-out; 
}

.xypg-left-con2 .xypg-left-nav>li:hover::after,
.xypg-left-con2 .xypg-left-nav>li.clicked::after {
    width: 100%;
}

@media (max-width:992px){
.xypg-left-con2{display: none;}
}


@media (max-width: 768px) {
.wz_t1{	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;line-height: 25px;}
.wz_t2{	font-family: Montserrat;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #ffffff;line-height: 20px;}
}




