.main-color {
	color: #036eb8
}
.w1200 {
	width: 1200px;
	margin: auto
}
.w1400 {
	width: 1400px;
	margin: auto
}
.w1600 {
	width: 1600px;
	margin: auto
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg')
}
.icon {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}
.bg-f5 {
	background: #f5f5f5
}
.color-f {
	color: #fff
}
.color-1 {
	color: #010101
}
.color-9 {
	color: #999
}
.color-3 {
	color: #333
}
.color-0 {
	color: #000000
}
.color-6 {
	color: #666
}
.ho-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: auto;
	min-height: auto;
	width: 100%;
	height: 100%;
	transform: none;
	transition: transform .5s ease;
	object-fit: cover;
	max-height: 100%
}
.swiper-pagination-bullet-active {
	background: #036eb8
}
.flex-1 {
	flex: 1
}
header .nav-top .content {
	height: 40px
}
header .nav-top .lang {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}
header .nav-top .lang .yy {
	cursor: pointer
}
header .nav-top .lang .yy:hover {
	color: #036eb8
}
header .nav-top .lang .yy:hover .icon {
	color: #036eb8
}
header .nav-top .lang .other {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #f5f5f5;
	display: none;
	color: #036eb8
}
header .nav-top .lang .other a {
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center
}
header .nav-top .lang .other a:hover {
	color: #fff;
	background-color: #036eb8
}
header .nav-top .lang:hover .other {
	display: block
}
header .head-nav {
	border-bottom: 1px #ccc solid
}
header .head-nav .content {
	height: 96px
}
header .head-nav .content .logo {
	height: 100%
}
header .head-nav .content .logo img {
	max-height: 80%
}
header .head-nav .content ul {
	height: 100%
}
header .head-nav .content ul>li {
	height: 100%;
	position: relative
}
header .head-nav .content ul>li>a {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	color: #000
}
header .head-nav .content ul>li>a::before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background-color: #036eb8;
	transition: .5s
}
header .head-nav .content ul>li .son-nav {
	position: absolute;
	top: 100%;
	left: -70px;
	right: -70px;
	display: none;
	transition: top .3s;
	overflow: hidden;
	z-index: 99;
	background: #f4f4f4
}
header .head-nav .content ul>li .son-nav a {
	height: 40px
}
header .head-nav .content ul>li .son-nav a:hover {
	background-color: #036eb8;
	color: #fff
}
header .head-nav .content ul>li .pro-son-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 400px;
	display: none;
	align-items: flex-start;
	background: #f4f4f4;
	z-index: 999;
	overflow: hidden
}
header .head-nav .content ul>li .pro-son-nav .pro-content {
	display: flex
}
header .head-nav .content ul>li .pro-son-nav ol {
	width: 160px
}
header .head-nav .content ul>li .pro-son-nav ol li a {
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center
}
header .head-nav .content ul>li .pro-son-nav ol li.active a {
	background: #036eb8;
	color: #fff
}
header .head-nav .content ul>li .pro-son-nav .img-link {
	flex: 1
}
header .head-nav .content ul>li .pro-son-nav .img-link a {
	display: none;
	height: 200px;
	background: #fff;
	justify-content: center;
	align-items: center;
	overflow: hidden
}
header .head-nav .content ul>li .pro-son-nav .img-link a img {
	max-width: 96%;
	max-height: 96%
}
header .head-nav .content ul>li .pro-son-nav .img-link .active {
	display: flex
}
header .head-nav .content ul>li.active>a {
	color: #036eb8
}
header .head-nav .content ul>li.active>a::before {
	left: 0;
	right: 0
}
header .head-nav .content ul>li:hover>a {
	color: #036eb8
}
header .head-nav .content ul>li:hover>a::before {
	left: 0;
	right: 0
}
header .head-nav .content ul>li:hover .son-nav {
	border: 1px rgba(240,240,240,0.4) solid
}
header .head-nav .content ul>li:hover .pro-son-nav {
	border: 1px rgba(240,240,240,0.4) solid
}
header .head-nav .content .search:hover .icon {
	color: #036eb8
}
@keyframes navtop {
0% {
top:120%
}
100% {
top:100%
}
}
footer {
	background: #000000
}
footer .content p {
	color: rgba(255,255,255,0.4)
}
footer .content .info {
	border-bottom: 1px rgba(255,255,255,0.2) solid
}
footer .content .catname ul li {
	margin-right: 9%
}
footer .content .catname ul li:last-child {
	margin-right: 0
}
footer .content .catname ul li h3 {
	color: rgba(255,255,255,0.8)
}
footer .content .catname ul li a {
	color: rgba(255,255,255,0.6);
	line-height: 24px;
	display: block
}
footer .content .catname ul li a:hover {
	color: rgba(255,255,255,0.9)
}
footer .content .catname .code {
	width: 120px
}
footer .content .catname .code p {
	color: rgba(255,255,255,0.5)
}
footer .content .hot-search {
	flex-wrap: wrap
}
footer .content .hot-search p {
	color: rgba(255,255,255,0.3);
	line-height: 24px
}
footer .content .hot-search a {
	color: rgba(255,255,255,0.3);
	line-height: 24px
}
footer .content .hot-search a:hover {
	color: rgba(255,255,255,0.6)
}
footer .links {
	position: relative
}
footer .links span {
	width: 150px;
	height: 30px;
	border: 1px rgba(255,255,255,0.3) solid;
	box-sizing: border-box;
	cursor: pointer;
	color: rgba(255,255,255,0.5)
}
footer .links span .icon {
	font-size: 10px;
	color: rgba(255,255,255,0.5)
}
footer .links>div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	display: none;
	background-color: #fff
}
footer .links>div a {
	display: flex;
	width: 100%;
	height: 30px;
	color: #999;
	align-items: center;
	border-bottom: 1px rgba(0,0,0,0.2) solid;
	margin: 0
}
footer .links>div a:last-child {
	border-bottom: none
}
footer .links>div a:hover {
	background-color: #036eb8;
	color: #fff
}
footer .links:hover>div {
	display: block
}
footer .copyright {
	border-top: 1px rgba(255,255,255,0.2) solid
}
footer .copyright p {
	color: rgba(255,255,255,0.3);
	font-size: 14px
}
footer .copyright a {
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	margin-left: 10px
}
footer .copyright a:hover {
	color: rgba(255,255,255,0.6)
}
.foot-suspended {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 3%;
	z-index: 9999
}
.foot-suspended .link {
	display: flex;
	justify-content: space-around;
	align-items: center
}
.foot-suspended .link a {
	display: flex;
	flex-direction: column;
	align-items: center
}
.foot-suspended .link a .icon {
	font-size: 18px;
	color: #036eb8
}
.foot-suspended .link a:hover {
	color: #333
}
.foot-suspended .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 50%;
	background: #036eb8;
	border-radius: 18px;
	color: #fff
}
.foot-suspended .tel .icon {
	color: rgba(255,255,255,0.7)
}
.menu-container-mask {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	transition: .2s;
	z-index: 9999
}
.menu-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
	background-color: #fff
}
.top-menu-list {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .2s
}
.top-menu-list.active {
	transform: translateX(-100%)
}
.top-menu-list>li {
	height: 48px;
	line-height: 48px
}
.top-menu-list>li li:first-child, .top-menu-list>li:first-child {
	height: 45px
}
.top-menu-list>li li:first-child>a, .top-menu-list>li:first-child>a {
	background-color: #f7f7f7;
	height: 45px
}
.top-menu-list>li a {
	height: 100%;
	padding: 0 32px 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 14px
}
.top-menu-list>li a span {
	color: #666;
	font-size: 14px
}
.top-menu-list>li a .icon {
	color: #666;
	font-size: 14px
}
.top-menu-list>li .title-name {
	height: 100%;
	padding: 0 32px 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.top-menu-list ul {
	position: absolute;
	left: 100%;
	width: 100%;
	background-color: #fff;
	top: 0;
	height: 100%;
	display: none
}
.top-menu-list ul.active {
	display: block
}
.navbar-nav-more-body {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	transition: .2s
}
.navbar-nav-more-body .box-shadown {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%
}
.navbar-nav-more-body .offcanva {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
	background-color: #fff
}
.navbar-nav-more-body .offcanvas-body {
	position: relative
}
.navbar-nav-more-body .offcanvas-end {
	width: 60%;
	z-index: 999999
}
.navbar-nav-more-body .top-menu-list {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .2s;
	font-size: 1rem;
	padding: 0
}
.navbar-nav-more-body .top-menu-list.active {
	transform: translateX(-100%)
}
.navbar-nav-more-body .top-menu-list>li {
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0
}
.navbar-nav-more-body .top-menu-list>li li:first-child, .navbar-nav-more-body .top-menu-list>li:first-child {
	height: 2.8rem
}
.navbar-nav-more-body .top-menu-list>li li:first-child>a, .navbar-nav-more-body .top-menu-list>li:first-child>a {
	background-color: #f7f7f7;
	height: 2.8rem
}
.navbar-nav-more-body .top-menu-list>li a {
	height: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.navbar-nav-more-body .top-menu-list>li a:hover {
	color: #036eb8
}
.navbar-nav-more-body .top-menu-list ul {
	position: absolute;
	left: 100%;
	width: 100%;
	background-color: #fff;
	top: 0;
	height: 100%;
	padding: 0;
	display: none
}
.navbar-nav-more-body .top-menu-list ul.active {
	display: block
}
.navbar-nav-more-body .top-menu-list .icon {
	font-size: 16px;
	color: #666
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
margin-right:.5rem
}
.page-banner .img {
	position: relative;
	overflow: hidden
}
.page-banner .img img {
	transition: .5s
}
.page-banner .img:hover img {
	transform: scale(1.02)
}
#jssor_1 .i .b {
	fill: rgba(0,0,0,0.5)
}
#jssor_1 .iav .b {
	fill: #036eb8
}
.position {
	height: 62px;
	background: #f2f2f2
}
.position .content {
	height: 100%
}
.position .category ul li {
	transition: .5s;
	position: relative;
	z-index: 1;
	border-right: 1px solid #e5e5e5
}
.position .category ul li::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background: #036eb8;
	transition: .5s;
	z-index: -1
}
.position .category ul li a {
	display: flex;
	align-items: center;
	height: 62px;
	padding: 0 20px
}
.position .category ul li:hover::before, .position .category ul li.active::before {
	height: 100%
}
.position .category ul li:hover a, .position .category ul li.active a {
	color: #fff
}
.breadcrumb {
	margin-bottom: 0rem;
	font-size: 12px;
	color: #036eb8
}
.breadcrumb-item+.breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ">");
	color: #999
}
.breadcrumb-item {
	display: flex;
	align-items: center
}
.breadcrumb-item a {
	color: #999;
	font-size: 18px
}
.breadcrumb-item a:hover {
	color: #036eb8 !important
}
.pagination-box {
	text-align: center;
	line-height: 32px;
	color: #595959
}
.pagination-box select {
	margin: 0 8px
}
.pagination-box a, .pagination-box span {
	display: inline-block;
	
	height: 32px;
	width:65px;
	line-height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	vertical-align: top;
	color: #666;
	font-size: 14px
}
.pagination-box a:last-child, .pagination-box span:last-child {
	margin-right: 0
}
.pagination-box a.active, .pagination-box span.active, .pagination-box a.current, .pagination-box span.current, .pagination-box a:hover, .pagination-box span:hover {
	background-color: #036eb8;
	border-color: #036eb8;
	color: #fff !important
}
.pagination-box select {
	height: 32px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box
}
.pagination-box .prev_disabled, .pagination-box .next_disabled {
	background-color: transparent !important;
	border-color: #e2e2e2 !important;
	color: #e2e2e2 !important;
	cursor: no-drop
}
.pagination-box .prev_disabled:hover, .pagination-box .next_disabled:hover {
	color: #e2e2e2 !important
}
.pagination-box .page_num {
	border: none
}
.pagination-box .prev::before, .pagination-box .prev_disabled::before {
	content: '<'
}
.pagination-box .next::before, .pagination-box .next_disabled::before {
	content: '>'
}
.searchlist-input-container {
	display: flex;
	width: 100%;
	height: 60px;
	border-radius: 8px;
	padding-left: 16px;
	overflow: hidden
}
.searchlist-input-container .key {
	flex: 1
}
.searchlist-input-container .sub {
	height: 60px;
	background: #036eb8;
	color: #fff;
	width: 60px
}
.searchlist-input-container .sub:hover {
	color: rgba(255,255,255,0.8)
}
.qqkefu {
	position: fixed;
	bottom: 40%;
	z-index: 99;
	right: 0;
	width: 50px
}
.qqkefu ul li {
	width: 50px;
	height: 50px;
	margin: 4px 0;
	position: relative
}
.qqkefu ul li .item {
	position: absolute;
	background: rgba(153,153,153,0.5);
	left: -80px;
	top: 0;
	right: 0;
	height: 100%;
	transition: left .5s;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1
}
.qqkefu ul li.sc .item {
	position: absolute;
	left: -80px;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .5s;
	background: #036eb8
}
.qqkefu ul li.sc .item p, .qqkefu ul li.sc .item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	width: 100px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	white-space: normal
}
.qqkefu ul li.sc1:hover .item {
	background: #036eb8;
	left: -80px
}
.qqkefu ul li.sc2:hover .item {
	background: #036eb8;
	left: -120px
}
.qqkefu ul li.sc3 p {
	width: 200px !important
}
.qqkefu ul li.sc3:hover .item {
	background: #036eb8;
	left: -240px
}
.qqkefu ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 24px;
	color: #fff
}
.qqkefu ul li .f_code {
	position: absolute;
	right: 110%;
	bottom: 0;
	width: 100px;
	height: 100px;
	display: none;
	transition: .5s
}
.qqkefu ul li .f_code img {
	width: 100%;
	height: 100%
}
.qqkefu ul li:hover .item {
	background: #036eb8
}
.qqkefu ul li:hover .f_code, .qqkefu ul li:hover .ewm {
	display: flex
}
.qqkefu ul li:hover a {
	opacity: 1
}
.home-product ol {
	display: flex
}
.home-product ol li {
	flex: 1;
	border-left: 1px #fff solid;
	background: #f2f2f2
}
.home-product ol li:first-child {
	border-left: none
}
.home-product ol li a {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1
}
.home-product ol li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: .5s;
	width: 0;
	background-color: #036eb8;
	z-index: -1
}
.home-product ol li a:hover {
	color: #fff
}
.home-product ol li a:hover::before {
	width: 100%
}
.home-product ol li a.active {
	color: #fff
}
.home-product ol li a.active::before {
	width: 100%
}
.product-list ul li a {
	transition: .5s;
	background: #f4f4f4
}
.product-list ul li a .img {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff
}
.product-list ul li a .img img {
	max-width: 85%;
	max-height: 85%
}
.product-list ul li a .line {
	position: relative;
	height: 1px;
	background: #c3c3c3
}
.product-list ul li a .line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	overflow: hidden;
	background: #036eb8;
	transition: .5s
}
.product-list ul li a .desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	line-height: 24px;
	box-sizing: border-box;
	height: 48px
}
.product-list ul li a:hover h4 {
	color: #036eb8
}
.product-list ul li a:hover .line::before {
	width: 100%
}
.common-pagination span {
	margin: 0 2px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: none !important;
	position: relative;
	opacity: 1
}
.common-pagination span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	width: 5px;
	height: 5px;
	background-color: #c0c0c0;
	border-radius: 50%
}
.common-pagination .swiper-pagination-bullet-active {
	border: 1px #036eb8 solid
}
.common-pagination .swiper-pagination-bullet-active::before {
	background-color: #036eb8
}
.home-solution {
	background: url(../images/solution-bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 86px 0 56px
}
.home-solution::before {
	content: 'SMT';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 280px;
	color: rgba(255,255,255,0.12);
	font-weight: bold
}
.home-solution p {
	opacity: .4;
	border-bottom: 1px #aaa solid
}
.home-solution h2 {
	line-height: 1.1
}
.home-about {
	position: relative;
	z-index: 1
}
.home-about::before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 172px;
	background: url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center center
}
.home-about .text p {
	line-height: 24px
}
.home-about .text .desc {
	color: #888888
}
.home-about .text .desc p {
	color: #888888
}
.home-about .text a {
	width: 132px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	position: relative;
	z-index: 1;
	border: 1px #036eb8 solid
}
.home-about .text a::before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #036eb8;
	transition: .5s
}
.home-about .text a:hover {
	color: #036eb8
}
.home-about .text a:hover::before {
	top: 50%;
	bottom: 50%
}
.home-about ul li .line {
	width: 20px;
	height: 1px;
	background-color: #036eb8;
	margin: auto
}
.home-about ul li .img {
	position: relative;
	height: 80px
}
.home-about ul li .icon-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	transition: .5s;
	margin: auto;
	border-radius: 50%;
	width: 80px;
	background-color: #fff;
	border: 1px #cbcbcb solid
}
.home-about ul li p {
	line-height: 20px
}
.home-about ul li .line {
	transition: .5s
}
.home-about ul li .item:hover .line {
	width: 40px
}
.home-news .main-news {
	background-color: #f9f9f9;
	display: flex;
	align-items: center
}
.home-news .main-news .img {
	width: 42.5%
}
.home-news .main-news .img>div {
	width: 100%;
	padding-top: 56.8%;
	position: relative;
	overflow: hidden
}
.home-news .main-news .text {
	flex: 1
}
.home-news .main-news .text .desc {
	color: #888;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.home-news .main-news:hover img {
	transform: scale(1.1)
}
.home-news .main-news:hover h3 {
	color: #036eb8
}
.home-news .title {
	border-bottom: 1px #e3e3e3 solid
}
.home-news .title h4 {
	border-bottom: 1px #036eb8 solid;
	margin-bottom: -1px
}
.home-news .title a:hover {
	color: #036eb8
}
.home-news ul li a {
	line-height: 30px
}
.home-news ul li a h5 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.home-news ul li a:hover h5 {
	color: #036eb8
}
.home-client .client-container {
	height: 260px;
	transform: translate3d(0, 0, 0);
	overflow: hidden
}
.home-client .client-container .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.home-client .client-container .swiper-slide {
	height: calc(50% - 16px);
	transform: translate3d(0, 0, 0)
}
.home-client .client-container .swiper-slide .img {
	height: 100%;
	transition: .5s;
	overflow: hidden;
	position: relative;
	transform: translate3d(0, 0, 0)
}
.home-client .client-container .swiper-slide .img::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	background: #036eb8;
	height: 1px;
	transition: .5s
}
.home-client .client-container .swiper-slide .img img {
	max-width: 94%;
	max-height: 94%
}
.home-client .client-container .swiper-slide .img:hover::before {
	width: 100%
}
@-webkit-keyframes shine {
100% {
left:125%
}
}
@keyframes shine {
100% {
left:125%
}
}
.product-page .content .page-container {
	z-index: 10;
	height: 440px
}
.product-page .content .page-container .swiper-slide {
	z-index: -1
}
.product-page .content .page-container .img {
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.product-page .content .page-container .img img {
	max-width: 90%;
	max-height: 90%
}
.product-page .content .coomon-btn>div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #bbb;
	z-index: 1
}
.product-page .content .coomon-btn>div.button-prev {
	left: 0
}
.product-page .content .coomon-btn>div.button-next {
	right: 0
}
.product-page .content .coomon-btn>div .icon {
	transition: .5s
}
.product-page .content .coomon-btn>div.hide {
	display: none
}
.product-page .content .coomon-btn>div:hover {
	background: #036eb8
}
.product-page .content .coomon-btn>div:hover .icon {
	color: #fff
}
.product-page .content .desc h6 {
	border-bottom: 1px #ccc solid
}
.product-page .content .desc .con {
	line-height: 30px
}
.product-page .content .desc .links a {
	width: 162px;
	height: 42px;
	background: #036eb8;
	position: relative
}
.product-page .content .desc2 .links a {
	width: 162px;
	height: 42px;
	background: #000;
	position: relative
}

.product-page .content .desc .links a::before {
	position: absolute;
	top: 0;
	left: -120%;
	z-index: 2;
	display: block;
	content: '';
	width: 60%;
	height: 150%;
	opacity: 0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg)
}
.product-page .content .desc .links a:hover {
	color: #fff
}
.product-page .content .desc .links a:hover::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
	opacity: 1
}
.product-page .content .desc .links .info {
	background: none;
	border: 2px #333 solid
}
.product-page .content .desc .links .info:hover {
	color: #036eb8
}
.product-page .content1 ol {
	border-bottom: 1px #ccc solid
}
.product-page .content1 ol li {
	margin-bottom: -1px
}
.product-page .content1 ol li a {
	position: relative;
	border: 1px rgba(0,0,0,0) solid !important
}
.product-page .content1 ol li a.active {
	color: #036eb8;
	/*border: 1px #ccc solid !important;*/
	font-weight: bold
}
.product-page .content1 ol li a:hover {
	color: #036eb8
}
.product-page .content1 h2 {
	border-bottom: 1px #ccc solid
}
.product-page .content1 .details {
	line-height: 24px
}
.product-page .content1 .details img {
	max-width: 100%
}
.product-page .content1 .details th, .product-page .content1 .details td {
	border: 1px #ccc solid !important
}
.product-page .content1 .product-list ul li a .img {
	height: 150px;
	border: 1px #ccc solid
}
.news-detail .title {
	border-bottom: 1px #e3e3e3 solid
}
.news-detail .content {
	line-height: 24px;
	min-height: 200px
}
.news-detail .content img {
	max-width: 100%;
	display: block;
	margin: auto
}
.news-detail .content iframe {
	width: 100% !important;
	height: 600px !important
}
.news-detail .news-detail-footer {
	border-top: 1px #e3e3e3 solid
}
.news-detail .news-detail-footer a {
	font-size: 14px;
	color: #333
}
.news-detail .news-detail-footer a:hover {
	color: #036eb8
}
.about-page .title {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.about-page .title ol {
	display: flex;
	align-items: center
}
.about-page .title ol li {
	padding: 0 30px;
	border-left: #e3e3e3 1px solid
}
.about-page .title ol li:last-child {
	padding-right: 0
}
.about-page .title ol li:first-child {
	border-left: none
}
.about-page .content {
	line-height: 24px
}
.about-page img {
	max-width: 100%
}
.culture-page .section1 h5 {
	color: rgba(0,0,0,0.3)
}
.culture-page .section1 .icon {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #f2f2f2;
	font-size: 160px
}
.culture-page .section2 {
	background: url(../images/culture-bg.jpg);
	background-size: cover;
	background-position: center center
}
.culture-page .section2 .content {
	display: flex;
	justify-content: flex-end
}
.culture-page .section2 .content .desc {
	line-height: 24px
}
.culture-page .section3 ol li .item {
	max-width: 220px
}
.culture-page .section3 ol li .item .img {
	display: flex;
	justify-content: center;
	align-items: center
}
.culture-page .section3 ol li .item p {
	line-height: 24px
}
.culture-page .section4 {
	background: url(../images/culture-bg1.jpg);
	background-size: cover;
	background-position: center center
}
.culture-page .section4 .text {
	line-height: 24px
}
.honor-list ul li .item {
	background-color: #fff;
	height: 100%
}
.honor-list ul li .item .img {
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #ddd solid
}
.honor-list ul li .item .img img {
	max-width: 90%;
	max-height: 90%
}
.client-list ul li .item {
	border: 1px #ddd solid;
	box-sizing: border-box;
	transition: .5s;
	position: relative
}
.client-list ul li .item::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	background: #036eb8;
	height: 1px;
	transition: .5s
}
.client-list ul li .item .img {
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center
}
.client-list ul li .item img {
	max-width: 96%;
	max-height: 94%
}
.client-list ul li .item:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15)
}
.client-list ul li .item:hover::before {
	width: 100%
}
.news-list ul li a {
	position: relative;
	transition: .5s;
	background: #f4f4f4
}
.news-list ul li a .img {
	width: 300px;
	position: relative;
	overflow: hidden;
	padding-top: 16%
}
.news-list ul li a .text h4 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.news-list ul li a .text p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	line-height: 24px;
	overflow: hidden;
	height: 48px
}
.news-list ul li a .text span {
	font-size: 12px
}
.news-list ul li a:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.news-list ul li a:hover h4 {
	color: #036eb8
}
.contact-page .content .item {
	display: flex;
	flex-direction: column;
	justify-content: center
}
.contact-page .content .item table tr img {
	width: 18px;
	display: inline-block
}
.contact-page .content .item table tr p {
	display: flex;
	align-items: center;
	min-height: 40px
}
.contact-page .content #map {
	height: 500px;
	width: 100%
}
.contact-page .BMap_bubble_title {
	font-size: 14px
}
.contact-page .BMap_bubble_content {
	font-size: 14px
}
.message form .item {
	display: flex;
	position: relative;
	border: 1px #bbb solid
}
.message form .item input {
	flex: 1;
	height: 60px;
	width: 100%;
	font-size: 14px;
	color: #999;
	padding: 0 6px;
	box-sizing: border-box
}
.message form .item .icon {
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #999
}
.message form .error span {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
	color: red
}
.message form textarea {
	width: 100%;
	height: 160px;
	border: none;
	padding: 1rem 6px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	resize: none
}
.message form .btn-1 {
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: auto;
	background: #036eb8;
	font-size: 18px;
	color: #fff
}
.message form .btn-1:hover {
	color: rgba(255,255,255,0.7)
}
.join-list .join-name {
	border: none;
	border-top: 2px #036eb8 solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px
}
.join-list .join-name p {
	min-width: 110px;
	text-align: center
}
.join-list ul li {
	background-color: #fff;
	border: 1px #ddd solid;
	margin-bottom: -1px
}
.join-list ul li .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	cursor: pointer;
	background-color: #036eb8;
	transition: .5s
}
.join-list ul li .title p {
	min-width: 110px;
	text-align: center
}
.join-list ul li .title.collapsed {
	background-color: #fff
}
.join-list ul li .title.collapsed p {
	color: #666
}
.join-list ul li .desc {
	line-height: 24px
}
.setting-list ul li a {
	background: #f4f4f4;
	height: 100%;
	display: block
}
.setting-list ul li a .img {
	padding-top: 60%;
	position: relative;
	overflow: hidden
}
.setting-list ul li a p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.setting-list ul li a:hover img {
	transform: scale(1.1)
}
.setting-list ul li a:hover h4 {
	color: #036eb8
}
.case-list ul li a {
	background: #f4f4f4;
	height: 100%;
	display: block
}
.case-list ul li a .img {
	padding-top: 60%;
	position: relative;
	overflow: hidden
}
.case-list ul li a p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	line-height: 24px
}
.case-list ul li a:hover img {
	transform: scale(1.1)
}
.case-list ul li a:hover h4 {
	color: #036eb8
}
.case-page .info {
	border: 1px #eee solid
}
.case-page .info .title {
	justify-content: space-between;
	align-items: center
}
.case-page .info .title .img {
	border: 1px #eee solid;
	width: 38%
}
.case-page .info .title .img img {
	width: 100%;
	display: block
}
.case-page .info .title .desc {
	line-height: 24px
}
.case-page .info .title a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 34px;
	border: 1px #036eb8 solid;
	position: relative;
	color: #036eb8;
	font-size: 14px;
	z-index: 1
}
.case-page .info .title a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #036eb8;
	transition: .5s;
	z-index: -1
}
.case-page .info .title a:hover {
	color: #fff
}
.case-page .info .title a:hover::before {
	width: 100%
}
.case-page .info .content .name {
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid
}
.case-page .info .content .name h2 {
	color: #036eb8;
	border-bottom: 1px #036eb8 solid
}
.case-page .info .content .detail {
	color: #666;
	line-height: 26px;
	font-size: 14px
}
.case-page .info .content .detail img {
	max-width: 100%
}
.course-list {
	position: relative
}
.course-list .content {
	display: flex;
	justify-content: space-between
}
.course-list .content .course-nav {
	width: 106px;
	position: sticky
}
.course-list .content .course-nav .scroll {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	max-height: auto
}
.course-list .content .course-nav .scroll .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.course-list .content .course-nav .simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto!important;
	height: auto!important;
	z-index: 0
}
.course-list .content .course-nav .simplebar-mask .simplebar-offset {
	direction: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}
.course-list .content .course-nav .simplebar-mask .simplebar-offset .simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.course-list .content .course-nav ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
	background-color: #036eb8
}
.course-list .content .course-nav .mCSB_scrollTools {
	width: 1px
}
.course-list .content .course-nav ul {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1
}
.course-list .content .course-nav ul::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 24px;
	width: 1px;
	bottom: 0;
	background: #ededed;
	z-index: -1
}
.course-list .content .course-nav ul .icon {
	color: #cccccc
}
.course-list .content .course-nav ul li {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px #e5e5e5 solid;
	background: #fff;
	transition: .5s;
	position: relative;
	overflow: hidden
}
.course-list .content .course-nav ul li a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center
}
.course-list .content .course-nav ul li.active, .course-list .content .course-nav ul li:hover {
	background: #036eb8
}
.course-list .content .course-nav ul li.active a, .course-list .content .course-nav ul li:hover a {
	color: #fff
}
.course-list .content .list {
	width: calc(100% - 194px)
}
.course-list .content .list ol {
	border-top: 1px #e5e5e5 solid
}
.course-list .content .list ol li {
	padding: 20px 0;
	border-bottom: 1px #e5e5e5 solid;
	display: flex;
	align-items: center
}
.course-list .content .list ol li .img {
	width: 248px;
	height: 150px;
	border: 1px #d4d4d4 solid;
	display: flex;
	justify-content: center;
	align-items: center
}
.course-list .content .list ol li .img img {
	max-width: 100%;
	max-height: 100%
}
.course-list .content .list ol li .text {
	padding-left: 38px
}
.course-list .content .list ol li .text .desc {
	line-height: 24px
}
.contact-list ul {
	border-bottom: 1px #eee solid
}
.contact-list ul li .item {
	border-top: 1px #eee solid
}
.contact-list ul li .item p {
	line-height: 28px
}
.f-top {
	position: fixed;
	right: 0px;
	bottom: 50px;
	width: 50px;
	height: 0;
	overflow: hidden;
	transition: .5s;
	z-index: 99;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(153,153,153,0.5);
	border-radius: 4px
}
.f-top .icon {
	font-size: 24px;
	color: #fff
}
.f-top:hover {
	background: #036eb8
}
.f-top.active {
	height: 50px
}/*# sourceMappingURL=./style.css.map */


/*登录样式*/
.avatar-wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
    z-index: 9999; /* 确保层级最高 */
}
.avatar-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #f0f0f0;
	object-fit: cover;
	transition: all 0.2s;
	margin-top: 40px;
}
.avatar-wrapper:hover .avatar-img {
	border-color: #e0e7ff;
}
.dropdown-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 220px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 15px 0;
	list-style: none;
	z-index: 10000; /* 提高层级 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.avatar-wrapper:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.user-info {
	padding: 0 18px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.user-name {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 4px;
}
.user-status {
	font-size: 12px;
	color: #666;
}
.dropdown-item {
	padding: 10px 18px;
	color: #333;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: background-color 0.2s;
    text-decoration: none; /* 去掉下划线 */
}
.dropdown-item:hover {
	background-color: #f7fafc;
	color: #2563eb;
}
.dropdown-item i {
	margin-right: 10px;
	font-size: 16px;
	width: 20px;
}
.dropdown-item a{
    color:inherit;
    text-decoration:none;
    width:100%;
}
.dropdown-divider {
	height: 1px;
	background-color: #f5f5f5;
	margin: 8px 0;
}
.logout-item {
	color: #dc2626;
}
.logout-item:hover {
	background-color: #fef2f2;
	color: #b91c1c;
}