@charset "utf-8";
/* CSS Document */
body{font-family:'Poppins-Light',Arial, Helvetica, sans-serif;  font-size: 18px;overflow-x: hidden; color: #222;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle; height: auto; max-width: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#0047ba;}
a:focus,input:focus,button:focus,textarea:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('fonts/GOTHAM-BLACK.otf');
  src: local('☺'), url('fonts/GOTHAM-BLACK.woff') format('woff'), url('fonts/GOTHAM-BLACK.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('fonts/POPPINS-BOLD.eot');
  src: local('☺'), url('fonts/POPPINS-BOLD.woff') format('woff'), url('fonts/POPPINS-BOLD.ttf') format('truetype'), url('fonts/POPPINS-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot');
  src: local('☺'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url('fonts/POPPINS-MEDIUM.eot');
  src: local('☺'), url('fonts/POPPINS-MEDIUM.woff') format('woff'), url('fonts/POPPINS-MEDIUM.ttf') format('truetype'), url('fonts/POPPINS-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('fonts/POPPINS-REGULAR.eot');
  src: local('☺'), url('fonts/POPPINS-REGULAR.woff') format('woff'), url('fonts/POPPINS-REGULAR.ttf') format('truetype'), url('fonts/POPPINS-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url('fonts/POPPINS-SEMIBOLD.eot');
  src: local('☺'), url('fonts/POPPINS-SEMIBOLD.woff') format('woff'), url('fonts/POPPINS-SEMIBOLD.ttf') format('truetype'), url('fonts/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('fonts/Poppins-ExtraLight.otf');
  src: local('☺'), url('fonts/Poppins-ExtraLight.woff') format('woff'), url('fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iconfont"; /* Project id 5145839 */
  font-display: swap;
  src: url('fonts/iconfont.woff2?t=1774402469961') format('woff2'),
       url('fonts/iconfont.woff?t=1774402469961') format('woff'),
       url('fonts/iconfont.ttf?t=1774402469961') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhuanli:before {
  content: "\e61f";
}

.icon-zhengshu:before {
  content: "\e668";
}

.icon-file-download-selected:before {
  content: "\e604";
}

.icon-goodsppecategory:before {
  content: "\e66e";
}

.icon-hanjie:before {
  content: "\e6df";
}

.icon-shuiguan-63:before {
  content: "\e7c7";
}

.icon-briefing-project-management-business-office-workin:before {
  content: "\e656";
}

.icon-tijiao1:before {
  content: "\e617";
}

.icon-dingzhijiaju:before {
  content: "\e61d";
}

.icon-zixunguanli:before {
  content: "\e684";
}

.icon-guandao:before {
  content: "\e6c6";
}

.icon-a-wuliuquanqiuwuliu:before {
  content: "\e6f9";
}

.icon-shouye:before {
  content: "\e630";
}

.icon-icon-calendar:before {
  content: "\e65b";
}

.icon-dizhi1:before {
  content: "\e814";
}

.icon-wen:before {
  content: "\e60e";
}

.icon-jian:before {
  content: "\e611";
}

.icon-jia:before {
  content: "\e711";
}

.icon-youtube2:before {
  content: "\ea07";
}

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-a-youjiantouzhixiangyoujiantou:before {
  content: "\e615";
}

.icon-a-ziyuan560ldpi:before {
  content: "\e61c";
}

.icon-kefu:before {
  content: "\e60f";
}

.icon-duihua:before {
  content: "\e60c";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-liuyan1:before {
  content: "\e744";
}

.icon-xiazai19:before {
  content: "\e613";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-status-play-copy:before {
  content: "\e614";
}

.icon-wechat1:before {
  content: "\e650";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-rili:before {
  content: "\e659";
}

.icon-bofang:before {
  content: "\e61a";
}

.icon-youjiantou:before {
  content: "\e60b";
}

.icon-diqiu:before {
  content: "\e7b9";
}

.icon-jiantou-left:before {
  content: "\e609";
}

.icon-youtube:before {
  content: "\e6ab";
}

.icon-youxiang1:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

.icon-original-whatapp:before {
  content: "\e60d";
}

.icon-wechat:before {
  content: "\e608";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-skype1:before {
  content: "\e87d";
}

.icon-instagram-fill1:before {
  content: "\e88f";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-dianhua:before {
  content: "\e606";
}

.icon-shouqianzixun:before {
  content: "\e62c";
}

.icon-dayinchuanzhen:before {
  content: "\e627";
}

.icon-zixunfuwu:before {
  content: "\e655";
}

.icon-shoujilianxi:before {
  content: "\e620";
}

.icon-dizhi:before {
  content: "\e619";
}

.icon-skype:before {
  content: "\e707";
}

.icon-chuanzhen:before {
  content: "\e616";
}

.icon-24gf-play:before {
  content: "\ea82";
}

.icon-pinterest1:before {
  content: "\e907";
}

.icon-in:before {
  content: "\e6f1";
}

.icon-jiantou1:before {
  content: "\e665";
}

.icon-pinterest:before {
  content: "\e7a8";
}

.icon-dianhua4:before {
  content: "\e610";
}

.icon-dianhua5:before {
  content: "\e6ee";
}

.icon-dianhua6:before {
  content: "\e791";
}

.icon-jurassic_message:before {
  content: "\e69d";
}

.icon-youjiantou-copy:before {
  content: "\ec8f";
}

.icon-ins:before {
  content: "\e664";
}

.icon-instagram-fill:before {
  content: "\e763";
}

.icon-fasong:before {
  content: "\e65e";
}

.icon-shouji:before {
  content: "\e612";
}

.icon-dianhua3:before {
  content: "\e618";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-666666-copy:before {
  content: "\ec8d";
}

.icon-duihua1:before {
  content: "\e72a";
}

.icon-liuyan:before {
  content: "\e600";
}

.icon-shouye-xuanzhong:before {
  content: "\e62d";
}

.icon-WhatsappMessage:before {
  content: "\e841";
}

.icon-jiantou2:before {
  content: "\e601";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-Mail:before {
  content: "\e71f";
}

.icon-dingbu:before {
  content: "\e61b";
}

.icon-youxiang2:before {
  content: "\e68b";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-fasong1:before {
  content: "\e762";
}

.icon-vk:before {
  content: "\ec2c";
}

.icon-chahao:before {
  content: "\e68c";
}

.icon-duoyuyan:before {
  content: "\e602";
}

.icon-tuite:before {
  content: "\e621";
}

.icon-jiantou1-copy:before {
  content: "\ec8e";
}




video{ display: block; }

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f5f5f5;  }
.warper{ width:1400px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; z-index: 666; border-radius: 50px; background:#0047ba url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:0; text-indent:9999px; bottom:80px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

header{ height: 134px; background: #fff; width: 100%; z-index: 999; position: fixed; top: 0; left: 0;  }
.h_top{ height: 48px; position: relative; padding: 0 130px; background: #0d1d46; }
.h_top:before{ content: ""; position: absolute; top: 0; width: 100%; right: 0; height: 100%; z-index: -1; background: #0d1d46; }
.hltlef{ float: left; }
.he_tel{ line-height: 45px;}
.hltrig{ float: right; }
.h_tlx{ height: 48px; font-size: 14px; line-height: 48px; float: left; color: #fff; }
.h_tlx li{ position: relative; display: inline-block; margin-right: 24px; }
.he_tel i{ color: #c72229; display: inline-block; margin-right: 10px; font-size: 20px;}
.he_tel a{ color: #fff; font-weight: 100; }
.he_tel a:hover{ text-decoration: underline; color: #fff;}
.h_trx{ float: right; display: flex;  }
.h_trx li{ position: relative; font-family: 'POPPINS-REGULAR'; margin-left: 14px; padding-top: 10px; height: 48px; font-size: 14px; font-weight: 100; display: inline-block; color: #fff; }
.h_trx li i{ display: inline-block; margin-right: 10px; }
.h_trx li *{ vertical-align: middle; }
.h_trx li b{ margin-left: 3px; display: inline-block; font-weight: normal; width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #fff transparent transparent transparent; }
.h_trx li:last-child{ padding-right: 0; }
.h_trx li:first-child{ padding-top: 13px; }
.language-main { background: #fafafb; width: 120px; position: absolute;  display: none;  z-index: 99; right: 0; top: 48px; }
.language-main:before{ box-shadow: 0 2px 8px 0 rgba(0,0,0,.1); transform: rotate(45deg); content: ""; background: #fafafb; position: absolute; z-index: -1; top: -8px; right: 36px; width: 16px; height: 16px; }
.language:hover .language-main {display: block;}
.language-cont { width: 120px; padding: 0 16px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); background: #fafafb;  padding-bottom: 10px;}
.language-cont a{ width: 100% !important; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important;color: #222 !important; height: auto !important; border: none !important; line-height: 28px !important; text-align: left; display: block !important;}
.language-post { padding-top: 10px;}
.language-cont a:after{ position: absolute; top: 10px; left: 0; width: 7px; height: 7px; background: #0047ba ; content: ''; }
.language-cont a:hover { color: #0047ba  !important;}
.h_trx li:hover .language-main{ display: block; }
.searchform{ cursor: pointer; overflow: hidden; font-family: 'POPPINS-REGULAR'; position: relative; border-radius: 20px; background:rgba(255, 255, 255, 0.1); width: 168px; height: 28px;}
.searchform span{ width: 100%; font-size: 12px; height: 28px; line-height: 28px; background:transparent; color: #fff; padding-left:10px; padding-right: 26px; }
.searchform i{ width:30px; margin-right: 0 !important; line-height:23px; background:transparent; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 2px; top: 3px; }
.search_box{ display: none; border-top: 1px solid #f5f5f5; padding:32px 0; z-index: 1000; background: #fff; position: fixed; top: 134px; left: 0; width: 100%; box-shadow: 0 5px 5px rgb(0 0 0 / 15%); }
.searcnr{ overflow: hidden; position: relative; width: 100%; transition: all .3s;}
.searcnr input{ width: 100%; font-size: 16px; font-family: 'POPPINS-REGULAR'; border: 1px solid #e7e7e7; border-top-left-radius: 5px; border-bottom-left-radius: 5px; color: #333; line-height:48px; padding-left:20px; padding-right: 98px;  }
.searcnr button{ width:88px; line-height:45px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background:#0047ba ; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searcnr button i{ color: #fff; font-size: 22px; }
.searcnr input::-webkit-input-placeholder { color: #666;}
.searcnr input:-moz-placeholder {  color: #666;}
.hmedia{ display: inline-block; }
.hmedia a{ display: inline-block; width: 27px; margin: 0 3px; font-size: 14px; color: #fff; text-align: center; height: 27px; line-height: 27px; border-radius: 27px; background: rgba(255, 255, 255, 0.15); }
.hmedia a:hover{ opacity: 0.9; color: #fff; }
.hmedia a.icon-facebook{ background: #3a82d3;}
.hmedia a.icon-youtube1{ background: #d20000;}
.hmedia a.icon-douyin{ background: #000;}
.hmedia a.icon-tuite{ background: #30afeb;}
.hmedia a.icon-in{ background: #0085b2;}
.relto{ position: relative;}

.h_bot{ padding: 0 130px; }

#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; top: 5px; left:0; }
.logo img{ width: auto; }

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #e10103; color: #fff;position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

.position{ box-shadow: 0 1px 10px rgba(0,0,0,0.12); background: #fff; }


nav{ float: right; }
nav li{ float: left; margin: 0 30px; }
nav li>a{ position: relative; font-family: 'POPPINS-REGULAR'; line-height: 86px; text-transform: capitalize; display: block; text-align: center; transition:0.5s;}
nav li.on>a,nav li:hover>a{ color: #0451ab; }
nav li:last-child{ margin-right: 0; }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 2px; background: #0451ab; bottom: 24px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on>a:before,nav li:hover>a:before{ width: 100%; }
.sub_menu{ position: fixed; display: none; top: 134px; left: 0; width: 100%; background: #f5f6fa; padding: 50px 0; }
.sumebox{ display: flex; justify-content: space-between;}
.sumelef{ width: 415px; padding-right: 30px;}
.sumerig{ width: calc(100% - 415px); padding-left: 40px;}
.sudls dd{ margin-bottom: 6px;}
.sudls dd a,.sulefnav dd a{ display: inline-block; border-radius: 50px; width: 100%; padding: 15px 30px 15px 15px; font-family: 'POPPINS-MEDIUM';}
.sudls dd.active a,.sulefnav dd.active a{ color: #fff; background: #0047ba;}
.sudls dd:last-child{ margin-bottom: 0;}
.stxpic{ display: flex; justify-content: space-between;}
.stxplef{ width: 53%;}
.stxprig{ width: 42%;}
.stxplef .changpic{ border-radius: 20px;}
.stxprig p{ font-size: 17px; line-height: 26px; color: #777;}
.stxplef .changpic:hover img,.sprimg .changpic:hover img{ transform: scale(1.15);}
.sumrtxpi .item{ display: none;}
.sumrtxpi .item.active{ display: block;}
.sumplef{ width: 54%;}
.sumprig{ width: 36.5%;}
.sprimg .changpic{ border-radius: 20px;}
.sulefnav{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 60px;}
.sprimg .item{ display: none;}
.sprimg .item.active{ display: block;}


.banner_home{ margin-top: 134px; position: relative; overflow: hidden; }
.banner{ overflow: hidden; }
.banner .item img{ width: 100%; }
.ban_arrow{ width: 100%; position: absolute; top: 45%; left: 0;  }
.ban_arrow span{ display: inline-block; width:55px; height:55px; line-height:55px; background: rgba(255, 255, 255, 0.3); text-align: center; border-radius: 55px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #fff; font-size: 22px; font-weight: bold; }
.ban_arrow span.ban_prev{ left: 8%; transform: rotate(180deg); }
.ban_arrow span.ban_next{ right: 8%; }
.ban_arrow span:hover{ background: #0047ba; }
.ban_arrow span:hover i{ color: #fff; }
.banner .item a{ display: block; width: 100%; position: relative; }

.changpic{ width: 100%; overflow: hidden; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.6s; }


.cl{ clear: both; }
.pro_rel{ position: relative; }

/*标题*/
.inh2t{ font-size: 46px; line-height: 56px; text-transform: uppercase; font-family: 'POPPINS-BOLD'; }


/*首页*/
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 730px; background: #fff; border-radius: 10px; padding:38px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.allhide{ opacity: 0; z-index: -3; }
.close_btn{ cursor: pointer; position: absolute; top: 0; right: 0; width: 34px; height: 34px; line-height: 34px; text-align: center; }
.close_btn i{ font-size: 22px; }
.close_btn:hover i{ color: #0047ba; }
.getbox .quiry_info li,.getbox .quiry_info ul li:nth-of-type(even){ width: 100%; float: none;}
.quiry_info h2{ font-size: 46px; font-family: 'POPPINS-SEMIBOLD'; font-weight: normal;}
.qipxt{ font-size: 15px; font-family: 'POPPINS-REGULAR'; color: #888;}
.getbox form{ margin-top: 16px;}


.inpcaty{ position: relative;}
.ipcsitem{ border-right: 1px solid #fff;}
.ipcsitem a{ display: block; width: 100%; text-align: center; padding: 48px 40px 24px; background: #eff2f5;}
.ipcsitem h3{ font-size: 20px; color: #333; font-family: 'POPPINS-SEMIBOLD'; font-weight: normal;}
.ipcspic{ margin-top: 6px; padding: 0 50px;}
.ipcspic .changpic{ border-radius: 100%; border: 2px solid #fff;}
.ipcnamo{ display: flex; margin-top: 26px; justify-content: space-between;}
.ipcnamo p{ font-size: 15px; width: calc(100% - 146px); padding-right: 12px; line-height: 24px; color: #777; text-align: left; height: 48px; overflow: hidden;}
.ipcnamo span{ width: 146px; height: 46px; color: #666; line-height: 46px; font-size: 15px; font-family: 'POPPINS-MEDIUM'; text-align: center; border-radius: 50px; background-color: #e2e6ea; background-image: linear-gradient(#0047ba, #0047ba); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; transition: background-size 0.4s, color 0.4s; position: relative; z-index: 1; overflow: hidden;}
.ipcsitem:hover a{ background: #0d1d46;}
.ipcsitem:hover h3{ color: #fff;}
.ipcsitem:hover .ipcnamo p{ color: #fff;}
.ipcsitem:hover .ipcnamo span{ background-size: 100% 100%; color: #fff;}
.ipcarr{ position: absolute; top: 45%; left: 0; width: 100%;}
.ipcarr span{ display: inline-block; cursor: pointer; background: #fff; position: absolute; top: 0; border-radius: 66px; width: 66px; height: 66px; line-height: 66px;}
.ipcarr span i{ font-size: 24px; display: inline-block;}
.ipc_prev{ left: -32px; padding-left: 34px;}
.ipc_next{ right: -32px; padding-left: 6px;}
.ipc_prev i{ transform: rotate(180deg);}
.ipcarr span:hover{ background: #0047ba; color: #fff;}
 /* 数字 */
.in_num { padding: 100px 0; background: #fff; }
.num_top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 80px; }
.num_tle { width: 48%; }
.num_desc { width: 47%; }
.num_desc p { font-size: 16px; font-family: 'POPPINS-REGULAR'; color: #555; line-height: 1.8; }

.num_grid { display: flex; justify-content: space-between;  }
.num_item { width: 30%; padding-top: 45px; border-top: 1px solid #333; }
.num_label { display: flex; align-items: center; font-size: 20px; font-family: 'POPPINS-MEDIUM'; color: #222; margin-bottom: 20px; }
.num_label span { width: 10px; height: 10px; background: #0047ba; border-radius: 50%; display: inline-block; margin-right: 12px; }
.num_val { font-size: 36px; font-family: 'GOTHAM-BLACK'; color: #222; line-height: 1; margin-bottom: 30px; }
.num_val span{ font-size: 44px; }
.num_txt p { font-size: 15px; color: #777; line-height: 26px; }


@media screen and (max-width: 991px) {
    .num_top { flex-direction: column; gap: 30px; margin-bottom: 50px; }
    .num_tle, .num_desc { width: 100%; }
    .num_grid { flex-direction: column; gap: 50px; padding-top: 40px; }
    .num_item { width: 100%; }
}

.iwhych{ display: flex; background: #0d1d46;}
.iwhlef{ width: 50%;}
.iwhrig{ width: 50%; color: #fff; padding: 84px 250px 0 64px;}
.iwhswi{ margin-top: 14px;}
.iwhsitem{ padding: 30px 0 26px; border-bottom: 1px solid rgb(255 255 255 / 10%);}
.iwhsitem p{ font-size: 15px; line-height: 26px; font-family: 'POPPINS-REGULAR';}
.iwarr{ margin-top: 56px;}
.iwarr span{ display: inline-block; margin-right: 8px; text-align: center; border-radius: 56px; background: rgb(255 255 255 / 6%); cursor: pointer; width: 56px; height: 56px; line-height: 56px; border-radius: 56px;}
.iwarr span i{ display: inline-block; font-size: 24px;}
.iwh_prev i{ transform: rotate(180deg);}
.iwarr span:hover{ background: #c72229;}

/* indepro */
.inh2t.center { text-align: center; margin-bottom: 20px; }
.in_hot_products { padding: 90px 0; background: url(images/ihobgt.jpg) no-repeat center center; }
.hot_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 34px; }
.hot_grid li a { display: block; text-align: center; }
.hot_img { position: relative; border-radius: 15px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.hot_img img { width: 100%; display: block; transition: transform 0.5s; }
.hot_grid li p { color: #555; font-family: 'POPPINS-REGULAR'; line-height: 1.4; transition: color 0.3s; }
.hot_grid li:hover p { color: #0047ba; }
.hot_grid li:hover img { transform: scale(1.1); }

.hot_mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(13, 29, 70, 0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s; padding: 30px; box-sizing: border-box; }
.mask_con { text-align: center; }
.mask_con h3 { font-size: 18px; overflow: hidden; color: #fff; font-family: 'POPPINS-SEMIBOLD'; margin-bottom: 32px; }
.mask_con p { font-size: 15px; color: #fff !important; line-height: 24px !important; margin-bottom: 50px; height: 120px; overflow: hidden; display: block; }
.view_more { display: inline-flex; align-items: center; padding: 8px 25px; background: #0047ba; color: #fff; border-radius: 30px; font-size: 16px; transition: background 0.3s; }
.view_more i { font-size: 14px; margin-left: 8px;  }
.hot_img:hover .hot_mask { opacity: 1; }

.in_focus_service { padding: 100px 0; background: #0d1d46; color: #fff; }
.focus_tle { margin-bottom: 60px; }
.focus_grid { display: flex; justify-content: space-between; gap: 20px; }
.focus_grid li { width: 25%; transition: all 0.5s; cursor: pointer; }
.focus_inner { padding: 50px 20px; transition: all 0.5s; background: rgba(255,255,255,0.05); border-radius: 10px; height: 100%; text-align: center; }
.focus_icon { width: 86px; height: 86px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; transition: all 0.3s; }
.focus_icon i { font-size: 40px; color: #0d1d46; }
.focus_grid li h3 { font-size: 18px; font-family: 'POPPINS-SEMIBOLD'; margin-bottom: 18px; line-height: 1.2; display: flex; align-items: center; justify-content: center; }
.focus_grid li p { font-size: 15px; color: rgba(255,255,255,1); line-height: 26px; }

.focus_grid li:hover .focus_inner, .focus_grid li.active .focus_inner { background: #163a8d; box-shadow: 0 15px 35px rgba(0,0,0,0.3); transform: translateY(-10px); }
.focus_grid li:hover p, .focus_grid li.active p { color: rgba(255,255,255,0.9); }

@media screen and (max-width: 1200px) {
	.focus_grid { flex-wrap: wrap; }
	.focus_grid li { width: 48%; }
}
@media screen and (max-width: 767px) {
	.hot_grid { grid-template-columns: 1fr; }
	.focus_tle h2 { font-size: 24px; }
	.focus_grid li { width: 100%; }
}
iframe{ display: block; width: 100%;}
.prdtotop iframe{ height: 100%;}

.icacen{ padding: 90px 0 96px;}
.icagivs{ padding-left: 250px;}
.icaswi{ margin-top: 24px; overflow: hidden;}
.iacsgds .item{ margin-right: 30px;}
.iacsgds{ width: 105%;}
.icatxts{ margin-top: 32px; }
.icaitms .changpic{ border-radius: 20px;}
.ich3{ position: relative; padding-bottom: 10px; margin-bottom: 26px;}
.ich3::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: #c72229;}
.ich3 h3{ font-size: 22px; font-weight: normal; line-height: 28px; height: 56px; overflow: hidden; font-family: 'POPPINS-MEDIUM';}
.icatxts p{ font-size: 15px; line-height: 26px; color: #777; overflow: hidden; height: 104px;}
.icatxts span{ background-color: #f4f5fb; background-image: linear-gradient(#0047ba, #0047ba); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; font-size: 15px; border-radius: 50px; transition: background-size 0.4s, color 0.4s; padding: 11px 25px; display: inline-block; margin-top: 34px; overflow: hidden;}
.icaitms:hover .changpic img{ transform: scale(1.15);}
.icaitms:hover .icatxts span{ color: #fff; background-size: 100% 100%;}

/* index news */
.in_news{ padding: 64px 0 104px; background: #f5f6fa; }
.in_news_tle{ margin-bottom: 20px; }
.inwsiv{ position: relative;}
.in_news_slick{ margin: 0 -15px; }
.news_item{ padding: 0 15px; }
.news_inner{ transition: all 0.3s; }
.news_img{ overflow: hidden; position: relative; border-radius: 10px; }
.news_img .changpic{ display: block;}
.news_img img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.news_inner:hover .news_img img{ transform: scale(1.1); }
.nedate{ position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.2); border-radius: 0 10px 0 10px; text-align: center; color: #fff; font-size: 16px; padding: 10px;}

.news_txt{ padding-top: 30px; position: relative; }
.news_txt h3{ font-size: 18px; line-height: 26px; font-weight: normal; font-family: 'POPPINS-MEDIUM'; height: 52px; overflow: hidden; margin-bottom: 15px; }
.news_txt h3 a{ color: #222; }
.news_txt h3 a:hover{ color: #0047ba; }
.news_txt p{  color: #777; font-size: 15px; line-height: 26px; height: 78px; overflow: hidden; }

.news_more{ background-color: #ebedf5; background-image: linear-gradient(#0047ba, #0047ba); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; font-size: 15px; border-radius: 50px; transition: background-size 0.4s, color 0.4s; padding: 11px 25px; display: inline-block; margin-top: 30px; overflow: hidden; }
.news_inner:hover .news_more{ background-size: 100% 100%; color: #fff; }
.news_inner:hover .nedate{ background: #c72229;}

.news_arrow{ position: absolute; top: 32%; left: 0; width: 100%; }
.news_arrow span{ cursor: pointer; display: inline-block; width: 56px; color: #666; height: 56px; text-align: center; border-radius: 56px; line-height: 56px; background: #fff; position: absolute; top: 0; }
.news_arrow span i{ display: inline-block; font-size: 24px; }
.news_arrow span:hover{ color: #fff; background: #c72229; }
.news_prev{ left: -78px; }
.news_prev i{ transform: rotate(180deg); }
.news_next{ right: -78px; }

/* footer */
.fptops{ padding: 82px 0 70px; background: url(images/fobgt.jpg) no-repeat center center; background-size: cover;}
.fotow{ display: flex; align-items: center; }
.fotlef{ width: 50%; padding-right: 188px; }
.fotrig{ width: 50%; }
.fotlef p{ margin-top: 34px; line-height: 30px; font-family: 'POPPINS-REGULAR'; color: #fff; }
.fotlef .inh2t{ color: #fff;}
.fo_mfoul{ overflow: hidden; }
.fo_mfoul li{ float: left; width: 49%; margin-bottom: 14px; margin-right: 2%; position: relative; overflow: hidden;}
.fo_mfoul li:nth-of-type(even){ margin-right: 0; }
.fo_mfoul li:nth-of-type(5){ width: 100%; margin-right: 0; }
.fo_mfoul input,.fo_mfoul textarea{ font-family:'POPPINS-REGULAR'; width: 100%; resize: none; background:rgba(255, 255, 255, 0.1); font-size: 15px; color: #fff; border:none; padding:14px 14px; }
.fo_mfoul textarea{ height:94px; }
.fo_mfoul input::-webkit-input-placeholder,.fo_mfoul textarea::-webkit-input-placeholder { color: #fff;}
.fo_mfoul input:-moz-placeholder,.fo_mfoul textarea:-moz-placeholder {color: #fff;}
.fo_mfoul li:last-child{ width: 100% !important; }
.fo_mfoul li button{ transition: background-size 0.4s, color 0.4s; cursor: pointer; width: 175px; border-radius: 50px; border: none; height: 48px; color: #fff; background-color: #0047ba; background-image: linear-gradient(#033d9c, #033d9c); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; font-size: 18px; font-family: 'POPPINS-MEDIUM'; position: relative; z-index: 1; overflow: hidden;}
.fo_mfoul li button i{ font-size: 20px;}
.fo_mfoul li button *{ vertical-align: middle;}
.fo_mfoul li button:hover{ background-size: 100% 100%;}
.fobots{ padding-top: 70px;}
.fo_boxdiv{ width: 100%; display: flex; justify-content: space-between; overflow: hidden; }
.fo_boxdiv h4{ text-transform: capitalize; padding-bottom: 5px; position: relative; font-size: 24px; font-family: 'POPPINS-SEMIBOLD'; font-weight: normal; margin-bottom: 38px; }
.fo_boxdiv h4::before{ content: ''; position: absolute; bottom: 0; left: -8px; width: 44px; height: 3px; background: #0155b6;}
.fo_boitem1{ width: 25%;  }
.fo_boitem1 p{ font-size: 15px; margin-top: 26px; line-height: 28px; color: #666;}

.fo_opul li{ position: relative; font-size: 15px; color: #666; margin-bottom: 18px;  }
.fo_opul li a{ display: inline-block;  color: #666; }
.fo_opul li:hover a{ transform: translateX(5px); color: #0155b6; text-decoration: underline;}
.fo_opul li:last-child{ margin-bottom: 0; }
.foxlus li{ margin-bottom: 20px; font-size: 16px; font-family: 'POPPINS-MEDIUM'; position: relative; padding-left: 28px; }
.foxlus li i{ position: absolute; font-size: 20px; top: 2px; left: 0; color: #b0b0b0; }
.foxlus li:last-child{ margin-bottom: 0; }
.foxlus li a,.foxlus li span{ color: #666; font-family: 'POPPINS-REGULAR'; }
.foxlus li a:hover{ color: #0155b6; text-decoration: underline;}
.media{ margin-top: 40px; }
.media a{ display: inline-block; width: 40px; margin: 0 3px; font-size: 20px; color: #fff; text-align: center; height: 40px; line-height: 40px; border-radius: 27px; background: rgba(255, 255, 255, 0.15); }
.media a:hover{ opacity: 0.9; color: #fff; }
.media a.icon-facebook{ background: #3a82d3;}
.media a.icon-youtube1{ background: #d20000;}
.media a.icon-douyin{ background: #000;}
.media a.icon-tuite{ background: #30afeb;}
.media a.icon-in{ background: #0085b2;}

.fo_boitem2{ width: 20%; }
.fo_boitem3{ width: 16%;  }
.fo_boitem4{ width: 24%; }

.fo_cop{ overflow: hidden; background: #eeeff4; padding: 16px 0; margin-top: 60px; }
.fo_cop p{ font-size: 15px; color: #777; }
.fo_cop p a{ color:#777; }
.fo_cop p a:hover{ text-decoration: underline; color: #0047ba; }



.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}

/* 侧边栏容器 - 固定定位在页面右侧居中 */
.mod_side {
    position: fixed;
    top: 75%;
    right: 36px;
    width: 54px;
    z-index: 98;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

/* 侧边栏列表容器 */
.mod_side_list_ul {
    padding: 12px 0;
    position: relative;
}

/* 侧边栏列表容器背景装饰（伪元素） */
.mod_side_list_ul::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #0047ba;
    box-shadow: 
        0px 2.76726px 2.21381px 0px rgba(29, 86, 185, 0.02), 
        0px 6.6501px 5.32008px 0px rgba(29, 86, 185, 0.03), 
        0px 12.52155px 10.01724px 0px rgba(29, 86, 185, 0.04), 
        0px 22.33631px 17.86905px 0px rgba(29, 86, 185, 0.04), 
        0px 41.77761px 33.42209px 0px rgba(29, 86, 185, 0.05), 
        0px -4px 10px 0px rgba(80, 164, 255, 0.05);
}

/* 侧边栏列表项 */
.mslu_li {
    padding: 9px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.mod_side_list_ul .mslu_li:last-child{
    border-bottom: none;
}
/* 列表项图标容器 */
.mslu_li_icon {
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    transition: all 0.36s;
    position: relative;
}

/* 图标元素 */
.mlii_icon {
    width: 24px;
    height: 24px;
}
.mlii_icon img:first-child{
    opacity: 1;
}
.mlii_icon img:last-child{
    opacity: 0;
}
.mslu_li:hover .mlii_icon img:first-child{
    opacity: 0;
}
.mslu_li:hover .mlii_icon img:last-child{
    opacity: 1;
}

/* 图标内图片样式 */
.mlii_icon img {
    width: auto;
    height: auto;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
}

/* 绝对居中通用类 */
.ys_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 列表项悬浮弹窗容器 */
.mslu_li_pop {
    position: absolute;
    top: 50%;
    right: -300px;
    width: 300px;
    z-index: -1;
    opacity: 0;
    background: transparent;
    box-shadow: none;
    padding-right: 10px;
    transform: translateY(-50%);
    transition: all 0.36s;
}

/* 弹窗内容容器 */
.mslu_li_pop_cont {
    padding: 20px 30px;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 
        0px 2.76726px 2.21381px 0px rgba(29, 86, 185, 0.02), 
        0px 6.6501px 5.32008px 0px rgba(29, 86, 185, 0.03), 
        0px 12.52155px 10.01724px 0px rgba(29, 86, 185, 0.04), 
        0px 22.33631px 17.86905px 0px rgba(29, 86, 185, 0.04), 
        0px 41.77761px 33.42209px 0px rgba(29, 86, 185, 0.05), 
        0px -4px 10px 0px rgba(80, 164, 255, 0.05);
}
 .mslu_li:hover .mslu_li_icon,.mslu_li.act .mslu_li_icon{
        background-color: #fff;
    }
    .mslu_li:hover .mslu_li_pop{
        right: 54px;
        opacity: 1;
    }
/* 弹窗顶部容器 */
.mlpc_tp {
    display: flex;
    align-items: center;
}

/* 弹窗顶部图标 */
.mlpc_tp_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #0047ba;
    position: relative;
}

/* 弹窗顶部图标内图片 */
.mlpc_tp_icon img {
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 弹窗顶部文本容器 */
.mlpc_tp_parga {
    width: calc(100% - 16px);
    padding-left: 6px;
}

/* 弹窗中间链接样式 */
.mlpc_mid a {
    font-size: 18px;
    line-height: 1.8;
    color: #0047ba;
    font-family: 'POPPINS-MEDIUM';
}

/* 标准文本样式 */
.std_parga p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

/* 次要文本样式 */
.std_parga1 p {
    font-size: 14px;
    line-height: 1.75;
    color: #999;
}
/*位置*/
.subbanner{ position: relative; margin-top: 134px; }
.subbanner img{ width: 100%; }
.sunvs{ position: absolute; text-align: center; width: 100%; top:50%; color: #fff; transform: translateY(-50%); left: 0;}
.sunvs .warper{ padding: 0 10%;}
.sunhtic{ font-size: 48px; margin-bottom: 32px; font-family: 'POPPINS-BOLD'; text-transform: uppercase;}
.sunvs p{ font-size: 16px; line-height: 26px; font-family: 'POPPINS-REGULAR';}
/*产品列表*/
.snunault{ text-align: center; margin-top: 68px;}
.snunault li{ display: inline-block; margin: 0 8px;}
.snunault li a{ display: inline-block; background: #0047ba; padding: 8px 28px; border-radius: 50px; color: #fff; font-size: 16px; font-family: 'POPPINS-REGULAR';}
.snunault li a i{ font-size: 20px;}
.snunault li a:hover{ transform: translateY(5px);}

.prwars{ padding-bottom: 110px;}
.prlists{ margin-top: 36px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-gap: 38px 26px;}
.prliivit .changpic{ border-radius: 20px;}
.plixtv{ margin-top: 34px;}
.plixtv h3{ font-size: 20px; font-family: POPPINS-MEDIUM; font-weight: normal; margin-bottom: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.plixtv p{ font-size: 15px; font-family: 'POPPINS-REGULAR'; line-height: 28px; height: 112px; overflow: hidden; color: #888;}
.plixtv span{ display: inline-block; transition: background-size 0.4s, color 0.4s; margin-top: 26px; background-color: #eff2f5; background-image: linear-gradient(#0047ba, #0047ba); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; color: #8b959e; padding: 10px 28px; border-radius: 50px; font-size: 15px; font-family: 'POPPINS-MEDIUM'; overflow: hidden;}
.prliivit:hover .changpic img{ transform: scale(1.15);}
.prliivit:hover .plixtv span{ background-size: 100% 100%; color: #fff;}

.prwulst{ display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-gap: 38px 46px;}
.prwulst li a{ display: block; text-align: center;}
.prwulst li a p{ font-size: 20px; font-family: 'POPPINS-MEDIUM';}
.prwulst li .mask_con h3{ font-size: 24px;}
.prwulst li .mask_con p{ font-size: 16px; line-height: 28px !important; height: 140px; font-family: 'POPPINS-REGULAR';}
.prwulst li .hot_mask{ padding: 30px 64px;}
/* 产品详情 */
.pemlivs{ margin-top: 134px; padding: 76px 0 78px; background: url(images/depngt.jpg) no-repeat; background-size: cover;}
.pemlivs h2{ color: #fff; font-size: 36px; font-family: POPPINS-SEMIBOLD; font-weight: normal;}
.pedims{ background: #fff; display: flex; align-items: center; margin-top: 12px; border-radius: 20px; padding: 26px;}
.pedilef{ width: 50%; padding-right: 16px;}
.pedirig{ width: 50%; padding-left: 30px;}
.prriuls{ display: flex;}
.prriuls li{ cursor: pointer; width: 24.5%; margin-right: 1%; border-radius: 10px; overflow: hidden;}
.prriuls li:last-child{ margin-right: 0;}
.prdtobot{ margin-top: 10px;}
.prdtotop{ border-radius: 10px; overflow: hidden; width: 100%;}
.prdtotop .slick-list, .prdtotop .slick-track, .prdtotop .slick-slide, .prdtotop .item, .prdtotop .slick-slide > div { height: 100% !important; padding: 0; margin: 0; }
.prdtotop .slick-track { display: flex !important; }
.prdtotop .item { display: flex !important; align-items: stretch; justify-content: center; aspect-ratio: 640 / 437;}
.prdtotop iframe { height: 100% !important; width: 100% !important; border: none; display: block; margin: 0; padding: 0; }
.pedirig h1{ font-size: 32px; margin-bottom: 10px; font-family: 'POPPINS-SEMIBOLD'; font-weight: normal;}
.pdimcs p{ font-size: 15px; font-family: 'POPPINS-REGULAR'; line-height: 30px; color: #888;}
.pdetbsb{ margin-top: 46px;}
.pdetbsb a{ display: inline-block; width: 100%; color: #fff; line-height: 46px; background: #0047ba; text-align: center; height: 46px; border-radius: 5px; font-family: 'POPPINS-MEDIUM'; font-size: 15px;}
.pdetbsb a:last-child{ background: #0d1d46; margin-top: 16px;}
.pdetbsb a:hover{ transform: translateY(5px);}

.denaviv{ background: #eff2f5;}
.denaviv.fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.deniuls{ display: flex;}
.deniuls li{ cursor: pointer; padding: 0 46px; line-height: 75px; font-size: 20px; font-family: 'POPPINS-MEDIUM';}
.deniuls li.on{ color: #fff; background: #0047ba;}

.deintro{ padding: 60px 0 76px;}
/* 1212 */
.intro_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro_text {
    width: 50%;
}

.intro_h2 {
    font-size: 36px;
    color: #333;
    font-family: 'POPPINS-SEMIBOLD'; font-weight: normal;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0;
}

.intro_h2::after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #0047ba;
}

.intro_text p {
    font-size: 15px;
    line-height: 30px;
    color: #888; font-family: 'POPPINS-REGULAR';
}

.intro_text h3 {
    font-size: 18px;
    color: #333;
    font-family: 'POPPINS-SEMIBOLD';
    margin-bottom: 10px;
    margin-top: 20px;
}

.intro_grid {
    width: 46%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.intro_img_item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_img_item img {
    max-width: 100%;
    transition: transform 0.3s ease;
}

.intro_img_item:hover img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .intro_flex {
        flex-direction: column;
    }
    .intro_text, .intro_grid {
        width: 100%;
    }
    .intro_grid {
        margin-top: 40px;
    }
}

.defeaiv{ padding: 74px 0 88px; background: url(images/defeabg.jpg) no-repeat; background-size: cover;}
.defeaiv .intro_h2{ color: #fff;}
.defatxe{ color: #fff;}
.defatxe h3{ font-size: 18px; font-family: 'POPPINS-SEMIBOLD'; margin-bottom: 14px;}
.defatxe p{ font-size: 15px; line-height: 26px; font-family: 'POPPINS-REGULAR';}
.difeaswi{ margin-top: 28px; position: relative;}
.difgiem{ border-radius: 10px; transition: all 0.3s; color: #fff; text-align: center; padding: 46px 24px 40px; background: rgb(255 255 255 / 4%);}
.difgiem i{ display: inline-block; width: 86px; font-style: normal; height: 86px; font-size: 36px; font-family: 'POPPINS-MEDIUM'; line-height: 86px; border-radius: 86px; background: #fff; color: #0d1d46;}
.difgiem p{ font-size: 15px; margin-top: 28px; line-height: 26px;}
.difgds .item{ margin: 0 13px;}
.difgds .slick-list{ margin: 0 -13px;}
.difgds .slick-track, .difgds .slick-list{ display:flex;}
.difgds .item{ display:flex;}
.difgiem:hover{ background: #0047ba;}
.difarr{ position: absolute; top: 42%; left: 0; width: 100%;}
.difarr span{ display: inline-block; position: absolute; top: 0; width: 56px; height: 56px; line-height: 56px; text-align: center; border-radius: 56px; background: rgb(255 255 255 / 6%); color: #fff;  cursor: pointer;}
.difarr span i{ font-size: 24px; display: inline-block;}
.dif_prev i{ transform: rotate(180deg);}
.difarr span:hover{ background: #c72229;}
.dif_prev{ left: -82px;}
.dif_next{ right: -82px;}

.desepc{ padding-top: 65px;}
.netab{ overflow-x: auto; margin-top: 26px; }
.netab table{ width: 100%; border-collapse: collapse; }
.netab table td{ border: 1px solid #e5e5e5; color: #555; text-align: center; padding:4px 1px; font-size: 15px; font-family: 'POPPINS-REGULAR'; }
.netab table tr:nth-of-type(odd) td{ background: #f4f7f9;}
.netab table tr:hover td{ background: #0047ba; color: #fff;}
.netab table tr:first-child td{ background: #0047ba; color: #fff; font-size: 18px; font-family: 'POPPINS-MEDIUM';}

.depami{ padding: 56px 0;}
.deappc{ padding: 68px 0 80px; background: url(images/deapbgt.jpg) no-repeat; background-size: cover;}
.deappc .intro_h2{ color: #fff;}
/* qhtt */
.app_tabs_box {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.app_tabs_nav {
    width: 25%;
}

.app_tabs_nav ul li {
    padding: 22px 30px;
    color: #333; background: #fff;
    cursor: pointer;
    margin-bottom: 3px;
    transition: all 0.3s;
    font-family: 'POPPINS-REGULAR';
}

.app_tabs_nav ul li:last-child {
    margin-bottom: 0;
}

.app_tabs_nav ul li.active {
    background: #0047ba;
    color: #fff;
}

.app_tabs_content {
    width: 74.8%; background: #fff;
}

.tab_pane {
    display: none;
    height: 100%;
}

.tab_pane.active {
    display: flex;
}

.pane_img {
    width: 56%;
}

.pane_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.pane_text {
    width: 44%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pane_text h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 16px;
    font-family: 'POPPINS-SEMIBOLD';
}

.pane_text p {
    font-size: 15px;
    line-height: 1.6;
    color: #888;
    margin-bottom: 10px;
    font-family: 'POPPINS-REGULAR';
}

.inquiry_btn {
    display: inline-block;
    width: fit-content;
    padding: 10px 35px;
    background-color: #0047ba;
    background-image: linear-gradient(#00368d, #00368d);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 0% 100%;
    color: #fff; font-family: 'POPPINS-REGULAR';
    border-radius: 30px;
    font-size: 15px;
    transition: background-size 0.4s ease, color 0.4s ease, transform 0.3s;
    overflow: hidden;
}

.inquiry_btn:hover {
    background-size: 100% 100%;
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 992px) {
    .app_tabs_box {
        flex-direction: column;
    }
    .app_tabs_nav {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .app_tabs_nav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .app_tabs_nav ul li {
        width: 50%;
        padding: 15px;
        text-align: center;
    }
    .app_tabs_content {
        width: 100%;
    }
    .tab_pane.active {
        flex-direction: column;
    }
    .pane_img, .pane_text {
        width: 100%;
    }
    .pane_text {
        padding: 30px;
    }
}
.deldown{ margin-top: 56px;}
.downulli{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); grid-gap:14px 20px;}
.downulli li a{ display: inline-flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 24px; background: #fff; border-radius: 3px;}
.downulli li a p{ font-size: 20px; width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'POPPINS-MEDIUM';}
.downulli li a i{ font-size: 30px; color: #0451ab;}
.downulli li a:hover{ background: #0047ba; color: #fff;}
.downulli li a:hover i{ color: #fff;}
/* outpic */
.our_picture_section {
    padding: 80px 0;
}

.op_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.op_header .intro_h2{ margin-bottom: 0;}

.op_arrows {
    display: flex;
    gap: 15px;
}

.op_arrows span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f4f7f9;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #0d1d46;
    transition: all 0.3s;
}

.op_arrows .op_prev {
    transform: rotate(180deg);
}

.op_arrows span:hover {
    background: #c72229;
    color: #fff;
    border-color: #c72229;
}


.op_tabs ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
}

.op_tabs ul li {
    flex: 1;
    background: #f4f7f9;
    padding: 22px 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'POPPINS-REGULAR';
    position: relative;
}

.op_tabs ul li.active {
    background: #0047ba;
    color: #fff;
}

.op_tabs ul li.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #0047ba transparent transparent transparent;
}

.op_tab_pane {
    display: none;
}

.op_tab_pane.active {
    display: block;
}

.op_slider .item {
    padding: 0 10px;
}

.op_slider .item img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .op_tabs ul {
        flex-wrap: wrap;
    }
    .op_tabs ul li {
        flex: none;
        width: 48%;
    }
    .op_slider .item img {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .op_tabs ul li {
        width: 100%;
    }
}
.demesivs{ background: #f4f7f9; padding: 60px 0 70px;}
.quiry_info{ overflow: hidden; }
.quiry_info ul{ width: 100%; overflow: hidden; }
.quiry_info li{ float: left; width: 49%; margin-bottom:18px; position: relative; }
.quiry_info ul li:nth-of-type(even){ float: right; }
.quiry_info ul li:nth-of-type(5){ width: 100%; }
.quiry_info ul li:last-child{ margin-bottom: 0; margin-top: 14px; width: 100%; }
.quiry_info input,.quiry_info textarea{width: 100%; border-radius: 5px; border: 1px solid #ecf0f3; color: #333; resize: none; font-family:'POPPINS-REGULAR'; background:#fff; font-size:15px; padding:14px 20px; }
.quiry_info textarea{height: 156px;}
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #999;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #999;}
.quiry_info button{ transition:background-size 0.4s ease, color 0.4s ease; display: block; border: none; border-radius: 60px; width: 220px; font-family:'POPPINS-REGULAR'; font-size: 18px; cursor: pointer; background-color:#0047ba; background-image: linear-gradient(#00368d, #00368d); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; color: #fff; height: 50px; overflow: hidden; position: relative; z-index: 1;}
.quiry_info button:hover{ background-size: 100% 100%; }
.quiry_info button i{ font-size: 20px; margin-left: 5px; }

.dehosw{ padding: 58px 0 110px;}
.dhopswi{ position: relative; }
.doophos .item{ margin: 0 15px;}
.doophos .item a{ text-align: center; display: block;}
.doophos .slick-list{ margin: 0 -15px;}
.dhopswi .news_arrow span{ background: #f4f7f9; color: #0d1d46;}
.dhopswi .news_arrow span i{ display: inline-block;}
.doo_prev{ left: -80px;}
.doo_next{ right: -80px;}
.doo_prev i{ transform: rotate(180deg);}
.dhopswi .news_arrow span:hover{ background: #c72229; color: #fff;}

/* equipment */
.equlist,.etxlist{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: 30px;}
.eqiitem .changpic{ border-radius: 20px;}
.eqiitem{ text-align: center;}
.eqiitem p{ font-family: 'POPPINS-REGULAR'; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 14px;}
.eqiitem:hover .changpic img{ transform: scale(1.15);}

.etxlist li{ background: #fff; padding-bottom: 20px; border-radius: 20px; overflow: hidden; text-align: center; box-shadow: 0 0 20px rgb(147 197 239 / 36%);}
.tesitem p{ margin-top: 12px; font-family: 'POPPINS-MEDIUM';}
.tesitem:hover .changpic img{ transform: scale(1.15);}
/*关于我们*/
.abwar{ padding-bottom: 120px;}
.abstr{ display: flex; align-items: center; background: #0d1d46;}
.abstlef{ width: 50%;}
.abstrig{ width: 50%; padding: 0 250px 0 60px; color: #fff; }
.abstrig h3{ font-size: 24px; margin-top: 12px; margin-bottom: 34px; font-family: 'POPPINS-BOLD'; padding-bottom: 15px; text-transform: uppercase; border-bottom: 1px solid rgb(255 255 255 / 10%);}
.abstrig p{ font-size: 15px; line-height: 28px; font-family: 'POPPINS-REGULAR';}
.abcdev{ background: #f5f6fa; padding: 74px 0 82px;}
.abdetct{ text-align: center;}
.abdetct p{ font-size: 16px; margin-top: 10px; line-height: 26px; font-family: 'POPPINS-REGULAR'; padding: 0 14%;}
.sdivsv{ display: flex; justify-content: space-between; margin-top: 26px;}
.sdivsv li{ width: 48.5%; background: #fff; padding: 60px 42px 48px; text-align: center; transition: all 0.3s;}
.sdivsv li h3{ font-size: 20px; margin-bottom: 18px; padding-bottom: 10px; position: relative; font-family: 'POPPINS-SEMIBOLD'; line-height: 28px;}
.sdivsv li h3::before{ content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 4px; width: 50px; background: #c72229;}
.sdivsv li p{ font-size: 15px; line-height: 28px; color: #888;}
.sdivsv li:hover{ background: #0047ba; color: #fff;}
.sdivsv li:hover p{ color: #fff;}
.sdivsv li:hover h3::before{ background: #fff;}
.abfvs{ background: #fff; color: #333; padding-bottom: 0;}
.focus_tle p{ margin-top: 14px; font-size: 15px; line-height: 26px; color: #777;}
.abfvs .focus_inner{ background: #f5f6fa;}
.abfvs .focus_icon{ background: #0d1d46;}
.abfvs .focus_icon i{ color: #fff;}
.abfvs .focus_grid li p{ color: #777;}
.abfvs .focus_grid li:hover .focus_inner{ background: #0047ba;}
.abfvs .focus_grid li:hover .focus_icon{ background: #fff;}
.abfvs .focus_grid li:hover .focus_icon i{ color: #0047ba;}
.abfvs .focus_grid li:hover h3,.abfvs .focus_grid li:hover p{ color: #fff;}
/* base */
.pat96{ padding-top: 96px;}

.panorama_list {
    margin-bottom: 80px;
}

.panorama_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    background: #f5f6fa;
    border-radius: 20px;
    overflow: hidden;
}

.panorama_list .panorama_item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.pano_img_box {
    width: 50%;
}

.pano_slider .item img {
    width: 100%;
    object-fit: cover;
}

.pano_text_box {
    width: 50%;
    padding: 0 40px;
}

.pano_title {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px; font-family: 'POPPINS-MEDIUM'; font-weight: normal;
    position: relative;
    padding-bottom: 6px;
}

.pano_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #c72229;
}

.pano_desc {
    font-size: 15px;
    line-height: 26px;
    color: #777;
}

/* Slick Customization for Panorama */
.pano_slider .slick-dots {
    bottom: 20px;
}

.pano_slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

.pano_slider .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
}

.pano_slider .slick-dots li button:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    display: block;
}

.pano_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #0047ba;
}

/* Location Section */
.location_section {
    text-align: center;
}

.location_header h2 {
    font-size: 32px;
    color: #333; font-family: 'POPPINS-MEDIUM'; font-weight: normal;
    margin-bottom: 10px;
}

.location_header p {
    font-size: 15px;
    color: #666; padding: 0 10%;
    margin: 0 auto 50px;
    line-height: 24px;
}

.map_container {
    position: relative;
    width: 100%;
}

.world_map {
    width: 100%;
}

.location_card {
    position: absolute;
    top: -6%;
    right: 5%;
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}

.card_content {
    background: #fff;
    padding: 25px 18px;
    border-radius: 30px;
    border: 3px solid #1a1a1a;
    text-align: left;
    width: 340px;
    position: relative;
    pointer-events: auto;
    box-shadow: none;
    margin-top: 90px;
    z-index: 22;
    margin-right: -110px; /* Overlap with point */
}

/* Card Pointer/Tail */
.card_content::before, .card_content::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 35%;
    transform: translateY(-50%);
    border-style: solid;
    width: 0;
    height: 0;
}

.card_content::before {
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #1a1a1a;
    right: -28px;
    z-index: 1;
}

.card_content::after {
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    right: -20px;
    z-index: 2;
}

.card_content h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'POPPINS-BOLD';
}

.contact_info p {
    font-size: 17px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.4; font-family: 'POPPINS-REGULAR';
}
.contact_info p a{ color: #666;}
.contact_info p a:hover{ color: #0451ab;}
.contact_info p span{
  font-size: 15px; line-height: 23px; color: #666; font-family: 'Poppins-Light';
}

.contact_info p strong {
    font-size: 18px; margin-bottom: 3px;
    color: #222;
    display: block;
    font-weight: normal; font-family: 'POPPINS-MEDIUM';
}

.location_point {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: #c8161e;
    border-radius: 50%;
    z-index: 5;
    border: 10px solid #e9c9cf;
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(200, 22, 30, 0.3);
    border-radius: 50%;
    pointer-events: none;
}

.ring1 { width: 100px; height: 100px; border-color: rgba(200, 22, 30, 1); }
.ring2 { width: 180px; height: 180px; border-color: rgba(200, 22, 30, 0.6); }
.ring3 { width: 260px; height: 260px; border-color: rgba(200, 22, 30, 0.4); }
.ring4 { width: 340px; height: 340px; border-color: rgba(200, 22, 30, 0.2); }

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    50% { opacity: 0.5; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

.ring { animation: ringPulse 4s infinite linear; }
.ring1 { animation-delay: 0s; }
.ring2 { animation-delay: 1s; }
.ring3 { animation-delay: 2s; }
.ring4 { animation-delay: 3s; }

@keyframes ringPulse {
    0% { opacity: 0; border-width: 1px; }
    10% { opacity: 0.5; }
    100% { opacity: 0; border-width: 1px; transform: translate(-50%, -50%) scale(1.1); }
}

/* Responsive */
@media (max-width: 992px) {
    .panorama_item, .panorama_item.reverse {
        flex-direction: column;
    }
    .pano_img_box, .pano_text_box {
        width: 100%;
    }
    .pano_slider .item img {
        height: 300px;
    }
    .location_card {
        flex-direction: column-reverse;
        transform: translate(-50%, -70%);
    }
    .card_content {
        margin-top: 20px;
    }
    .card_content::after {
        display: none;
    }
}

/* abcer */
.qucer_tabs {
    display: flex;
    justify-content: center;
    background: #f5f6fa;
    margin-bottom: 50px;
}

.tab_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #333;
    font-family: 'POPPINS-MEDIUM';
    position: relative;
}

.tab_item i {
    font-size: 32px;
    margin-right: 15px;
}

.tab_item.active {
    background: #0047ba; color: #fff;
    
}
.tab_item.active a{color:#fff;}
/* Tab Arrow */
.tab_item.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 15px 0 15px;
    border-style: solid;
    border-color: #0047ba transparent transparent transparent;
}

.qucer_content {
    display: none;
}

.qucer_content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.cer_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cer_list li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
    text-align: center;
}

.cer_img {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.cer_img:hover {
    transform: translateY(-5px);
}

.cer_img img {
    width: 100%;
    height: auto;
    display: block;
}

.cer_list li p {
    font-size: 16px;
    color: #333; font-family: 'POPPINS-MEDIUM';
    overflow: hidden; white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .cer_list li {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .cer_list li {
        width: 50%;
    }
    .tab_item {
        font-size: 18px;
        padding: 15px 0;
    }
    .tab_item i {
        font-size: 24px;
    }
}


/* Image Zoom Modal */
.img_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    cursor: zoom-out;
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    text-align: center;
    pointer-events: none;
}

.modal_content img {
    max-width: 100%;
    max-height: 80vh;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto 20px;
    transition: transform 0.1s linear;
    transform-origin: center center;
}

.modal_content p {
    color: #fff;
    font-size: 20px;
    font-family: 'POPPINS-MEDIUM';
    margin-top: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.cer_img {
    cursor: zoom-in;
}

/* abcase */
.case_list {
   
}
.case_item{ margin-bottom: 40px; }
.case_list .case_item:last-child{ margin-bottom: 0;}

.case_item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fb;
    overflow: hidden;
}

.case_list .case_item:nth-of-type(even) a {
    flex-direction: row-reverse;
}

.case_img {
    width: 48%;
}

.case_img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.case_info {
    width: 52%;
    padding: 0 38px;
}

.case_title {
    font-size: 20px;
    font-weight: normal;
    font-family: 'POPPINS-MEDIUM';
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.case_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #c72229;
}

.case_details {
    font-size: 15px;
    color: #777;
    line-height: 1.8;
    margin-bottom: 30px;
}

.case_details p {
    margin-bottom: 6px;
}

.case_details strong {
    color: #0d1d46; font-weight: normal;
    font-family: 'POPPINS-MEDIUM';
}

/* Button Styles */
.view_more_simple {
    display: inline-block;
    padding: 10px 25px;
    background-color: #eceef5;
    background-image: linear-gradient(#0047ba, #0047ba);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 0% 100%;
    color: #666;
    border-radius: 25px;
    font-size: 15px;
    transition: background-size 0.4s ease, color 0.4s ease;
    overflow: hidden;
}

.case_item:hover .view_more_simple {
    background-size: 100% 100%;
    color: #fff;
}
.case_item:hover .changpic img{ transform: scale(1.15);}

/* Responsive Case */
@media (max-width: 992px) {
    .case_img, .case_info {
        width: 100%;
    }
    .case_info {
        padding: 30px;
    }
}


/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.aligncenter {
  display: block !important;
  margin: 0 auto!important;
}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}

/*分页 结束*/
.digg4{ text-align:right; margin-top: 68px; font-family: Arial;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{ width:44px; text-align: center; border: 1px solid #b3b3b3; cursor: pointer; display: inline-block;  vertical-align: middle; background: #fff; height:44px; line-height: 42px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background:#0047ba; border: 1px solid #0047ba; }
.digg4 span.disabled {  font-weight: normal; background: #fff; color: #a6a6a6;}
.digg4 a{ color: #a6a6a6; background: #fff; border: 1px solid #b3b3b3; }

/* 新闻 */
.nelisuls,.vlistul{ display: grid; grid-gap: 44px 35px; grid-template-columns: repeat(3,minmax(0,1fr));}
.ntxlink{ margin-top: 30px; display: flex; align-items: center; justify-content: space-between;}
.ntxlink a{ display: inline-block; font-size: 15px; font-family: 'POPPINS-MEDIUM'; background-color: #f5f6fa; background-image: linear-gradient(#0047ba, #0047ba); background-repeat: no-repeat; background-position: left; background-size: 0% 100%; padding: 10px 22px; border-radius: 40px; color: #8b959e; transition: background-size 0.4s ease, color 0.4s ease; overflow: hidden; position: relative; z-index: 1;}
.ntxlink span{ font-size: 16px; color: #777;}
.news_inner:hover .ntxlink a{ background-size: 100% 100%; color: #fff;}
.news_inner:hover .news_txt h3 a{ color: #0047ba;}
/*新闻详情*/
.infocon{color: #666; }
.infocon h1{ font-size:30px; font-family: 'POPPINS-BOLD'; line-height: 30px; margin-bottom: 30px; text-align: center; color: #222;}
.infocon img{ display: inline-block; margin: 15px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin: 18px 0; }
.infocon .time i{ font-size: 20px; }
.infocon .other{  border-top: 1px solid #ddd; padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #0047ba; }
.infocon p{line-height:28px; font-size: 16px; margin-bottom: 10px; }

/* video */
.videonav_box{ position: relative; margin-bottom: 40px;}
.videonav .slick-list{ padding-bottom: 15px !important; margin-bottom: -15px !important;}
.videonav .item{ cursor: pointer; height: 70px; display: flex !important; align-items: center; justify-content: center; background: #f4f6f9; transition: 0.3s; position: relative; padding: 0 20px;}
.videonav .item span{ font-size: 18px; color: #1a2b4a; font-family: 'POPPINS-MEDIUM'; text-align: center; line-height: 1.2; display: block;}
.videonav .item.active{ background: #0047ba;}
.videonav .item.active span{ color: #fff;}
.videonav .item.active::after{ content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #0047ba; z-index: 2;}
.videonav_prev, .videonav_next{ position: absolute; top: 50%; transform: translateY(-66%); cursor: pointer; color: #ccc; transition: 0.3s; z-index: 2;}
.videonav_prev i, .videonav_next i{ font-size: 24px; display: inline-block;}
.videonav_prev:hover, .videonav_next:hover{ color: #0047ba;}
.videonav_prev{ left: -40px;}
.videonav_prev i{ transform: rotate(180deg);}
.videonav_next{ right: -40px;}

.vlistul{ margin-top: 36px; height: 0; overflow: hidden; visibility: hidden; position: absolute; left: -9999px;}
.vlistul.active{ height: auto; overflow: visible; visibility: visible; position: static; left: auto;}
.viitems{ text-align: center;}
.viifarem{ border-radius: 20px; overflow: hidden;}
.viitems p{ font-size: 17px; margin-top: 18px; font-family: 'POPPINS-MEDIUM';}


@media screen and (max-width: 1000px){
  .video_uls li{ width: calc(50% - 15px);}
}
@media screen and (max-width: 600px){
  .video_uls li{ width: 100%;}

}

/* contact */
.contact_box { display: flex; justify-content: space-between; gap: 60px;}
.contact_left, .contact_right { width: 48%; }
.contact_title { font-size: 46px; font-family: 'POPPINS-SEMIBOLD'; color: #222; line-height: 1.2; }
.contact_subtitle { font-size: 15px; color: #888; margin-bottom: 20px; font-family: 'POPPINS-REGULAR'; }

.contact_info_list { margin-top: 30px; }
.contact_info_list > li { display: flex; align-items: flex-start; padding: 25px 0; border-top: 1px solid #f0f0f0; }
.contact_info_list > li:last-child{ border-bottom: 1px solid #f0f0f0; }
.info_icon { width: 30px; height: 30px; margin-right: 15px; color: #0047ba; display: flex; align-items: center; justify-content: center; }
.info_icon i { font-size: 24px; }
.info_text { flex: 1; }
.info_text strong { display: block;  font-weight: normal; font-family: 'POPPINS-MEDIUM'; color: #222; }
.info_text span, .info_text a { color: #666; font-family: 'POPPINS-MEDIUM'; line-height: 1.6; }
.info_text a:hover { color: #0047ba; text-decoration: underline; }

.flex_item { display: flex !important; justify-content: space-between; border-top: 1px solid #f0f0f0; padding-top: 30px; }
.info_sub_item { width: 48%; display: flex; }
.qr_code { margin-top: 5px; width: 100px; }
.qr_code img { width: 100%; height: 100%; object-fit: contain; }

.contact_social { margin-top: 50px; display: flex; gap: 12px; }
.contact_social a { display: inline-block; width: 40px; height: 40px; border-radius: 50%; color: #fff; text-align: center; line-height: 40px; font-size: 18px; transition: transform 0.3s; }
.contact_social a:hover { transform: translateY(-5px); color: #fff; }
.contact_social .icon-facebook { background: #3b5998; }
.contact_social .icon-youtube1 { background: #ff0000; }
.contact_social .icon-douyin { background: #000000; }
.contact_social .icon-in { background: #0077b5; }
.contact_social .icon-tuite { background: #1da1f2; }

.contact_right .quiry_info li,.contact_right .quiry_info ul li:nth-of-type(even){ width: 100%; float: none;}
.contact_right .quiry_info textarea{ height: 183px;}

@media screen and (max-width: 991px) {
    .contact_box { flex-direction: column; gap: 50px; }
    .contact_left, .contact_right { width: 100%; }
    .contact_title { font-size: 36px; }
}
@media screen and (max-width: 500px) {
    .flex_item { flex-direction: column; gap: 30px; }
    .info_sub_item { width: 100%; }
}

.map{ margin-top: 52px; border-radius: 10px; border: 1px solid #e1e7ea; overflow: hidden;}

.target-div{ transition: all 0.5s; position: relative; bottom: -120px; opacity: 0;}
.in-view{ bottom: 0 !important; opacity: 1 !important;}


/* ========== 响应式媒体查询 ========== */
/* 1680px */
@media screen and (max-width: 1680px){
    .inh2t, .quiry_info h2, .contact_title { font-size: 42px; line-height: 52px; }
    .sunhtic { font-size: 44px; margin-bottom: 28px; }
    .in_num, .icacen, .in_hot_products { padding: 80px 0; }
    .pemlivs, .dehosw, .in_news { padding: 60px 0; }
    .fptops { padding: 70px 0 60px; }
    .h_top,.h_bot{ padding: 0 40px;}
    .ipcsitem h3{ font-size: 20px;}
    .iwhrig{ padding: 84px 130px 0 64px;}
    .icagivs{ padding-left: 138px;}
    .abstrig{ padding-right: 130px;}
}

/* 1600px */
@media screen and (max-width: 1600px){
    .iwhrig { padding: 60px 150px 0 40px; }
    .hot_grid { gap: 34px 24px; }
    .prlists, .prwulst, .nelisuls { grid-gap: 30px 20px; }
    .getbox { width: 680px; }
    .iwarr{ margin-top: 32px;}
    .icagivs{ padding-left: 6%;}
    .fobots{ padding-top: 60px;}
    .abstrig{ padding-right: 120px;}
    .ipcsitem a{ padding: 48px 25px 24px;}
}

/* 1440px */
@media screen and (max-width: 1440px){
    .inh2t, .quiry_info h2, .contact_title { font-size: 38px; line-height: 48px; }
    .sunhtic { font-size: 40px; }
    .focus_icon i { font-size: 36px; }
    .focus_icon { width: 76px; height: 76px; margin-bottom: 20px; }
    .pemlivs h1 { font-size: 32px; }
    .pedirig h1 { font-size: 28px; }
    .in_num, .icacen, .in_focus_service, .in_hot_products { padding: 70px 0; }
    .fptops { padding: 60px 0; }
    .fotlef { padding-right: 100px; }
    nav li{ margin: 0 14px;}
    .ipcsitem h3{ font-size:17px;}
    .ipcsitem a{ padding: 30px 20px;}
    .ipcspic{ padding: 0 40px;}
    .warper{ width: 86%;}
    .iwhrig{ padding: 60px 98px 0 34px;}
    .iwhsitem{ padding: 20px 0;}
    .mask_con p{ margin-bottom: 30px;}
    .mask_con h3{ margin-bottom: 20px;}
    .focus_tle{ margin-bottom: 40px;}
    .fo_boitem3{ width: 18%;}
    .fo_boitem4{ width: 27%;}
    .abstrig{ padding: 0 80px 0 30px;}
    .abstrig h3{ margin-bottom: 18px; font-size: 20px;}
    .sdivsv li{ padding: 30px;}
    .abwar{ padding-bottom: 60px;}
    .abfvs.in_focus_service{ padding-bottom: 0 !important;}
    .pano_title{ font-size: 26px; margin-bottom: 14px;}
    .case_title{ padding-bottom: 4px; margin-bottom: 15px;}
    .case_details{ margin-bottom: 10px;}
    .deniuls li{ padding: 0 34px;}
    .pat96{ padding-top: 60px;}
    .snunault{ margin-top: 32px;}

}

/* 1366px */
@media screen and (max-width: 1366px){
    .iwhrig { padding: 50px 100px 0 30px; }
    .ipcsitem a { padding: 30px 20px 20px; }
    .getbox { width: 600px; padding: 30px; }
    .hot_grid { gap: 24px 15px; }
    .intro_h2{ font-size: 32px;}
    .ntxlink{ margin-top: 14px;}
    .prwars{ padding-bottom: 80px;}
}

/* 1280px */
@media screen and (max-width: 1280px){
    .inh2t, .quiry_info h2, .contact_title { font-size: 34px; line-height: 44px; }
    .sunhtic { font-size: 36px; margin-bottom: 20px; }
    .in_num, .icacen, .in_focus_service, .in_hot_products { padding: 60px 0; }
    .prlists, .prwulst, .nelisuls { grid-gap: 20px 15px; }
    .fotlef { padding-right: 50px; }
    .fo_mfoul li button { width: 140px; font-size: 16px; }
    nav li{ margin: 0 10px;}
    .warper{ width: 90%;}
    .deniuls li{ padding: 0 26px;}
    .ipcsitem a{ padding:30px 15px 20px;}
}

/* 1024px */
@media screen and (max-width: 1200px){
  .banner_home,.subbanner,.pemlivs{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
    header,.position, .page_h{ height: 62px; background: #fff; }
    .logo img,.position .logo img{ height: 46px; }
    .head_rcon{ right: 60px; width: 80px; top: 13px; }
    .logo{ top: -40px; left: 0; }
    .hltlef,.h_trx li:last-child{ display: none;}
    .h_top{ height: 0;}
    .h_trx li{ color: #333; padding-top: 18px; }
    .h_trx li b{ border-color: #333 transparent transparent transparent; }
    .warper{ width: 96%; }
    #nav .nav-button{ top: -38px; }
    .search_box{ top: 62px; padding: 20px 0; }
    .side-bar,nav li>a:before{ display: none; }
    .h_top, .h_bot{ padding: 0 14px; }
    nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
    nav li{ float: none; padding: 0; margin: 0; }
    nav li>a,.position nav li>a,.page_h  nav li>a{ margin:0; color: #fff; line-height: normal; font-size: 16px;  display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
    nav li.on a, nav li:hover a{ background: #0047ba; color: #fff; }
    #nav .nav-button i{ color: #fff; }
    #nav .nav-button{ top: -34px; background: #0047ba; }
    .h_trx li:first-child{ padding-top: 18px;}

    .searchform span,.h_trx li i{ color: #333;}
    .searchform{ background: rgba(0, 0, 0, 0.2); width: 94px; }
    .hltrig{ margin-right: 64px;}
    .hot_grid { grid-template-columns: repeat(2, 1fr); }
    .focus_grid { flex-wrap: wrap; }
    .focus_grid li { width: 48%; margin-bottom: 20px; }
    .prlists, .nelisuls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fotow { flex-direction: column; }
    .fotlef, .fotrig { width: 100%; padding-right: 0; margin-bottom: 20px; }
    .iwhych { flex-direction: column; }
    .iwhlef, .iwhrig { width: 100%; }
    .iwhrig { padding: 40px 20px; }

    .sub_menu{ position: inherit; left: 0; top: 0; display: block !important; padding: 0 !important; height: auto !important; width: 100%; opacity: 1; background: rgba(0,0,0,0.3); }
    .sumebox{ flex-direction: column; }
    .sumelef, .sumerig{ width: 100%; padding: 0; }
    .sumerig,.sumprig{ display: none;}
    .sudls dd a, .sulefnav dd a{ padding: 12px 20px; background: transparent !important; border-radius: 0; color: #fff; font-size: 14px; }
    .stxpic{ flex-direction: column; }
    .stxplef, .stxprig,.sumplef{ width: 100%; }
    .stxplef .changpic{ border-radius: 10px; }
    .sulefnav{ grid-template-columns: 1fr; gap: 0; }
    .sub_menu .warper{ width: 100%;}
    .sudls dd{ margin-bottom: 0;}
    .sudls dd a:hover, .sulefnav dd a:hover{ background: #0047ba !important; color: #fff; }
    .num_top{ margin-bottom: 34px;}
    .num_item{ padding-top: 25px;}
    .icagivs{ padding-left: 3%;}
    .news_prev{ left: 0;}
    .news_next{ right: 0;}
    .news_txt{ padding-top: 12px;}
    .fo_boitem2,.fo_boitem3{ display: none;}
    .fo_boitem4{ width: 36%;}
    .fo_boitem1{ width: 40%;}
    .sunhtic{ line-height: 1;}
    .abstr{ flex-direction: column;}
    .abstlef{ width: 100%;}
    .abstrig{ width: 100%; padding:30px 24px;}
    .abcdev{ padding: 50px 0;}
    .panorama_item,.case_item{ margin-bottom: 30px;}
    .location_header h2{ font-size: 28px;}
    .plixtv{ margin-top: 20px;}
    .plixtv p{ height: 84px;}
    .fotlef p{ margin-top: 12px;}
    .mask_con{ padding: 0 20px; width: 100%;}
    .prwulst li .hot_mask,.hot_mask{ padding: 20px;}
    .pemlivs h2{ font-size: 26px;}
    .pedims{ flex-direction: column;}
    .pedilef{ width: 100%; padding: 0;}
    .pedirig{ width: 100%; padding: 0; margin-top: 15px;}
    .denaviv{ display: none;}
    .dif_prev,.doo_prev{ left: 0;}
    .dif_next,.doo_next{ right: 0;}
    .digg4{ text-align: center;}
    .equlist, .etxlist{ grid-gap: 20px;}
    .infocon h1{ font-size: 26px;}
    .nelisuls, .vlistul{ grid-gap: 20px; }
    .videonav_next{ right: 0;}
    .videonav_prev{ left: 0;}
    .mod_side{ display: none;}
    .target-div{ opacity: 1 !important; position: static !important;}


}

/* 768px */
@media screen and (max-width: 768px){
    .inh2t, .quiry_info h2, .contact_title { font-size: 26px; line-height: 36px; }
    .sunhtic { font-size: 28px; margin-bottom: 20px; }
    .num_val { font-size: 20px; margin-bottom: 14px; }
    .num_val span { font-size: 30px; }
    .location_header p{ padding: 0; margin: 0 auto 20px;}
    .location_card{ position: static; transform: translate(0);}
    .card_content{ margin: 0;}
    .map_container img{ display: none;}
    .case_item a,.case_list .case_item:nth-of-type(even) a{ flex-direction: column;}
    .abdetct p{ padding: 0;}
    .location_point{ display: none;}
    .cer_list li{ margin-bottom: 24px;}
    .panorama_list{ margin-bottom: 30px;}
    .pat96{ padding-top: 50px;}
    .pano_text_box{ padding: 26px;}
    .pano_title{ font-size: 23px;}
    .panorama_list .panorama_item:nth-of-type(even){ flex-direction:column; }
    .num_top{ gap: 10px;}
    .num_grid{ gap: 20px; padding-top: 30px;}
    .num_label { font-size: 16px; margin-bottom: 14px; }
    .num_txt p { line-height: 22px; }
    .num_top{ margin-bottom: 20px;}
    .in_num, .icacen, .in_focus_service, .in_hot_products, .in_news { padding: 40px 0; }
    .focus_tle { margin-bottom: 30px; }
    .focus_icon { width: 60px; height: 60px; margin-bottom: 16px; }
    .focus_icon i { font-size: 28px; }
    .focus_inner { padding: 30px 16px; }
    .focus_grid li h3 { font-size: 16px; margin-bottom: 12px; }
    .focus_grid { gap: 16px; }
    .tab_item{ padding: 8px;}
    .nelisuls, .vlistul{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hot_grid, .prlists, .prwulst, .nelisuls { gap: 18px; }
    .prliivit .changpic, .icaitms .changpic, .news_img .changpic { border-radius: 12px; }
    .plixtv h3 { font-size: 18px; margin-bottom: 10px; }
    .plixtv p { font-size: 14px; line-height: 22px; height: 44px; }
    .plixtv span { font-size: 14px; padding: 8px 20px; margin-top: 16px; }
    .fo_boitem1 img{ height: 46px;}
    .news_txt { padding-top: 20px; }
    .news_txt h3 { font-size: 16px; line-height: 22px; height: 44px; margin-bottom: 12px; }
    .news_txt p { line-height: 22px; height: 66px; }
    .ntxlink { margin-top: 20px; flex-wrap: wrap; gap: 12px; }
    .ntxlink a { font-size: 14px; padding: 8px 18px; }
    .fobots{ padding-top: 28px;}
    .fo_boitem1 p,.media{ margin-top: 12px;}
    .icatxts { margin-top: 20px; }
    .sunvs p{ display: none;}
    .ich3 h3 { font-size: 18px; line-height: 24px; height: 48px; }
    .ich3{ margin-bottom: 6px;}
    .icatxts p { font-size: 14px; line-height: 22px; height: 88px; }
    .icatxts span { font-size: 14px; padding: 8px 20px; margin-top: 16px; }
    .icacen{ padding-left: 2%; padding-right: 2%; }
    .pemlivs { padding: 40px 0 30px; }
    .fo_cop{ margin-top: 5px;}
    .pemlivs h2 { font-size: 26px; }
    .pedims { flex-direction: column; padding: 16px; }
    .pedilef, .pedirig { width: 100%; padding: 0; }
    .pedirig { margin-top: 20px; }
    .pedirig h1 { font-size: 24px; }
    .pdetbsb { margin-top: 30px; }
    .pdetbsb a { height: 42px; line-height: 42px; font-size: 14px; }

    .demesivs { padding: 40px 0 50px; }
    .quiry_info h2 { font-size: 26px; margin-bottom: 24px; }
    .quiry_info li { margin-bottom: 16px; }
    .quiry_info input, .quiry_info textarea { padding: 12px; }
    .quiry_info button { width: 100%; font-size: 16px; height: 46px; }
     
    .dehosw { padding: 40px 0 60px; }
    .dehosw .inh2t { font-size: 26px; }

    .abcdev { padding: 40px 0; }
    .abcdev .inh2t { font-size: 26px; }
    .sdivsv li { padding: 30px 20px 24px; margin-bottom: 20px; }
    .sdivsv li h3 { font-size: 18px; margin-bottom: 12px; }

    .contact_title { font-size: 26px; }
    .contact_left, .contact_right { width: 100%; }
    .contact_info li { font-size: 14px; padding: 10px 0; }

    .fptops { padding: 40px 0; }
    .fotow { flex-direction: column; }
    .fotlef, .fotrig { width: 100%; padding-right: 0; margin-bottom: 30px; }
    .fotrig { margin-bottom: 0; }
    .fotlef .inh2t { font-size: 26px; }
    .fotlef p { font-size: 15px; line-height: 24px; margin-top: 16px; }
    .fo_mfoul li { width: 100%; margin-right: 0; margin-bottom: 12px; }
    .fo_mfoul input, .fo_mfoul textarea { font-size: 14px; padding: 12px; }
    .fo_mfoul li button { width: 100%; font-size: 16px; height: 46px; }

    .fo_boxdiv { flex-direction: column; }
    .fo_boitem1, .fo_boitem2, .fo_boitem3, .fo_boitem4 { width: 100%; margin-bottom: 24px; }
    .fo_boxdiv h4 { font-size: 18px; margin-bottom: 20px; }
    .fo_opul li, .foxlus li { margin-bottom: 12px; }

    .pedims { flex-direction: column; }
    .pedilef, .pedirig { width: 100%; padding: 0; }
    .pedirig { margin-top: 20px; padding-left: 0; }
    .icagivs { padding-left: 0; margin-top: 20px; }
    .prdtotop { border-radius: 8px; }
    .prdtobot { margin-top: 6px; }
    .intro_h2{ font-size: 26px; margin-bottom: 14px;}

    .digg4 { margin-top: 40px; text-align: center; }
 

    .iacsgds .item{ margin: 0 5px;}
    .deintro,.defeaiv,.depami,.deappc,.our_picture_section,.dehosw{ padding: 40px 0;}
    .iacsgds{ width: 100%;}
    .snunault{ display: none;}
    .qucer_tabs{  margin-bottom: 24px;}
    .difgiem{ padding: 24px 20px;}
    .desepc{ padding-top: 40px;}
    .app_tabs_nav ul li:last-child{ margin-bottom: 3px;}
    .pane_text h3{ font-size: 22px; margin-bottom: 6px;}
    .pane_text p{ margin-bottom: 14px;}
    .deldown{ margin-top: 40px;}
    .hot_mask{ display: none !important;}
    .equlist, .etxlist{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .prwars{ padding-bottom: 60px;}
}

/* 500px */
@media screen and (max-width: 500px){
    footer { margin-bottom: 60px; }
    .footmenu { display: block; }
    .footmenu div.con { background: #0047ba; justify-content: space-around; padding: 10px 0; }
    .footmenu div.con a { color: #fff; text-align: center; flex: 1; }
    .footmenu i { margin: 0 auto 5px; }

    .inh2t, .quiry_info h2, .contact_title { font-size: 22px; line-height: 32px; }
    .sunhtic { font-size: 20px; margin-bottom: 0; }
    .num_val { font-size: 28px; }
    .num_val span { font-size: 30px; }
    .num_top{ margin-bottom: 0;}

    .in_num, .icacen, .in_focus_service, .in_hot_products, .in_news { padding: 30px 0; }
    .focus_tle { margin-bottom: 20px; }
    .focus_icon { width: 50px; height: 50px; margin-bottom: 12px; }
    .focus_icon i { font-size: 24px; }
    .focus_inner { padding: 20px 12px; }
    .focus_grid li h3 { font-size: 15px; margin-bottom: 10px; }
    .focus_grid { gap: 12px; }
    .abstrig{ padding: 16px;}
    .plixtv{ margin-top: 10px;}
    .cer_list{ margin: 0;}
    .hot_grid, .prlists, .prwulst, .nelisuls { gap: 20px; }
    .prliivit .changpic, .icaitms .changpic, .news_img .changpic { border-radius: 10px; }
    .plixtv h3 { font-size: 16px; margin-bottom: 8px; }
    .plixtv span { padding: 6px 16px; margin-top: 12px; }
    .iwarr{ margin-top: 18px;}
    .focus_tle h2{ font-size: 22px;}
    .abwar{ padding-bottom: 24px;}
    .icagivs{ margin-top: 0;}
    .prwars{ padding-bottom: 30px;}
    .icaswi{ margin-top: 10px;}
    .prwulst li a p{ font-size: 16px;}
    .hot_img{ margin-bottom: 10px;}
    .news_txt { padding-top: 16px; }
    .news_txt h3 { margin-bottom: 10px; }
    .news_txt p { margin-bottom: 12px; }
    .ntxlink { margin-top: 14px; }
    .ntxlink a { padding: 6px 14px; }
    .ntxlink span { font-size: 12px; }

    .icatxts { margin-top: 14px; }
    .icatxts span { padding: 6px 16px; margin-top: 12px; }
    .intro_text p{ line-height: 28px;}

    .pemlivs { padding: 30px 0 24px; }
    .pemlivs h2 { font-size: 22px; }
    .pedims { padding: 12px; }
    .pedirig h1 { font-size: 22px; }
    .intro_grid{ margin-top: 16px; gap: 10px;}
    .deintro, .defeaiv, .depami, .deappc, .our_picture_section, .dehosw{ padding: 30px 0;}
    .pdetbsb { margin-top: 20px; }
    .netab{ margin-top: 0;}
    .pdetbsb a { height: 40px; line-height: 40px;  }
    .pdetbsb a:last-child { margin-top: 10px; }
    .pane_text{ padding: 16px;}
    .downulli{ grid-template-columns: repeat(1,minmax(0,1fr));}
    .op_header{ margin-bottom: 15px;}
    .op_tabs ul li{ padding: 10px;}

    .demesivs { padding: 30px 0 40px; }
    .quiry_info h2 { font-size: 22px; margin-bottom: 20px; }
    .quiry_info li { margin-bottom: 12px; }
    .quiry_info input, .quiry_info textarea { padding:12px 10px; }
    .quiry_info button { width: 100%; font-size: 15px; height: 44px; }
    .quiry_info li{ width: 100%; margin-bottom: 5px; float: none !important;}

    .dehosw { padding: 30px 0 50px; }
    .dehosw .inh2t { font-size: 22px; }

    .abcdev { padding: 30px 0; }
    .abcdev .inh2t { font-size: 22px; }
    .sdivsv li { padding: 20px 14px 18px; margin-bottom: 16px; }
    .sdivsv li h3 { font-size: 16px; margin-bottom: 10px; }

    .contact_title { font-size: 22px; }
    .contact_info li { font-size: 13px; padding: 8px 0; }
    .sdivsv{ flex-direction: column;}
    .sdivsv li{ width: 100%; margin-bottom: 6px;}

    .fptops { padding: 30px 0; }
    .fotlef .inh2t { font-size: 22px; }
    .fotlef p { line-height: 20px; margin-top: 12px; }
    .fo_mfoul li { margin-bottom: 10px; }
    .fo_mfoul input, .fo_mfoul textarea { padding: 10px; }
    .fo_mfoul li button { width: 100%; font-size: 15px; height: 44px; }
    .equlist, .etxlist{ grid-gap: 14px;}

    .fo_boxdiv h4 { font-size: 16px; margin-bottom: 16px; }
    .fo_boitem1, .fo_boitem2, .fo_boitem3, .fo_boitem4 { margin-bottom: 20px; }
    .fo_opul li, .foxlus li { margin-bottom: 10px; }

    .news_more { padding: 6px 16px; margin-top: 16px; }
    .view_more { font-size: 14px; padding: 6px 18px; }

    .getbox { width: 92%; padding: 16px; }
    .quiry_info h2 { font-size: 22px; }
    .ipcsitem { border-right: none; border-bottom: 1px solid #fff; }
    .ipcnamo { flex-direction: column; gap: 12px; }
    .ipcnamo p { width: 100%;}
    .ipcnamo{ margin-top: 12px;}
    .ipcnamo span { width: 100%; height: 40px; line-height: 40px; }
    .ipcspic{ padding: 0 20px;}
    .digg4 { margin-top: 30px; }
    .infocon h1 { font-size: 20px; margin-bottom: 14px; }
    .infocon p { font-size: 16px; line-height: 28px; }
    .infocon .time{ margin: 10px 0;}
    .vlistul{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .contact_info_list > li{ border: none !important; padding: 14px 0;}
    .h_trx li:nth-of-type(2){ display: none;}
    .hltrig{ margin-right: 48px;}
    .ipcsitem a{ padding: 16px;}
    .contact_info_list{ margin-top: 0;}
    .map{ margin-top: 20px;}
    .ban_arrow span{ width: 42px; height: 42px; line-height: 42px;}
    .focus_grid li{ margin-bottom: 0;}
    .contact_social{ margin-top: 12px;}
    .contact_box{ gap: 30px;}
    .pat96{ padding-top: 30px;}
    .pano_text_box{ padding: 18px;}
    .panorama_item, .case_item{ margin-bottom: 14px;}
    .location_header h2{ font-size: 22px;}
    .cer_list li{ padding: 0 6px; margin-bottom: 12px;}
    .case_info{ padding: 20px;}
    .tab_item i{ display: none;}
    .tab_item{ text-align: center;}
    .hot_grid, .prlists, .prwulst, .nelisuls{ gap: 10px;}
    .ipcsitem h3{ font-size:14px; line-height:20px; height:40px; overflow:hidden;}

    

}
