body {
	margin: 0;
	padding: 0;
	font-family: 'AlibabaPuHuiTi-Regular';
}

a {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	outline: none;
}

input {
	outline: none;
	font-family: 'AlibabaPuHuiTi-Regular';
}

textarea {
	outline: none;
	font-family: 'AlibabaPuHuiTi-Regular';
}

.container {
	width: 80%;
	margin: 0 auto;
}


.header {
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.header:hover {
	box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.header:hover .relation {
	color: #333333;
}

.header:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(40px);
	z-index: -1;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.header .logo {
	width: 260px;
}

.header .logo img {
	width: 180px;
}

.header:hover .nav-a a {
	color: #333333
}

.header:hover .navcurr a {
	color: #03BBBA !important;
	font-weight: bolder;
	position: relative;
}

.header:hover .navcurr a:after {
	width: 100%;
	bottom: 0;
	height: 3px;
	background: #03BBBA;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
}

/* 顶部导航栏 */
.top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
}

.logo {
	display: flex;
	align-items: center;
}

.search-box {
	display: flex;
	align-items: center;
	border: 1px solid #03BBBA;
	border-radius: 1000px;
	width: 60%;
	overflow: hidden;
}

.search-box input {
	border: none;
	padding: 8px 15px;
	flex: 1;
	outline: none;
	font-size: 16px;
	background: transparent;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-box button {
	background: #03BBBA;
	color: #fff;
	border: none;
	padding: 8px 15px;
	cursor: pointer;
	margin: 2px;
	border-radius: 1000px;
}

.hotline {
	display: flex;
	align-items: center;
}

.tel {
	width: 30px;
}

.tel img {
	width: 30px;
}

.hotline-title {
	font-size: 14px;
	color: #767676;
}

.hotline-tel {
	font-size: 20px;
	color: #03BBBA;
}

.search-btn {
	font-size: 16px;
	display: flex;
	align-items: center;
}

.search-btn img {
	width: 20px;
	margin-right: 5px;
}

.hotline {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #03BBBA;
}

.newheader .logo-w {
	display: none
}

.newheader .logo-b {
	display: block;
}

.newheader .nav-a a {
	color: #333333;
}

.newheader .navcurr a {
	color: #03BBBA !important;
	font-weight: bolder;
	position: relative;
}

.newheader .navcurr a:after {
	background: #03BBBA;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
}

.newheader .relation {
	display: flex;
	align-items: center;
	color: #333333;
}

.newheader::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(40px);
	z-index: -1;
	transition: all 0.36s;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
}

.navcurr {
	font-weight: bolder;
	position: relative;
}

.navcurr a:after {
	width: 100%;
	bottom: 0;
	height: 3px;
	background: #03BBBA;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
}
.navcurr a{
	color: #03BBBA!important;
	font-weight: bolder;
	position: relative;
}
.ncurr .top-bar{
	border-bottom: 1px solid transparent;
}
.ncurr .navcurr a {
	color: #03BBBA!important;
	font-weight: bolder;
	position: relative;
}

.ncurr .navcurr a:after {
	width: 100%;
	bottom: 0;
	height: 3px;
	background: #03BBBA;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.relation {
	display: flex;
	align-items: center;
}

.logo-b {
	display: none;
}

.navh1 {
	position: relative;
}

.nav-a {
	padding: 20px 0;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	position: relative;
}

.w1 {
	width: 140px;
}

.w2 {
	width: 290px;
}

.ft02 {
	flex-wrap: wrap;
}

.navul {
	box-sizing: border-box;
	position: absolute;
	transition: all 0.36s;
	z-index: 9;
	padding: 12px 0 0 0;
	display: none;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
}

.navul ul {
	margin: 0;
	padding: 14px 20px;
	list-style: none;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(40px);
	transition: all 0.36s;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgb(0 67 200 / 20%);
}

.navul li:hover a {
	color: #03BBBA!important;
}

.navul li:hover a:after {
	background: #03BBBA;
}

.navul li:last-child {
	border-bottom: 0;
}

.navul:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(255,255,255,0.8);
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 0;
	transform: rotate(0deg);
}

.navh1:hover .navul {
	display: block;
}

.navul li {
	width: 100%;
	font-size: 16px;
	padding: 8px 0 8px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	position: relative;
	margin: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.navul li:hover {
	padding: 8px 0 8px 16px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.navul li:hover a:after {
	left: 6px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.navul li a:after {
	width: 4px;
	height: 4px;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #333333;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.navul li a {
	color: #333333;
}

.nav-a a {
	position: relative;
	font-size: 22px;
	color: #333333;
	padding: 20px 0;
  cursor: pointer;
}

.relation {
	display: flex;
	align-items: center;
	color: #333333;
}

.rela-flex {
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}

.rela-flex:nth-child(1) {
	padding-left: 0;
}

.tel {
	font-size: 28px;
	font-family: Arial;
	padding-left: 5px;
}

.icon01 {
	font-size: 26px;
	line-height: 1
}

.ncurr {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 0 8%;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
}

.ncurr::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(40px);
	z-index: -1;
	transition: all 0.36s;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
}

.ncurr .nav-a {
	padding: 15px 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.ncurr .top-bar {
	padding: 10px 0;
}

.ncurr .logo-w {
	display: none;
}

.ncurr .logo-b {
	display: block!important;
}

.ncurr .nav-a a {
	padding: 15px 0;
	color: #333333;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.ncurr .relation {
	color: #333333;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
/**banner**/
#banner .swiper-slide img {
	width: 100%;
}

.banner {
	width: 100%;
	position: relative;
}

.banflxab {
	position: absolute;
	left: 180px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3
}

.title {
	font-size: 32px;
	color: #ffffff;
	padding-bottom: 40px;
	max-width: 50%;
	text-shadow: 0 1px 3px #000, 0 4px 12px rgba(0,0,0,0.3);
}

.subtitle {
	color: #03BBBA;
	font-size: 60px;
	padding-bottom: 105px;
	font-weight: bolder;
}

.bansubmit {
	display: flex;
	align-items: center;
}

.submitMore {
	border-radius: 1000px;
	font-size: 20px;
	padding: 12px 20px 12px 30px;
	box-sizing: border-box;
	line-height: 1;
	display: flex;
	color: #ffffff;
	background: linear-gradient(90deg, #36c9b8, #28b967);
	align-items: center;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	display: flex;
	align-items: center;
}

.submitMore:hover {
	border-radius: 1000px;
	border: 1px solid #36c9b8;
	line-height: 1;
	display: flex;
	color: #ffffff;
	background: #36c9b8;
	align-items: center;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 8px rgba(0,67,200,0.2);
	transform: translateY(-8px);
}

.arr-title {
	padding-right: 10px;
}

.arr-around {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffffff;
	color: #08B287;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.banner .swiper-button-next {
	width: 56px;
	height: 56px;
	background: #03BBBA;
	color: #ffffff;
	border-radius: 6px;
	transform: rotate(45deg);
	opacity: 0.2;
}

.banner .swiper-button-prev {
	width: 56px;
	height: 56px;
	background: #03BBBA;
	color: #ffffff;
	border-radius: 6px;
	transform: rotate(45deg);
	opacity: 0.2;
}

.banner .swiper-button-prev:hover {
	opacity: 1;
	background: #03BBBA;
}

.banner .swiper-button-next:hover {
	opacity: 1;
	background: #03BBBA;
}

.banner .swiper-button-next,.banner .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,40px);
	left: auto;
}

.banner .swiper-button-prev,.banner .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,40px);
	right: auto;
}

.banner .swiper-button-next:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.banner .swiper-button-prev:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.banner .swiper-horizontal> .banner .swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner  .swiper-pagination-custom, .banner .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,30px);
	top: var(--swiper-pagination-top,auto);
	left: 0;
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius,50%);
	background: var(--swiper-pagination-bullet-inactive-color,#ffffff);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.99);
}

.banner .swiper-pagination-bullet-active {
	background: #03BBBA!important;
}

.service-container {
	display: flex;
	width: 100%;
	margin: 40px 0;
	border-radius: 18px;
	overflow: hidden;
}

.service-item {
	flex: 1;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
}
/* 交替背景色 */
.service-item:nth-child(1) {
	background-color: #028584;
}

.service-item:nth-child(2) {
	background-color: #03BBBA;
}
.service-item:nth-child(3) {
	background-color: #028584;
}

.service-item:nth-child(4) {
	background-color: #03BBBA;
}
.service-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.service-icon img {
	width: 100%;
	vertical-align: middle;
}

.service-title {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.2;
	height: 60px;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-desc {
	font-size: 18px;
	line-height: 1.5;
	opacity: 0.9;
}

.main-product-box {
	width: 100%;
	background: url(../images/main-porduct-bg.png) center bottom no-repeat #F2FBFB;
	padding-bottom: 80px;
	background-size: 100%;
	padding-top: 80px;
}

.drug-container {
	display: flex;
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}

.product-list {
	width: 100%;
	padding: 40px 0 0 0;
}

.more-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 0 0;
}
/* 侧边分类栏 */
.drug-sidebar {
	width: 230px;
	background: linear-gradient(180deg, #00bfa5, #00897b);
	color: #ffffff;
	padding: 20px 30px;
}

.sidebar-title {
	font-size: 22px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.sidebar-list {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}

.sidebar-list li {
	font-size: 15px;
	margin-bottom: 8px;
	opacity: 0.95;
}

/* 产品卡片区域 */
.drug-content {
	flex: 1;
	padding: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.drug-content .drug-card:last-child{
	display: none;
}
.drug-card {
	background: #ffffff;
	border: 1px solid #00bfa5;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.drug-card:hover{
	box-shadow: 0 4px 12px rgba(0, 191, 166, 0.15);
    transform: translateY(-5px);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.drug-structure {
	width: 100%;
	height: 200px;
	overflow: hidden;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.drug-structure img {
	max-width: 100%;
	max-height: 100%;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.drug-card:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.drug-name {
	font-size: 20px;
	color: #00bfa5;
	font-weight: 500;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.drug-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:  8px;
	font-size: 14px;
	color: #333333;
}

/**首页公司介绍**/
.main-about-flex {
	width: 100%;
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}

.conright {
	width: 46%;
	margin-right: 4%;
	overflow: hidden;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	overflow: hidden;
	border-radius: 20px;
}

.conright img {
	width: 100%;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.conright:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.main-about-ico {
	position: absolute;
	left: 0;
	top: 0;
}

.main-about-rela {
	width: 100%;
	position: relative;
	padding: 90px 0 0;
	background: url(../images/about-bg.png) center bottom no-repeat #f6f8f9;
	background-size: 100%;
}

.main-title-mar {
	width: 100%;
	text-align: center;
}

.main-title {
	font-size: 42px;
	color: #03BBBA;
	font-weight: bolder;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.main-title:after {
	width: 65px;
	height: 4px;
	background: #03BBBA;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
}

.main-subtitle {
	width: 100%;
	font-size: 24px;
	color: #555555;
}

.conleft {
	width: 50%;
	padding: 80px 0 30px;
}

.cnh1 {
	width: 100%;
	font-size: 36px;
	font-weight: bolder;
	padding-bottom: 40px;
}

.cnh1 span {
	color: #03BBBA;
}

.cnh2 {
	width: 100%;
	color: #333333;
	font-size: 18px;
	text-indent: 2em;
	line-height: 2;
	padding-bottom: 40px;
}

.statistic {
	width: 90%;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.statistic-li {
	width: 50%;
	text-align: center;
	position: relative;
	margin: 24px 0;
}

.mh1 {
	font-size: 60px;
	font-family: Impact;
	color: #03BBBA;
}

.mh2 {
	font-size: 18px;
	color: #555555;
	position: absolute;
}

.mh3 {
	font-size: 18px;
	color: #555555;
}

.mh4 {
	font-size: 60px;
	font-family: Impact;
	color: #03BBBA;
}

.statistic-h1 {
	position: relative;
}

.statistic-h2 {
	font-size: 18px;
	color: #555555;
	text-align: center;
}

.client-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.client-li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.client-li-img {
	width: 100%;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.client-li-img:hover{
	box-shadow: 0 4px 12px rgba(0, 191, 166, 0.15);
    transform: translateY(-3px);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.client-li-img img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.client-li-img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.client-more {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 0 0;
}
/***药源服务***/
.main-serve-rela {
	width: 100%;
	position: relative;
	padding: 90px 0 0;
	background: url(../images/main-serve-bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.main-serve-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0;
}

.main-serve-left {
	width: 50%;
}

.main-serve-left img {
	max-width: 100%;
}

.main-serve-right {
	flex: 1;
}

.main-serve-li {
	background: #d6e3ff;
	width: 100%;
	margin: 12px 0;
	padding: 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 1000px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.main-serve-li:hover {
	background: #03BBBA;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 9px 7px 1px rgba(0,67,200,0.09);
}

.main-serve-li:hover .serve-left {
	background: #ffffff;
	color: #03BBBA;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.main-serve-li:hover .serve-right {
	color: #ffffff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.serve-left {
	width: 208px;
	text-align: center;
	background: #03BBBA;
	color: #ffffff;
	padding: 15px 0;
	border-radius: 1000px;
	font-size: 24px;
}

.serve-right {
	flex: 1;
	padding: 0 20px;
	font-size: 18px;
	color: #3075ff;
	box-sizing: border-box;
}

/***合作客户***/
.main-client {
	width: 100%;
	position: relative;
	padding: 90px 0;
	background: url(../images/main-customer-bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.main-client-nav-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.client-tit {
	font-size: 42px;
	color: #03BBBA;
	font-weight: bolder;
	position: relative;
}

.main-client-cent-flex {
	width: 100%;
	padding: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.client-a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.client-a:after {
	background: #03BBBA;
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 10px;
	content: "";
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.on {
	font-weight: bolder;
	color: #03BBBA;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.on:after {
	background: #03BBBA;
	width: 66px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 10px;
	content: "";
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.on .client-arr {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #03BBBA;
	border-radius: 1000px;
	border: 1px solid #03BBBA;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff;
	box-shadow: 0px 5px 6px rgba(0,67,200,0.35);
}

.client-arr {
	width: 32px;
	height: 32px;
	border: 1px solid #373738;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	overflow: hidden;
	color: #373738;
}

.client-font {
	font-size: 20px;
}

.client-left {
	width: 420px;
	padding: 20px 0 0 0;
	box-sizing: border-box;
}

.client-right {
	flex: 1;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	width: 50%;
}

.client-cn {
	position: relative;
	width: 100%;
	height: 400px;
	display: none;
}

.client-cn .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.client-cn .swiper-slide {
	height: calc((100% - 120px) / 4) !important;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}

.slide-img {
	width: 100%;
}

.slide-img img {
	width: 100%;
	vertical-align: middle;
}

/**新闻资讯**/
.main-news {
	width: 100%;
	background: url(../images/main-news-bg.png) center bottom #f2f5fc no-repeat;
	background-size: 100%;
	padding: 80px 0 40px;
}

.container-m {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	box-sizing: border-box;
}

.main-news-nav-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news-tit {
	font-size: 42px;
	color: #03BBBA;
	font-weight: bolder;
	position: relative;
}

.news-narr {
	display: flex;
	align-items: center;
}

.news-narr-a:hover {
	border-radius: 1000px;
	border: 1px solid #03BBBA;
	color: #03BBBA;
	padding: 8px 24px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 10px rgba(0,67,200,0.35);
	transform: translateY(-8px);
}

.news-narr-a {
	border-radius: 1000px;
	margin-left: 30px;
	border: 1px solid #929497;
	color: #333333;
	padding: 8px 24px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.news-swiper {
	width: 100%;
	position: relative;
	padding: 70px 0;
}

.news-swiper .swiper-button-next {
	width: 44px;
	height: 44px;
	background: #03BBBA;
	color: #ffffff;
	border-radius: 6px;
	transform: rotate(45deg);
	opacity: 0.2;
	z-index: 99;
}

.news-swiper .swiper-button-prev {
	width: 44px;
	height: 44px;
	background: #03BBBA;
	color: #ffffff;
	border-radius: 6px;
	transform: rotate(45deg);
	opacity: 0.2;
	z-index: 99;
}

.news-swiper .swiper-button-prev:hover {
	opacity: 1;
	background: #03BBBA;
}

.news-swiper .swiper-button-next:hover {
	opacity: 1;
	background: #03BBBA;
}

.news-swiper .swiper-button-next,.news-swiper .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,40px);
	left: auto;
}

.news-swiper .swiper-button-prev,.news-swiper .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,40px);
	right: auto;
}

.news-swiper .swiper-button-next:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.news-swiper .swiper-button-prev:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.news-swiper .swiper-horizontal> .news-swiper .swiper-pagination-bullets, 
.news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .news-swiper  .swiper-pagination-custom, .news-swiper .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,30px);
	top: var(--swiper-pagination-top,auto);
	left: 0;
	width: 100%;
}

.news-swiper .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius,50%);
	background: var(--swiper-pagination-bullet-inactive-color,#ffffff);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.99);
}

.news-swiper .swiper-pagination-bullet-active {
	background: #03BBBA!important;
}

.news-swiper-rela {
	width: 100%;
	position: relative;
}

.news-more {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}

.slide-news-img {
	width: 100%;
	overflow: hidden;
}

.slide-news-img img {
	width: 100%;
}

.slide-news-tit {
	width: 100%;
	padding: 15px;
	font-size: 20px;
	height: 124px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #333;
	box-sizing: border-box;
}

.slide-news-flex {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	color: #929292;
	margin-bottom: 20px;
	position: relative;
}

.slide-new {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.news .swiper-slide {
	padding: 10px 20px 20px 10px;
	box-sizing: border-box;
}

.news .swiper-slide:hover .slide-new {
	box-shadow: 0px 12px 15px rgba(0,67,200,0.15);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transform: translateY(-10px);
}

.news .swiper-slide  .slide-new img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.news .swiper-slide:hover .slide-new img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transform: translateY(-10px);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.news .swiper-slide:hover .slide-news-tit {
	color: #03BBBA;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.news-arr {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.news .swiper-slide:hover .news-arr {
	color: #03BBBA;
	animation: hm2jian 0.6s ease 0s infinite;
	-webkit-animation: hm2jian 0.6s ease 0s infinite;
	-moz-animation: hm2jian 0.6s ease 0s infinite;
	-o-animation: hm2jian 0.6s ease 0s infinite;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	position: absolute;
	z-index: 1;
}

.siwp-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background: linear-gradient(to right,rgba(242,245,252,0),rgba(242,245,252,0.8),rgba(242,245,252,1));
	z-index: 9;
}

@keyframes hm2jian {
	0% {
		right: 20px;
	}

	60% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@-webkit-keyframes hm2jian {
	0% {
		right: 20px;
	}

	60% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@-moz-keyframes hm2jian {
	0% {
		right: 20px;
	}

	60% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@-o-keyframes hm2jian {
	0% {
		right: 20px;
	}

	60% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@keyframes hm2jians {
	0% {
		left: 2px;
	}

	60% {
		left: 10px;
	}

	100% {
		left: 2px;
	}
}

/**底部 footer**/
.footer {
	width: 100%;
	background: url(../images/footerBg.png) no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer-col h3 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #ffffff;
}

.footer-col ul li {
	font-size: 15px;
	margin-bottom: 8px;
	color: #ccc;
}

.footer-col a {
	color: #ffffff;
}

.footer-info p {
	font-size: 15px;
	margin-bottom: 5px;
	color: #ccc;
}

.footer-qrcode img {
	width: 100px;
	height: 100px;
}

.footer-qrcode p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	color: #ffffff;
}

.footer-bottom {
	text-align: center;
	font-size: 13px;
	color: #999;
	padding-top: 20px;
	border-top: 1px solid #333;
}
.footer-bottom a{
	color: #ffffff;
}
.foot-logo {
	width: 180px;
	margin-bottom: 20px;
}

.foot-logo img {
	width: 180px;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/***关于我们***/
.nbanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nbanner img {
	width: 100%;
}

.nban-tit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.tit-cn {
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	color: #ffffff;
	padding-bottom: 5px;
}

.tit-en {
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	color: #ffffff;
}

.about-section {
	width: 100%;
	background: url(../images/about-page01-bg.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.about-section-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about-section-left {
	width: 50%;
	position: relative;
}

.about-section-right {
	width: 50%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	position: relative;
}

.about-section-right:after {
	height: 240px;
	background: #d5ddef;
	position: absolute;
	bottom: 0;
	left: 100px;
	right: -30px;
	content: "";
	z-index: 0;
	border-radius: 20px;
}

.about-tit {
	width: 100%;
	font-size: 42px;
	font-weight: bolder;
	color: #03BBBA;
	padding-bottom: 60px;
}

.about-name {
	width: 100%;
	font-size: 36px;
	font-weight: bolder;
	color: #333333;
	padding-bottom: 40px;
}

.tcol {
	color: #03BBBA;
}

.about-cn {
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 2;
}

.about-num {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 0;
}

.astatistic-li {
	width: 50%;
	text-align: center;
	position: relative;
	margin: 24px 0;
}

.amh1 {
	font-size: 64px;
	font-family: Impact;
	color: #03BBBA;
}

.amh2 {
	font-size: 16px;
	color: #555555;
	position: absolute;
}

.amh3 {
	font-size: 16px;
	color: #555555;
}

.amh4 {
	font-size: 64px;
	font-family: Impact;
	color: #03BBBA;
}

.astatistic-h1 {
	position: relative;
}

.astatistic-h2 {
	font-size: 16px;
	color: #555555;
	text-align: center;
}

.company-img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.company-img img {
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.company-img:hover img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transform: translateY(-10px);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.pagination {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.about-section-right .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.about-section-right .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.culture-section {
	width: 100%;
	background: url(../images/about-page02-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 90px 0;
	background-attachment: fixed
}

.culture-tit {
	width: 100%;
	color: #ffffff;
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 90px;
}

.culture-flex {
	width: 100%;
}

.culture-li-pad {
	padding: 80px 30px 30px;
	width: 100%;
	box-sizing: border-box;
}

.culture-li-pad:hover .culture-li {
	margin-top: -20px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 12px 4px rgb(0 67 200 / 15%);
}

.culture-li-pad:hover .culture-img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 6px 12px 4px rgba(0,67,200,0.15);
}

.culture-li {
	width: 100%;
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	padding: 70px 30px 40px;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.culture-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -50px;
	top: 0;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	width: 100px;
	height: 100px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.culture-h1 {
	width: 100%;
	font-weight: bolder;
	color: #03BBBA;
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}

.culture-txt {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333333;
	height: 70px;
	padding-bottom: 20px;
}

.culture-en {
	width: 100%;
	font-weight: bolder;
	text-align: center;
	color: #d4d4d4;
	padding-top: 2px;
	font-size: 16px;
}

.team-section {
	width: 100%;
	background: url(../images/team-bg.png) no-repeat center bottom;
	padding: 90px 0;
}

.team-tit {
	width: 100%;
	color: #03BBBA;
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 40px;
}

.team-sub {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #555555;
	padding-bottom: 80px;
}

.team-pad {
	width: 100%;
	background: url(../images/team-user-bg.png) no-repeat center bottom #ffffff;
	background-size: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.04);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	margin-top: 0;
}
.team-pad img{
	width: 100%;
    height: auto;
    display: block;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.team-pad:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.team-pad:hover {
	margin-top: -10px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 12px 4px rgba(0,67,200,0.15);
}


.team .swiper-slide {
	padding: 70px 20px 30px;
	box-sizing: border-box;
	transform: scale(0.9)!important;
	opacity: 0.5;
}

.team .swiper-slide-active,.team .swiper-slide-duplicate-active {
	transform: scale(1.1)!important;
	opacity: 1;
}


.team-img {
	overflow: hidden;
	background: #ffffff;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border-radius: 20px 20px 0 0;
}

.team-img img {
	width: 100%;
	vertical-align: middle;
}

.team-name {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	padding: 10px 0;
}

.team-introduce {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #555555;
}

.cpagination {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 240px;
	height: 70px;
	margin: 50px auto 0;
	padding: 0;
}

.cpagination .swiper-button-next {
	width: 46px;
	height: 46px;
	border: 1px solid #03BBBA;
	background: #ffffff;
	color: #03BBBA;
	border-radius: 6px;
	transform: rotate(45deg);
}

.cpagination .swiper-button-prev {
	width: 46px;
	height: 46px;
	border: 1px solid #03BBBA;
	background: #ffffff;
	color: #03BBBA;
	border-radius: 6px;
	transform: rotate(45deg);
}

.cpagination .swiper-button-prev:hover {
	opacity: 1;
	background: #03BBBA;
	color: #ffffff;
}

.cpagination .swiper-button-next:hover {
	opacity: 1;
	background: #03BBBA;
	color: #ffffff;
}

.cpagination .swiper-button-next,.cpagination .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,40px);
	left: auto;
}

.cpagination .swiper-button-prev,.cpagination .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,40px);
	right: auto;
}

.cpagination .swiper-button-next:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.cpagination .swiper-button-prev:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

/***荣誉资质***/
.honor-section {
	width: 100%;
	background: url(../images/honor.png) no-repeat center;
	background-size: cover;
	padding: 90px 0;
}

.honor-pad {
	width: 100%;
	padding-left: 10%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.honor-tit {
	width: 100%;
	color: #03BBBA;
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 30px;
}

.honor-sub {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #555555;
	padding-bottom: 50px;
}

.honor-left {
	width: 290px;
	position: relative;
}

.honor-right {
	flex: 1;
	padding-left: 30px;
	box-sizing: border-box;
	width: 50%;
}

.slide-zs {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.slide-zs img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border-radius: 20px;
	overflow: hidden;
}
.swiper-slide-pad:hover .slide-zs img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.swiper-slide-pad:hover .zs-tit {
	width: 100%;
	font-weight: bolder;
	color: #03BBBA
}

.swiper-slide-pad {
	width: 100%;
}

.zs-tit {
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin-top: 5px;
	height: 50px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #eeeeee;
}

.honor-cn .swiper-slide {
	padding: 20px;
	box-sizing: border-box;
}

.swiper-li {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}

.swiper-slide-pad:hover .swiper-li {
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 12px 15px rgba(0,67,200,0.15);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transform: translateY(-10px);
}

.honor-next-prev {
	width: 260px;
	margin: 0 auto;
	position: relative;
	padding: 50px 0 50px;
}

.honor-arr {
	position: relative;
}

/**新闻中心**/
.news-section {
	width: 100%;
	padding: 0 0 40px;
}

.news-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news-left {
	width: 220px;
	position: relative;
}

.news-right {
	flex: 1;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.news-a {
	width: 100%;
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
	position: relative;
	font-size: 22px;
}

.news-a:after {
	width: 10px;
	height: 10px;
	border-radius: 1000px;
	border: 1px solid #333333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.news-a a {
	color: #333333;
}

.news-a a:hover {
	color: #03BBBA
}

.news-a:hover:after {
	width: 10px;
	height: 10px;
	background: #03BBBA;
	border-radius: 1000px;
	border: 1px solid #03BBBA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.newcurr {
	color: #03BBBA!important
}

.newcurr a {
	color: #03BBBA!important
}

.newcurr:after {
	width: 10px;
	height: 10px;
	background: #03BBBA;
	border-radius: 1000px;
	border: 1px solid #03BBBA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.news-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.news-li:after {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background: #03BBBA;
	content: "";
}

.news-li:hover {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 12px 4px rgb(0 67 200 / 15%);
}

.news-li:hover:after {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	width: 100%;
	height: 2px;
	content: "";
	background: #03BBBA;
}

.news-li:hover .news-li-h1 {
	color: #03BBBA;
}

.news-li-left {
	width: 280px;
	overflow: hidden;
	border-radius: 10px;
}

.news-li-left img {
	width: 100%;
}

.news-li-right {
	flex: 1;
	padding: 0;
	box-sizing: border-box;
	margin-left: 30px;
}

.news-li-h1 {
	width: 100%;
	font-size: 24px;
	padding-bottom: 15px;
	color: #333333;
}

.news-li-time {
	font-size: 14px;
	color: #333;
	padding-bottom: 15px;
}

.news-li-sub {
	width: 100%;
	font-size: 16px;
	color: #919191;
}

.news-li-arr {
	margin-top: 15px;
}

.news-li-m {
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border-radius: 1000%;
	background: #eee;
	border: 1px solid #eee;
	color: #03BBBA;
}

.news-li:hover .news-li-m {
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border-radius: 1000%;
	background: #03BBBA;
	border: 1px solid #03BBBA;
	color: #ffffff;
}

.news-ban {
	width: 100%;
	background: #e0e8f8;
	padding: 0;
	position: relative;
	overflow: hidden;
	min-height: 160px;
}

.news-ban-tit {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
}

.news-ban-cn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.ntime {
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
}

.nstyle {
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
}

.news-detail {
	width: 100%;
	background: #f3f3f3;
	padding: 30px 0;
}

.news-detail-pad {
	width: 100%;
	background: #ffffff;
	padding: 50px;
	box-sizing: border-box;
}

.news-detail-pad img {
	max-width: 100%;
}

.summary {
	width: 100%;
	border: 4px solid #e6efff;
	padding: 30px;
	line-height: 1.8;
	box-sizing: border-box;
	background: #fcfcfc;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	color: #949494;
}

.summary::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/fuhao.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: -24px;
}

.news-detail-cn {
	width: 100%;
	padding: 20px 0;
	line-height: 1.8;
	font-size: 16px;
	color: #333333;
}

.news-return-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0 10px;
}

.news-return:hover {
	border-top: 1px solid #03BBBA;
	background: #03BBBA;
	color: #ffffff;
}

.news-return {
	display: flex;
	align-items: center;
	color: #03BBBA;
	border-radius: 1000px;
	border: 1px solid #03BBBA;
	padding: 10px 30px;
}

.news-return img {
	padding-right: 10px;
}

/**服务项目**/
.serve-section {
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.serve-section-two {
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 0 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.serve-li {
	padding: 0;
	margin: 2% 0%;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 19px 28px 0px rgba(165, 165, 165, 0.06);
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	position: relative;
	min-height: 340px;
}

.serve-li:hover {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.serve-li-pad {
	width: 35%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.serve-li:after {
	content: "";
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	width: 0;
	height: 15px;
	background: #03BBBA;
	position: absolute;
	bottom: 0;
	z-index: 0;
	transform: translateX(-50%);
	left: 50%;
}
/*.serve-li:hover:after{
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
width: 100%;
height: 15px;
content: "";
background: #03BBBA; 
}*/
/*.serve-libg{
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 6px;
background: #ffffff;
content: "";
position: absolute;
z-index: 1;
border-radius: 10px;
overflow: hidden;
}*/
.serve-li-pad:hover .serve-li-cn {
	color: #03BBBA;
}

.serve-li-pad:hover .serve-li-arr {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #03BBBA;
	border-radius: 1000px;
	border: 1px solid #03BBBA;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff;
	box-shadow: 0px 5px 6px rgb(0 67 200 / 35%);
}

.serve-li a {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.serve-li-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.serve-li-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.serve-li-logo img {
	max-width: 100%;
}

.serve-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: none;
}

.serve-li-imgage {
	width: 100%;
	overflow: hidden;
}

.serve-li-imgage img {
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	vertical-align: middle;
}

.serve-li-pad:hover .serve-li-imgage img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.serve-li-bot {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.serve-li-name {
	flex: 1;
}

.serve-li-cn {
	width: 100%;
	font-size: 24px;
	padding-bottom: 10px;
	color: #333333;
}

.serve-li-en {
	width: 100%;
	font-size: 18px;
	padding-bottom: 10px;
	color: #8e9298;
}

.serve-li-arr {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333333;
	border-radius: 1000px;
	color: #333333;
	box-sizing: border-box;
}

.serve-li:hover .serve-li-logo {
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.serve-li:hover .serve-mask {
	display: block;
}

.serve-info {
	width: 100%;
	background: url(../images/servebg.png) no-repeat top center #f3f6fb;
	background-size: 100%;
	padding: 265px 0 0 0;
}

.page-home-flex {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.page-home {
	display: flex;
	align-items: center;
	padding: 30px 0;
	color: #acb1ba;
}

.page-home img {
	margin-right: 5px;
	width: 18px;
}

.page-home a {
	color: #acb1ba;
}

.serve-info-bg {
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
	z-index: -1;
	transition: all 0.36s;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 90px;
	box-sizing: border-box;
	border-radius: 20px;
}

.clear-h {
	clear: both;
	width: 100%;
	height: 80px;
}

.ser-tit {
	width: 100%;
	position: relative;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.ser-tit:after {
	width: 8px;
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	content: "";
	background: #03BBBA;
}

.ser-tit-h1 {
	width: 100%;
	font-size: 42px;
	font-weight: bolder;
	color: #03BBBA;
}

.ser-tit-h2 {
	width: 100%;
	font-size: 28px;
	color: #656666;
	font-weight: normal;
}

.headline-sup {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.headline-sub {
	width: 100%;
	padding: 10px 0;
	font-size: 22px;
	color: #03BBBA;
}

.headline {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 15px;
	margin: 30px 0 20px;
}

.headline:after {
	width: 30px;
	height: 6px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0041c3;
}

.headline-cn {
	font-size: 34px;
	font-weight: bolder;
	color: #3d3f40;
}

.headline-en {
	font-size: 26px;
	font-weight: normal;
	color: #0041c3;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.headline-font {
	color: #7f8083;
	font-size: 18px;
	line-height: 1.8;
	box-sizing: border-box;
}

.introduce {
	padding: 0;
	position: relative;
	z-index: 2;
}

.introduce02 {
	padding: 15px 0 0 0;
	position: relative;
	z-index: 2;
}

.case-liflex {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	align-items: center;
	padding: 0;
}

.introduce-list {
	display: flex;
	padding: 5px 0;
}

.intr-icon {
	font-size: 18px;
	color: #0041c3;
	font-style: italic;
	position: relative;
	padding: 8px 0 0 14px;
	line-height: 1;
}

.intr-icon:after {
	position: absolute;
	z-index: -1;
	content: "";
	background: #a0bffc;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
}

.intr-li {
	width: 100%;
	font-size: 16px;
	padding: 4px 0 4px 14px;
	box-sizing: border-box;
	position: relative;
}

.intr-li:after {
	width: 4px;
	height: 4px;
	background: #000000;
	border-radius: 1000px;
	content: "";
	left: 0;
	top: 14px;
	position: absolute;
}

.intr-fibt {
	color: #7f8083;
	font-size: 18px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

.intr-img {
	position: relative;
	padding: 0 20px 20px 0;
	margin-left: 80px;
	width: 400px;
}

.intr-img img {
	width: 100%;
}

.intr-img:after {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 0;
	bottom: 0;
	background: #a2c1ff;
	content: "";
	z-index: -1;
}

.headlin-flex {
	width: 100%;
	display: flex;
	align-items: center;
}

.chart-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #03BBBA;
	font-size: 20px;
	padding: 30px 0 5px;
	border-bottom: 2px solid #03BBBA;
}

.chart-list {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 20px 0;
}

.chart-one {
	width: 146px;
	height: 146px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #03BBBA;
	color: #ffffff;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
}

.chart-one:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-bottom: 20px solid #03BBBA;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: -12px;
	transform: rotate(180deg);
}

.chart-one-no {
	width: 146px;
	height: 146px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #03BBBA;
	color: #ffffff;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
}

.chart-one-ico {
	width: 50px;
	margin: 0 auto;
}

.chart-one-ico img {
	width: 100%;
}

.chart-one-font {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 0 0;
}

.chart-two {
	width: 100%;
	padding: 0 0 0 73px;
	box-sizing: border-box;
}

.chart-two-pad {
	height: 146px;
	width: 100%;
	padding: 0 80px 0 110px;
	box-sizing: border-box;
	background: #ebf1ff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.chart-two-pad02 {
	height: 146px;
	width: 100%;
	padding: 0 80px 0 110px;
	box-sizing: border-box;
	background: #ebf1ff;
	display: flex;
	flex-wrap: wrap;
}

.chart-two-list {
	width: 100%;
	padding: 20px 80px 0 110px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.chart-two-h1 {
	font-size: 22px;
	color: #03BBBA;
	padding-bottom: 10px;
	width: 100%;
}

.chart-two-ul {
	display: flex;
	flex-wrap: wrap;
}

.chart-two-li {
	width: 50%;
	padding: 5px 0 5px 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	color: #03BBBA;
}

.chart-two-li:after {
	width: 6px;
	height: 6px;
	border-radius: 1000px;
	background: #03BBBA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: ""
}

.chart-two-line {
	width: 1px;
	height: 50%;
	background: #03BBBA;
	margin-right: 0;
}

.chart-design {
}

.chart-design-arr {
	width: 24px;
}

.chart-design-arr img {
	width: 100%;
	vertical-align: middle;
}

.chart-design {
	padding: 0;
	position: relative;
}

.chart-num {
	font-size: 18px;
	color: #03BBBA;
}

.chart-txt {
	font-size: 18px;
	color: #03BBBA;
	padding-left: 24px;
	padding-top: 10px;
	box-sizing: border-box;
}

.chart-right-lr {
	writing-mode: vertical-lr;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 28px;
	color: #03BBBA;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}

.achievement-font {
	width: 100%;
	font-size: 20px;
	color: rgba(0,67,200,0.5);
	padding: 0 0 20px 0;
}

.achievement-flex {
	width: 100%;
	display: flex;
}

.achievement-left {
	width: 50%;
}

.achievement-right {
	width: 50%;
}

.achievement-li {
	position: relative;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	color: #414243;
	font-size: 18px;
}

.achievement-li:after {
	width: 18px;
	height: 18px;
	background: url(../images/ac-arr.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 14px;
	content: "";
}

.achievement-li p {
	padding: 10px 0 0 0;
	margin: 0;
	color: #808184;
	font-size: 16px;
}

.case-h1 {
	font-size: 28px;
	color: #414243;
	font-weight: bolder;
	padding: 0 0 10px 0;
}

.case-h2 {
	font-size: 20px;
	line-height: 1.8;
	color: #646467;
	padding: 0 0 10px 0;
}

.case-h3 {
	font-size: 28px;
	color: #414243;
	font-weight: bolder;
	padding: 20px 0 10px 0;
}

.case-ul {
	width: 100%;
	background: #f3f3f3;
	padding: 30px 0 30px 50px;
	box-sizing: border-box;
	display: flex;
}

.case-li {
	width: 25%;
}

.case-ul02 {
	width: 100%;
	background: #f3f3f3;
	padding: 30px 0 30px 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.case-li02 {
	width: 33.3%;
	padding-right: 100px;
	box-sizing: border-box;
}

.case-li03 {
	width: 100%;
	padding: 20px 0 0 0;
}

.case-step-top {
	width: 100%;
	display: flex;
	align-items: center;
}

.case-step-r {
	flex: 1;
	padding-right: 20px;
	box-sizing: border-box;
}

.case-step-r img {
	width: 100%;
	vertical-align: middle;
}

.case-step-l {
	font-size: 24px;
	font-weight: bolder;
	color: #03BBBA;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}

.case-cn {
	margin-top: 20px;
	width: 80%;
	border-top: 2px solid #03BBBA;
	padding: 20px 0 0 0;
	color: #7f8083;
	line-height: 1.8;
}

.gap-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #f3f3f3;
	padding: 20px;
	box-sizing: border-box;
	justify-content: center;
}

.gap-li {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

.gap-li-pad {
	margin: 0 auto;
}

.gap-tit {
	width: 100%;
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	font-size: 24px;
	color: #03BBBA;
	position: relative;
}

.gap-tit:after {
	position: absolute;
	left: 0;
	width: 50%;
	max-width: 250px;
	height: 2px;
	background: #03BBBA;
	bottom: 0;
	content: "";
}

.gap-li02 {
	width: 33.3%;
	padding: 0 20px;
	box-sizing: border-box;
}

.gap-li02 img {
	width: 100%;
}

.gap-li03 {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
}

.gap-li-dt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	background: #ffffff;
	box-sizing: border-box;
}

.gap-img-tt {
	font-size: 18px;
	padding-bottom: 15px;
	color: #03BBBA;
}

.gap-img {
	box-shadow: 0px 10px 12px 1px rgba(0,0,0,0.15);
	width: 100%;
	background: #fff;
	text-align: center;
}

.gap-img img {
	max-width: 100%;
	text-align: center;
}

.gap-img-adv01 {
	color: #7f8083;
	padding: 5px 0;
}

.gap-img-adv02 {
	width: 100%;
	font-size: 16px;
	color: #7f8083;
}

.gap-img-adv02 p {
	padding: 5px 0;
	margin: 0;
}

.headline-m20 {
	width: 100%;
	height: 20px;
}

.chart-bord {
	background: rgba(0,67,200,0.15);
	color: #03BBBA;
	font-size: 18px;
	padding: 8px 20px 8px 30px;
	border-radius: 1000px;
	position: relative;
}

.chart-bord:after {
	width: 6px;
	height: 6px;
	background: #03BBBA;
	border-radius: 1000px;
	content: "";
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.chart-ft {
	color: #03BBBA;
	padding: 10px 0 0 14px;
	position: relative;
	box-sizing: border-box;
}

.chart-ft:after {
	width: 6px;
	height: 6px;
	background: #03BBBA;
	border-radius: 1000px;
	content: "";
	left: 0;
	top: 19px;
	position: absolute;
}

.chart-two-bfont {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #03BBBA;
}

.chart-date-left {
	font-size: 24px;
	color: #03BBBA;
	padding: 0 50px 0 0;
	box-sizing: border-box;
	margin-right: 50px;
	position: relative;
}

.chart-date-left:after {
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	content: "";
	background: #03BBBA;
	top: 0;
}

.chart-date-left p {
	padding: 0;
	margin: 0;
}

.chart-date-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	font-size: 24px;
	font-weight: bolder;
	color: #03BBBA;
}

.case-ctit {
	font-size: 18px;
	font-weight: bolder;
	color: #03BBBA;
	padding-top: 10px;
	line-height: 1.8;
	margin-top: 10px;
	position: relative;
}

.case-ctit:after {
	width: 200px;
	height: 2px;
	background: #03BBBA;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.gap-li-dt-right {
	max-width: 580px;
}

.gap-li-pad02 {
	width: 100%;
}

.headline-system-01 {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ebf1ff;
}

.system-tit01 {
	font-size: 22px;
	color: #0041c3;
}

.system-ul {
	width: 100%;
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-around;
}

.system-li {
	padding: 0 0 0 24px;
	position: relative;
	font-size: 18px;
	color: #0041c3;
}

.system-li:after {
	width: 16px;
	height: 16px;
	background: url(../images/ac-arr.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.headline-system-02 {
	width: 100%;
	margin: 20px 0;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ebf1ff;
}

.headline-system-03 {
	width: 100%;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ebf1ff;
}

.sys-dt {
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 5px;
}

.sys-dd {
	width: 100%;
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
	position: relative;
	color: rgba(0,67,200,0.8);
}

.sys-dd:after {
	width: 4px;
	height: 4px;
	background: rgba(0, 67, 200, 0.8);
	border-radius: 1000px;
	content: "";
	left: 0;
	top: 14px;
	position: absolute;
}

.sys-left {
	width: 46%;
	position: relative;
}

.sys-cent {
	width: 8%;
	position: relative;
}

.sys-right {
	width: 46%;
	position: relative;
}

.sys-left-tit {
	width: 100;
	text-align: center;
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 20px;
}

.sys-left-ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sys-left-li {
	padding: 0 0 0 10px;
	position: relative;
	color: rgba(0, 67, 200, 0.8);
	margin: 0 3%;
	box-sizing: border-box;
}

.sys-left-li:after {
	width: 4px;
	height: 4px;
	background: rgba(0, 67, 200, 0.8);
	border-radius: 1000px;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.sys-right-tit {
	width: 100;
	text-align: center;
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 20px;
}

.sys-right-ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.sys-right-li {
	padding: 0 0 0 10px;
	position: relative;
	color: rgba(0, 67, 200, 0.8);
}

.sys-right-li:after {
	width: 4px;
	height: 4px;
	background: rgba(0, 67, 200, 0.8);
	border-radius: 1000px;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.sys-cent:after {
	width: 1px;
	height: 100%;
	background: rgba(0, 67, 200, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
}

.leader-flex {
	width: 100%;
	padding: 30px;
	background: #ffffff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
	box-shadow: 0px 10px 12px 1px rgba(0,0,0,0.15);
}

.leader-img img {
	max-width: 100%;
}

.situation-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 0;
}

.situation-left {
	width: 60%;
	padding: 0 60px 0 0;
	box-sizing: border-box;
}

.situation-right {
	width: 30%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

.situation-right:after {
	width: 2px;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: #03BBBA;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
}

.situation-right:before {
	width: 12px;
	height: 12px;
	border-radius: 1000px;
	position: absolute;
	z-index: 1;
	background: #03BBBA;
	left: -5px;
	top: 0;
	content: "";
}

.situation-img {
	width: 100%;
}

.situation-img img {
	width: 100%;
}

.situation-tit {
	width: 100%;
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 10px;
}

.situation-tit-r {
	padding-left: 50px;
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 10px;
}

.situation-li {
	padding-left: 50px;
	border-bottom: 1px dashed #0041c3;
	width: 164px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 18px;
	color: #0041c3;
	font-weight: normal;
}

.sit-li {
	box-shadow: 0px 10px 12px 1px rgba(0,0,0,0.15);
	width: 46%;
	margin: 2%;
	background: #fff;
}

.sit-li-tit {
	width: 100%;
	font-size: 18px;
	padding: 20px;
	box-sizing: border-box;
	color: #03BBBA;
}

.sit-li-img {
	width: 100%;
	text-align: center;
	padding: 0 20px 20px;
	box-sizing: border-box;
}

.sit-li-img img {
	width: 100%;
}

.credit-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.credit {
	width: 100%;
	background: #ebf1ff;
	margin: 10px 0 0 0;
}

.credit-tep {
	width: 10%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
}

.tep01 {
	background: #03BBBA;
	color: #ffffff;
}

.tep02 {
	background: #1754cd;
	color: #ffffff;
}

.tep03 {
	background: #2f66d3;
	color: #ffffff;
}

.tep04 {
	background: #4677d8;
	color: #ffffff;
}

.tep05 {
	background: #5e88de;
	color: #ffffff;
}

.tep06 {
	background: #759ae3;
	color: #ffffff;
}

.tep07 {
	background: #8dace9;
	color: #03BBBA;
}

.tep08 {
	background: #a4bcee;
	color: #03BBBA;
}

.tep09 {
	background: #d3dff9;
	color: #03BBBA;
}

.tep10 {
	background: #e6edfd;
	color: #03BBBA;
}

.tep01:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #03BBBA;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep02:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #1754cd;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep03:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #2f66d3;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep04:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #4677d8;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep05:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #5e88de;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep06:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #759ae3;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep07:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #8dace9;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep08:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #a4bcee;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.tep09:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #d3dff9;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -24px;
	transform: rotate(90deg);
	z-index: 1;
}

.credit-bt-flex {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
}

.credit-w2 {
	width: 25%;
}

.credit-wtit {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
	background: rgba(0, 67, 200, 1);
}

.credit-uli {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.credit-utit {
	width: 100%;
	font-size: 18px;
	padding-bottom: 10px;
	color: rgba(0, 67, 200, 1);
}

.credit-ucn {
	width: 100%;
	color: #7f8083;
	line-height: 1.4;
}

.credit-ucn2 {
	color: #7f8083;
	width: 100%;
	padding: 2px 0;
	line-height: 1.6;
	font-weight: bolder;
}

.bizframe-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bizframe-left {
	width: 180px;
	position: relative;
}

.bizframe-left:after {
	width: 1px;
	bottom: 370px;
	content: "";
	background: #03BBBA;
	left: 50%;
	margin-left: -0.5px;
	top: 55px;
	position: absolute;
}

.bizframe-left:before {
	width: 90px;
	height: 1px;
	content: "";
	background: #03BBBA;
	bottom: 370px;
	right: 0;
	position: absolute;
}

.bizframe-cent {
	flex: 1;
}

.bizframe-right {
	width: 180px;
	position: relative;
}

.bizframe-tep {
	text-align: center;
	padding: 10px 0;
	background: #ffffff;
	margin-top: 160px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	color: #1c61ed;
}

.bizframe-01 {
	width: 100%;
	height: 110px;
	background: #0041c3;
	margin-bottom: 18px;
	position: relative;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.bizframe-02 {
	width: 100%;
	height: 110px;
	background: #1c61ed;
	margin-bottom: 18px;
	position: relative;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.bizframe-03 {
	width: 100%;
	height: 110px;
	background: #4378e3;
	margin-bottom: 18px;
	position: relative;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.bizframe-04 {
	width: 100%;
	height: 110px;
	background: #5987e1;
	margin-bottom: 18px;
	position: relative;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.bizframe-05 {
	width: 100%;
	height: 110px;
	background: #80a4ed;
	margin-bottom: 18px;
	position: relative;
	display: flex;
	align-items: center;
	color: #03BBBA;
}

.bizframe-06 {
	width: 100%;
	height: 110px;
	background: #cddeff;
	display: flex;
	align-items: center;
	color: #03BBBA;
}

.bizframe-01:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #03BBBA;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	transform: rotate(180deg);
	z-index: 1;
}

.bizframe-02:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #1c61ed;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	transform: rotate(180deg);
	z-index: 1;
}

.bizframe-03:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #4378e3;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	transform: rotate(180deg);
	z-index: 1;
}

.bizframe-04:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #5987e1;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	transform: rotate(180deg);
	z-index: 1;
}

.bizframe-05:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #80a4ed;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	transform: rotate(180deg);
	z-index: 1;
}

.bizframe-arr {
	position: absolute;
	width: 90px;
	height: 1px;
	background: #0041c3;
	right: 0;
	top: 55px;
}

.bizframe-arr:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #03BBBA;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -5px;
	transform: rotate(90deg);
	z-index: 1;
}

.bizframe-left {
	width: 180px;
	position: relative;
}

.bizframe-right:after {
	width: 1px;
	bottom: 530px;
	content: "";
	background: #03BBBA;
	left: 50%;
	margin-left: -0.5px;
	top: 55px;
	position: absolute;
}

.bizframe-right:before {
	width: 90px;
	height: 1px;
	content: "";
	background: #03BBBA;
	bottom: 530px;
	left: 0;
	position: absolute;
}

.bizframe-arrr {
	position: absolute;
	width: 90px;
	height: 1px;
	background: #0041c3;
	left: 0;
	top: 55px;
}

.bizframe-arrr:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #03BBBA;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: -5px;
	transform: rotate(270deg);
	z-index: 1;
}

.bizframe-sque {
	font-size: 18px;
	width: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #ffffff;
	margin-right: 0;
	font-weight: bolder;
}

.bizframe-sque div {
	width: 100%;
	text-align: center;
}

.bizframe-rflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding: 0 50px;
	box-sizing: border-box;
}

.rfont {
	font-size: 20px;
	font-weight: bolder;
}

.rtfont {
	width: 100%;
	padding-left: 500px;
	height: 32px;
	font-size: 20px;
	box-sizing: border-box;
	color: #7f8083;
}

.rfont-w {
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	font-size: 20px;
	color: #fff;
}

.rfont-w:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #03BBBA;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -5px;
	transform: rotate(90deg);
	z-index: 1;
}

.rfont-w:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #03BBBA;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: -5px;
	transform: rotate(270deg);
	z-index: 1;
}

.rfont-s {
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	font-size: 20px;
	color: #fff;
}

.rfont-s:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #03BBBA;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -5px;
	transform: rotate(90deg);
	z-index: 1;
}

.current-flex {
	width: 100%;
	display: flex;
}

.current-left {
	width: 46%;
	padding-right: 30px;
	box-sizing: border-box;
}

.current-right {
	width: 54%;
}

.current-img {
	width: 100%;
}

.current-img img {
	width: 100%;
}

.current-imgs {
	width: 100%;
}

.current-imgs img {
	width: 350px;
}

.assets {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #f3f3f3;
}

.financial-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.financial-li {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.financial-img {
	width: 100%;
}

.financial-img img {
	width: 100%;
}

.concept {
	width: 100%;
	padding: 20px 0 0 0;
}

.concept img {
	width: 100%;
	vertical-align: middle;
}

.cent-flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #ffffff;
}

.cent-li {
	width: 50%;
}

.cent-tit {
	width: 100%;
	font-size: 20px;
	padding-bottom: 8px;
	font-weight: bolder;
	color: #6b92e3;
}

.cent-font {
	font-size: 20px;
	padding-bottom: 20px;
	color: #0041c3;
	font-weight: bolder;
}

.cent-img {
	width: 100%;
}

.cent-img img {
	max-width: 100%;
}

.methodology-h1 {
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 5px;
}

.methodology-ul {
	display: flex;
	flex-wrap: wrap;
}

.methodology-li {
	width: 50%;
	padding: 5px 0 5px 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	color: #03BBBA;
}

.methodology-li:after {
	width: 6px;
	height: 6px;
	border-radius: 1000px;
	background: #03BBBA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.strategy {
	font-size: 24px;
	font-weight: bolder;
	color: #0041c3;
}

.consulting {
	display: flex;
	font-size: 18px;
	color: #03BBBA;
}

.consulting-font p {
	padding: 0;
	margin: 0;
}

.strat-ul {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 260px;
	justify-content: space-between;
}

.strat-bord {
	background: rgba(0,67,200,0.15);
	color: #03BBBA;
	font-size: 18px;
	padding: 8px 20px 8px 30px;
	border-radius: 1000px;
	position: relative;
	box-sizing: border-box;
	margin: 1%;
}

.strat-bord:after {
	width: 6px;
	height: 6px;
	background: #03BBBA;
	border-radius: 1000px;
	content: "";
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.strat-bold {
	font-size: 24px;
	color: #03BBBA;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	position: relative;
}

.metho-flex {
	width: 100%;
	display: flex;
}

.metho-left {
	flex: 1;
}

.metho-cent {
	width: 140px;
	background: #ebf1ff;
	margin: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.metho-cent-h1 {
	font-size: 20px;
	color: #0041c3;
	padding-bottom: 20px;
}

.metho-cent-li {
	width: 100%;
	padding: 5px 0 5px 10px;
	position: relative;
	box-sizing: border-box;
	color: #0041c3;
}

.metho-cent-li:after {
	width: 6px;
	height: 6px;
	border-radius: 1000px;
	background: #03BBBA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.metho-right {
	margin: 20px 0;
	display: flex;
	align-items: flex-end;
	color: #03BBBA;
}

.metho-right-pad {
	writing-mode: vertical-lr;
	font-size: 20px;
	color: #03BBBA;
}

.case-ccn {
	color: #7f8083;
	font-size: 18px;
	line-height: 1.8;
}

.credit-ucn {
	line-height: 1.4;
}
/**招聘**/
.job-section {
	width: 100%;
	background: url(../images/jobs-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}

.jobs-nav-one {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0;
}

.obs-nav-one-o:last-child {
	padding-right: 0;
	margin-right: 0;
}

.obs-nav-one-o:last-child:after {
	display: none!important;
}

.jobs-nav-two {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.obs-nav-one-o {
	font-size: 18px;
	color: #333;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}

.obs-nav-one-o:after {
	width: 1px;
	height: 16px;
	background: #a2a2a2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}

.obs-nav-one-t {
	margin-right: 30px;
}

.obs-nav-one-t a {
	border: 1px solid #a2a2a2;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 1000px;
	text-align: center;
	color: #333333;
	display: block;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.obs-nav-one-t a:hover {
	background: #03BBBA;
	color: #ffffff;
	border: 1px solid #03BBBA;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 10px rgb(0 67 200 / 35%);
	transform: translateY(-8px);
}

.tcurr a {
	background: #03BBBA;
	color: #ffffff;
	border: 1px solid #03BBBA;
}

.jobs-table {
	width: 100%;
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.jobs-table-header {
	width: 100%;
	background: #e5ecf9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
}

.tab-r {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab01 {
	width: 50%;
	font-size: 24px;
}

.tab02 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 16px;
}

.icol {
	color: #03BBBA;
	font-size: 18px;
}

.jobs-detail {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0 0 10px 10px;
}

.jobs-detail-h1 {
	width: 100%;
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 0;
}

.jobs-detail-cn {
	width: 100%;
	padding: 20px 0 30px;
	font-size: 16px;
	color: #333333;
	line-height: 1.88;
}

.jobs-bot {
	width: 100%;
	margin: 30px 0 0;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}

.jobs-bot-tit {
	width: 100%;
	font-size: 30px;
	font-weight: bolder;
	color: #03BBBA;
	padding-bottom: 20px;
}

.jobs-bot-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 0;
}

.jobs-email {
	display: flex;
	align-items: center;
	margin-right: 50px;
	font-size: 18px;
	color: #333333;
}

.jobs-tel {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
}

.jobs-bot-left {
	display: flex;
	align-items: center;
}

.jobs-bot-right {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.jobs-bot-right-pad {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}

.email-end-hov {
	display: none;
}

.jobs-ico {
	padding-right: 10px;
}

.jobs-btn {
	font-size: 18px;
}

.ift {
	padding-left: 10px;
	box-sizing: border-box;
}

.obs-nav-one-o a {
	color: #333333;
	display: block;
}

.tcurr a {
	color: #ffffff;
	display: block;
}

.obs-nav-one-o:hover a {
	color: #03BBBA;
	display: block;
}

.contact-ban {
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	top: 20%;
	z-index: 2;
}

/***联系我们***/
.contact-h1 {
	font-size: 30px;
	color: #ffffff;
	padding-bottom: 25px;
}

.contact-h2 {
	font-size: 48px;
	color: #ffffff;
	padding-bottom: 30px;
}

.contact-ico {
	width: 50px;
}

.contact-tel {
	display: flex;
	align-items: center;
	padding-bottom: 64px;
}

.contact-num {
	font-size: 36px;
	color: #ffffff;
}

.contact-add {
	display: flex;
	align-items: center;
}

.contact-add-btn {
	padding: 12px 34px;
	background: #03BBBA;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 1000px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.contact-add-btn:hover {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 10px rgb(0 67 200 / 35%);
	transform: translateY(-8px);
}

.contact-bot {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 150px;
}

.contact-botBg {
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
}

/* .contact-botBg:after {
	width: 1px;
	height: 100%;
	background: #dddddd;
	position: absolute;
	content: "";
	left: 260px;
	top: 0;
	bottom: 0;
}

.contact-botBg:before {
	width: 1px;
	height: 100px;
	background: #03BBBA;
	position: absolute;
	content: "";
	left: 260px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
} */

.contact-right {
	display: flex;
	justify-content: space-between;
	flex: 1;
	padding: 0 20px;
	box-sizing: border-box;
}

.contact-left {
	width: 260px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.contact-left img {
	width: 60px;
	vertical-align: middle;
}

.contact-add-name {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #333;
	font-weight: bolder;
	padding-top: 10px;
}

.contact-right-li {
	width: 100%;
	text-align: center;
}

.con-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.con-icn {
	width: 80px;
	height: 80px;
	background: #03BBBA;
	border-radius: 1000px;
	color: #fff;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.con-h1 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-weight: bolder;
	color: #333;
	padding: 10px 0;
}

.con-h2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.contact-section {
	width: 100%;
	background: url(../images/contact-bg.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	padding: 180px 0;
}

.int-h1 {
	font-size: 40px;
	color: #03BBBA;
	font-weight: bolder;
	padding-bottom: 50px;
}

.contact-sec-left {
	max-width: 640px;
}

.int-li {
	width: 100%;
	padding: 9px 0;
}

.int-li input {
	width: 100%;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	background: #ffffff;
	border: 0;
	font-size: 16px;
}

.int-li textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 10px;
	min-height: 100px;
	max-height: 100px;
	box-sizing: border-box;
	background: #ffffff;
	border: 0;
	font-size: 16px;
}

.int-btn-flex {
	display: flex;
	align-items: center;
	padding: 40px 0 0 0;
}

.int-btn {
	padding: 12px 54px;
	background: #03BBBA;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 1000px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.int-btn:hover {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 8px 10px rgb(0 67 200 / 35%);
	transform: translateY(-8px);
}

.HeaderMobile {
	display: none
}

.MobileNav {
	display: none;
}

.pic_m img {
	-webkit-animation: pic_m 3s ease;
	-o-animation: pic_m 3s ease;
	animation: pic_m 3s ease;
	width: 100%;
}

@-webkit-keyframes pic_m {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes pic_m {
	0% {
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pic_m {
	0% {
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.team-next {
	width: 46px;
	height: 46px;
	border: 1px solid #03BBBA;
	background: #ffffff;
	color: #03BBBA;
	border-radius: 6px;
	transform: rotate(45deg);
	left: 40px;
}

.team-prev {
	width: 46px;
	height: 46px;
	border: 1px solid #03BBBA;
	background: #ffffff;
	color: #03BBBA;
	border-radius: 6px;
	transform: rotate(45deg);
	right: 40px;
}

.team-next:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.team-prev:after {
	font-size: 16px!important;
	transform: rotate(-45deg);
}

.team-next, .team-prev {
	position: absolute;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #03BBBA;
}

.team-next:after {
	content: 'prev';
}

.team-prev:after {
	content: 'next';
}

.team-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.team-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.team-next:hover {
	opacity: 1;
	background: #03BBBA;
	color: #ffffff;
}

.team-prev:hover {
	opacity: 1;
	background: #03BBBA;
	color: #ffffff;
}

.news-ban-bg {
	padding: 150px 0 60px;
	width: 100%;
	margin: 0 auto;
	background: rgba( 0, 0, 0, 0.25 );
	backdrop-filter: blur( 19px );
	-webkit-backdrop-filter: blur( 19px );
}

.pic_mb {
	display: none;
}

.item-name {
	width: 100%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
}

.client-cn .swiper-slide:hover {
	background: #03BBBA;
	color: #ffffff;
	font-weight: bolder;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.client-narr {
	position: relative;
	display: flex;
	align-items: center;
	height: 70px;
}

.client-team {
	position: relative;
	display: flex;
	align-items: center;
}

.client-next {
	width: 46px;
	height: 46px;
	border: 1px solid #03BBBA;
	background: #ffffff;
	color: #03BBBA;
	border-radius: 6px;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 50px;
	cursor: pointer;
}

.client-prev {
	width: 46px;
	height: 46px;
	border: 1px solid #03BBBA;
	background: #ffffff;
	color: #03BBBA;
	border-radius: 6px;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.client-next:hover {
	background: #03BBBA;
	color: #ffffff!important;
}

.client-prev:hover {
	background: #03BBBA;
	color: #ffffff!important;
}

.icondeg-l {
	transform: rotate(135deg);
}

.icondeg-r {
	transform: rotate(315deg);
}

/**新产品手册**/
.pro-h1 {
	font-size: 40px;
	color: #03BBBA;
	font-weight: bolder;
	padding-bottom: 20px;
}

.pro-h2 {
	font-size: 24px;
	color: #03BBBA;
	font-weight: bolder;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pro-about {
	width: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro-about-left {
	width: 400px;
}

.pro-about-left img {
	width: 100%;
}

.pro-about-right {
	padding: 30px;
	line-height: 2;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
}

.pro-about:after {
	background: #03BBBA;
	width: 100%;
	left: 2px;
	right: 0;
	bottom: 1px;
	top: 30px;
	content: "";
	position: absolute;
	z-index: 1;
	border-radius: 0 20px 0 0;
}
/* 里面div样式*/
.inside_left_style {
	width: 400px;
	height: 100%;
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
	overflow: hidden;
}

.inside_left_style img {
	vertical-align: middle;
}

.pro-about-pad {
	display: flex;
	position: relative;
	align-items: center;
	z-index: 2;
	width: 100%;
}

.pro-solution {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.pro-solution02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.pro-solu-li {
	width: 33.3%;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.pro-solu-pad {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: bolder;
	color: #555555;
	padding-left: 50px;
	box-sizing: border-box;
}

.pro-solu-pad:after {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 8px;
	position: absolute;
	content: "";
	border-radius: 1000px;
	background: #03BBBA;
}

.pro-adv-li {
	width: 33.3%;
	padding: 0 20px;
	box-sizing: border-box;
}

.pro-adv-pad {
	width: 32%;
	border-radius: 20px;
	border: 2px solid #d9d9d9;
	box-sizing: border-box;
	overflow: hidden;
}

.pro-adv-tit {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	font-size: 24px;
	color: #ffffff;
	background: #03BBBA;
	font-weight: bolder;
}

.pro-adv-ul {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.pro-adv-dt {
	width: 100%;
	padding: 10px 0;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 20px;
}

.pro-adv-dt:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pro-dl {
	width: 100%;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bolder;
	color: #404040;
}

.pro-dd {
	width: 75%;
	font-size: 15px;
	line-height: 1.6;
	color: #404040;
	padding-bottom: 10px;
}

.pro-product-mar {
	margin-bottom: 20px;
	width: 100%;
}

.pro-product-nemu {
	width: 100%;
	display: flex;
	align-items: center;
	background: #03BBBA;
	justify-content: space-between;
	border-radius: 2000px;
	overflow: hidden;
}

.pro-nemu {
	width: 25%;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #ffffff;
}

.pro-nemu-add {
	width: 40px;
	height: 62px;
	background: url(../images/new-product/pro-add.png) no-repeat center;
	background-size: 40px;
}

.pro-nemu-add img {
	width: 40px;
	vertical-align: middle;
}

.pro-product-cent {
	width: 100%;
	display: flex;
	padding-top: 20px;
}

.pro-product-ul {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px dashed #555;
}

.pro-product-ul:last-child {
	border-right: 0;
}

.pro-product-uls {
	width: 33.3%;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px dashed #555;
}

.pro-product-uls:last-child {
	border-right: 0;
}

.pro-product-li {
	width: 100%;
	padding: 15px 0;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}

.pro-h3 {
	width: 100%;
	font-size: 20px;
	color: #03BBBA;
	font-weight: bolder;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	box-sizing: border-box;
}

.pro-h4 {
	width: 100%;
	font-size: 20px;
	color: #03BBBA;
	font-weight: bolder;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 80px;
	box-sizing: border-box;
}

.pro-plan-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.pro-plan-img img {
	width: 100%;
}

.pro-plan-li {
	background: #0042c8;
	width: 31.3%
}

.pro-plan-sque {
	width: 2%;
}

.pro-plan-img {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #f2f2f2;
}

.pro-plan-list {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
}

.pro-plan-h1 {
	width: 100%;
	font-size: 24px;
	font-weight: bolder;
	padding-bottom: 15px;
	padding-top: 15px;
}

.pro-plan-cn {
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}

.pro-plan-name {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	background: #ffffff;
	border-radius: 1000px;
	font-size: 16px;
	color: #0042c8;
	padding: 5px 20px;
}

.pro-science-top {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pro-science-tep {
	width: 30%;
}

.pro-sciarr {
	width: 3.3%;
	padding: 10px;
	box-sizing: border-box;
}

.pro-sciarr img {
	width: 100%;
}

.pro-science-li {
	width: 100%;
}

.pro-science-li img {
	width: 100%;
}

.pro-science {
	width: 100%;
	background: #f2f2f2;
	padding-top: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.pro-science-name {
	width: 100%;
	font-size: 16px;
	padding: 10px 0 20px;
	text-align: center;
}

.pro-science-bot {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #0042c8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pro-science-bot-h1 {
	color: #ffffff;
	margin-right: 10px;
	font-size: 20px
}

.pro-science-bot-tag {
	background: #ffffff;
	border-radius: 1000px;
	font-size: 16px;
	color: #0042c8;
	padding: 5px 20px;
}

.pro-one-case-flex {
	width: 100%;
	display: flex;
}

.pro-one-case-flex:nth-child(odd) {
	width: 100%;
	display: flex;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.pro-one-case-left {
	width: 30%;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
}

.pro-one-case-right {
	width: 70%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
}

.onbg {
	background: #0042c8;
}

.pro-one-case {
	width: 100%;
	background: #f6f6f6;
}

.pro-one-case-bleft {
	width: 30%;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	text-align: center;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bolder;
}

.pro-one-case-bright {
	width: 70%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
}

.brfont {
	width: 100%;
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 20px;
}

.pro-plan-two-left {
	width: 65.6%;
	background: #f2f2f2;
	position: relative;
	padding-bottom: 60px;
}

.pro-plan-two-right {
	width: 31.3%;
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
}

.pro-twoimg {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.pro-twoimg img {
	width: 90%;
	margin: 0 auto;
	background: #ffffff;
}

.pro-twoname {
	width: 100%;
	font-size: 16px;
	padding: 8px 0;
	text-align: center;
}

.pro-twoimg-l {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.pro-twoimg-l img {
	width: 100%;
	background: #ffffff;
}

.arr-jy {
	position: absolute;
	left: -2px;
}

.arr-jy img {
	width: 80px;
}

.pro-science-bot-ab {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #0042c8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.serve-section-h1 {
	width: 100%;
	font-size: 34px;
	font-weight: bolder;
	color: #03BBBA;
	text-align: center;
	padding: 90px 0 15px;
	position: relative;
	margin-bottom: 20px;
}

.serve-section-h1:after {
	width: 50px;
	height: 6px;
	background: #0042c8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border-radius: 0;
}

.tit-nav-flex {
	display: flex;
	align-items: center;
	padding: 30px 0 0 0;
}

.tit-nav-pad {
	font-size: 20px;
	color: #ffffff;
	padding: 10px 30px;
	margin: 0 20px;
	font-weight: bolder;
	border: 1px solid #ffffff;
	border-radius: 1000px;
	cursor: pointer;
}

.tit-nav-pad:hover {
	background: #03BBBA;
	border: 1px solid #03BBBA;
}

.bade-li {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	box-sizing: border-box;
}

.bade-li-left {
	width: 20%;
	padding: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
}

.bade-li-right {
	width: 80%;
	border-left: 1px solid #f4f4f4;
	box-sizing: border-box;
}

.bade-li-list {
	width: 100%;
	display: flex;
}

.bade-li-tab01 {
	width: 6%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: red;
}

.bade-li-tab02 {
	width: 30%;
	font-size: 13px;
	display: flex;
	align-items: center;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	box-sizing: border-box;
	padding: 8px;
}

.bade-li-tab03 {
	width: 64%;
	box-sizing: border-box;
	padding: 8px;
	font-size: 13px;
	line-height: 1.4;
}

.bade-li:last-child {
	border-bottom: 0;
}

.bade-ul {
	width: 100%;
	color: #333333;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #f4f4f4;
}

.nbg {
	background: #f4f4f4;
}

.vfontb {
	font-weight: bolder;
	color: #03BBBA;
}

.vfont {
	color: #333333;
}

.bade-ul-flex {
	width: 65%;
	align-items: center;
	background: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.bade-left {
	width: 100%;
	padding: 10px 0 15px;
	box-sizing: border-box;
	font-weight: bolder;
	font-size: 24px;
	color: #03BBBA;
}

.serve-li:hover {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	box-shadow: 0px 19px 28px 0px #edf3ff;
}

.container-bg {
	background: #fafafa;
}

.arr-b {
	display: none;
}

.news-return:hover .arr-b {
	display: block;
}

.news-return:hover .arr-a {
	display: none;
}

.ewm {
	position: fixed;
	padding: 5px;
	border-radius: 10px;
	background: #ffffff;
	right: 10px;
	bottom: 30%;
	width: 135px;
	box-sizing: border-box;
	z-index: 99;
}

.ewm img {
	width: 100%;
}

.ewm-txt {
	width: 100%;
	font-size: 12px;
	padding: 0 10px 10px;
	box-sizing: border-box;
	text-align: center;
}

.adv-box {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: #ffffff;
	border-radius: 10px;
	z-index: 99999;
	overflow: hidden;
}

.adv-img {
	width: 100%;
	max-width: 350px;
}

.adv-img img {
	width: 100%;
}

.adv-title {
	width: 100%;
	padding: 10px 0;
	font-size: 13px;
	color: #000;
}

.search-banner {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.search-banner-a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("banner-lab.png") center/cover no-repeat;
	opacity: 0.15;
	z-index: 1;
}

.banner-content {
	position: relative;
	z-index: 2;
}

.search-banner h2 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #ffffff;
}

.search-banner p {
	font-size: 14px;
	margin-bottom: 25px;
	color: #ffffff;
	opacity: 0.9;
}

.banner-search {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.top-search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #ffffff;
	border-radius: 10000px;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.top-search input {
	flex: 1;
	height: 55px;
	line-height: 55px;
	border: 0;
	padding: 0 20px;
	box-sizing: border-box;
	outline: none;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-input {
	width: 60%;
	max-width: 700px;
	padding: 12px 25px;
	border: none;
	border-radius: 25px 0 0 25px;
	outline: none;
	font-size: 14px;
	color: #333;
}

.search-btn {
	padding: 12px 25px;
	background-color: #00c1b5;
	border: none;
	border-radius: 0 25px 25px 0;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.3s;
}

.search-btn:hover {
	background-color: #00a896;
}
.search-btn .search-icon{
	font-size: 20px;
}
.tel-icon{
	font-size: 36px;
}
.search-banner-btn {
	padding: 12px 25px;
	background-color: #00c1b5;
	border: none;
	border-radius: 0 25px 25px 0;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 1000px;
	transition: background 0.3s;
}

.search-banner-btn img {
	width: 16px;
}

.banner-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	max-width: 800px;
	margin: 0 auto;
}

.banner-tags span {
	font-size: 13px;
	background: rgba(255,255,255,0.8);
	padding: 6px 10px;
	border-radius: 4px;
}

.banner-tag {
	background: rgba(255, 255, 255, 0.2);
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.3s;
}

.banner-tag:hover {
	background: rgba(255, 255, 255, 0.35);
}

/* ---------- 主体内容容器 ---------- */
.container-product {
	display: flex;
	gap: 30px;
	width: 100%;
	margin: 0 auto;
  background: #F2FBFB;
}

.sidebar-left{
   width: 325px;
   padding-left: 10%;
   background: #ffffff;
   flex-shrink: 0; 
}

.category-all {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #00bfa5;
	color: #ffffff;
	padding: 12px 20px;
	border-radius: 25px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 500;
}

.category-all::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 50%;
}

.category-group {
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}
.tag-green {
	background-color: #00bfa5;
}

.tag-blue {
	background-color: #4299e1;
}

.tag-orange {
	background-color: #ed8936;
}

.arrow {
	color: #999;
	font-size: 12px;
}

/* ---------- 右侧产品内容区 ---------- */
.product-content {
	flex: 1;
}

.breadcrumb {
	font-size: 15px;
	color: #666;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.breadcrumb a{
	color: #666;
}

.breadcrumb a:hover {
	color: #00bfa5;
}
.breadcrumb-info {
	font-size: 15px;
	color: #666;
}
.breadcrumb-info a{
	color: #666;
}

.breadcrumb-info a:hover {
	color: #00bfa5;
}
.isize{
	font-size: 14px;
}

/* 产品网格布局 */
.product-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5%;
	margin-right: -0.5%;
}
.product-card-list-a{
	width: 32.3%;
	margin: 0.5%;
}
.product-card {
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}

.product-img {
	width: 100%;
	height: 180px;
	background: url("drug-structure.png") center/contain no-repeat;
	background-color: #fafbfb;
	padding: 20px;
}

.product-info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.product-item{
	width: 50%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: flex;
	align-items: center;
}
.product-dt{
	color: #999;
    line-height: 18px;
    width: 60px;
    text-align-last: justify;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-right: 8px;
	box-sizing: border-box;
}
.product-dd{
	margin-top: 12px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	flex: 1;
}
.product-item span{
	color: #555555;
}
.product-name {
	font-size: 18px;
	color: #00bfa5;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-detail {
	font-size: 12px;
	color: #666;
	line-height: 1.6;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}

/* 分页 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	color: #666;
}

.page-btn {
	padding: 8px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #ffffff;
	cursor: pointer;
	transition: all 0.2s;
}

.page-btn:hover {
	border-color: #00bfa5;
	color: #00bfa5;
}

.page-btn.active {
	background-color: #00bfa5;
	color: #ffffff;
	border-color: #00bfa5;
}


/* 热门标签 */
.hot-tags {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	z-index: 1;
}

.hot-tags span {
	padding: 4px 12px;
	background: rgba(255,255,255,0.9);
	color: #333;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
}

/* 左侧分类栏 */
.sidebar {
	width: 100%;
	background: #fff;
	overflow: hidden;
  padding: 30px 15px;
  box-sizing: border-box;
}
.category-title-list{
	background:#f6f6f6;
	color: #333333;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 14px;
}
.product-list-pad{
  flex: 1;
  padding-right: 10%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.sidebar .category-title {
	background: #00BFA6;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight: 600;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 14px;
}

.sidebar .category-list {
	padding: 10px 0;
}

.sidebar .category-item {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	display: flex;
	padding: 10px 15px;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.sidebar .category-item:hover a{
	color: #00BFA6;
}
.sidebar .category-item:hover .icon{
	background: #ffffff;
	color: #00BFA6;
}
.sidebar .category-item a{
	color: #333333;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidebar .category-item:last-child {
	border-bottom: none;
}
.category-level .curr .icon,
.category-level-2 .curr .icon,
.category-level-3 .curr .icon,
.category-level-4 .curr .icon,
.category-level-5 .curr .icon{
    background: #ffffff!important;
    color: #00BFA6!important;
}
.category-level .curr,
.category-level-2 .curr,
.category-level-3 .curr,
.category-level-4 .curr,
.category-level-5 .curr{
	background: #00BFA6;
	color: #ffffff;
}
.category-level .curr a,
.category-level-2 .curr a,
.category-level-3 .curr a,
.category-level-4 .curr a,
.category-level-5 .curr a{
	color: #ffffff;
}
.curr a{
  color: #ffffff!important;
}
.category-icon{
	color: #03BBBA;
	font-size: 16px;
	background: #ffffff;
	width: 28px;
	height: 28px;
	border-radius: 10000px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.sidebar .category-item .icon {
	color: #ffffff;
	font-size: 16px;
	background: #03BBBA;
	width: 28px;
	height: 28px;
	border-radius: 10000px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar .category-item .bord{
	color: #03BBBA;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #03BBBA;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	border-radius: 10000px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar .sub-category {
	padding-left: 20px;
	font-size: 13px;
	color: #666;
	padding: 6px 0;
	cursor: pointer;
}

.sidebar .extra-category {
	margin: 10px;
	padding: 10px 15px;
	background: #f8f8f8;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.category-level{
  background: #f6f6f6;
  border-radius: 14px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
}
.category-level-2{
	padding: 0;
	box-sizing: border-box;
}
.category-level-2 .category-item{
  padding-left: 20px;
  box-sizing: border-box;
}
.category-level-3{
	padding: 0;
	box-sizing: border-box;
}
.category-level-3 .category-item{
	padding-left: 30px;
	box-sizing: border-box;
  }
.category-level-4{
	padding: 0;
	box-sizing: border-box;
}
.category-level-4 .category-item{
	padding-left: 40px;
	box-sizing: border-box;
}
.category-level-5{
  padding: 0;
  box-sizing: border-box;
}
.category-level-5 .category-item{
	padding-left: 50px;
	box-sizing: border-box;
}
.cate-arr{
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 右侧产品列表 */
.product-list {
	flex: 1;
}


.product-card-list {
	background: #ffffff;
	border-left: 2px solid #00BFA6;
	border-radius: 8px;
	padding: 18px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
}

.product-card-list:hover {
	box-shadow: 0 2px 8px rgba(0,191,166,0.2);
}

.product-card-list .name {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.product-card-list .tag {
	width: 24px;
	height: 24px;
	background: #00BFA6;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .ellipsis {
	color: #999;
	padding: 0 4px;
}
.product-structure{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	padding: 10px 0 0 0;
	box-sizing: border-box;
}
.product-structure img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.container-info {
	width: 100%;
	background: #F2FBFB;
	padding: 0 10% 40px;
	box-sizing: border-box;
	overflow: hidden;
}

.product-box{
	width: 100%;
	padding: 10px 10px 20px;
	box-sizing: border-box;
}
/* 容器 */
.info-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

/* 面包屑导航 */
.info-breadcrumb {
	font-size: 12px;
	color: #666;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info-breadcrumb__link {
	color: #666;
	text-decoration: none;
	margin: 0 5px;
}

.info-breadcrumb__link:hover {
	color: #03BBBA;
}

.info-breadcrumb__back {
	padding: 4px 16px;
	border: 1px solid #03BBBA;
	border-radius: 20px;
	background: transparent;
	color: #03BBBA;
	font-size: 12px;
	cursor: pointer;
	outline: none;
}

.info-breadcrumb__back:hover {
	background: #03BBBA;
	color: #fff;
}

/* 主内容区 */
.info-main {
	display: flex;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

/* 左侧产品信息 */
.info-product {
	flex: 1;
}
.info-product-grid{
	width: 100%;
	display: flex;
	background: #ffffff;
	border-radius: 14px;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}
.info-tag{
	width: 160px;
    right: -50px;
    z-index: 3;
	margin-top: 16px;
	padding-top: 6px;
    padding-bottom: 6px;
	background: #dfa969;
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	position: absolute;
    top: 0px;
	text-align: center;
	color: #fff;
}
.info-product__molecule {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	height: 320px;
	cursor: pointer;
}

.info-product__molecule img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.info-product__detail {
	flex: 1;
}

.info-product__title {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
}

.info-product__item {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 5px;
	display: flex;
}
.dbox-dt{
	width: 72px;
	color: #999;
}
.dbox-dd{
	flex: 1;
	color: #333333;
	word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.info-product__item strong {
	color: #333;
	font-weight: normal;
}

/* 右侧热门推荐 */
.info-hot {
	width: 310px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px;
}

.info-hot__title {
	font-size: 18px;
	color: #03BBBA;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}

.info-hot__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}

.info-hot__molecule {
	width: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eeeeee;
}

.info-hot__molecule img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.info-hot__info {
	flex: 1;
}

.info-hot__name {
	font-size: 16px;
	color: #333;
	margin-bottom: 2px;
}

.info-hot__code {
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
}
.view-count{
	padding:  0 0 0 2px;
	font-size: 11px;
	color: #555555;
}

/* 功能按钮区 */
.info-action {
	display: flex;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.info-action__card {
	background: #fff;
	border-radius: 10px;
	padding: 40px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	flex: 1;
}

.info-action__card:hover {
	box-shadow: 0 2px 8px rgba(0,180,204,0.1);
}

.info-action__icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	display: flex;
	font-size: 40px;
	align-items: center;
	justify-content: center;
}

.info-action__icon svg {
	width: 24px;
	height: 24px;
	fill: #03BBBA;
}

.info-action__title {
	font-size: 18px;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bolder;
}

.info-action__desc {
	font-size: 15px;
	color: #999;
	margin-bottom: 10px;
}

.info-action__btn {
	font-size: 16px;
	color: #03BBBA;
	text-decoration: none;
}

/* 同类产品区 */
.info-similar {
	width: 100%;
}

.info-similar__title {
	font-size: 20px;
	color: #03BBBA;
	margin-bottom: 20px;
	font-weight: normal;
	padding-top: 20px;
}

.info-similar__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5%;
	margin-right: -0.5%;
}
.info-similar__link{
	width: 32.3%;
	margin: 0.5%;
}
.info-similar__card {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid #f5f5f5;
}

.info-similar__card:hover {
	box-shadow: 0 2px 8px rgba(0,180,204,0.1);
	border-color: #03BBBA;
}

.info-similar__molecule {
	height: 180px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.info-similar__molecule img {
	max-width: 100%;
	max-height: 100%;
}

.info-similar__name {
	font-size: 18px;
	color: #03BBBA;
	margin-bottom: 8px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	display: block;
}
.info-similar__name  a{
     text-decoration: none;
}

.info-similar__name:hover {
	text-decoration: underline;
}

.info-similar__code {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #999;
	margin-bottom: 4px;
}

.info-similar__spec {
	font-size: 13px;
	color: #999;
}
/* 顶部Banner区域 */
.solution-banner {
	width: 100%;
	height: 280px;
	background: linear-gradient(135deg, #26BFB5 0%, #4ECDC4 100%);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 15%;
	color: #fff;
	overflow: hidden;
}

.solution-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("") center/cover no-repeat;
	opacity: 0.2;
	z-index: 0;
}

.solution-banner__title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 4px;
	z-index: 1;
}

.solution-banner__subtitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}

/* 解决方案卡片区域 */
.solution-cards {
	width: 100%;
	margin: -40px auto 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 0 10%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.solution-card {
	background: linear-gradient(135deg, #26BFB5 0%, #4ECDC4 100%);
	border-radius: 10px;
	padding: 40px 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.solution-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 191, 166, 0.2);
}

.solution-card__title {
	font-size: 22px;
	font-weight: bolder;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.solution-card__desc {
	font-size: 16px;
	margin-bottom: 10px;
    height: 60px;
	padding: 20px 0 0 0;
	opacity: 0.95;
}

.solution-card__icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solution-card__icon img{
	width: 60px;
	height: 60px;
}

.solution-tech-title {
    text-align: center;
    font-size: 32px;
    color: #26BFB5;
    margin-bottom: 40px;
    position: relative;
}

/* 公司介绍区域 */
.solution-intro {
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 20px 20px 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

/* 技术保障标题 */
.solution-tech-title {
	text-align: center;
	font-size: 42px;
	color: #26BFB5;
	margin-bottom: 40px;
	position: relative;
}

.solution-tech-title::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background: #26BFB5;
}

/* 技术保障内容区域 */
.solution-tech-content {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0 10%;
}

/* 通用卡片样式 */
.solution-tech-card {
	background: #fff;
	border: 1px solid #b8f0eb;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	gap: 30px;
	align-items: center;
	overflow: hidden;
}

.solution-tech-card__img {
	width: 45%;
	border-radius: 6px;
	overflow: hidden;
}

.solution-tech-card__img img {
	width: 100%;
	height: auto;
	display: block;
}

.solution-tech-card__content {
	width: 100%
}

.solution-tech-card__title {
	font-size: 24px;
	color: #26BFB5;
	margin-bottom: 15px;
	font-weight: 600;
}

.solution-tech-card__text {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

/* 左右布局交替 */
.solution-tech-card--reverse {
	flex-direction: row-reverse;
}
/* 顶部Banner区域 */
.case-banner {
	width: 100%;
	height: 320px;
	background: linear-gradient(135deg, #4ECDC4 0%, #26BFB5 100%);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
}

.case-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("") center/cover no-repeat;
	opacity: 0.25;
	z-index: 0;
}

.case-banner__title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
	z-index: 1;
}

.case-banner__subtitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}

/* 面包屑导航 */
.case-breadcrumb {
	padding: 30px 10%;
	font-size: 13px;
	color: #666;
	width: 80%;
	box-sizing: border-box;
}

.case-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.case-breadcrumb a:hover {
	color: #00BFA6;
}

/* 客户案例列表区域 */
.case-list {
	margin: 20px auto 40px;
	padding: 0 10%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
    box-sizing: border-box;
	gap: 25px;
}

.case-item {
	background: #fff;
	border-radius: 10px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	overflow: hidden;
}
.case-item img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.case-item:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.case-item:hover {
	box-shadow: 0 4px 12px rgba(0, 191, 166, 0.15);
	transform: translateY(-3px);
}

.case-item__logo {
	width: 100%;
}
.case-breadcrumb-box{
	width: 100%;
	background: #E8F6F6;
	padding: 1px 0 30px;
	box-sizing: border-box;
}
/* 分页区域 */
.case-pagination {
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 13px;
}

.case-pagination__total {
	color: #666;
	margin-right: 10px;
}

.case-pagination__btn {
	width: 40px;
	height: 30px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	border-radius: 15px;
	cursor: pointer;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-pagination__btn--active {
	background: #00BFA6;
	border-color: #00BFA6;
	color: #fff;
}

.case-pagination__btn:hover:not(.case-pagination__btn--active) {
	border-color: #00BFA6;
	color: #00BFA6;
}

.case-pagination__ellipsis {
	color: #999;
	padding: 0 4px;
}

/* 右侧悬浮客服栏 */
.case-float-bar {
	position: fixed;
	right: 20px;
	top: 300px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 999;
}

.case-float-bar__item {
	width: 48px;
	height: 48px;
	background: #00BFA6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.case-float-bar__item:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 8px rgba(0, 191, 166, 0.3);
}

.case-float-bar__item svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.case-float-bar__item--top {
	margin-top: 10px;
}
/* 顶部Banner区域 */
.support-banner {
	width: 100%;
	height: 320px;
	background: linear-gradient(135deg, #4ECDC4 0%, #26BFB5 100%);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
}

.support-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("") center/cover no-repeat;
	opacity: 0.25;
	z-index: 0;
}

.support-banner__title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
	z-index: 1;
}

.support-banner__subtitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}

/* 面包屑导航 */
.support-breadcrumb {
	margin: 20px auto 20px;
	padding: 0 10%;
	font-size: 13px;
	color: #666;
	width: 100%;
	box-sizing: border-box;
}

.support-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.support-breadcrumb a:hover {
	color: #00BFA6;
}

/* 主体内容区域 */
.support-main {
	width: 100%;
    box-sizing: border-box;
	padding: 0 10% 0;
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 20px;
}

/* 左侧FAQ列表 */
.support-faq {
	display: flex;
	flex-direction: column;
	gap: 15px;
	box-sizing: border-box;
}
.support-faq-detial{
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.support-faq__item {
	background: #fff;
	border-radius: 10px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.3s ease;
}

.support-faq__item:hover {
	box-shadow: 0 2px 8px rgba(0, 191, 166, 0.15);
}

.support-faq__question {
	font-size: 16px;
	color: #333;
	flex: 1;
}

.support-faq__icon {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #00BFA6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
}
.solution-page{
	background: linear-gradient(to bottom, #ffffff, #E8F6F6);
	width: 100%;
	padding: 0 0 60px;
	position: relative;
}
/* 右侧热门推荐 */
.support-hot {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	min-width: 250px;
}

.support-hot__title {
	font-size: 18px;
	color: #00BFA6;
	margin-bottom: 15px;
	font-weight: 800;
}

.support-hot__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}

.support-hot__item:last-child {
	border-bottom: none;
}

.support-hot__item:hover {
	background: #f9f9f9;
}

.support-hot__molecule {
	width: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
    border: 1px solid #eeeeee;
}

.support-hot__molecule img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.support-hot__info {
	flex: 1;
}

.support-hot__name {
	font-size: 16px;
	color: #333;
	margin-bottom: 2px;
}

.support-hot__code {
	font-size: 14px;
	color: #999;
}

/* 分页区域 */
.support-pagination {
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 13px;
	grid-column: 1 / -1;
}

.support-pagination__total {
	color: #666;
	margin-right: 10px;
}

.support-pagination__btn {
	width: 40px;
	height: 30px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	border-radius: 15px;
	cursor: pointer;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-pagination__btn--active {
	background: #00BFA6;
	border-color: #00BFA6;
	color: #fff;
}

.support-pagination__btn:hover:not(.support-pagination__btn--active) {
	border-color: #00BFA6;
	color: #00BFA6;
}

.support-pagination__ellipsis {
	color: #999;
	padding: 0 4px;
}

.category-children {
	display: none;
}

.show {
	display: block;
}
.inquiry-overlay {
	padding: 0;
	font-family: 'AlibabaPuHuiTi-Regular', -apple-system, BlinkMacSystemFont, sans-serif;
}
.inquiry-top {
	background: linear-gradient(135deg, #11c4d5, #0da952);
	padding: 28px 35px 24px;
	position: relative;
	overflow: hidden;
}
.inquiry-top::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
}
.inquiry-top::after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: 40px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255,255,255,0.05);
}
.inquiry-top__title {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 6px;
	position: relative;
	z-index: 1;
}
.inquiry-top__desc {
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	margin: 0;
	position: relative;
	z-index: 1;
}
.inquiry-form { padding: 25px 35px 20px; }
.inquiry-item { margin-bottom: 18px; }
.inquiry-item label {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #444;
	margin-bottom: 8px;
	font-weight: 500;
}
.inquiry-item label .req {
	color: #ff5722;
	margin-right: 4px;
	font-size: 15px;
	line-height: 1;
}
.inquiry-item label .label-icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f0fafb;
	border-radius: 4px;
	margin-right: 6px;
	color: #03BBBA;
	font-size: 11px;
}
.inquiry-item input,
.inquiry-item textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #e0e6ed;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
	transition: all 0.25s ease;
	background: #fff;
	color: #333;
	font-family: inherit;
}
.inquiry-item input:hover,
.inquiry-item textarea:hover { border-color: #b8d4da; }
.inquiry-item input:focus,
.inquiry-item textarea:focus {
	border-color: #03BBBA;
	box-shadow: 0 0 0 3px rgba(0,180,204,0.1);
}
.inquiry-item input::placeholder,
.inquiry-item textarea::placeholder { color: #c5cdd5; }
.inquiry-item input.readonly {
	background: #f7f9fb;
	color: #666;
	cursor: not-allowed;
	border-color: #e8ecf0;
	border-left: 3px solid #03BBBA;
}
.inquiry-item textarea {
	resize: vertical;
	min-height: 82px;
	line-height: 1.6;
}
.inquiry-row { display: flex; gap: 14px; }
.inquiry-row .inquiry-item { flex: 1; }
.inquiry-submit {
	width: 100%;
	padding: 12px;
	background: linear-gradient(90deg, #36c9b8, #28b967);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 4px;
	margin-top: 4px;
	font-family: inherit;
}
.inquiry-submit:hover {
	background: linear-gradient(135deg, #03BBBA, #0097AE);
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0,180,204,0.3);
}
.inquiry-submit:active { transform: translateY(0); box-shadow: none; }
.inquiry-submit:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }
.inquiry-footer {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
	color: #c0c4cc;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.inquiry-footer i { font-size: 11px; color: #d4d8dd; }
.search-result-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eef2f5;
	padding: 20px 0;
}
.search-result-header h3 {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	margin: 0;
}
.search-result-header h3 em {
	font-style: normal;
	color: #03BBBA;
	font-weight: 600;
}
.search-result-header .count {
	font-size: 13px;
	color: #999;
}
.search-result-empty {
	text-align: center;
	padding: 80px 20px;
}
.search-result-empty .empty-icon {
	font-size: 64px;
	color: #d8e0e6;
	margin-bottom: 16px;
}
.search-result-empty p {
	font-size: 14px;
	color: #999;
	margin: 0 0 20px;
}
.search-result-empty .back-btn {
	display: inline-block;
	padding: 8px 24px;
	border: 1px solid #03BBBA;
	color: #03BBBA;
	border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.2s;
}
.search-result-empty .back-btn:hover {
	background: #03BBBA;
	color: #fff;
}
.search-result-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.search-result-item{
	background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
	padding: 20px;
	box-sizing: border-box;
}
.search-result-table .col-name {
	color: #03BBBA;
	font-weight: 500;
	max-width: 200px;
}
.search-result-table .col-name a {
	color: #03BBBA;
	text-decoration: none;
}
.search-result-table .col-name a:hover {
	text-decoration: underline;
}
.search-result-table .col-no {
	color: #666;
	font-family: Consolas, monospace;
	font-size: 13px;
}
.search-result-table .col-formula {
	font-family: Consolas, monospace;
	font-size: 13px;
	color: #555;
}
.search-result-table .col-action a {
	display: inline-block;
	padding: 4px 14px;
	background: #03BBBA;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	text-decoration: none;
	transition: background 0.2s;
}
.search-result-table .col-action a:hover {
	background: #0097AE;
}
.highlight {
	color: #ff5722;
	font-weight: 600;
}
.solution-item-list{
    flex: 1;
}
.solution-item-img{
	width: 500px;
	overflow: hidden;
	border-radius: 20px;
}
.solution-item-img img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.solution-item-img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.solution-tech-card .solution-tech-card__content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.solution-tech-card--reverse .solution-tech-card__content{
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-direction: row-reverse;
}
.solution-tech-card  .solution-item-list{
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.solution-tech-card--reverse .solution-item-list{
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
.support-box-bg{
	width: 100%;
	padding: 1px 0 60px;
	background: #E8F6F6;
}
.clear{
	clear: both;
}
.support-arr{
	color: #ffffff;
    font-size: 16px;
    background: #03BBBA;
    width: 28px;
    height: 28px;
    border-radius: 10000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-detail-page{
	width: 100%;
	background: #E8F6F6;
	padding: 1px 0 60px;
}
/* 分页样式 */
.pagination-nav {
    display: flex;
    justify-content: center;
    padding: 30px 0;
	margin: 0 auto;
}
.pagination-nav .pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination-nav .pagination li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius:1000px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
	overflow: hidden;
    transition: all 0.2s;
}
.pagination-nav .pagination li a.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
    min-width: 38px;
    padding: 0 6px;
    box-sizing: border-box;
}
.pagination-nav .pagination li a.page-link:hover {
    background: #03BBBA;
    color: #fff;
    border-color: #03BBBA;
}
.pagination-nav .pagination li.active {
    background: #03BBBA;
    color: #fff;
    border-color: #03BBBA;
    font-weight: 600;
}
.pagination-nav .pagination li.disabled {
    color: #ccc;
    cursor: not-allowed;
    border-color: #eee;
    background: #f9f9f9;
}
.page-top{
	width: 80px;
	text-align: center;
}
.mob-show{
	display: none;
}

/* 侧边悬浮容器 */
.float-sidebar {
	position: fixed;
	right: 10px;
    bottom: 30%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 15px;
	background: #03BBBA;
	border-radius: 10000px;
	padding: 30px 0;
	box-sizing: border-box;
}

/* 悬浮按钮通用样式 */
.float-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

/* 悬浮内容面板（默认隐藏） */
.float-panel {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%) translateX(20px);
	background: #fff;
	border-radius: 16px;
	padding: 20px 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	white-space: nowrap;
}

/* 面板箭头 */
.float-panel::after {
	content: "";
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}

/* 悬停展开效果 */
.float-btn:hover .float-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

/* 电话面板样式 */
.phone-panel .item {
	margin-bottom: 15px;
}

.phone-panel .item:last-child {
	margin-bottom: 0;
}

.phone-panel .label {
	font-size: 14px;
	color: #666;
	margin-bottom: 0px;
}

.phone-panel .number {
	font-size: 20px;
	color: #00bfa5;
	font-weight: 500;
}

/* 微信面板样式 */
.wechat-panel {
	padding: 20px;
	text-align: center;
}

.wechat-panel .qrcode {
	width: 150px;
	height: 150px;
	background: #f0f0f0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}

.wechat-panel .qrcode img{
	width: 100%;
	vertical-align: middle;
}

.wechat-panel .tip {
	font-size: 14px;
	color: #666;
}

/* 回到顶部按钮 */
.back-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #00bfa5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: fixed;
    right: 10px;
	bottom: 10%;
	z-index: 99;
	color: #ffffff;
	font-size: 28px;
} 

.back-top svg {
	width: 48px;
	height: 48px;
	fill: #fff;
}

.back-top:hover {
	background: #00a896;
}
.float-icon-01 {
	font-size: 24px;
}
.float-icon-02{
	font-size: 26px;
}
.float-icon-03{
	font-size: 32px;
}
.float-icon-name{
	font-size: 12px;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}

table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
  table-layout: auto; 
  word-break: break-word;
}

/* 表格单元格样式 */
table td,
table th {
  border: 1px solid #ddd;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden;
  padding: 8px;
}

/* 表头样式 */
table tr:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* 表格隔行变色（可选，更易读） */
table tr:nth-child(even) {
  background-color: #fafafa;
}

/* 鼠标悬停效果 */
table tr:hover {
  background-color: #f0f7ff;
}

/* 图片自适应单元格 */
table img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.yytable img{
  width: 120px;
}
.container-info-flex{
	display: flex;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.container-info-left{
	flex: 1;
}