﻿:root { --product-grid-gap: 30px; --product-grid-columns: 3; --product-border-radius: 10px; --advantage-grid-gap: 30px; --advantage-activity-color: #2b2b2b; --advantage-grid-columns: 4; --blog-grid-gap: 30px; --blog-grid-columns:3; }
@font-face { font-family: 'Roboto'; src: local('Roboto Regular'), local('Roboto-Regular'), url('/fonts/roboto/roboto-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Roboto'; src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/roboto-bold.ttf') format('truetype'); font-weight: 700; font-style: normal; }
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; font-size: 62.5% !important; height: 100%; }
body { font-family: 'Roboto', sans-serif; margin: 0 auto; background-color: #fff; -webkit-tap-highlight-color: transparent; line-height: 1.6; }
ul { display: block; margin: 0; padding: 0; list-style: none; }
li { display: block; margin: 0; padding: 0; list-style: none; }
img { border: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
dl, dt, dd, span { margin: 0; padding: 0; }
a, a:focus { text-decoration: none; color: #000; outline: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
cite { font-style: normal; }
h2 { font-weight: normal; }
em { font-style: normal; }
/*::-webkit-scrollbar { display: none; }*/
input[type="submit"] { border: 0; }
input, select, textarea { background-color: white; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; padding: 1px; border-width: 2px; border-style: inset; border-color: initial; border: none; outline: none; }
input, textarea, keygen, select, button { text-rendering: auto; color: initial; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; margin: 0; font: 1.3rem Arial; }
input, textarea, keygen, select, button, meter, progress { -webkit-writing-mode: horizontal-tb; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.w-e-text p, .w-e-text h1, .w-e-text h2, .w-e-text h3, .w-e-text h4, .w-e-text h5, .w-e-text table, .w-e-text pre { margin: 10px 0; line-height: 1.5; }
.w-e-text pre code { word-break: normal; display: block; overflow-x: auto; }
.w-e-text code { display: inline-block; background-color: #f1f1f1; border-radius: 3px; padding: 3px 5px; margin: 0 3px; }


/* 横向居中布局 */
.flexView_center { display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; align-items: center; }
/* 纵向布局 */
.flexView { display: -webkit-box; display: -webkit-flex; display: flex; }
.flex { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
/* 纵向布局 */
.flexView_column { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; }
/* 居中 */
.absoluteView_center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

/* 站点导航 */
.yjui-breadcrumb { padding: 10px 0px; }
.yjui-breadcrumb a { color: #999 !important; }
.yjui-breadcrumb a cite { color: #666; font-style: normal; }
.yjui-breadcrumb span { margin: 0 10px; color: #999; }
.yjui-breadcrumb > * { font-size: 14px; }

/*公共分页效果*/
.pagebox { text-align: center }
.yjui-page { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin: 10px 0; font-size: 0; }
.yjui-page, .yjui-page * { box-sizing: content-box; }
.yjui-page a, .yjui-page-curr, .yjui-page-spr, .yjui-page-limits select, .yjui-page-skip, .yjui-page button, .yjui-page input { border: 1px solid #e2e2e2; }
.yjui-page a, .yjui-page span { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding: 0 15px; height: 28px; line-height: 28px; margin: 0 -1px 5px 0; background-color: #fff; color: #333; font-size: 14px; }
.yjui-page .yjui-page-curr { position: relative; }
.yjui-page .yjui-page-curr .yjui-page-em { position: absolute; left: -1px; top: -1px; padding: 1px; width: 100%; height: 100%; background-color: #6199ff; }
.yjui-page .yjui-page-curr em { font-style: normal; position: relative; color: #fff; }
.yjui-page select { height: 22px; padding: 3px; border-radius: 2px; cursor: pointer; outline: 0; }
.yjui-page .yjui-page-count, .yjui-page .yjui-page-limits, .yjui-page .yjui-page-refresh, .yjui-page .yjui-page-skip { margin-left: 10px; margin-right: 10px; padding: 0; border: none; }
.yjui-page .yjui-page-limits, .yjui-page .yjui-page-refresh { vertical-align: top }
.yjui-page .yjui-page-skip { height: 30px; line-height: 30px; color: #999; }
.yjui-page input { width: 40px; margin: 0 10px; padding: 0 3px; text-align: center; }
.yjui-page button, .yjui-page input { height: 30px; line-height: 30px; border-radius: 2px; vertical-align: top; background-color: #fff; box-sizing: border-box; outline: 0; -webkit-appearance: none; }
.yjui-page button { margin-left: 10px; padding: 0 10px; cursor: pointer; }
.yjui-page .yjui-page-spr { color: #999; font-weight: 700; }
.yjui-page .yjui-page-refresh { padding-top: 3px; }
.yjui-page .yjui-page-refresh i { font-size: 18px; cursor: pointer; }
.yjui-page .yjui-page-next { transform: rotateY(180deg); font-size: 18px }
.yjui-page .yjui-page-prev { font-size: 18px }

.md-modal .messagebox .form_box .combine { border: 1px #ececec solid; display: flex; align-items: center; justify-content: flex-start; line-height: 1; background-color: #fafafa; }
.md-modal .messagebox .form_box .combine input { height: 46px; font-size: 16px; padding: 0 15px; width: 100%; background-color: unset; color: #666 }
.md-modal .messagebox .form_box .combine textarea { width: 100%; height: 100px; background-color: unset; color: #666; font-size: 16px; padding: 15px; }
.md-modal .messagebox .form_box .item { margin-bottom: 15px }
.md-modal .messagebox .form_box .item span { font-size: 14px; color: #666 }
.md-modal .messagebox .operate { }
.md-modal .messagebox .operate .btn { height: 46px; display: flex; place-content: center; place-items: center; padding: 0 25px; font-size: 18px; color: #fff; box-sizing: border-box; background-color: #78468b; cursor: pointer }
.md-modal .messagebox .operate .btn .icon { transform: rotate(-90deg); font-size: 18px; margin-left: 5px }

.md-modal { position: fixed; top: 50%; left: 50%; width: 640px; z-index: -1; transform: translate(-50%,-50%) scale(1.2); opacity: 0; }
.md-modal.md-show { animation-name: weixipopshow; animation-duration: 0.3s; animation-fill-mode: both; }
.md-modal .md-content { background-color: #fff; position: relative; border-radius: 10px; margin: 0 auto; padding: 50px 0 20px; }
.md-modal .messagebox { display: flex; flex-direction: column; padding: 50px 20px }
.md-modal .messagebox .title { text-align: center; margin-bottom: 8px; font-weight: 600; font-size: 24px; color: #252D37; }
.md-modal .messagebox .desc { font-size: 14px; color: #909399; text-align: center; line-height: 22px; margin-bottom: 15px; }
.md-modal .messagebox .content { }
.md-modal .messagebox .remark { font-size: 14px; color: #909399; text-align: center; line-height: 22px; margin-top: 8px; }
.md-modal .close-modal { display: flex; place-content: center; place-items: center; width: 36px; height: 36px; background-color: #fff; border-radius: 100%; position: absolute; bottom: -72px; left: 50%; z-index: 1006; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); cursor: pointer }
.md-modal .close-modal i { font-size: 2rem; color: #555 }

.md-overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; z-index: -1; top: 0; left: 0; opacity: 0; background: rgba(1,1,1,.6); transition: all .3s; }
.md-show ~ .md-overlay { opacity: 1; visibility: visible; z-index: 1005; }

.search_warp { display: flex; padding-right: 0px;place-items:center }
.search_warp form { display: flex; }
.search_warp .search_form { display: flex; place-items:center; border: 1px rgba(51, 51, 51, 0.15) solid; max-width: 300px; width: 100%; background-color: #fff; border-radius: 50px; overflow: hidden; }
.search_warp .search_input { height: 40px; padding-left: 14px; width: 100%; border-radius: 50px; }
.search_warp .search_form .search-icon { cursor: pointer; outline: 2px solid transparent; outline-offset: 2px; background-color: transparent; border-style: none; height: 100%; display: flex; padding: 0 14px; align-items: center; }
.search_warp .search-close { display: none; outline: 2px solid transparent; outline-offset: 2px; color: rgba(51, 51, 51, 1); background-color: transparent; border-style: none; place-content: center; place-items: center; cursor: pointer; padding: 0 14px 0 14px }
.search-focus .search_warp .search-close { display: flex }

/*wangeditor*/
.editor-content-view { font-size: 1.6rem }
.editor-content-view img { max-width: 100%; }
.editor-content-view p,
.editor-content-view li { white-space: pre-wrap; }
.editor-content-view blockquote { border-left: 8px solid #d0e5f2; padding: 10px 10px; margin: 10px 0; background-color: #f1f1f1; }
.editor-content-view code { font-family: monospace; background-color: #eee; padding: 3px; border-radius: 3px; }
.editor-content-view pre > code { display: block; padding: 10px; }
.editor-content-view table { border-collapse: collapse; margin: 10px 0; }
.editor-content-view td,
.editor-content-view th { border: 1px solid #ccc; min-width: 50px; height: 23px; line-height: 1.5; min-width: 30px; padding: 3px 5px; font-size: 14px }
.editor-content-view th { background-color: #f1f1f1; }
.editor-content-view ul,
.editor-content-view ol { padding-left: 20px; list-style: revert; }
.editor-content-view li { display: list-item; list-style: revert; margin: 5px 0; }
.editor-content-view input[type="checkbox"] { margin-right: 5px; }
.editor-content-view h1, .editor-content-view h2, .editor-content-view h3, .editor-content-view h4, .editor-content-view h5 { margin: 20px 0; }
.editor-content-view p { margin: 15px 0; }
.editor-content-view pre code { word-break: normal; display: block; overflow-x: auto; }
.editor-content-view code { display: inline-block; background-color: #f1f1f1; border-radius: 3px; padding: 3px 5px; margin: 0 3px; }

@keyframes example {
    0% { transform: scale(1) }
    50% { transform: scale(1.2) }
    100% { transform: scale(1) }
}
/*扫光效果*/
@-webkit-keyframes hoverShine {
    100% { left: 125%; }
}

@keyframes hoverShine {
    100% { left: 125%; }
}

@keyframes weixipopshow {
    0% { transform: translate(-50%,-50%) scale(1.2); opacity: 0; z-index: -1; }
    to { transform: translate(-50%,-50%) scale(1); opacity: 1; z-index: 1009; }
}


/*@keyframes flyLeftIn {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { transform: translateX(0px); }
}*/
@keyframes bgIconsShowcaseSlide {
    0% { transform: translateZ(0); }
    25% { transform: translate3d(-20vw,0,0); }
    50% { transform: translate3d(0,0,0); }
    75% { transform: translate3d(20vw,0,0); }
    100% { transform: translate3d(0vw,0,0); }
}

@keyframes flyLeftIn {
    0% { opacity: 0; transform: scale(1) translate3d(0px, 50px, 0px); }
    100% { opacity: 1; transform: scale(1) translate3d(0px, 0px, 0px); }
}

@keyframes upanimation {
    0% { transform: translateY(60px); }
    100% { transform: translateY(0); }
}

@-webkit-keyframes opacity {
    0% { -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; opacity: 0; }
    100% { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; opacity: 1; }
}

@-moz-keyframes opacity {
    0% { -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; opacity: 0; }
    100% { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; opacity: 1; }
}

@keyframes opacity {
    0% { -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; opacity: 0; }
    100% { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; opacity: 1; }
}

@-webkit-keyframes left-to-right {
    0% { width: 0; }
    100% { width: 100%; }
}

@-moz-keyframes left-to-right {
    0% { width: 0; }
    100% { width: 100%; }
}

@keyframes left-to-right {
    0% { width: 0; }
    100% { width: 100%; }
}
/* 首页幻灯片动画效果结束 */

.fade-in { opacity: 0; animation: fadeIn ease-in 0.5s forwards; }

@keyframes fadeIn {
    from { opacity: 0; }

    to { opacity: 1; }
}

@font-face { font-family: 'icomoon'; src: url('/fonts/icomoon.eot?g1qbrp'); src: url('/fonts/icomoon.eot?g1qbrp#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?g1qbrp') format('truetype'), url('/fonts/icomoon.woff?g1qbrp') format('woff'), url('/fonts/icomoon.svg?g1qbrp#icomoon') format('svg'); font-weight: normal; font-style: normal; }

[class*=" icon-"], [class^=icon-], [data-icon]:before { font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: icomoon !important; content: attr(data-icon); speak: none; }


.icon-fa-snapchat:before { content: "\e901"; }
.icon-fa-tumblr:before { content: "\e902"; }
.icon-fa-vimeo:before { content: "\e903"; }
.icon-fa-instagram:before { content: "\e930"; }
.icon-fa-tiktok:before { content: "\e931"; }
.icon-fa-pinterest:before { content: "\e932"; }
.icon-star-full:before { content: "\ea0c"; }
.icon-top:before { content: "\e92f"; }
.icon-telegram:before { content: "\e91e"; }
.icon-heart3:before { content: "\66"; }
.icon-dianzan:before { content: "\e510"; }
.icon-previous:before { content: "\e571"; }
.icon-qq:before { content: "\e604"; }
.icon-youxiang1:before { content: "\e605"; }
.icon-fanhui2:before { content: "\e606"; }
.icon-icon7:before { content: "\e607"; }
.icon-zhifubao:before { content: "\e60a"; }
.icon-dizhi1:before { content: "\e60c"; }
.icon-liuyan-duandian:before { content: "\e60e"; }
.icon-shijian1:before { content: "\e624"; }
.icon-youxiang:before { content: "\e631"; }
.icon-dizhi:before { content: "\e63a"; }
.icon-iconfonticon-shebei:before { content: "\e63c"; }
.icon-prev:before { content: "\e643"; }
.icon-xiangxia3:before { content: "\e647"; }
.icon-liuyanguanli:before { content: "\e665"; }
.icon-liulan:before { content: "\e666"; }
.icon-next:before { content: "\e667"; }
.icon-Eyeblind:before { content: "\e669"; }
.icon-Eyevision:before { content: "\e681"; }
.icon-weixin:before { content: "\e73b"; }
.icon-weibo:before { content: "\e73c"; }
.icon-dianhua1:before { content: "\e776"; }
.icon-fanhui:before { content: "\e7a8"; }
.icon-dianhua:before { content: "\e7b5"; }
.icon-qq1:before { content: "\e7cd"; }
.icon-sousuo1:before { content: "\e86e"; }
.icon-diqiu:before { content: "\e91f"; }
.icon-yuyan:before { content: "\e920"; }
.icon-sousuo:before { content: "\e921"; }
.icon-tag:before { content: "\e922"; }
.icon-watch_later:before { content: "\e923"; }
.icon-fenxiangfangshi:before { content: "\e924"; }
.icon-guanbi:before { content: "\e925"; }
.icon-time:before { content: "\e926"; }
.icon-gupiao-hangqingdianjitai:before { content: "\e927"; }
.icon-gupiao-shouyedianjitai:before { content: "\e928"; }
.icon-tongji:before { content: "\e929"; }
.icon-zhongzhigupiaomima:before { content: "\e92a"; }
.icon-fa-android:before { content: "\e92b"; }
.icon-fa-mac:before { content: "\e92c"; }
.icon-appstore-dark:before { content: "\e92d"; }
.icon-fa-win:before { content: "\e92e"; }
.icon-clock:before { content: "\e94f"; }
.icon-twitter:before { content: "\f081"; }
.icon-facebook:before { content: "\f082"; }
.icon-fa-twitter:before { content: "\f099"; }
.icon-fa-facebook:before { content: "\f09a"; }
.icon-git:before { content: "\f09b"; }
.icon-money:before { content: "\f0d6"; }
.icon-fa-in:before { content: "\f0e1"; }
.icon-fa-dribbble:before { content: "\f17d"; }
.icon-fa-ska:before { content: "\f17e"; }
.icon-fa-be:before { content: "\f1b4"; }
.icon-be:before { content: "\f1b5"; }
.icon-database:before { content: "\f1c0"; }
.icon-facebook-f:before { content: "\f230"; }
.icon-fa-telegram:before { content: "\ea95"; }
.icon-youtube:before { content: "\ea9d"; }
.icon-fa-pinterest-f:before { content: "\ead1"; }
.icon-fa-pinterest-n:before { content: "\ead2"; }





.tips-mod, .tips-mod strong, .tips-mod em { display: inline-block; _display: inline; _zoom: 1; }
.tips-mod { position: fixed; top: 40%; left: 0; width: 100%; font: 700 14px/52px "Simsun"; text-align: center; z-index: 10000; }
.tips-mod strong { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); padding: 0px 12px; border-radius: 5px; background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee)); background: linear-gradient(top bottom, #fff, #eee); background: -moz-linear-gradient(#fff, #eee); background: -o-linear-gradient(#fff, #eee); }
.tips-mod em { padding-left: 45px; background: url(/images/icon_common.png) no-repeat 0 7px; color: #334F67; font-style: normal; }
.tips-mod .tips-warn { background-position: 0 -89px; color: #C0880F; }
.tips-mod .tips-error { /**	background-position:0 -39px;这是错误图标**/ background-position: 0 -89px; color: #C0880F; }
.tips-mod .tips-loading { background: url(/images/loading.gif) no-repeat 10px 21px; color: #334F67; }



/*.header-padding { padding-top: 104px; background-color: #a2d6d3 }*/
.header-padding { padding-top: 96px; }
.header { width: 100%; position: fixed; top: 0; right: 0; left: 0; z-index: 100; padding: 5px 0 3px; transition: all 0.3s ease; border-top: 0px #011522 solid;/* height: 86px;*/ background-color: var(--header-setting-background); }
.header.sticky { border-top: 10px #011522 solid; box-shadow: 0 2px 5px rgba(0,0,0,.2); background-color: var(--header-setting-background); }
.header.sticky .page_nav .list .item a { color: var(--header-setting-font-color) }

.header.sticky .page_nav .list .lang { color: var(--header-setting-font-color) }
.header .lang_setting { background-color: #f1f2f3; }
.header .lang_setting .context { text-align: right; display: flex; justify-content: flex-end; max-width: 1200px; margin: 0 auto; }


.header .lang_setting .context .list .item { font-size: 14px; color: #666; margin: 0 5px; position: relative; display: inline-block; cursor: pointer }
.header .lang_setting .context .list .item.selected::before { position: absolute; content: ""; top: 0px; left: 0px; height: 2px; width: 100%; background-color: #d01212; }
.header .lang_setting .context .list .item:hover::before { position: absolute; content: ""; top: 0px; left: 0px; height: 2px; width: 100%; background-color: #d01212; }

.header .lang_setting .context .theme { margin-left: 15px; padding-left: 20px; position: relative; }
.header .lang_setting .context .theme::before { position: absolute; content: ""; top: 4px; left: 0px; height: 15px; width: 1px; background-color: #757575; }
.header .lang_setting .context .theme span { font-size: 14px; color: #666; cursor: pointer }


/*.header .middle { display: flex; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto }
.header .middle .logo_box {  }
.header .middle .logo_box img { height: 68px }*/

.header .middle { max-width: 1400px; margin: 0 auto }
.header .middle .header_top { z-index: 30; display: flex;   }
/*.header .middle .logo_box { margin-right: 60px; flex: 1 1 0%; }*/
.header .middle .logo_box img { max-height:68px; }

.header .lang.active .dropdown { transform: translate(0, 0px); opacity: 1; visibility: visible; }
.header .lang .dropdown { position: absolute; top: 100%; left: 0; background: #FFFFFF; width: 200px; border-radius: 4px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: left; opacity: 0; visibility: hidden; transition: 0.3s ease; padding: 10px 20px; }
.header .lang .dropdown:before { content: ""; position: absolute; top: -6px; left: 20px; width: 0; height: 0; box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05); border-top: 6px solid #FFFFFF; border-right: 6px solid #FFFFFF; border-bottom: 6px solid transparent; border-left: 6px solid transparent; transform: rotate(-45deg); mix-blend-mode: multiple; }
.header .lang .dropdown li { z-index: 1; position: relative; background: #FFFFFF; display: flex; place-items: center; place-content: center; height: 42px; color: #666; border-top: 1px solid rgba(0, 0, 0, 0.05); }
.header .lang .dropdown li:nth-child(1) { border-top: 1px solid rgba(0, 0, 0, 0); }
.header .lang .dropdown li .lable { flex: 1; flex-shrink: 0 }
.header .lang .dropdown li img { width: 26px; }
.header .lang .dropdown li.active { color: #5380F7; }

/*超过10个元素就使用2列布局*/
.header .lang.row-2 .dropdown { display: grid; grid-column-gap: 10px; grid-template-columns: repeat(2, 1fr); width: auto; left: 50%; -webkit-transform: translate(-50%,0%); transform: translate(-50%,0%); }
.header .lang.row-2 .dropdown li { width: 150px; }
.header .lang.row-2 .dropdown li:nth-child(1) { border-top: 1px solid rgb(0, 0, 0, 0); }
.header .lang.row-2 .dropdown li:nth-child(2) { border-top: 1px solid rgba(0, 0, 0, 0); }
.header .lang.row-2 .dropdown:before { left: 39% }



.header .page_nav { flex: 1 }

.header .page_nav .list { display: flex;  height: 100%; }
.header .page_nav .list .item { padding: 15px 0; margin-left: 30px; font-size: 16px; font-weight: 700; position: relative; display: flex;  place-items: center; }
.header .page_nav .list .item a { color: var(--header-setting-font-color) }
.header .page_nav .list .item a svg { margin-left: 5px; }
.header .page_nav .list .item:hover::before { position: absolute; content: ""; bottom: 0px; left: 0px; height: 3px; width: 100%; background-color: var(--header-setting-themes-color); }
.header .page_nav .list .search { padding: 15px 0; margin-left: 30px; font-size: 18px; font-weight: 700; position: relative; cursor: pointer }

.header .page_nav .list .lang { padding: 15px 0; margin-left: 30px; font-size: 14px; position: relative; cursor: pointer; color: #fff; display: flex; align-items: center; }
.header .page_nav .list .lang i { font-size: 18px; }
.header .page_nav .list .lang .lable { padding-left: 5px; }

/*pc端*/
/*.header .page_nav .list .item .nav_popover { visibility: hidden; position: absolute; left: 0; top: 100%; opacity: 0; transition: all .2s ease-in-out; z-index: 1000; transform-origin: center 0; transform: translateY(15%); }
.header .page_nav .list .item:hover .nav_popover { visibility: visible; transform: none; opacity: 1; }
.header .page_nav .list .item .nav_popover ul { padding: 20px 15px; background-color: rgb(255 255 255); color: rgb(41 41 41); box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); }
.header .page_nav .list .item .nav_popover ul li { margin-top: 20px; font-size: 14px; color: #333; }
.header .page_nav .list .item .nav_popover ul li:first-child { margin-top: 0 }
.header .page_nav .list .item .nav_popover ul li a { color: currentColor; white-space: nowrap; font-weight: normal; padding: 0; box-shadow: none; display: block }
.header .page_nav .list .item .nav_popover ul li a:hover { text-decoration: underline; box-shadow: none }
*/
.header .page_nav .list .item:hover > .group-list .icon { transform: rotate(180deg); }
.header .page_nav .list .item > .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: var(--header-setting-font-color); }
.header.sticky .page_nav .list .item > .group-list .icon { color: var(--header-setting-font-color); }
.header .page_nav .list .item .group-list { display: flex; place-items: center }



.header .page_nav .list .item.normal .header_menu { display: none; padding: 10px 0; position: absolute; left: 0; top: 100%; z-index: -1; min-width: 20rem; border: 1px solid rgba(18,18,18, 0.1); transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateY(15%); box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header .page_nav .list .item.normal:hover .header_menu { display: block; animation: menuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 1; }
.header .page_nav .list .item.normal .header_menu ul { color: rgb(41 41 41); }
.header .page_nav .list .item.normal .header_menu ul li { font-size: 16px; line-height: 2.6; }
.header .page_nav .list .item.normal .header_menu ul li:first-child { margin-top: 0 }
.header .page_nav .list .item.normal .header_menu ul li a { color: rgba(18,18,18, .75); white-space: nowrap; font-weight: normal; justify-content: space-between; padding: 0 10px; box-shadow: none; display: block; flex: 1 }
.header .page_nav .list .item.normal .header_menu ul li a:hover { text-decoration: underline; box-shadow: none; }
.header .page_nav .list .item.normal .header_menu .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: #000; }
.header .page_nav .list .item.normal .header_menu .header_menu-sub { padding: 8px 0; background-color: rgba(18,18,18, .03); display: none; transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateY(-1.5rem); }
.header .page_nav .list .item.normal .group-list.active + .header_menu-sub { display: block; animation: animateMenuOpen 0.2s ease; animation-fill-mode: forwards; }
.header .page_nav .list .item.normal .group-list.active .icon { transform: rotate(180deg); }
.header .page_nav .list .item.normal .header_menu .group-list { padding: 0 10px; }
.header .page_nav .list .item.normal .header_menu .group-list a { padding: 0 }

@keyframes menuOpen {
    0% { opacity: 0; transform: translateY(15%); }

    100% { opacity: 1; transform: translateY(0); }
}

@keyframes animateMenuOpen {
    0% { opacity: 0; transform: translateY(-1.5rem); }

    100% { opacity: 1; transform: translateY(0); }
}

.header .page_nav .list .item.card .header_menu .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: #000; transform: rotate(-90deg); }
.header .page_nav .list .item.card .header_menu { display: none; padding: 10px 0; position: absolute; left: 0; top: 100%; z-index: -1; min-width: 20rem; border: 1px solid rgba(18,18,18, 0.1); transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateY(15%); box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header .page_nav .list .item.card:hover .header_menu { display: block; animation: menuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 1; }
.header .page_nav .list .item.card .header_menu ul { color: rgb(41 41 41); }
.header .page_nav .list .item.card .header_menu ul li { font-size: 16px; line-height: 2.6; position: relative }
.header .page_nav .list .item.card .header_menu ul li:first-child { margin-top: 0 }
.header .page_nav .list .item.card .header_menu ul li a { color: rgba(18,18,18, .75); white-space: nowrap; font-weight: normal; justify-content: space-between; padding: 0 10px; box-shadow: none; display: block; flex: 1 }
.header .page_nav .list .item.card .header_menu ul li a:hover { text-decoration: underline; box-shadow: none; }
.header .page_nav .list .item.card .header_menu .header_menu-sub { position: absolute; top: 0; left: 100%; background-color: #fff; display: none; min-width: 20rem; border: 1px solid rgba(18,18,18, 0.1); }
.header .page_nav .list .item.card .header_menu ul li:hover .header_menu-sub { display: block; }
.header .page_nav .list .item.card .header_menu .group-list { padding: 0 10px; }
.header .page_nav .list .item.card .header_menu .group-list a { padding: 0 }

.header .page_nav .list .item.full { position: unset; }
.navigation_full { display: none; position: absolute; opacity: 0; transform: translateY(-1.5rem); left: 0; top: 100%; z-index: -1; min-width: 100%; width: 20rem; transition: opacity .2s ease, transform .2s ease; box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header .page_nav .list .item:hover .navigation_full { display: block; animation: animateMenuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 1; }
.navigation_full .container { max-width: 1380px; margin: 0 auto; }
.navigation_full .container .navigation_columns { padding-top: 15px; flex: 0 0 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; padding-left: 0; padding-right: 0; margin: 0 auto !important; }
.navigation_full .container .navigation_columns .navigation_item { width: 190px; font-weight: normal; }
.navigation_full .container .navigation_columns .navigation_item .navigation_column-title { padding: 0; letter-spacing: .75px; line-height: 1; color: rgba(18,18,18, .75); font-weight: 700 }
.navigation_full .container .navigation_columns .navigation_item .navigation_child { padding: 5px 0 30px; }
.navigation_full .container .navigation_columns .navigation_item .navigation_child .navigation_menu li { padding: 0; letter-spacing: .75px; line-height: 26px; }
.navigation_full .container .navigation_columns .navigation_item .navigation_child .navigation_menu li a { color: rgba(18,18,18, .75); font-size: 12px; }







.header .lang { padding: 15px 0; margin-left: 44px; font-size: 14px; position: relative; cursor: pointer; color: var(--header-setting-font-color); display: flex; align-items: center; }
.header .lang .country { display: flex; align-items: center; }
.header .lang .icon-yuyan { font-size: 18px; }
.header .lang .icon { height: 18px }
.header .lang .lable { padding-left: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }

.header .lang .icon_down { margin-left: 5px;flex-shrink:0 }

.header.sticky .lang { color: var(--header-setting-font-color); }
/*菜单*/
/*.open .header .menuicon i { background-color: #000; }
.open .header .menuicon i:first-child { transform: rotate(45deg); }
.open .header .menuicon i:nth-child(2) { opacity: 0; }
.open .header .menuicon i:last-child { transform: rotate(-45deg); }*/
/*展开*/
/*.open .header .show { z-index: 15; height: 100%; overflow-y: scroll; padding-top:72px; }
.open .header .show::-webkit-scrollbar { display: none; }
.open .mask { position: fixed; width: 100%; height: 100%; left: 0; background-color: rgba(0, 0, 0, 0.50); z-index: 998; }
.header .btm { position: fixed;  top: 0; left: 0; width: 100%; background-color: #fff; -webkit-transition: all 350ms; transition: all 350ms; height: 0; overflow: hidden; }
.header .btm > ul { border-top: 1px solid #eee; margin: 0px 15px 0; }
.header .btm > ul > li a { border-bottom: 1px solid #eee; position: relative; display: block; width: 100%; padding-left: 30px; line-height: 50px; font-size: 14px;*/ /*-webkit-tap-highlight-color: rgba(0, 126, 196, 0.50);*/ /*}
.header .btm > ul > li a i { font-size: 16px; font-weight: bold; color: #555; position: absolute; right: 30px; top: 48%; -webkit-transform: translateY(-50%) rotate(-180deg); transform: translateY(-50%) rotate(-180deg); transition: all 0.3s; -webkit-transition: all 0.3s; }
.header .btm > ul > li ul { display: block; height: 0px; overflow: hidden; -webkit-transition: all .3s linear; transition: all .3s linear; }
.header .btm > ul > li ul li { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
.header .btm > ul > li ul li:first-child { transition-delay: .05s; }
.header .btm > ul > li ul li a { display: block; padding-left: 50px; color: #555; height: 50px; line-height: 50px; font-size: 14px;*/ /*-webkit-tap-highlight-color: rgba(0, 126, 196, 0.50);*/ /*}
.header .btm > ul > li.active a i { -webkit-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }
.header .btm > ul > li.active ul { height: 100%; }
.header .btm > ul > li.active ul li { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; filter: alpha(opacity=100); }
.header .btm > ul > li.active ul li:last-child a { height: 50px; }

.header .btm .s_lang { padding: 15px 0; margin-left: 30px; font-size: 14px; position: relative; cursor: pointer; color: #212529; display: flex; align-items: center; color: #666; }
.header .btm .s_lang i { font-size: 18px; }
.header .btm .s_lang .lable { padding-left: 5px; }*/


/*菜单*/
.open-menu { overflow:hidden}
.open-menu .header .menuicon i { background-color: #000; }
.open-menu .header .menuicon i:first-child { transform: rotate(45deg); }
.open-menu .header .menuicon i:nth-child(2) { opacity: 0; }
.open-menu .header .menuicon i:last-child { transform: rotate(-45deg); }
/*展开*/
.open-menu .header .show { z-index: 15; height: 100%; overflow-y: scroll; }
.open-menu .header .show::-webkit-scrollbar { display: none; }
.open-menu .mask { position: fixed; width: 100%; height: 100%; left: 0; background-color: rgba(0, 0, 0, 0.50); z-index: 998; }

.dropdown_menu { position: fixed; padding: 20px 15px; left: 0; right: 0; z-index: 20; overflow-y: auto; box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); background-color: #ffffff; transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; transition-duration: .2s; box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); transform: translateY(-100%); opacity: 0; visibility: hidden; height: 100%; overflow-y: scroll; }
.dropdown_menu .m_box { position: relative; overflow: hidden; /*background-color: rgb(0 0 0 / 3%);*/ }
.dropdown_menu .m_box ul { padding: 0px 15px; }
.dropdown_menu .m_box ul li { display: flex; }
.dropdown_menu .m_box ul li.group { display: block }
.dropdown_menu .m_box ul li .cover { position: relative; display: flex; cursor: pointer; margin-right: 8px; height: 40px; width: 40px }
.dropdown_menu .m_box ul li .cover img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; object-fit: cover; }
.dropdown_menu .m_box ul li .lable { display: flex; flex: 1 1 0%; cursor: pointer; align-items: center; padding: 12px 0 }
.dropdown_menu .m_box ul li .lable .txt { font-size: 14px; color: #292929; opacity: 0.8; flex: 1 1 0%; display: flex; place-items: center }
.dropdown_menu .m_box ul li .lable .txt .icon { margin-right: 8px; font-size: 0; }

.open-menu .header .dropdown_menu { opacity: 100; visibility: visible; transform: translateY(0);z-index:15    }

.dropdown_menu .m_box ul li.group ul { padding: 0px 0px 0px 16px; }
.dropdown_menu .m_box ul li.group .drawer-next { transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; transition-duration: .2s; transform: rotate(0) }
.dropdown_menu .m_box ul li.group .is-open .drawer-next { transform: rotate(90deg); }





.smallnav_wrap { }

.smallnav_wrap .locationbox { border-bottom: 1px solid #f7f7f7; }
.smallnav_wrap .location { max-width: 1200px; font-size: 1.5rem; margin: 0 auto; padding: 20px 0 }
.smallnav_wrap .location .icomoon { font-size: 1.8rem; vertical-align: middle; color: #999; margin-right: 5px; }
.smallnav_wrap .location span { color: #999; vertical-align: middle; }
.smallnav_wrap .location a { color: #999; vertical-align: middle; }
.smallnav_wrap .location em { color: #999; padding: 0 6px; vertical-align: middle; }
.smallnav_wrap .navigate { font-family: "微软雅黑"; font-size: 1.6rem; max-width: 1200px; margin: 30px auto; }
.smallnav_wrap .navigate a { display: inline-block; color: #444; position: relative; padding-bottom: 10px; margin-right: 15px; transform: translate(0); }
.smallnav_wrap .navigate a::after { position: absolute; height: 12px; width: 1px; background: #3b9a9c; top: 30%; opacity: 0.5; margin-top: -3px; right: -10px; content: ''; }
.smallnav_wrap .navigate a:last-child::after { width: 0px; }
.smallnav_wrap .navigate a::before { content: ""; position: absolute; left: 0%; bottom: 0; width: 100%; transform: scaleX(0); height: 2px; background: #333; z-index: -1; transition: transform .5s; transform-origin: 100% 0; }
.smallnav_wrap .navigate a.activity::before { transform: scaleX(1); transform-origin: 0 0; }
.smallnav_wrap .navigate a:hover::before { transform: scaleX(1); transform-origin: 0 0; }


/*分页*/
.page-box span { flex: 1 }
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px }
.pagination > li { display: inline }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #fff; border: 1px solid #ddd }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px }
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { background-color: #eee }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: #fff; cursor: default; background-color: #1f1e1d; border-color: #1f1e1d }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span { color: #999; cursor: not-allowed; background-color: #fff; border-color: #ddd }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none }
.pager:after, .pager:before { display: table; content: " " }
.pager:after { clear: both }
.pager:after, .pager:before { display: table; content: " " }
.pager:after { clear: both }
.pager li { display: inline }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px }
.pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: #eee }
.pager .next > a, .pager .next > span { float: right }
.pager .previous > a, .pager .previous > span { float: left }
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: #999; cursor: not-allowed; background-color: #fff }


.footer-section { padding: 80px 0 0; color: #888f99; font-size: 16px; font-weight: 400; line-height: 26px; position: relative; background-color: var(--footer-desc-background); background-image: var(--footer-desc-background-image); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.footer-section .container { max-width: 1400px; margin: 0 auto }
.footer-section .container .row { display: flex; gap: 15px; position: relative; z-index: 1 }
.footer-section .container .row .item:nth-child(1) { flex: 0 0 auto; width: 25%; }
.footer-section .container .row .item:nth-child(2) { flex: 0 0 auto; width: 16.66666667%; }
.footer-section .container .row .item:nth-child(3) { flex:1 }
.footer-section .container .row .item:nth-child(4) { flex: 0 0 auto; width: 25%; margin-left:auto }
.footer-section .container .row .item:nth-child(1) .footer-logo img { max-width:80%}
.footer-section .container .row .item:nth-child(1) .widget { display: flex; flex-direction: column; }
.footer-section .container .row .item .company-info-desc p { font-size: 16px; opacity: 0.702; line-height: 27px; color: var(--footer-desc-subFont-color); padding: 25px 0 25px; }
.footer-section .container .row .item .f_social { display: grid; gap: 10px; grid-template-columns: repeat(6, 1fr);  align-self: flex-start; }
.footer-section .container .row .item .f_social a { display: flex; place-content: center; place-items: center; color: var(--footer-desc-subFont-color); width: 38px; height: 38px; border-radius: 3px; border: 1px solid var(--footer-desc-subFont-color); font-size: 17px; position: relative; z-index: 1; transition: .5s; }
.footer-section .container .row .item .f_social i { transition: .5s; }
.footer-section .container .row .item .f_social a:before { position: absolute; content: ""; left: 0; left: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: var(--footer-desc-themes-color); transform: scale(0); transition: .5s; border-radius: 3px; z-index: -1; }
.footer-section .container .row .item .f_social a:hover:before { transform: scale(1); }
.footer-section .container .row .item .f_social a:hover { border-color: #fff }
.footer-section .container .row .item .f_social a:hover i { color: #fff }
.footer-section .container .row.footer-bg { margin-top: 70px; padding: 20px 0 20px; text-align: center; border-top: 1px solid rgba(136, 143, 153, 0.2); }
.footer-section .container .row.footer-bg .col { width: 100% }
.footer-section .container .row.footer-bg .footer-bottom-content p { margin: 0; line-height: 27px; color: var(--footer-desc-subFont-color); }
.footer-section .container .row.footer-bg .footer-bottom-content p a { color: var(--footer-desc-subFont-color); }

.footer-section .container .row .item .widget .widget-title { font-size: 24px; line-height: 50px; color: var(--footer-desc-font-color); font-weight: 700; padding-bottom: 12px; }
.footer-section .container .row .item .widget .footer-menu li { margin-bottom: 5px; }
.footer-section .container .row .item .widget .footer-menu li a { transition: all 0.3s ease-out 0s; color: var(--footer-desc-subFont-color); font-weight: 400; position: relative; z-index: 1; }
.footer-section .container .row .item .widget .footer-menu li a::before { position: absolute; content: ""; z-index: -1; left: -16px; top: 34%; width: 8px; height: 8px; border-radius: 50%; background: var(--footer-desc-themes-color); transition: 0.5s; visibility: hidden; opacity: 0; }
.footer-section .container .row .item .widget .footer-menu li a:hover { color: var(--footer-desc-themes-color); padding-left: 10px; }
.footer-section .container .row .item .widget .footer-menu li a:hover::before { visibility: visible; opacity: 1; transform: translateX(10px); }

.footer-section .container .row .item .widget .footer-info li { margin-bottom: 10px; }
.footer-section .container .row .item .widget .footer-info li span { color: var(--footer-desc-font-color); font-weight: 600; display: flex; place-items: center; gap: 10px }
.footer-section .container .row .item .widget .footer-info li a { line-height: 27px; color: var(--footer-desc-subFont-color); margin-left: 30px; display: block }
.footer-section .container .row .item .widget .footer-info li .icon { font-size: 0 }
.footer-section .container .row .item .widget .footer-info li .icon { width: 20px; fill: var(--footer-desc-themes-color); }
.footer-section .container .row .item .widget .widget-desc { color: var(--footer-desc-subFont-color); margin-bottom: 1rem; }
.footer-section .container .row .item .widget .subscribe-widget .dreamit-form { position: relative; }
.footer-section .container .row .item .widget .subscribe-widget .dreamit-form.errmsg::before { content: ''; position: absolute; left: 20px; bottom: calc(100% - 6px); width: 0; height: 0; color: #fff; border: 6px solid transparent; border-top-color: white; z-index: 2; }
.footer-section .container .row .item .widget .subscribe-widget .dreamit-form.errmsg::after { box-sizing: border-box; content: attr(errMsg); position: absolute; bottom: calc(100% + 6px); left: 0; line-height: 1.3; padding: 16px 20px; color: rgba(41, 41, 41, 0.6); background-color: white; border-radius: 4px; box-shadow: 0px 0px 8px 0px rgba(195,195,195,0.50); font-size: 14px; z-index: 1; }

.footer-section .container .row .item .widget .subscribe-widget .src-input-box { font-family: inherit; font-size: inherit; line-height: inherit; background: #fff; border-radius: 4px; padding: 11px 60px 11px 20px; border: none; color: #444; display: block; width: 100%; }
.footer-section .container .row .item .widget .subscribe-widget .input-btn { cursor: pointer; transition: all 0.3s ease-out 0s; border: none; outline: none; position: absolute; top: 50%; transform: translateY(-50%); right: 7px; width: 36px; height: 36px; border: none; padding: 0 0; background: var(--footer-desc-button-background); border-radius: 3px; color: #fff; display: flex; align-items: center; justify-content: center; }
.footer-section .container .row .item .widget .subscribe-widget .input-btn .icon { width: 20px; fill: var(--footer-desc-buttonFont-color) }
.footer-section .container .row .item .widget .subscribe-widget .input-btn:hover { opacity: 0.7; }
.footer__bg-left { width: 130px; height: 130px;   position: absolute; top: 50px; left: 10px; }
.footer__bg-right { width: 290px; height: 290px;   position: absolute; top: 105px; right:0; }

.whats_warp { position: fixed; z-index: 10; }
.whats_warp.right { right: 28px; }
.whats_warp.left { left: 28px; }
.whats_warp .whats_content .whats_button { width: 60px; height: 60px; border-radius: 50%; position: relative; z-index: 5; }
.whats_warp .whats_content .whats_button .whats_button_effect { cursor: pointer; outline: none; border: none; width: 100%; height: 100%; border-radius: 50%; fill: #fff }
.whats_window { will-change: opacity; position: absolute; bottom: 0; background: rgb(246, 246, 247); width: 360px; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0.48px 2.41px -0.38px, rgba(0, 0, 0, 0.17) 0px 4px 20px -0.75px; overflow: hidden; }
.whats_warp.right .whats_window { right: 47px; }
.whats_warp.left .whats_window { left: 47px; }
.whats_window .whats_header { padding: 20px; background: linear-gradient(-61deg, rgb(255, 8, 68), rgb(255, 137, 101)); position: relative; z-index: 4; display: flex; flex: 0 0 auto; color: rgb(255, 255, 255); }
.whats_window .whats_header .close_window { position: absolute; top: 0px; right: 0px; width: 45px; height: 45px; fill: #fff; padding: 15px; cursor: pointer }
.whats_window .whats_header .user { width: 48px; height: 48px; position: relative }
.whats_window .whats_header .user img { width: 48px; height: 48px; border-radius: 50%; border: 2px #fff solid }
.whats_window .whats_header .user::before { content: ""; width: 10px; height: 10px; background-color: #4dc247; border-radius: 50%; position: absolute; bottom: 2px; box-shadow: rgba(0,0,0,0.1) 2px 2px 6px; right: 2px; }
.whats_window .whats_header .info { padding-left: 15px }
.whats_window .whats_header .info h2 { font-size: 16px; font-weight: 700; }
.whats_window .whats_header .info span { font-size: 14px; }
.whats_window .whats_body { }
.whats_window .whats_body .chat_msg { padding: 25px 15px 25px; min-height: 150px; display: flex; flex-direction: column; gap: 20px; max-height: 300px; }
.whats_window .whats_body .chat_msg .item { display: flex; gap: 15px; }
.whats_window .whats_body .chat_msg .item .avatar { width: 25px; height: 25px; position: relative }
.whats_window .whats_body .chat_msg .item .avatar img { width: 25px; height: 25px; border-radius: 50%; }
.whats_window .whats_body .chat_msg .item .msg_box { display: inline-block; max-width: 280px; margin-bottom: 0.1em; box-shadow: rgba(0, 0, 0, 0.15) 0px 0.6px 0.54px -1.33px, rgba(0, 0, 0, 0.13) 0px 2.29px 2.06px -2.67px, rgba(0, 0, 0, 0.04) 0px 10px 9px -4px; border: 0px; background: rgb(255, 255, 255); color: rgb(17, 17, 17); border-radius: 10px; }
.whats_window .whats_body .chat_msg .item .msg_box .text { overflow-wrap: anywhere; max-width: 100%; padding: 12px 18px 14px; font-size: 14px; }
.whats_window .whats_body .chat_msg .item .msg_box .text img { max-width: 100% }

.whats_window .whats_body .chat_msg { overflow-y: scroll; }
.whats_window .whats_body .chat_msg::-webkit-scrollbar { width: 4px; }
.whats_window .whats_body .chat_msg::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.2); }
.whats_window .whats_body .chat_msg::-webkit-scrollbar-track { border-radius: 0; background: rgba(0,0,0,0.1); }


.whats_window .whats_body .chats_list { padding: 15px 15px 25px; background-color: #fff; }
.whats_window .whats_body .chats_list h2 { text-align: center; font-size: 14px; font-weight: 700 }
.whats_window .whats_body .grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 15px; margin-top: 15px; place-items: center; }
.whats_window .whats_body .grid a { height: 42px; width: 42px; border-radius: 50%; display: flex; place-content: center; }
.whats_window .whats_body .grid a svg { width: 32px; fill: white; }
.whats_window .whats_body .grid a svg.maps path { fill: red; }

.whats_window .whats_body .grid a svg.kakao_talk path:nth-child(1) { fill: #000; }
.whats_window .whats_body .grid a svg.kakao_talk path:nth-child(2) { fill: #FFE812; }

.whats_window.open { opacity: 1; transform: translate3d(0, 0, 0) scale(1); transition: transform 430ms cubic-bezier(0.33, 0, 0, 1) 0s, opacity 308ms ease 0s; }
.whats_warp.right .whats_window.close { opacity: 0; transform: translate3d(40%, 40%, 0) scale(0.1); transition: transform 430ms cubic-bezier(0.33, 0, 0, 1) 0s, opacity 308ms ease 0s; }
.whats_warp.left .whats_window.close { opacity: 0; transform: translate3d(-40%, 40%, 0) scale(0.1); transition: transform 430ms cubic-bezier(0.33, 0, 0, 1) 0s, opacity 308ms ease 0s; }

/*返回顶部*/
#progress { height: 70px; width: 70px; border-radius: 50%; position: fixed; bottom: 0; right: 20px; mix-blend-mode: difference; background: transparent; display: grid; place-items: center; z-index: 99999; cursor: pointer; }
#progress .icon { fill: #fff; position: absolute; z-index: 2; text-align: center; left: 50%; transform: translate(-50%, 30%); top: 0; width: 18px; height: 18px; transition: 0.5s; }
.progress.hide { display: none !important; transition: 0.5s !important; }
#progress-value { display: block; height: calc(100% - 15px); background-color: transparent; color: #fff; mix-blend-mode: difference; border-radius: 50%; display: grid; place-items: center; font-weight: 600; font-size: 18px; margin-top: 7px; }

@media(any-hover:hover) {
    .advantage_box .content .list .item:hover { background: var(--advantage-button-background); top: -5px; }
    .advantage_box .content .list .item:hover .top_text span { color: var(--advantage-buttonFont-color); }
    .advantage_box .content .list .item:hover h4 { color: var(--advantage-buttonFont-color); }






    .main .investors_box .content .item:hover { background-image: url(/images/icon-marks-down-active.png); }

    .otherwarp .content_box .section_1 .box .gird_box .item:hover { background-image: url(/images/service-bg.jpg); background-position: right top; background-repeat: no-repeat; }
    .otherwarp .content_box .section_1 .box .gird_box .item:hover h4 { color: #fff }
    .otherwarp .content_box .section_1 .box .gird_box .item:hover p { color: #fff }
    .otherwarp .content_box .section_1 .box .gird_box .item:hover .icon { color: #fff }
}

@media screen and (min-width: 1200px) {
    .hidden-xl { display: none !important; opacity: 0; visibility: hidden; }
    .main.layout .joinus_box .imgbox { min-height: 700px; }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-lg { display: none !important; opacity: 0; visibility: hidden; }
    .main.layout .joinus_box .imgbox { min-height: 583px; }
    .main.layout .about_box .content::after { display: none }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md { display: none !important; opacity: 0; visibility: hidden; }
    .main.layout .joinus_box .imgbox { min-height: 510px; }
    .main.layout .about_box .content::after { display: none }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm { display: none !important; opacity: 0; visibility: hidden; }
    .main.layout .joinus_box .imgbox { min-height: 450px; }
    .main.layout .about_box .content::after { display: none }
}

@media screen and (max-width: 575px) {
    .hidden-xs { display: none !important; opacity: 0; visibility: hidden; }
    #progress { right:0}


    .header { padding: 0px; height: unset; background-color: #fff !important }
    .header.sticky { border-top: 5px #011522 solid; }
    .header .middle .header_top { padding: 10px 10px; background-color:#fff;position:relative }
    .header .middle .logo_box img { height: 36px; }
    .header .mobile_nav { padding: 0 15px 15px; transition: transform 0.2s cubic-bezier(0.18, 0.77, 0.58, 1),background-color 0.2s cubic-bezier(0.18, 0.77, 0.58, 1); }
    .header.sticky { box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); }
    .header.sticky .mobile_nav { position: absolute; left: 0; right: 0; transform: translateY(-100%); }
    .header .mobile_nav .search_warp .search_form { max-width:unset}
    .header .lang { color: var(--header-setting-font-color)!important; }
    .header .lang .icon { height: 14px }
    .header .lang .dropdown:before { left: 80px !important }
    .header .lang.active .dropdown { left: -50px; }
    .header .lang.row-2 { position:unset}
    .header .lang.row-2.active .dropdown { left: 50%; }
    .header .lang.row-2 .dropdown:before { left: 80% !important; }

    .header .menuicon { flex-shrink: 0; margin-left: 20px; align-self: center; position: relative; width: 24px; height: 24px; padding: 3px 0; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; z-index: 20 }
    .header .menuicon i { width: 100%; height: 2px; background-color: #333; opacity: 1; transform-origin: 10% 0%; }
    .header .menuicon i:nth-child(1) { transition: .36s ease; }
    .header .menuicon i:nth-child(2) { transition: opacity .2s linear; }
    .header .menuicon i:nth-child(3) { transition: .36s ease; }


    /*banner*/
    .main.layout .banner { margin-top: 32%; }
    .main.layout .banner .controller { bottom: 10px; }
    .main.layout .banner .controller .warp_ctrl { width: unset; justify-content: center; }
    .main.layout .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active { padding: 0 10px; }
    .main.layout .banner .banner-swiper .swiper-pagination span { width: 10px; height: 10px; margin: 0 3px; }
    .main.layout .banner .banner-swiper .swiper-slide .banner-content { width: 100%; padding: 20px }
    .main.layout .banner .banner-swiper .swiper-slide .bg .text { width: 80%; }
    .main.layout .banner .banner-swiper .swiper-slide .bg .text h2 { font-size: 20px; }
    .main.layout .banner .banner-swiper .swiper-slide .bg .text p { font-size: 14px; margin: 10px 0; line-height: 1.4 }
    .main.layout .banner .banner-swiper .swiper-slide .bg .text .btn { padding: 8px 10px; }

    .main.layout .business_box { padding: 20px 0 0px; }
    .main.layout .business_box .content .item img { width:32px;}
    .main.layout .business_box .content .item .info { padding-left: 0px; }
    .main.layout .business_box .content .item { flex-direction: column; gap: 10px; text-align: center; }
    .main.layout .business_box .content .item .info .lable { font-size: 14px; }
    .main.layout .business_box .content .item .info .desc { font-size: 12px }

    .main.layout .card_box { padding: 20px 0 0px; }
    .main.layout .card_box .content { flex-direction: column; gap: 15px;padding:10px; }
    .main.layout .card_box .content .item { flex: unset; background-size: cover; border-radius: 6px; overflow: hidden;  height: unset; padding-bottom: 56.25%; width: 100%; }
    .main.layout .card_box .content .item.active {  }
    .main.layout .card_box .content .item + .item { margin-left: 0px; }
    .main.layout .card_box .content .item .info { bottom: 15px; left: 15px; font-size: 18px; }
    .main.layout .card_box .content .item .info .desc { font-size: 14px; }
    .main.layout .card_box .content .item:before { height: 80px; top:unset }
    .main.layout .card_box .content .item.active:before { background: rgba(0,0,0,0.3); }
    /*advantage*/
    .main.layout .advantage_box { padding: 20px 0; }
    .main.layout .advantage_box .wrap .top { padding: 20px 15px 20px; background-color: #fff; }
    .main.layout .advantage_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .main.layout .advantage_box .wrap .top .sub-title { font-size: 14px; }

    .main.layout .advantage_box .content .list { grid-template-columns: repeat(2, 1fr); margin: 0; grid-gap: 0px; }
    .main.layout .advantage_box .content .list .item { border-left: none; padding: 20px; border-radius: 0; }
    .main.layout .advantage_box .content .list .item.bg-grey { background: #fff; top:0 }
    .main.layout .advantage_box .content .list .item.bg-grey .top_text span { color: #7682cc; }
    .main.layout .advantage_box .content .list .item.bg-grey h4 { color: #353535; }
    .main.layout .advantage_box .content .list .item:nth-child(1) { border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
    .main.layout .advantage_box .content .list .item:nth-child(2) { border-bottom: 1px solid #eee; }
    .main.layout .advantage_box .content .list .item:nth-child(3) { border-right: 1px solid #eee; }
    .main.layout .advantage_box .content .list .item p { font-size: 14px; }
    .main.layout .advantage_box .content .list .item h4 { font-size: 18px }
    .main.layout .advantage_box .content .list .item .top_text span { font-size: 36px }
    .main.layout .advantage_box .content .list .item .top_text em { font-size: 14px; }

    /*about*/
    .main.layout .about_box { padding: 80px 0 0px 0; }
    .main.layout .about_box .content { flex-direction: column; padding: 0 10px; gap: 10px; }
    .main.layout .about_box .content .imgbox { width: 100%; order: 2; }
    .main.layout .about_box .content .other { order: 1; }
    .main.layout .about_box .content .other .section-header .section-title { font-size:32px;}
    .main.layout .about_box .content .other .btn-wrap a { padding: 10px 25px; font-size: 14px; margin-top: 15px; }
    .main.layout .about_box .content .other .btn-wrap a svg { width:15px}
    .main.layout .about_box .content::after { display:none}
    /*product*/
    .main.layout .product_box { padding: 20px 10px; }
    .main.layout .product_box .product_con {padding:0 }
    .main.layout .product_box .wrap .top_l { padding: 20px 15px 20px; background-color: #fff; }
    .main.layout .product_box .wrap .top_l .section__title .title { font-size: 20px; line-height: 1; }
    .main.layout .product_box .wrap .top_l .section__title .sub-title { font-size: 14px; }
    .main.layout .product_box .product_con .list { grid-gap: 10px; grid-template-columns: repeat(2, 1fr); }
    .main.layout .product_box .product_con .list .item { }
    .main.layout .product_box .product_con .list .item .imgbox {  }
    .main.layout .product_box .product_con .list .item .textbox { padding: 15px 10px; }
    .main.layout .product_box .product_con .list .item .textbox .baseinfo { padding-right: 0px; }
    .main.layout .product_box .product_con .list .item .textbox h2 { font-size: 1.6rem; transform: translate(0, 0px); }
    .main.layout .product_box .product_con .list .item .textbox .desc { opacity: 1; transition: opacity 0.5s; }
    .main.layout .product_box .product_con .list .item .textbox p { line-height: 1.4; padding-bottom: 0; }


    /*cases*/
    .main.layout .cases_box { padding: 20px 10px; }
    .main.layout .cases_box .cases_con { padding: 0; margin-top: 10px; }
    .main.layout .cases_box .wrap .top_l { padding: 20px 15px 20px; background-color: #fff; }
    .main.layout .cases_box .wrap .top_l .section__title .title { font-size: 20px; line-height: 1; }
    .main.layout .cases_box .wrap .top_l .section__title .sub-title { font-size: 14px; }
    .main.layout .cases_box .cases_con .list .item .textbox h2 { font-size: 1.6rem }
    .main.layout .cases_box .cases_con .arr_box { margin-top: 15px; }



    /*blog*/
    .main.layout .news_box { padding: 20px 0; }
    .main.layout .news_box .wrap .top { padding: 20px 15px 20px; background-color: #fff; }
    .main.layout .news_box .wrap .top .section__title .title { font-size: 20px; line-height: 1; }
    .main.layout .news_box .wrap .top .section__title .sub-title { font-size: 14px; }
    .main.layout .news_box .content .row { flex-direction: column; padding: 0 10px; gap: 0px; flex-wrap: nowrap; grid-template-columns: repeat(1, 1fr); }
    .main.layout .news_box .content .row-footer .blog-project-button { margin-top: 10px; }
    .main.layout .news_box .content .row-footer .blog-project-button a { padding: 10px 25px; font-size: 14px; }
    .main.layout .news_box .content .row-footer .blog-project-button a svg { width: 15px }
    /*blog*/
    .main.layout .comment-area { padding: 20px 0; }
    .main.layout .comment-area .wrap .top { padding: 20px 15px 20px; background-color: #fff; }
    .main.layout .comment-area .section__title .title { font-size: 20px; line-height: 1; }
    .main.layout .comment-area .section__title .sub-title { font-size: 14px; }
    .main.layout .comment-area .comment-active { width: 100%; }
    .main.layout .comment-area .comment__item { margin: 30px 10px; padding: 35px 05px 65px; border-radius: 10px; }
    .main.layout .comment-area .comment__avatars { opacity:0.1}
    .main.layout .brand-area { padding: 30px 0 30px; }

    /*footer*/
    .footer-section { padding: 0;  background-repeat: no-repeat;  background-size: cover; }
    .footer-section .container .row { flex-direction: column; padding: 0 15px; }
    .footer-section .container .row .item:nth-child(1) { width: 100% }
    .footer-section .container .row .item:nth-child(2) { width: 100% }
    .footer-section .container .row .item:nth-child(3) { width: 100% }
    .footer-section .container .row .item:nth-child(4) { width: 100% }
    .footer-section .container .row .item .widget .footer-info li a {display:block }
    .footer__bg-right { display:none}
    .footer__bg-left { display:none}

    /*product-page*/
    .product.layout { padding: 129px 10px 0; }
    .product.layout .content_box { padding: 0px 0; }
    .product.layout .banner { height: 160px }
    .product.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .product.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .product.layout .filter_warp { margin: 0; }
    .product.layout .filter_warp .navigate ul { overflow: hidden; overflow-x: auto;white-space: nowrap;  }
    .product.layout .con_wrap .list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; font-size: 0; }
    .product.layout .con_wrap .list .item a .info h2 { padding: 20px 5px; font-size: 14px; }
    .product.layout .con_wrap .list .item a .imgbox { height: 230px; }
    /*detail-page*/
    .detail.layout { padding: 129px 10px 0; }
    .detail.layout .content_box { padding: 0px 0; }
    .detail.layout .banner { height: 160px }
    .detail.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .detail.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .detail.layout .content_box .container .row { flex-direction: column; padding-bottom:0 }
    .detail.layout .content_box .container .row .product-details-img { width: 100%; height: 420px; border: none; margin-top:15px; }
    .detail.layout .content_box .container .row .product-details-img .product-swiper {border:none }
    .detail.layout .content_box .container .row .product-details-content { margin-left: 0px; padding-top: 15px; }
    .detail.layout .content_box .container .row .product-details-content h2 { font-size:20px }
    .detail.layout .content_box .container .row .product-details-img .slick-list { height: 65px; }
    .detail.layout .content_box .container .row .product-details-img .slick-list .slick-track { height: 65px; }
    .detail.layout .content_box .container .row .product-details-img .slick-list a { height: 65px; width: 65px; }
    .detail.layout .product-details-content .product-details-price { margin: 15px 0 15px; }
    .detail.layout .description-area .product-description-wrapper { border:none; padding: 30px 0px; }

    .detail.layout .box .wrap .top_l .section__title .title { font-size: 24px; }
    .detail.layout .goods_box .goods_con { padding: 20px 0 0px; }
    .detail.layout .goods_box .goods_con .arr_box { margin-top: 20px; }
    .detail.layout .goods_box .goods_con .list .item { padding: 5px; }
    .detail.layout .goods_box .goods_con .list .item .textbox h2 { font-size: 1.6rem; }
    .detail.layout .goods_box .goods_con .list .item .textbox p { line-height:1.4}
    /*blog-page*/
    .blog.layout { padding: 129px 10px 0; }
    .blog.layout .content_box { padding: 0px 0; }
    .blog.layout .banner { height: 160px }
    .blog.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .blog.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .blog.layout .blog-list-section .container { padding: 20px 0; }
    .blog.layout .blog-list-section .container .row { flex-direction: column; gap: 20px; }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-meta { margin: 15px 0; }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-details h3 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
    .blog.layout .blog-list-section .container .row .left_warp .item + .item { margin-top: 20px; }
    .blog.layout .blog-list-section .container .row .right_warp { width: 100% }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-details p { font-size: 14px; line-height: 1.6em; margin-bottom: 15px; }

    /*article-page*/
    .article.layout { padding: 129px 10px 0; }
    .article.layout .content_box { padding: 0px 0; }
    .article.layout .banner { height: 160px }
    .article.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .article.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .article.layout .blog-list-section .container { padding: 20px 0; }
    .article.layout .blog-list-section .container .row { flex-direction: column; gap: 20px; }
    .article.layout .blog-list-section .container .row .left_warp .blog-content .entry-meta { margin: 15px 0; flex-direction: column; gap: 15px;place-items:flex-start }
    .article.layout .blog-list-section .container .row .left_warp .blog-content .entry-details h2 { font-size: 22px; font-weight: 700; margin-bottom: 15px; }
    .article.layout .blog-list-section .container .row .right_warp { width: 100% }

    /*contact-page*/
    .contact.layout { padding: 129px 10px 0; }
    .contact.layout .content_box { padding: 0px 0; }
    .contact.layout .banner { height: 160px }
    .contact.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .contact.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .contact.layout .content_box .row {flex-direction:column }
    .contact.layout .content_box .row .left_warp { order: 2 }
    .contact.layout .content_box .row .right_warp { order:1; }
    .contact.layout .content_box .row .left_warp .section-heading { margin-right: 0; margin-bottom: 0 }
    .contact.layout .content_box .row .left_warp .section-heading h2 { font-size: 26px; margin-top: 0px; line-height:1.4; }
    .contact.layout .content_box .row .left_warp p { margin-bottom: 20px; }
    .contact.layout .content_box .row .left_warp .other .item { width: 100% }
    .contact.layout .contact-form { margin-left: 0px; margin-top: 20px; padding: 15px 15px; }
    .contact.layout .content_box .row .right_warp { order: 1; }
    .contact.layout .content_box .maps_warp { margin-top: 40px; }

    /*faq-page*/
    .faq.layout { padding: 129px 10px 0; }
    .faq.layout .content_box { padding: 0px 0; }
    .faq.layout .banner { height: 160px }
    .faq.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .faq.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .faq.layout .wrap { padding: 0 15px }
    .faq.layout .wrap .content { margin-top: 0; padding: 30px 0; }
    .faq.layout .content .s_title { font-size: 28px; margin-bottom: 10px }
    .faq.layout .content .list { width: 100%; min-height: 300px; }
    .faq.layout .content .list .item .b_title { font-size: 20px }
    .faq.layout .content .list .item .question_label .title_text { font-size: 14px }
    /*help-page*/
    .help.layout { padding: 129px 10px 0; }
    .help.layout .content_box { padding: 0px 0; }
    .help.layout .banner { height: 160px }
    .help.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .help.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .help.layout .wrap { padding: 0 15px }
    .help.layout .wrap .content { margin-top: 0; padding: 30px 0; }
    .help.layout .content .s_title { font-size: 28px; margin-bottom: 10px; text-align: left }
    .help.layout .content .description { width: 100%; min-height: 300px; }
    .help.layout .content .description p { margin-bottom: 15px }


    /*server-page*/
    .server.layout { padding: 129px 10px 0; }
    .server.layout .content_box { padding: 0px 0; }
    .server.layout .banner { height: 160px }
    .server.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .server.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }

    .server.layout .server-warp .context .btn-wrap a { font-size: 14px;  padding: 10px 15px; }
    .server.layout .server-warp .context .btn-wrap a svg { width: 15px; }
    /*about-page*/
    .about.layout { padding: 129px 10px 0; }
    .about.layout .content_box { padding: 0px 0; }
    .about.layout .banner { height: 160px }
    .about.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .about.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }

    .aboutbox.layout .title-bg::after { content: ''; position: absolute; left: 0; top: -4rem; width: 75%; height: 300px; background-color: #252525; }
    .aboutbox.layout .aboutcontext .left { flex: 0 0 100%; max-width: 100%; min-height: 200px; }
    .aboutbox.layout .aboutcontext .right { flex: 0 0 100%; max-width: 100%; padding: 30px 15px }

    .aboutbox.coreserver { padding-bottom: 20px; }
    .aboutbox.coreserver .core_box .customize { display: block; padding: 0 15px }
    .aboutbox.coreserver .core_box .customize .explain { line-height: 1.6; font-size: 1.6rem; padding-right: 0px; width: 100%; }
    .aboutbox.coreserver .core_box .content { grid-template-columns: repeat(1, 1fr); padding: 0 15px }
    .aboutbox.coreserver .core_box .title { padding: 20px 0; font-size: 2.0rem; }

    .aboutbox.factorybase .factorybase_box .title { padding: 20px 0; font-size: 2.0rem; }
    .aboutbox.factorybase .factorybase_box .wrapper .imglist { grid-template-columns: repeat(1, 1fr); grid-gap: 10px; }
    .aboutbox.factorybase .factorybase_box .wrapper { padding: 0 15px }


    .aboutbox.layout .aboutcontext .text h1 { padding: 1rem 0; font-size: 2.0rem; }



    .about.layout .advantage_box { padding: 20px 0; }
    .about.layout .advantage_box .wrap .top { padding: 0 15px 20px; background-color: #fff; }
    .about.layout .advantage_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .about.layout .advantage_box .wrap .top p { font-size: 14px; }


    .about.layout .advantage_box .content .list { grid-template-columns: repeat(2, 1fr); margin: 0; grid-gap: 0px; }
    .about.layout .advantage_box .content .list .item { border-left: none; padding: 20px; border-radius: 0; }
    .about.layout .advantage_box .content .list .item.bg-grey { background: #fff; top: 0 }
    .about.layout .advantage_box .content .list .item.bg-grey .top_text span { color: #7682cc; }
    .about.layout .advantage_box .content .list .item.bg-grey h4 { color: #353535; }

    .about.layout .advantage_box .content .list .item:nth-child(1) { border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
    .about.layout .advantage_box .content .list .item:nth-child(2) { border-bottom: 1px solid #eee; }
    .about.layout .advantage_box .content .list .item:nth-child(3) { border-right: 1px solid #eee; }
    .about.layout .advantage_box .content .list .item p { font-size: 14px; }
    .about.layout .advantage_box .content .list .item .top_text span { font-size: 42px }
    .about.layout .advantage_box .content .list .item .top_text em { font-size: 14px; }
    .about.layout .advantage_box .content .sglogo { right: 15%; bottom: 15%; top: auto; width: 100px }


    .about.layout .honor { padding-bottom: 20px; }
    .about.layout .honor .honor_box .title { padding: 20px 0; font-size: 2.0rem; }


    .about.layout .honor .customize { display: block; margin: 0 10px }
    .about.layout .honor .customize .explain { font-size: 14px; padding-right: 0; width: 100% }
    .about.layout .honor .honor_con { grid-gap: 10px; grid-template-columns: repeat(2, 1fr); padding: 15px; }
    .about.layout .honor .honor_con .item .imgbox { padding: 0 10px; height: 140px; }
    .about.layout .honor .honor_con .item p { font-size: 1.4rem; padding: 0 10px }



    .aboutbox.history { }
    .aboutbox.history .history_box .title { padding: 20px 0; font-size: 2.0rem; }
    .aboutbox.history .wrapper .axis { position: absolute; left: calc(50% - 1px); top: 0; width: 2px; height: 100%; background-color: #666; }
    .aboutbox.history .wrapper .axis::after { content: ''; box-sizing: content-box; position: absolute; left: -8px; top: -9px; display: block; width: 8px; height: 8px; background-color: #000; border-radius: 9px; border: 5px solid #ccc; }

    .aboutbox.history .wrapper { position: relative; height: auto; }
    .aboutbox.history .wrapper .record { position: relative; right: auto; bottom: auto; width: auto; padding-bottom: 100px }

    .aboutbox.history .wrapper .record .item { position: initial; width: auto; }
    .aboutbox.history .wrapper .record .item .event { position: initial }
    .aboutbox.history .wrapper .record .item .time { position: relative }

    .aboutbox.history .wrapper .record .item:nth-child(odd) { padding-left: calc(50% + 2rem); text-align: left; bottom: auto; }


    .aboutbox.history .wrapper .record .item .time:after { content: ''; position: absolute; top: 1.25rem; width: 1.25rem; height: 2px; background-color: #666; }
    .aboutbox.history .wrapper .record .item:nth-child(odd) .time:after { left: -2rem; top: 1.25rem; }


    .aboutbox.history .wrapper .record .item:nth-child(even) { padding-right: calc(50% + 2rem); text-align: right; }
    .aboutbox.history .wrapper .record .item:nth-child(even) .time:after { right: -2rem; top: 1.25rem; left: initial }


    .about.layout .team { padding-bottom: 20px; }
    .about.layout .team .team_box { padding: 0 10px }
    .about.layout .team .team_box .title { padding: 0px 0 20px 0; }
    .about.layout .team .team_box .title .svgbox { width: 220px; }
    .about.layout .team .team_box .title .svgbox text { font-size: 40px; }
    .about.layout .team .team_box .title .svgbox text.red { transform: translate(-30px,0); }
    .about.layout .team .team_box .content { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; }
    .about.layout .team .team_box .content .item .imgview { height: 300px; padding: 10px 5px; }
    .about.layout .team .team_box .content .item .desc { height: 80px; bottom: 5px; left: 5px; right: 5px; }
    .about.layout .team .team_box .content .item .desc h3 { margin-bottom: 0px; font-size: 14px; }
    .about.layout .team .team_box .content .item .desc span { font-size: 12px; }
    .about.layout .team .team_box .content .item .desc .parag { opacity: 1; }
    .about.layout .team .team_box .content .item .desc .parag p { font-size: 12px; line-height: 1.2 }



    .category.layout { padding: 56px 10px 0; }
    .category.layout .banner { height: 120px }
    .category.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; white-space: nowrap; }
    .category.layout .con_wrap .list { grid-template-columns: repeat(1,1fr); grid-gap: 20px; }
    .category.layout .text_box { font-size: 18px; line-height: 1; }
    .category.layout .con_wrap .list .item .operate .btn { padding: 0 10px; height: 40px; font-size: 16px; }


    .directory.layout { padding: 56px 10px 0; }
    .directory.layout .banner { height: 120px }
    .directory.layout .banner .context h2 { font-size: 26px; }
    .directory.layout .banner .context p { font-size: 14px; line-height: 1.2 }
    .directory.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; white-space: nowrap; }
    .directory.layout .content_box { padding: 30px 0; }
    .directory.layout .content_box .dir_page { flex-direction: column; padding: 15px; }
    .directory.layout .content_box .dir_page .dirbox .sub { display: none }
    .directory.layout .con_wrap .list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; font-size: 0; }
    .directory.layout .con_wrap .list .item a .info h2 { padding: 20px 5px; font-size: 14px; }
    .directory.layout .con_wrap .list .item a .imgbox { height: 230px; }



    .search.layout { padding: 56px 10px 0; }
    .search.layout .content_box .results h2 { font-size: 20px }
    .search.layout .content_box { padding: 30px 0; }
    .search.layout .banner { height: 120px }
    .search.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; white-space: nowrap; }
    .search.layout .con_wrap .list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; font-size: 0; }
    .search.layout .con_wrap .list .item a .info h2 { padding: 20px 5px; font-size: 14px; }
    .search.layout .con_wrap .list .item a .imgbox { height: 230px; }



    .yjui-page a, .yjui-page span { padding: 0 7px; font-size: 12px; }
    .yjui-page .yjui-page-prev { font-size: 14px }
    .yjui-page .yjui-page-next { font-size: 14px }

    .md-modal.md-show { width: 96%; }
    .md-modal.md-show .messagebox .title { line-height: 1.2; font-size: 20px; }
    .md-modal.md-show .messagebox { padding: 30px 20px; }
    .md-modal.md-show .messagebox .operate .btn { height: 42px; font-size: 16px; }


    .whats_window { width: auto; min-width: 300px }
    .whats_warp.right { right: 10px; }
    .whats_warp.left { left: 10px; }
    .whats_warp .whats_content .whats_button { width: 50px; height: 50px; }
    .whats_warp.right .whats_window { right: 37px; }
    .whats_warp.left .whats_window { left: 37px; }

 
}
