html, body {
    overflow-x: visible;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
a:hover{
    color:#003AEB !important;
}
.container{
    width:1450px !important;
    max-width:1450px !important;
}
.service-new-box{
    display: flex;
    margin-top:58px;
    gap:10px;
}
.service-thumb{
    height:644px;
    width:337px;
    transition: all 2s;
}
.service-thumb img{
    height:100%;
    width:100%;
    object-fit: cover;
}
.service-thumb .service_mengban{
    background:#2B2B2B;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 50%;
}
.service-thumb.active{
    width:531px;
    transition: all 1s;
    transform-origin: left center;
}
.service-thumb.active .service_mengban{
    background: linear-gradient( 181deg, rgba(43,43,43,0) 0%, rgba(43,43,43,0.77) 91%);
}
.service-thumb.active .content .center .desc{
    display: block;
}
.service-thumb.active .content .center .biaoqian{
    display: flex;
}
.service-thumb .content{
    position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding:32px;
  color:#fff;
}
.service-thumb .content .center{
    width:100%;
}
.service-thumb .content .num_text{
    width:144px;
    height:122px;
    position: relative;
    display: flex;
    align-items: center;
    color:#fff;
}
.service-thumb .content .num_text .icon_num{
    position: absolute;
    top:0;
    left:24px;
    width:100%;
    height:100%;
}
.service-thumb .content .num_text .service_title{
    font-weight: 500;
    font-size: 30px;
}
.service-thumb .content .desc{
    color:#fff;
    font-weight: 400;
    font-size: 15px;
    display: none;
}

.service-thumb .content .biaoqian,
.service-thumb .content .biaoqian .service_rt_select_item{
    display: flex;
    font-weight: 400;
font-size: 15px;
align-items: center;
justify-content: space-between;
}
.service-thumb .content .biaoqian{
    display: none;
}
.service-thumb .content .biaoqian .service_rt_select_item img{
    width:27px;
    height:27px;
}
.service-thumb .content .icon_img{
    position: absolute;
  bottom: 85px;
  height: 80px;
  width: 80px;
}
.service-thumb .content .icon_img img{
    width:100%;
    height:100%;
}
.mean-container .mean-bar::before{
    content:"缮途";
    color:#000;
}
.mean-container .mean-bar{
    background:#fff;
}
.mean-container a.meanmenu-reveal span{
    background:#000;
}
.about_img_li a:hover  img{
    transform: scale(1.05);
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination li{
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
}
.pagination li.active{
    background: #003AEB;
    border-radius: 50%;
    color:#fff;
}
.public_btn{
    width: 6.8rem;
    height: 2.3rem !important;
    background: #793B96 !important;
    border-radius: 0px 33px 33px 0px !important;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size:0.9rem;
    cursor: pointer;
}
.public_btn img{
    width: 15px;
    height:15px;
}
.public_btn:hover{
    color:#fff !important;
}
.public_btn:hover::before {
    height: 103%;
}
.public_btn::before {
    position: absolute;
    content: "";
    background-color: #19142d;
    width: 101%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px 33px 33px 0px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}
.roofing-header-section{
    position: fixed;
    width:100%;
    background:  rgba(237,244,255,0.8);
    color:#333333;
    border-bottom:1px solid rgba(255,255,255,0.4);
    backdrop-filter: blur(6px);
}
.roofing-header-section .mengban{
    opacity: 0.7;
    z-index:-1;
}
.roofing-menu ul li a{
    color:#333333;
    padding: 10px 0;
    font-size:1rem;
}
.roofing-menu ul li a i{
    color:#999;
    margin-left:5px !important;
}
.roofing-menu {
    text-align: right;
}
.about_img-ul .about_img_li{
    margin-bottom:1.1rem;
    transition: all .6s;
}
.sticky-nav{
    background:#fff !important;
    color:#000;
}
.sticky-nav .roofing-menu ul li a{
    color:#000;
}
.about_img-ul .about_img_li.active{
    transform: translateX(150%);
    opacity: 0;
}
.about_img-ul .about_img_li:last-child {
    margin-bottom: 0px;
    transform: translateX(0%) !important;
    opacity: 1 !important;
}
.about_img_li-a{
    display: block;
    position: relative;
}
.about_img_li-a .about_img_li-cover{
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.about_img_li-a .about_img_li-cover img{
    width: 100%;
    transition: all .36s ease;
}
.about_img_li-a .about_img_li-cover img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.about_img_li-a .about_img_li-other{
    width: calc(100% - 90px);
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.about_img_li-a .about_img_li-other .about_img_li-other-num{
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
}
.about_img_li-a .about_img_li-other .about_img_li-other-num span{
    color: #fff;
    line-height: 1.4;
    font-size: 1.1rem;
}
.about_img_li-a .about_img_li-other .about_img_li-other-num .about_img_num-show{
    margin-right: 5px;
}
.about_img_li-a .about_img_li-other .about_img_num-other-title{
    color: #fff;
    line-height: 1.4;
    font-size:1.6rem;
}
.offer-section{
    min-height:1200px;
    overflow: visible; /* 确保不影响滚动 */
    padding:0;
    background: url(../images/shili_bg.png) no-repeat;
    background-size: 100% 100%;

}
.offer-section  .offer-section-left{
    position: sticky;
    position: -webkit-sticky;
    top: 1.1rem;
    z-index: 10;
    width:45%;
    padding-top: 73px;
    border-right: 2px solid #FFFFFF82;
    padding-bottom:63px;
}
.offer-section  .offer-section-right{
    width:50%;
    /*padding:118px 116px 118px 116px;*/
    overflow-x: hidden;
}
.offer-section  .offer-section-left .dongtai_num{
    border-top: 2px solid #FFFFFF82;
    margin-top: 45px;
}
.counter-item-box{
    padding:0;
    border:0;
}
.counter-item-box .counter-content{
    width:100%;
}
.counter-item-box .counter-content .counter-number{
    width:100%;
    border-bottom:2px solid #FFFFFF82;
}
.counter-text p{
    font-weight: 500;
    font-size: 1rem;
    color: #161E37;
}
.counter-number h2{
    font-weight: 700;
    font-size: 3rem;
    color: #161E37;
    line-height: 121px;
}
.counter-number span{
    font-weight: 700;
    font-size: 2rem;
    color: #793B96;
    line-height: 50px;
}
.roofing-btns {
  display: inline-block;
  margin-left: 32px;
}
.roofing-btns a {
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #3462ED;
  color: #fff;
  padding: 13px 25px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.roofing-btns a,
.roofing-btn a{
    /*background: linear-gradient( 268deg, #3AF8FF 3%, #793B96 86%);*/
    background: linear-gradient( 268deg, #793B96 3%, #7295FF 86%);
    border-radius: 2rem 2rem 2rem 2rem;
    width: 139px;
    height: 2rem;
    padding:0;
    line-height: 2rem;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    cursor: pointer;
    color:#fff !important;
}
.jyxd-qrcode-box{
    display: flex;
    justify-content: right;
}
.roofing-btns a:hover,
.roofing-btn a:hover{
    color:#fff !important;
}
.roofing-btns a:hover::before {
  height: 103%;
}
.roofing-btns a::before {
  position: absolute;
  content: "";
  background-color: #19142d;
  width: 101%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 30px 30px 30px 30px;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
}
.roofing-menu ul .sub-menu ul li a:hover{
    color:#fff !important;
}
/* 轮播图 start */
.jyxd-banner-box{
    position: relative;
}
.swiper {
    width: 100%;
    height: 958px;
}
.swiper .swiper-slide img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.swiper .swiper_content{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-between;
}
.swiper .case_nav{
    z-index: 99;
    padding-top: 79px;
    width: 40%;
    height: 100%;
}
.swiper .case_nav .case_nav_box{
    width:100%;
    height:100%;
    border-right: 1px solid #FFFFFF2E;
}
.swiper .case_nav .case_nav_box .case_nav_body{
    height:357px;
    display: flex;
    align-items: center;
    padding-left:30%;
    text-align: left;
}
.swiper .case_nav .case_nav_box .case_nav_body h1{
    font-weight: 600;
    font-size: 2rem;
    color: #793B96;
    line-height: 50px;
}
.swiper .case_nav .case_nav_box .case_nav_body h2{
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 100px;
    color: #ccc;
}
.swiper .case_nav .case_nav_box .case_nav_body p{
    font-weight: 500;
    color: #ccc;
}
.swiper .case_nav .case_nav_box .case_nav_body p a{
    text-decoration: none;
    color: #ccc;
    font-size:1.3rem;
}
.swiper .case_nav .case_nav_box ul li{
    border-top: 1px solid #FFFFFF2E;
    color:#fff;
    height: 5.5rem;
    line-height: 5.5rem;
    padding-left:30%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.swiper .case_nav .case_nav_box ul li.bg{
    background: linear-gradient( 90deg, rgba(51,98,237,0) 0%, #793B96 100%);
}
.swiper .case_nav .case_nav_box ul li .loading-circle{
    width: 9px;
    height: 9px;
    background: #D9DDE5;
    border-radius: 50px;
    margin-right: 2.5rem;
}
.swiper .case_nav .case_nav_box ul li a{
    color:#fff;
}
.swiper .swiper_button_box{
    z-index: 99;
    position: relative;
    width: 60%;
}
.swiper .swiper_button_box .swiper_button_box_content{
    height:16.1rem;
    /*padding-left: 106px;*/
    /*padding-top: 85px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #FFFFFF2E;
    padding: 0 18% 0 106px;
    display: none;
}

.swiper .swiper_button_box .swiper_button_box_content.bg{
    display: flex;
}
.swiper .swiper_button_box .swiper_button_box_content .title{
    font-weight: 600;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 41px;
    text-align: left;
}
.swiper .swiper_button_box .swiper_button_box_content .content{
    font-weight: 500;
    font-size: 0.8rem;
    color: #FFFFFF;
    line-height: 41px;
    text-align: left;
}
.swiper .swiper_button_box .swiper_button_box_content .yuyue_btn a{
    width: 8rem;
    height: 2.8rem;
    background: #793B96;
    border-radius: 0px 33px 33px 0px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index:1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yuyue_btn a::before {
    position: absolute;
    content: "";
    background-color: #19142d;
    width: 101%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius:  0px 33px 33px 0px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.yuyue_btn a:hover::before {
    height: 103%;
}
.swiper .swiper_button_box .swiper_button_box_content .yuyue_btn a:hover{
    color:#fff!important;
}
/* 其他代码保持不变 */

.circle-progress {
    z-index: 100;
    display: none;
    margin-right: 2.5rem;
}

.circle-progress-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

@keyframes progress {
    from {
        stroke-dashoffset: 88;
    }
    to {
        stroke-dashoffset: 0;
    }
}
/* 轮播图 end */

.container_box{
    /*padding: 0 300px 0 300px;*/
    width:80%;
    margin:0 auto;
}
.service-section{
    background: url(../images/service_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 123px 0 90px;
}
.section-subtitle{
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.8rem;
    color: #793B96;
    text-align: left;
}
.section-subtitle img{
    width: 25px;
    height: 23px;
    margin-right: 2px;
}
.section-main-title h2{
    font-weight: 600;
    font-size: 2rem;
    color: #161E37 !important;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    margin-bottom: 0;
}
.section-main-title h2 span{
    color:#793B96 !important;
    font-weight: bold;
}
.service_cate_nav{
    border-top: 2px solid rgba(192,198,216,0.41);
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 45px;
}
.service_cate_nav .nav_item{
    margin-right:108px;
    font-size: 1rem;
    color: #A4A4A4;
    height: 109px;
    line-height: 109px;
    cursor: pointer;
}
.service_cate_nav .nav_item:hover{
    color:#793B96;
}
.service_cate_nav .nav_item.on{
    color:#793B96;
    border-top: 4px solid #793B96;
    margin-top: -5px;
}
.service-section .jyxd-service-box{
    display: flex;
    justify-content: space-between;
    height: 559px;
}
.service-section .jyxd-service-box .service_lf,.service-section .jyxd-service-box .service_rt{
    width: 50%;
}
.service-section .jyxd-service-box .service_lf img{
    width:100%;
    height:100%;
}
.service-section .jyxd-service-box .service_rt{
    background:#fff;
    padding: 59px 50px 59px 50px;
    border-bottom: 4px solid #793B96;
}
.service-section .jyxd-service-box .service_rt .service_rt_top{
    display: flex;
    justify-content: space-between;
}
.service-section .jyxd-service-box .service_rt .service_rt_top .icon_img{
    width:176px;
    height:122px;
}
/*.service-section .jyxd-service-box .service_rt .service_rt_top .icon_num{*/
/*    height: 94px;*/
/*    width: 132px;*/
/*}*/
.service-section .jyxd-service-box .service_rt h3{
    margin-top: 40px;
    font-size: 1.5rem;
    color: #161E37;
    line-height: 50px;
    font-weight: 600;
}
.service-section .jyxd-service-box .service_rt .service_rt_content{
    font-weight: 400;
    font-size: 1rem;
    color: #8A8A8A;
    line-height: 33px;
    margin-top: 1.1rem;
}
.service-section .jyxd-service-box .service_rt .service_rt_select{
    margin-top: 39px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.service-section .jyxd-service-box .service_rt .service_rt_select .service_rt_select_item{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 27px;
    font-size:0.8rem;
}
.service-section .jyxd-service-box{
    display:none;
}
.service-section .jyxd-service-box.on{
    display:flex;
    transition: all.6s;
}


.system-section{
    background: url(../images/system_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 125px 0 125px;
}
.system-subtitle{
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1.1rem;
    color: #793B96;
    text-align: left;
}
.system-subtitle img{
    width: 25px;
    height: 23px;
    margin-right: 2px;
}
.section-main-title h2{
    font-weight: 600;
    font-size: 2rem;
    color: #161E37 !important;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    margin-bottom: 0;
}
.section-main-title p{
    font-size: 2rem;
    line-height: 73px;
    font-weight: 700;
    color: #793B96;
}
.system-section-box{
    display: flex;
    justify-content: space-between;
}
.system-section-box .system-section-box-lf{
    width: 1400px;
}
.system-section-box-lf-top{
    width:90%;
    margin-top:85px;
    position: relative;
}
.system-section-box-lf-top img{
    width:100%;
    position: absolute;
}
.system-section-box .box-content{
    display: flex;
    justify-content: space-between;
}
.system-section-box .box-content .num{
    font-weight: 700;
    font-size: 2.5rem;
    color: #793B96;
    margin-top:30px;
}

.system-section-box .box-content .lf-top_content_item{
    width: 25%;
    /*margin-top:28px;*/
    z-index:99;
}
.system-section-box .box-content .lf-top_content_item .system_circle{
    width: 16px;
    height: 16px;
    background: #793B96;
    border-radius: 50px;
    /*margin-top: 2px;*/
    margin-left: 5px;
    border:4px solid #fff;
}
.system-section-box .box-content .lf-top_content_item:first-child{
    margin-left:0;
}
.system-section-box .box-content .lf-top_content_item .desc{
    font-weight: 500;
    font-size: 1rem;
    color: #161E37;
    line-height: 2rem;
    margin-top: 1.1rem;
}
.system-section-box-ft{
    display: flex;
    align-items: center;
    margin-top: 85px;
}
.system-section-box-ft .sys-section-qrcode_img{
    width: 390px;
    height: 390px;
    padding:10px;
    background: #eee;
    border-radius: 10px;
}
.system-section-box-ft .sys-section-qrcode_img img{
    width: 100%;
    height: 100%;
}

.system-section-box-ft .sys-section-qrcode{
    font-weight: 500;
    font-size: 1.8rem;
    color: #161E37;
    line-height: 100px;
    text-align: center;
}

.blog-section{
    background: url(../images/news_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 61px 0 61px 0;
}
.blog-section .news_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-section .news_list_box{
    border-top: 1px solid rgba(192,198,216,0.41);
    margin-top:50px;
    padding-top:40px;
}
.blog-section .news_list_box .one_box{
    display: flex;
    justify-content: space-between;
}
.blog-section .news_list_box .one_box .one_box_img{
    width:50%;
    height:345px;
}
.blog-section .news_list_box .one_box .one_box_img img{
    width:100%;
    height: 100%;
}
.blog-section .news_list_box .one_box .one_box_rt{
    width:50%;
    position: relative;
    padding-left:106px;
}
.blog-section .news_list_box .one_box .one_box_rt .one_box_rt_time{
    font-weight: 400;
    font-size: 1rem;
    color: #8F8F8F;
    line-height: 70px;
    /*margin-top: 80px;*/
}
.blog-section .news_list_box .one_box .one_box_rt .one_box_title{
    font-weight: 400;
    font-size: 1.3rem;
    color: #161E37;
    line-height: 70px;
}
.news_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    border-bottom: 1px solid rgba(192,198,216,0.41);
    padding-bottom: 40px;
}
.news_list .item{
    width:50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 2rem;
    padding-right: 4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(192,198,216,0.41);
}
.news_list .item .news_circle{
    width: 6px;
    height: 6px;
    background: #793B96;
    margin-right:0.5rem;
    border-radius: 50px;
}
.news_list .item .item_title{
    font-weight: 400;
    font-size: 1.1rem;
    color: #161E37;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.news_list .item .item_title_box{
    display: flex;
    align-items: center;
    width:80%;

}
.news_list .item .item_time{
    font-weight: 400;
    font-size: 0.9rem;
    color: #8F8F8F;
    line-height: 70px;
}
.footer-wiget-log{
    display: flex;
    align-items: center;
}
.footer-wiget-log .logo_name{
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    padding-top:10px;
    margin-left: 5px;
}
.footer-section{
    background:#2E3439;
    padding: 3rem 0 0 0;
}
.footer_content_box{
    display:flex;
    justify-content: space-between;
    height:377px;

}
.footer_content_box .footer_cate_menu{
    width:716px;
    display:flex;
    justify-content: left;
    padding-top:3rem;
    border-right: 1.1rem solid transparent;
    border-image: url('../images/footer_shu_line.png') 20 round;
    flex:1;
}
.footer_content_box .footer_contact{
    width:716px;
    padding-top:50px;
    border-left: 1.1rem solid transparent;
    border-image: url('../images/footer_shu_line.png') 20 round;
    flex:1;
    display: flex;
    justify-content: right;
}
.footer_content_box .footer_contact .footer_contact_box{
    width:80%;
    /*margin:0 auto;*/
}
.footer_content_box .footer_contact .footer_contact_box .footer_contact_title{
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF;
}
.footer_content_box .footer_contact .footer_contact_box .footer_contact_phone{
    font-weight: 500;
    font-size: 1.5rem;
    color: #793B96;
    margin-top:2rem;
}
.footer_content_box .footer_contact .footer_contact_box .footer_contact_address{
    font-weight: 400;
    font-size: 1rem;
    color: #9EA2A8;
    margin-top:13px;
}
.footer_content_box .footer_contact .footer_contact_box .footer_contact_address span{
    color:#fff;
}
.footer_content_box .footer_contact .footer_contact_box .footer_contact_btn{
    margin-top:34px;
}
.footer_content_box .footer_cate_menu .item{
    width:25%;
}
.footer_content_box .footer_cate_menu .item .cate_name{
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF;
}
.footer_content_box .footer_cate_menu .item .cate_sub_menu{
    margin-top:2rem;

}
.footer_content_box .footer_cate_menu .item .cate_sub_menu a{
    font-weight: 400;
    font-size: 0.8rem;
    color: #9EA2A8;
    line-height: 2rem;
}
.footer_content_box  .footer_qrcode_box{
    flex:1;
}
.footer_content_box  .footer_qrcode_box .qrcode-img-box{
    width:145px;
    height:145px;
    background:#fff;
    padding:5px;
    margin:0 auto;
    margin-top:50px;
}
.footer_content_box  .footer_qrcode_box .qrcode-img-box img{
    width:100%;
    height:100%;
}
.footer_content_box  .footer_qrcode_box .qrcode-text-box .qrcode-title{
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 22px;
}
.copyright-text{
    display: flex;
    justify-content: center;
    padding: 3rem 0 3rem 0;
}
.copyright-text,.copyright-text a{
    font-weight: 400;
    font-size: 1rem;
    color: #9EA2A8;
}
.copyright-text .copyright-text-right{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

/* 工程发布页面  start */
.engineering_container{
    width:100%;
    min-height:900px;
    background: url(../images/engineering_bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    object-fit: cover;
}
.engineering_container .form_box{
    padding-top:100px;
    padding-left:70px;
    width:80%;
}
.engineering_container .form_box .layui-form{
    margin-top:30px;
}
.engineering_container .form_box h1{
    font-weight: 400;
    font-size: 2rem;
    color: #161E37;
}
.engineering_container .layui-form-label{
    color:#161E37;
    width:110px;
}
.engineering_container .form_box .layui-form-item{
    margin-bottom:20px;
}
.engineering_container .form_box .layui-form-item .layui-input-inline{
    border-radius: 4px 4px 4px 4px;
}
.engineering_container .form_box .layui-form-item input,.engineering_container .form_box .layui-form-item textarea{
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BEBEBE;
    opacity: 0.6;
}
.engineering_container .form_box  .layui-form-select dl dd.layui-this{
    background-color: #793B96;
}

.bratcome-text ul li{
    margin-left: 20px;
}
.list_chunk{
    padding-top:122px;
    background: url("../images/tongzhiback.png") no-repeat;
    background-size: 100% 100%;
    over-flow:hidden;
    object-fit: cover;
    min-height:1000px;
    padding-bottom:60px;
}
.search_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_box .search_lf{
    display: flex;
    justify-content: left;
    align-items: center;
}
.search_box .search_lf .search_year{
    margin-right: 10px;
}
.search_box .search_lf  .layui-form-select .layui-select-title  .layui-input{
    width: 281px;
    height: 68px;
}
.search_box .search_rt .search_keyword .layui-input{
    width: 563px;
    height: 68px;
}

.search_box .search_rt .search_keyword{
    position: relative;
}

.search_box .search_rt .search_keyword .search_icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.search_box .layui-form-select dl{
    top:65px !important;
}

.list_chunk .list_body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-bottom: 40px;
}
.list_chunk .list_body .list_item{
    border-top: 2px solid  rgba(192,198,216,0.41);
    margin-right: 20px;
    width:30%;
    margin-top: 20px;
}
.list_chunk .list_body .list_item .list_box_info{
    display: flex;
    justify-content: space-between;
    margin-top:0.8rem;
}
.list_chunk .list_body .list_item .list_box_info_lf{
    display: flex;
    justify-content: left;
    align-items: center;
}
.list_chunk .list_body .list_item .circle{
    width: 0.8rem;
    height: 0.8rem;
    background: #E0E2EA;
    border-radius: 50px;
    margin-right: 0.5rem;
}
.list_chunk .list_body .list_item .catname{
    font-weight: 400;
    font-size:1rem;
    color: #9E9E9E;
}
.list_chunk .list_body .list_item .list_box_info_rt .time{
    font-weight: 400;
    font-size:1rem;
    color: #9E9E9E;
}

.list_chunk .list_body .list_item .list_box_image{
    width:100%;
    height:319px;
    margin-top:20px;
}
.list_chunk .list_body .list_item .list_box_image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.list_chunk .list_body .list_item .list_box_title {
    font-weight: 400;
    font-size: 1.2rem;
    color: #161E37;
    margin-top: 1.3rem;
    height:3rem;
    /* 多行文本溢出显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 根据高度和行高，这里设置显示 2 行 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_chunk .list_body .list_item .list_box_jiantou{
    width:2rem;
    height:2rem;
    margin-top:2rem;
}
.list_chunk .list_body .list_item .list_box_jiantou img{
    width:100%;
    height:100%;
}
/*详情页没有bannner 需要填充空间 */
.tianchong{
    height:80px;
    background:rgba(237,244,255,0.4);
}
.info_nav{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top:40px;
}
.info_nav div.circle{
    width: 0.4rem;
    height: 0.4rem;
    background: #9E9E9E;
    border-radius: 50%;
}
.info_nav div{
    margin-right:10px;
}
.info_nav div a{
    font-size: 1rem;
    color:#9E9E9E;
}
.info_nav div a.active{
    color: #161E37;
}
.info_nav div.circle_active{
    background:#003AEB;
}

.info_box .content{
    margin-top: 100px;
    border-top:2px solid rgba(192,198,216,0.41);
    padding-top: 40px;
}
.info_box .content .title{
    font-weight: 700;
    font-size: 2rem;
    color: #161E37;
}
.info_box .content .time{
    font-weight: 400;
    font-size: 1rem;
    color: #555555;
}

.info_box .content .content_box{
    margin-top: 100px;
}
.info_box .content .content_box .content_lf .content_bottom_line{
    border-top:2px solid rgba(192,198,216,0.41);
    height:0;
    margin-top: 70px;
}
.info_box .content .content_box .content_lf .page{
    margin-top:40px;
}
.info_box .content .content_box .content_lf .page div{
    font-weight: 400;
    font-size: 1rem;
    color: #161E37;
}
.info_box .content .content_box .content_lf .page div:nth-child(2){
    margin-top:20px;
}
.info_box .content .content_box .content_lf .page div span{
    color: #555555;
    margin-right:40px;
}
.info_box .content .content_box .content_lf .go_list_btn{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.info_box .content .content_box .content_lf .go_list_btn .public_btn{
    background:#fff !important;
    border: 1px solid #161E37 !important;
    border-radius: 34px 34px 34px 34px !important;
    color:#161E37;
}
.info_box .content .content_box .content_lf .go_list_btn .public_btn::before{
    border-radius: 34px 34px 34px 34px !important;
}

.info_box .content .content_box .content_rt .xiangguan_title{
    font-weight: 400;
    font-size: 1.8rem;
    color: #161E37;
}
.info_box .content .content_box .content_rt .related_list .related_list_item{
    margin:30px 0 18px 0;
}
.info_box .content .content_box .content_rt .related_list .related_list_item img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.info_box .content .content_box .content_rt .related_list .related_list_item .item_title{
    font-weight: 400;
    font-size: 1rem;
    color: #161E37;
    height:3rem;
    /* 多行文本溢出显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 根据高度和行高，这里设置显示 2 行 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}
.info_box .content .content_box .content_rt .related_list .related_list_item .item_title a:hover{
    color: #003AEB;
}
.info_box .content .content_box .content_rt .related_list .related_list_item .item_time{
    font-weight: 400;
    font-size: 0.8rem;
    color: #9E9E9E;
    margin-top: 1rem;
}
.case_page .case_title{
     display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 40px;
    font-weight: 400;
    font-size: 1rem;
    color: #161E37;
}
.case_page{
    overflow: hidden;
}

.case_page .case_title .circle{
    width: 11px;
    height: 11px;
    background: #793B96;
    border-radius: 0px 0px 0px 0px;
    margin-right: 10px;

}
.case_page h1{
    font-weight: 400;
    font-size: 2rem;
    color: #161E37;
}
.case_page .case_page_line{
    height: 0px;
    border-top: 2px solid rgba(192,198,216,0.41);
    margin-top:50px;
}
.case_page .case_cate_nav .case_cate_nav_item .public_btn{
    background:#fff !important;
    border: 1px solid #161E37 !important;
    border-radius: 34px 34px 34px 34px !important;
    color:#161E37;
}
.case_page .case_cate_nav .case_cate_nav_item .public_btn.active{
    background:#19142d !important;
    color:#fff;
}
.case_page .case_cate_nav .case_cate_nav_item  .public_btn::before{
    border-radius: 34px 34px 34px 34px !important;
}
.case_page .case_cate_nav{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top:50px;
    align-items: center;
}
.case_page .case_cate_nav .case_cate_nav_box{
    display: flex;
    justify-content: left;
    gap: 20px;
}

.case_page .case_box{
    margin-top:22px;
}
.case_page .case_box #CaseSwiper{
    height:597px;
}
.case_page .case_box .swiper-button-next,.case_page .case_box .swiper-button-prev{
    position: relative;
    width:100%;
    height:100%;
}
.case_page .case_box #CaseSwiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.case_page .case_box #CaseSwiper .swiper-slide .swiper-slide_title {
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 39px;
    width: 100%;
    text-align: center;
    z-index:999;
}
.case_page .hezuo_section{
    padding-top:100px;
    background: url(../images/news_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom:100px;
}
.case_page .hezuo_section h2{
    font-weight: 400;
    font-size: 49px;
    color: #161E37;
    text-align: center;
}
.case_page .hezuo_section .hezuo_list{
    margin-top:72px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.case_page .hezuo_section .hezuo_list .hezuo_list_item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
.case_page .hezuo_section .hezuo_list .hezuo_list_item:hover{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 20px;
    background:#fff;
}
.about_page .about_content{
    display:flex;
    justify-content: space-between;
}
.about_page .about_content .about_content_lf{
    padding:210px 94px 130px 150px;
}
.about_page .about_content .about_content_lf h1{
    font-weight: 700;
    font-size: 3rem;
    color: #161E37;
}
.about_page .about_content .about_content_lf .content{
    margin-top:53px;
    font-weight: 400;
    font-size: 1rem;
    color: #555555;
}
.about_page .about_content .about_content_lf,.about_page .about_content .about_content_rt{
    width:50%;
}
.about_page .about_content .about_content_rt img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.mengban{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(255, 255, 255);
    opacity: 0.9;
}
.banner_mengban{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../images/banner_mengban.png) no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    z-index:99;
}
.about_page .yewu_section{
    background:url(../images/about_yewu_bg.png) no-repeat;
    display: flex;
    justify-content: space-between;
    min-height:850px;
    background-size: 100% 100%;
    object-fit: cover;
}
.about_page .yewu_section .yewu_section_lf,.about_page .yewu_section .yewu_section_rt{
    width:50%;
}
.about_page .yewu_section .yewu_section_lf{
    position: relative;
    overflow: hidden;
}
.about_page .yewu_section .yewu_section_lf .datu_list_item{
    position: absolute;
    width: 660px;
    height: 660px;
    left: -120px;
    bottom: -120px;
    border-radius: 50%;
}
.about_page .yewu_section .yewu_section_lf .datu_list_item img{
    width:100%;
    height:100%;
    border-radius: 50%;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item{
    position: absolute;
    width: 98px;
    border-radius: 50%;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item:hover{
    cursor: pointer;
    color:#793B96;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item img{
    width:100%;
    height:100%;
    border-radius: 50%;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_0{
    bottom: 600px;
    left: 58px;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_1{
    bottom: 610px;
    left: 216px;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_2{
    bottom: 560px;
    left: 372px;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_3{
    bottom: 480px;
    left: 528px;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_4{
    bottom: 320px;
    left: 625px;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_5{
    bottom: 150px;
    left: 665px;
}
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_6{
    bottom: 0;
    left: 650px;
}

.about_page .yewu_section .yewu_section_lf .xiaotu_list_item .item_title{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
}

.about_page .yewu_section .yewu_section_lf .xiaotu_list_item:hover .item_title,
.about_page .yewu_section .yewu_section_lf .xiaotu_list_item.active .item_title{
    color:#793B96;
}
.about_page .yewu_section .yewu_section_rt .yewu_section_list{
    padding:251px 247px 220px 67px;
}

.about_page .yewu_section .yewu_section_rt .yewu_section_list{
    font-weight: 400;
    font-size: 1rem;
    line-height:35px;
    color: #555555;
}
.about_page .yewu_section .yewu_section_rt .yewu_section_list .yewu_content{

}
.about_page .yewu_section .yewu_section_rt .yewu_section_list h2{
    font-weight: 700;
    font-size:2rem;
    color: #161E37;
    margin-bottom:2rem;
}
.about_page .zizhi_section{
    min-height:920px;
    padding-top:100px;
    position: relative;
}
.about_page .zizhi_section .zizhi_bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.about_page .zizhi_section .zizhi_bg img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.about_page .zizhi_section h2{
    font-weight: 700;
    font-size: 2rem;
    color: #161E37;
    text-align: center;
    position: relative;
}
.new_input_box .new_input_box_group .zizhi-up-btn{
    background:#fff;
    opacity: 0.6;
    height:120px;
    line-height: normal;
    width:120px;
    color:#CCCCCC;
    font-size: 12px;
    border: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
    padding:2px;
}
.new_input_box .new_input_box_group  .zizhi-up-btn img{
    width:100%;
    height:100%;
}
.new_input_box .new_input_box_group .zizhi-up-btn .icon_img .layui-icon{
    font-size:30px;
}

.engineering_container .form_box{
    width:90%;
    padding-left:10px;
}
.new_input_box_div{
    display:flex;
    gap: 10px;
}

.new_input_box{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
}
.box-three .new_input_box{
    width:30%;
}
.zizhi{
    display: flex;
    justify-content: left;
}
.zizhi .new_input_box{
    display: flex;
    justify-content: left;
    align-items: normal;
    gap: 5px;
    width: 30%;
}
.new_input_box .new_input_box_label{
    width:70px;
}
.new_input_box .new_input_box_group{
    width:80%;
}
.box-three .new_input_box .new_input_box_label{
    width:70px;
}
.box-three .new_input_box .new_input_box_group{
    width:61%;
}

.zizhi .new_input_box .new_input_box_label{
    width:70px;
}
.zizhi .new_input_box .new_input_box_group{
    width:61%;
}
.breatcome-section{
    min-height:700px;
    background:none !important;
    overflow: hidden;
    padding:0;
}
.breatcome-section img{
    width:100%;
    height:100%;
}

.service-icon-thumb{
    background:none !important;
    height: 60px;
    width: 80px;
}
.service-icon-thumb img{
    width:100%;
    height:100%;
}
.service-text{
    width: 80%;
  height: 90%;
}
.service-main-content{
    width:80%;
}
.service-main-title{
    margin-left: 100px !important;
}

.top-wrap .go-top-button{
    background:#793B96;
}

/*加盟弹窗 start*/
/* 遮罩层样式 */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        /* 弹窗内容样式 */
        .modal-content {
            /*background-color: white;*/
            padding: 80px 264px 80px 264px;
            border-radius: 8px;
            max-width: 80%;
            min-height:587px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            background: #FFFFFF;
            border-radius: 14px 14px 14px 14px;
            opacity: 0.8;
        }

        /* 关闭按钮样式 */
        .close-btn {
            position: absolute;
            right:0;
            cursor: pointer;
            font-size: 20px;
        }
        .form_box_div{
            margin-top:50px;
        }
        .form_box_div .form_item{
            display: flex;
            align-items: center;
            margin-top:30px;
        }
        .form_box_div .form_item label{
            font-weight: 400;
            font-size: 20px;
            color: #161E37;
            width:20%;
        }
        .form-box{
              width:80%;
              background: rgba(255,255,255);
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #BEBEBE;
                padding-right: 20px;
        }
        .form-box input{
            height:43px;
            margin-bottom:0;
        }
        .form-box select{
            margin-bottom:0;
          
        }
        .form_box_div .form_item label:before{
            content:"*";
            color:#ff0000;
        }
        .form_box_div .btn_group .close_btn{
            color: #000 !important;
            background: #fff !important;
        }
        .form_box_div .btn_group .close_btn:hover{
            color:#fff!important;
        }
        .form_box_div .btn_group{
            display: flex;
            margin-top: 50px;
            justify-content: center;
            gap: 30px;
        }
/*加盟弹窗 end*/
/* 工程发布页面  end */
@media screen and (max-width: 767px){
    .container_box{
        width:100%;
    }
    .swiper{
        height:auto;
    }
    .swiper .swiper_content{
        display:none;
    }

}

@media screen and (max-width: 1600px){
    .breatcome-section{
        min-height:400px;
        background-size: cover !important;
        overflow: hidden;
    }
    .container{
        max-width: 1320px !important;
    }
    .swiper{
        height:715px;
    }
    .swiper .case_nav .case_nav_box .case_nav_body{
        height:250px;
    }
    .system-section-box-ft .sys-section-qrcode_img{
        width:12rem;
        height:12rem;
    }
    .swiper .case_nav .case_nav_box ul li{
        height:4rem;
    }
    .service-section{
        padding:70px 0;
    }
    .service_cate_nav{
        margin-top:20px;
    }

    .service_cate_nav .nav_item{
        height:70px;
        line-height:70px;
    }

    .service-section .jyxd-service-box{
        height:410px;
    }
    .service-section .jyxd-service-box .service_rt{
        padding:39px 30px 39px 30px;
    }
    .service-section .jyxd-service-box .service_rt h3{
        margin-top:25px;
    }
    .service-section .jyxd-service-box .service_rt .service_rt_top .icon_img{
        width:150px;
        height:100px;
    }
    .service-section .jyxd-service-box .service_rt .service_rt_top .icon_num{
        height: 94px;
        width: 132px;
    }
    .system-section{
        padding:100px 0 100px;
    }
    .system-section-box-lf-top{
        margin-top:35px;
    }
    .counter-number h2{
        line-height:100px;
    }
    .engineering_container .form_box{
        width:90%;
        padding-left:10px;
    }
   .new_input_box_div{
       display:flex;
       gap: 10px;
   }

   .new_input_box{
       display: flex;
       align-items: center;
       justify-content: left;
       gap: 5px;
   }
    .box-three .new_input_box .new_input_box_label{
        width:80px;
    }
    .zizhi .new_input_box .new_input_box_label{
        width:80px;
    }
   
    .new_input_box .new_input_box_label{
        width:10%;
    }
    .new_input_box .new_input_box_group{
        width:80%;
    }
    .zizhi .new_input_box .new_input_box_group{
        width:71%;
    }
    .box-three .new_input_box .new_input_box_group{
        width:135px;
    }

    ::placeholder {
        font-size: 12px; /* 设置字体大小 */
    }
    .about_page .about_content .about_content_lf{
        padding:31px 94px 31px 150px;
    }
    .about_page .yewu_section .yewu_section_lf .datu_list_item{
        width: 560px;
          height: 560px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item{
        width:70px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_0{
        bottom: 500px;
        left: 58px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_1{
        bottom: 500px;
        left: 184px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_2{
        bottom: 468px;
        left: 315px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_3{
        bottom: 390px;
        left: 430px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_4{
        bottom: 279px;
        left: 530px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_5{
        bottom: 145px;
        left: 580px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item.item_6{
        bottom: 0;
        left: 570px;
    }
    .about_page .yewu_section .yewu_section_rt .yewu_section_list{
        padding: 96px 247px 137px 67px;
    }
    .about_page .yewu_section .yewu_section_lf .xiaotu_list_item .item_title{
        font-size:14px;
    }
    .about_page .yewu_section{
        min-height:700px;
    }
}
