@charset "UTF-8";
/**
 +------------------------------------------------------------------------------
 * ************   Common Css   ************
 +------------------------------------------------------------------------------
 */
@font-face {font-family: "tel";
  src: url('fonts/montserrat.woff2?t=20220101');
}

/**
 +------------------------------------------------------------------------------
 * ************   Swiper Css   ************
 +------------------------------------------------------------------------------
 */
:root { --swiper-theme-color: #405e76 }
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1 }
.swiper-vertical>.swiper-wrapper { flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box }
.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0) }
.swiper-pointer-events { touch-action: pan-y }
.swiper-pointer-events.swiper-vertical { touch-action: pan-x }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform }
.swiper-slide-invisible-blank { visibility: hidden }
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height }
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px }
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { transform-style: preserve-3d }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, .15) }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-css-mode>.swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar { display: none }
.swiper-css-mode>.swiper-wrapper>.swiper-slide { scroll-snap-align: start start }
.swiper-horizontal.swiper-css-mode>.swiper-wrapper { scroll-snap-type: x mandatory }
.swiper-vertical.swiper-css-mode>.swiper-wrapper { scroll-snap-type: y mandatory }
.swiper-centered>.swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999 }
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-horizontal>.swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after) }
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-vertical>.swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after) }
.swiper-centered>.swiper-wrapper>.swiper-slide { scroll-snap-align: center center }
/**
 +------------------------------------------------------------------------------
 * ************   Public Css   ************
 +------------------------------------------------------------------------------
 */
/*header*/
header { position: sticky; top: 0; right: 0; left: 0; z-index: 99; background-color: #fff; box-shadow: 0px 3px 4px rgb(0 0 0 / 10%) }
.headbar { display: flex; align-items: center; justify-content: space-between; padding-top: .75rem; padding-bottom: .75rem }
.headbar .logobar { display: flex; align-items: center }
.headbar .logobar span { display: none; margin-left: .25rem; padding-left: .25rem; font-size: 18px; letter-spacing: .25rem; text-shadow: .01rem 0 0 currentColor;color: #405e76; }
.headbar .logobar .logo { padding-top: 0.25rem; padding-bottom: 0.25rem }
.headbar .logobar .logo img { height: 32px }
.headbar .operbar { display: none; align-items: center }
.headbar .operbar img { margin-right: .5rem }
.headbar .operbar .email { margin-bottom: 0; font-family: Helvetica Neue, Helvetica, Arial, sans-serif }
.headbar .operbar .email span { display: block; color: #405e76; font-weight: 600; font-size: 1rem }
.headbar .operbar .email span a { color: #212529; text-decoration: none; font-size:22px; }
.headbar .operbar .email span a:hover { text-decoration: underline }
.headbar .navbar-toggler { padding: 0 !important }
.headbar .navbar-toggler:focus { box-shadow: none }
.headbar .navbar-toggler .toggler-icon { display: block; padding-top: 3px; padding-bottom: 3px; transition: all .4s ease }
.headbar .navbar-toggler .toggler-icon:before { content: ''; display: block; height: 2px; width: 22px; background-color: #6c757d; border-top-right-radius: 2px; border-bottom-left-radius: 2px; transition: transform .4s ease .2s, background-color .5s ease 0s }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(1) { transform: translateY(8px) }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(1):before { transform: rotate(45deg) }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(2) { opacity: 0 }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(3) { transform: translateY(-8px) }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(3):before { transform: rotate(-45deg) }
.headbar ~ .navbar { padding: 0 }
.navbar .navbar-nav { margin-top: .5rem }
.navbar .navbar-nav .nav-link { padding-top: .75rem; padding-bottom: .75rem }
.navbar .navbar-nav .dropdown-toggle { display: block; position: absolute; top: 0; right: 0; z-index: 9; width: 48px; height: 48px; color: #fff; transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1); transform: translateY(0); opacity: 0.8 }
.navbar .navbar-nav .dropdown-toggle i { position: absolute; top: 50%; right: 2px; width: 20px; height: 28px; transform: translateY(-14px) }
.navbar .navbar-nav .dropdown-toggle::after { content: normal }
.navbar .navbar-nav .dropdown-toggle i::before, .navbar .navbar-nav .dropdown-toggle i::after { content: ""; display: block; position: absolute; top: 58%; width: 11px; height: 1px; z-index: 9; border: none; background: rgba(0, 0, 0, .55); transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1) }
.navbar .navbar-nav .dropdown-toggle i::before { right: 50%; border-radius: .5px 0 0 .5px; transform-origin: 100% 100%; transform: rotate(40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-toggle i::after { left: 50%; border-radius: 0 .5px .5px 0; transform-origin: 0% 100%; transform: rotate(-40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-toggle:hover { opacity: 1 }
.navbar .navbar-nav .dropdown-toggle.show[aria-expanded=true] { transform: translateY(-8px) }
.navbar .navbar-nav .dropdown-toggle.show[aria-expanded=true] i::before { transform-origin: 100% 0%; transform: rotate(-40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-toggle.show[aria-expanded=true] i::after { transform-origin: 0% 0%; transform: rotate(40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-menu { background-color: #f7f7f7 }
.navbar .navbar-nav .dropdown-menu li{ position: relative }
.navbar .navbar-nav .dropdown-menu li a { display: block; width: 100%; padding: .25rem 1rem; line-height: 32px; font-weight: normal; font-size: 14px; color: #212529; text-decoration: none }
.navbar .navbar-nav .dropdown-menu li a:hover { color: #fff; background-color: #405e76 }
.navbar .navbar-nav .dropdown-submenu { padding-left: 1em; background: #fdfdfd; list-style: none; }
.navbar.fixed { position: fixed; top: 10px; left: 0; right: 0 }

.search { position: relative; min-width: 240px }
.search-input { padding-right: 2.5rem; line-height: 24px; font-size: 14px; color: #405e76; background-color: transparent; border-color: #405e76; border-radius: .4rem }
.search-input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none }
.search-input::-moz-placeholder { color: #405e76}
.search-input::placeholder { color: #405e76}
.search-input:focus { color: #405e76; background-color: transparent; border-color: #405e76; box-shadow: 0 0 10px 0 rgb(255 255 255 / 20%) }
.search-input:focus ~ .search-btn .search-icon { color: #405e76 !important }
.search-btn { position: absolute; top: 50%; right: 0; height: 100%; padding: 0 .75rem; -webkit-transform: translateY(-50%) !important; transform: translateY(-50%) !important; border: none; outline: none; background: none }
.search-btn:focus { box-shadow: none }
.search-btn .search-icon { width: 1rem; height: 1rem; color: rgba(255, 255, 255, .55); stroke-width: 0; stroke: currentColor; fill: currentColor; vertical-align: -.125em }
.search-btn:hover .search-icon { color: #fff }

/*main*/
/*.page-wrapper { max-width: 1320px; margin-right: auto; margin-left: auto; margin-bottom: 21px; position: relative; background-color: #ffffff; -webkit-box-shadow: 0px 0px 10px #cacaca; box-shadow: 0px 0px 10px #cacaca }
*/
.carousel-inner { border-radius: .4rem; box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 13%) !important }
/*.carousel-item img { max-height: 450px }*/
.carousel-control-next, .carousel-control-prev { width: 5% }
.carousel-indicators { margin-bottom: 2rem }
.carousel-indicators [data-bs-target] { width: 10px; height: 10px; border: 1px solid #fff; border-radius: 100%; background-color: initial; background-clip: border-box; opacity: 1 }
.carousel-indicators .active { background-color: #fff }

.main-title { padding-top: 15px; padding-bottom: 15px; text-align: center }
.main-title h2 { margin-bottom: 0; color: #405e76; line-height: 24px; font-size: 26px; font-weight: bold; text-transform: uppercase }
.main-title p { margin-top: .5rem; font-size: 16px; margin-bottom: 0; color: #adb5bd }
.main-title span { display: inline-block; position: relative; width: 7px; height: 7px; background: #405e76; border-radius: 100% }
.main-title span::before, .main-title span::after { content: ""; position: absolute; top: 3px; width: 38px; height: 1px; background: #bfbfbf }
.main-title span::before { right: 17px }
.main-title span::after { left: 17px }

.product-list .col-product { margin-top: .75rem; margin-bottom: .75rem }
.product-list .col-product a { color: #666 }
.product-list .col-product figure { position: relative; width: 100%;  margin: 0; border: 1px solid #ccc; border-bottom: none; overflow: hidden }
.product-list .col-product figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.product-list .col-product figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.product-list .col-product a { text-decoration: none }
.product-list .col-product h3 { padding: .75rem; margin-bottom: 0 !important; line-height: 24px; text-align: center; font-size: 16px; color: #fff; background: #405e76; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.product-list .col-product a:hover h3 { background: #276db1 }

.app-box { position: relative }
.app-sidebar { flex: 0 0 auto; width: 20% }
.app-sidebox { background: #fff }
.app-sidebox h3 { width: 100%; height: 72px; margin-bottom: 0 !important; padding-left: 30px; line-height: 72px; font-weight: 700; font-size: 20px; color: #fff; background: #405e76 }
.app-sidebox h3:before { content: ""; display: inline-block; width: 18px; height: 18px; margin-right: 10px; vertical-align: middle; background: url(../images/pro_hbg.png) no-repeat }
.app-sideber-menu { margin-bottom: 0 !important; background: #f1f1f1 }
.app-sideber-menu li a { display: block; position: relative; width: 100%; height: 71px; padding-left: 30px; line-height: 75px; font-size: 16px; color: #212529; text-decoration: none; border-bottom: 1px solid #e5e8f0 }
.app1-sideber-menu li a { display: block; position: relative; width: 100%; height: 47.5px; padding-left: 30px; line-height: 45px; font-size: 16px; color: #212529; text-decoration: none; border-bottom: 1px solid #e5e8f0 }
.app-sideber-menu li:last-child a { border-bottom: none }
.app-sideber-menu li a:before { display: block; position: absolute; top: 50%; right: 20px; width: 1rem; height: 1rem; transform: translateY(-50%); background: url(../images/icon_arrow_right_white.svg) no-repeat center / contain }
.app1-sideber-menu li a:before { display: block; position: absolute; top: 50%; right: 20px; width: 1rem; height: 1rem; transform: translateY(-50%); background: url(../images/icon_arrow_right_white.svg) no-repeat center / contain }
.app-sideber-menu li a:hover, .app-sideber-menu li.active a { color: #fff; background: #fcc901; border-bottom-color: #fcc901 }
.app1-sideber-menu li a:hover, .app-sideber-menu li.active a { color: #fff; background: #fcc901; border-bottom-color: #fcc901 }
.app-sideber-menu li a:hover:before, .app-sideber-menu li.active a:before { content: '' }
.app1-sideber-menu li a:hover:before, .app-sideber-menu li.active a:before { content: '' }
.app-sidebox a.app-sidebar-more { display: block; width: 100%; height: 95px; padding-left: 30px; line-height: 95px; font-size: 16px; color: #fff; text-decoration: none; background: #b2bcd2 }
.app-sidebox a.app-sidebar-more:hover { background: #405e76 }
.app-content { flex: 0 0 auto; width: 80% }
.app-content .swiper-wrapper { width: 100%; height: 100%; overflow: hidden }
.app-list { margin-bottom: 0 }
.app-list .col-app { margin-top: .75rem; margin-bottom: .75rem }
.app-list .col-app a { display: block; color: #666; box-shadow: 0 0 8px rgb(0 0 0 / 10%) }
.app-list .col-app figure { position: relative; width: 100%; height:100%; margin: 0; overflow: hidden }
.app-list .col-app figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.app-list .col-app figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.app-list .col-app a { text-decoration: none }
.app-list .col-app h3 { padding: .75rem .5rem; margin-bottom: 0 !important; line-height: 24px; text-align: center; font-size: 16px; color: #fff; background: #405e76; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.app-list .col-app a:hover h3 { background: #276db1 }

.video-list .col-video { margin-top: .75rem; margin-bottom: .75rem }
.video-list .col-video a { position: relative; color: #666; text-decoration: none }
.video-list .col-video figure { position: relative; width: 100%; height: 200px; margin: 0; overflow: hidden }
.video-list .col-video figure:before { content: ""; display: none; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 80px; height: 80px; background: url(../images/cplay.png) no-repeat center/ cover; transition: .42s ease }
.video-list .col-video figure:after { content: ""; display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 8; width: 100%; height: 100%; background: rgba(0, 0, 0, .35); transition: .42s ease }
.video-list .col-video figure:hover:before, .video-list .col-video figure:hover:after { display: block }
.video-list .col-video figure img { display: inline-block; width: 100%; height: 100% }
.video-list .col-video h3 { padding: .75rem; margin-bottom: 0 !important; line-height: 24px; text-align: center; font-size: 16px; color: #fff; background: #405e76; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.video-list .col-video a:hover h3 { background: #276db1 }

/*.keynote { position: relative; margin-top: 2rem; padding-bottom: 2rem; background-color: #f1f1f1; -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important; box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important }*/
.keynote-item { text-align: center; padding: 20px; margin: 20px 0; background-color: #ffffff !important; -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%); box-shadow: 0 1px 2px rgb(0 0 0 / 10%); border: none !important }
.keynote-item figure { height: 69px }
.keynote-item figure .img-fluid { height: 100% }
.keynote-item h3 { margin-top: 20px; margin-bottom: 20px; font-size: 22px }
.keynote-item p { margin-bottom: 3rem; font-size: 14px; color: #666 }
.keynote-item a.btn { color: #fff; background-color: #405e76; border-color: #405e76 }
.keynote-item a.btn:hover { background-color: #276db1; border-color: #276db1 }

.aboutus { background: #fff;     height: 365px; }
.aboutus video { display: block; width: 100%; height: auto; object-fit: fill }
.aboutus-img { width: 100%; height: auto }
.aboutus-list { height: auto; margin-bottom: 0; padding: 20px 0 }
.aboutus-list li { display: flex; flex-direction: column; justify-content: center; align-items: center ; margin-top:-90px;}
.aboutus-list li img { width: 50%; height: auto }
.aboutus-list li span { display: block; line-height: 2; font-weight: bold; font-size: 1rem }
.aboutus-list li span strong { color: #405e76 }

.album { position: relative; width: 100%; min-height: 228px }
.album-scrolling { width: 100% }
.album-scrolling ul li { width: calc(25% - 35px); margin-right: 35px; padding: 10px 0 }
.album-scrolling ul li a { display: block; font-size: 0; text-decoration: none }
.album-scrolling ul li a figure { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 228px; margin: 0; background: #f5f5f5; overflow: hidden }
.album-scrolling ul li a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.album-scrolling ul li a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.album-scrolling ul li a span { display: block; width: 100%; height: 50px; padding: 0 .75rem; line-height: 50px; font-size: 16px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.album-scrolling ul li a:hover span { color: #405e76 }
.album .album-prev, .album .album-next { display: block; position: absolute; top: 40%; z-index: 1; width: 40px; height: 40px; line-height: 40px; text-align: center; transform: translateY(-50%) }
.album .album-prev { left: -50px }
.album .album-next { right: -50px }
.album .album-prev .icon, .album .album-next .icon { display: block; width: 2.5rem; height: 2.5rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 2.5rem }
.album .album-prev:hover .icon, .album .album-next:hover .icon { cursor: pointer; color: #405e76 }

.partner { position: relative; width: 100%; min-height: 100px }
.partner-scrolling { width: 100%; height: 100px }
.partner-scrolling ul li { width: calc(12.5% - 24px); margin-right: 24px; padding: 10px 0 }
.partner-scrolling ul li a { display: block; position: relative; width: 100%; height: 80px; font-size: 0; cursor: pointer; transition: all .2s ease-out; text-decoration: none; overflow: hidden; padding-top: 10px; background: #024a9c }
.partner-scrolling ul li a img { display: inline-block; width: 100%; height: 100%; padding-bottom: 10px }
.partner-scrolling ul li a span { display: block; position: absolute; bottom: -30px; left: 0; width: 100%; height: 30px; padding: 0 .75rem; line-height: 30px; font-size: 14px; color: #fff; text-align: center; background: #fcc901; transition: all .2s ease-out; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.partner-scrolling ul li a:hover { border-color: #405e76; box-shadow: 0 2px 5px rgb(0 105 164 / 30%); padding-top: 0; padding-bottom: 20px }
.partner-scrolling ul li a:hover span { bottom: 0 }
.partner .partner-prev, .partner .partner-next { display: block; position: absolute; top: 50%; z-index: 1; width: 40px; height: 40px; line-height: 40px; text-align: center; transform: translateY(-50%) }
.partner .partner-prev { left: -50px }
.partner .partner-next { right: -50px }
.partner .partner-prev .icon, .partner .partner-next .icon { display: block; width: 2.5rem; height: 2.5rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 2.5rem }
.partner .partner-prev:hover .icon, .partner .partner-next:hover .icon { cursor: pointer; color: #405e76 }

/*list*/
.article-list { margin-bottom: 0 }
.article-list li { margin-bottom: 25px; box-sizing: border-box }
.article-list li a { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1rem; border-radius: 4px; /*border: 1px solid #e3e3e3;*/ transition: 0.5s; color: #212529; text-decoration: none }
.article-list li a time.date { padding-right: 20px; margin-right: 20px; border-right: 1px solid #aaa; line-height: 25px; white-space: nowrap }
.article-list li a time.date .big { font-size: 22px; font-family: 'tel'; color: #333 }
.article-list li a time.date .small { margin-top: 5px; font-size: 16px; font-family: 'tel'; color: #999 }
.article-list li a h3.tit { width: 100%; max-height: 60px; margin-bottom: 0; font-size: 1rem; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 2; text-overflow: ellipsis; transition: 0.3s }
.article-list li a:hover { background-color: #fff; box-shadow: 0 2px 16px 0 hsl(0deg 0% 71% / 30%) }
.article-list li a:hover .tit { color: #405e76; transform: translateX(0.3em) }

.pro-img { position: relative; width: 100%; height: 360px }
.pro-img h1 { position: absolute; top: 45px; left: 30px; z-index: 2; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: 700 }
.pro-img img { display: block; width: 100%; height: 100% }
.pro-list li:nth-child(n+5) { margin-top: 30px }
.pro-list li a { display: block; position: relative; width: 100%; text-decoration: none; border-radius: 4px; overflow: hidden; box-shadow: 0 0 8px rgb(0 0 0 / 10%); transition: all .36s ease }
.pro-list li a:hover { box-shadow: 0 0 10px -7px rgba(87, 53, 117, 0.13), 0 5px 30px -6px rgba(0, 60, 170, 0.1) }
.pro-list li .pic { position: relative; width: 100%; height: 180px; /*padding-top: 100%;*/ overflow: hidden }
.pro-list li .pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all .36s ease }
.pro-list li .pic:before { content: ''; position: absolute; width: calc(100% - 300px); height: calc(100% - 20px); border-top: 2px solid #405e76; top: 10px; border-bottom: 2px solid #405e76; display: block; left: 150px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0 }
.pro-list li a:hover .pic:before { left: 10px; width: calc(100% - 20px); z-index: 2; opacity: 1; border-top: 2px solid #405e76; border-bottom: 2px solid #405e76 }
.pro-list li .pic:after { content: ''; position: absolute; height: calc(100% - 300px); width: calc(100% - 20px); border-left: 2px solid #405e76; left: 10px; border-right: 2px solid #405e76; display: block; top: 150px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0 }
.pro-list li a:hover .pic:after { height: calc(100% - 20px); left: 10px; top: 10px; opacity: 1; background-color: rgba(0, 0, 0, .3); border-left: 2px solid #405e76; border-right: 2px solid #405e76 }
.pro-list li .pic .mask { position: absolute; top: 50%; left: 50%; z-index: 1; transition: all .36s ease; opacity: 0; border-radius: 100%; width: 44px; height: 44px; margin: -80px auto auto -20px; border: 2px solid rgba(255, 255, 255, .7); box-sizing: border-box; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0) }
.pro-list li a:hover .pic .mask { margin: -20px auto auto -20px; opacity: 1 }
.pro-list li .pic .mask:before { content: ''; position: absolute; top: 50%; left: 50%; width: 2px; height: 16px; margin: -8px 0 0 -1px; background-color: #fff }
.pro-list li .pic .mask:after { content: ''; position: absolute; top: 50%; left: 50%; height: 2px; width: 16px; margin: -1px 0 0 -8px; background-color: #fff }
.pro-list li .info { padding: 6% 5% 6%; text-align: left; background: #fafafa; transition: padding .36s ease }
.pro-list li a:hover .info { padding-left: 8%; background: #405e76; background: linear-gradient(180deg, #276db1, #405e76) }
.pro-list li .info h3 { display: block; height: 24px; font-size: 18px; color: #333;  text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s }
.pro-list li a:hover .info h3 { color: #fff }
.pro-list li .info p { margin-top: 6px; margin-bottom: 0; color: #999; text-align: left; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.pro-list li a:hover .info p { color: rgba(255, 255, 255, 0.6) }
.pro-list li a:hover img { -o-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); -webkit-transform: scale(1.15, 1.15); -moz-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15) }

.app-info { font-size: 14px; line-height: 1.50 }
.app-info a { color: #405e76; text-decoration: none }
.app-info a:hover { text-decoration: underline }
.app-info>p { margin-top: 1rem }
.app-info h3 { font-size: 18px; font-weight: 700 }
.app-info li { line-height: 28px }

.service { margin-top: 1rem }
.service-img { width: 100%; height: 200px }
.service-img img { display: block; width: 100%; height: 100% }
.service-list h2 { margin-top: 20px; margin-bottom: 10px; color: #405e76; font-weight: bold; font-size: 28px }
.service-list h2 span { color: #f00 }
.service-list h3 { font-size: 1.2em; font-weight: bold; color: #405e76 }
.service-list ul { padding-bottom: 1.5rem }
.service-list ul li { flex: 0 0 auto; width: 25%; line-height: 32px; font-size: 15px }
.service-list ul li a { color: #212529; text-decoration: none }
.service-list ul li a svg { margin-right: .5rem; vertical-align: middle; color: #405e76 }
.service-list ul li a:hover { color: #405e76; text-decoration: underline }

.images-list .col-images { margin: .75rem 0 }
.images-list .col-images figure { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 228px; margin: 0; background: #f5f5f5; border: 1px solid #ddd; overflow: hidden }
.images-list .col-images figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.images-list .col-images figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.images-list .col-images span { display: block; width: 100%; height: 36px; padding: 0 .75rem; line-height: 36px; font-size: 14px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.images-list .col-images:hover span { color: #405e76 }

.video-list.video-inner .sidebar-video { position: relative; width: 100%; height: 236px }
.video-list.video-inner .col-video h3 { color: #212529; background: transparent }
.video-list.video-inner .col-video:hover h3 { color: #405e76 }
.video-list.video-inner #video { position: absolute; top: 50%; left: 50%; z-index: 101; transform: translate(-50%, -50%); width: 1000px; height: auto }

.pagebar { padding: 20px 0 }
.pagebar .pagination { display: flex; justify-content: center }
.pagebar .pagination a, .pagebar .pagination span { min-width: 40px; height: 40px; line-height: 40px; text-align: center; color: #606266; font-size: 16px; padding: 0 12px; margin: 0 6px; background: #f0f2f5; border-radius: 3px; text-decoration: none }
.pagebar .pagination a.page-size { font-size: 20px }
.pagebar .pagination a:hover, .pagebar .pagination a.page-num-current { color: #fff; background: #405e76 }
.pageno { padding: 20px 0; text-align: center; font-size: 14px; color: #999 }

/*single*/
.sidebar{ padding: 1rem .75rem 1.5rem }
.sidebar .accordion-item { border: none }
.sidebar .accordion-item + .accordion-item { margin-top: 5px }
.sidebar .accordion-item:first-of-type, .sidebar .accordion-item:first-of-type .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0 }
.sidebar .accordion-item:last-of-type, .sidebar .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0 }
.sidebar .accordion-button { padding: .75rem 1.25rem; color: #fff; background-color: #999 }
.sidebar .accordion-button:not(.collapsed) { color: #fff; background-color: #405e76 }
.sidebar .accordion-button:focus { border-color: none; box-shadow: none }
.sidebar .accordion-button::after { width: 1rem; height: 1rem; background-image: url(../images/icons_plus_square.svg); background-size: 1rem }
.sidebar .accordion-button:not(.collapsed)::after { background-image: url(../images/icons_dash_square.svg); transform: none }
.sidebar .accordion-body { padding: 1rem; border: 1px solid #f0f0f0; border-top: none; background-color: #fafafa }

.sidebar-video { position: relative; width: 100%; height: 200px }
.sidebar-video:before { content: ""; display: none; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 60px; height: 60px; background: url(../images/cplay.png) no-repeat center/ cover; transition: .42s ease }
.sidebar-video:after { content: ""; display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 8; width: 100%; height: 100%; background: rgba(0, 0, 0, .35); transition: .42s ease }
.sidebar-video:hover:before, .sidebar-video:hover:after { display: block }
.sidebar-video:hover { cursor: pointer }
.sidebar-videos { display: none; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 100; width: 100vw; height: 100vh; background: rgb(0 0 0 / 68%) }
.sidebar-vclose { position: absolute; top: 18%; right: 50%; z-index: 101; width: 25px; height: 25px; border-radius: 100%; cursor: pointer; transform: translate(500px, 0); border: none; outline: none; background: rgb(0 0 0 / 1%) url(../images/icon_close.svg) no-repeat center/ cover }
.sidebar-vclose:hover { background-color: #405e76 }
.sidebar #video { position: absolute; top: 50%; left: 50%; z-index: 101; transform: translate(-50%, -50%); width: 1000px; height: auto }

.sidebar-hc { margin-bottom: 0; line-height: 24px; align-items: center; font-size: 12px }
.sidebar-hc img { width: 100%; height: auto }
.sidebar-hc li { font-weight: 600 }
.sidebar-hc li a{ font-weight: 400 }

.sidebar-contact { width: 100%; padding: 2rem 1.5rem; color: #fff; background-color: #405e76 }
.sidebar-contact h3 { font-size: 24px }
.sidebar-contact h3:after { content: ""; display: block; width: 35%; height: 5px; margin-top: 10px; background: #405e76 }
.sideber-contact-info { margin-top: 10px }
.sideber-contact-info p { margin-bottom: 0 }

.relimg-scrolling { width: 100% }
.relimg-scrolling ul { margin-bottom: 0 }
.relimg-scrolling ul li { width: calc(33.33% - 10px); margin-right: 10px; padding: 10px 0; cursor: grab }
.relimg-scrolling ul li figure { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100px; margin: 0; background: #fafafa; overflow: hidden }
.relimg-scrolling ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.relimg-scrolling ul li figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.relimg-switch { display: flex }
.relimg-switch .relimg-prev, .relimg-switch .relimg-next { display: block; width: 26px; height: 26px; line-height: 26px; text-align: center; background: #e5e3e3 }
.relimg-switch .relimg-prev .icon, .relimg-switch .relimg-next .icon { display: inline-block; width: 1rem; height: 1rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1rem }
.relimg-switch .relimg-prev:hover, .relimg-switch .relimg-next:hover { background: #405e76 }
.relimg-switch .relimg-prev:hover .icon, .relimg-switch .relimg-next:hover .icon { cursor: pointer; color: #fff }
.relimg-switch .relimg-prev.swiper-button-disabled, .relimg-switch .relimg-next.swiper-button-disabled { display: none !important }

.sidebar-menu { margin-bottom: 0 }
.sidebar-menu li a { position: relative; display: block; color: #242424; padding: 0.5rem 0 0.5rem 1.125rem; line-height: 1.42857143; font-size: 14px; border-bottom: 1px dotted #ddd; background: url(../images/icon_right.svg) no-repeat 4px 12px; background-size: 10px; text-decoration: none; }
.sidebar-menu li a:hover, .sidebar-menu li.active a { color: #fff; background-color: #fcc901; background-image: url(../images/icon_right_hover.svg); border-bottom-color: transparent }
.sidebar-menu li a:hover:before, .sidebar-menu li.active a:before { content: ""; display: block; position: absolute; top: 50%; right: 20px; width: 1rem; height: 1rem; transform: translateY(-50%); background: url(../images/icon_arrow_right_white.svg) no-repeat center / contain; }

.sidebar-news { margin-bottom: 0 }
.sidebar-news li a { display: block; color: #242424; padding: 10px 0 10px 16px; line-height: 21px; font-size: 14px; border-bottom: 1px dotted #ddd; background: url(../images/icon_double_right.png) no-repeat left center; transition: all .3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-decoration: none }
.sidebar-news li a:hover { color: #405e76; border-bottom-color: #405e76 }

.sidebar-pro { margin-bottom: 0 }
.sidebar-pro li a { display: block; font-size: 0; text-decoration: none }
.sidebar-pro li a figure { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 120px; margin: 0; background: #f5f5f5; border: 1px solid #ddd; overflow: hidden }
.sidebar-pro li a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.sidebar-pro li a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.sidebar-pro li a span { display: block; width: 100%; height: 36px; padding: 0 .75rem; line-height: 36px; font-size: 14px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.sidebar-pro li a:hover span { color: #405e76 }

.content { padding: 1rem .75rem 1.5rem;}
.position { display: none }

.banner { color: #fff; background-color: #f1f1f1; border-bottom: 1px solid #eaeaea }
.banner .banner-box { position: relative; width: 100%; height: 300px; padding: 25px 0 25px 30px; background-repeat: no-repeat; background-size: cover }
.banner h1 { font-size: 24px; text-transform: uppercase; font-weight: 700 }
.banner .separator-2 { display: block; width: 30px; height: 5px; margin: 15px 0 15px; background-color: #cccccc; position: relative }
.banner p { font-size: 21px }

.banner + .article{ padding-top: 30px }
.article { position: relative; width: 100%; padding-bottom: 10px }
.article .article-tit { padding-bottom: 15px; border-bottom: 1px solid #eee }
.article .article-tit h1 { font-size: 32px; color: rgba(0, 0, 0, .85); line-height: 40px; margin: 8px 0; word-wrap: break-word; word-break: break-all }
.article .article-tit h2 { font-size: 28px; color: #405e76; line-height: 34px; margin: 5px 0; word-wrap: break-word; word-break: break-all }
.article .article-tit .profile { font-size: 12px; color: #9199a1; line-height: 24px }
.article .article-tit .profile time, .article .article-tit .profile span { margin-right: 24px }
.article .article-info { overflow: hidden; padding-top: 24px }

.article .article-info .article-infotit{ padding-bottom: 10px; border-bottom: 1px solid #eee }
.article .article-info .article-infotit span{ font-weight: bold; font-size: 20px; color: #405e76; line-height: 34px; margin: 5px 0; word-wrap: break-word; word-break: break-all }

.article .info { line-height: 26px; font-size: 14px; color: #080808; /*text-align: center; */}
.article .info p { text-indent: 0; /*line-height: 32px;*/ color: #1c1f21; font-size:18px;}
.article .info img { max-width: 100%; vertical-align: top; margin-top: -16px;}
.article .info a { transition: 0.5s; color: #0066CC; text-decoration: none }
.article .info a:hover { color: #405e76; text-decoration: underline }
.article .info strong, .article .info th { font-weight: bold }
.article .fanye { margin-bottom: 10px; padding: 10px 0; line-height: 32px; border-top: 1px solid #f0f1f2 }
.article .fanye strong { color: #405e76; font-weight: normal }
.article .fanye a { color: #212529; text-decoration: none }
.article .fanye a:hover { color: #405e76; text-decoration: underline }

.propic .gallimg .gallimg-prev, .propic .gallimg .gallimg-next { display: block; position: absolute; top: 50%; z-index: 1; width: 32px; height: 44px; background: url(../images/icon-left-small.png) no-repeat center/18px auto; zoom: 1; outline: none; -webkit-animation: rubber 1.25s infinite; animation: rubber 1.25s infinite }
.propic .gallimg .gallimg-prev { left: 16px }
.propic .gallimg .gallimg-next { right: 16px; background-image: url(../images/icon-right-small.png) }
.propic .gallimg .gallimg-prev:hover, .propic .gallimg .gallimg-next:hover { cursor: pointer }
.propic .gallimg .swiper-button-disabled { opacity: 0 !important }
.propic .smallimg { margin-top: 10px }
.propic .smallimg .swiper-slide { width: 25%; height: auto; cursor: pointer; border: 2px solid #ddd; }
@-webkit-keyframes rubber {
	0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
	30% { -webkit-transform: scale3d(1.25, .75, 1); transform: scale3d(1.25, .75, 1) }
	40% { -webkit-transform: scale3d(.75, 1.25, 1); transform: scale3d(.75, 1.25, 1) }
	50% { -webkit-transform: scale3d(1.15, .85, 1); transform: scale3d(1.15, .85, 1) }
	65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1) }
	75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1) }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
}
@keyframes rubber {
	0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
	30% { -webkit-transform: scale3d(1.25, .75, 1); transform: scale3d(1.25, .75, 1) }
	40% { -webkit-transform: scale3d(.75, 1.25, 1); transform: scale3d(.75, 1.25, 1) }
	50% { -webkit-transform: scale3d(1.15, .85, 1); transform: scale3d(1.15, .85, 1) }
	65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1) }
	75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1) }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) }
}

.protit h1 { min-height: 50px; padding: 0 15px; line-height: 50px; font-size: 24px; color: #fff; background: #405e76 }
.protit .protit-list li { line-height: 36px; border-bottom: 1px solid #eee }
.protit .protit-video span { display: block; position: relative; width: 100%; height: 36px; padding-left: 30px; line-height: 36px; color: #fff; background: #405e76 }
.protit .protit-video span:before { content: ''; display: block; position: absolute; top: 50%; left: 7px; width: 1rem; height: 1rem; margin-top: -.5rem; background: url(../images/icon_arrow_right_white.svg) no-repeat center / contain; transform: rotate(90deg) }
.protit .protit-video video { height: 200px; object-fit: fill }

.suitable { padding-bottom: 25px; -webkit-box-shadow: 0 -1px 2px rgb(0 0 0 / 6%) inset; box-shadow: 0 -1px 2px rgb(0 0 0 / 6%) inset; background-color: #fafafa; border-bottom: 1px solid #dadada; border-top: 1px solid #dadada }
.suitable ol { background-color: transparent; margin-bottom: 0; font-size: 13px; padding: 8px 0; color: #c46800; list-style: none; border-radius: 4px }
.suitable ol h4 { font-size: 18px; font-weight: 700; color: #343434; margin-top: 10px; margin-bottom: 10px }
.suitable ol > li { display: inline-block }
.suitable ol > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0" }
.suitable ol > li i { display: inline-block; width: 14px; height: 14px; margin-right: 10px; vertical-align: middle; background: url(../images/icon_check.svg) no-repeat center/ cover }

.pro-relevant { position: relative; width: 100%; padding: 25px 0; color: #999; background-color: #f1f1f1; -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important; box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important }
.pro-relevant h4 { font-size: 18px; font-weight: 700; color: #999 }
.pro-relevant-scrolling { width: 100% }
.pro-relevant-scrolling ul { margin-bottom: 0 }
.pro-relevant-scrolling ul li { width: calc(20% - 20px); margin-right: 20px; padding: 10px 0 }
.pro-relevant-scrolling ul li a { display: block; font-size: 0; text-decoration: none; background: #fff }
.pro-relevant-scrolling ul li a figure { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 230px; margin: 0; background: #fafafa; overflow: hidden }
.pro-relevant-scrolling ul li a figure p { display: none; position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; width: 100%; height: 36px; margin-bottom: 0; line-height: 36px; text-align: center; font-size: 12px; font-style: italic; color: #212529; transition: .42s ease }
.pro-relevant-scrolling ul li a figure:before { content: ""; display: none; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 25px; height: 25px; background: url(../images/icon_link.svg) no-repeat center/ cover; transition: .42s ease }
.pro-relevant-scrolling ul li a figure:after { content: ""; display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 8; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); transition: .42s ease }
.pro-relevant-scrolling ul li a figure:hover:before, .pro-relevant-scrolling figure:hover:after, .pro-relevant-scrolling figure:hover p { display: block }
.pro-relevant-scrolling ul li a figure img { display: inline-block; width: 100%; height: 180px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.pro-relevant-scrolling ul li a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.pro-relevant-scrolling ul li a span { display: block; width: 100%; height: 50px; padding: 0 .75rem; line-height: 50px; font-size: 16px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.pro-relevant-scrolling ul li a:hover { background: #405e76 }
.pro-relevant-scrolling ul li a:hover span { color: #fff }
.pro-relevant-switch { display: flex }
.pro-relevant-switch .pro-relevant-prev, .pro-relevant-switch .pro-relevant-next { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #fff }
.pro-relevant-switch .pro-relevant-prev .icon, .pro-relevant-switch .pro-relevant-next .icon { display: inline-block; width: 1.5rem; height: 1.5rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1.5rem }
.pro-relevant-switch .pro-relevant-prev:hover, .pro-relevant-switch .pro-relevant-next:hover { background: #405e76 }
.pro-relevant-switch .pro-relevant-prev:hover .icon, .pro-relevant-switch .pro-relevant-next:hover .icon { cursor: pointer; color: #fff }

/*footer*/
footer { font-size: 14px; border-top: 1px solid #ddd; background: #f7f7f7 }
footer a { color: #666; text-decoration: none }
footer a:hover { color: #405e76; text-decoration: underline }
.footnav { padding-top: 2rem !important; padding-bottom: 2rem !important }
.footnav h5 { font-weight: bold; font-size: 15px }
.footnav ul li { line-height: 32px }
.footnav ul.footnews li { display: flex; align-items: center }
.footnav ul.footnews li:before { display: block; flex-shrink: 0; content: ""; width: 1rem; height: 1rem; margin-right: .5rem; background: url(../images/icon_arrow_right.svg) no-repeat center / contain }
.footnav ul.footnews li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.footnav ul.footcu li { position: relative; display: flex }
.footnav ul.footcu li .icon { display: inline-block; width: 1rem; height: 1rem; margin-top: 8px; margin-right: 8px; color: #405e76; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1rem }
.footnav ul.footcu li a { margin-left: .25rem }
.footlink{ display: flex; padding-top: 2rem !important; line-height: 2 }
.footlink p{ margin-bottom: 0 }
.footlink p a{  padding: 0 .5rem }
.copyright { font-size: 12px; border-top: 1px solid #d1d1d1; background-color: #e7e7e7 }
.copyright p { margin-bottom: 0 }
.copyright ul li { padding-left: 1rem; line-height: 1.2; border-left: 1px solid #999 }
.copyright ul li:first-child { margin-left: 0 !important; padding-left: 0 !important; border-left: none }

/*floating*/
.floating { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); z-index: 999 }
.floating li { position: relative; width: 44px; height: 44px; margin-top: 10px; text-align: center; cursor: pointer; font-size: 14px; color: #fff; border-radius: 100%; background: #405e76; box-shadow: 0 0 12px 0 hsl(0deg 0% 71% / 30%) }
.floating li:first-child { margin-top: 0 }
.floating li span .icon { display: inline-block; width: 1.25rem; height: 1.25rem; color: #fff; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1.25rem }
.floating li.sev { height: inherit; padding: 15px 0; border-radius: 25px }
.floating li.sev > span { display: flex; flex-direction: column; align-items: center; flex-wrap: nowrap; justify-content: center }
.floating li.sev > span p { margin-top: 10px; margin-bottom: 0; letter-spacing: 3px; writing-mode: vertical-rl; writing-mode: tb-rl }
.floating li .tooltips { display: none; position: absolute; top: 50%; right: 100%; padding-right: 10px; transform: translateY(-50%) }
.floating li .tooltips-box { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #212529; letter-spacing: 1px; border-radius: 4px; background: #fff; box-shadow: 0 0 12px 0 hsl(0deg 0% 71% / 30%); overflow: hidden }
.floating li .tooltips-box.tooltips-inner { line-height: 28px; word-wrap: break-word; word-break: normal; white-space: nowrap }
.floating li .tooltips-box > a { width: 100%; padding: 10px 16px; text-align: left; text-decoration: none }
.floating li .tooltips-box > a:hover { background: linear-gradient(rgb(247 247 247) 0px, rgb(231 231 231) 100%) }
.floating li .tooltips-box > a span { }
.floating li .tooltips-box > a span .icon { margin-right: 8px; width: 1rem; height: 1rem; flex: 0 0 1rem; color: #212529 }
.floating li .tooltips-box > a p { margin-bottom: 0; padding-left: 24px; line-height: 24px; font-size: 14px; font-family: Arial }
.floating li.gotop { display: none }
.floating li.gotop a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100% }
.floating li.gotop a .icon { width: 1.5rem; height: 1.5rem; flex: 0 0 1.5rem }
.floating li a { color: inherit }
.floating li:hover { color: #fff; background: #fcc901 }
.floating li:hover .icon { color: #fff }
.floating li:hover .tooltips { display: block }
.headbar .operbar .email .site {margin-top: 10px;}
.headbar .operbar .email .site a {color: #405e76; font-size:16px; font-weight:400;margin-right:20px}
.headbar .operbar .email .site a:hover {color: #3F7FF0;}
.iFCB-PRO-1 {display:flex;margin-bottom: 10px;}
.iFCB-PRO-1 a {text-decoration:none;}
.u-date {margin-right:10px;}
@media (min-width:576px) {}
@media (min-width:768px) {
	.headbar { padding-top: 0.5rem; padding-bottom: 0.5rem }
	.headbar .logobar .logo { padding-top: 0.5rem; padding-bottom: 0.5rem }
	.headbar .logobar .logo img { height: 40px }

	.content { }
	.sidebox:first-child { margin-top: 0 !important }

	.article .fanye .col-md-6:last-child { margin-top: 0; flex-direction: row-reverse }
	.article .fanye-right { text-align: right }
	.article .fanye-right span { margin-right: 0; margin-left: 10px }
	.article .fanye-right span:before { content: ":"; margin-right: .25rem }
	.article .fanye-right span:after { content: ""; margin-right: 0 }
	.propic {width: 33%;}
}
@media (min-width: 992px) {
	header { position: relative; box-shadow: none }
	.headbar { padding-top: 1rem; padding-bottom: 1rem }
	.headbar .logobar .logo { padding-top: 0.5rem; padding-bottom: 0.5rem }
	.headbar .logobar .logo img { height: 56px }
	.headbar .logobar span { display: block; margin-left: 0.75rem; padding-left: 0.75rem; font-size: 24px; letter-spacing: .05rem; text-shadow: initial; border-left: 2px solid #231815; font-weight: 600 }
	.headbar .logobar span p { margin-bottom: 0; font-size: 12px; letter-spacing: .03rem; text-shadow: .03rem 0 0 currentColor; font-weight: normal }
	.headbar .operbar { display: flex !important }
	.headbar .navbar-toggler { display: none }
	.navbar .container-xl { background: #ffffff; border-radius: 28px }
	.navbar .navbar-nav { margin-top: 0 }
	.navbar-light .navbar-nav .nav-link { position: relative; margin-right: 0.75rem; margin-left: .75rem; padding-top: 1rem; padding-bottom: 1rem; font-size: 16px; color: #405e76; text-align: center; text-transform: uppercase; transition: all .3s ease-out 0s }
	.navbar-light .navbar-nav .nav-link.active{ color: #405e76 }
	.navbar-light .navbar-nav li:first-child .nav-link { margin-left: 0 }
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #405e76}
	.navbar-light .navbar-nav .nav-link:before { content: " "; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0; height: 3px; background: #405e76;color: #405e76; transition: all 0.5s }
	.navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .dropdown:hover .nav-link:before { width: 100% }
	.navbar-expand-lg .dropdown:hover>.dropdown-menu { display: block; -webkit-animation: slide-up .25s ease-in-out; animation: slide-up .25s ease-in-out }
	.navbar .navbar-nav .dropdown-menu { max-height: calc(100vh - 100px); left: 0.5rem; min-width: 135px; padding: 10px 0px; border-radius: 0.4rem; border-top-left-radius: 0; border-top-right-radius: 0; border: 0; background-color: #f7f7f7; box-shadow: 0 10px 10px -7px rgb(87 53 117 / 13%), 0 10px 10px -6px rgb(0 60 170 / 10%) }
	.navbar .navbar-nav .dropdown-menu::-webkit-scrollbar { width: 5px; height: 5px }
	.navbar .navbar-nav .dropdown-menu li a { padding: 3px 28px; white-space: nowrap }
	
	.navbar .navbar-nav .dropdown-submenu { display: none; position: absolute; top: 0; left: 135px; padding: 0; background: #fdfdfd; list-style: none; box-shadow: 0 10px 10px -7px rgb(87 53 117 / 13%), 0 10px 10px -6px rgb(0 60 170 / 10%); }
    .navbar-expand-lg .dropdown>.dropdown-menu li:hover>.dropdown-submenu { display: block; }

	.navbar .navbar-nav .dropdown-toggle { display: none }

	.aboutus video { /*height: 460px*/ }
	.aboutus-img { height: 230px }
	.aboutus-list { height: 230px; padding: 0 }
	.aboutus-list li img { width: 40% }
	.aboutus-list li span { font-size: 20px }
}
@media (min-width:1200px) {
	::-webkit-scrollbar { width: 10px; height: 10px }
	::-webkit-scrollbar-button:vertical { display: none }
	::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { background-color: #fff }
	::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(0, 0, 0, .3) }
	::-webkit-scrollbar-thumb:vertical:hover { background-color: rgba(0, 0, 0, .35) }
	::-webkit-scrollbar-thumb:vertical:active { background-color: rgba(0, 0, 0, .38) }

	.headbar { padding-top: 1.25rem; padding-bottom: 1.25rem }
	.headbar .logobar .logo img { height: 60px }

	.navbar .container-xl { max-width: calc(1140px + 1.5rem); padding-right: 1.5rem; padding-left: 1.5rem }

	.position { display: block; padding-top: 20px; text-align: left; font-size: 14px; color: #666 }
	.position a { position: relative; padding: 0 5px; color: #666; text-decoration: none }
	.position a:before { content: ""; display: inline-block; width: 10px; height: 10px; margin-top: -1px; margin-right: .5rem; vertical-align: middle; background: url(../images/icon_right_position.svg) no-repeat }
	.position a:first-child:before { content: normal }
	.position a:hover { color: #405e76 }
}
@media (min-width:1400px) {
	.navbar .container-xl { max-width: calc(1320px + 1.5rem); padding-right: 1.5rem; padding-left: 9.5rem;height: 40px; }
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.navbar-light .navbar-nav .nav-link { margin-right: 0.2rem; margin-left: 0.2rem; padding-top: 1.25rem; padding-bottom: 1.25rem; font-size: 15px }
	.navbar .navbar-nav .dropdown-menu { left: 0.2rem }
}

@media (max-width:1399.98px) {}
@media (max-width:1199.98px) {}
@media (max-width:991.98px) {
	.navbar { max-height: calc(100vh - 64px); overflow-y: auto }
	.navbar .search { width: 100%; margin: .75rem 0 1.25rem }

	.content{ margin-top: 0 !important }
	.proinfo{ flex-direction: column-reverse }
	.propic{ margin-top: 1rem }

	.copyright .d-flex { flex-wrap: wrap !important; justify-content: center !important }
	.copyright { text-align: center }
	.copyright .nav { margin-top: .75rem }
}
@media (max-width:767.98px) {
    .app-sidebar{display:none}
}
@media (max-width:575.98px) {
	.app-sidebar { flex: 0 0 auto; width: 100% }
	.app-sidebox h3 { height: 60px; line-height: 60px }
	.app-sideber-menu li a { height: 50px; line-height: 50px ;display:none;}
		.app1-sideber-menu li a { height: 50px; line-height: 50px }
	.app-sidebox a.app-sidebar-more { height: 60px; line-height: 60px }
	.app-content { flex: 0 0 auto; width: 100%; margin-top: 1.5rem }
	.app-item figure { width: 100%; height: 120px; margin-bottom: .75rem }
	.app-item figure img { width: 100%; height: 120px }

	.album .album-prev, .album .album-next, .partner .partner-prev, .partner .partner-next{ display: none }
	.footnav { padding-bottom: 2rem !important }
	.banner .banner-box {height: auto;}
	.proinfo {width:100%;}
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .copyright{ padding-bottom: 59px }
}
.container{max-width: 1320px;}
.company-info ul {padding-left: 0px;}
.info-title {padding:10px 0}
.contact{margin:30px 0;}
.contact-left{background-image:url(/indexcss/images/636534409424006974.jpg);}
