﻿* { 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: -apple-system-font,Helvetica Neue,Helvetica,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; }

.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: #6199ff; 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 }
.search_warp .search_form { display: flex; 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 }

@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%; }
}
/* 首页幻灯片动画效果结束 */


@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-top:before { content: "\e92f"; }
.icon-round0 .path1:before { content: "\e900"; color: rgb(255, 255, 255); }
.icon-round0 .path2:before { content: "\e901"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round0 .path3:before { content: "\e902"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round1 .path1:before { content: "\e903"; color: rgb(255, 255, 255); }
.icon-round1 .path2:before { content: "\e904"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round1 .path3:before { content: "\e905"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round2 .path1:before { content: "\e906"; color: rgb(255, 255, 255); }
.icon-round2 .path2:before { content: "\e907"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round2 .path3:before { content: "\e908"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round3 .path1:before { content: "\e909"; color: rgb(255, 255, 255); }
.icon-round3 .path2:before { content: "\e90a"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round3 .path3:before { content: "\e90b"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round4 .path1:before { content: "\e90c"; color: rgb(255, 255, 255); }
.icon-round4 .path2:before { content: "\e90d"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round4 .path3:before { content: "\e90e"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round5 .path1:before { content: "\e90f"; color: rgb(255, 255, 255); }
.icon-round5 .path2:before { content: "\e910"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round5 .path3:before { content: "\e911"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round6 .path1:before { content: "\e912"; color: rgb(255, 255, 255); }
.icon-round6 .path2:before { content: "\e913"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round6 .path3:before { content: "\e914"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round7 .path1:before { content: "\e915"; color: rgb(255, 255, 255); }
.icon-round7 .path2:before { content: "\e916"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round7 .path3:before { content: "\e917"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round8 .path1:before { content: "\e918"; color: rgb(255, 255, 255); }
.icon-round8 .path2:before { content: "\e919"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round8 .path3:before { content: "\e91a"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round9 .path1:before { content: "\e91b"; color: rgb(255, 255, 255); }
.icon-round9 .path2:before { content: "\e91c"; margin-left: -1em; color: rgb(112, 112, 112); }
.icon-round9 .path3:before { content: "\e91d"; margin-left: -1em; color: rgb(112, 112, 112); }
.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"; }



.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: #fff; }
.header.sticky { border-top: 10px #011522 solid; box-shadow: 0 2px 5px rgba(0,0,0,.2); background-color: #fff; }
.header.sticky .page_nav .list .item a { color: #333 }
.header.sticky .page_nav .list .lang { color: #333 }
.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: 1260px; margin: 0 auto }
.header .middle .header_top { position: relative; z-index: 30; display: flex; align-items: center; justify-content: center;  }
/*.header .middle .logo_box { margin-right: 60px; flex: 1 1 0%; }*/
.header .middle .logo_box img { max-height:68px; }



.header .page_nav { flex: 1 }

.header .page_nav .list { display: flex; align-items: center; }
.header .page_nav .list .item { padding: 15px 0; margin-left: 30px; font-size: 14px; font-weight: 700; position: relative; }
.header .page_nav .list .item a { color: #fff }
.header .page_nav .list .item:hover::before { position: absolute; content: ""; bottom: 0px; left: 0px; height: 3px; width: 100%; background-color: #6199ff; }
.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 .nav_popover { 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(-1.5rem); box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header .page_nav .list .item:hover .nav_popover { display: block; animation: animateMenuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 1; }
.header .page_nav .list .item .nav_popover ul { color: rgb(41 41 41); }
.header .page_nav .list .item .nav_popover ul li { font-size: 14px; line-height: 2.6; }
.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: 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 .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: #fff; }
.header.sticky .page_nav .list .item > .group-list .icon { color: #000; }

.header .page_nav .list .item .header_menu .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: #000; }


@keyframes animateMenuOpen { 0% { opacity: 0; transform: translateY(-1.5rem); }

    100% { opacity: 1; transform: translateY(0); }
}
.header .page_nav .list .item .header_menu { }
.header .page_nav .list .item .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 .group-list.active + .header_menu-sub { display: block; animation: animateMenuOpen 0.2s ease; animation-fill-mode: forwards; }
.header .page_nav .list .item .group-list.active .icon { transform: rotate(180deg); }
.header .page_nav .list .item .group-list { display: flex; place-items: center }
.header .page_nav .list .item .header_menu .group-list { padding: 0 10px; }
.header .page_nav .list .item .header_menu .group-list a { padding: 0 }


.share_warp { opacity: 0; position: fixed; text-align: center; bottom: 20px; right: 30px; z-index: 5; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.3s ease; cursor: pointer }
.share_warp .back { width: 54px; height: 54px; background-color: #848484; display: flex; place-items: center; place-content: center; border-radius: 3px; }
.share_warp .back i { font-size: 36px; color: #fff }



.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-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.header .lang .dropdown li:last-child { border-bottom: 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; }

.header .lang { padding: 15px 0; margin-left: 44px; font-size: 14px; position: relative; cursor: pointer; color: #444; 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; }

.header .lang .icon_down { margin-left: 5px }

.header.sticky .lang { color: #444; }
/*菜单*/
/*.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 .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; }


.footer { background-color: #131218; color: #777; position: relative; /*border-bottom: 20px #1a86bf solid;*/ }
/*.footer:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-image: url('/images/bg_2.jpg'); background-repeat: no-repeat;  opacity: 0.3;  }
*/


.footer .warp { max-width: 1200px; margin: 0 auto; padding: 0px 0px 20px 0px; position: relative; z-index: 2; }
/*.footer .warp .top_lay { display: flex; justify-items: center; align-items: center; padding-bottom: 20px }
.footer .warp .top_lay .f_logo .img { width: 120px }
.footer .warp .top_lay .app { display: flex; justify-items: center; align-items: center; margin-left: auto }
.footer .warp .top_lay .app .operate .download-button { box-sizing: border-box; display: inline-block; border-radius: 5px; padding: 6px 15px; margin-left: 12px; color: rgba(255,255,255,0.6); line-height: 1; background-color: #000; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; transition: color .3s linear; cursor: pointer; transform: translate3d(0, 0, 0); border: 1px solid #fff; box-shadow: 0 5px 5px -3px rgba(0,0,0,0.12), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12); }
.footer .warp .top_lay .app .operate .download-button svg { opacity: 0.6 }
.footer .warp .top_lay .app.operate .download-button:hover { color: rgba(255,255,255,1) }
.footer .warp .top_lay .app .operate .download-button:hover svg { opacity: 1 }
.footer .warp .top_lay .app .operate .download-button span { margin-right: 5px }*/


.footer .warp .list { display: flex; flex-wrap: wrap; border-top: 1px solid hsla(0,0%,100%,.2); padding: 60px 0 80px }
.footer a { color: #777; }
.footer .warp .list .box > h2 { font-weight: 700; font-size: 16px; color: #fff }
.footer .warp .list .box .sub_list { padding-top: 26px;padding-right:10px }
.footer .warp .list .box .sub_list .item { display: block; font-size: 14px; line-height: 2.2; transition: color 0.3s linear; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.footer .warp .list .box .sub_list .item:hover { color: #fff }
.footer .warp .list .single { flex: 1; }

.footer .warp .list .single > h2 { font-weight: 700; font-size: 16px; color: #fff }
.footer .warp .list .single .grid_box { display: grid; grid-gap: 10px; grid-template-columns: repeat(4, 1fr); padding-top: 36px; width: 262px }
.footer .warp .list .single .user .img { opacity: 0.7; transition: opacity 0.3s linear; cursor: pointer }
.footer .warp .list .single .user .img img { width: 58px; height: 58px; }
.footer .warp .list .single .user .img:hover { opacity: 1 }
.footer .warp .list .single .adv_footer { display: block; margin-top: 0px }
.footer .warp .list .single .adv_footer img { width: 100% }
.footer .warp .list .i_box { flex: 0 0 15%; max-width: 15%; }
.footer .warp .list .i_box:nth-child(3) { margin-right: 20px }
.footer .warp .list .contact_box {   text-align: right; margin-left: 20px; flex:1}
.footer .warp .list .box .contact { padding-top: 26px; }
.footer .warp .list .box .contact p { font-size: 14px; }
.footer .warp .list .box .contact h2 { font-size: 20px; padding: 5px 0; }
.footer .warp .list .box .contact .f_social { padding-top: 10px }
.footer .warp .list .box .contact .f_social a { font-size: 16px; color: #777777; transition: all 0.3s linear; margin-left: 20px; }
.footer .warp .list .box .contact .f_social a:hover { color: #6610f2; }

.footer .warp .cpy { }
.footer .warp .cpy .tips { font-size: 12px; }
/*分页*/
.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 }



.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; }





/*index*/
.pagebanner .item { width: 100%; text-align: center; }
.pagebanner .item img { max-width: 100%; }

.header { background-color: unset; }

.banner { position: relative; overflow: hidden; }
.banner .banner-swiper { height: 100%; left: 0; top: 0; width: 100%; }
.banner .banner-swiper .swiper-slide { text-align: center }
.banner .banner-swiper .swiper-slide .bg { background: no-repeat 50% 50%/cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.banner .banner-swiper .swiper-slide .bg .banner-image { display: flex; flex-direction: column; align-items: self-start; width: 40%; transform-origin: center center; transform: scale(1); }
.banner .banner-swiper .swiper-slide:not(.swiper-slide-active) .banner-transition { display: none; opacity: 0; visibility: hidden; }
.a-flyLeftIn { animation-duration: .4s; animation: 1s ease 0s 1 normal both running flyLeftIn; }

.banner .banner-swiper .swiper-slide .banner-content { width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; }
.banner .banner-swiper .swiper-slide .bg .text { line-height: 1; }
.banner .banner-swiper .swiper-slide .bg .text h2 { font-size: 38px; color: #fff }
.banner .banner-swiper .swiper-slide .bg .text p { font-size: 16px; color: #fff; margin: 30px 0; line-height: 1.8 }
.banner .banner-swiper .swiper-slide .bg .text .btn { white-space: nowrap; padding: 15px 28px; color: rgb(255, 255, 255); text-transform: uppercase; border: 0px none; background-image: -webkit-linear-gradient(0deg, #62bdfc 0%, #8490ff 100%); font-size: 12px; letter-spacing: 3px; }

.banner .banner-swiper .swiper-slide img { max-width: 100% }
.banner .banner-swiper .swiper-pagination { list-style: none; position: relative; line-height: 0 }
.banner .banner-swiper .swiper-pagination span { display: inline-block; width: 14px; height: 14px; border: 2px #fff solid; border-radius: 14px; margin: 0 6px; cursor: pointer; color: rgba(255, 255, 255, 0.00) !important; transition: all 0.3s; }
.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active { padding: 0 14px; background-color: rgba(255, 255, 255, 0.00) !important }




.banner .controller { position: absolute; bottom: 50px; left: 0; width: 100%; z-index: 10000 }
.banner .controller .warp_ctrl { display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; width: 1200px; margin: 0 auto }
.banner .controller .prev_box { display: flex; align-items: center }
.banner .controller .prev_box .def-prev { width: 26px; height: 26px; cursor: pointer; margin-right: 50px; position: unset; margin-top: 0; }
.banner .controller .prev_box .def-prev:after { content: '' }
.banner .controller .prev_box .def-prev img { width: 100% }
.banner .controller .next_box { display: flex; align-items: center }
.banner .controller .next_box .def-next { width: 26px; height: 26px; cursor: pointer; margin-left: 50px; position: unset; margin-top: 0; }
.banner .controller .next_box .def-next:after { content: '' }
.banner .controller .next_box .def-next img { width: 100% }
.banner .controller .next_box .num { color: #fff; font-weight: 700; font-size: 20px; }
.banner .controller .next_box .num .totalpage { font-size: 16px; }

.banner-video-cover { background-color: rgba(0,0,0,.2); bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.banner-video-cover .banner-btn-play { background: url(https://c1.itigergrowth.com/portal5/static/media/btn-play.2a2f0457.png) no-repeat 50%/contain; border: 0; cursor: pointer; height: 34px; left: 50%; margin: -10px 0 0 -17px; padding: 0; position: absolute; text-indent: -9999em; top: 50%; transition: -webkit-transform .5s ease; transition: transform .5s ease; transition: transform .5s ease,-webkit-transform .5s ease; width: 34px; }

.main .box .wrap { position: relative; max-width: 1200px; margin: 0 auto; z-index: 1 }
.main .banner img { max-width: 100% }


.main .menu_bar { background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, transparent), #000; }
.main .box.menu_bar .wrap { max-width: 1400px }

.main .menu_bar .content { display: grid; grid-gap: 15px; grid-template-columns: repeat(5, 1fr); padding: 20px 0 }
.main .menu_bar .content .item { display: flex; place-items: center; place-content: center; flex-direction: column }
.main .menu_bar .content .item img { width: 39px }
.main .menu_bar .content .item .lable { font-size: 14px; font-weight: 700; color: #ffa903; padding-top: 15px }

/*    .main .advantage_box { padding: 80px 0; background-color: #f9f9f9 }
        .main .advantage_box .wrap .top { padding-bottom: 60px; text-align:center }
        .main .advantage_box .wrap .top h2 { color: #2b2b2b; font-size: 35px; line-height: 52px; margin-bottom: 10px; }
        .main .advantage_box .wrap .top p { color: #878787; font-size: 16px; font-weight: normal; line-height: 25px; letter-spacing: 0.2px; }
        .main .advantage_box .content { display: flex; justify-content: center; align-items: center; font-family: "微软雅黑", Verdana; position: relative; }
        .main .advantage_box .content .list { flex: 1; display: grid; grid-gap: 30px; grid-template-columns: repeat(4, 1fr); }
        .main .advantage_box .content .list .item { background: #ffffff; border-radius: 5px; padding: 42px 10px; cursor: crosshair; position: relative; top: 0; transition: all ease-in-out 0.4s; text-align: center }
        .main .advantage_box .content .list .item.bg-grey { background: #2b2b2b; top: -5px; }
        .main .advantage_box .content .list .item.bg-grey .top_text span { color: #fff }
        .main .advantage_box .content .list .item.bg-grey h4 { color: #fff }




        .main .advantage_box .content .list .item .top_text span { color: #7682cc; font-size: 62px; text-align: center; margin-top: 32px; margin-bottom: 22px; }
        .main .advantage_box .content .list .item .top_text em { font-size: 14px; color: #878787 }
        .main .advantage_box .content .list .item h4 { color: #353535; font-size: 20px; padding-bottom: 10px }
        .main .advantage_box .content .list .item p { color: #878787; font-size: 16px; font-weight: normal; line-height: 25px; letter-spacing: 0.2px; }*/




.main .sms_box { padding: 60px 0 80px; background-color: #131218; position: relative; z-index: 1; position: relative; }
.main .sms_box .wrap .top { padding-bottom: 60px; text-align: center }
.main .sms_box .wrap .top h2 { color: #fff; font-size: 35px; line-height: 52px; margin-bottom: 10px; }
.main .sms_box .wrap .top p { color: #878787; font-size: 16px; font-weight: normal; line-height: 25px; letter-spacing: 0.2px; }
.main .sms_box .wrap .top p .more { border-radius: 3px; padding: 8px 18px; color: rgb(255, 255, 255); border: 0px none; background-image: -webkit-linear-gradient(0deg, #62bdfc 0%, #8490ff 100%); font-size: 14px; }

.main .sms_box .canvas { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden }
.main .sms_box .content { display: grid; grid-gap: 30px; grid-template-columns: repeat(2, 1fr); }
/*.main .sms_box .content .imgbox{height:350px;padding:0 10px 10px 0}*/
/*.main .sms_box .content .imgbox .img{display:block; width:100%; height:100%;box-shadow: 10px 10px 0px 1px #213744,14px 14px 3px 0px #213744;}*/
/*.main .sms_box .content .imgbox{height:350px;}*/
.main .sms_box .content .imgbox { font-size: 0; }
.main .sms_box .content .imgbox .img { display: block; width: 100%; height: 100%; }
.main .sms_box .content .other { background-color: rgba(225, 225, 228, 0.1); box-shadow: 0px 1px 8px 0px rgba(24, 24, 23, 0.42); padding: 20px 50px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; color: #fff; }

.main .sms_box .content .other h2 { font-size: 32px; font-weight: 700; color: #fff; line-height: 1; padding-bottom: 15px; }
.main .sms_box .content .other p { font-size: 18px; }
.main .sms_box .content .form { flex: 1; position: relative; margin-top: 10px; padding-top: 25px; }
.main .sms_box .content .form:before { content: ''; position: absolute; top: 0; left: 0; width: 80px; height: 3px; background-color: #6199ff; }
.main .sms_box .content .form .item { margin-bottom: 20px; }
.main .sms_box .content .form .item.group { display: flex; }
.main .sms_box .content .form .item.group .combine:nth-child(2) { margin-left: 15px }
.main .sms_box .content .form .item.group .combine { flex: 1 }
.main .sms_box .content .form .combine { border: 1px #666 solid; display: flex; align-items: center; justify-content: flex-start; line-height: 1; }
.main .sms_box .content .form .combine .border_left { border-left: 1px #666 solid; }
.main .sms_box .content .form .combine input { height: 46px; font-size: 16px; padding: 0 15px; width: 100%; background-color: unset; color: #fff }
.main .sms_box .content .form .combine select { height: 46px; font-size: 16px; padding: 0 15px; color: #fff; background-color: unset; }
.main .sms_box .content .form .combine textarea { width: 100%; height: 100px; background-color: unset; color: #fff; font-size: 16px; padding: 15px; }
.main .sms_box .content .form .combine .lable { flex-shrink: 0; font-size: 16px; color: #999; padding: 0 15px; cursor: pointer }
.main .sms_box .content .form .tips { font-size: 14px; color: #777 }
.main .sms_box .content .form .tips i { font-style: normal; color: #f15353 }
.main .sms_box .content .btn_footer .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: #6199ff; cursor: pointer }
.main .sms_box .content .btn_footer .btn .icon { transform: rotate(-90deg); font-size: 18px; margin-left: 5px }
.main .sms_box .content .btn_footer { display: flex; align-items: center; justify-content: center }
.main .sms_box .content .btn_footer .lable { font-size: 18px; color: #6199ff; margin-left: 15px; cursor: pointer }

.main .sms_box .content .btn_footer .combine { border: 1px #666 solid; display: flex; align-items: center; justify-content: flex-start; width: 30%; line-height: 1; margin-right: 10px }
.main .sms_box .content .btn_footer .combine .border_left { border-left: 1px #666 solid; }
.main .sms_box .content .btn_footer .combine input { height: 46px; font-size: 16px; padding: 0 15px; width: 100%; background-color: unset; color: #fff }




.main .news_box { padding: 60px 0; background-color: #fff }
.main .news_box .wrap .top { padding-bottom: 60px; text-align: center }
.main .news_box .wrap .top h2 { color: #2b2b2b; font-size: 35px; line-height: 52px; margin-bottom: 10px; }
.main .news_box .wrap .top p { color: #878787; font-size: 16px; font-weight: normal; line-height: 25px; letter-spacing: 0.2px; }
/*.main .news_box .content{ display: grid;grid-gap:30px;grid-template-columns: repeat(3, 1fr); padding-top:60px; }*/
.main .news_box .content { }
.main .news_box .content .item { background-color: #fff; cursor: pointer; box-shadow: 0 14px 45px 0 rgba(205, 205, 205, 0.35); }
.main .news_box .content .item .imgbox { max-height: 260px; overflow: hidden; background-clip: padding-box; }
.main .news_box .content .item .imgbox img { object-fit: cover; object-position: 50% 50%; height: 196px; margin-left: 50%; transform: translateX(-50%); max-width: none; width: auto; min-width: 100%; }
.main .news_box .content .item .imgbox .date-meta { font-size: 15px; color: #FFF; text-align: center; position: absolute; top: 0; padding: 6px 13px; background: #363636; line-height: 1.4 }
.main .news_box .content .item .imgbox .date-meta span { display: block; font-size: 26px; font-weight: 700; }
.main .news_box .content .item .info { display: flex; height: 176px; }

.main .news_box .content .item .info .left_layout h4 { font-size: 18px; color: #444; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: normal; margin: 20px 0 15px; text-transform: uppercase; letter-spacing: 1px; }
.main .news_box .content .item .info .left_layout p { font-size: 14px; color: #878787; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 17px; }
.main .news_box .content .item .info .left_layout { width: 100%; padding: 0 15px }
.main .news_box .content .item .info .left_layout .icon { transform: rotate(-90deg); font-size: 18px; color: #666; display: inline-block }

.product_box .product_con .list .item .price_box .unit { font-size: 14px; font-weight: 700; font-style: normal; }
.product_box .product_con .list .item .price_box .vul { font-size: 20px; font-weight: 700; padding-left: 3px; }


/*产品中心*/
.product_box { background-color: #fff; padding: 40px 0 80px; }
.product_box .warp { overflow: visible; }
.product_box .wrap .top { padding-bottom: 0px; text-align: center }
.product_box .wrap .top h2 { color: #2b2b2b; font-size: 35px; line-height: 52px; margin-bottom: 10px; }
.product_box .wrap .top p { color: #878787; font-size: 16px; font-weight: normal; line-height: 25px; letter-spacing: 0.2px; }
.product_box .product_con { padding: 30px 0; }
.product_box .product_con .list { display: grid; grid-gap: 15px; grid-template-columns: repeat(4, 1fr); }
.product_box .product_con .list .item .imgbox { position: relative; display: block; padding-bottom: 100%; width: 100%; overflow: hidden; }
.product_box .product_con .list .item img { position: absolute; width: 100%; transition: all .5s; }
.product_box .product_con .list .item:hover img { transform: scale(1.2,1.2); }
.product_box .product_con .list .item { border: 1px rgba(0,0,0,0.07) solid }

.product_box .product_con .list .item:first-child { margin: 0 }
.product_box .product_con .list .item .textbox { padding: 10px; position: relative; margin-top: 10px }
.product_box .product_con .list .item .textbox::before { content: ""; position: absolute; top: 0; left: 10px; width: 20%; border-bottom: 2px solid #000; transition: 0.3s all linear; }

.product_box .product_con .list .item .textbox h2 { font-size: 1.8rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; transition: transform 0.5s; transform: translate(0, 0px); }
.product_box .product_con .list .item .textbox .desc { line-height: 2.0; }
.product_box .product_con .list .item .textbox p { font-size: 1.3rem; color: #878787; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-bottom: 5px; }

.product_box .product_con .list .item .textbox .more { border-radius: 3px; padding: 8px 18px; color: rgb(255, 255, 255); border: 0px none; background-image: -webkit-linear-gradient(0deg, #62bdfc 0%, #8490ff 100%); font-size: 14px; }
.product_box .product_con .list .item .textbox .desc-primary { display: inline-block; transform: rotate(180deg); color: #878787; font-size: 2.2rem; line-height: 1; }


.product_box .product_con .list .item:hover .textbox .desc { opacity: 1; }

.product_box .swiper-container { width: 100%; height: 100%; }

.product_box .swiper-slide { flex-shrink: 0; }


.main .honor_box { background-color: rgb(249, 249, 249); padding: 80px 0; }
.main .honor_box .wrap { }
.main .honor_box .wrap .top { padding-bottom: 30px; text-align: center }
.main .honor_box .wrap .top h2 { color: #2b2b2b; font-size: 35px; line-height: 52px; margin-bottom: 50px; }
.main .honor_box .wrap .top p { color: #878787; font-size: 16px; font-weight: normal; line-height: 25px; letter-spacing: 0.2px; }
.main .honor_box .wrap .top .customize { display: flex; align-items: center; background-color: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 0px 10px #ddd; }
.main .honor_box .wrap .top .explain { margin-bottom: 2em; color: #666; line-height: 2; font-size: 1.8rem; padding-right: 50px; text-align: left; width: 55%; }
.main .honor_box .wrap .top .customize .imgview { flex: 1 }
.main .honor_box .wrap .top .customize .imgview img { max-width: 100% }

.main .honor_box .product_con { padding: 30px 0; }
.main .honor_box .honor_con { width: 100%; height: 100%; display: grid; grid-gap: 30px; grid-template-columns: repeat(3, 1fr); }
.main .honor_box .honor_con .item { background: #fff; box-shadow: 0 8px 30px #ddd; padding-top: 20px; }
.main .honor_box .honor_con .item .imgbox { text-align: center; width: 100%; height: 240px; padding: 10px 0; display: flex; place-content: center; place-items: center; }
.main .honor_box .honor_con .item .imgbox img { max-width: 100%; max-height: 100%; }
.main .honor_box .honor_con .item p { line-height: 1.4; padding-top: 0; text-align: center; color: #636363; font-size: 1.6rem; margin-bottom: 20px; word-break: break-all; }


.client_box { padding: 80px 0; background-color: #fff; }

.main .client_box .wrap { }
.client_box .wrap .content { display: flex; }
.client_box .wrap .content .left { display: flex; flex-direction: column; justify-content: center; align-items: center; flex-shrink: 0; font-size: 30px; margin-right: 50px }
.client_box .wrap .content .left .svgbox { height: 90px; width: 100%; }
.client_box .wrap .content .left .svgbox text { font-size: 60px; font-weight: 900; }
.client_box .wrap .content .left .svgbox text.Stroke { fill: rgba(0, 0, 0, 0); stroke: #d4d4d4; stroke-width: .5; }
.client_box .wrap .content .left .svgbox text.red { fill: #f9253b; }
.client_box .wrap .content .right { display: grid; grid-gap: 10px; grid-template-columns: repeat(4, 1fr); flex: 1; }
.client_box .wrap .content .right .item { border: 1px solid #e7eaec; display: flex; place-content: center; place-items: center; height: 68px; background-color: #fff; overflow: hidden }
.client_box .wrap .content .right .item img { width: 70% }


@media(any-hover:hover) {
    .advantage_box .content .list .item:hover { background: #2b2b2b; top: -5px; }
    .advantage_box .content .list .item:hover .top_text span { color: #fff }
    .advantage_box .content .list .item:hover h4 { color: #fff }






    .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; }
}

@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; }
}

@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; }
}

@media screen and (max-width: 575px) {
    .share_warp.suuu { opacity: 1; }
    .share_warp.suuu .box { transform: rotate(180deg); }
    .share_warp.suuu .switch { transform: rotate(180deg); }




    .hidden-xs { display: none !important; opacity: 0; visibility: hidden; }

    .footer .warp { padding: 30px 20px; height: unset }
    .footer .warp .list { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px; padding: 30px 0 80px; }
    .footer .warp .list .i_box { max-width: unset }
    .footer .warp .list .single { text-align: left; border-top: 1px solid hsla(0,0%,100%,.2); padding-top: 30px }
    .footer .warp .list .single .grid_box { grid-template-columns: repeat(4, 1fr); }
    .footer .warp .list .single .adv_footer img { width: 100% }
    .footer .warp .list .contact_box { margin-left: unset; text-align: left }
    .footer .warp .list .box .contact .f_social a { margin: 0 20px 0 0; }
    .footer .warp .list .box .sub_list { padding-top: 15px; }
    .footer .warp .top_lay .app { text-align: right }
    .footer .warp .top_lay .app .operate .download-button:first-child { margin-bottom: 15px }

    .header { padding: 0px; height: unset; background-color: #fff !important }
    .header.sticky { border-top: 5px #011522 solid; }
    .header .middle .header_top { padding: 10px 15px; background-color:#fff }
    .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 .icon { height: 14px }
    .header .lang .dropdown:before { left: 80px !important }

    .header .lang.active .dropdown { left: -50px; }

    .header .menuicon { 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; }



    .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 .advantage_box { padding: 20px 0; }
    .main.layout .advantage_box .wrap .top { padding: 0 15px 20px; background-color: #fff; }
    .main.layout .advantage_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .main.layout .advantage_box .wrap .top p { 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 .top_text span { font-size: 42px }
    .main.layout .advantage_box .content .list .item .top_text em { font-size: 14px; }
    .main.layout .advantage_box .content .sglogo { right: 15%; bottom: 15%; top: auto; width: 100px }*/


    .main.layout .menu_bar .content { grid-template-columns: repeat(2, 1fr); }
    .main.layout .menu_bar .content .item img { width: 29px; }
    .main.layout .menu_bar .content .item .lable { font-size: 14px; font-weight: normal; }



    .main.layout .product_box { padding: 20px 10px; }
    .main.layout .product_box .wrap .top { padding: 0; }
    .main.layout .product_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .main.layout .product_box .wrap .top p { 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 { height: 253px; }
    .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.6 }




    .main.layout .sms_box { padding: 20px 0 20px; }
    .main.layout .sms_box .wrap .top { padding: 0 15px 20px; }
    .main.layout .sms_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .main.layout .sms_box .wrap .top p { font-size: 14px; }

    .main.layout .sms_box .content { grid-template-columns: repeat(1, 1fr); padding: 0 10px; grid-gap: 10px; }
    .main.layout .sms_box .content .imgbox { padding: 0 }
    .main.layout .sms_box .content .imgbox .img { box-shadow: none }
    .main.layout .sms_box .content .other { padding: 20px 10px; }
    .main.layout .sms_box .content .other h2 { font-size: 18px }
    .main.layout .sms_box .content .other p { font-size: 14px }
    .main.layout .sms_box .content .form .combine { width: 100% }
    .main.layout .sms_box .content .btn_footer { flex-direction: column; }
    .main.layout .sms_box .content .btn_footer .btn { width: 100% }
    .main.layout .sms_box .content .btn_footer .lable { margin-left: 0px; }
    .main.layout .sms_box .content .btn_footer .combine { width: 100%; margin-right: 0; margin-bottom: 20px; }






    .main.layout .news_box { padding: 20px 10px; }
    .main.layout .news_box .wrap .top { padding: 0; }
    .main.layout .news_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .main.layout .news_box .wrap .top p { font-size: 14px; }
    .main.layout .news_box .content { padding-top: 30px; overflow: hidden }
    .main.layout .news_box .content .swiper-pagination-bullet-active { background: #1a86bf }
    .main.layout .news_box .content .news-swiper-pagination { padding-top: 20px; display: flex; justify-content: center; align-items: center; }
    .main.layout .news_box .top h2 { font-size: 26px; }

    .main.layout .honor_box { padding: 20px 0px; }
    .main.layout .honor_box .wrap .top .customize { display: block }
    .main.layout .honor_box .wrap .top { padding: 0 15px; }
    .main.layout .honor_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .main.layout .honor_box .wrap .top .explain { font-size: 14px; padding-right: 0; width: 100% }
    .main.layout .honor_box .honor_con .swiper-container { padding: 0; }
    .main.layout .honor_box .honor_con { grid-gap: 10px; grid-template-columns: repeat(2, 1fr); padding: 15px; }
    .main.layout .honor_box .honor_con .item .imgbox { padding: 0 10px; height: 140px; }
    .main.layout .honor_box .honor_con .item p { font-size: 1.4rem; padding: 0 10px }

    .main.layout .client_box { padding: 0px 10px 20px; }
    .main.layout .client_box .wrap .content { flex-direction: column }
    .main.layout .client_box .wrap .content .left { margin-right: 0; }
    .main.layout .client_box .wrap .content .left .svgbox { width: 220px; }
    .main.layout .client_box .wrap .content .left .svgbox text { transform: translate(90,80%); font-size: 40px; }
    .main.layout .client_box .wrap .content .left .svgbox text.red { transform: translate(-30px,0); }
    .main.layout .client_box .wrap .content .right { grid-gap: 0px; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #e7eaec; margin-top: 20px }
    .main.layout .client_box .wrap .content .right .item { border-top: none; height: 58px; }
    .main.layout .client_box .wrap .content .right .item:nth-child(2n) { border-left: none; }
    .main.layout .client_box .wrap .content .right .item img { max-width: 50% }



    .about.layout { padding-top: 56px; }
    .about.layout .banner { height: 120px; }
    .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 { 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 .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; }

    .product.layout { padding: 56px 10px 0; }
    .product.layout .content_box { padding: 30px 0; }
    .product.layout .banner { height: 120px }
    .product.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; 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; }

    .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; }


    .detail.layout { padding-top: 56px; }
    .detail.layout .smallnav_wrap { padding: 0 10px; }
    .detail.layout .content_box .content { padding: 0px 10px 20px; margin: 0; }
    .detail.layout .con_wrap { flex-direction: column }
    .detail.layout .imgbox { width: 100%; height: 420px; border: none }
    .detail.layout .con_wrap .c_box { padding: 20px 0px; box-shadow: none; margin-left: 0px; width: 100%; }
    .detail.layout .product-swiper .swiper-navigation { display: none }
    .detail.layout .product-swiper .swiper-pagination { font-size: 16px; }
    .detail.layout .product-swiper .swiper-pagination .swiper-pagination-current { font-size: 20px; }
    .detail.layout .content .detail { padding-top: 20px; }
    .detail.layout .con_wrap .c_box .descbox .text { min-height: 100px; }
    .detail.layout .content .detail h2.title { font-size: 1.8rem; padding-bottom: 5px; }
    .detail.layout .content .detail h2.title:before { bottom: 8px; }
    .detail.layout .con_wrap .c_box h2.title { font-size: 1.8rem; }
    .detail.layout .con_wrap .c_box .modal { font-size: 1.6rem; }
    .detail.layout .con_wrap .c_box .item em { font-size: 1.4rem; }
    .detail.layout .con_wrap .c_box .item span { font-size: 1.4rem; }
    .detail.layout .con_wrap .c_box .item { padding: 0 }


    .contact.layout { padding-top: 56px; }
    .contact.layout .banner { height: 120px }
    .contact.layout .smallnav_wrap { padding: 0 10px; }
    .contact.layout .con_wrap .c_title { font-size: 20px }
    .contact.layout .con_wrap { padding: 0px 10px 20px; margin: 0; }
    .contact.layout .contactbox .c_box { position: relative; width: 100%; border-radius: 0; transform: translateY(0%); padding: 20px 0px; box-shadow: none }
    .contact.layout .contactbox .maps { width: 100% }
    .contact.layout .msgbox { padding: 0 10px; }
    .contact.layout .msgbox .form .form_input { display: block; }
    .contact.layout .msgbox .form .msg_input { display: block; width: 100% }

    .contact.layout .reply .r_list .r_item .t_user img { width: 45px; height: 45px; margin-right: 10px; }
    .contact.layout .reply .r_list .r_item time { margin-left: 0px; }
    .contact.layout .reply { padding: 0 10px; }
    .contact.layout .reply .r_list .r_item .txt ul li { margin-right: 10px; }
    .contact.layout .reply .r_list .r_item .txt .ask { padding: 0; }






    .news.layout { padding-top: 56px; background-color: #fff; }
    .news.layout .banner { height: 120px }
    .news.layout .smallnav_wrap { padding: 0 10px; }
    .news.layout .news_list_box { padding: 30px 0; }
    .news.layout .news_list_box .wrap { width: auto }
    .news.layout .news_list_box .wrap .top .title { font-size: 26px; margin-bottom: 30px; padding: 0 10px }
    .news.layout .news_list_box .wrap .top .sort { flex-direction: column; justify-content: flex-start; align-items: flex-start; padding: 0 10px }
    .news.layout .news_list_box .wrap .top .sort .t_label { font-size: 20px; }
    .news.layout .news_list_box .wrap .top .sort .yj_select { width: 100% }
    .news.layout .news_list_box .content { padding: 0px 10px 0; }
    .news.layout .news_list_box .content .item { flex-flow: column; }
    .news.layout .news_list_box .content .item .info { margin-left: 0px; }
    .news.layout .news_list_box .content .item .img { max-width: 100% }
    .news.layout .news_list_box .content .item .info .other { margin: 10px 0; }
    .news.layout .news_list_box .content .item .info h2 { font-size: 18px; }
    .news.layout .news_list_box .content .item .info p { font-size: 14px; }
    .news.layout .page-box { padding: 0 10px; }

    .article.layout { padding-top: 56px; }
    .article.layout .smallnav_wrap { padding: 0 10px; }
    .article.layout .warp { width: auto; display: block; padding-top: 20px; }
    .article.layout .top { width: auto; padding: 15px 15px 0 }
    .article.layout .top .title_info .title { font-size: 18px; }
    .article.layout .content_box { width: auto; padding: 0 15px }
    .article.layout .top .title_info .other .lable { font-size: 14px; }
    .article.layout .top .title_info .other .time { font-size: 14px; }
    .article.layout .content_box .content { font-size: 14px; padding: 30px 0; }
    .article.layout .left_lay .other { padding: 0 15px; }

    .article.layout .right_lay { width: 100%; margin-left: 0px; padding: 0 10px }







    .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; }
}
