﻿*{margin:0px;padding:0px;}
ul,li{list-style-type:none;}
img{border:0px;max-width:100%;vertical-align: bottom;}
html,body{height:100%;}
body{font-size:14px;font-family:arial;color:#333333;overflow-x:hidden;}
a{color: #333333;text-decoration: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {transition: background-color 5000s ease-in-out 0s;}

/* 全局禁止双击/自动缩放 */
html, body {
  touch-action: manipulation; 
}

/* iOS 专属禁止文字自动调整 */
@supports (-webkit-touch-callout: none) {
  * {
    -webkit-text-size-adjust: 100% !important;
  }
}

.header{position:absolute;top:0px;width:100%;z-index:3;}
.main_w{width:1200px;margin:0 auto;}
.header .main_w{padding-top:38px;}
.tops{display:flex;justify-content: space-between;}
.tops .sea_list{display:flex;gap:21px;}
.banner{overflow:hidden;position: relative;}
.banner .dian-gfs{position:absolute;width:100%;text-align:center;left:0px;z-index:3;bottom:27px;}
.banner .dian-gfs .swiper-pagination-bullet{width:12px;height:12px;background:#b0b9c1;border-radius:50px;opacity: 1;margin:0 7px;}
.banner .dian-gfs .swiper-pagination-bullet-active{background:#005aad;}
.bannersj{overflow:hidden;position: relative;}
.titles{font-size:50px;color:#005aad;text-align:center;font-weight:bold;padding-top:50px;padding-bottom:30px;}



.p_products{width:100%;overflow:hidden;}
.p_products .list{overflow:hidden;}
.p_products .list li a{background:#f9fafb;border:1px solid #e5e8ea;text-align:center;padding:20px;box-sizing: border-box;overflow:hidden;display:block;}
.p_products .list li img{transition:0.3s ease all;}
.p_products .list li:hover img{transform:scale(1.15)}
.p_products .list li font{display:block;background:#005aad;color:#fff;border-radius:20px;height:26px;line-height:26px;display:inline-block;padding:0 17px;margin-top:20px;}
.p_products .list li p{color:#005aad;padding-top:15px;}
.p_products .list li div{font-size:18px;color:#333333;padding-top:9px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.p_products .quan{overflow:hidden;text-align:center;padding-top:49px;display:flex;align-items: center;justify-content: center;gap:30px;padding-bottom:95px;}
.p_products .quan .zuo{width:54px;height:54px;background:url(../images/sb1_08.jpg) no-repeat;display:inline-block;cursor: pointer;}
.p_products .quan .list-gfs{display:inline-block;width:auto;}
.p_products .quan .you{width:54px;height:54px;background:url(../images/sb1_08.jpg) no-repeat;display:inline-block;transform: rotate(180deg);cursor: pointer;}
.p_products .quan .list-gfs .swiper-pagination-bullet{width:12px;height:12px;margin:0 8px;}
.p_products .quan .list-gfs .swiper-pagination-bullet-active{background:#005aad;}
.p_products .quan .zuo:hover{background-image: url(../images/sb1_10.jpg);transform: rotate(180deg);}
.p_products .quan .you:hover{background-image: url(../images/sb1_10.jpg);transform: rotate(0deg);}

.about_us{width:100%;overflow:hidden;background:url(../images/sb1_14.jpg) center;padding:50px 0;background-size:cover;border-bottom:12px solid #005aad;;}
.about_us .main_w{display:grid;grid-template-columns: repeat(2,1fr);gap:40px;align-items: center;}
.about_us .tit_right_1{font-size:20px;color:#005aad;}
.about_us .tit_right_2{font-size:26px;color:#333333;font-weight:bold;line-height:1.34;padding-top:50px;padding-bottom:40px;}
.about_us .tit_right_3{font-size:16px;line-height:1.9375;}
/* .about_us .tit_right_4{width:187px;height:52px;background:#005aad url(../images/f2.png) no-repeat center right 26px;border-radius:50px;margin-top:87px;line-height:52px;}
.about_us .tit_right_4 a{color:#ffffff;padding-left:26px;display:block;} */

.about_us .tit_right_4{width:187px;height:52px;background:#e5e8ea url(../images/f3.png) no-repeat center right 26px;border-radius:50px;line-height:52px;margin-top:87px;}
.about_us .tit_right_4 a{color:#333333;padding-left:26px;display:block;}
.about_us .tit_right_4:hover{background-color:#005aad;background-image:url(../images/f2.png);}
.about_us .tit_right_4:hover a{color:#fff;}

.pro_list{width:100%;overflow:hidden;padding-top:80px;}
.pro_list .box{margin-bottom:60px;}
.pro_list .item{display:grid;grid-template-columns: 673px auto;gap:17px;}
.pro_list .item>div{overflow:hidden;}
.pro_list .item .item_left{position:relative;}
.pro_list .box:nth-child(2n) .item{grid-template-columns: auto 673px;}
.pro_list .box:nth-child(2n) .item_left{
    order: 2;
}
.pro_list .quan{position:absolute;left:0px;top:70px;width:100%;}
/* .pro_list .box:nth-child(2) .quan{position:absolute;left:0px;top:30px;width:100%;} */
.pro_list .title{text-align:center;width:100%;color:#005aad;font-size:40px;font-weight:bold;}
.pro_list .more{width:187px;height:52px;background:#e5e8ea url(../images/f3.png) no-repeat center right 26px;border-radius:50px;line-height:52px;margin:0 auto;margin-top:30px;}
.pro_list .more a{color:#333333;padding-left:26px;display:block;}
.pro_list .more:hover{background-color:#005aad;background-image:url(../images/f2.png);}
.pro_list .more:hover a{color:#fff;}
/* .pro_list .box:nth-child(2) .more{margin-top:20px;} */
.pro_list .list ul{display:grid;grid-template-columns: repeat(2,1fr);gap:15px;}
.pro_list .list li{background:#f9fafb;border:1px solid #e5e8ea;text-align:center;box-sizing: border-box;padding:15px;overflow:hidden;}
.pro_list .list li p{color:#005aad;padding-top:15px;}
.pro_list .list li div{font-size:18px;color:#333333;padding-top:5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.pro_list .list li img{width:176px;}
.pro_list .list li img{transition:0.3s ease all;}
.pro_list .list li:hover img{transform:scale(1.15)}
.emen{background:url(../images/mm.png) no-repeat center;border-radius:50px;height:168px;}
.emen .main_w .p_mains{display:flex;align-items: center;justify-content: space-between;padding: 0 46px;}
.emen .main_w .p_left{padding:52px 0;color:#ffffff;font-size:26px;}
.emen .main_w .p_right a{color:#ffffff;background:#cc1e1c url(../images/ren.png) no-repeat left 30px center;border-radius:50px;font-size:20px;display:block;height:57px;padding-left:72px;padding-right:28px;border-radius:50px;line-height:57px;}
.sjbanner{display:none;background-image: url(../images/20260421175118.jpg);}
.bannersj{display:none;}
.qdsm{width:100%;overflow:hidden;background:#333333;padding-top:138px;}
.qdsm .foot_1{display:flex;justify-content: space-between;}
.emen{margin-bottom:-84px;position:relative;z-index:3;}
.qduns_search{overflow:hidden;display:grid;grid-template-columns: 424px 56px;border:1px solid #999999;border-radius:50px;padding:6px;}
.qduns_search .qduns_search_input{width:100%;}
.qduns_search .qduns_search_input input{width:100%;border:0px;background:none;height:54px;outline:none;margin-left:40px;color:#ffffff30;
    font-size: 14px;
    font-family: arial;
}
.qduns_search .qduns_search_submit input{background:url(../images/sea.png) no-repeat center;border:0px;width:56px;height:56px;cursor:pointer;}

.foot_xia{border-top:1px solid #4e4e4e;margin-top:49px;}
.foot_xia .foot_2{display:flex;justify-content: space-between;padding:50px 0;gap:99px;}
.foot_xia .foot_2 .foot_tit{color:#ffffff;font-size:22px;line-height:1.57;}
.foot_xia .foot_2 .foot_address{color:#ffffff50;margin-top:32px;line-height:1.57;}
.foot_xia .foot_2 .foot_dh{color:#005aad;font-size:18px;font-weight:bold;margin-top:28px;
    line-height:2.05;
        text-shadow: 
          -1px -1px 0 #fff,  
           1px -1px 0 #fff,
          -1px  1px 0 #fff,
           1px  1px 0 #fff; /* 创建8个方向的阴影，模仿边框 */
}
.foot_xia .foot_2 .foot_2_center li{margin-bottom:40px;}
.foot_xia .foot_2 .foot_2_center a{color:#ffffff;font-size:22px;font-weight:bold;white-space: nowrap;}
.foot_xia .foot_2 .foot_2_right .footer_tit{color:#fff;font-size:22px;font-weight:bold;padding-bottom:10px;}
.foot_xia .foot_2 .foot_2_right .footer_content a{color:#ffffff50;line-height:2.57;white-space: nowrap;}


.foot_3{width:100%;overflow:hidden;padding:30px 0;background:#fff;}
.foot_3 .main_w{display:flex;justify-content: space-between;align-items: center;}
.foot_3 .main_w .foot_3_left{font-size:16px;line-height:1.375;}
.foot_3 .main_w .foot_3_right{font-size:15px;display:none;}

.tous{height:141px;width:100%;overflow:hidden;background:#edf1f4;}
.fuel{padding:49px 0;overflow:hidden;padding-bottom:23px;}
.fuel .box_item{width:100%;overflow:hidden;}
.fuel .box_item .item{overflow:hidden;padding-bottom:60px;}

.fuel .box_item .item .syhan{position:relative;overflow:hidden;}
.fuel .box_item .item .syhan .s_1{position:absolute;left:0px;width:100%;}
.fuel .box_item .item .syhan .s_1 .biaotis{text-align:center;padding-top:59px;padding-bottom:30px;color:#005aad;font-size:40px;font-weight:bold;}
.fuel .box_item .item .syhan .s_1 .lanmu{text-align:center;}
.fuel .box_item .item .syhan .s_1 .lanmu ul{justify-content: center;display:flex;gap:35px;}
.fuel .box_item .item .syhan .s_1 .lanmu li a{height:52px;font-size:16px;border-radius:50px;padding:0 27px;background:#e5e8ea;line-height:52px;font-weight:bold;display:block;}
.fuel .box_item .item .syhan .s_1 .lanmu li a:hover{background:#005aad;color:#fff;}
.fuel .box_item .item .list{padding-top:40px;}
.fuel .box_item .item .list ul{display:grid;grid-template-columns: repeat(4,1fr);gap:15px;}
.fuel .box_item .item .list li{background:#f9fafb;border:1px solid #e5e8ea;text-align:center;box-sizing: border-box;padding:15px;}
.fuel .box_item .item .list li p{color:#005aad;padding-top:15px;}
.fuel .box_item .item .list li div{font-size:18px;color:#333333;padding-top:5px;}
.fuel .box_item .item .list li img{width:176px;}
.fuel .box_item .item .list li img{transition:0.3s ease all;}
.fuel .box_item .item .list li:hover img{transform:scale(1.15)}
.fuel .box_item .item .more{width:187px;height:52px;background:#e5e8ea url(../images/f3.png) no-repeat center right 26px;border-radius:50px;line-height:52px;margin:0 auto;margin-top:30px;}
.fuel .box_item .item .more a{color:#333333;padding-left:26px;display:block;}
.fuel .box_item .item .more:hover{background-color:#005aad;background-image:url(../images/f2.png);}
.fuel .box_item .item .more:hover a{color:#fff;}


.pbanner{width:100%;overflow:hidden;height:539px;background:url(../images/02cplb_01.jpg) no-repeat center;}
.pbanner .title{padding-top:212px;display: none;}
.pbanner .title font{color:#005aad;font-size:50px;font-weight:bold;}
.pbanner .title p{color:#333333;font-size:20px;padding-top:10px;}



.list_m{width:100%;overflow:hidden;padding-top:35px;padding-bottom:50px;}
.list_m ul{display:flex;justify-content: center;gap:50px;}
.list_m a{font-size:16px;}
.list_m .cur a{color:#005aad;font-weight:bold;}
.xilie{width:100%;overflow:hidden;background:#edf1f4;padding-top:20px;padding-bottom:20px;}
.xilie ul{display:flex;justify-content: center;gap:20px;font-size:20px;}
.xilie li{position:relative;}
.xilie li a{padding:20px 30px;background:#d5dde4;border-radius:50px;display:block;}
.xilie li.cur a,.xilie li a:hover{background:#005aad;color:#fff;}
/* .xilie li.cur::after{position:absolute;left:0px;bottom:0px;content:"";width:100%;height:4px;border-radius:10px;background:#005aad;} */

.p_list .txt_cent{text-align:center;font-weight:bold;}
.p_list .list{overflow:hidden;}
.p_list .list ul{display:grid;grid-template-columns: repeat(4,1fr);gap:40px 60px;}
.p_list .list li{background:#f9fafb;border:1px solid #e5e8ea;text-align:center;box-sizing: border-box;padding:15px;}
.p_list .list li p{color:#005aad;padding-top:15px;}
.p_list .list li div{font-size:18px;color:#333333;padding-top:5px;}
.p_list .list li img{width:176px;}
.p_list .list li img{transition:0.3s ease all;}
.p_list .list li:hover img{transform:scale(1.15)}


#PageContent { margin: 0 auto; text-align: center; }
#PageContent {padding: 60px 0px 60px 0px;margin: 0px;text-align: center;font-family: arial;font-size: 16px;padding-bottom:83px;}
#PageContent a {border: 2px solid #edf1f4;background: #edf1f4;width: 36px;height: 36px;line-height: 32px;color: #fff;text-decoration: none;display: inline-block;box-sizing: border-box;margin-left: 10px;margin-right: 10px;border-radius: 50px;color: #9a9a9a;}
#PageContent a:hover {border: #005aad 2px solid;background: #005aad;color: #fff;}
#PageContent a.Ahover {width: 36px;height: 36px;line-height: 32px;background: #005aad;border: 2px solid #005aad;color: #fff;display: inline-block;box-sizing: border-box;/* margin-left: 10px; *//* margin-right: 10px; *//* border-radius: 50px; */}
#PageContent span.disabled, #PageContent span.hunp {border: 1px solid #edf1f4;background: #edf1f4;width: 36px;height: 36px;line-height: 32px;color: #333333;display: inline-block;box-sizing: border-box;margin-left: 10px;margin-right: 10px;border-radius: 50px;color: #9a9a9a;}
#PageContent :first-child { border-radius: 50px; font-family: simsun;}
#PageContent :last-child { border-radius: 50px;  font-family: simsun;}






.grids{width:100%;overflow:hidden;background:#f8f9fb;padding-bottom:83px;}
.grids .yanj{display:grid;grid-template-columns: repeat(2,1fr);overflow:hidden;padding-top:49px;}
.grids .yanj .c_left{overflow:hidden;border:1px solid #e5e8ea;}
.grids .yanj .c_left img{width:100%;}
.grids .yanj .c_right{overflow:hidden;padding-top: 30px;padding-left:30px;}
.grids .yanj .c_right .title font{font-size:14px;padding:8px 18px;background:#005aad;border-radius:20px;color:#fff;display:inline-block;}
.grids .yanj .c_right .title p{font-size:20px;color:#005aad;margin-top:20px;margin-bottom:16px;}
.grids .yanj .c_right .title div{font-size:36px;font-weight:bold;height: 180px;padding-bottom: 70px;}
.grids .yanj .c_right .c_lists ul{display:flex;gap:25px;}
.grids .yanj .c_right .c_lists{padding-top:30px;padding-bottom:63px;}
.grids .yanj .c_right .c_lists li{overflow:hidden;width:43px;cursor:pointer;}
.grids .yanj .c_right .c_lists li img{vertical-align: bottom;border:2px solid #f8f9fb;border-radius:50%;box-sizing: border-box;}
.grids .yanj .c_right .c_lists li.cur img{vertical-align: bottom;border:2px solid #2d63d1;border-radius:50%;box-sizing: border-box;}
.o_main{display:flex;gap:20px;}
.o_main .o_iun a{width:232px;height:55px;border-radius:50px;line-height:55px;color:#fff;font-size:18px;background:#cc1e1c;display:block;text-align:center;}
.o_main .o_ret a{width:275px;height:55px;border-radius:50px;line-height:55px;color:#fff;font-size:18px;background:#005aad;display:block;text-align:center;}
.grids .yanj .box .item{display:grid;grid-template-columns: 50px auto 50px;align-items: center;padding-top:38px;}
.grids .yanj .box .c_p3 a{width:18px;height:32px;display:block;background:url(../images/p5.png) no-repeat left center;transform: rotate(180deg);}
.grids .yanj .box .item img{vertical-align: bottom;border:2px solid #dbdfe7;width:100%;box-sizing: border-box;}
.grids .yanj .box .item .cur img{border:2px solid #2d63d1;}
.grids .yanj .box .c_p5 a{width:18px;height:32px;display:block;background:url(../images/p5.png) no-repeat left center;margin-left:33px;}
.grids .yanj .box .item .list{overflow:hidden;}
.grids .yanj .box .c_p3 a:hover{background-image:url(../images/p3.png);transform: rotate(0deg);}
.grids .yanj .box .c_p5 a:hover{background-image:url(../images/p3.png);transform: rotate(180deg);}

.Product_Details{color:#333333;font-size:34px;font-weight:bold;text-align:center;padding-top:90px;border-bottom:2px solid #e6ebef;padding-bottom:30px;position:relative;}
.Product_Details::after{content:"";display:block;position:absolute;bottom:-4px;left:calc(50% - 137px);width:276px;height:7px;background:#005aad;border-radius:10px;}
.nron{overflow:hidden;line-height:1.66667;padding:55px 0;font-size:18px;}


.grids .prne{background:#e6ebef;margin:55px 0;overflow:hidden;display:flex;flex-wrap: wrap;justify-content: space-between;gap:20px;position: relative;padding:30px;z-index: 2;margin-bottom:0px;}
.grids .prne .prev a{color:#333333;font-size:16px;}
.grids .prne .next a{color:#333333;font-size:16px;}
.down{background-image:url(../images/04huac_01.jpg);}

.down_list{padding:49px;padding-bottom:0px;}
.down_list ul{display:grid;grid-template-columns: repeat(4,1fr);gap:20px;}
.down_list li{background:#f9fafb;padding:18px;border:1px solid #e5e8ea;text-align:center;}
.down_list li:hover{border:1px solid #b2cde6;}
.down_list li a{font-size:16px;font-weight:bold;}
.down_list li:hover a{font-size:16px;color:#005aad;}
.down_list li a font{padding-top:20px;display:inline-block;}
.down_list li:hover .img{position:relative;}
.down_list li:hover .img img{filter: blur(4px);}
.down_list li:hover .img::after{background:url(../images/downlaod.png) no-repeat center;content:"";display:block;width:56px;height:56px;position:absolute;left:calc(50% - 28px);top:calc(50% - 28px)}
.sea,
.menus{cursor:pointer;}

.dnej{position:absolute;top:0px;left:0px;width:100%;z-index:31;background:#f8f9fb;overflow:hidden;display:none;}
.fus{min-height:100vh;}
.toubu1{padding-top:38px;overflow:hidden;}
.dnej .main_w{position:relative;}
.dnej .main_w .close{position:absolute;right:32px;top:32px;cursor:pointer;}
.sea_1{width:100%;margin:0 auto;overflow:hidden;margin-top:100px;margin-bottom:32px;display:flex;padding:6px;border:1px solid #e7e7e7;border-radius:50px;max-width:580px;box-sizing: border-box;}
.sea_1 .sea_left{flex:1;}
.sea_1 .sea_left input{width:100%;border:0px;height:100%;background:none;outline:none;padding:0 40px;font-size:16px;font-family: arial;}
.sea_1 .sea_right input{background:url(../images/sea2.png) no-repeat center;width:56px;height:56px;border:0px;outline:none;cursor: pointer;}
.zdkk{display:flex;text-align:right;justify-content: space-between;align-items: center;}
.zdkk .zdkk_left{overflow:hidden;text-align:center;}
.zdkk .zdkk_left p{font-size:16px;padding-top:15px;}
.zdkk .zdkk_center{display:none;}
.zdkk .zdkk_right{width:340px;}
.zdkk .zdkk_right .list p{line-height:1;font-size:32px;padding-bottom:40px;}
.zdkk .zdkk_right .list p a{position:relative;display:inline-block;z-index:1;}


.dne1 .zdkk .zdkk_right .list .cur p a,

.zdkk .zdkk_right .list p a:hover{font-weight:bold;}

.zdkk .zdkk_right .list p a::after{content:"";width:100%;height:7px;background:#005aad;display:none;position:absolute;left:0px;bottom:0px;border-radius:5px;z-index:-1;}
.zdkk .albb{padding-top:20px;}

.dne1 .zdkk .zdkk_right .list .cur p a::after,
.zdkk .zdkk_right .list p a:hover::after{display:inline-block;}
.zdkk .zdkk_right .list li{position:relative;}
.zdkk .zdkk_right .list li .box{position:absolute;right:90%;top:50%;white-space: nowrap;transform: translateY(-50%);opacity: 0;visibility: hidden;transition: 0.5s ease all;}
.zdkk .zdkk_right .list li .box .item{padding-bottom:25px;}
.zdkk .zdkk_right .list li .box .item .erji{font-size:22px;position:relative;}
.zdkk .zdkk_right .list li .box .item .erji a{display:inline-block;position: relative;z-index:1;}
.zdkk .zdkk_right .list li .box .item .erji a::after{content:"";width:100%;height:7px;background:#005aad;display:none;position:absolute;left:0px;bottom:0px;border-radius:5px;z-index:-1;}
.zdkk .zdkk_right .list li .box .item .erji a:hover::after{display:inline-block;}
.zdkk .zdkk_right .list li .box .item .erji a:hover{font-weight:bold;}
.zdkk .zdkk_right .list li .box .item .sanji div:nth-child(1){font-size:16px;line-height:1.81;margin-top:18px;}
.zdkk .zdkk_right .list li .box .item .sanji div{padding-bottom:4px;}
.zdkk .zdkk_right .list li .box .item .sanji a{font-size:16px;}
.zdkk .zdkk_right .list li .box .item .sanji a:hover{color:#005aad;}
.dne1 .zdkk .zdkk_right .list .cur .box,
.zdkk .zdkk_right .list li:hover .box{opacity: 1;visibility:visible;right:100%;}
.gs_zw{text-align:center;padding-bottom:75px;padding-top:18px;color:#000000;}
    .gs_zw a{color:#b3b3b3;font-size:22px;font-weight:bold;}
    .gs_zw a:hover{color:#005aad;}
    .gs_zw font{color:#b3b3b3;font-size:22px;display:inline-block;margin-left:10px;margin-right:10px;}
    .gs_zw .gs_cn{color:#000000;}

.aboutus{line-height:2;padding:40px 0;font-size:16px;padding-bottom:83px;}

.txt_cent{padding:40px 0;}


.pros_boxB{ margin-top: 60px; border-bottom: 2px solid #F3F3F3;position:relative;}
.pros_boxB p{width: 150px;margin: 0 auto -2px auto;padding-bottom: 14px;/* border-bottom: 2px solid #005aad; */font-size: 24px;font-weight: bold;text-align: center;}
.pros_boxB::after{content:"";display:block;position:absolute;bottom:-4px;left:calc(50% - 137px);width:276px;height:7px;background:#005aad;border-radius:10px;}{}
.pros_boxG { width: 82.3%; margin: 0px auto; padding: 50px 0; }
.pros_boxG .box_1 { margin-bottom: 20px; overflow: hidden; }
.pros_boxG .box_1 .box { float: left; width: 50%; display:flex; align-items:center; }
.pros_boxG label { color:#F00; margin-left:5px;}
.pros_boxG dl {width: calc(100% - 20px);border: 1px solid #ECECEC;display: flex;border-radius: 20px;overflow: hidden;}
.pros_boxG dt { width: 80px; background-color: #F7F7F7; background-position: center center; background-repeat: no-repeat; }
.pros_boxG dd {width: calc(100% - 80px);background-color: #fff;}
.pros_boxG .txt { width: calc(100% - 40px); padding: 10px 20px; height: 26px; line-height: 26px; font-size: 14px; color: #333; background: none; border: 0; outline: none; }
.pros_boxG .bkg_1 { background-image: url(../images/proShow_19_1.png); }
.pros_boxG .bkg_2 { background-image: url(../images/proShow_19_2.png); }
.pros_boxG .bkg_3 { background-image: url(../images/proShow_19_3.png); }
.pros_boxG .bkg_4 { background-image: url(../images/proShow_19_4.png); }
.pros_boxG .bkg_5 { background-image: url(../images/proShow_19_5.png); background-position: center 17px; }
.pros_boxG .box_2 {margin-bottom: 20px;display: flex;}
.pros_boxG dd{}
.pros_boxG .area { font-family: Microsoft YaHei;width: calc(100% - 40px); padding: 15px 20px; height: 100px; line-height: 26px; font-size: 14px; color: #333; background: none; border: 0; outline: none; }
.pros_boxG .box_3 {display: flex;color: #666;justify-content: space-between;}
.pros_boxG .codebox { display: flex; align-items: center; }
.pros_boxG .box_3 .code {width: 120px;padding: 10px 20px;height: 26px;line-height: 26px;font-size: 14px;color: #333;border: 1px solid #ECECEC;background-color: #fff;outline: none;border-radius: 50px;}
.pros_boxG .box_3 span { color: #F00; margin-left: 10px; }
.pros_boxG .btnbox {display: flex;align-items: center;margin-right: 15px;/* margin-left: 5.5vw; */justify-content: flex-end;}
.pros_boxG .box_3 .btn {margin-left: 10px;width: 13.8vw;min-width: 180px;height: 46px;line-height: 46px;font-size: 16px;font-weight: bold;text-align: center;background-color: #E6E6E6;border: 0;outline: none;cursor: pointer;border-radius: 50px;color:#000;}
.pros_boxG .box_3 .btn_1 {background-color: #005aad;color: #FFF;}


/* 表格容器样式 */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Arial", sans-serif;
    margin: 20px 0;
}

/* 表头（蓝色列）样式 */
.spec-table th {
    background-color: #005aad;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    width: 30%;
    padding: 18px 20px;
    text-align: left;
    border: none;
}

/* 内容（浅灰列）样式 */
.spec-table td {
    background-color: #edf1f4;
    color: #333333;
    font-size: 18px;
    padding: 18px 20px;
    text-align: left;
    border: none;
}

/* 行分隔线（白色间隙） */
.spec-table tr {
    border-bottom: 1px solid #ffffff;
}

/* 最后一行取消下边框 */
.spec-table tr:last-child {
    border-bottom: none;
}

.pro_close{position:absolute;text-align:center;width:100%;line-height:81px;top: 0px;left: 0px;color: #b8b8b8;z-index: -1;}
.pro_close a{color: #b8b8b8;}