/*
Theme Name: New Query
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: New Query emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

:root{
	--page-max-width: 1370px;
    --primary-color: #0A67FE;
    --border-color: #D1D1D1;
    --default-text-color: #000;
    --secondary-text-color: #666;
    --third-text-color: #999;
    --default-bg-blue: #EBF3FF;
	--footer-bg:#071C3C;
	--section-padding:60px;
}

/* -------------------------通用样式------------------------- */
body,html{ padding: 0; margin: 0; font-size: 15px; color: var(--default-text-color); font-family: sans, PingFang SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;}
.skip-link.screen-reader-text{ display: none;}

a{ color: var(--default-text-color); text-decoration: none; position: relative;}
a span{ position: relative; z-index: 2;}

p,h1,h2,h3,h4{ margin: 0; padding: 0; font-weight: normal; font-size:100%;}

.pos-r { position: relative;}
.pos-ab { position: absolute;}

.txt-c {text-align: center}
.txt-r { text-align: right;}
.txt-l { text-align: left !important;}

.pointer{ cursor: pointer;}

.g-flex{display: flex;}
.m-flex{ display: block;}
.flex {display: flex;}
.flex-inline{ display: inline-flex;}
.flex-col{display:flex;flex-direction: column;}
.flex-reverse{ flex-direction: row-reverse;}
.all-c{align-items: center; justify-content: center;}
.all-t{align-items: flex-start;}
.all-s{ align-items: stretch;}
.all-e{align-items: flex-end;}
.all-cen{align-items: center;}
.all-jc{justify-content:flex-start;}
.all-je{justify-content:flex-end;}
.f-wrap{flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;}
.space-b{justify-content: space-between}
.flex-1{ flex: 1;}
.flex-13{ flex: 1.3;}
.flex-15{ flex: 1.5;}
.flex-2{ flex: 2;}
.flex-3{ flex: 3;}

.bg-l-blue{ background: var(--default-bg-blue);}
.bg-gray{ background: #fafafa;}
.img-auto img{ width: 100%;}


.z-index-2{ z-index: 2;}
.z-index-10{ z-index: 10;}

.lh-16{ line-height: 1.6;}
.lh-18{ line-height: 1.8;}
.lh-2{ line-height: 2;}
.lh-24{ line-height: 2.4;}

.f0{ font-size: 0 !important;}
.f14{ font-weight: 14px;}

.w0{ width: 0 !important;}
.w150p{ width: 150px;}
.w-m80{ max-width: 80%; margin: 0 auto;}
.w-m90{ max-width: 90%; margin: 0 auto;}

.h-100{ height: 100%;}

.opt-50{ opacity: .5;}
.opt-60{ opacity: .6;}

.c-666{ color: var(--secondary-text-color);}
.c-blue{ color: var(--primary-color);}

.m-w50{ width: 100%;}

.mt14{ margin-top: 14px;}
.mt24{ margin-top: 24px;}

.m-show{ display: none;}

.border-radius-20{ border-radius: 20px; overflow: hidden;}

.wp-site-blocks{ width: 100%; overflow: hidden;}

/* 容器宽度 */
.g-content{ width: var(--page-max-width); margin-left:auto; margin-right: auto;}

/* 标题 */
.g-caption{ font-size: 18px; font-weight: 200; color: var(--secondary-text-color);}
.g-title{ font-size: 38px; }
.g-sub-title{ font-size: 26px; }
.g-third-title{ font-size: 18px; }
.g-desc{ font-size: 17px;  color: var(--secondary-text-color);}

/* 间隔 */
.g-block-padding{ padding-top: var(--section-padding); padding-bottom: var(--section-padding);}
.g-block-margin{ margin-top: var(--section-padding);}

/* button */
.g-btn{ display: inline-flex; height: 42px; line-height: 42px; box-sizing: border-box; color: var(--primary-color); border: 0.5px solid var(--primary-color); padding: 0 40px; font-size: 16px; border-radius: 22px; background: #fff;}
.g-btn:hover{ background: var(--primary-color); color: #fff;}
.g-btn.small{height: 38px; line-height: 38px; font-size: 14px;}


/* 导航样式 */
.g-header{ position: fixed; top: 0; left: 0; right: 0; z-index: 4;}
.g-header .g-content{ height: 68px;}

.g-header.home-header{ background: transparent; box-shadow: none;}
.g-header.home-header .g-logo{ width: 146px; height: 32px; background: url('../newquery/assets/images/logo-white.svg') no-repeat; background-size: 100% 100%; text-indent: -9999px;}

.g-header .wp-block-navigation button{ display: none;}
.g-header .wp-block-navigation,.g-header .wp-block-navigation li{ margin: 0; padding: 0; list-style: none;}
.g-header .wp-block-navigation{ display: flex;}
.g-header.home-header .wp-block-navigation-item__content{ color: rgba(255,255,255,0.8); padding: 0 20px;}
.g-header.home-header .wp-block-navigation-item__content:hover{ color: #fff;}
.g-header.home-header .current-menu-item .wp-block-navigation-item__content{ font-weight: bold; color: #fff;}

.g-header.home-header .g-header-phone{ background: #0948B9; height: 34px; padding: 3px; box-sizing: border-box; border-radius: 17px;}
.phone-num{ margin: 0 10px 0 7px; width: 96px; height: 14px; background: url('../newquery/assets/images/phone.svg') no-repeat; background-size: 100% 100%; text-indent: -9999px;}

/* 头部导航汉堡菜单 */
	.burger-wrap{ padding: 13px 12px; margin-right: -12px;}
	.burger{position:relative;width:16px;height:14px; background:transparent;cursor:pointer;display:block}
	.burger input{display:none}
	.burger span{display:block;position:absolute;height:2px;width:100%;background: #fff;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}
	.burger span:nth-of-type(1){top:0px;transform-origin:left center}
	.burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:center center}
	.burger span:nth-of-type(3){top:100%;transform-origin:left center;transform:translateY(-100%)}
	.burger.on span:nth-of-type(1){transform:rotate(45deg);top:1px;left:3px}
	.burger.on span:nth-of-type(2){width:0%;opacity:0}
	.burger.on span:nth-of-type(3){transform:rotate(-45deg);top:12px;left:3px}

	.g-header.home-header .burger span{ background: #fff;}

/* 导航浮动、普通页面导航样式 */
.g-header{ background: rgba(255,255,255,0); backdrop-filter: blur(20px);}
.g-header.g-header-float{ box-shadow: 0 1px 2px rgba(0,0,0,0.1);}
.g-header.g-header-float .g-logo,.g-header .g-logo{width: 146px; height: 32px; background: url('../newquery/assets/images/logo.svg') no-repeat; background-size: 100% 100%; text-indent: -9999px;}
.g-header.g-header-float .wp-block-navigation-item__content,
.g-header .wp-block-navigation-item__content{ color: rgba(0,0,0,0.8); padding: 0 20px;}

.g-header.g-header-float .wp-block-navigation-item__content:hover,
.g-header .wp-block-navigation-item__content:hover{ color: #000;}
.g-header.g-header-float .current-menu-item .wp-block-navigation-item__content,
.g-header .current-menu-item .wp-block-navigation-item__content{ font-weight: bold; color: var(--primary-color);}

.g-header.g-header-float .g-header-phone,
.g-header .g-header-phone{ background: var(--primary-color); height: 34px; padding: 3px; box-sizing: border-box; border-radius: 17px;}

.g-header.g-header-float .burger span,
.g-header .burger span{ background: #000;}

/* 电话动画样式 */
.bounce {
    animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
    }
}

/* 底部区域样式 */
.g-footer{ background: #071C3C; font-size: 14px; color: rgba(255,255,255,0.9);}
.g-footer a{color: rgba(255,255,255,0.9);}
.g-footer a:hover{color: #fff; text-decoration: underline;}
.g-footer .g-footer-nav{ padding: 70px 0 46px;}
.g-footer .footer-logo{ padding-right: 52px; border-right: 0.5px solid rgba(255,255,255,0.2);}

.g-nav-list{ padding: 0 80px; margin-right: 100px; border-right: 0.5px solid rgba(255,255,255,0.2);}
.g-nav-list .phone-num{ display: block; margin: 0; width: 123px; height: 24px;}

.g-footer-copy{ border-top: 0.5px solid rgba(255,255,255,0.2);}
.g-footer-copy .g-content{ height: 58px; font-size: 13px; color: rgba(255,255,255,0.5);}
.g-footer-copy .g-content a{ color: rgba(255,255,255,0.5);}
.g-footer-copy .g-content a:hover{ color: #fff; text-decoration: underline;}



/* ----------------------------首页样式------------------------ */
.home-banner{ height: 666px; background: var(--primary-color);}
.banner-footer{ background: url('../newquery/assets/images/banner-shadow.png') no-repeat bottom center; position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; height: 137px; background-size: auto 100%;}
.home-banner .banner-content{ height: 100%; background: url('../newquery/assets/images/bg-home-banner.jpg') no-repeat top center; background-size: auto 100%;}
.home-banner .banner-content .g-content{ height: 100%; box-sizing: border-box; padding: 0 70px 29px 80px;}

.banner-btn-wrap{ padding-top: 40px;}
.banner-btn{ height: 44px; width: 160px; border-radius: 22px; line-height: 44px; box-sizing: border-box; text-align: center; color: #fff; border:0.5px solid rgba(255,255,255,0.7); font-weight: bold; font-size: 16px;}
.banner-btn.try-btn{ background: #FFC400; border-color: #FFC400; margin-right: 16px;}
.banner-btn.try-btn:hover,.banner-btn.demo-btn:hover{ background: #fff; border-color: #fff; color: var(--primary-color);}
.banner-btn.demo-btn{ background: transparent; border-color: rgba(255,255,255,0.7);}

.home-notice-wrap{ margin-top: -70px; z-index: 2;}
.home-notice-inner{  height: 48px;  line-height: 48px; width: 920px; border-radius: 24px; overflow: hidden; padding: 0 30px; box-sizing: border-box; font-size: 15px; margin: 0 auto; background: #EBF3FF; border: 0.5px solid rgba(10,103,254,.15); }
.home-notice-inner a:hover{ color: var(--primary-color);}
.home-notice-inner .notice-divider{ padding: 0 10px;}
.notice-shadow{ width: 920px; margin: 0 auto;}

.home-solution .g-desc{ max-width: 788px;}

.home-itsm-wrap{ margin-top: 44px;}
.home-itsm{ padding: 70px 50px 40px;}
.home-itsm .flex-1:last-child{ padding-left: 70px;}
.home-itsm .itsm-key-list{ padding: 70px 0 0; font-size: 18px;}
.home-itsm .itsm-key-list>div{ width: 124px; margin-left: 10px; margin-right: 10px; margin-bottom: 70px;}

.home-num{ background: #fff; height: 152px; border-radius: 10px; overflow: hidden; margin: 0 12px 12px; font-size: 18px; padding: 35px 0; box-sizing: border-box;}
.home-num b{ color: var(--primary-color); font-size: 40px; margin-left: 14px;}
.home-num>div:not(:last-child){ border-right: 0.5px solid var(--border-color);}

.home-product, .home-more-list{ margin-top: 70px;}

.home-more-list>div{ margin: 40px 70px; width: calc(33.3333% - 140px); font-size: 18px;}
.home-more-list .list-text{ max-width: 208px; margin-left: 30px;}

.home-news-list{ padding: 40px;}
.home-news-list>a{ transition: top 200ms; top: 0; background: #FAFAFA; border-radius: 10px; overflow: hidden; margin: 0 6px 12px 6px; width:calc(25% - 12px); min-height: 224px; position: relative; text-align: left; padding: 38px 28px; box-sizing: border-box; font-size: 14px;}
.home-news-list .news-date{ font-weight: 200; color: #666;}
.home-news-list .news-title{ font-size: 16px; margin-top: 16px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break: break-all;}

.news-footer{ position: absolute; bottom: 22px; left: 28px; right: 28px;}
.news-footer .view-num{ background: url('../newquery/assets/images/icon-view.svg') no-repeat left; background-size: 20px 20px; padding-left: 24px;}
.news-footer .link-icon{ width: 30px; height: 30px; background: url('../newquery/assets/images/icon-news-link.svg') no-repeat left; background-size: 100% 100%; opacity: .3;}

.home-news-list a:hover{ background: var(--default-bg-blue); top: -10px;}
.home-news-list a:hover .link-icon{ opacity: 1;}

.footer-ad{ padding-left:40px; padding-right: 40px; box-sizing: border-box;}
.footer-ad >.g-flex{ height: 150px; background: var(--primary-color); color: #fff; padding: 0 80px; border-radius: 14px; overflow: hidden;}
.footer-ad .g-flex .g-title{ font-size: 32px; font-weight: 200;}

/* ----------------------------产品页面样式------------------------ */

.g-banner .g-content{ height: 586px; padding-top: 68px; padding-left: 70px; padding-right: 40px; box-sizing: border-box;}
.product-banner .g-desc{ max-width: 558px;}
.product-top{ background: linear-gradient(to bottom, #EBF3FF, #fff); border-radius: 20px; padding: 120px 0 85px; margin-top: 50px;}
.product-top .box{ background: #fff; position: relative; border: 0.5px solid var(--border-color); width: 305px; margin: 0 28px; border-radius: 10px; padding: 82px 24px 30px; box-sizing: border-box; text-align: center; }
.product-top .box .icon{ width: 82px; height: 82px; background: var(--primary-color); border-radius: 50%; box-shadow: 0 4px 12px rgba(10,103,254,0.3); position: absolute; top: -41px; left: 50%; margin-left: -41px;}
.product-top .box h3{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 0.5px solid var(--border-color);}

.product-gui-wrap{ margin: 37px 0;}
.product-gui-title{ height: 48px; border: 0.5px solid var(--border-color); border-radius: 10px; padding: 4px 4px 0 0; box-sizing: border-box; background: #fff;}
.product-gui-title >p{font-size: 16px; cursor: pointer; padding: 0 40px; height: 100%; line-height: 40px; border-radius: 8px; margin: 0 0 4px 4px;}
.product-gui-title >p.on,
.product-gui-title >p:hover{ background: var(--primary-color);  color: #fff;}
.product-gui-content{ margin-top: 100px; padding: 0 56px;}
.product-gui-content >div{ display: none;}
.product-gui-content .gui-text{ padding-right: 56px; text-align: left; line-height: 2.4;}
.product-gui-content .gui-pic{ background: linear-gradient(to bottom, #EBF3FF, #fafafa); border-radius: 20px; padding: 40px;}
.product-gui-content .gui-pic img{ border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.1);}
.product-gui-content li, .product-gui-content ul{ margin: 0; padding: 0; margin-left: 10px;}

.product-more{ margin: 57px 0 78px;}
.product-more p{ font-size: 18px; text-align: center; margin: 0 23px; flex: 1; line-height: 45px; border-top: 0.5px solid var(--border-color);border-bottom: 0.5px solid var(--border-color);}

.product-all{ padding: 60px 30px 30px;}


/* ----------------------------试用页面样式------------------------ */

.try-bg{ background: url('../newquery/assets/images/try/bg-top.svg') no-repeat bottom center; background-size: cover; height: 586px;}

.try-top{ padding: 138px 0 0;}
.try-box-wrap{ padding: 0 44px 50px; margin-top: -200px; position: relative; z-index: 2;}
.try-box-wrap .box{ position: relative; background: #fff; border-radius: 20px; border: 0.5px solid var(--border-color); width: 400px; min-height: 538px; overflow: hidden;  box-shadow:0 3px 8px rgba(0,0,0,0.08);}
.box-text{ padding: 32px; height: 234px; box-sizing: border-box; line-height: 2;}

.box-footer{border-top: 0.5px solid var(--border-color); position: absolute; bottom: 0; left: 0; right: 0; height: 70px; padding: 0 32px;}

.download-wrap{ margin: 103px 40px;}
.download-wrap>div:first-child{border-right: 0.5px solid var(--border-color); }
.download-wrap .c-666{ max-width: 310px; padding-top: 6px;}
.download-wrap .txt-l{ padding-left: 40px;}

/* ----------------------------合作页面样式------------------------ */
.partner-top{ background: linear-gradient(to bottom, #EBF3FF, #fff); border-radius: 20px; padding: 80px 160px 85px; margin-top: 70px;}
.partner-top .box{ background: #fff; position: relative; border: 0.5px solid var(--border-color); width: calc(33.3333% - 36px); height: 214px; line-height: 2.2; margin: 0 18px 34px; border-radius: 10px; padding: 35px; box-sizing: border-box;}
.safe-icon{ position: absolute; top: -180px; left: 50%; transform: translateX(-50%); z-index: 2;}

.safe-wrap{background: linear-gradient(to bottom, #EBF3FF, #fafafa); border-radius: 20px; max-width: 1166px;  padding: 55px 0; margin: 70px auto 0;}

.safe-list p{ background: #fff; width: 188px; margin: 22px auto; border-radius: 6px; border: 0.5px solid var(--border-color); padding: 14px 0; line-height: 1;}

.cs-list{ margin: 70px auto 0; max-width: 1174px;}
.cs-list-b{ margin-top: 0px; margin-bottom: 40px;}
.cs-list .box{border: 0.5px solid var(--border-color); border-radius: 6px; width: 251px; margin: 0 20px 30px;}
.cs-list .box h3{font-size: 16px; background: #fafafa; border-top: 0.5px solid var(--border-color); line-height: 35px;}
.cs-list .box p{ padding: 26px 16px;}


/* ----------------------------联系样式------------------------ */
.about-banner .g-desc{ margin-bottom: 100px;}
.about-top{ max-width: 845px; margin-left: auto; margin-right: auto; text-align: left;}
.about-top .g-desc{ margin-top: 34px;}
.about-point{ margin: 70px 0 40px;}
.about-point .box{border: 0.5px solid var(--border-color); border-radius: 10px; background: #fafafa; padding: 16px 28px 32px; width: 406px; box-sizing: border-box; line-height: 1.8;}
.about-point .box-last{ margin-top: 30px;}

.contact-box{ max-width: 1006px; margin: 70px auto 60px; border: 0.5px solid var(--border-color); border-radius: 10px; background: #fff; }
.contact-info{ width: 384px; border-right: 0.5px solid var(--border-color); padding: 60px; box-sizing: border-box;}
.contact-info h3{ font-size: 20px; position: relative;}
.contact-info h3::after{ content: ''; width: 32px; height: 5px; background: #000; position: absolute; bottom: -5px; left: 0;}

.contact-box .flex-1{ padding: 60px 42px 42px;}

.g-contact-form .form-input{ padding: 12px 0; border: 0; border-bottom: 0.5px solid var(--border-color); font-size: 15px; width: 100%;  outline: none;}
.g-contact-form .g-form-item-title{ font-size: 15px; position: absolute; top: 10px; left: 0;  transition: all 300ms; z-index: 2; color: #666; pointer-events: none;}
.g-contact-form .g-form-item-title.active { top: -16px; font-size: 13px; left: 0; color: #000;}

.g-contact-form .text-wrap{ padding-bottom: 30px;}

.g-contact-form .submit-btn{ height: 44px; line-height: 44px; text-align: center; border: 0; border-radius: 22px; background: var(--primary-color); color: #fff; font-size: 16px; font-weight: bold; width: 160px; cursor: pointer;}


.wpcf7 form.invalid  .wpcf7-response-output { display: block; margin: 1em 0; color: #fff; padding: 0.2em 1em;  background: #dc3232; right: 42px; bottom: 30px; border-radius: 6px;  border: 1px solid #dc3232; font-size: 16px;position: absolute;}

.wpcf7 form .wpcf7-response-output{ 
  margin: 1em 0; color: #fff;background: #46b450; right: 42px;  border-radius: 6px; bottom: 30px;  border: 1px solid #46b450; font-size: 16px;position: absolute;
}

#baidu-map{ width: 100%; height: 600px;}
.map-buttons{ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2;}
.map-buttons .map-btn{ background: #fff; color: #000; font-size: 16px; height: 50px; line-height: 50px; border-radius: 10px; border: 0.5px solid var(--border-color); padding: 0 32px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); margin: 0 12px; cursor: pointer;}
.map-buttons .map-btn:hover{ background: var(--primary-color); color: #fff;}
.map-buttons .map-btn.active{ background: url('../newquery/assets/images/about/icon-location.svg')  var(--primary-color) no-repeat 32px center; border-color: var(--primary-color); box-shadow: 0 4px 12px rgba(10,103,254,0.37); color: #fff; font-weight: bold;}
.map-buttons .map-btn.active span{ padding-left: 28px;}


.BMap_cpyCtrl,.anchorBL{ display: none !important;}


/* ----------------------------新闻详情样式------------------------ */
.news-top{ height: 438px; padding-top: 68px;}
.news-top .g-content, .news-content .g-content{ max-width: 846px;}
.news-content .g-content{font-size: 16px; padding-top: 40px; padding-bottom: 40px;}

.footer-news-ad{ height: 150px; background: var(--primary-color); color: #fff; }
.footer-news-ad .g-content{  max-width: 846px;}
.footer-news-ad .g-flex{ height: 150px;}
.footer-news-ad .g-flex .g-title{ font-size: 28px; font-weight: 200;}

/* ----------------------------404样式------------------------ */
.blank{height: calc(100vh - 310px); padding-top: 68px; box-sizing: border-box;}
.blank h1{ padding-top: 40px;}
.blank .g-btn{ margin-top: 40px;}

/* ----------------------------侧边栏表格样式------------------------ */
.bg-form{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 5; display: none;}

.side-form-wrap{ width: 586px; background: #fff; position: fixed; top: 0; right: -1000px; bottom: 0; padding: 40px; z-index: 6; transition: right 300ms ease-out;}
.side-form-wrap .g-contact-form{ padding:0 20px 20px;}

.side-form-wrap.active{ right: 0;}

.side-form-wrap .wpcf7 form.invalid  .wpcf7-response-output,.side-form-wrap .wpcf7 form .wpcf7-response-output { position: relative; left: 0; right: auto; bottom: auto;}

.qr-wrap{ position: absolute; bottom: 30px; left: 50px;}






















@media (max-width: 1400px){
	:root{
		--page-max-width: 1170px;
		--section-padding:60px;
	}
	.home-news-list{ padding: 40px 0;}
	.home-more-list>div{margin: 40px; width: calc(33.3333% - 80px);}
	.footer-ad{ padding-left:0; padding-right: 0; box-sizing: border-box;}
	.footer-ad >.g-flex{ padding: 0 40px; }
	.home-itsm .itsm-key-list>div{ margin-left: 0; margin-right: 0; margin-bottom: 50px;}
}
@media (max-width: 1200px){
	:root{
		--page-max-width: 900px;
	}
	.home-banner .banner-content .g-content{padding: 0 20px 29px 20px;}
	.home-banner-pic img{ width: 100%;}
	.home-notice-inner,
	.notice-shadow{ width: 900px;}
	.home-solution .g-desc {max-width: 600px;}
	.home-itsm{ display: block;}
	.home-itsm .flex-1:last-child { padding-left: 0; text-align: center;}
	.home-itsm .flex-1:last-child img{ width: 80%; margin: 0 auto;}
	.g-nav-list{ flex-wrap: wrap;}
	.g-nav-list>div{ width: 100%; margin-bottom: 30px; box-sizing: border-box; border-top: 0.5px solid rgba(255, 255, 255, 0.2);}
	.g-nav-list>div a{ display: block; background: url('../newquery/assets/images/arrow.svg') no-repeat right; margin-right: 20px;}
}

/* -------------------------移动端样式------------------------- */
@media (max-width: 992px){
	:root{
		--page-max-width: 100%;
		--section-padding:40px;
	}
	body,html{  font-size: 14px;}
	.g-flex{ display: block;}
    .m-flex{ display: flex;}

	.m-hide{ display: none;}
    .m-show{ display: block;}

	.mmt10{ margin-top: 10px;}
	.mmt24{ margin-top: 24px;}

	.g-content{ padding-left: 20px; padding-right: 20px; box-sizing: border-box;}

	/* 导航 */
	.g-header .g-content{ height: 58px;}
	.g-header.home-header .g-logo{ width: 119px; height: 26px;}

	.g-m-nav{ background: #fff; display: none; position: fixed; top: 58px; left: 0; right: 0;}
	.g-header .g-m-nav .wp-block-navigation{ display: block;}
	.bg-g-m-nav{ position: fixed; top: 58px; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 3; display: none; }

	.g-header .g-m-nav .wp-block-navigation-item__content {color: #000; padding:14px; font-size: 15px; display: block; text-align: center; border-bottom: 0.5px solid var(--border-color);}
	.g-header .g-m-nav .current-menu-item .wp-block-navigation-item__content { font-weight: bold;color: var(--primary-color);}

	.g-m-nav-phone{ margin: 20px 30%; transform: scale(0.9);}
	.g-header .g-m-nav .g-m-nav-phone .g-header-phone{ background: var(--primary-color);}

	/* 标题 */
	.g-caption{ font-size: 16px; font-weight: 200; color: var(--secondary-text-color);}
	.g-title{ font-size: 28px !important; }
	.g-sub-title{ font-size: 20px; }
	.g-desc{ font-size: 15px;  color: var(--secondary-text-color);}


	/* button */
	.g-btn{ height: 38px; line-height: 38px;  padding: 0 30px; font-size: 15px;}

	/* 底部样式 */
	.g-footer .g-footer-nav{padding: 40px 20px 26px;}
	.g-nav-list>div { padding-left: 20px;}
	.m-show .phone-num{ display: block; margin: 0 auto; width: 103px; height: 20px;}

	/* ---------------------------首页样式 ---------------------------------*/
	.banner-footer{ height: 67px; background-size: 100% auto;}
	.g-footer .footer-logo{ border-right: 0; text-align: center; padding-right: 0; padding-bottom: 20px;}
	.g-nav-list{ display: flex; padding: 0; margin-right: 0; border-right: 0;}
	.g-nav-list .opt-50{ margin-top: 14px;}
	.g-footer-nav .txt-r{ text-align: center; padding-top: 30px;}

	.home-notice-wrap{ margin-top: -30px;}
	.home-notice-inner,.notice-shadow{ width: 80%; margin-left: auto; margin-right: auto;}
	.home-num{ font-size: 16px;}
	.home-num b{ font-size: 32px;}
	.home-more-list>div {  margin: 40px;  width: calc(100% - 80px); }
	.home-more-list img{width: 48px; height: 48px;}
	.home-banner-title img{ width: 30%; margin: 0 auto;}
	.home-banner-pic img{ width: 40%; margin: 10px auto;}
	.home-banner{ height: 680px; text-align: center;}
	.banner-content{ padding-top: 100px; box-sizing: border-box;}
	.home-banner .banner-btn{ display: inline-block; transform: scale(0.9);}

	.home-product{margin-top: 40px !important;}

	.home-itsm-wrap{ padding-left: 0; padding-right: 0; width: calc(100% - 40px); margin-left: 20px; margin-right: 20px;}
	.home-itsm {padding: 30px;}
	.home-itsm .itsm-key-list{ padding: 40px 0;}
	.home-itsm .itsm-key-list>div{ width: 50%; font-size: 16px; margin-bottom: 30px;}

	.home-num{ height: auto; padding: 15px 0;}
	.home-num>div{ border-right: 0 !important;}

	.home-itsm .flex-1:last-child img{ width: 100%; margin: 0 auto;}

	.home-more-list{ margin-top: 30px;}
	.home-more-list>div {margin: 20px; width: calc(100% - 40px); font-size: 15px;}
	.home-more-list .list-text{ margin-left: 15px; max-width: 100%;}

	.home-news-list{ padding: 40px 0 0;}
	.home-news-list>a{ display: block; width: 100%; margin: 0 0 12px 0;}
	.home-news-list .news-title{ -webkit-line-clamp:2;}

	.footer-ad >.g-flex{ height: auto; padding-top: 30px; padding-bottom: 30px;}

	.footer-ad >.g-flex .banner-btn{ margin-top: 20px; transform: scale(0.9);}

	/* ---------------------------产品页面样式 ---------------------------*/
	.g-banner .g-content{ text-align: center; height: auto; padding-left: 40px; padding-right: 40px; padding-top: 100px;}
	.g-banner .g-content .banner-pic{ padding: 30px 0;}
	.g-banner .g-content .banner-pic img{ width: 100%;}
	.product-banner .g-desc{ margin-left:auto; margin-right: auto;}
	.product-top .box{ width: calc(100% - 56px); padding: 52px 24px 30px; margin-bottom: 58px;}
	.product-banner .banner-pic{ position: relative; right: -20px;}
	.product-top{ padding: 70px 0 0px;}
	.product-top .box .icon{ transform: scale(0.8);}

	.product-gui-title{ flex-wrap: wrap; height: auto; padding: 10px 10px 0 0;}
	.product-gui-title p{ width: calc(50% - 10px); box-sizing: border-box;margin: 0 0 10px 10px;}
	
	.product-gui-content{margin-top: 30px; padding: 0 16px;}
	.product-gui-content .gui-text{ padding-right: 0;}
	.product-gui-content .gui-pic{ margin-top: 30px;}

	.product-more {margin: 17px 0 48px;}
	.product-more p{ font-size: 16px;}

	.product-all{ padding: 30px 0 30px;}


	/* ---------------------------产品试用页面样式 ---------------------------*/
	.try-top{ padding: 138px 0 0;}
	.try-box-wrap{ padding: 0 10px 0; margin-top: -240px; }
	.try-box-wrap .box{ width: 96%; margin-right:auto; margin-left:auto; min-height: 508px; margin-bottom: 30px;}
	/* .try-box-wrap .box:last-child{  margin-bottom: 0;} */
	.box-text{ padding: 28px; height: 224px;}

	.box-footer{ height: 60px;}

	.download-wrap{ margin: 43px 0;}
	.download-wrap>div:first-child{border-right: 0; }
	.download-wrap .flex-1{ margin-top: 40px;}
	.flex-inline img{ width: 88px;}
	.download-wrap .c-666{ max-width: 310px;}
	.download-wrap .txt-l{ padding-left: 20px;}



	/* ----------------------------合作页面样式------------------------ */
	.partner-top{ padding: 40px 20px 40px; margin-top: 50px;}
	.partner-top .box{  width: 100%; height: auto; line-height: 2.2; margin: 0 0 20px;  padding: 20px; }
	.safe-icon{ position: absolute; top: -130px; left: 50%; transform: translateX(-50%); z-index: 2;}
	.safe-icon img{ width:100px;}
	.safe-wrap{ padding: 30px 0; margin: 50px auto 0;}

	.safe-wrap  img{ margin: 30px auto; width: 66%; display: block;}

	.cs-list .box{ width: calc(100% - 40px); margin: 0 20px 30px;}
	.cs-list .box h3{font-size: 16px; background: #fafafa; border-top: 0.5px solid var(--border-color); line-height: 35px;}
	.cs-list .box p{ padding: 26px 16px;}


/* ----------------------------联系样式------------------------ */

	.about-banner .g-desc{ margin-bottom: 50px;}
	.about-banner .banner-pic{ position: relative; left: -34px;}
	.about-point >.box{ margin-bottom: 30px;}
	.about-point .box{ width: 100%;}
	.about-point .txt-r{ text-align: left;}
	.about-top .g-desc { padding: 0 10px;}

	.contact-info{ padding: 40px; border: 0; width: 100%; border-bottom:0.5px solid var(--border-color) ;}

	.contact-box .flex-1 {padding: 40px;}

	.wpcf7 form.invalid  .wpcf7-response-output,.wpcf7 form .wpcf7-response-output { position: relative; left: 0; right: auto; bottom: auto;}

	#baidu-map{ height: 650px;}

	.map-buttons{ text-align: center;}
	.map-buttons .map-btn{ transform: scale(0.9); margin-bottom: 10px; min-width: 180px; text-align: center;}

	/* ----------------------------新闻详情样式------------------------ */

	.footer-news-ad{ height: auto; text-align: center; }
	.footer-news-ad .g-flex{ height: auto; padding: 50px 0;}
	.footer-news-ad .banner-btn{ transform: scale(0.9);}

	/* ----------------------------404样式------------------------ */
	.blank{height: 750px; padding-top: 0;}
	.blank img{ width: 300px;}
	.blank h1{ padding-top: 40px;}
	.blank .g-btn{ margin-top: 40px;}

	/* ----------------------------侧边栏表格样式------------------------ */

	.side-form-wrap{ width: 100%;  position: fixed; top: auto; right: 0; bottom: -1000px; border-radius: 26px 20px 0 0; padding: 20px; z-index: 6; box-sizing: border-box; transition: bottom 300ms; }
	.side-form-wrap.active{ bottom: 0;}
	.side-form-wrap .g-contact-form{ padding:0 20px 0;}

	.side-form-wrap .close-side img{ width: 26px;}
	.side-form-wrap .g-contact-form .submit-btn{ width: 100%;}

	.qr-wrap{  display: none;}





}
@media (max-width: 768px){
	.home-banner-title img{ width: 36%; margin: 0 auto;}
	.home-banner-pic img{ width: 48%; margin: 10px auto;}
}

@media (max-width: 430px){
	.home-banner-title img{ width: 68%; margin: 0 auto;}
	.home-banner-pic img{ width: 90%; margin: 10px auto;}
}


