@charset "UTF-8";
/* 全局样式 site.css */
:root { --theme: #932023; --active: #c6873a; --theme-deep: #7d1b1e; --active-light: #d5af7e; }

.bg-theme { background-color: var(--theme); }

.bg-active { background-color: var(--active); }

.color-theme { color: var(--theme); }

.color-active { color: var(--active); }

/* 字体 */
/* @font-face { font-family: 'PingFang-Heavy'; src: url(../fonts/PingFang-Heavy.ttf); }

@font-face { font-family: 'PingFang-Bold'; src: url(../fonts/PingFang-Bold.ttf); }

@font-face { font-family: 'PingFang-Medium'; src: url(../fonts/PingFang-Medium.ttf); }

@font-face { font-family: 'PingFang-Regular'; src: url(../fonts/PingFang-Regular.ttf); } */

@font-face { font-family: 'DIN-Bold'; src: url(../fonts/D-DIN-Bold.ttf); }

.f-PingFang-Heavy { font-family: 'PingFang-Heavy', sans-serif; font-weight: normal; }

.f-PingFang-Bold { font-family: 'PingFang-Bold', sans-serif; font-weight: normal; }

.f-PingFang-Medium { font-family: 'PingFang-Medium', sans-serif; font-weight: normal; }

.f-PingFang-Regular { font-family: 'PingFang-Regular', sans-serif; font-weight: normal; }

.f-DIN-Bold { font-family: 'DIN-Bold', sans-serif; font-weight: normal; }

html { font-family: 'PingFang-Medium', sans-serif; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; }

@media (min-width: 1921px) { html { font-size: calc(100vw / 1920 * 100); } }

body { background-color: #f9f8f6; color: #000000; }

.pswp__bg { background: rgba(0, 0, 0, 0.7); }

a { text-underline-offset: .25em; }

/* 全局样式 site.css end */
/* 分页 start */
.__ID__.m-pages { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; color: #545454; }

.__ID__.m-pages .nums { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #e6e6e6; border-radius: 37px; }

.__ID__.m-pages .nums .item { margin-right: .3rem; }

.__ID__.m-pages .nums .item:last-child { margin-right: 0; }

.__ID__.m-pages .item { min-width: 37px; height: 37px; line-height: 37px; border-radius: 37px; padding: 0 .2em; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; margin-right: .08rem; }

.__ID__.m-pages .item:last-child { margin-right: 0; }

.__ID__.m-pages .item:hover { color: var(--active); }

.__ID__.m-pages .item.on { color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, from(#c99d6e), to(#e6ca98)); background-image: -o-linear-gradient(bottom, #c99d6e 0%, #e6ca98 100%); background-image: linear-gradient(0deg, #c99d6e 0%, #e6ca98 100%); }

.__ID__.m-pages .item.on span { -webkit-filter: drop-shadow(0rem 0rem 0.08rem #804a0f); filter: drop-shadow(0rem 0rem 0.08rem #804a0f); }

.__ID__.m-pages .item.disabled { pointer-events: none; }

.__ID__.m-pages .prev, .__ID__.m-pages .next { background-color: #e6e6e6; background-size: auto 35.13%; background-repeat: no-repeat; background-position: center; }

.__ID__.m-pages .prev:hover, .__ID__.m-pages .next:hover { background-color: var(--active); }

.__ID__.m-pages .prev { background-image: url(../images/pages-1.png); margin-right: .52rem; }

.__ID__.m-pages .prev.home { background-image: url(../images/pages-2.png); }

.__ID__.m-pages .next { background-image: url(../images/pages-1.png); margin-left: .52rem; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }

.__ID__.m-pages .next.last { background-image: url(../images/pages-2.png); }

@media (max-width: 1000px) { .__ID__.m-pages .item { min-width: .6rem; height: .6rem; line-height: .6rem; line-height: .6rem; }
  .__ID__.m-pages .prev { margin-right: .2rem; }
  .__ID__.m-pages .next { margin-left: .2rem; } }

@media (max-width: 500px) { .__ID__.m-pages .nums .item { margin-right: 0; }
  .__ID__.m-pages .prev { margin-right: 2px; }
  .__ID__.m-pages .next { margin-left: 2px; } }

/* 分页 end */
/* 板块导航 start */
.__ID__.md-module-nav { position: fixed; top: 50%; left: 1rem; z-index: 5; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.__ID__.md-module-nav .list { color: #545454; position: relative; }

.__ID__.md-module-nav .list:before { content: ''; position: absolute; left: 0.38462em; top: 0.84615em; bottom: 0.84615em; width: 1px; margin: auto; background: #c2c2c2; }

.__ID__.md-module-nav .list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; position: relative; z-index: 2; margin-bottom: .08rem; }

.__ID__.md-module-nav .list .item:last-child { margin-bottom: 0; }

.__ID__.md-module-nav .list .item::before { content: ''; width: 0.84615em; height: 0.84615em; border-radius: 50%; background-color: #ffffff; border: solid 0.016rem #932023; margin-right: 0.12rem; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.__ID__.md-module-nav .list .item span { position: relative; }

.__ID__.md-module-nav .list .item span::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; border-bottom: .02rem solid; display: none; }

.__ID__.md-module-nav .list .item:hover { font-weight: bold; }

.__ID__.md-module-nav .list .item:hover span::after { display: block; }

.__ID__.md-module-nav .list .item.on { font-weight: bold; }

.__ID__.md-module-nav .list .item.on::before { border-width: .06rem; }

.__ID__.md-module-nav .list .item.on span::after { display: none; }

@media (max-width: 900px) { .__ID__.md-module-nav { left: 2px; }
  .__ID__.md-module-nav .list span { display: none; } }

/* 板块导航 end */
/* 面包屑 */
.__ID__.md-bread { position: absolute; left: 0; z-index: 2; width: 100%; }

.__ID__.md-bread .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; padding-top: 0.14rem; }

.__ID__.md-bread .split { width: .05rem; min-width: 5px; margin: 0 .06rem; }

.__ID__.md-bread .bread-item:hover { color: var(--theme); }

.__ID__.md-cate-nav { position: fixed; left: .9rem; bottom: 17%; z-index: 5; color: #545454; }

.__ID__.md-cate-nav .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #ffffff; -webkit-box-shadow: 0rem 0rem 0.09rem 0rem rgba(0, 0, 0, 0.09); box-shadow: 0rem 0rem 0.09rem 0rem rgba(0, 0, 0, 0.09); border-radius: 0.078rem; overflow: hidden; padding-left: .09rem; background-image: -webkit-gradient(linear, left bottom, left top, from(#c99d6e), to(#e5c997)); background-image: -o-linear-gradient(bottom, #c99d6e 0%, #e5c997 100%); background-image: linear-gradient(0deg, #c99d6e 0%, #e5c997 100%); margin-bottom: 0.12rem; margin-left: .11rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.__ID__.md-cate-nav .item:hover { color: var(--active); }

.__ID__.md-cate-nav .item:hover { margin-left: 0; padding-left: 0.13rem; padding-right: 0.16rem; color: #fff; width: 100%; text-align: center; }

.__ID__.md-cate-nav .item:hover .tit { padding-left: 0; padding-right: 0; background: transparent; width: 4em; margin-left: auto; margin-right: auto; }

.__ID__.md-cate-nav .item.active { margin-left: 0; padding-left: 0.13rem; padding-right: 0.16rem; color: #fff; }

.__ID__.md-cate-nav .item.active:before { content: ''; width: 0.14rem; height: .27rem; background: url(../images/i-right-3.png) no-repeat center/contain; margin-right: 0.1rem; }

.__ID__.md-cate-nav .item.active .tit { padding-left: 0; padding-right: 0; background: transparent; width: 4em; }

.__ID__.md-cate-nav .tit { width: 5.46154em; line-height: 1.11538; background-color: #fff; padding: .443em 0; padding-left: 0.65385em; padding-right: 0.65385em; }

@media (max-width: 1200px) { .__ID__.md-cate-nav { left: 0.1rem; } }

@media (max-width: 900px) { .__ID__.md-cate-nav { position: static; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); margin-top: .8rem; }
  .__ID__.md-cate-nav .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .__ID__.md-cate-nav .item { width: 49%; margin-left: 0; }
  .__ID__.md-cate-nav .item:hover { width: 49%; text-align: left; padding-left: 1em; }
  .__ID__.md-cate-nav .item.active { padding-left: 0.13rem; }
  .__ID__.md-cate-nav .tit { width: auto; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } }

@media (max-width: 500px) { .__ID__.md-cate-nav .item.active .tit { font-size: 4.3vw; } }

/* 页头 start */
.__ID__.md-header { position: fixed; left: 0; top: 0; z-index: 10; width: 100%; background: #faf8f6; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; padding-left: 0.92rem; padding-right: 1.38rem; -webkit-box-shadow: 0.043rem 0.042rem 0.09rem 0rem rgba(0, 0, 0, 0.09); box-shadow: 0.043rem 0.042rem 0.09rem 0rem rgba(0, 0, 0, 0.09); }

.__ID__.md-header .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-header .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 0.8rem; }

.__ID__.md-header .logo { margin-right: auto; }

.__ID__.md-header .logo img { height: .4rem; }

.__ID__.md-header .nav .mask { display: none; }

.__ID__.md-header .nav-btn { position: relative; z-index: 12; margin-left: .4rem; display: none; }

.__ID__.md-header .nav-btn span { display: block; width: .5rem; height: .04rem; background: #000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; margin-bottom: .14rem; }

.__ID__.md-header .nav-btn span:last-child { margin-bottom: 0; }

.__ID__.md-header .search-btn { cursor: pointer; margin-left: .8rem; }

.__ID__.md-header .search-btn img { display: block; width: 1.21053em; }

.__ID__.md-header.over { background-color: rgba(0, 0, 0, 0.4); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }

.__ID__.md-header.static { background-color: #272727; }

@media (min-width: 901px) { .__ID__.md-header .nav .nav-list-1 { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .__ID__.md-header .nav .nav-item-1 { position: relative; margin-right: .72rem; }
  .__ID__.md-header .nav .nav-item-1:last-of-type { margin-right: 0; }
  .__ID__.md-header .nav .nav-item-1.active .nav-link-1::after { width: 100%; }
  .__ID__.md-header .nav .nav-item-1.active .nav-a-1 { color: var(--active); }
  .__ID__.md-header .nav .nav-item-1:hover .nav-link-1::after { width: 100%; }
  .__ID__.md-header .nav .nav-item-1:hover .nav-a-1 { color: var(--active); }
  .__ID__.md-header .nav .nav-item-1:hover .nav-list-2 { visibility: visible; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
  .__ID__.md-header .nav .nav-link-1 { position: relative; }
  .__ID__.md-header .nav .nav-link-1::after { content: ''; position: absolute; left: 0; bottom: 0; z-index: 3; width: 0; height: .03rem; border-radius: 0.03rem; background-color: #d2a165; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
  .__ID__.md-header .nav .nav-a-1 { display: block; line-height: 0.8rem; }
  .__ID__.md-header .nav .nav-list-2 { position: absolute; left: 50%; top: 100%; margin-top: -.12rem; padding-top: .18rem; padding-bottom: .07rem; width: 1.51rem; min-width: 6em; max-width: 20em; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; -webkit-transform: translate(-50%, 0.2rem); -ms-transform: translate(-50%, 0.2rem); transform: translate(-50%, 0.2rem); opacity: 0; text-align: center; background-color: #faf8f6; color: #333; line-height: 1.5; display: block !important; -webkit-box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.15); box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.15); border-radius: 0rem 0rem 0.052rem 0.052rem; }
  .__ID__.md-header .nav .nav-item-2 { margin-bottom: .115rem; position: relative; }
  .__ID__.md-header .nav .nav-item-2:last-of-type { margin-bottom: 0; }
  .__ID__.md-header .nav .nav-item-2:hover .nav-a-2 { color: var(--active); }
  .__ID__.md-header .nav .nav-item-2:hover .nav-a-2 span::after { width: 100%; }
  .__ID__.md-header .nav .nav-item-2:hover .nav-list-3 { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .__ID__.md-header .nav .nav-a-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .__ID__.md-header .nav .nav-a-2 span { padding: .3em .1rem; position: relative; }
  .__ID__.md-header .nav .nav-a-2 span::after { content: ''; position: absolute; left: 0; bottom: .01rem; width: 0; height: .03rem; border-radius: 0.03rem; background-color: #d2a165; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
  .__ID__.md-header .nav .nav-list-3 { position: absolute; left: 100%; top: 0; width: 4.6rem; padding-top: .16rem; margin-top: -.16rem; background-color: #f9f8f6; -webkit-box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.15); box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.15); border-radius: 0.052rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; display: none; }
  .__ID__.md-header .nav .nav-item-3 { margin-bottom: .115rem; width: 33.33%; text-align: center; }
  .__ID__.md-header .nav .nav-item-3:last-of-type { margin-bottom: 0; }
  .__ID__.md-header .nav .nav-a-3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .__ID__.md-header .nav .nav-a-3 span { padding: .3em .1rem; position: relative; }
  .__ID__.md-header .nav .nav-a-3 span::after { content: ''; position: absolute; left: 0; bottom: .03rem; width: 0; height: .03rem; border-radius: 0.03rem; background-color: #d2a165; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
  .__ID__.md-header .nav .nav-a-3:hover { color: var(--active); }
  .__ID__.md-header .nav .nav-a-3:hover span::after { width: 100%; } }

@media (max-width: 900px) { .__ID__.md-header { padding-left: 4%; padding-right: 4%; padding-top: 0; }
  .__ID__.md-header .logo { margin-right: auto; }
  .__ID__.md-header .nav-btn { display: block; }
  .__ID__.md-header .nav-list-1 { position: fixed; right: 0; top: 0; z-index: 11; width: 80%; max-width: 300px; height: 100%; padding-top: 50px; background: #fff; color: #000; overflow-y: auto; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
  .__ID__.md-header .nav-item.open > .nav-link .mbtn::before { content: '-'; }
  .__ID__.md-header .nav-link-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 5px 10px 5px 15px; border-bottom: 1px solid #eee; }
  .__ID__.md-header .nav-a-1 { display: block; padding: 10px 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .__ID__.md-header .nav-list-2 { display: none; }
  .__ID__.md-header .nav-link-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 5px 10px 5px 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .__ID__.md-header .nav-a-2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: block; padding: 10px; }
  .__ID__.md-header .nav-list-3 { display: none; }
  .__ID__.md-header .nav-link-3 { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .__ID__.md-header .nav-a-3 { display: block; padding: .5em; padding-left: 35px; }
  .__ID__.md-header .nav .mbtn { display: block; -ms-flex-negative: 0; flex-shrink: 0; width: 30px; height: 30px; line-height: 30px; font-size: 26px; text-align: center; font-weight: normal; background-color: #f7f7f7; margin-left: 10px; cursor: pointer; }
  .__ID__.md-header .nav .mbtn::before { content: '+'; }
  .__ID__.md-header .nav .mask { position: fixed; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
  .__ID__.md-header.open .nav-btn span { background: #000; }
  .__ID__.md-header.open .nav-btn span:nth-of-type(1) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .__ID__.md-header.open .nav-btn span:nth-of-type(3) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  .__ID__.md-header.open .nav-btn span:nth-of-type(2) { width: 0; }
  .__ID__.md-header.open .nav-list-1 { visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  .__ID__.md-header.open .nav .mask { display: block; } }

@media (max-width: 500px) { .__ID__.md-header .lang .current-text { display: none; }
  .__ID__.md-header .search { height: .6rem; } }

/* 搜索 */
.__ID__.md-search .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-search .mask { position: fixed; left: 0; top: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); display: none; }

.__ID__.md-search .main { position: fixed; left: 0; top: 0; z-index: 101; width: 100%; min-height: 2.6rem; max-height: 90vh; overflow-y: auto; background: #fff; padding: .5rem 0; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; visibility: hidden; opacity: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.__ID__.md-search .close { position: absolute; right: .4rem; top: .5rem; z-index: 3; cursor: pointer; width: 40px; height: 40px; }

.__ID__.md-search .close:before { content: ''; position: absolute; left: 50%; top: 50%; width: 60%; height: 2px; background: #000; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.__ID__.md-search .close:after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); width: 60%; height: 2px; background: #000; }

.__ID__.md-search .content { width: 6rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-search .form { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #999; padding-bottom: .1rem; }

.__ID__.md-search .form .ipt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border: none; font-size: inherit; }

.__ID__.md-search .form .btn { border: none; background: var(--active); height: .5rem; width: .5rem; min-width: 40px; min-height: 40px; border-radius: 50%; cursor: pointer; font-size: 0; }

.__ID__.md-search .form .btn img { width: .23rem; min-width: 20px; }

.__ID__.md-search .list { margin-top: .26rem; }

.__ID__.md-search .list .li { border-bottom: 1px solid #999; margin-bottom: .115rem; }

.__ID__.md-search .list .li:last-of-type { margin-bottom: 0; }

.__ID__.md-search .list .li a { display: block; padding: .04rem 0; }

.__ID__.md-search .list .li a:hover { color: var(--active); text-decoration: underline; }

.__ID__.md-search.show .main { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.__ID__.md-search.show .mask { display: block; }

@media (max-width: 1920px) { .__ID__.md-search .content { width: 600px; max-width: 90%; } }

@media (max-width: 900px) { .__ID__.md-search .main { padding-top: 1rem; }
  .__ID__.md-search .close { top: .1rem; right: 0.3rem; } }

/* 页头 end */
.__ID__.md-footer { background-color: #f9f8f6; color: #272727; padding-top: .5rem; }

.__ID__.md-footer .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-footer .main { display: -webkit-box; display: -ms-flexbox; display: flex; }

.__ID__.md-footer .main .lf { width: 2rem; }

.__ID__.md-footer .main .rg { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-footer a:hover { color: var(--active); text-decoration: underline; }

.__ID__.md-footer .foot-1 { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: .38rem; }

.__ID__.md-footer .foot-2 { border-top: 1px solid #272727; padding-top: .4rem; padding-bottom: .16rem; }

.__ID__.md-footer .foot-3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .1rem 0 .79rem; }

.__ID__.md-footer .foot-3 .copy { margin-left: .3rem; }

.__ID__.md-footer .foot-3 .beian { margin-left: .3rem; }

.__ID__.md-footer .logo { font-size: 0; }

.__ID__.md-footer .logo img { width: 1.13rem; }

.__ID__.md-footer .contact { width: 4.3rem; line-height: 1.36364; margin-left: .9rem; }

.__ID__.md-footer .contact .ct-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: .18rem; }

.__ID__.md-footer .contact .ct-item:last-of-type { margin-bottom: 0; }

.__ID__.md-footer .contact .icon { width: .26rem; min-width: 1em; margin-right: .08rem; }

.__ID__.md-footer .contact .t1 { color: var(--active); }

.__ID__.md-footer .contact .t2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }

.__ID__.md-footer .nav { color: #272727; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-footer .nav-list-1 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: .2rem; }

.__ID__.md-footer .nav-item-1 { max-width: 5.2em; }

.__ID__.md-footer .nav-list-2 { margin-top: .4em; }

.__ID__.md-footer .nav-item-2 { margin-bottom: .05rem; }

.__ID__.md-footer .nav-item-2:last-of-type { margin-bottom: 0; }

.__ID__.md-footer .nav-a-2 { white-space: nowrap; }

.__ID__.md-footer .friend-link { display: -webkit-box; display: -ms-flexbox; display: flex; color: #272727; line-height: 1.5; }

.__ID__.md-footer .friend-link_list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.__ID__.md-footer .friend-link .link-item { margin-right: .45rem; margin-bottom: .05rem; }

.__ID__.md-footer .friend-link .link-item:last-of-type { margin-right: 0; }

@media (min-width: 901px) { .__ID__.md-footer .nav .mbtn { display: none; } }

@media (max-width: 1200px) { .__ID__.md-footer .foot-1 { display: block; }
  .__ID__.md-footer .contact { width: 100%; margin-left: 0; margin-top: .5rem; } }

@media (max-width: 900px) { .__ID__.md-footer .main { display: block; }
  .__ID__.md-footer .main .lf { width: 100%; }
  .__ID__.md-footer .main .rg { margin-top: .3rem; }
  .__ID__.md-footer .logo img { width: auto; max-width: 50%; }
  .__ID__.md-footer .nav-list-1 { display: block; }
  .__ID__.md-footer .nav-item-1 { margin-right: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0.5em 0; max-width: 100%; }
  .__ID__.md-footer .nav-item-1.active .mbtn::before { content: '-'; }
  .__ID__.md-footer .nav-link-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .__ID__.md-footer .nav-a-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .__ID__.md-footer .nav-list-2 { display: none; margin-top: .5em; margin-bottom: .5em; }
  .__ID__.md-footer .nav-a-2 { display: block; white-space: break-spaces; }
  .__ID__.md-footer .nav .mbtn { display: block; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 26px; background: rgba(0, 0, 0, 0.04); cursor: pointer; color: rgba(0, 0, 0, 0.6); }
  .__ID__.md-footer .nav .mbtn::before { content: '+'; }
  .__ID__.md-footer .friend-link { display: block; }
  .__ID__.md-footer .friend-link_tit { margin-bottom: .5em; } }

.__ID__.md-side-1 { position: fixed; left: 0.1rem; bottom: 40%; z-index: 5; -webkit-filter: drop-shadow(0.07rem 0.08rem 0.3rem rgba(0, 0, 0, 0.06)); filter: drop-shadow(0.07rem 0.08rem 0.3rem rgba(0, 0, 0, 0.06)); }

.__ID__.md-side-1 .item { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: .06rem; position: relative; background: #ffffff; border-radius: 0.388rem; overflow: hidden; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.__ID__.md-side-1 .item:last-of-type { margin-bottom: 0; }

.__ID__.md-side-1 .item:hover .pop { display: block; }

.__ID__.md-side-1 .icon { width: 0.78rem; height: .78rem; min-width: 30px; min-height: 30px; }

.__ID__.md-side-1 .icon img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-side-1 .pop { display: none; padding: .06rem; padding-right: .3rem; min-width: 2rem; }

.__ID__.md-side-1 .pop .code { padding-top: 0.04rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.__ID__.md-side-1 .pop .code-img { width: 1.53rem; }

.__ID__.md-side-1 .pop .code-text { text-align: center; margin-top: .01rem; line-height: 1; }

.__ID__.md-side-1 .pop .tel { line-height: 1.3913; }

@media (max-width: 500px) { .__ID__.md-side-1 { right: 2px; bottom: 10%; opacity: .9; } }

/* 首页 */
.__ID__.md-home-banner { position: relative; }

.__ID__.md-home-banner .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-home-banner .item { position: relative; display: block; }

.__ID__.md-home-banner .text { position: absolute; left: 0; top: 44%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; }

.__ID__.md-home-banner .text .tit { line-height: 1.39286; color: var(--theme); }

.__ID__.md-home-banner .text .desc { line-height: 1.66667; margin-top: .4rem; }

.__ID__.md-home-banner .swiper-pagination { bottom: .36rem; font-size: 0; }

.__ID__.md-home-banner .swiper-pagination-bullet { width: .1rem; height: .1rem; min-width: 6px; min-height: 6px; background-color: #797979; opacity: 1; margin: 0 0.075rem !important; }

.__ID__.md-home-banner .swiper-pagination-bullet-active { background-color: var(--theme); }

.__ID__.md-home-banner .side { position: absolute; left: 0; top: 0; z-index: 2; width: 1.6rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0.75))); background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0.75)); background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.75)); }

.__ID__.md-home-banner .side::after { content: ''; position: absolute; right: -1rem; bottom: 0; width: 1rem; height: 1rem; background: -o-radial-gradient(100% 0, circle, transparent 1rem, #fff 1.01rem); background: radial-gradient(circle at 100% 0, transparent 1rem, #fff 1.01rem); }

.__ID__.md-home-banner .side .scroll { position: absolute; left: 0; bottom: 0; width: 100%; }

.__ID__.md-home-banner .side .scroll-text { -webkit-writing-mode: tb; -ms-writing-mode: tb; writing-mode: tb; margin: auto; }

.__ID__.md-home-banner .side .scroll-icon { width: 0.13rem; min-width: 8px; margin: auto; margin-top: .15rem; }

.__ID__.md-home-banner .side .share { width: 100%; }

.__ID__.md-home-banner .side .share .item { display: block; margin-bottom: .5rem; }

.__ID__.md-home-banner .side .share .item:last-of-type { margin-bottom: 0; }

.__ID__.md-home-banner .side .share .icon { text-align: center; font-size: 0; height: .25rem; min-height: 16px; }

.__ID__.md-home-banner .side .share .icon img { max-height: 100%; }

@media (max-width: 900px) { .__ID__.md-home-banner .media-ratio { padding-top: 60%; }
  .__ID__.md-home-banner .swiper-pagination { bottom: 0.2rem; } }

.__ID__.md-home-data { padding-top: .64rem; padding-bottom: .26rem; }

.__ID__.md-home-data .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-home-data .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-home-data .list .li { margin-bottom: .47rem; margin-right: 1rem; }

.__ID__.md-home-data .list .li:last-of-type { margin-right: 0; }

.__ID__.md-home-data .list .tx-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-home-data .list .num { margin-right: .18rem; }

.__ID__.md-home-data .list .units .u-1 { line-height: 1; }

.__ID__.md-home-data .list .tit { margin-top: .12rem; }

@media (max-width: 900px) { .__ID__.md-home-data .list .li { width: 50%; margin-right: 0; } }

.__ID__.md-home-business { padding-top: .7rem; padding-bottom: .95rem; overflow: hidden; }

.__ID__.md-home-business .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-home-business .m-more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: var(--theme); color: #fff; height: 1.875em; border-radius: .16rem; padding: 0 .17rem; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.__ID__.md-home-business .m-more img { width: 1em; margin-left: .09rem; }

.__ID__.md-home-business .m-more:hover { background-color: var(--active); }

.__ID__.md-home-business .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-home-business .text { width: calc(600 / 1420 * 100%); }

.__ID__.md-home-business .text .desc { color: #3b3b3b; line-height: 1.45833; margin-top: .22rem; }

.__ID__.md-home-business .text .more { text-align: right; margin-top: .25rem; }

.__ID__.md-home-business .list { width: calc(650 / 1420 * 100%); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.__ID__.md-home-business .list .li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(318 / 650 * 100%); margin-bottom: .14rem; background-color: #ffffff; border-radius: .16rem; min-height: 1.18rem; padding: .2rem; padding-left: .4rem; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.__ID__.md-home-business .list .li:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }

.__ID__.md-home-business .list .li:hover .tit { color: var(--theme); position: relative; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.__ID__.md-home-business .list .li:hover .tit::after { content: ''; position: absolute; left: 0; bottom: .02rem; width: 100%; border-bottom: .02rem solid; }

.__ID__.md-home-business .list .li:hover .icon { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-home-business .list .icon { -ms-flex-negative: 0; flex-shrink: 0; width: .7rem; height: .7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.__ID__.md-home-business .list .icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-home-business .list .tit { margin-left: .3rem; }

@media (max-width: 900px) { .__ID__.md-home-business .main { display: block; }
  .__ID__.md-home-business .text { width: 100%; }
  .__ID__.md-home-business .list { width: 100%; margin-top: 5%; } }

.__ID__.md-home-team { padding-top: 2.2rem; padding-bottom: 1.95rem; overflow: hidden; position: relative; }

.__ID__.md-home-team .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-home-team .m-more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: var(--theme); color: #fff; height: 1.875em; border-radius: .16rem; padding: 0 .17rem; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.__ID__.md-home-team .m-more img { width: 1em; margin-left: .09rem; }

.__ID__.md-home-team .m-more:hover { background-color: var(--active); }

.__ID__.md-home-team .main { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-home-team .main .text { width: calc(600 / 1420 * 100%); }

.__ID__.md-home-team .main .text .desc { color: #3b3b3b; line-height: 1.45833; margin-top: .22rem; }

.__ID__.md-home-team .main .text .more { text-align: right; margin-top: .25rem; }

.__ID__.md-home-team .main .media { width: calc(744 / 1420 * 100%); }

@media (max-width: 900px) { .__ID__.md-home-team { padding: 1rem 0; }
  .__ID__.md-home-team .main { display: block; }
  .__ID__.md-home-team .main .text { width: 100%; }
  .__ID__.md-home-team .main .media { width: 100%; margin-top: 5%; } }

.__ID__.md-home-honor { padding-top: .46rem; padding-bottom: .25rem; }

.__ID__.md-home-honor .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-home-honor .m-more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: var(--theme); color: #fff; height: 1.875em; border-radius: .16rem; padding: 0 .17rem; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.__ID__.md-home-honor .m-more img { width: 1em; margin-left: .09rem; }

.__ID__.md-home-honor .m-more:hover { background-color: var(--active); }

.__ID__.md-home-honor .text .desc { color: #3b3b3b; line-height: 1.45833; margin-top: .1rem; }

.__ID__.md-home-honor .text .more { text-align: right; margin-top: .25rem; }

.__ID__.md-home-honor .row-swiper { margin-top: .26rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-home-honor .row-swiper .list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 .96rem; text-align: center; }

.__ID__.md-home-honor .row-swiper .list .li { width: 2.6rem; height: auto; background-color: #e5e5e5; border-radius: .16rem; padding: .26rem .15rem .18rem; margin-right: .46rem; }

.__ID__.md-home-honor .row-swiper .list .li:last-of-type { margin-right: 0; }

.__ID__.md-home-honor .row-swiper .list .li:hover .tit { color: var(--active); }

.__ID__.md-home-honor .row-swiper .list .li:hover .img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-home-honor .row-swiper .list .img { height: 2.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; }

.__ID__.md-home-honor .row-swiper .list .img img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.__ID__.md-home-honor .row-swiper .list .tit { line-height: 1.63158; margin-top: .1rem; }

.__ID__.md-home-honor .row-swiper .btn { width: 0.36rem; font-size: 0; cursor: pointer; }

.__ID__.md-home-honor .row-swiper .btn img { width: 100%; }

.__ID__.md-home-honor .more { text-align: center; margin-top: .29rem; }

@media (max-width: 900px) { .__ID__.md-home-honor .row-swiper .list { margin: 0 .2rem; }
  .__ID__.md-home-honor .row-swiper .list .img { height: 3rem; } }

.__ID__.md-home-news { padding-top: .07rem; padding-bottom: .2rem; }

.__ID__.md-home-news .layout { margin-left: auto; margin-right: auto; width: 14.2rem; max-width: 90%; }

.__ID__.md-home-news .m-more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: var(--theme); color: #fff; height: 1.875em; border-radius: .16rem; padding: 0 .17rem; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.__ID__.md-home-news .m-more img { width: 1em; margin-left: .09rem; }

.__ID__.md-home-news .m-more:hover { background-color: var(--active); }

.__ID__.md-home-news .list { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .22rem; }

.__ID__.md-home-news .list .li { background-color: #fff; border-radius: .05rem; position: relative; padding: .4rem; padding-top: .44rem; padding-bottom: .3rem; display: block; margin-right: calc(34 / 1420 * 100%); width: calc(324 / 1420 * 100%); }

.__ID__.md-home-news .list .li:nth-of-type(3n) { margin-right: 0; }

.__ID__.md-home-news .list .li::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: .07rem; border-radius: .05rem; background-color: var(--active); }

.__ID__.md-home-news .list .li:first-of-type { width: 48.02817%; }

.__ID__.md-home-news .list .li:first-of-type .row-1 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.__ID__.md-home-news .list .li:first-of-type .c-pic { width: calc(303 / 580 * 100%); -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-top: 0; }

.__ID__.md-home-news .list .li:first-of-type .img { padding-top: calc(181 / 303 * 100%); }

.__ID__.md-home-news .list .li:first-of-type .tx-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: .3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.__ID__.md-home-news .list .li:first-of-type .more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.__ID__.md-home-news .list .li:hover .tit { color: var(--active); text-decoration: underline; }

.__ID__.md-home-news .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-home-news .list .date { color: #545454; }

.__ID__.md-home-news .list .date .date-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-home-news .list .date .day { color: #fff; background: var(--active); width: 1.86667em; line-height: 1.86667em; border-radius: 50%; text-align: center; margin-left: .05rem; }

.__ID__.md-home-news .list .date .year { margin-top: .01rem; }

.__ID__.md-home-news .list .row-1 { margin-top: .23rem; }

.__ID__.md-home-news .list .tit { color: #545454; line-height: 1.5; margin-top: -.07rem; }

.__ID__.md-home-news .list .more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; min-width: 1.17rem; padding: 0 .16rem 0 .13rem; height: 1.8em; background-image: -webkit-gradient(linear, left bottom, left top, from(#c99d6e), to(#e5c997)); background-image: -o-linear-gradient(bottom, #c99d6e 0%, #e5c997 100%); background-image: linear-gradient(0deg, #c99d6e 0%, #e5c997 100%); border-radius: 13px; color: #fff; margin-top: auto; }

.__ID__.md-home-news .list .more img { width: 1.53333em; margin-left: .07rem; }

.__ID__.md-home-news .list .desc { margin-top: .21rem; line-height: 1.46667; color: #6e6e6e; }

.__ID__.md-home-news .list .c-pic { border-radius: .05rem; margin-top: .56rem; }

.__ID__.md-home-news .list .img { padding-top: calc(161 / 248 * 100%); }

.__ID__.md-home-news .row-2 { margin-top: .35rem; }

@media (max-width: 900px) { .__ID__.md-home-news .list { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .__ID__.md-home-news .list .li { width: 48%; margin-right: 0; margin-bottom: .3rem; }
  .__ID__.md-home-news .list .li:first-of-type { width: 100%; } }

/* 关于我们 */
.__ID__.md-about-1 { background-repeat: no-repeat; background-size: 100%; background-position: center top; background-color: #fff; }

.__ID__.md-about-1 .section-1 { padding-top: 1.03rem; width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-about-1 .section-1 .row-1 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.__ID__.md-about-1 .section-1 .row-1 .lf { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-about-1 .section-1 .row-1 .lf .desc { line-height: 1.65385; margin-left: .43rem; margin-top: .5rem; color: #373737; }

.__ID__.md-about-1 .section-1 .row-1 .rg { width: 3.14rem; margin-top: .1rem; }

.__ID__.md-about-1 .section-1 .row-1 .rg .honor-item { text-align: center; }

.__ID__.md-about-1 .section-1 .row-1 .rg .honor-item .img { font-size: 0; }

.__ID__.md-about-1 .section-1 .row-1 .rg .honor-item .img img { max-width: 100%; }

.__ID__.md-about-1 .section-1 .row-1 .rg .honor-item .tit { margin-top: .1rem; color: #373737; }

.__ID__.md-about-1 .section-2 { margin-top: .98rem; width: 16.3rem; max-width: 90%; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: .34rem; }

.__ID__.md-about-1 .section-2 .list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 .47rem; text-align: center; color: #373737; }

.__ID__.md-about-1 .section-2 .list .li { width: 2.67rem; height: auto; background-color: rgba(229, 229, 229, 0.5); border-radius: .3rem; padding: .34rem .15rem .54rem; margin-right: .3rem; }

.__ID__.md-about-1 .section-2 .list .li:last-of-type { margin-right: 0; }

.__ID__.md-about-1 .section-2 .list .img { height: 2.24rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-about-1 .section-2 .list .img img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-about-1 .section-2 .list .tit { line-height: 1.58333; margin-top: .2rem; }

.__ID__.md-about-1 .section-2 .btn { width: .4rem; font-size: 0; cursor: pointer; }

.__ID__.md-about-1 .section-2 .btn img { width: 100%; }

@media (max-width: 900px) { .__ID__.md-about-1 .section-1 .row-1 { display: block; }
  .__ID__.md-about-1 .section-1 .row-1 .rg { width: 100%; margin-left: auto; margin-right: auto; margin-top: .5rem; } }

@media (max-width: 500px) { .__ID__.md-about-1 .section-2 .list { margin: 0 .2rem; } }

.__ID__.md-about-2 { position: relative; }

.__ID__.md-about-2 .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; padding-top: 1.03rem; padding-bottom: 1rem; min-height: 6.91rem; }

.__ID__.md-about-2 .row .list { margin-left: 1.9rem; margin-top: .7rem; }

.__ID__.md-about-2 .row .list .item { color: #545454; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: .41rem; }

.__ID__.md-about-2 .row .list .t1 { -ms-flex-negative: 0; flex-shrink: 0; margin-right: .36rem; }

.__ID__.md-about-2 .row .list .t2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (max-width: 600px) { .__ID__.md-about-2 .row .list { margin-left: 0; } }

.__ID__.md-about-dev { min-height: 7.17rem; background-position: center bottom; }

.__ID__.md-about-dev .row-1 { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; padding-top: .3rem; }

.__ID__.md-about-dev .row-1 .title { color: #d2a165; }

.__ID__.md-about-dev .row-2 { color: #545454; padding-left: 2.46rem; }

.__ID__.md-about-dev .row-2 .list .li { width: 2.3rem; /* min-width: 14em; */ position: relative; padding-left: .23rem; padding-bottom: .4rem; margin-right: .4rem; min-height: 2.53rem; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.__ID__.md-about-dev .row-2 .list .li:before { content: ''; position: absolute; left: 0; top: .1rem; bottom: 0; width: 0.06rem; margin: auto; background-image: -webkit-gradient(linear, left top, left bottom, from(#ca9e6f), color-stop(80%, transparent)); background-image: -o-linear-gradient(top, #ca9e6f, transparent 80%); background-image: linear-gradient(to bottom, #ca9e6f, transparent 80%); border-radius: 0.026rem; }

.__ID__.md-about-dev .row-2 .list .li:last-of-type { margin-right: 0; width: auto; }

.__ID__.md-about-dev .row-2 .list .li:last-of-type::before { display: none; }

.__ID__.md-about-dev .row-2 .list .li:hover { -webkit-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); transform: translateY(-0.1rem); }

@media (min-width: 601px) { .__ID__.md-about-dev .row-2 .list .li:nth-child(1) { margin-top: 3.2rem; }
  .__ID__.md-about-dev .row-2 .list .li:nth-child(2) { margin-top: 2.43rem; }
  .__ID__.md-about-dev .row-2 .list .li:nth-child(3) { margin-top: 1.24rem; width: 3.2rem; }
  .__ID__.md-about-dev .row-2 .list .li:nth-child(4) { margin-top: .63rem; width: 2.7rem; } }

.__ID__.md-about-dev .row-2 .list .tit { color: #d2a165; }

.__ID__.md-about-dev .row-2 .list .desc { line-height: 1.52941; margin-top: .08rem; }

.__ID__.md-about-dev .row-2 .swiper-pagination { font-size: 0; bottom: 0; }

.__ID__.md-about-dev .row-2 .swiper-pagination-bullet-active { background-color: var(--active); }

@media (max-width: 900px) { .__ID__.md-about-dev .row-2 { padding-left: 4%; margin-top: .5rem; } }

@media (max-width: 600px) { .__ID__.md-about-dev .row-2 .list .li { min-width: auto; } }

.__ID__.md-about-activity { padding-top: .22rem; }

.__ID__.md-about-activity .main { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-about-activity .main .title { color: #d2a165; }

.__ID__.md-about-activity .main .list { margin-top: .34rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.__ID__.md-about-activity .main .list .col { margin-bottom: .85rem; margin-right: calc(10 / 1380 * 100%); }

.__ID__.md-about-activity .main .list .col:nth-of-type(3n) { margin-right: 0; }

.__ID__.md-about-activity .main .list .col-1 { width: calc(338 / 1380 * 100%); }

.__ID__.md-about-activity .main .list .col-1 .c-pic { margin-top: .06rem; }

.__ID__.md-about-activity .main .list .col-1 .c-pic:first-of-type { margin-top: 0; }

.__ID__.md-about-activity .main .list .col-1 .img { padding-top: calc(221 / 338 * 100%); }

.__ID__.md-about-activity .main .list .col-2 { width: calc(684 / 1380 * 100%); }

.__ID__.md-about-activity .main .list .col-2 .img { padding-top: calc(447 / 684 * 100%); }

.__ID__.md-about-activity .main .list .c-pic { border-radius: .05rem; }

.__ID__.md-about-activity .main .list .c-pic:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-about-activity .main .list .tit { text-align: center; margin-top: .14rem; color: #545454; }

@media (max-width: 600px) { .__ID__.md-about-activity .main .list .col { width: 100%; margin-right: 0; margin-bottom: .2rem; }
  .__ID__.md-about-activity .main .list .col-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .__ID__.md-about-activity .main .list .col-1 .c-pic { width: 49%; margin-top: 0; }
  .__ID__.md-about-activity .main .list .col-1 .tit { width: 100%; } }

.__ID__.md-about-intro { background-position: center top; background-size: 100%; background-repeat: no-repeat; padding-top: .86rem; padding-bottom: .23rem; }

.__ID__.md-about-intro .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-about-intro .row .desc { width: 11.477rem; max-width: 100%; margin-left: .2rem; margin-top: .53rem; line-height: 1.65385; border-radius: 0.373rem; padding: .29rem .5rem; padding-right: .4rem; background: rgba(255, 255, 255, 0.78); color: #373737; }

.__ID__.md-about-intro .swiper-row { color: #373737; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 1rem; text-align: center; }

.__ID__.md-about-intro .swiper-row .list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-about-intro .swiper-row .list .li { width: 4.24rem; padding-top: 0.37rem; }

.__ID__.md-about-intro .swiper-row .list .li.swiper-slide-active .tit { opacity: 1; }

.__ID__.md-about-intro .swiper-row .list .c-pic { background: #fff; padding: .08rem; border-radius: .12rem; -webkit-box-shadow: 0rem 0rem 0.23rem 0rem rgba(0, 0, 0, 0.2); box-shadow: 0rem 0rem 0.23rem 0rem rgba(0, 0, 0, 0.2); -webkit-box-reflect: below -0.08rem linear-gradient(transparent 70%, rgba(255, 255, 255, 0.5)); }

.__ID__.md-about-intro .swiper-row .list .img { padding-top: calc(297 / 416 * 100%); border-radius: .08rem; }

.__ID__.md-about-intro .swiper-row .list .tit { margin-top: .55rem; opacity: 0; }

.__ID__.md-about-intro .swiper-row .btn { width: 0.41rem; font-size: 0; cursor: pointer; }

.__ID__.md-about-intro .swiper-row .btn img { width: 100%; }

.__ID__.md-about-intro .swiper-row .btn.prev { margin-right: .94rem; }

.__ID__.md-about-intro .swiper-row .btn.next { margin-left: .94rem; }

@media (max-width: 900px) { .__ID__.md-about-intro .row .desc { margin-left: 0; }
  .__ID__.md-about-intro .swiper-row .list .li { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; -o-transition: transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s; }
  .__ID__.md-about-intro .swiper-row .list .li.swiper-slide-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  .__ID__.md-about-intro .swiper-row .btn.prev { margin-right: .2rem; }
  .__ID__.md-about-intro .swiper-row .btn.next { margin-left: .2rem; } }

.__ID__.md-about-advantage .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-about-advantage .list-1 { margin-top: .2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.__ID__.md-about-advantage .list-1 .li { width: calc(555 / 1380 * 100%); margin-bottom: .34rem; }

.__ID__.md-about-advantage .list-1 .tx-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-about-advantage .list-1 .icon { font-size: 0; width: .8rem; margin-right: .25rem; }

.__ID__.md-about-advantage .list-1 .icon img { max-width: 100%; }

.__ID__.md-about-advantage .list-1 .tit { line-height: 1.65385; color: var(--theme); }

.__ID__.md-about-advantage .list-1 .desc { margin-top: .24rem; line-height: 1.45455; }

.__ID__.md-about-advantage .list-2 { margin-top: .2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-about-advantage .list-2 .li { width: 50%; margin-bottom: .2rem; }

.__ID__.md-about-advantage .list-2 .img { text-align: center; font-size: 0; }

.__ID__.md-about-advantage .list-2 .img img { max-width: 100%; }

@media (max-width: 900px) { .__ID__.md-about-advantage .list-1 .li { width: 48%; } }

@media (max-width: 600px) { .__ID__.md-about-advantage .list-1 .li { width: 100%; }
  .__ID__.md-about-advantage .list-2 .li { width: 100%; } }

.__ID__.md-team-1 { background-position: center top; background-size: 100%; background-repeat: no-repeat; padding-top: 1.04rem; padding-bottom: .46rem; }

.__ID__.md-team-1 .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-team-1 .row .list { width: 11.77rem; max-width: 90%; width: 1177px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .33rem; }

.__ID__.md-team-1 .row .list .li { width: calc(280 / 1177 * 100%); margin-right: calc(19 / 1177 * 100%); margin-bottom: .155rem; min-height: 3.558rem; background-color: #fff; border-radius: .1rem; padding-top: .35rem; padding-bottom: .06rem; -webkit-box-shadow: 0rem 0rem 0.14rem 0rem rgba(0, 0, 0, 0.06); box-shadow: 0rem 0rem 0.14rem 0rem rgba(0, 0, 0, 0.06); }

.__ID__.md-team-1 .row .list .li:nth-of-type(4n) { margin-right: 0; }

.__ID__.md-team-1 .row .list .li:hover .avatar img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-team-1 .row .list .avatar { width: calc(156 / 280 * 100%); margin-left: auto; margin-right: auto; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background-color: #dee3e7; -webkit-box-shadow: 0rem 0rem 0.36rem 0rem rgba(0, 0, 0, 0.14); box-shadow: 0rem 0rem 0.36rem 0rem rgba(0, 0, 0, 0.14); }

.__ID__.md-team-1 .row .list .avatar img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.__ID__.md-team-1 .row .list .tx-1 { margin-top: .26rem; }

.__ID__.md-team-1 .row .list .tx-2 { border-top: .02rem solid #e6e6e6; margin: .09rem .25rem 0; padding-top: .13rem; padding-left: .2rem; }

.__ID__.md-team-1 .row .list .job { color: #545454; margin-top: .03rem; }

.__ID__.md-team-1 .row .list .skill { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; color: var(--active); }

.__ID__.md-team-1 .row .list .skill:last-of-type { margin-bottom: 0; }

.__ID__.md-team-1 .row .list .skill_icon { width: .17rem; min-width: 1.1em; margin-right: .14rem; margin-top: 0.01rem; }

.__ID__.md-team-1 .row .list .skill_tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.5; }

.__ID__.md-team-1 .row .m-pages { margin-top: .8rem; }

@media (max-width: 1200px) { .__ID__.md-team-1 .row .list .li { width: calc(450 / 1380 * 100%); margin-right: calc(14 / 1380 * 100%); }
  .__ID__.md-team-1 .row .list .li:nth-of-type(4n) { margin-right: calc(14 / 1380 * 100%); }
  .__ID__.md-team-1 .row .list .li:nth-of-type(3n) { margin-right: 0; } }

@media (max-width: 600px) { .__ID__.md-team-1 .row .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .__ID__.md-team-1 .row .list .li { width: 49%; margin-right: 0 !important; }
  .__ID__.md-team-1 .row .list .tx-2 { padding-left: 0; } }

/* 联系我们 */
.__ID__.md-contact-1 { background-position: center top; background-size: 100%; background-repeat: no-repeat; padding-bottom: .71rem; }

.__ID__.md-contact-1 .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-contact-1 .section-1 { padding-top: 1.03rem; }

.__ID__.md-contact-1 .section-1 .row { margin-top: 1.1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.44rem; background: rgba(255, 255, 255, 0.55); padding: .22rem 0; -webkit-box-shadow: 0rem 0rem 0.24rem 0rem rgba(0, 0, 0, 0.08); box-shadow: 0rem 0rem 0.24rem 0rem rgba(0, 0, 0, 0.08); }

.__ID__.md-contact-1 .section-1 .row .c-pic { width: calc(667 / 1380 * 100%); margin-left: calc(28 / 1380 * 100%); }

.__ID__.md-contact-1 .section-1 .row .c-pic .img { padding-top: calc(490 / 667 * 100%); border-radius: 0.44rem; }

.__ID__.md-contact-1 .section-1 .row .text { width: calc(523 / 1380 * 100%); margin-left: calc(80 / 1380 * 100%); }

.__ID__.md-contact-1 .section-1 .row .logo { font-size: 0; }

.__ID__.md-contact-1 .section-1 .row .logo img { max-width: 100%; height: .4rem; min-height: 30px; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-contact-1 .section-1 .row .list { border-top: 1px solid #222; margin-top: .45rem; padding-top: .46rem; line-height: 2.05263; }

.__ID__.md-contact-1 .section-1 .row .list .ct-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: .3rem; }

.__ID__.md-contact-1 .section-1 .row .list .ct-item:last-of-type { margin-bottom: 0; }

.__ID__.md-contact-1 .section-1 .row .list .icon { width: .39rem; min-width: 1em; height: 2.05263em; text-align: center; -ms-flex-negative: 0; flex-shrink: 0; margin-right: .15rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-contact-1 .section-1 .row .list .icon img { max-width: 100%; }

.__ID__.md-contact-1 .section-1 .row .list .t1 { -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-contact-1 .section-1 .row .list .t2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-contact-1 .section-2 { margin-top: .52rem; }

.__ID__.md-contact-1 .section-2 .form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .28rem; border-radius: 0.44rem; background: rgba(255, 255, 255, 0.6); -webkit-box-shadow: 0rem 0rem 0.24rem 0rem rgba(0, 0, 0, 0.08); box-shadow: 0rem 0rem 0.24rem 0rem rgba(0, 0, 0, 0.08); padding: .56rem 0 .53rem; padding-left: 1.49rem; padding-right: 1.43rem; }

.__ID__.md-contact-1 .section-2 .form-item { width: calc(535 / 1090 * 100%); margin-bottom: .3rem; }

.__ID__.md-contact-1 .section-2 .form-item.full { width: 100%; }

.__ID__.md-contact-1 .section-2 .form .label span { color: var(--theme); margin-right: .15rem; }

.__ID__.md-contact-1 .section-2 .form .cnt { margin-top: .11rem; }

.__ID__.md-contact-1 .section-2 .form .ipt { display: block; width: 100%; height: 3.10526em; background-color: #f2f4f8; border-radius: 0.29rem; border: none; padding: 0 .26rem; }

.__ID__.md-contact-1 .section-2 .form .ipt::-webkit-input-placeholder { color: #a4a4a4; }

.__ID__.md-contact-1 .section-2 .form .ipt:-ms-input-placeholder { color: #a4a4a4; }

.__ID__.md-contact-1 .section-2 .form .ipt::-ms-input-placeholder { color: #a4a4a4; }

.__ID__.md-contact-1 .section-2 .form .ipt::placeholder { color: #a4a4a4; }

.__ID__.md-contact-1 .section-2 .form .textarea { display: block; width: 100%; height: 1.73rem; background-color: #f2f4f8; border-radius: 0.29rem; border: none; padding: .2rem .26rem; }

.__ID__.md-contact-1 .section-2 .form .btn-submit { width: 100%; height: 2.78947em; background-color: var(--theme); border-radius: 0.104rem; border: none; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .26rem; cursor: pointer; }

.__ID__.md-contact-1 .section-2 .form .btn-submit:hover { background-color: var(--theme-deep); }

.__ID__.md-contact-1 .section-2 .form .btn-submit .icon { width: .25rem; height: .25rem; border-radius: 50%; background-color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: .08rem; }

.__ID__.md-contact-1 .section-2 .form .btn-submit .icon img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-contact-1 .section-2 .form .btn-submit.disabled { cursor: auto; pointer-events: none; -webkit-filter: grayscale(1); filter: grayscale(1); opacity: .5; }

@media (max-width: 1000px) { .__ID__.md-contact-1 .section-1 .row { display: block; padding: .22rem; margin-top: .6rem; }
  .__ID__.md-contact-1 .section-1 .row .c-pic { width: 100%; margin-left: 0; }
  .__ID__.md-contact-1 .section-1 .row .text { width: 100%; margin-left: 0; margin-top: 5%; }
  .__ID__.md-contact-1 .section-2 .form { padding: 5%; } }

@media (max-width: 600px) { .__ID__.md-contact-1 { background-position: left top; background-size: 150%; }
  .__ID__.md-contact-1 .section-1 .row .list .ct-item { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .__ID__.md-contact-1 .section-1 .row .list .t2 { width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .__ID__.md-contact-1 .section-2 .form { display: block; }
  .__ID__.md-contact-1 .section-2 .form-item { width: 100%; } }

.__ID__.md-contact-2 { position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 4.355rem; min-height: 1.49rem; background-color: #ffffff; -webkit-box-shadow: 0rem 0rem 0.59rem 0rem rgba(0, 0, 0, 0.16); box-shadow: 0rem 0rem 0.59rem 0rem rgba(0, 0, 0, 0.16); border-radius: 0.103rem; padding: .32rem; padding-bottom: .222rem; display: none; }

.__ID__.md-contact-2.show { display: block; }

.__ID__.md-contact-2 .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-contact-2 .text .icon { width: .471rem; margin-right: .124rem; }

.__ID__.md-contact-2 .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: auto; margin-right: auto; width: 1.805rem; min-height: 0.409rem; background-color: #ffffff; -webkit-box-shadow: 0rem 0rem 0.124rem 0rem rgba(0, 0, 0, 0.29); box-shadow: 0rem 0rem 0.124rem 0rem rgba(0, 0, 0, 0.29); border-radius: 0.103rem; cursor: pointer; margin-top: .14rem; }

.__ID__.md-contact-2 .btn .icon { width: 0.253rem; height: 0.248rem; background-color: #932023; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0; border-radius: 50%; margin-left: .114rem; }

.__ID__.md-contact-2 .btn .icon img { width: .124rem; }

.__ID__.md-contact-2 .btn:hover { color: var(--theme); }

@media (max-width: 500px) { .__ID__.md-contact-2 { width: 80%; }
  .__ID__.md-contact-2 .btn { min-height: 0.55rem; margin-top: .2rem; } }

/* 加入我们 */
.__ID__.md-join-1 { padding-top: 1.03rem; padding-bottom: .24rem; background-position: center top; background-size: 100%; background-repeat: no-repeat; }

.__ID__.md-join-1 .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-join-1 .section-1 .row-1 { margin-top: .84rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.__ID__.md-join-1 .section-1 .row-1 .lf { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: .4rem; }

.__ID__.md-join-1 .section-1 .row-1 .rg { width: calc(485 / 1380 * 100%); }

.__ID__.md-join-1 .section-1 .row-1 .desc { line-height: 2.15789; }

.__ID__.md-join-1 .section-1 .row-1 .desc a { color: var(--theme); }

.__ID__.md-join-1 .section-1 .row-1 .desc .icon { vertical-align: middle; margin-right: .1rem; width: .23rem; min-width: 1em; }

.__ID__.md-join-1 .section-1 .row-1 .job { margin-top: .53rem; width: 6.8rem; max-width: 100%; }

.__ID__.md-join-1 .section-1 .row-1 .job_tit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-join-1 .section-1 .row-1 .job_tit img { width: 0.24rem; min-width: 1em; margin-right: .11rem; }

.__ID__.md-join-1 .section-1 .row-1 .job_list { margin-top: .11rem; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item { color: #6d6e73; border-bottom: 1px solid #bfbfbf; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item:hover .hd { font-weight: bold; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item.active .hd { font-weight: bold; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item.active .hd .icon::before { content: '-'; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item .hd { padding: .09rem 0 .13rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item .hd .tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item .hd .icon::before { content: '+'; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item .bd { display: none; }

.__ID__.md-join-1 .section-1 .row-1 .job_list .job-item .intro { line-height: 2; padding-bottom: .1rem; }

@media (max-width: 900px) { .__ID__.md-join-1 .section-1 .row-1 { display: block; }
  .__ID__.md-join-1 .section-1 .row-1 .lf { width: 100%; margin-right: 0; }
  .__ID__.md-join-1 .section-1 .row-1 .rg { width: 100%; margin-top: .4rem; }
  .__ID__.md-join-1 .section-1 .row-1 .job { width: 100%; } }

/* 新闻 */
.__ID__.md-news-1 { background-position: center top; background-repeat: no-repeat; background-size: 100%; padding-top: 1.03rem; padding-bottom: .65rem; }

.__ID__.md-news-1 .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-news-1 .section-1 .list { width: 12.1rem; max-width: 100%; margin-top: 1.07rem; margin-left: auto; margin-right: auto; color: #6e6e6e; }

.__ID__.md-news-1 .section-1 .list .li { display: block; border-bottom: 2px solid rgba(84, 84, 84, 0.24); padding-top: .28rem; padding-bottom: .26rem; }

.__ID__.md-news-1 .section-1 .list .li:last-of-type { border-bottom: none; }

.__ID__.md-news-1 .section-1 .list .li:hover .tit { color: var(--active); text-decoration: underline; }

.__ID__.md-news-1 .section-1 .list .tx-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-news-1 .section-1 .list .tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #545454; }

.__ID__.md-news-1 .section-1 .list .date { margin-left: .2rem; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-news-1 .section-1 .list .tx-2 { margin-top: .11rem; }

.__ID__.md-news-1 .section-1 .m-pages { margin-top: .82rem; }

@media (max-width: 900px) { .__ID__.md-news-1 .section-1 .list { margin-top: .6rem; } }

.__ID__.md-news-2 { background-position: center top; background-repeat: no-repeat; background-size: 100%; padding-top: 1.03rem; padding-bottom: .65rem; }

.__ID__.md-news-2 .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-news-2 .section-1 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 1.42rem; }

.__ID__.md-news-2 .section-1 .list .li { background-color: #fff; border-radius: .05rem; position: relative; padding: .375rem; padding-top: .44rem; padding-bottom: .3rem; display: block; width: calc(320 / 1380 * 100%); margin-right: calc(33 / 1380 * 100%); margin-bottom: .4rem; }

.__ID__.md-news-2 .section-1 .list .li::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: .07rem; border-radius: .05rem; background-color: var(--active-light); }

.__ID__.md-news-2 .section-1 .list .li:hover .tit { color: var(--active-light); text-decoration: underline; }

.__ID__.md-news-2 .section-1 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-news-2 .section-1 .list .date { color: #545454; }

.__ID__.md-news-2 .section-1 .list .date .date-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-news-2 .section-1 .list .date .day { color: #fff; background: var(--active-light); width: 1.86667em; line-height: 1.86667em; border-radius: 50%; text-align: center; margin-left: .05rem; }

.__ID__.md-news-2 .section-1 .list .date .year { margin-top: .01rem; }

.__ID__.md-news-2 .section-1 .list .row-1 { margin-top: .23rem; }

.__ID__.md-news-2 .section-1 .list .tit { color: #545454; line-height: 1.5; margin-top: -.07rem; height: 4.5em; }

.__ID__.md-news-2 .section-1 .list .more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; min-width: 1.17rem; padding: 0 .16rem 0 .13rem; height: 1.8em; background-image: -webkit-gradient(linear, left bottom, left top, from(#c99d6e), to(#e5c997)); background-image: -o-linear-gradient(bottom, #c99d6e 0%, #e5c997 100%); background-image: linear-gradient(0deg, #c99d6e 0%, #e5c997 100%); border-radius: 13px; color: #fff; margin-top: auto; }

.__ID__.md-news-2 .section-1 .list .more img { width: 1.53333em; margin-left: .07rem; }

.__ID__.md-news-2 .section-1 .list .desc { margin-top: .21rem; line-height: 1.46667; color: #6e6e6e; }

.__ID__.md-news-2 .section-1 .list .c-pic { border-radius: .05rem; margin-top: .24rem; }

.__ID__.md-news-2 .section-1 .list .img { padding-top: calc(161 / 248 * 100%); }

.__ID__.md-news-2 .section-1 .list-first .li:first-of-type { width: 48.59155%; }

.__ID__.md-news-2 .section-1 .list-first .li:first-of-type .row-1 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.__ID__.md-news-2 .section-1 .list-first .li:first-of-type .c-pic { width: calc(303 / 580 * 100%); -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-top: 0; }

.__ID__.md-news-2 .section-1 .list-first .li:first-of-type .img { padding-top: calc(181 / 303 * 100%); }

.__ID__.md-news-2 .section-1 .list-first .li:first-of-type .tx-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: .3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.__ID__.md-news-2 .section-1 .list-first .li:first-of-type .more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.__ID__.md-news-2 .section-1 .list-first .li:nth-of-type(4n+3) { margin-right: 0; }

.__ID__.md-news-2 .section-1 .list:not(.list-first) .li:nth-of-type(4n) { margin-right: 0; }

.__ID__.md-news-2 .section-1 .m-pages { margin-top: .2rem; }

@media (max-width: 900px) { .__ID__.md-news-2 .section-1 .list { margin-top: .6rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .__ID__.md-news-2 .section-1 .list .li { width: 49%; margin-right: 0; padding: 3%; }
  .__ID__.md-news-2 .section-1 .list-first .li:first-of-type { width: 100%; margin-right: 0; } }

.__ID__.md-news-detail { padding-top: 1.03rem; padding-bottom: .52rem; }

.__ID__.md-news-detail .container { width: 13.8rem; max-width: 90%; margin-left: auto; margin-right: auto; }

.__ID__.md-news-detail .article { color: #545454; background-color: rgba(255, 255, 255, 0.3); -webkit-box-shadow: 0rem 0rem 0.16rem 0rem rgba(0, 0, 0, 0.03); box-shadow: 0rem 0rem 0.16rem 0rem rgba(0, 0, 0, 0.03); border-radius: 0.052rem; margin-top: .73rem; padding-top: .5rem; padding-right: 0.82rem; padding-bottom: 0.8rem; padding-left: 0.72rem; }

.__ID__.md-news-detail .article .msg { margin-top: .11rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-news-detail .article .msg-item { margin-right: .4rem; }

.__ID__.md-news-detail .article .msg-item:last-of-type { margin-right: 0; }

.__ID__.md-news-detail .article .social-share { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-news-detail .article .social-share * { font-family: "PingFang-Bold", sans-serif !important; }

.__ID__.md-news-detail .article .social-share .custom-icon { margin: 0 1em 0 0; }

.__ID__.md-news-detail .article .social-share .custom-icon:hover .icon { opacity: 1; }

.__ID__.md-news-detail .article .social-share .icon { max-height: .23rem; min-height: 1em; display: block; opacity: .8; }

.__ID__.md-news-detail .article .content { line-height: 2.05882; margin-top: .36rem; }

.__ID__.md-news-detail .article .content th, .__ID__.md-news-detail .article .content td { padding: .5em 1em; }

.__ID__.md-news-detail .article .copyright { border-top: 1px solid #7e7e7e; margin-top: .32rem; padding-top: .2rem; }

.__ID__.md-news-detail .article-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .3rem; color: #545454; }

.__ID__.md-news-detail .article-nav .item { max-width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; position: relative; padding-bottom: .06rem; }

.__ID__.md-news-detail .article-nav .item::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: .03rem; background-color: var(--active-light); opacity: 0; }

.__ID__.md-news-detail .article-nav .item .icon { width: .14rem; min-width: 0.5em; height: .21rem; min-height: 1em; background-repeat: no-repeat; background-size: contain; background-position: center; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-news-detail .article-nav .item.prev .icon { margin-right: .13rem; background-image: url(../images/i-arrow-left.png); }

.__ID__.md-news-detail .article-nav .item.prev:hover .icon { background-image: url(../images/i-arrow-left-2.png); }

.__ID__.md-news-detail .article-nav .item.next { text-align: right; }

.__ID__.md-news-detail .article-nav .item.next .icon { margin-left: .13rem; background-image: url(../images/i-arrow-right.png); }

.__ID__.md-news-detail .article-nav .item.next:hover .icon { background-image: url(../images/i-arrow-right-2.png); }

.__ID__.md-news-detail .article-nav .item:hover { color: var(--active); }

.__ID__.md-news-detail .article-nav .item:hover::after { opacity: 1; }

@media (max-width: 900px) { .__ID__.md-news-detail .article { padding: 5%; }
  .__ID__.md-news-detail .article .content th, .__ID__.md-news-detail .article .content td { padding: .5em; }
  .__ID__.md-news-detail .article .social-share .icon { opacity: 1; }
  .__ID__.md-news-detail .article .social-share .wechat-qrcode { display: none !important; }
  .__ID__.md-news-detail .article-nav { display: block; }
  .__ID__.md-news-detail .article-nav .item { width: 100%; max-width: 100%; }
  .__ID__.md-news-detail .article-nav .item.next { text-align: left; padding-left: 0.3rem; }
  .__ID__.md-news-detail .article-nav .item.next img { margin-left: 0; margin-right: 0.13rem; } }

/* 业务领域 */
.__ID__.md-business-1 { padding-top: 1.03rem; padding-bottom: .1rem; background-position: center top; background-repeat: no-repeat; background-size: 100%; }

.__ID__.md-business-1 .container { margin-left: auto; margin-right: auto; width: 13.8rem; max-width: 90%; min-height: 80vh; }

.__ID__.md-business-1 .section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; color: #282828; margin-bottom: 0.27rem; }

.__ID__.md-business-1 .section:last-of-type { margin-bottom: 0; }

.__ID__.md-business-1 .section-list { margin-top: .78rem; }

.__ID__.md-business-1 .section-tit { width: calc(270 / 1380 * 100%); -ms-flex-negative: 0; flex-shrink: 0; padding: 1.036em; padding-left: .65rem; }

.__ID__.md-business-1 .section .list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.__ID__.md-business-1 .section .list .li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; background-color: rgba(255, 255, 255, 0.5); -webkit-box-shadow: 0rem 0rem 0.09rem 0rem rgba(0, 0, 0, 0.09); box-shadow: 0rem 0rem 0.09rem 0rem rgba(0, 0, 0, 0.09); border-radius: 0.207rem; width: calc(360 / 1110 * 100%); margin-right: calc(15 / 1110 * 100%); margin-bottom: 0.15rem; padding: .1rem 0; }

.__ID__.md-business-1 .section .list .li:nth-of-type(3n) { margin-right: 0; }

.__ID__.md-business-1 .section .list .li::after { content: ''; width: 0.12rem; height: 0.21rem; background: url(../images/i-right-2.png) no-repeat center/contain; position: absolute; top: 50%; right: .3rem; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.__ID__.md-business-1 .section .list .li:hover { background: -webkit-gradient(linear, left bottom, left top, from(#c99d6e), to(#e5c997)); background: -o-linear-gradient(bottom, #c99d6e 0%, #e5c997 100%); background: linear-gradient(0deg, #c99d6e 0%, #e5c997 100%); }

.__ID__.md-business-1 .section .list .li:hover .tit { color: #fff; }

.__ID__.md-business-1 .section .list .li:hover::after { background-image: url(../images/i-right-4.png); }

.__ID__.md-business-1 .section .list .li:hover .icon img:nth-child(2) { display: block; }

.__ID__.md-business-1 .section .list .li:hover .icon img:nth-child(1) { display: none; }

.__ID__.md-business-1 .section .list .tit { line-height: 1.2; }

.__ID__.md-business-1 .section .list .icon { width: 1.148rem; height: .8rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-business-1 .section .list .icon img { max-width: 90%; max-height: 70%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-1 .section .list .icon img:nth-child(2) { display: none; }

@media (max-width: 1200px) { .__ID__.md-business-1 .section { display: block; }
  .__ID__.md-business-1 .section-tit { width: 100%; padding-left: 0; } }

@media (max-width: 800px) { .__ID__.md-business-1 .section-list { margin-top: .5rem; }
  .__ID__.md-business-1 .section .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .__ID__.md-business-1 .section .list .li { margin-right: 0; width: 49%; margin-bottom: 2%; } }

@media (max-width: 500px) { .__ID__.md-business-1 .section .list .li { width: 100%; }
  .__ID__.md-business-1 .section .list .icon img { max-width: 70%; } }

.__ID__.md-business-2 { padding-top: .76rem; background-position: center top; background-repeat: no-repeat; background-size: 100%; min-height: 60vh; }

.__ID__.md-business-2 .container { margin-left: auto; margin-right: auto; width: 13.8rem; max-width: 90%; }

.__ID__.md-business-2 .section-1 .desc { line-height: 2; margin-top: .15rem; width: 5.6rem; max-width: 100%; color: #505050; }

@media (max-width: 600px) { .__ID__.md-business-2 .section-1 .desc { width: 100%; } }

.__ID__.md-business-2 .section-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .54rem; }

.__ID__.md-business-2 .section-2 img { margin-right: .03rem; max-height: .55rem; }

.__ID__.md-business-2 .section-3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-top: .32rem; }

.__ID__.md-business-2 .section-3-main { width: 8.72rem; margin-right: .62rem; }

.__ID__.md-business-2 .section-3-side { width: 3.76rem; }

@media (max-width: 1200px) { .__ID__.md-business-2 .section-3 { display: block; }
  .__ID__.md-business-2 .section-3-main { width: 100%; }
  .__ID__.md-business-2 .section-3-side { width: 100%; } }

.__ID__.md-business-2 .art { margin-bottom: .26rem; }

.__ID__.md-business-2 .art-tit { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-business-2 .art-tit:before { content: ''; width: 0.5em; height: 1.19231em; background-image: -webkit-gradient(linear, left bottom, left top, from(#cfa576), to(#e5c897)); background-image: -o-linear-gradient(bottom, #cfa576 0%, #e5c897 100%); background-image: linear-gradient(0deg, #cfa576 0%, #e5c897 100%); border-radius: 0.052rem; margin-right: .1rem; }

.__ID__.md-business-2 .art-cnt { margin-top: .13rem; }

.__ID__.md-business-2 .art-1 { padding-bottom: .3rem; }

.__ID__.md-business-2 .list-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .23rem; }

.__ID__.md-business-2 .list-1 .li { width: calc(392 / 810 * 100%); margin-bottom: .14rem; -webkit-box-shadow: 0rem 0rem 0.34rem 0rem rgba(0, 0, 0, 0.02); box-shadow: 0rem 0rem 0.34rem 0rem rgba(0, 0, 0, 0.02); border-radius: 0.155rem; padding: .1rem .2rem .08rem; background: #fff url(../images/bg-1.jpg) no-repeat right top/cover; }

.__ID__.md-business-2 .list-1 .tx-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.__ID__.md-business-2 .list-1 .icon { font-size: 0; width: .7rem; height: 0.5rem; padding-right: 0.1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-business-2 .list-1 .icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .list-1 .tx-2 { color: #505050; line-height: 1.46667; margin-top: 0.05rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .list-1 .li { width: 100%; padding: .3rem; } }

.__ID__.md-business-2 .team { background-color: #ffffff; border-radius: 0.155rem; padding: .25rem .28rem .11rem; padding-right: 0.1rem; margin-top: .12rem; margin-bottom: .39rem; }

.__ID__.md-business-2 .team .dl .dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.34rem; }

.__ID__.md-business-2 .team .dl .dd:last-child { margin-bottom: 0; }

.__ID__.md-business-2 .team .dl .dd:hover .t1 { color: var(--active); }

.__ID__.md-business-2 .team .dl .dd:hover .avatar img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.__ID__.md-business-2 .team .dl .avatar { width: 0.96rem; width: calc(96 / 376 * 100%); max-width: 100px; aspect-ratio: 1; background-color: #dee3e7; -webkit-box-shadow: 0rem 0rem 0.36rem 0rem rgba(0, 0, 0, 0.14); box-shadow: 0rem 0rem 0.36rem 0rem rgba(0, 0, 0, 0.14); border-radius: 50%; overflow: hidden; margin-right: .34rem; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .team .dl .avatar img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.__ID__.md-business-2 .team .dl .tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-business-2 .team .dl .t2 { margin-top: .02rem; }

.__ID__.md-business-2 .team .dl .t3 { margin-top: .02rem; }

.__ID__.md-business-2 .team .dl .t3-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .02rem; }

.__ID__.md-business-2 .team .dl .t3-icon { width: 0.17rem; margin-right: .1rem; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .team .dl .t3-tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-business-2 .team .more { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; padding: 0.1rem 0; margin-top: 0.06rem; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--active); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; position: relative; }

.__ID__.md-business-2 .team .more:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.__ID__.md-business-2 .team .more:hover::after { content: ''; position: absolute; left: 0; bottom: 10%; width: 100%; height: .05rem; border-top: .02rem solid; }

.__ID__.md-business-2 .team .more img { width: 0.18rem; min-width: 0.6em; margin-left: .06rem; }

.__ID__.md-business-2 .apply { background-color: #fff; background-image: url(../images/bg-2.jpg); background-size: cover; background-position: center; padding: .34rem .34rem .2rem; margin-top: 0.06rem; border-radius: 0.155rem; }

.__ID__.md-business-2 .apply .t1 { border-bottom: 1px solid #989898; text-align: center; line-height: 1.25; padding-bottom: .03rem; }

.__ID__.md-business-2 .apply .t1 span { color: var(--theme); }

.__ID__.md-business-2 .apply .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: var(--theme); color: #fff; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-left: auto; margin-right: auto; margin-top: .15rem; padding: .03rem .24rem; border-radius: 0.104rem; -webkit-transition: background-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; }

.__ID__.md-business-2 .apply .btn img { width: 0.3rem; min-width: 1em; margin-right: .1rem; }

.__ID__.md-business-2 .apply .btn span { letter-spacing: 0.047rem; }

.__ID__.md-business-2 .apply .btn:hover { background-color: var(--active); }

.__ID__.md-business-2 .patent-list { margin-top: .18rem; }

.__ID__.md-business-2 .patent-list::before { content: ''; display: block; width: 100%; height: .05rem; background-color: var(--active); border-radius: 05rem; }

.__ID__.md-business-2 .patent-list .item { display: block; padding: .09rem 0 .1rem; -webkit-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; color: #7a7a7a; border-bottom: 0.02rem solid var(--active); }

.__ID__.md-business-2 .patent-list .item:hover { color: var(--active); text-decoration: underline; }

.__ID__.md-business-2 .block { margin-bottom: .4rem; }

.__ID__.md-business-2 .block:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .block-tit { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; border-bottom: 0.02rem solid var(--theme); line-height: 1.25; margin-left: .22rem; }

.__ID__.md-business-2 .block-cnt { margin-top: .2rem; }

.__ID__.md-business-2 .img-1 { text-align: center; font-size: 0; }

.__ID__.md-business-2 .img-1 img { max-width: 100%; }

.__ID__.md-business-2 .aa { margin-left: .22rem; margin-bottom: .22rem; }

.__ID__.md-business-2 .aa:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .aa-list { margin-top: .12rem; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; text-align: center; }

.__ID__.md-business-2 .aa-list .li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; }

.__ID__.md-business-2 .aa-list .li::before { content: ''; position: absolute; left: 0; top: .41rem; width: 50%; height: .03rem; background: var(--theme); }

.__ID__.md-business-2 .aa-list .li::after { content: ''; position: absolute; right: 0; top: .41rem; width: 50%; height: .03rem; background: var(--theme); }

.__ID__.md-business-2 .aa-list .li:first-of-type::before { display: none; }

.__ID__.md-business-2 .aa-list .li:last-of-type::after { display: none; }

.__ID__.md-business-2 .aa-list .li:last-of-type .dot { background: var(--theme); border-color: var(--theme); }

.__ID__.md-business-2 .aa-list .icon { height: .32rem; font-size: 0; text-align: center; }

.__ID__.md-business-2 .aa-list .icon img { height: 100%; }

.__ID__.md-business-2 .aa-list .dot { position: relative; z-index: 2; width: 0.17rem; height: .17rem; margin-left: auto; margin-right: auto; margin-top: 0.02rem; border-radius: 50%; border: .04rem solid #000; background-color: #fff; }

.__ID__.md-business-2 .aa-list .tit { margin-top: .08rem; line-height: 1.26667; }

@media (max-width: 600px) { .__ID__.md-business-2 .aa-list { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .__ID__.md-business-2 .aa-list .li { -ms-flex-preferred-size: 33%; flex-basis: 33%; margin-bottom: .4rem; } }

.__ID__.md-business-2 .ab { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1.2; padding-top: .37rem; margin-bottom: 0.31rem; }

.__ID__.md-business-2 .ab-item { background: url(../images/bg-3.jpg) no-repeat center/cover; -webkit-box-shadow: 0rem 0rem 0.12rem 0rem rgba(7, 36, 60, 0.17); box-shadow: 0rem 0rem 0.12rem 0rem rgba(7, 36, 60, 0.17); border-radius: 0.238rem; border: solid 0.03rem #ffffff; min-height: 1.4rem; position: relative; text-align: center; width: calc(260 / 810 * 100%); margin-right: calc(15 / 810 * 100%); padding-top: .41rem; }

.__ID__.md-business-2 .ab-item:nth-child(3n) { margin-right: 0; }

.__ID__.md-business-2 .ab .icon { position: absolute; left: 50%; top: 0; -webkit-transform: translate(-50%, -43%); -ms-transform: translate(-50%, -43%); transform: translate(-50%, -43%); height: .74rem; max-width: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .ab .t2 { margin-top: .08rem; }

.__ID__.md-business-2 .ab .t3 { margin-top: 0.02rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .ab-item { padding-top: .5rem; padding-bottom: .2rem; }
  .__ID__.md-business-2 .ab .t1, .__ID__.md-business-2 .ab .t2 { font-size: 3vw; }
  .__ID__.md-business-2 .ab .t3 { font-size: 2.6vw; } }

.__ID__.md-business-2 .ac { margin-top: .42rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-position: center bottom; background-size: 100%; background-repeat: no-repeat; }

.__ID__.md-business-2 .ac-item { width: calc(362 / 810 * 100%); text-align: center; margin-bottom: .12rem; }

.__ID__.md-business-2 .ac-list { margin-top: .12rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-business-2 .ac-list .li { width: calc(150 / 362 * 100%); margin-right: .14rem; }

.__ID__.md-business-2 .ac-list .li:nth-of-type(2n) { margin-right: 0; }

.__ID__.md-business-2 .ac-list .li:nth-of-type(2n+1) { margin-top: .16rem; }

.__ID__.md-business-2 .ac-list .img { font-size: 0; -webkit-box-shadow: 0.01rem 0.01rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.02rem 0.02rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.03rem 0.03rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.04rem 0.04rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.05rem 0.05rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.06rem 0.06rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.07rem 0.07rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.08rem 0.08rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.09rem 0.09rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.1rem 0.1rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.11rem 0.11rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.12rem 0.12rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.13rem 0.13rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.14rem 0.14rem 0.02rem 0rem rgba(0, 0, 0, 0.02); box-shadow: 0.01rem 0.01rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.02rem 0.02rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.03rem 0.03rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.04rem 0.04rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.05rem 0.05rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.06rem 0.06rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.07rem 0.07rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.08rem 0.08rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.09rem 0.09rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.1rem 0.1rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.11rem 0.11rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.12rem 0.12rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.13rem 0.13rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.14rem 0.14rem 0.02rem 0rem rgba(0, 0, 0, 0.02); }

.__ID__.md-business-2 .ac-list .img img { width: 100%; }

.__ID__.md-business-2 .ac-list .t1 { margin-top: .07rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .ac-item { width: 100%; } }

.__ID__.md-business-2 .ad { margin-left: .22rem; }

.__ID__.md-business-2 .ad .li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: .35rem; }

.__ID__.md-business-2 .ad .li:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .ad .icon { width: 0.58rem; font-size: 0; margin-right: .12rem; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .ad .icon img { max-width: 100%; }

.__ID__.md-business-2 .ad .tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-business-2 .ad .tit { line-height: 1.57895; color: var(--theme); }

.__ID__.md-business-2 .ad .desc { line-height: 1.76471; margin-top: .06rem; color: #505050; }

.__ID__.md-business-2 .team2 { margin-top: .05rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; }

.__ID__.md-business-2 .team2-item { width: calc(200 / 810 * 100%); margin-right: calc(50 / 810 * 100%); }

.__ID__.md-business-2 .team2-item:nth-child(3n) { margin-right: 0; }

.__ID__.md-business-2 .team2-icon { height: 1.5rem; font-size: 0; }

.__ID__.md-business-2 .team2-icon img { height: 100%; max-width: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .team2-tx-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-business-2 .team2-tit { margin-right: .06rem; }

.__ID__.md-business-2 .team2-t3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-business-2 .team2-t3-icon { width: .16rem; min-width: .8em; margin-right: .08rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .team2-item { width: 100%; margin-right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .__ID__.md-business-2 .team2-tx-1 { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .__ID__.md-business-2 .team2-t3 { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.__ID__.md-business-2 .ae { display: -webkit-box; display: -ms-flexbox; display: flex; }

.__ID__.md-business-2 .ae .ae-left { -ms-flex-negative: 0; flex-shrink: 0; width: calc(430 / 810 * 100%); }

.__ID__.md-business-2 .ae .ae-right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .2rem; margin-top: .94rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .ae { display: block; }
  .__ID__.md-business-2 .ae .ae-left { width: 100%; }
  .__ID__.md-business-2 .ae .ae-right { margin-left: 0; } }

.__ID__.md-business-2 .af-img { font-size: 0; text-align: center; margin-bottom: .7rem; }

.__ID__.md-business-2 .af-img:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .af-img img { max-width: 100%; }

.__ID__.md-business-2 .ag { text-align: left; margin-top: .42rem; margin-left: .22rem; }

.__ID__.md-business-2 .ag-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .35rem; }

.__ID__.md-business-2 .ag-item:last-of-type .ag-icon:before { display: none; }

.__ID__.md-business-2 .ag-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: .5rem; height: .35rem; font-size: 0; margin-right: .09rem; position: relative; }

.__ID__.md-business-2 .ag-icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .ag-icon:before { content: ''; position: absolute; left: .16rem; top: .46rem; width: .18rem; height: .12rem; background: url(../images/i-down.png) no-repeat center/contain; }

.__ID__.md-business-2 .ag-desc { margin-left: .3rem; color: #505050; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }

.__ID__.md-business-2 .ba { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: .19rem; }

.__ID__.md-business-2 .ba-left { width: calc(390 / 810 * 100%); margin-right: calc(44 / 810 * 100%); -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .ba-right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (max-width: 600px) { .__ID__.md-business-2 .ba { display: block; }
  .__ID__.md-business-2 .ba-left { width: 100%; margin-right: 0; } }

.__ID__.md-business-2 .bb { background: #fff url(../images/bg-4.jpg) no-repeat right top/cover; -webkit-box-shadow: 0rem 0rem 0.34rem 0rem rgba(0, 0, 0, 0.02); box-shadow: 0rem 0rem 0.34rem 0rem rgba(0, 0, 0, 0.02); border-radius: 0.155rem; padding: .1rem .2rem; }

.__ID__.md-business-2 .bb-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .14rem; }

.__ID__.md-business-2 .bb-item:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .bb-icon { width: .45rem; height: .45rem; font-size: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .bb-icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .bb-text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .1rem; line-height: 1.58824; }

.__ID__.md-business-2 .bb-tx { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.__ID__.md-business-2 .bb-t1 { -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .bb-t2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.__ID__.md-business-2 .bc { margin-top: 0.23rem; }

.__ID__.md-business-2 .bc-item { min-height: 0.98rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .27rem; background-color: #f5f5f5; -webkit-box-shadow: 0rem 0rem 0.12rem 0rem rgba(7, 36, 60, 0.08); box-shadow: 0rem 0rem 0.12rem 0rem rgba(7, 36, 60, 0.08); border-radius: 0.155rem; border: solid 0.03rem #ffffff; padding: .15rem; padding-left: .36rem; background: url(../images/bg-5.jpg) no-repeat center/cover; }

.__ID__.md-business-2 .bc-item:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .bc-icon { width: 0.56rem; font-size: 0; margin-right: .25rem; }

.__ID__.md-business-2 .bc-icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .bc-text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.25; }

.__ID__.md-business-2 .bc-t2 { margin-top: .06rem; }

.__ID__.md-business-2 .bd { text-align: center; }

.__ID__.md-business-2 .bd-item { margin-top: .2rem; }

.__ID__.md-business-2 .bd-img { font-size: 0; width: 1.62rem; margin-left: auto; margin-right: auto; -webkit-box-shadow: 0.01rem 0.01rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.02rem 0.02rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.03rem 0.03rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.04rem 0.04rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.05rem 0.05rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.06rem 0.06rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.07rem 0.07rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.08rem 0.08rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.09rem 0.09rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.1rem 0.1rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.11rem 0.11rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.12rem 0.12rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.13rem 0.13rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.14rem 0.14rem 0.02rem 0rem rgba(0, 0, 0, 0.02); box-shadow: 0.01rem 0.01rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.02rem 0.02rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.03rem 0.03rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.04rem 0.04rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.05rem 0.05rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.06rem 0.06rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.07rem 0.07rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.08rem 0.08rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.09rem 0.09rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.1rem 0.1rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.11rem 0.11rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.12rem 0.12rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.13rem 0.13rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.14rem 0.14rem 0.02rem 0rem rgba(0, 0, 0, 0.02); }

.__ID__.md-business-2 .bd-img img { width: 100%; }

@media (max-width: 600px) { .__ID__.md-business-2 .bd-img { width: 3rem; max-width: 100%; } }

.__ID__.md-business-2 .bd-tit { margin-top: .1rem; }

.__ID__.md-business-2 .be { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .61rem; }

.__ID__.md-business-2 .be-item { width: calc(393 / 810 * 100%); background: #fff url(../images/bg-6.jpg) no-repeat center/cover; -webkit-box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 0, 0, 0.09); box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 0, 0, 0.09); border-radius: 0.155rem; padding: .2rem; padding-bottom: .1rem; min-height: 1.5rem; margin-top: 0.2rem; }

.__ID__.md-business-2 .be-t1 { margin-top: -1.22em; text-align: center; }

.__ID__.md-business-2 .be-t2 { line-height: 1.58824; margin-top: .12rem; }

.__ID__.md-business-2 .be-t3 { line-height: 1.30769; margin-top: .08rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .be-item { width: 100%; margin-top: .5rem; } }

.__ID__.md-business-2 .bf { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 0.47rem; }

.__ID__.md-business-2 .bf-item { width: calc(390 / 810 * 100%); display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: .27rem; }

.__ID__.md-business-2 .bf-icon { -ms-flex-negative: 0; flex-shrink: 0; width: .65rem; height: .65rem; font-size: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.__ID__.md-business-2 .bf-icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .bf-text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .1rem; }

.__ID__.md-business-2 .bf-desc { color: #505050; line-height: 1.52941; margin-top: .03rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .bf-item { width: 100%; } }

.__ID__.md-business-2 .bg { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.__ID__.md-business-2 .bg-item { width: calc(252 / 810 * 100%); background-color: #ffffff; -webkit-box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 0, 0, 0.11); box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 0, 0, 0.11); border-radius: 0.155rem; margin-right: calc(26 / 810 * 100%); padding: .26rem; margin-top: .43rem; min-height: 3.11rem; }

.__ID__.md-business-2 .bg-item:nth-of-type(3n) { margin-right: 0; }

.__ID__.md-business-2 .bg-icon { height: 0.7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0; margin-top: -.59rem; }

.__ID__.md-business-2 .bg-icon img { max-height: 100%; }

.__ID__.md-business-2 .bg-tit { line-height: 1.52632; height: calc(29 / 19 * 2em); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: .19rem; text-align: center; }

.__ID__.md-business-2 .bg-desc { color: #505050; line-height: 1.52941; }

@media (max-width: 600px) { .__ID__.md-business-2 .bg-item { width: 100%; margin-right: 0; margin-bottom: .3rem; } }

.__ID__.md-business-2 .section-4 { margin-top: .79rem; margin-left: .6rem; }

@media (max-width: 1200px) { .__ID__.md-business-2 .section-4-main { width: 100%; } }

.__ID__.md-business-2--2 { padding-top: 1.04rem; }

.__ID__.md-business-2 .ca { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; margin-top: 0.25rem; }

.__ID__.md-business-2 .ca-item { width: calc(364 / 1130 * 100%); margin-right: calc(16 / 1130 * 100%); background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f9f8f6)); background-image: -o-linear-gradient(bottom, #ffffff 0%, #f9f8f6 100%); background-image: linear-gradient(0deg, #ffffff 0%, #f9f8f6 100%); border-radius: 0.155rem; padding: .2rem; padding-bottom: .18rem; -webkit-box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(0, 0, 0, 0.05); box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(0, 0, 0, 0.05); }

.__ID__.md-business-2 .ca-item:nth-of-type(3n) { margin-right: 0; }

.__ID__.md-business-2 .ca-icon { height: .54rem; font-size: 0; }

.__ID__.md-business-2 .ca-icon img { max-height: 100%; }

.__ID__.md-business-2 .ca-tit { line-height: 1.73077; margin-top: .13rem; }

@media (max-width: 600px) { .__ID__.md-business-2 .ca-item { width: 100%; margin-right: 0; margin-bottom: .3rem; } }

.__ID__.md-business-2 .cb { margin-top: .24rem; text-align: center; line-height: 1.73077; }

.__ID__.md-business-2 .cb span { color: var(--theme); }

.__ID__.md-business-2 .cc { margin-top: .2rem; }

.__ID__.md-business-2 .cc-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.__ID__.md-business-2 .cc-icon { max-height: .4rem; vertical-align: middle; margin-right: .2rem; }

.__ID__.md-business-2 .cc table { border-radius: 0.368rem; line-height: 1.75; }

.__ID__.md-business-2 .cc table td { border-width: .02rem; border-color: #c7c7c7; padding: .05rem; padding-left: .88rem; }

.__ID__.md-business-2 .cc table td:first-child { width: 3.13rem; padding-left: .9rem; }

@media (max-width: 900px) { .__ID__.md-business-2 .cc-icon { margin-right: 0.1rem; }
  .__ID__.md-business-2 .cc table td { padding: .05rem !important; }
  .__ID__.md-business-2 .cc table td:first-child { width: 6em; } }

@media (max-width: 500px) { .__ID__.md-business-2 .cc table { font-size: 3.2vw; } }

.__ID__.md-business-2 .cd { text-align: left; margin-top: .21rem; margin-left: .22rem; }

.__ID__.md-business-2 .cd-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .44rem; }

.__ID__.md-business-2 .cd-item:last-of-type .cd-icon:before { display: none; }

.__ID__.md-business-2 .cd-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: .77rem; height: .7rem; font-size: 0; margin-right: .15rem; position: relative; }

.__ID__.md-business-2 .cd-icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .cd-icon:before { content: ''; position: absolute; left: .32rem; top: .8rem; width: .21rem; height: .15rem; background: url(../images/i-down.png) no-repeat center/contain; }

.__ID__.md-business-2 .cd-tit { width: 2.4rem; }

.__ID__.md-business-2 .cd-desc { margin-left: .115rem; color: #505050; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; line-height: 1.80952; }

@media (max-width: 600px) { .__ID__.md-business-2 .cd-item { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .__ID__.md-business-2 .cd-desc { width: 100%; padding-left: .8rem; -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-top: .1rem; } }

.__ID__.md-business-2 .ce-row1 span { color: var(--theme); }

.__ID__.md-business-2 .ce-row2 { margin-top: .28rem; display: -webkit-box; display: -ms-flexbox; display: flex; }

.__ID__.md-business-2 .ce-a { width: 4.32rem; margin-right: .56rem; -ms-flex-negative: 0; flex-shrink: 0; }

.__ID__.md-business-2 .ce-a-img { font-size: 0; margin-top: .3rem; }

.__ID__.md-business-2 .ce-a-img img { width: 100%; }

.__ID__.md-business-2 .ce-b { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (max-width: 900px) { .__ID__.md-business-2 .ce-row2 { display: block; }
  .__ID__.md-business-2 .ce-a { width: 100%; margin-right: 0; }
  .__ID__.md-business-2 .ce-b { margin-top: 0.5rem; } }

.__ID__.md-business-2 .cf { margin-bottom: 0.16rem; background-size: 100%; background-repeat: no-repeat; background-position: center bottom; }

.__ID__.md-business-2 .cf:last-of-type { margin-bottom: 0; }

.__ID__.md-business-2 .cf-tit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding-bottom: .08rem; }

.__ID__.md-business-2 .cf-tit::after { content: ''; position: absolute; bottom: 0; left: 0; width: 1.88rem; height: .03rem; background: var(--active); }

.__ID__.md-business-2 .cf-tit img { width: .48rem; height: .54rem; margin-right: .13rem; -o-object-fit: contain; object-fit: contain; }

.__ID__.md-business-2 .cf-desc { color: #505050; line-height: 1.80952; margin-top: .09rem; }

.__ID__.md-business-2 .cf-a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: .58rem; padding-bottom: .09rem; }

.__ID__.md-business-2 .cf-a-item { margin-top: 0.2rem; margin-right: .44rem; }

.__ID__.md-business-2 .cf-a-item:last-of-type, .__ID__.md-business-2 .cf-a-item:nth-of-type(2n) { margin-right: 0; }

.__ID__.md-business-2 .cf-a-img { width: 1.48rem; margin-left: auto; margin-right: auto; font-size: 0; -webkit-box-shadow: 0.01rem 0.01rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.02rem 0.02rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.03rem 0.03rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.04rem 0.04rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.05rem 0.05rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.06rem 0.06rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.07rem 0.07rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.08rem 0.08rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.09rem 0.09rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.1rem 0.1rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.11rem 0.11rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.12rem 0.12rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.13rem 0.13rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.14rem 0.14rem 0.02rem 0rem rgba(0, 0, 0, 0.02); box-shadow: 0.01rem 0.01rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.02rem 0.02rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.03rem 0.03rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.04rem 0.04rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.05rem 0.05rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.06rem 0.06rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.07rem 0.07rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.08rem 0.08rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.09rem 0.09rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.1rem 0.1rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.11rem 0.11rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.12rem 0.12rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.13rem 0.13rem 0.02rem 0rem rgba(0, 0, 0, 0.02), 0.14rem 0.14rem 0.02rem 0rem rgba(0, 0, 0, 0.02); }

.__ID__.md-business-2 .cf-a-img img { width: 100%; }

.__ID__.md-business-2 .cf-a-desc { margin-top: .16rem; color: #505050; }

@media (max-width: 600px) { .__ID__.md-business-2 .cf-a { padding-left: 0.2rem; } }

@media (max-width: 900px) { .__ID__.md-business-2 .detail-pc { display: none; } }

.__ID__.md-business-2 .detail-wap { display: none; }

@media (max-width: 900px) { .__ID__.md-business-2 .detail-wap { display: block; } }
