﻿
@font-face {
  font-family: "Poppins-Regular";
  src: url("./PlusJakartaSans-Regular.ttf");
}
  *{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins-Regular',Arial, sans-serif;}
        a{text-decoration:none;color:inherit;}
        ul{list-style:none;}
        /* 通用容器 */
		.w1200{max-width:1400px;margin:auto;padding:0 10px;}
        .ddm_container{max-width:1400px;margin:0 auto;padding:0 1rem;}
        /* 显示隐藏工具类 */
        .ddm-desktop{display:block;}
        .ddm-mobile{display:none;}

        /* ========== 桌面顶部联系栏 ========== */
        .ddm_topbar{background:#f3f3f3;border-bottom:1px solid #e8e8e8;}
        .ddm_topbar_inner{display:flex;justify-content:space-between;align-items:center;padding:10px 0;flex-wrap:wrap;gap:10px;}
        .ddm_contact_group{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}
        .ddm_contact_item{display:flex;align-items:center;gap:6px;font-size:15px;color:#333;}
        .ddm_svg_mail{width:20px;height:20px;fill:#007bff;}
        .ddm_svg_phone{width:20px;height:20px;fill:#007bff;}
        .ddm_social_group{display:flex;align-items:center;gap:12px;}
        .ddm_social_icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .25s ease;cursor:pointer;}
        .ddm_social_icon:hover{transform:scale(1.15);}
        .ddm_linkedin{background:#0077b5;fill:#fff;}
        .ddm_x{background:#000;fill:#fff;}
        .ddm_tiktok{background:#000;fill:#fff;}
        .ddm_facebook{background:#1877f2;fill:#fff;}
        .ddm_youtube{background:#ff0000;fill:#fff;}
        .ddm_whatsapp{background:#25d366;fill:#fff;}
        .ddm_qq{background:#12b7f5;fill:#fff;}
        .ddm_search_icon_wrap{width:32px;height:32px;background:#0099ff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease;margin-left:12px;}
        .ddm_search_icon_wrap:hover{transform:scale(1.15);}
        .ddm_svg_search{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}
        .ddm_lang_wrap{display:flex;align-items:center;gap:6px;cursor:pointer;}
        .ddm_us_flag{width:36px;height:24px;}
        .ddm_lang_text{font-size:15px;}

        /* ========== 主导航头部公共样式 ========== */
        .ddm_header{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,0.06);position:sticky;top:0;z-index:999;}
        .ddm_header_inner{display:flex;justify-content:space-between;align-items:center;padding: 15px 0;}
        .ddm_logo_wrap{display:flex;align-items:center;gap:12px;}
        .ddm_logo_svg{width:80px;height:80px;}
        .ddm_logo_text{line-height:1.2;}
        .ddm_logo_cn{font-size:42px;color:#0099ff;font-weight:bold;}
        .ddm_logo_en{font-size:22px;color:#0099ff;font-weight:bold;letter-spacing:2px;}
        .ddm_nav_wrap{display:flex;align-items:center;gap:18px;}
.ddm_logo_wrap img{max-width:100%;}
        /* ========== 桌面端导航hover下拉 ========== */
        .ddm_nav_menu{display:flex;align-items:center;gap:24px;}
        .ddm_nav_item{position:relative;font-size:17px;padding:8px 4px 20px 4px;cursor:pointer;transition:color .2s ease;}
        .ddm_nav_item:hover{color:#007bff;}
        .ddm_submenu_1,.ddm_submenu_2,.ddm_submenu_3,.ddm_submenu_4{
            position:absolute;
            background:#fff;
            min-width:220px;
            max-width:280px;
            border-radius:8px;
            box-shadow:0 4px 16px rgba(0,0,0,0.12);
            opacity:0;
            visibility:hidden;
            pointer-events:none;
            transition: all 0.22s ease;
            /* overflow:hidden; */
        }
        .ddm_submenu_1{top:100%;left:0;border-top:3px solid #0099ff;transform:translateY(12px);}
        .ddm_nav_item:hover > .ddm_submenu_1{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}
        .ddm_submenu_2{left:100%;top:0;border-left:1px solid #eee;transform:translateX(12px);}
        .ddm_submenu_li:hover > .ddm_submenu_2{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}
        .ddm_submenu_3{left:100%;top:0;border-left:1px solid #f0f0f0;transform:translateX(12px);}
        .ddm_submenu_li:hover > .ddm_submenu_3{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}
        .ddm_submenu_4{left:100%;top:0;border-left:1px solid #f5f5f5;transform:translateX(12px);}
        .ddm_submenu_li:hover > .ddm_submenu_4{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}
        .ddm_submenu_li{padding:14px 18px;transition:all 0.2s ease;position:relative;font-size:15px;color:#444;white-space:nowrap;/* overflow:hidden; */text-overflow:ellipsis;}
        .ddm_submenu_li > .ddm_submenu_2::before,.ddm_submenu_li > .ddm_submenu_3::before,.ddm_submenu_li > .ddm_submenu_4::before{
            content:"›";position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#bbb;transition:color 0.2s;
        }
        .ddm_submenu_li:hover > .ddm_submenu_2::before,.ddm_submenu_li:hover > .ddm_submenu_3::before,.ddm_submenu_li:hover > .ddm_submenu_4::before{color:#007bff;}
        .ddm_submenu_li:hover{background:linear-gradient(90deg, #f5f9ff, #ffffff);color:#007bff;padding-left:22px;}
        .ddm_quote_btn{background:#ed2624;color:#fff;padding:14px 28px;border-radius:50px;font-size:18px;font-weight:bold;transition:all .25s ease;white-space:nowrap;}
        .ddm_quote_btn:hover{background:#c81c1a;transform:scale(1.05);box-shadow:0 4px 10px rgba(237,38,36,0.3);}

        /* ========== 搜索弹窗公共 ========== */
        .ddm_search_mask{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.7);z-index:9999;opacity:0;visibility:hidden;transition:all 0.3s ease;}
        .ddm_search_mask.show{opacity:1;visibility:visible;}
        .ddm_search_box{position:absolute;top:50%;left:50%;transform:translate(-50%,-40px);background:#fff;width:min(90%,700px);padding:40px 30px;border-radius:12px;transition:transform 0.3s ease;}
        .ddm_search_mask.show .ddm_search_box{transform:translate(-50%,-50%);}
        .ddm_search_close{position:absolute;top:16px;right:20px;font-size:30px;cursor:pointer;color:#999;transition:color 0.2s;}
        .ddm_search_close:hover{color:#333;}
        .ddm_search_title{font-size:24px;color:#333;margin-bottom:24px;}
        .ddm_search_input_wrap{display:flex;gap:10px;}
        .ddm_search_input{flex:1;height:48px;padding:0 16px;font-size:16px;border:1px solid #ddd;border-radius:6px;outline:none;transition:border-color 0.2s;}
        .ddm_search_input:focus{border-color:#007bff;}
        .ddm_search_submit{height:48px;padding:0 24px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background 0.2s;}
        .ddm_search_submit:hover{background:#0056b3;}

        /* ========== 移动端专属样式：汉堡、右侧抽屉、美化加减按钮 ========== */
        .ddm_hamburger{width:36px;height:30px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;}
        .ddm_hamburger span{width:100%;height:4px;background:#333;border-radius:2px;transition:.2s;}
        /* 抽屉遮罩 */
        .ddm_drawer_mask{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:10000;opacity:0;visibility:hidden;transition:0.3s;}
        .ddm_drawer_mask.show{opacity:1;visibility:visible;}
        /* 抽屉本体：右侧滑入 */
        .ddm_mobile_drawer{position:fixed;top:0;right:0;width:85vw;max-width:380px;height:100vh;background:#fff;transform:translateX(100%);transition:0.3s;overflow-y:auto;padding:20px 0;}
        .ddm_drawer_mask.show .ddm_mobile_drawer{transform:translateX(0);}
        .drawer_header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 20px;border-bottom:1px solid #eee;margin-bottom:10px;}
        .drawer_close{font-size:28px;cursor:pointer;color:#666;}
        /* 移动端菜单行 */
        .mobile_nav_item{width:100%;padding:16px 20px;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center;font-size:17px;color:#222;}
        .mobile_sub{padding-left:18px;max-height:0;overflow:hidden;transition:all 0.3s ease;}
        .mobile_sub.open{max-height:2200px;}
        .mobile_sub_li{padding:16px 20px;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#444;}

        /* ========== 美化后的加减按钮（CSS绘制圆润图标，无文字） ========== */
        .toggle-btn{
            width:32px;
            height:32px;
            border-radius:50%;
            border:none;
            background:linear-gradient(145deg, #f8fbff, #eef4fc);
            box-shadow: 0 1px 3px rgba(0,123,255,0.15);
            display:flex;
            align-items:center;
            justify-content:center;
            cursor:pointer;
            user-select:none;
            position:relative;
            transition:all 0.2s ease;
        }
        /* 绘制加号两条横线 */
        .toggle-btn::before{
            content:"";
            width:12px;
            height:2px;
            background:#007bff;
            border-radius:1px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
        }
        .toggle-btn::after{
            content:"";
            width:2px;
            height:12px;
            background:#007bff;
            border-radius:1px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
        }
        /* 展开状态：变成减号（隐藏竖线） */
        .toggle-btn.minus::after{
            display:none;
        }
        /* hover动效 */
        .toggle-btn:hover{
            background:linear-gradient(145deg, #eef4fc, #e1ecfb);
            transform:scale(1.08);
            box-shadow: 0 2px 6px rgba(0,123,255,0.2);
        }
        /* 点击按压效果 */
        .toggle-btn:active{
            transform:scale(0.96);
            box-shadow: 0 0 2px rgba(0,123,255,0.1);
        }

        /* ========== 响应式切换：桌面 / 移动端 ========== */
        @media screen and (max-width:768px){
			
            .ddm-desktop{display:none !important;}
            .ddm-mobile{display:flex;}
            /* 头部logo适配 */
            .ddm_logo_svg{width:60px;height:60px;}
            .ddm_logo_cn{font-size:26px;}
            .ddm_logo_en{font-size:14px;}
            .ddm_us_flag{width:28px;height:18px;}
            .ddm_lang_text{font-size:13px;}
			
			.ddm_logo_wrap img{max-width:60%;}
		.ddm_header{padding:0 10px;}
		.lungshrt {
    position: relative;
    width: 80px;
    margin-left: 0%;
}
        }
        @media screen and (min-width:769px){
            .ddm-mobile{display:none !important;}
        }
		
		
		
		  .service_main_wrap {
            max-width: 1400px;
            margin: 60px auto;
            padding: 0 20px;
        }
        .service_header_box {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 32px;
        }
        .service_main_title {
            font-size: 40px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 8px;
        }
        .service_sub_title {
            font-size: 16px;
            color: #666666;
        }
        /* 导航箭头复位，和原图右上角对齐，无偏移 */
        .service_swiper_nav_wrap {
            display: flex;
            gap: 16px;
            margin-top: 12px;
        }
        .service_prev_btn, .service_next_btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid #ccc;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.25s ease;
            pointer-events: auto;
        }
        .service_prev_btn {
            background-color: #0099ff;
            border-color: #0099ff;
        }
        .service_prev_btn svg {fill:#fff}
        .service_next_btn svg {fill:#666}
        .service_prev_btn:hover {background:#0088ee}
        .service_next_btn:hover {background:#f5f5f5}

        .service_swiper_container {
            width: 100%;
            overflow: hidden;
            margin-bottom: 48px;
        }
        .service_card_item {
            background-color: #f5f5f5;
            padding: 32px 24px;
            min-height: 420px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service_card_item:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.08);
        }
        .service_card_img {
            width: 100%;
            height: 220px;
            object-fit: contain;
            margin-bottom: 24px;
        }
        .service_card_title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 14px;
            color: #111;
            transition: color 0.25s ease;
        }
        /* 重点修正：只有鼠标悬浮卡片，标题才变蓝色，默认黑色 */
        .service_card_item:hover .service_card_title {
            color:#0099ff;
        }
        .service_card_desc {
            font-size: 15px;
            color:#555;
            line-height: 1.6;
            margin-bottom: auto;
        }
        .service_card_link {
            margin-top: 20px;
            display: inline-flex;
            align-items: center;
            color:#0099ff;
            text-decoration: none;
            font-size: 18px;
            transition: transform 0.2s ease;
        }
        .service_card_link:hover {transform: translateX(4px);}

        /* 底部按钮波纹容器 */
        .service_quote_wrap {
            text-align: center;
        }
        .service_quote_btn {
            position: relative;
            overflow: hidden;
            padding: 16px 48px;
            background-color: #0099ff;
            color:white;
            border:none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 0 0 8px rgba(0,153,255,0.15);
            transition: background 0.25s ease;
        }
        .service_quote_btn:hover {background:#0088ee;}
        /* 波纹dom样式 */
        .service_ripple_circle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            transform: scale(0);
            animation: service_ripple_animate 0.6s ease-out forwards;
            pointer-events: none;
        }
        @keyframes service_ripple_animate {
            0% {
                transform: scale(0);
                opacity: 1;
            }
            100% {
                transform: scale(3);
                opacity: 0;
            }
        }

        /* 响应式适配 */
        @media screen and (max-width:1200px) {
            .service_main_title {font-size:32px;}
        }
        @media screen and (max-width:768px) {
            .service_header_box {flex-direction:column;gap:20px}
            .service_swiper_nav_wrap {align-self:flex-end;margin-top:0}
            .service_main_title {font-size:26px}
        }
		
		
		

        /* 通用容器 */
        .ddm_container{max-width:1400px;margin:0 auto;padding:0 1rem;}
        /* 显示隐藏工具类 */
        .ddm-desktop{display:block;}
        .ddm-mobile{display:none;}

        /* ========== 桌面顶部联系栏 ========== */
        .ddm_topbar{background:#f3f3f3;border-bottom:1px solid #e8e8e8;}
        .ddm_topbar_inner{display:flex;justify-content:space-between;align-items:center;padding:10px 0;flex-wrap:wrap;gap:10px;}
        .ddm_contact_group{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}
        .ddm_contact_item{display:flex;align-items:center;gap:6px;font-size: 16px;color:#333;}
        .ddm_svg_mail{width:20px;height:20px;fill:#007bff;}
        .ddm_svg_phone{width:20px;height:20px;fill:#007bff;}
        .ddm_social_group{display:flex;align-items:center;gap:12px;}
        .ddm_social_icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .25s ease;cursor:pointer;}
        .ddm_social_icon:hover{transform:scale(1.15);}
        .ddm_linkedin{background:#0077b5;fill:#fff;}
        .ddm_x{background:#000;fill:#fff;}
        .ddm_tiktok{background:#000;fill:#fff;}
        .ddm_facebook{background:#1877f2;fill:#fff;}
        .ddm_youtube{background:#ff0000;fill:#fff;}
        .ddm_whatsapp{background:#25d366;fill:#fff;}
        .ddm_qq{background:#12b7f5;fill:#fff;}
        .ddm_search_icon_wrap{width:32px;height:32px;background:#0099ff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease;margin-left:12px;}
        .ddm_search_icon_wrap:hover{transform:scale(1.15);}
        .ddm_svg_search{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}
        .ddm_lang_wrap{display:flex;align-items:center;gap:6px;cursor:pointer;}
        .ddm_us_flag{width:36px;height:24px;}
        .ddm_lang_text{font-size:15px;}

        /* ========== 主导航头部公共样式 ========== */
        .ddm_header{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,0.06);position:sticky;top:0;z-index:999;}
        .ddm_header_inner{display:flex;justify-content:space-between;align-items:center;padding: 15px 0;}
        .ddm_logo_wrap{display:flex;align-items:center;gap:12px;}
        .ddm_logo_svg{width:80px;height:80px;}
        .ddm_logo_text{line-height:1.2;}
        .ddm_logo_cn{font-size:42px;color:#0099ff;font-weight:bold;}
        .ddm_logo_en{font-size:22px;color:#0099ff;font-weight:bold;letter-spacing:2px;}
        .ddm_nav_wrap{display:flex;align-items:center;gap:18px;}

        /* ========== 桌面端导航hover下拉 ========== */
        .ddm_nav_menu{display:flex;align-items:center;gap:24px;}
        .ddm_nav_item{position:relative;font-size:17px;padding: 8px 4px;font-weight: bold;cursor:pointer;transition:color .2s ease;}
        .ddm_nav_item:hover{color:#007bff;}
        .ddm_submenu_1,.ddm_submenu_2,.ddm_submenu_3,.ddm_submenu_4{
            position:absolute;
            background:#fff;
            min-width:220px;
            max-width:280px;
            border-radius:8px;
            box-shadow:0 4px 16px rgba(0,0,0,0.12);
            opacity:0;
            visibility:hidden;
            pointer-events:none;
            transition: all 0.22s ease;
            /* overflow:hidden; */
        }
        .ddm_submenu_1{top:100%;left:0;border-top:3px solid #0099ff;transform:translateY(12px);}
        .ddm_nav_item:hover > .ddm_submenu_1{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}
        .ddm_submenu_2{left:100%;top:0;border-left:1px solid #eee;transform:translateX(12px);}
        .ddm_submenu_li:hover > .ddm_submenu_2{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}
        .ddm_submenu_3{left:100%;top:0;border-left:1px solid #f0f0f0;transform:translateX(12px);}
        .ddm_submenu_li:hover > .ddm_submenu_3{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}
        .ddm_submenu_4{left:100%;top:0;border-left:1px solid #f5f5f5;transform:translateX(12px);}
        .ddm_submenu_li:hover > .ddm_submenu_4{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}
        .ddm_submenu_li{padding:14px 18px;transition:all 0.2s ease;position:relative;font-size:15px;color:#444;white-space:nowrap;/* overflow:hidden; */text-overflow:ellipsis;}
        .ddm_submenu_li > .ddm_submenu_2::before,.ddm_submenu_li > .ddm_submenu_3::before,.ddm_submenu_li > .ddm_submenu_4::before{
            content:"›";
            position:absolute;
            right:14px;
            top:50%;
            transform:translateY(-50%);
            font-size:18px;
            color:#bbb;
            transition:color 0.2s;
            Z-INDEX: 999;
        }
        .ddm_submenu_li:hover > .ddm_submenu_2::before,.ddm_submenu_li:hover > .ddm_submenu_3::before,.ddm_submenu_li:hover > .ddm_submenu_4::before{color:#007bff;}
        .ddm_submenu_li:hover{background:linear-gradient(90deg, #f5f9ff, #ffffff);color:#007bff;padding-left:22px;}
        .ddm_quote_btn{background:#ed2624;color:#fff;padding:14px 28px;border-radius:50px;font-size:18px;font-weight:bold;transition:all .25s ease;white-space:nowrap;}
        .ddm_quote_btn:hover{background:#c81c1a;transform:scale(1.05);box-shadow:0 4px 10px rgba(237,38,36,0.3);}

        /* ========== 搜索弹窗公共 ========== */
        .ddm_search_mask{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.7);z-index:9999;opacity:0;visibility:hidden;transition:all 0.3s ease;}
        .ddm_search_mask.show{opacity:1;visibility:visible;}
        .ddm_search_box{position:absolute;top:50%;left:50%;transform:translate(-50%,-40px);background:#fff;width:min(90%,700px);padding:40px 30px;border-radius:12px;transition:transform 0.3s ease;}
        .ddm_search_mask.show .ddm_search_box{transform:translate(-50%,-50%);}
        .ddm_search_close{position:absolute;top:16px;right:20px;font-size:30px;cursor:pointer;color:#999;transition:color 0.2s;}
        .ddm_search_close:hover{color:#333;}
        .ddm_search_title{font-size:24px;color:#333;margin-bottom:24px;}
        .ddm_search_input_wrap{display:flex;gap:10px;}
        .ddm_search_input{flex:1;height:48px;padding:0 16px;font-size:16px;border:1px solid #ddd;border-radius:6px;outline:none;transition:border-color 0.2s;}
        .ddm_search_input:focus{border-color:#007bff;}
        .ddm_search_submit{height:48px;padding:0 24px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background 0.2s;}
        .ddm_search_submit:hover{background:#0056b3;}

        /* ========== 移动端专属样式：汉堡、右侧抽屉、美化加减按钮 ========== */
        .ddm_hamburger{width:36px;height:30px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;}
        .ddm_hamburger span{width:100%;height:4px;background:#333;border-radius:2px;transition:.2s;}
        /* 抽屉遮罩 */
        .ddm_drawer_mask{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:10000;opacity:0;visibility:hidden;transition:0.3s;}
        .ddm_drawer_mask.show{opacity:1;visibility:visible;}
        /* 抽屉本体：右侧滑入 */
        .ddm_mobile_drawer{position:fixed;top:0;right:0;width:85vw;max-width:380px;height:100vh;background:#fff;transform:translateX(100%);transition:0.3s;overflow-y:auto;padding:20px 0;}
        .ddm_drawer_mask.show .ddm_mobile_drawer{transform:translateX(0);}
        .drawer_header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 20px;border-bottom:1px solid #eee;margin-bottom:10px;}
        .drawer_close{font-size:28px;cursor:pointer;color:#666;}
        /* 移动端菜单行 */
        .mobile_nav_item{width:100%;padding:16px 20px;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center;font-size:17px;color:#222;}
        .mobile_sub{padding-left:18px;max-height:0;overflow:hidden;transition:all 0.3s ease;}
        .mobile_sub.open{max-height:2200px;}
        .mobile_sub_li{padding:16px 20px;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#444;}

        /* ========== 美化后的加减按钮（CSS绘制圆润图标，无文字） ========== */
        .toggle-btn{
            width:32px;
            height:32px;
            border-radius:50%;
            border:none;
            background:linear-gradient(145deg, #f8fbff, #eef4fc);
            box-shadow: 0 1px 3px rgba(0,123,255,0.15);
            display:flex;
            align-items:center;
            justify-content:center;
            cursor:pointer;
            user-select:none;
            position:relative;
            transition:all 0.2s ease;
        }
        /* 绘制加号两条横线 */
        .toggle-btn::before{
            content:"";
            width:12px;
            height:2px;
            background:#007bff;
            border-radius:1px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
        }
        .toggle-btn::after{
            content:"";
            width:2px;
            height:12px;
            background:#007bff;
            border-radius:1px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
        }
        /* 展开状态：变成减号（隐藏竖线） */
        .toggle-btn.minus::after{
            display:none;
        }
        /* hover动效 */
        .toggle-btn:hover{
            background:linear-gradient(145deg, #eef4fc, #e1ecfb);
            transform:scale(1.08);
            box-shadow: 0 2px 6px rgba(0,123,255,0.2);
        }
        /* 点击按压效果 */
        .toggle-btn:active{
            transform:scale(0.96);
            box-shadow: 0 0 2px rgba(0,123,255,0.1);
        }

        /* ========== 响应式切换：桌面 / 移动端 ========== */
        @media screen and (max-width:768px){
            .ddm-desktop{display:none !important;}
            .ddm-mobile{display:flex;}
            /* 头部logo适配 */
            .ddm_logo_svg{width:60px;height:60px;}
            .ddm_logo_cn{font-size:26px;}
            .ddm_logo_en{font-size:14px;}
            .ddm_us_flag{width:28px;height:18px;}
            .ddm_lang_text{font-size:13px;}
        }
        @media screen and (min-width:769px){
            .ddm-mobile{display:none !important;}
        }
		
		   /* 外层footer容器，标准语义标签 */
        footer {
            width: 100%;
        }
        /* 顶部深色footer主体区域 */
        .footer_top_wrap {
            width: 100%;
            background-color: #191919;
            padding: 60px 20px;
        }
        .footer_container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            gap: 60px;
            flex-wrap: wrap;
        }
        /* 左侧品牌栏 */
        .footer_col_brand {
            flex: 1;
            min-width: 260px;
        }
        .footer_logo_text {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer_logo_text span:nth-child(1) {
            color: #ed2624;
        }
        .footer_logo_text span:nth-child(2) {
            color: #00a3ff;
        }
        .footer_brand_desc {
            color: #bbbbbb;
            font-size: 15px;
            line-height: 1.7;
        }
        /* 中间通用栏目样式 */
        .footer_col_link {
            flex: 0.8;
            min-width: 180px;
        }
        .footer_col_title {
            font-size: 24px;
            color: #fff;
            margin-bottom: 24px;
            font-weight: 600;
        }
        .footer_link_list {
            list-style: none;
        }
        .footer_link_list li {
            margin-bottom: 16px;
        }
        .footer_link_list a {
            color: #bbbbbb;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.2s;
        }
        .footer_link_list a:hover {
            color: #00a3ff;
        }
        /* 右侧联系栏 */
        .footer_col_contact {
            flex: 1;
            min-width: 240px;
        }
        .footer_contact_item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 20px;
        }
        .footer_contact_icon {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
            margin-top: 3px;
        }
        .footer_contact_text {
            color: #bbbbbb;
            font-size: 16px;
            line-height: 1.6;
        }
        .footer_contact_text a {
            color: #bbbbbb;
            text-decoration: none;
        }
        /* 底部浅灰色版权栏 */
        .footer_bottom_wrap {
            width: 100%;
            background-color: #f2f2f2;
            padding: 24px 20px;
        }
        .footer_bottom_container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }
        .footer_social_group {
            display: flex;
            gap: 16px;
        }
        .footer_social_icon {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .footer_copyright_text {
            color: #777;
            font-size: 15px;
        }
        .footer_bottom_links a {
            color: #777;
            text-decoration: none;
            font-size: 15px;
            margin-left: 30px;
        }
        /* 移动端适配 */
        @media screen and (max-width: 992px) {
            .footer_container {
                flex-direction: column;
                gap: 40px;
            }
            .footer_bottom_container {
                flex-direction: column;
                text-align: center;
            }
            .footer_bottom_links {
                margin-top: 10px;
            }
            .footer_bottom_links a {
                margin: 0 15px;
            }
        }
		
			
		/*==========新增：页面最底部固定3个导航（悬浮在视口底部不动）==========*/
.mb-fixed-tab{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:60px;
    background:#ffffff;
    display:flex;
    border-top:1px solid #eee;
    z-index:999;
	
	overflow:hidden;
	opacity:0;
	height:0;
}
.mb-fixed-item{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#555;
    font-size:12px;
    transition:0.25s;
}
.mb-fixed-item i{font-size:18px;margin-bottom:4px;}
/*选中高亮蓝色*/
.mb-fixed-item.active{color:#4169ff;}
.mb-fixed-item:hover{color:#4169ff;background:#f7f8ff;}


  @media(max-width:992px){
	  
.mb-fixed-tab{	opacity:1;
	height:auto;}
	  
	  
  }


  /* 右侧固定栏 */
    .fixed-sidebar {
      position: fixed;
      right: 20px;
      bottom: 80px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    /* 圆形按钮 外贸灰色系 */
    .sidebar-item {
      width: 50px;
      height: 50px;
      background-color: #f7f7f7;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    /* 图标统一 */
    .sidebar-item svg {
      width: 22px;
      height: 22px;
      fill: #555;
      transition: fill 0.3s;
    }

    /* 悬浮效果 */
    .sidebar-item:hover {
      background-color: #e9e9e9;
      border-color: #dcdcdc;
      transform: scale(1.08) translateX(-3px);
    }

    .sidebar-item:hover svg {
      fill: #222;
    }

    /* 提示文字 */
    .tooltip {
      position: absolute;
      right: 60px;
      white-space: nowrap;
      background: #444;
      color: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 12px;
      opacity: 0;
      transform: translateX(10px);
      transition: all 0.3s;
      pointer-events: none;
    }

    .sidebar-item:hover .tooltip {
      opacity: 1;
      transform: translateX(0);
    }

    /* 返回顶部 */
    #backTop {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
    }
    #backTop.show {
      opacity: 1;
      visibility: visible;
    }

    /* 移动端 */
    @media (max-width: 768px) {
      .fixed-sidebar {
        right: 12px;
        bottom: 60px;
        gap: 8px;
      }
      .sidebar-item {
        width: 44px;
        height: 44px;
      }
      .sidebar-item svg {
        width: 19px;
        height: 19px;
      }
    }


/* CSS Document */
.hs-modal-inquiry {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483646;
	width: 100vw;
	height: 100vh;
	background-color: #05080a;
}
.hs-modal-form {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.hs-fade-inquiry-fast {
	transition: opacity .15s linear;
}
.hs-modal-form-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.hs-modal-form-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
.hs-modal-form-dialog {
	max-width: 1068px;
	margin: 1.75rem auto;
	width: 80%;
}
.hs-modal-form-dialog-centered {
	min-height: calc(100% - 3.5rem);
}
}
.hs-modal-form.hs-fade-inquiry-fast .hs-modal-form-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px);
}
.hs-modal-form.hs-show-inquiry-fast {
	display: none;
}
.hs-modal-form.hs-show-inquiry-fast .hs-modal-form-dialog {
	transform: none;
}
.hs-modal-inquiry.hs-fade-inquiry-fast {
	opacity: 0;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast {
	opacity: 0.5;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast.done-show {
	display: block
}
.hs-modal-form.hs-show-inquiry-fast.done-show {
	display: block;
}
.hs-modal-form-content-hs {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e0e5eb;
	border-radius: 8px;
	outline: 0;
	margin: 0 5px;
}
.hs-modal-form-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #e0e5eb;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.hs-modal-form-header span:nth-child(2) {
	float: right;
}
.hs-modal-form-header span img {
	width: 15px;
	height: auto;
}
.hs-modal-form-title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
	width: 96%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 1rem;
}
.hs-modal-form-body {
	position: relative;
	flex: 1 1 auto;
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
}
.hs-modal-form-body ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.hs-modal-form-body ul li {
	list-style: none;
	flex: 0 0 auto;
	width: 50%;
}
.hs-modal-form-body ul li.hs-inquiry-message {
	width: 100%;
}
.hs-modal-form-body ul li textarea {
	width: 96%;
	padding: 2%;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #CCC;
	outline: none;
	transition: all 0.3s;
}
.hs-modal-form-body ul li * {
	max-width: 100%;
}
.hs-modal-form-body .hs-inquiry-consentText a {
	font-weight: 700;
	color: #05080a;
	text-decoration: underline;
}
.hs-inquiry-btn {
	height: 40px;
	font-size: 16px;
	min-width: 4rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none;
	flex-shrink: 0;
	overflow: hidden;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0 2rem 0 2rem;
}
.hs-inquiry-primary {
	background-color: #345aca;
	color: #fff;
	cursor: pointer;
	border: 0;
	transition: all 0.3s;
}
.hs-inquiry-primary:hover {
	background-color: #5d7bd5;
	border: 0;
	color: #fff;
}
.hs-modal-form-body .hs-inquiry-consentText {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.hs-inquiry-primary:disabled {
	color: #fff;
	background-color: #ffa7a6;
	border-color: #ffa7a6
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close {
	float: right;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjAuMDAwMDAwcHQiIGhlaWdodD0iMjEuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAyMC4wMDAwMDAgMjEuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwyMS4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0wIDE5NyBjMCAtNyAxOCAtMzEgNDAgLTUyIGw0MCAtMzkgLTQwIC00MSBjLTM3IC0zNyAtNTEgLTY1IC0zMwotNjUgNCAwIDI3IDE5IDUwIDQyIGw0MyA0MiA0MyAtNDIgYzIzIC0yMyA0NiAtNDIgNTAgLTQyIDE4IDAgMyAzMCAtMzMgNjUKbC00MCAzOSA0MCA0MSBjMzcgMzcgNTEgNjUgMzMgNjUgLTQgMCAtMjcgLTE5IC01MCAtNDIgbC00MyAtNDIgLTQzIDQyIGMtNDUKNDQgLTU3IDUwIC01NyAyOXoiLz4KPC9nPgo8L3N2Zz4K');
	width: 18px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 19px;
	margin-top: 8px
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close:hover {
	opacity: 0.5
}
 .hs-modal-form-body .form-control:invalid, .form-control.is-invalid {
 border-color: #ef4444;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444'%3e%3cpath d='M7.643 13.535L10 11.178l2.357 2.357 1.178-1.178L11.178 10l2.357-2.357-1.178-1.178L10 8.822 7.643 6.465 6.465 7.643 8.822 10l-2.357 2.357 1.178 1.178zM10 18.333c4.595 0 8.333-3.738 8.333-8.333S14.595 1.667 10 1.667 1.667 5.405 1.667 10 5.405 18.333 10 18.333zm0-15c3.676 0 6.667 2.991 6.667 6.667S13.676 16.667 10 16.667 3.333 13.676 3.333 10 6.324 3.333 10 3.333z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
    background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid, .form-control.is-valid {
 border-color: #22c55e;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322c55e'%3e%3cpath d='M10 1.667c-4.595 0-8.333 3.738-8.333 8.333S5.405 18.333 10 18.333s8.333-3.738 8.333-8.333S14.595 1.667 10 1.667zm0 15c-3.676 0-6.667-2.991-6.667-6.667S6.324 3.333 10 3.333 16.667 6.324 16.667 10 13.676 16.667 10 16.667zm-1.668-5.345L6.416 9.41 5.24 10.59l3.094 3.088 5.588-5.588-1.178-1.178-4.412 4.412z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
    background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid:not(:required):not(.btn), .is-valid:not(:required):not(.btn) {
 border-color: #d4d7e5 !important;
 background-image: none;
}
 .hs-modal-form-body :valid:not(:required):not(.btn):focus, .is-valid:not(:required):not(.btn):focus {
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
}
.hs-modal-form-body ::-webkit-input-placeholder {
 color: #565973 !important;
 font-weight: 500;
}
.hs-modal-form-body .form-control {
	color: #565973;
	border: 1px solid #d4d7e5;
	outline: none;
	transition: all 0.3s;
	display: block;
	width: 80%;
}

@media(max-width:900px) {
.hs-modal-form-body .form-control {
	width: 70%;
}
}
.hs-modal-form-body :valid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
.hs-modal-form-body :invalid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
 .hs-modal-form-body textarea.form-control:valid, textarea.form-control.is-valid {
 padding-right: calc(1.6em + 1.25rem);
 background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem)
}
 .hs-modal-form-body .form-select:valid, .form-select.is-valid {
 border-color: #22c55e
}
.hs-modal-form-body ul li {
	width: 50%;
	float: left;
}
.hs-modal-form-body label span {
	color: red;
}
.hs-modal-form-body label {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 5px 4px;
	line-height: 1.4;
	display: inline-block;
	width: 100%;
}
.hs-modal-form-body input {
	border-radius: 18px;
	border: 1px solid #d4d7e5;
	color: #565973;
	font-weight: 500;
	min-height: 40px;
	padding:10px 20px 10px 20px;
	font-size: 14px;
}
.hs-modal-form-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 10px 0 20px 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.hs-modal-form-body .invalid-contactname, .hs-modal-form-body .invalid-email, .hs-modal-form-body .invalid-mobile, .hs-modal-form-body .invalid-message {
	display: block;
	width: 100%;
	margin-top:10px;
	font-size:12px;
	color: #ef4444;
	visibility: visible;
	padding-left: 13px;
}
.hs-modal-form-body .invalid-message {
	display: none;
	visibility: hidden;
}
.hs-modal-form-body .invalid-contactname.invalid-show, .hs-modal-form-body .invalid-email.invalid-show, .hs-modal-form-body .invalid-mobile.invalid-show, .hs-modal-form-body .invalid-message.invalid-show {
	display: block;
	visibility: visible;
}
 .hs-modal-form-body :invalid~.invalid-feedback, .is-invalid~.invalid-feedback {
 display: block
}
.hs-modal-form-body :invalid~.invalid-feedback, .hs-modal-form-body :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
 visibility: inherit;
}

@media(max-width:768px) {
.hs-modal-form-header .hs-modal-form-title {
	font-size: 20px;
}
.hs-modal-form-body ul li {
	list-style: none;
	flex: 0 0 auto;
	width: 100%;
}
.hs-modal-form-body .form-control {
	width: 83%;
}
}

.hs-inquiry-message h3{font-size:16px;margin:10px 0;}

/* CSS Document */
.hs_template_1{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display: inline-block;}
.hs_template_1>ul{list-style:none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: flex-start;}
.hs_template_1>ul>li{width: 31%;/* margin-right:1.4%; */float:left;margin: 1%;}
.hs_template_1>ul>li:nth-child(3n){margin-right:0;}
.hs_template_1>ul>li:nth-child(3n+1){clear: both;}
.hs_template_1>ul>li .hs_img{width:100%;height:auto;margin-bottom:20px;}
.hs_template_1>ul>li .hs_img img{width:100%;height:auto;}
.hs_template_1>ul>li .hs_title{font-size:1.375em;/* font-weight:bold; */margin-bottom:20px;}
.hs_template_1>ul>li .hs_title a{color:#000}
.hs_template_1>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_1>ul>li .hs_link a{color:#0090ff;font-size:1em;}
@media(max-width:1300px){
.hs_template_1{	
font-size:14px;
}
}
@media(max-width:1200px){
.hs_template_1{	
font-size:12px;
}
}



.hs_template_2{width:100%;max-width:1400px;height:auto;font-size:16px;clear:both;margin: auto;flex-wrap: wrap;display: flex;margin-top: 30px;}
.hs_template_2>ul,.hs_template_2>ul>li{list-style:none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;}
.hs_template_2>ul>li{width:23.95%;margin-right:1.4%;float:left;}
.hs_template_2>ul>li:nth-child(4n){margin-right:0;}
.hs_template_2>ul>li:nth-child(4n+1){clear: both;}
.hs_template_2>ul>li .hs_img{width:100%;height:auto;margin-bottom:20px;}
.hs_template_2>ul>li .hs_img img{width:100%;height:auto;}
.hs_template_2>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin-bottom:20px;}
.hs_template_2>ul>li .hs_title a{color:#000}
.hs_template_2>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_2>ul>li .hs_link a{color:#0090ff;font-size:1em;}
@media(max-width:1300px){
.hs_template_2{	
font-size:14px;
}
}
@media(max-width:1200px){
.hs_template_2{	
font-size:12px;
}
}


.hs_template_3{width:100%;max-width:1400px;height:auto;margin: 0;font-size:16px;clear:both;display:inline-block;}
.hs_template_3>ul{list-style:none;margin:0;padding:0;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.hs_template_3>ul>li{width: 50%;padding-right: 3%;float:left;}
.hs_template_3>ul>li:nth-child(2n){margin-right:0;width: 50%;}
.hs_template_3>ul>li:nth-child(2n+1){clear: both;}
.hs_template_3>ul>li img{width:100%;height:auto;}
.hs_template_3>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
.hs_template_3>ul>li .hs_title a{color:#000;}
.hs_template_3>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_3>ul>li .hs_link a{color:#0090ff;font-size:1em;}

@media(max-width:1300px){
.hs_template_3{	
font-size:14px;
}
}
@media(max-width:1200px){
.hs_template_3{	
font-size:12px;
}
}


.hs_template_4{width:100%;max-width:1400px;height:auto;margin: 0;font-size:16px;clear:both;display:inline-block;}
.hs_template_4>ul{list-style:none;margin:0;padding:0;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.hs_template_4>ul>li{width: 50%;/* margin-right:2.85%; */float:left;}
.hs_template_4>ul>li:nth-child(2n){margin-right:0;width: 50%;padding-left: 3%;}
.hs_template_4>ul>li:nth-child(2n+1){/* clear:both; */}
.hs_template_4>ul>li img{width:100%;height:auto;}
.hs_template_4>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;color: #000;}
.hs_template_4>ul>li .hs_title a{color:#000;}
.hs_template_4>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_4>ul>li .hs_desc p{position: relative;/* text-indent: 1em; */}
.hs_template_4>ul>li .hs_desc p::before {content: "";display: block;/* width: 6px; *//* height: 6px; */background-color: #4054b2;position: absolute;left: 0;top: 11px;border-radius: 50%;}
.hs_template_4>ul>li .hs_link{clear:both;}
.hs_template_4>ul>li .hs_link a{color: #ffffff;font-size: 1em;background-color: #4054b2;padding: 12px 30px 12px 30px;text-decoration: none;}

@media(max-width:1300px){
.hs_template_4{	
font-size:14px;
}
}
@media(max-width:1200px){
.hs_template_4{	
font-size:12px;
}
}

@media (max-width:1440px) {

.leftriy{/* display:none; */}
.h-hree {
    padding: 10px 0;
 
}
.dlogo {
    width: 16%;
}


}


.header_header_lg_list_pc{padding:10px 10px;position:absolute;right:0px;top:40px;border: solid 1px #e5e5e5;border-top:solid 1px #f9f9f9;background: #ffffff;display:none;box-sizing: border-box;z-index: 100;min-width:130px;z-index: 9999;}
.header_header_lg_list_pc ul li{width:100%;height :35px;}
.header_header_lg_list_pc ul li .flag_icon{float:left;margin-right: 5px;height:15px;margin-top:11px;}
.header_header_lg_list_pc ul li a{width:100%; height:35px; line-height:35px; font-size:14px; color:#555555;overflow:hidden;}

.lungshrt {
	position:relative;
	/* width: 50px; */
	margin-left: 0%;
}
.luguans {
	/* line-height: 27px; */
	font-size: 15px;
	color: #fff;
	
}
.luguans b {
	position:absolute;
	right: 12px;
	top: 8px;
	border-color: #fff transparent transparent;
	border-style:solid dashed dashed;
	border-width:4px;
	font-size:0;
	height:0;
	line-height:0;
	width:0;
	transition:all 0.3s ease-in 0s;
}
.lungshrt:hover .luguans b {
	top: 5px;
	transform:rotate(
180deg);
	border-color: #fff transparent transparent;
	transition:all 0.3s ease-in 0s;
}
.lungshrt .header_header_lg_list_pc {
	display:initial;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	transform:translateX(20%);
}
.lungshrt .header_header_lg_list_pc {
	top: 34px;
}
.lungshrt:hover .header_header_lg_list_pc {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	transform:translateX(5%);
}
.header_header_lg_list_pc ul li:hover a {
	color:#860c07;
}


.all_lang{ background-image:url(../images/flag_icon.png);
background-repeat:no-repeat;}
.flag-sm{margin-top: 2px; width:22px; height:20px; margin-right:6px; display:inline-block; vertical-align: middle;}
/*-----------------------------------language-------------------------------------------------*/
/* CSS Document */
/*-----------------------------------大图 language-------------------------------------------------*/
.language {
    width: 100%;
    height: auto;
    margin-top: 1vw;
}

.h2_title {
    border-bottom: solid 1px #dddddd;
    height: 38px;
    width: 100%;
    position: relative;
}

.h2_title span {
    font-size: 16px;
    color: #333333;
    border: solid 1px #dddddd;
    border-bottom: solid 1px #ffffff;
    height: 38px;
    line-height: 38px;
    position: absolute;
    padding: 0px 35px;
    display: block;
    left: 0px;
    bottom: -1px;
}

.language-wrapper {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
}

.language-box {
    overflow: hidden;
    box-sizing: border-box;
}

ul.language-box li {
    width: 132px;
    float: left;
    margin-bottom: 25px;
}

ul.language-box li a {
    display: block;
}

ul.language-box li .language-pic {
    display: block;
    width: 60px;
    margin: 0 auto;
    height: 40px;
    background-image: url("../images/language.png");
    background-repeat: no-repeat;
}

ul.language-box li .language-name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    line-height: 24px; height:24px; overflow:hidden;
    text-align: center;
    color: #555;
}

ul.language-box.ny li {
    width: 127px;
}
/*-----------------------------------Asia Pacific-------------------------------------------------*/
.lang-ny {
    background-position: 0 0;
}

.lang-is {
    background-position: -30px 0;
}

.lang-gl {
    background-position: -60px -120px;
}

.lang-no {
    background-position: -60px 0;
}

.lang-haw {
    background-position: -90px 0;
}

.lang-mi {
    background-position: -120px 0;
}

.lang_zimbabwe {
    background-position: -150px 0;
}

.lang-sm {
    background-position: -270px -120px;
}

.lang-ky {
    background-position: -210px 0;
}

.lang-mt {
    background-position: -240px 0;
}

.lang-ga {
    background-position: -270px 0;
}

.lang-ps {
    background-position: 0 -20px;
}

.lang-mg {
    background-position: -30px -20px;
}

.lang_lesotho {
    background-position: -60px -20px;
}

.lang-et {
    background-position: -90px -20px;
}

.lang-bg {
    background-position: -120px -20px;
}

.lang-lt {
    background-position: -150px -20px;
}

.lang_latvia {
    background-position: -180px -20px;
}

.lang-my {
    background-position: -210px -20px;
}

.lang-ur {
    background-position: -240px -20px;
}

.lang-sd {
    background-position: -240px -20px;
}

.lang_tajikistan {
    background-position: -270px -20px;
}

.lang-ms {
    background-position: 0 -40px;
}

.lang-nl {
    background-position: -30px -40px;
}

.lang-tl {
    background-position: -60px -40px;
}

.lang-ceb {
    background-position: -60px -40px;
}

.lang-so {
    background-position: -90px -40px;
}

.lang-uz {
    background-position: -120px -40px;
}

.lang-cy {
    background-position: -150px -40px;
}

.lang-ro {
    background-position: -180px -40px;
}

.lang_switzerland {
    background-position: -210px -40px;
}

.lang-kk {
    background-position: -240px -40px;
}

.lang_laos {
    background-position: -270px -40px;
}

.lang-be {
    background-position: 0 -60px;
}

.lang-sl {
    background-position: -30px -60px;
}

.lang-si {
    background-position: -60px -60px;
}

.lang-mn {
    background-position: -90px -60px;
}

.lang-th {
    background-position: -120px -60px;
}

.lang-ht {
    background-position: -150px -60px;
}

.lang-bn {
    background-position: -180px -60px;
}

.lang-az {
    background-position: -210px -60px;
}

.lang-zu {
    background-position: -240px -60px;
}

.lang-xh {
    background-position: -240px -60px;
}

.lang-st {
    background-position: -240px -60px;
}

.lang-cs {
    background-position: -270px -60px;
}

.lang-ig {
    background-position: 0 -80px;
}

.lang-yo {
    background-position: 0 -80px;
}

.lang-sr {
    background-position: -270px -140px;
}

.lang-fa {
    background-position: -30px -80px;
}

.lang-tg {
    background-position: -30px -80px;
}

.lang-te {
    background-position: -30px -80px;
}

.lang-ta {
    background-position: -30px -80px;
}

.lang-hy {
    background-position: -60px -80px;
}

.lang-am {
    background-position: -90px -80px;
}

.lang-bs {
    background-position: -120px -80px;
}

.lang-gd {
    background-position: -150px -80px;
}

.lang-pl {
    background-position: -180px -80px;
}

.lang-hr {
    background-position: -210px -80px;
}

.lang-uk {
    background-position: -240px -80px;
}

.lang-sw {
    background-position: -270px -80px;
}

.lang-de {
    background-position: 0 -100px;
}

.lang-sq {
    background-position: -30px -100px;
}

.lang-it {
    background-position: -60px -100px;
}

.lang-ka {
    background-position: -90px -100px;
}

.lang-ru {
    background-position: -120px -100px;
}

.lang-iw {
    background-position: -150px -100px;
}

.lang-yi {
    background-position: -150px -100px;
}

.lang-lv {
    background-position: -180px -100px;
}

.lang-sk {
    background-position: -210px -100px;
}

.lang-fi {
    background-position: -240px -100px;
}

.lang-ar {
    background-position: -270px -100px;
}

.lang-kr {
    background-position: 0 -120px;
}

.lang-jp {
    background-position: -30px -120px;
}

.lang-pt {
    background-position: -60px -120px;
}

.lang-vi {
    background-position: -90px -120px;
}

.lang-km {
    background-position: -120px -120px;
}

.lang-tr {
    background-position: -150px -120px;
}

.lang-hu {
    background-position: -180px -120px;
}

.lang-id {
    background-position: -210px -120px;
}

.lang-su {
    background-position: -210px -120px;
}

.lang-jw {
    background-position: -210px -120px;
}

.lang-gr {
    background-position: -240px -120px;
}

.lang-ca {
    background-position: -270px -120px;
}

.lang-eu {
    background-position: -270px -120px;
}

.lang-hi {
    background-position: 0 -140px;
}

.lang-kn {
    background-position: 0 -140px;
}

.lang-gu {
    background-position: 0 -140px;
}

.lang-mr {
    background-position: 0 -140px;
}

.lang-ml {
    background-position: 0 -140px;
}

.lang-lb {
    background-position: -30px -40px;
}

.lang-fy {
    background-position: -30px -40px;
}

.lang_denmark {
    background-position: -30px -140px;
}

.lang-se {
    background-position: -60px -140px;
}

.lang-fr {
    background-position: -120px -140px;
}

.lang-co {
    background-position: -120px -140px;
}

.lang-cn {
    background-position: -150px -140px;
}

.lang-ne {
    background-position: -180px -140px;
}

.lang-mk {
    background-position: -210px -140px;
}
.lang-en {
    background-position: -240px -140px;
}
.lang-es {
    background-position: -270px -120px;
}

.lang-zh {
    background-position: 0 -160px;
}
.lang-cht {
    background-position: -30px -160px;
}
/*-----------------------------------language-------------------------------------------------*/

@media only screen and (max-width: 1400px) {
    ul.language-box li {
        width: 131px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1360px) {
    ul.language-box li {
        width: 127px;
        float: left;
        margin-bottom: 25px;
    }
	

}

@media only screen and (max-width: 1280px) {
    ul.language-box li {
        width: 119px;
        float: left;
        margin-bottom: 25px;
    }
	ul.language-box.ny li {
    width: 113px;
}
}

@media only screen and (max-width: 1200px) {
	

    ul.language-box li {
        width: 111px;
        float: left;
        margin-bottom: 25px;
    }
	ul.language-box.ny li {
    width: 111px;
}
}

@media only screen and (max-width: 1040px) {
    ul.language-box li {
        width: 122px;
        float: left;
        margin-bottom: 25px;
    }
	
	.hm-floor {
    background-color: #000000;
    /* border-top: 1px solid #333; */
    /* margin-bottom: 50px; */
}
}


@media only screen and (max-width: 768px) {
    ul.language-box li {
        width: 120px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    ul.language-box li {
        width: 74px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 412px) {
    ul.language-box li {
        width: 90px;
        float: left;
        margin-bottom: 25px;
    }
	
			ul.language-box.ny li {
    width:80px;
}

}

@media only screen and (max-width: 375px) {
    ul.language-box li {
        width: 81px;
        float: left;
        margin-bottom: 25px;
    }
			ul.language-box.ny li {
    width:96px;
}
}

@media only screen and (max-width: 360px) {
    ul.language-box li {
        width: 104px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 320px) {
    ul.language-box li {
        width: 91px;
        float: left;
        margin-bottom: 25px;
    }
			ul.language-box.ny li {
    width:80px;
}
}


/*-----------------------------------language-------------------------------------------------*/
