a:hover, article:hover, aside:hover, b:hover, body:hover, button:hover, dd:hover, div:hover, dl:hover, dt:hover, figcaption:hover, figure:hover, footer:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, header:hover, i:hover, input:hover, li:hover, nav:hover, p:hover, section:hover, select:hover, span:hover, textarea:hover, ul:hover {
    outline: none;
}
a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, i, input, li, nav, p, section, select, span, textarea, ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    color: #333;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}
body, html {
}
img{max-width: 100%;height: auto;vertical-align: middle;}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #555;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px transparent;
    border-radius: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar{

}
::-webkit-scrollbar-thumb {
    background: #1a6bf5;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}
/*header*/
header{
    height: 80px;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.header{display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: space-between;align-items: center;height: 100%;position: relative;}
.logo{margin-right: 1rem;font-size: 1.25rem;text-decoration: none;white-space: nowrap;}
.gword{overflow-wrap: break-word;line-height: 1.5;font-size: 12px;margin-left: 10px;padding-left: 10px;color: #999;border-left: 1px #ccc solid;}
.logo img{height: 26px;}
/*menu*/
.menu{}
.g-list{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;}
.g-list li{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;position: relative;}
.g-list li a{color: #17161A;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding: 6px 18px;font-weight: 400;font-size: 0.9375em;}
.g-list li span{position: relative;padding: 6px 18px;}
.phone{color: #fff;background-color: #1993ed;padding: 10px 20px;font-size: 0.875rem;border-radius: 1rem;-webkit-transition: all 150ms linear;transition: all 150ms linear;}
.g-list .deeper:hover > .nav-child {display: -webkit-box;display: -ms-flexbox;display: flex;opacity: 1;justify-content: center;}
.deep {position: relative;}
.deep:focus + .nav-child {display: block;opacity: 1;}
.nav-child {background-color: #fff;text-align: right;position: absolute;top: 60px;left: 0;right:0;display: none;opacity: 0;transition: opacity 0.5s ease;width: 1600px;justify-content: center;border-radius: 0 0 10px 10px;}
.nav-child li {cursor: pointer;padding: 15px;text-align: center;}
.nav-child li a:hover {color: #1d69f1;}
.phone:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*toggle*/
.collapse{position: absolute;width: auto;left: 0px;right: 0px;top: 80px;z-index: 999;}
.header .navbar-toggle {color: #17161A;display: none;}
.navbar-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.navbar-toggle > span {
    width: 24px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: currentColor;
    -webkit-transition: opacity 150ms linear, -webkit-transform 150ms linear;
    transition: opacity 150ms linear, -webkit-transform 150ms linear;
    transition: transform 150ms linear, opacity 150ms linear;
    transition: transform 150ms linear, opacity 150ms linear, -webkit-transform 150ms linear;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    will-change: transform, opacity;
}
.sidebar{margin-top: 30px;}
.sidebar li{margin: 10px;text-align: center;}
.sidebar li a{padding: 10px;display: block;border-bottom: 1px #f1f1f1 solid;}
/*phone*/
ul.menu .divider{margin:0;}
span.separator{display: block;line-height: 65px;font-size: 20px;color: #1a6bf5;font-weight: 700;}
span.separator:before{background: #1a6bf5;padding: 10px;border-radius: 5px;color: #fff;margin-right: 5px;font-size: 16px;}
/*banner*/
.banner{position: relative;z-index: 0;padding-top: 180px !important;padding-bottom: 270px !important;background-image: -webkit-linear-gradient(26.66deg, rgb(61 87 206 / 10%) 0%, #F4F2F9 100%);background-image: linear-gradient(63.34deg, rgb(61 87 206 / 10%) 0%, #F4F2F9 100%);}
.text-center{text-align: center !important;}
.shape{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;pointer-events: none;}
.shape img{width: 100%;opacity: 0.2;z-index: -1;}
.mark-txt h1{font-size: 3.125em;line-height: 1.2;margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;font-weight: 700;}
.mark-txt span.highlight{position: relative;z-index:1;}
.mark-txt span.highlight::after {content: "";position: absolute;top: calc(100% - 7.5px);right: 0;left: 0;height: 15px;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='282' height='15' fill='none'%3e%3cpath fill='%23FFBB38' fill-rule='evenodd' d='M267.969 2.18c13.232 1.358 11.07.341 10.716 1.01l3.315.794-2.502 1.14c.158.117.379.283.601.45-.163.077-.349.244-.515.236-4.099-.199-8.062.718-12.194.533-4.145-.185-8.371-.29-12.475.037-3.343.264-6.657.346-9.997.425-1.03.024-1.871-.543-3.123-.09-.937.34-2.393.068-3.619.068h-4.041c-1.226 0-2.45-.003-3.675.001-1.22.002-2.441.008-3.661.026-.089.001-.174.106-.484.309 1.15.097 2.121.178 3.092.258l-.014.305c-1.278.02-2.556.05-3.833.059-1.347.01-2.694.006-4.042-.001-.229-.001-.57.007-.67-.08-1.356-1.19-2.885-1.043-4.691-.434-.678.228-1.686.037-2.543.037-11.514 0-23.029-.012-34.541.018-1.254.003-2.702-.4-3.748.458-.048.038-.297.039-.349 0-1.034-.795-2.212.391-3.034-.03-1.062-.54-1.776-.447-2.777-.003-.304.137-1.102-.107-1.6-.273-.695-.232-.651-.554-.006-.836-.127-.098-.23-.252-.386-.282-.213-.04-.597-.04-.677.042-.241.245-.272.6-.567.793-.392.258-.954.555-1.448.559-.849.007-1.895-.455-2.51-.257-.988.318-1.608.278-2.586.017-.668-.177-1.656.25-2.505.26-3.419.036-6.841.014-10.181.014-.337-.357-.621-.66-.906-.96l-1.771.987c-1.43.236-3.91-.655-5.404.968l-1.209-.87c-2.906.53-5.718.607-8.525-.02-2.904.875-5.913.112-8.847.412.063-.442.217-.943.125-.962-1.143-.251-.959.43-1.28.888h-3.893l-.518.921c-.171-.055-.408-.082-.497-.172-.698-.696-1.891-.981-2.833-.67-2.207.73-4.477.343-6.71.425-1.924.07-3.858.014-5.825.362l3.534.233c-2.693.154-5.556 1.147-7.57-.448-1.414.133-2.543.32-3.678.333-3.525.04-7.052.015-10.505.015l-.586 1.103-1.562-1.538c-.25.66-.83 1.343-1.88.87-1.113-.499-1.749-.156-2.767-.023-1.86.242-3.848.069-5.839.38.913.093 1.825.186 2.785.286-.152.156-.252.35-.355.35-2.694.017-5.397.096-8.083-.013-1.982-.08-3.894-.66-5.943-.452-.333.035-.66.097-.994.369l2.95.201c-3.074.207-6.084.755-9.181.005-1.371-.332-3.086-.056-4.74.2l2.05.328c-.12.126-.215.322-.317.323-1.222.016-2.443.003-3.664-.002-.657-1.013-1.638.492-2.635-.174-.65-.433-2.002.584-3.315-.205-.716-.428-2.526-.076-3.894.235l2.894.296c-.214.154-.344.33-.48.332-1.836.018-3.677-.04-5.51.023-3.576.123-7.205.113-10.698.548-1.883.235-3.73.283-5.592.431-1.599.126-3.157.494-3.781 1.877-.638 0-2.054.164-2.18-.029-.546-.844-2.205-.932-2.577-1.658-.35-.686-.927-.897-1.797-1.216-1.753-.644-2.13-1.876-1.244-3.076L.003 7.952c.022-.173-.054-.382.073-.475C1.449 6.46 3.059 5.937 5.253 5.76c3.595-.291 7.11-1.01 10.793-.898 2.111-.842 4.45-.332 6.677-.489 1.741-.122 3.465-.374 5.21-.455 1.704-.08 3.605.285 5.1-.09 2.151-.537 4.26-.469 6.346-.365 2.682.134 5.155-.574 7.784-.532 2.694.04 5.501.327 8.061-.06 4.94-.744 9.911-.003 14.775-.46 6.03-.569 12.117-.017 18.062-.515 8.008-.673 15.985-.162 23.965-.395.977-.028 1.959.004 2.939-.005.825-.007 1.73.143 2.282-.457.437.758 1.384-.076 2.148.29.468.223 1.633-.24 2.501-.297.97-.063 1.957-.015 2.937-.015h11.023c.98 0 1.967-.046 2.939.012 1.148.07 2.285-.183 3.475.349.573.256 1.905-.323 2.899-.341 3.06-.054 6.125.015 9.185-.038 1.139-.019 2.42.349 3.392-.452.636-.526 1.112.918 2.075.131.304-.248 1.831-.29 1.994-.11.926 1.008 1.973-.523 2.678.098 1.001.88 1.622-.155 2.428-.122.456.019.906.111 1.359.169.792.102 2.051.455 2.298.26 1.006-.794 2.181-.015 3.284-.32 1.141-.317 2.631-.114 3.968-.114 24.005-.003 48.014.021 72.02-.03 3.202-.007 6.507.518 9.616-.453 1.636.918 3.25-.1 4.907-.053 5.132.147 10.278.053 15.772.053-.184.375-.296.913-.482.924-2.594.156-5.106.62-7.777.556-5.382-.128-10.776-.04-16.165-.029-.195.001-.389.15-.584.23.245.08.477.193.736.235.648.105 1.243.637 2.006.03.196-.157.935-.023 1.424-.023 7.095 0 14.187 0 8.666.201-12.8.118-12.786.033-12.773-.052-1.137-.2-2.26-.462-3.419-.576-.615-.06-4.504.028-5.062-.023-.476-.044-1.21-.16-1.411-.008-.999.754-2.27.443-3.413.444-17.401.019-34.801.02-52.201-.007-1.021 0-2.186.354-3.113-.31-.177-.128-.817-.19-.945-.1-1.115.788-2.526.332-3.791.42-2.589.177-5.238-.29-7.81.446-.726.208-1.834-.092-2.743-.225-1.749-.256-3.485-.44-5.191.085-.595.183-1.331-.504-1.822.146-.941-.774-2.519-.648-3.336-.368-1.363.468-2.348-.42-3.497-.076-.205.06-.513.041-.64.136-.604.452-1.038.35-1.828.07-.765-.272-1.965-.349-2.775-.155-1.05.252-2.321.446-3.129.338-1.255-.166-2.317.06-3.463.088-8.965.214-17.933-.292-26.91.429-6.7.537-13.494-.192-20.289.454-6.18.587-12.516-.152-18.81.494-4.96.51-10.086-.213-15.136.495-2.343.329-4.896-.045-7.33.085-2.234.12-4.415-.217-6.762.314-2.188.494-4.832.12-7.275.144-.377.004-.753.095-1.13.146.5.328.955.337 1.41.326 4.314-.098 8.606.035 12.946-.403 5.213-.525 10.55.143 15.875-.48 4.942-.577 10.134.437 15.109-.566.7-.14 1.295.922 1.987.04.796.79 1.542-.05 2.312-.06 6.029-.082 12.091.394 18.084-.433.803-.11 2.005-.201 2.465.083 1.042.645 1.551-.362 2.456-.14.751.186 1.693.039 2.55.039 4.903 0 9.805.026 14.705-.018 1.26-.011 2.665.364 3.796-.412.126-.086.788.195 1.217.256.569.082 1.495.288 1.667.14.684-.584 1.088-.074 1.672-.014.581.06 1.256-.402 1.889-.402 1.024 0 2.219-.334 3.036.4.71-.55 1.688-.431 2.606-.426.931.005 1.968-.198 2.631.468.66-.682 1.713-.464 2.64-.466 6.128-.012 12.257.086 18.38-.033 6.025-.118 12.104.547 18.078-.454.736.461 1.692.213 2.517.256 1.065.057 2.163-.233 3.248-.236 1.257-.003 2.63-.284 3.714.418 1.199-.859 2.763-.411 4.133-.415 16.174-.036 32.349-.022 48.524-.027 1.181 0 2.363-.047 16.357-.275' clip-rule='evenodd'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: center;background-size: cover;z-index: -1;}
.p{padding-right: 70px !important;padding-left: 70px !important;font-size: 1.125em;}
/*rsmenu*/
#menu-icon{position:absolute;right:0;top:50%;margin-top:0;margin-right:20px;display:none}
#menu-icon span{border:1px solid #1a6bf5;width:30px;margin-bottom:5px;display:block;-webkit-transition:all .2s;transition:all .1s}
/*page-2*/
.page .title{text-align: center;}
.page .en{font-size: 20px;margin: 10px;color: #1a6bf5;font-weight: 700;}
.page .cn{font-size: 36px;margin: 20px;}
.page .tips{font-size: 14px;color: #3d4950;text-align: center;}
/*product*/
.product{margin-top: -180px !important;padding-bottom: 130px !important;}
.h-p-list{justify-content: center;}
.h-p-list li{-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto; width: 41.66666667%;}
.h-p-list li a{position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: transparent;background-clip: border-box;border: 0 solid rgba(23, 22, 26, 0.125);border-radius: 14px;}
.podd{margin-top: 50px;}
.pod-img{display: block;border: 1px solid rgba(177, 177, 180, 0.1);-webkit-transition: -webkit-transform 150ms linear;transition: -webkit-transform 150ms linear;transition: transform 150ms linear;transition: transform 150ms linear, -webkit-transform 150ms linear;will-change: transform;}
.pod{border-bottom-right-radius: 20px !important;border-bottom-left-radius: 20px !important;border-top-right-radius: 14px !important;border-top-left-radius: 14px!important;webkit-box-shadow: 0px 0px 60px rgb(0 0 0 / 10%) !important;box-shadow: 0px 0px 60px rgb(0 0 0 / 10%) !important;overflow: hidden !important;}
.pod-txt{display: block;padding: 25px 0 0;-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}
.pod-txt .h4{font-size: 1.25em;font-weight: 700;}
.pod-bar{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;padding: 11px 13px;background-color: rgba(177, 177, 180, 0.25);}
.pod-bar span{display: inline-block;width: 6px;height: 6px;background-color: #B1B1B4;border-radius: 50%;}
.pod-bar span + span {margin-left: 5px;}
.pod-btn{margin-top: 70px !important;}
.pod-btn a{color: #fff;background-color: #F01F4B;padding: 15px 40px;font-size: 1rem;border-radius: 50rem;-webkit-transition: all 150ms linear;transition: all 150ms linear;}
.pod-btn a:hover{-webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);}
.podd:hover .pod-img {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
/*solution*/
.solution{padding-bottom: 130px !important;padding-top: 120px !important;color: #fff;}
.solution h2{font-size: 2.5em;font-weight: 700;}
.solution .h4{font-size: 1.25em;color: #fff;font-weight: 700;}
.sod-center{position: relative;margin-top: 70px !important;-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
/*swiper*/
.swiper{position: relative;overflow: unset;}
.swiper li{}
.pt-15 {padding-top: 15px !important;}
.sod-top{margin-top: 75px !important;}
/*team*/
.team{padding-bottom: 130px !important;padding-top: 120px !important;background-color: #F5F5F7 !important;margin-bottom: 130px !important;}
.tod-bom{margin-bottom: 100px !important;}
.team-box{border-radius: 20px !important;}
.team-bom{margin-bottom: 90px !important;}
.team-img{display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;margin: 30px 0;}
.team-item{margin-top: 30px;}
.team-tile{font-size: 1.25em;padding-bottom: 30px;}
/*news*/
.news{padding-top: 120px !important;}
/*tabs*/
.tabs{display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;width: 75%;margin: 0 auto;}
.tabs li{padding: 0 43px;height: 54px;line-height: 54px;font-size: 16px;color: #333;margin: 30px;background: #fff;border-radius: 27px;cursor: pointer;}
.tabs li.active{background:#1a6bf5;color: #fff;}
.tabs li.active a{color: #fff;}
.tab_content{display: -webkit-box;display: -ms-flexbox;display: flex;width: 1600px;margin: 0 auto;flex-wrap: wrap;justify-content: start;background: #fff;border-radius: 10px;}
/*chat*/
.h-p-last{height: 295px;color: #fff;background: #1b94ed;border-radius: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;align-items: center;}
.h-p-last .chat{z-index: 1;}
.h-p-last a{display: block;z-index: 1;color: #fff;font-size: 28px;text-align: center;border: 2px #fff solid;border-radius: 50px;padding: 10px;margin-bottom: 20px;letter-spacing: 2px;position: relative !important;height: auto !important;width: 200px !important;left: 0 !important;}
.h-p-last span{display: block;color: #facf08;z-index: 1;font-size: 30px;}
/*youshi*/
.gllist{width: 1600px;margin: 0 auto;flex-wrap: wrap;justify-content: start;background: #fff;border-radius: 10px;margin-top:50px;}
.gllist ul{width: 100%;padding: 20px;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;}
.glitem{padding: 100px;padding-left: 90px;cursor: pointer;}
.glitem .item{display: -webkit-box;display: -ms-flexbox;display: flex;flex-flow: column;}
.glitem .item img {margin-bottom: 33px;}
.glitem .item h5{font-size: 24px;color: #17161A;font-weight: 700;margin-bottom: 33px;}
.glitem .item p{font-size: 16px;line-height: 1.5;}
/*page-4*/
.page-4{}
/*page-5*/
.news-list{margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;flex-flow: wrap;padding-bottom: 75px;}
.news-list li{margin-bottom: 75px;position: relative;cursor: pointer;}
.news-list li:nth-child(2) .news-item{flex-flow: row-reverse;}
.news-list li:nth-child(2) .news-img{margin-left: 70px !important;margin-right: 0 !important;}
.news-item{background: #fff;margin: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;}
.news-box{display: -webkit-box;display: -ms-flexbox;display: flex;flex-flow: column;position: relative;margin: 20px;}
.news-img{line-height: 0;width: 40%;margin-right: 70px !important;}
.news-img img{width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.news-title{display: block;font-size: 2em;color: #17161A;padding-bottom: 20px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-txt{font-size: 1em;line-height: 24px;color: #17161A;display: block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;letter-spacing: 1px;}
.news-date{font-size: 14px;text-align: center;}
.news-date span{display: block;color: #fff}
.news-info{width: 60%;padding: 20px;}
.news-botm{display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: space-between;margin-top: 20px;color: #d3d3d3;}
/*page-6*/
.team-img{background: #fff;border-radius: 20px;overflow: hidden;}
.team-list p{text-align: center;font-size: 20px;color: #333;margin: 5px 0;width: 100%;}
/*GETS*/
.position-relative {position: relative !important;}
.half-section-block{margin-top: -239px;}
.shape-parent{position: relative;z-index: 0;}
.shape-parent .rounded-4 {border-radius: 20px !important;padding-bottom: 130px !important;padding-top: 120px !important;}
.z-index-1 {z-index: 1;}
.background {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;}
.background-color, .background-image {position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;-webkit-transition: background-color 150ms linear;transition: background-color 150ms linear;will-change: background-color;}
.background-color {background-color: var(--background-color);}
.mb-25 {margin-bottom: 25px !important;}
.mb-50 {margin-bottom: 50px !important;}
.btn-accent-1 {color: #fff;background-color: #F01F4B;}
/*footer*/
.footerNext{padding-top: 359px !important;padding-bottom: 100px !important;}
.footer{background: #222;width: 100%;overflow: hidden;}
.footer .main{width: 1270px;margin: 0 auto;}
.footer .logo{width: 100%;margin-top: 50px;margin-bottom: 30px;}
.mb-30{margin-bottom: 30px;}
.font-size-15 {font-size: 0.9375em;color: #fff;}.font-size-13 {font-size: 0.8125em;}.mb-35{margin-bottom: 35px;}
.display-6 {text-transform: uppercase;letter-spacing: 0.04em;font-size: 0.75rem;font-weight: 700;line-height: 1.2;}.mb-20 {margin-bottom: 20px !important;}
.nav[class*=-column] .nav-item {display: block;max-width: 100%;}
.nav.nav-gap-sm[class*=-column] .nav-link {padding: 5px;}.nav.nav-opacity .nav-link {opacity: 0.6;}
.nav.text-white .nav-link, .nav.text-white .nav-link.active {color: #fff;}
.footer .mainul{display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: space-between;}
.footer .mainul .product{}
.footer .mainul .case{w}
.footer .mainul .aboutus{}
.footer .mainul .ewm{}
.footer .title{font-size: 18px;
    color: #fff;
    height: 60px;
    line-height: 50px;
    padding-bottom: 10px;}
.footer .mainul>li ul li a{
    color: #fff;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #919191;}
.footer .ewm img{width: 106px;
    display: block;
    margin: 20px auto 0;}
.footer .mainul .ewm p{
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
}
.friendlink{display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer .desc .friendlink .title{
    width: 79px;
    font-size: 16px;
    color: #919191;}
.friendlink .links a{margin-right: 22px;
    font-size: 16px;
    color: #919191;
    cursor: pointer;
    margin-bottom: 10px;line-height: 50px;}
.footer .desc .tel {
    font-size: 16px;
    color: #919191 !important;
    height: 30px;
    position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;line-height: 50px;
}
.footer .desc .tel p{color: #919191;}
.flink{color:#f1f1f1;}.flink a{margin:0 5px;color:#fff;}
.copyright{margin-top: 14px;font-size: 16px; color: #919191;}
.zixun{display: none !important;}
.zixun p{ display: -webkit-box;display: -ms-flexbox;display: flex;
    align-items: center;
    justify-content: space-between;}
.zixun{position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px;
    z-index: 99;}
.tel{background: #1a6bf5;
    color: #fff;
    padding: 10px 20px;
    width: 48%;
    text-align: center;
    border-radius: 10px;
    border: 2px #1a6bf5 solid;}
.wht{border: 2px #999 solid;border-radius: 10px;
    width: 48%;
    text-align: center;
    padding: 10px 20px;}
/*media*/
@media screen and (max-width: 1600px) {
}

@media screen and (max-width:991px) {
.header{width: auto;margin: 30px;}
body{margin: 0;}
.header{align-items: center;width: auto;margin: 20px;padding: 15px;}
.menu{display: none;width:100%;clear:both;float:none;flex-flow: column;}
#menu-icon{display:inline;top:25px;cursor:pointer;z-index: 20;}
#menu-icon.active .first{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:10px}#menu-icon.active .second{transform:rotate(135deg);-webkit-transform:rotate(135deg);position:relative;top:-9px;}
#menu-icon.active .third{display:none}
}

@media  screen and (min-width:768px) and (max-width:991px) {

}

@media screen and (max-width:767px) {
.header{width: auto;margin:0;padding: 15px;}
.phone{display: none !important;}
.page .cn{font-size: 24px;}
.page{margin-bottom: 30px;}
.page-1{border-radius: 0;}
 .nav-child{position: relative;width: auto;flex-flow: column;background: #e7f0f6;top: 0;border-radius: 10px;}
 /*toggle*/
.navbar-toggle{display: block !important;}
.navbar-toggle span{display: block;}
/*banner*/
.banner{padding-top: 120px !important;padding-bottom: 200px !important;}
.mark-txt h1{font-size: 2.5em;padding-left: 0 !important;padding-right: 0 !important;}
.p{padding-right: 30px !important;padding-left: 30px !important;}
.swiper-container{max-height:500px;}
.gb-t{max-height:500px;padding-top: 150px;}
.gb-t h5{font-size: 32px;line-height: 1.5;}
.gb-t p{font-size: 16px;}
/*tabs*/
.tabs::-webkit-scrollbar {display: none;}
.tabs{width: 100%;overflow: scroll;justify-content: flex-start;border-radius: 10px;}
.tabs li{width: auto;margin: 10px 10px;flex-shrink: 0;padding: 0;min-width: 100px;border-radius: 10px;}
.tabs li a{display: block;font-size: 14px;padding: 0 20px;}
.tab_container{width: 100%;}
.tab_content{width: auto;margin: 10px;}
.solution h2{font-size: 2em;}
.h-p-list{padding: 0;}
.h-p-list .g-img img{}
.h-p-list li{width: 100%;margin: 10px;}
.h-p-list li a{font-size: 18px;}
.h-p-last{}
.page .tips{margin: 0 10px;}
.gllist{width: auto;margin: 10px;background: transparent;}
.gllist ul{padding: 20px 0;width: auto;flex-flow: column;}
.glitem .item{flex-flow: row;align-items: center;padding: 20px;}
.glitem .item div p{text-align: justify;}
.glitem .item h5{font-size: 18px;margin: 15px;border-right: 1px #999 solid;padding-right: 10px;}
.glitem .item p{font-size: 14px;text-align: center;}
.glitem{padding: 15px;text-align: center;background: #fff;border-radius: 10px;margin-bottom: 20px;}
.glitem:last-child{margin-bottom: 0;}
.glitem .item img{margin: 0;width: 40px;height: 40px;}
.page-3{margin-bottom: 0;}
.news-list{width: 100%;flex-flow: column;padding-top: 0;padding-bottom: 30px}
.news-list li{width: 100%;margin-bottom: 30px;}
.news-item{flex-flow: column !important;}
.news-img{width: 100%;margin: 0 !important;}
.news-list li:nth-child(2) .news-img{margin: 0 !important;}
.news-info{padding: 10px;width: 100%;}
.news-title{margin-bottom: 10px;padding-bottom: 10px;font-size: 18px;}
.team{width: 100%;overflow: scroll;justify-content: flex-start;}
.team::-webkit-scrollbar {display: none;}
.team-list{flex-shrink: 0;margin-right: 15px;}
.team-item{width: 50%;}
.footerNext{padding-top: 259px !important;padding-bottom: 100px !important;}
.footer{padding-bottom: 20px;}
.footer .main{width: 100%;}
.footer .logo{justify-content: center;}
.footer .mainul ul{display: none;}
.footer .mainul {flex-flow: column;align-items: center;}
.footer .mainul li{}
.footer .desc{margin: 0 20px;text-align: center;}
.footer .desc .friendlink{display: none;}
.zixun{display: block !important;}
}
@media screen and (max-width:600px) {

}