﻿﻿.every-title {
	margin-bottom: 4%
}
.every-title .theme {
	color: #11b97f;
	text-align: center;
	margin: 10px 0px
}
.every-title .title {
	color: var(--fontcolor);
	font-size: 36px;
	font-weight: var(--fontweight5);
	line-height: 1.2;
	text-align: center;
	margin: 0
}
.every-title .title span {
	color: #11b97f
}
.every-title .des {
	font-size: 18px;
	color: var(--fontcolor);
	text-align: center;
	margin: 0 auto;
	margin-top: 2%;
	width: 50%
}
.common-main {
	box-sizing: border-box;
	padding: 50px 0
}
.table-wrap {
	overflow-x: auto;
	width: 100%
}
.table-wrap table {
	border-collapse: collapse;
	width: 100%
}
.table-wrap table td, .table-wrap table th {
	border: 1px solid #ddd;
	padding: 4px 10px
}
table {
	border-collapse: collapse;
	width: 100%
}
table td {
	padding: 6px 10px;
	border: 1px solid #ccc;
	white-space: nowrap
}
table th {
	padding: 12px 10px;
	border: 1px solid #ccc;
	background: var(--summarycolor);
	color: #FFF;
	white-space: nowrap
}
table tr {
	background: #FFF
}
table tr:nth-child(2n) {
	background: #efefef
}
.overview-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	padding: 0px
}
.overview-left {
	width: 40%;
	margin-right: 20px
}
.overview-left-img-box {
	width: 100%;
	display: flex;
	position: relative
}
.overview-left-img-box img {
	transform: scale(1);
	transition: all .3s linear
}
.overview-left-img-box:hover img {
	transform: scale(1.03)
}
.overview-right {
	flex: 1;
	box-sizing: border-box;
	padding: 0px 20px
}
.overview-right p {
	color: var(--summarycolor);
	margin: 1% 0 0 0;
	margin-right: 11%
}
.overview-right h4 {
	font-size: 36px;
	font-weight: var(--fontweight5);
	color: var(--fontcolor);
	margin-top: 20px
}
.overview-right h4 span {
	color: #11b97f
}
.technology-content {
	width: 100%;
	height: 100%;
	margin: 70px auto;
	padding: 0px
}
.technology-content ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}
.technology-content ul li {
	width: 22%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 8px 0 rgba(19,20,21,.17);
	position: relative;
	padding: 4% 0;
	padding-bottom: 2%;
	border-radius: var(--border)
}
.technology-nr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.technology-nr .technology-top {
	position: relative
}
.technology-nr p {
	text-align: center;
	margin-top: 18%;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.technology-content .show {
	position: absolute;
	background-color: #11b97f;
	width: 100%;
	height: 100%;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	opacity: 0;
	transition: all .6s ease;
	border-radius: var(--border);
	top: 0px;
	left: 0px
}
.technology-content .show p {
	width: 100%
}
.technology-content .show p:nth-child(1) {
	font-size: 24px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.technology-content .show p:nth-child(2) {
	text-align: center;
	font-size: 20px;
	margin-top: 5%;
	line-height: 30px;
	width: 74%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}
.technology-content ul li:hover .show {
	opacity: 1
}
.technology-content ul li:hover .technology-top em {
	display: none
}
.information {
	width: 100%;
}
.information-txt-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 150px
}
.industrial-title {
	font-size: 44px;
	line-height: 48px;
	color: #FFF;
	margin-top: 30px;
	text-align: center
}
.information-btn {
	width: 150px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: var(--border);
	font-size: 20px;
	color: #11b97f;
	margin-top: 40px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0 #FFF;
	transition: all .2s ease
}
.information-btn::after {
	content: '';
	display: inline-block;
	width: 0%;
	height: 100%;
	background-color: #11b97f;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	border-radius: var(--border);
	transition: all .2s ease
}
.information-btn:hover::after {
	width: 100%
}
.information-btn:hover {
	box-shadow: 0 0 3px #FFF
}
.information-btn:hover {
	color: #FFF
}
.grade-content ul {
	width: 100%;
	background-color: #FFF;
	box-shadow: 1px 1px 5px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transform: translateY(-70px)
}
.grade-content ul li {
	width: 18%;
	border-right: 2px solid #EEE;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 4% 0
}
.grade-content ul li:last-child {
	border-right: 0px
}
.grade-content ul li p:nth-child(1) {
	font-size: 42px;
	font-weight: var(--fontweight7);
	margin: 2% 0;
	color: var(--fontcolor)
}
.grade-content ul li p:nth-child(2) {
	color: #11b97f;
	margin: 1% 0;
	font-size: 18px
}
.clients-content {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px
}
.clients-content p:nth-child(1) {
	font-size: 18px;
	text-align: center;
	color: var(--summarycolor);
	font-weight: var(--fontweight7)
}
.clients-content h4 {
	margin: 2% 0;
	font-size: 42px;
	text-align: center;
	font-weight: var(--fontweight5);
	color: var(--fontcolor)
}
.clients-content h4 span {
	color: #11b97f
}
.clients-content ul {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap
}
.clients-content ul li {
	width: 20%;
	box-sizing: border-box;
	padding: 4%;
	box-shadow: 0 0 0 rgba(0,0,0,.4);
	transition: all .2s linear;
	border-radius: var(--border)
}
.clients-content ul li img {
	width: 100%
}
.clients-content ul li:hover {
	box-shadow: 0 0 4px rgba(0,0,0,.4)
}
.sidebar {
	width: 340px;
	margin-right: 50px
}
.sidebar .mod {
	background-color: #FFF;
	box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: var(--border)
}
.sidebar .mod .title p {
	font-size: 24px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	margin: 0px;
	text-transform: capitalize
}
.sidebar .mod .title::after {
	content: '';
	display: inline-block;
	width: 83px;
	height: 3px;
	background-color: #11b97f
}
.sidebar .mod ul {
	padding: 0px
}
.sidebar .categories ul li {
	margin: 4px 0px;
	background-color: #f2f6f9
}
.sidebar .categories>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	padding-right: 40px;
	transition: all .2s linear
}
.sidebar .categories ul li a.act {
	background-color: #11b97f;
	color: #FFF
}
.sidebar .products ul li {
	margin: 10px 0px;
	border-radius: var(--border);
	overflow: hidden
}
.sidebar .products ul li>div {
	display: flex;
	align-items: center;
	background-color: #f2f6f9
}
.sidebar .products ul li>div .img {
	width: 110px;
	border-radius: var(--border);
	overflow: hidden;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.sidebar .products ul li .img img {
	width: 100%;
	transform: scale(1);
	transition: all .2s linear
}
.sidebar .products ul li .text {
	flex: 1;
	margin: 0 10px;
	box-sizing: border-box;
	padding: 0px 10px
}
.sidebar .products ul li div div {
	display: inline-flex;
	flex: 1
}
.sidebar .products ul li .text p {
	font-size: 14px;
	color: var(--fontcolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: all .2s linear
}
.sidebar .products ul li:hover .img img {
	transform: scale(1.03)
}
.sidebar .products ul li:hover .text p {
	color: #11b97f
}
.sidebar .mod ul li:hover>a {
	background-color: #11b97f;
	color: #FFF
}
.sidebar .mod ul li:hover em {
	color: #FFF
}
.sidebar .categories .sub-menu li {
	margin: 4px 0px
}
.sidebar .categories .sub-menu a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px
}
.sidebar .categories .menu-item {
	position: relative
}
.sidebar .categories .menu-item>em {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px
}
.sidebar .categories .menu-item .sub-menu {
	display: none
}
.sidebar .categories .menu-item.active>em {
	color: #FFF
}
.sidebar .categories .menu-item.active>a {
	color: #FFF;
	background-color: #11b97f
}
.sidebar .categories .menu-item.active .sub-menu {
	display: block
}
.sidebar .categories .menu-item>em::before {
	transform: rotate(0);
	transition: all .2s linear
}
.sidebar .categories .menu-item.active>em::before {
	transform: rotate(90deg)
}
.sidebar .news ul li {
	margin: 16px 0;
	border-radius: var(--border);
	overflow: hidden
}
.sidebar .news ul li>a {
	display: flex
}
.sidebar .news.mod ul li:hover>a {
	background-color: #FFF;
	color: #11b97f
}
.sidebar .mod ul li ul li:hover a {
	color: #11b97f;
	background-color: transparent
}
.sidebar .news a .left {
	width: 130px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: var(--border)
}
.sidebar .news a .left img {
	width: 100%;
	transform: scale(1);
	transition: all .2s linear
}
.sidebar .news a .right {
	flex: 1
}
.sidebar .news a .right p {
	margin: 0px;
	color: var(--fontcolor);
	transition: all .2s linear;
	line-height: 1.4;
	font-weight: var(--fontweight5);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px
}
.sidebar .news a .right span {
	color: #11b97f;
	font-size: 14px
}
.sidebar .news ul li:hover .right p {
	color: #11b97f
}
.sidebar .news ul li:hover .left img {
	transform: scale(1.05)
}
.sidebar #feedbackForm {
	margin-top: 10px
}
.sidebar #feedbackForm .inquiry-form {
	display: flex;
	flex-direction: column
}
.sidebar #feedbackForm .select-menu {
	margin-bottom: 1em
}
.sidebar #feedbackForm .select-menu input {
	color: var(--summarycolor);
	margin-bottom: 0px
}
.sidebar #feedbackForm .select-menu .select-menu-div em {
	top: 22px
}
.sidebar #feedbackForm input, .sidebar #feedbackForm textarea {
	width: 100%!important;
	border: none;
	outline: 0;
	height: 45px;
	background: #f2f2f2;
	border-radius: var(--border);
	padding: 0px 10px;
	margin-bottom: 1em;
	font-size: 16px
}
.sidebar #feedbackForm input::placeholder, .sidebar #feedbackForm textarea::placeholder {
color:var(--summarycolor)
}
.sidebar #feedbackForm textarea {
	font-family: inherit;
	padding: 13px 10px;
	min-height: 100px;
	height: 160px
}
.sidebar #feedbackForm .send-btn {
	width: 100%;
	height: 50px;
	background: #11b97f;
	border-radius: var(--border);
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .1s linear
}
.sidebar #feedbackForm .send-btn:hover {
	opacity: .9
}
.inquiry-wrap #feedbackForm button {
	background: #11b97f;
	border: 0;
	font-family: inherit;
	padding: 10px;
	font-size: 16px;
	outline: 0;
	color: #fff
}
.sidebar .sidebar-cate>li ul li.active a {
	color: #11b97f
}
.news .sidebar .related-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	background-color: #f2f6f9;
	border-radius: var(--border);
	overflow: hidden
}
.news .sidebar .related-item .related-img {
	width: 110px;
	overflow: hidden;
	border-radius: var(--border)
}
.news .sidebar .related-item .related-img img {
	width: 100%;
	transition: all .2s linear
}
.news .sidebar .related-item:hover .related-img img {
	transform: scale(1.05)
}
.news .sidebar .related-item .related-info {
	flex: 1;
	padding: 0px 10px
}
.news .sidebar .related-item .related-info .related-title {
	color: var(--fontcolor);
	margin: 0 10px;
	transition: all .2s linear
}
.news .sidebar .related-item:hover .related-info .related-title {
	color: #11b97f
}
.product {
	display: flex
}
.right-wrap {
	flex: 1
}
.product .right-wrap>.title {
	font-size: 30px;
	color: var(--fontcolor);
	margin-bottom: 10px
}
.product .right-wrap .pro-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px
}
.product .right-wrap .pro-list.list1 li {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 4%;
	position: relative;
	overflow: hidden;
	transition: all .1s linear;
	border-radius: var(--border)
}
.product .right-wrap .pro-list.list1 li:nth-child(3n) {
	margin-right: 0px
}
.pro-list.list1 li .pro-img {
	position: relative;
	background: #FFF
}
.icon-videoplay {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-52%, -60%);
	background: rgba(0,0,0,.5);
	color: #FFF;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px!important;
	z-index: 1;
	display: none
}
img.lazy.loaded+.icon-videoplay {
	display: flex
}
.pro-list.list1 li .pro-img a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	padding-bottom: 100%
}
.pro-list.list1 li .pro-img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .1s linear
}
.pro-list li .pro-img .icon-hottitle {
	position: absolute;
	top: -4px;
	left: -4px;
	font-size: 40px;
	color: #11b97f;
	line-height: 1;
	z-index: 9
}
.pro-list li .pro-img .icon {
	border: 1px solid #e8e8e8;
	background: #FFF;
	color: var(--summarycolor);
	position: absolute;
	top: -5px;
	right: 5px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transform: translateY(10px);
	transition: all .2s linear
}
.pro-list li .icon.pro-checked {
	color: #11b97f;
	opacity: 1
}
.pro-list.list1 li .pro-info {
	box-sizing: border-box;
	padding: 4% 6%;
	text-align: center;
	border-top: 1px solid #e5e5e5
}
.pro-list li .pro-info .title {
	color: var(--fontcolor);
	font-size: 18px;
	transition: all .2s linear
}
.pro-list li .pro-info .data-price {
	display: none
}
.pro-list li .pro-info .text {
	font-size: 15px;
	color: var(--summarycolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 8px 0px
}
.pro-list li .pro-info .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px 10px;
	border-radius: var(--border);
	transition: all .2s linear;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-transform: lowercase;
	color: var(--summarycolor)
}
.pro-list li .pro-info .btn::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: -1;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #11b97f;
	transition: all .2s linear
}
.product .right-wrap .pro-list li:hover {
	border-color: #11b97f
}
.product .right-wrap .pro-list li:hover .icon {
	opacity: 1
}
.product .right-wrap .pro-list li:hover .pro-img img {
	transform: translate(-50%, -50%) scale(1.05)
}
.product .right-wrap .pro-list li:hover .pro-info .title {
	color: #11b97f
}
.product .right-wrap .pro-list li:hover .pro-info .btn {
	color: #FFF
}
.product .right-wrap .pro-list li:hover .pro-info .btn::before {
	width: 100%
}
.product .right-wrap .pro-list.list0 li {
	width: 100%;
	display: flex;
	margin-right: 0px;
	align-items: center;
	margin-bottom: 20px;
	overflow: hidden
}
.product .right-wrap .pro-list.list0 li:nth-child(even) {
	background-color: #FAFAFA
}
.product .right-wrap .pro-list.list0 li .pro-img {
	width: 300px;
	position: relative;
	border-radius: var(--border);
	overflow: hidden
}
.product .right-wrap .pro-list.list0 li .pro-info {
	flex: 1;
	padding-left: 30px
}
.product .right-wrap .pro-list.list0 li .pro-info .btn {
	padding: 6px 0;
	margin-top: 20px
}
.product .right-wrap .pro-list.list0 li:hover .pro-info .btn {
	padding: 6px 10px
}
.product .right-wrap .pro-list.list0 li:hover .pro-img img {
	transform: translate(0, 0) scale(1.05)
}
.product .right-wrap .commodity {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px
}
.product .right-wrap .commodity .info {
	margin-left: 50px;
	flex: 1
}
.product .right-wrap .commodity .info .title {
	font-size: 26px;
	color: var(--fontcolor);
	margin: 12px 0px
}
.product .right-wrap .commodity .info .mony {
	color: #11b97f;
	font-size: 18px;
	margin: 8px 0px
}
.product .right-wrap .commodity .info .text {
	color: var(--summarycolor);
	margin: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}
.product .right-wrap .commodity .info .btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.product .right-wrap .commodity .info .btn>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border);
	box-sizing: border-box;
	padding: 6px 24px;
	background-color: #FFF;
	color: #11b97f;
	margin-right: 20px;
	cursor: pointer;
	box-shadow: none;
	transition: all .2s linear;
	border: 1px solid #11b97f;
	margin-bottom: 10px;
	margin-top: 10px
}
.product .right-wrap .commodity .info .btn .addToCart i {
	margin-left: 4px
}
.product .right-wrap .commodity .info .btn .addToCart.added {
	background-color: #11b97f;
	color: #FFF
}
.product .right-wrap .commodity .info .share-like {
	display: flex;
	align-items: center
}
.product .right-wrap .commodity .info .share-like .st-btn {
	width: 40px;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11b97f;
	cursor: pointer;
	margin-right: 2%;
	transition: all .2s linear
}
.product .right-wrap .commodity .info .share-like .st-btn:hover {
	transform: translateY(-10px)
}
.product .right-wrap .detail {
	margin: 4% 0
}
.product .right-wrap .detail .theme {
	display: flex;
	align-items: center
}
.product .right-wrap .detail .theme div:first-child {
	margin-right: 6%
}
.product .right-wrap .detail .theme div p {
	color: var(--fontcolor);
	font-size: 24px;
	margin: 4px 0px;
	cursor: pointer
}
.product .right-wrap .mod .theme {
	margin-bottom: 20px;
	display: inline-block
}
.product .right-wrap .mod .theme p {
	color: #11b97f;
	font-size: 20px;
	font-weight: var(--fontweight5);
	padding-bottom: 10px;
	position: relative
}
.product .right-wrap .mod .theme p::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #11b97f;
	position: absolute;
	bottom: 0px;
	left: 0px
}
.product .right-wrap .detail .text {
	color: var(--summarycolor);
	box-sizing: border-box;
	margin-left: 15px;
	font-size: 14px
}
.product .right-wrap .detail .text .show {
	display: block
}
.product .right-wrap .detail .text .tab-item {
	display: none
}
.product .right-wrap .mod {
	margin: 4% 0
}
.product .right-wrap .mod>p {
	font-size: 24px;
	color: var(--fontcolor)
}
.product .right-wrap .like ul {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.product .right-wrap .like ul li {
	width: 49%;
	border: 1px solid #e5e5e5;
	border-radius: var(--border);
	overflow: hidden
}
.product .right-wrap .like ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}
.product .right-wrap .like .pro-list .pro-img {
	height: auto!important;
	position: relative
}
.product .right-wrap .like .pro-list .pro-img a {
	width: 100%;
	height: 100%
}
.product .right-wrap .like .pro-list .pro-info {
	padding: 0px 20px
}
.product .right-wrap .like .pro-list .pro-info .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.product .right-wrap .like .pro-list .pro-info .btn {
	padding: 4px 0px
}
.product .right-wrap .like .pro-list li:hover .pro-info .btn {
	padding: 4px 10px
}
.product .right-wrap .like .pro-list li:hover .pro-img img {
	transform: scale(1.05)
}
.singglepic {
	width: 400px;
	height: 400px
}
.singglepic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border);
	border: 1px solid #dcdcdc
}
.detail-page {
	background-color: #F6F6F6;
	box-sizing: border-box;
	padding: 2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
	border-radius: var(--border)
}
.detail-page .link-intro {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 40px;
	color: var(--fontcolor);
	transition: all .2s linear
}
.detail-page>div {
	display: flex;
	align-items: center;
	width: 45%;
	background-color: #FFF;
	border: 1px solid #EEE;
	transition: all .2s linear;
	border-radius: var(--border)
}
.detail-page .name {
	color: var(--fontcolor);
	height: 30px;
	box-sizing: border-box;
	padding: 0px 20px;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px
}
.detail-page .right .name a {
	text-align: end
}
.detail-page .right {
	justify-content: end
}
.detail-page .left .link-intro {
	border-right: 1px solid #EEE
}
.detail-page .right .link-intro {
	border-left: 1px solid #EEE
}
.detail-page .right .name {
	text-align: right
}
.detail-page .left .name {
	text-align: left
}
.detail-page>div:hover {
	border: 1px solid #11b97f
}
.detail-page div:hover .link-intro {
	background-color: #11b97f;
	color: #FFF
}
.detail-page .name:hover {
	color: #11b97f
}
.common-main .page-main {
	width: calc(100% - 390px)
}
.preview-container {
	width: 400px;
	position: relative
}
.preview-container #media {
	height: 400px!important;
	width: 100%;
	display: none;
	border: 1px solid #dfdfdf
}
.preview-container .thumbnail-box .item img {
	width: 100%
}
.preview-container .small-box {
	width: 100%;
	height: 400px;
	border: 1px solid #dfdfdf;
	position: relative
}
.preview-container .small-box img {
	width: 100%
}
.preview-container .small-box .hover {
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: rgba(204,204,204,.6);
	border: 1px solid #EEE;
	display: none;
	cursor: move;
	z-index: 9
}
.preview-container .small-box .vPlay {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,.4);
	cursor: pointer;
	color: #FFF;
	display: none;
	font-size: 24px
}
.preview-container .thumbnail-box {
	margin-top: 20px;
	position: relative;
	padding: 0px 40px
}
.preview-container .thumbnail-box .item {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border);
	border: 1px solid #dcdcdc;
	cursor: pointer;
	overflow: hidden
}
.preview-container .thumbnail-box .item .imgalt {
	display: none
}
.preview-container .thumbnail-box .item.item-cur {
	border-color: #11b97f
}
.preview-container .thumbnail-box .prodetails-button-next, .preview-container .thumbnail-box .prodetails-button-prev {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 30px;
	height: 30px;
	transition: all .2s linear
}
.preview-container .thumbnail-box .prodetails-button-next:hover, .preview-container .thumbnail-box .prodetails-button-prev:hover {
	color: #11b97f
}
.preview-container .thumbnail-box .prodetails-button-next {
	left: auto;
	right: 0px
}
.preview-container .banner-page {
	display: none
}
.preview-container .big-box {
	display: none;
	border: 1px solid #dfdfdf;
	border-left: none;
	width: 420px;
	height: 400px;
	position: absolute;
	left: 100%;
	top: 0px;
	overflow: hidden;
	z-index: 999;
	background: #FFF
}
.preview-container .big-box img {
	display: block;
	max-width: none;
	max-height: none;
	width: 150%
}
.preview-container .thumbnail-box .prodetails-button-next em, .preview-container .thumbnail-box .prodetails-button-prev em {
	font-size: 32px
}
.product .page-container {
	width: 100%
}
.product .page-container .product-catelist {
	display: flex;
	flex-wrap: wrap
}
.product .page-container .product-catelist .product-cateitem {
	width: 31%;
	display: flex;
	align-items: center;
	margin-bottom: 2em;
	border: 1px solid #e5e5e5;
	border-radius: var(--border);
	overflow: hidden;
	margin-right: 3%;
	position: relative;
	box-shadow: 0 3px 18px rgba(0,0,0,.16)
}
.product .page-container .product-catelist .product-cateitem:nth-child(3n) {
	margin-right: 0px
}
.product .page-container .product-catelist .product-cateitem .cate-img {
	width: 44%;
	overflow: hidden
}
.product .page-container .product-catelist .product-cateitem .cate-img img {
	transform: scale(1);
	transition: all .1s linear
}
.product .page-container .product-catelist .product-cateitem .cate-info {
	flex: 1;
	box-sizing: border-box;
	padding: 20px
}
.product .page-container .product-catelist .product-cateitem .cate-info .cate-title {
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: var(--fontweight5)
}
.product .page-container .product-catelist .product-cateitem .cate-info .cate-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(--summarycolor)
}
.product .page-container .product-catelist .product-cateitem .cate-info .cate-more {
	padding: 4px 0px;
	display: inline-flex;
	transition: all .1s linear;
	background-color: transparent;
	border-radius: var(--border);
	margin-top: 10px;
	align-items: center
}
.product .page-container .product-catelist .product-cateitem .cate-info .cate-more em {
	display: none;
	margin-left: 4px;
	font-size: 12px
}
.product .page-container .product-catelist .product-cateitem:hover .cate-info .cate-more {
	padding: 4px 10px;
	background-color: #11b97f;
	color: #FFF
}
.product .page-container .product-catelist .product-cateitem:hover .cate-info .cate-more em {
	display: inline-block
}
.product .page-container .product-catelist .product-cateitem:hover .cate-img img {
	transform: scale(1.03)
}
.news .news-wrap {
	display: flex
}
.news .wrap-r {
	flex: 1
}
.news .wrap-r .news-list {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	margin: 0
}
.news .wrap-r .news-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	border: 1px solid #e5e5e5;
	border-radius: var(--border);
	overflow: hidden
}
.news .wrap-r .news-list li:nth-child(3n) {
	margin-right: 0px
}
.news .wrap-r .news-list li .img {
	overflow: hidden
}
.news .wrap-r .news-list li .img img {
	transform: scale(1.01);
	transition: all .2s linear;
	width: 100%
}
.news .wrap-r .news-list li .info {
	background-color: #FFF;
	border-top: none;
	box-sizing: border-box;
	padding: 4%
}
.news .wrap-r .news-list li .info .time {
	color: var(--summarycolor);
	display: block;
	font-size: 16px
}
.news .wrap-r .news-list li .info .title {
	color: var(--fontcolor);
	font-size: 18px;
	font-weight: var(--fontweight5);
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .2s linear;
	margin-top: 4px
}
.news .wrap-r .news-list li .info .text {
	color: var(--summarycolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
	margin-top: 10px
}
.news .wrap-r .news-list li .info .more-btn {
	color: var(--fontcolor);
	transition: all .2s linear;
	margin: 6px 0;
	display: inline-flex;
	align-items: center;
	border-radius: var(--border);
	padding: 4px 0px;
	text-transform: lowercase;
	margin-top: 10px
}
.news .wrap-r .news-list li .info .more-btn em {
	font-weight: var(--fontweight5);
	font-size: 14px;
	margin-top: 2px;
	margin-left: 4px
}
.news .wrap-r .news-list li:hover .info .title {
	color: #11b97f
}
.news .wrap-r .news-list li:hover .img img {
	transform: scale(1.03)
}
.news .wrap-r .news-list li:hover .info .more-btn {
	background-color: #11b97f;
	padding: 4px 10px;
	color: #FFF
}
.news .wrap-r .news-list.list0 li {
	width: 100%;
	border: none;
	margin-right: 0px;
	display: flex;
	align-items: center;
	border-radius: var(--border);
	overflow: hidden
}
.news .wrap-r .news-list.list0 li:nth-child(even) {
	background-color: #FAFAFA
}
.news .wrap-r .news-list.list0 li .img {
	width: 300px;
	border-radius: var(--border);
	overflow: hidden
}
.news .wrap-r .news-list.list0 li .info {
	padding: 0px 30px;
	background-color: transparent
}
.news .wrap-r .particulars {
	background-color: #FFF;
	box-shadow: 7px 0 10px 0 rgba(197,198,199,.27);
	box-sizing: border-box;
	padding: 2%
}
.news .wrap-r .particulars .title {
	color: var(--fontcolor);
	font-size: 28px;
	font-weight: var(--fontweight5)
}
.news .wrap-r .particulars .line-wrap {
	display: flex;
	align-items: center;
	margin: 10px 0px;
	font-size: 15px;
	color: #11b97f
}
.news .wrap-r .particulars .line-wrap div {
	margin-right: 20px
}
.news .wrap-r .particulars .line-wrap .newscontent-date {
	display: inline-flex;
	align-items: center;
	color: #11b97f;
	flex-wrap: wrap
}
.news .wrap-r .particulars .line-wrap .newscontent-date em {
	font-size: 12px;
	margin-right: 4px
}
.news .wrap-r .particulars .line-wrap .newscontent-date span {
	margin: 4px 0px
}
.news .wrap-r .particulars .line-wrap .newscontent-date .te {
	margin-right: 16px
}
.news .wrap-r .particulars .line-wrap div {
	display: flex;
	align-items: center
}
.news .wrap-r .particulars .new-info {
	margin-top: 2%
}
.news .wrap-r .particulars .new-info p {
	margin: 0px;
	color: #222
}
.news .wrap-r .particulars .new-info .item-tit {
	font-size: 20px;
	font-weight: var(--fontweight5);
	margin-top: 20px;
	margin-bottom: 10px
}
.news .wrap-r .particulars .de-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4% 0
}
.news .wrap-r .particulars .de-img div {
	width: 46%
}
.news .wrap-r .particulars .de-img img {
	width: 100%
}
.news .wrap-r .particulars .share-like {
	display: flex;
	align-items: center;
	margin: 3% 0
}
.news .wrap-r .particulars .share-like .st-btn {
	width: 40px;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11b97f;
	cursor: pointer;
	margin-right: 2%;
	transition: all .2s linear
}
.news .wrap-r .particulars .share-like .st-btn:hover {
	transform: translateY(-10px)
}
.news .wrap-r .news-deta-page {
	margin: 4% 0
}
.news .newscontent-details {
	margin-bottom: 20px
}
.news .newscontent-details article {
	margin-bottom: 10px
}
.send {
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
	box-sizing: border-box;
	padding: 3% 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.send .top {
	width: 44%
}
.send .bottom {
	width: 100%;
	margin-top: 3%
}
.send .item span {
	font-size: 14px;
	color: var(--fontcolor);
	display: inline-block;
	margin-bottom: 6px
}
.send .item input {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: var(--border);
	background-color: #FFF;
	outline: 0;
	padding: 4.5% 20px;
	box-sizing: border-box
}
.send .item textarea {
	border: 1px solid #e5e5e5;
	padding: 2% 20px;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
	outline: 0;
	min-height: 200px;
	border-radius: var(--border);
	resize: none
}
.send .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #11b97f;
	color: #FFF;
	font-weight: var(--fontweight5);
	padding: 1.5% 6%;
	border-radius: var(--border);
	margin-top: 4%;
	box-shadow: 0 0 0 #11b97f;
	transition: all .2s linear
}
.send .btn:hover {
	box-shadow: 0 0 4px #11b97f
}
.now {
	background-color: #11b97f
}
.now-context {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 20px 30px 20px
}
.now-txt p:nth-child(1) {
	font-size: 28px;
	color: #FFF;
	font-weight: var(--fontweight5)
}
.now-txt p:nth-child(2) {
	margin-top: 10px;
	color: #FFF;
	font-size: 14px
}
.now-us {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	width: 260px;
	height: 60px;
	border-radius: var(--border);
	color: #11b97f;
	font-size: 24px
}
.case .menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}
.case .menu ul li {
	margin: 10px 4px
}
.case .menu ul li a {
	background-color: #f2f4ff;
	border-radius: var(--border);
	color: var(--summarycolor);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-width: 145px;
	white-space: nowrap;
	transition: all .2s linear
}
.case .menu ul li.active a {
	background-color: #11b97f;
	color: #FFF
}
.case .menu ul li a:hover {
	background-color: #11b97f;
	color: #FFF
}
.case .case-list {
	margin: 4% 0;
	display: none
}
.case .case-list.active {
	display: block
}
.case .case-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.case .case-list ul li {
	width: 23.5%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 2%;
	overflow: hidden;
	border-radius: var(--border)
}
.case .case-list ul li:nth-child(4n) {
	margin-right: 0px
}
.case .case-list ul li .img img {
	width: 100%
}
.case .case-list ul li .show {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #11b97f;
	color: #FFF;
	width: 70%;
	border-radius: var(--border);
	box-sizing: border-box;
	padding: 4%;
	opacity: 0;
	transition: all .2s linear
}
.case .case-list ul li .show a {
	display: flex;
	align-items: center;
	text-transform: lowercase
}
.case .case-list ul li .show a em {
	color: #11b97f;
	font-size: 24px;
	font-weight: var(--fontweight5)
}
.case .case-list ul li .show .box {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
	transition: all .2s linear
}
.case .case-list ul li .show .title {
	font-size: 20px;
	font-weight: var(--fontweight5);
	margin: 10px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.case .case-list ul li .show .title .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.case .case-list ul li:hover .show {
	opacity: 1
}
.case .case-list ul li:hover .img img {
	transform: scale(1.03)
}
.case .case-list ul li .show a:hover .box {
	box-shadow: 0 0 6px #FFF
}
.case .case-det .top {
	display: flex
}
.case .case-det .top .left {
	width: 45%
}
.case .case-det .top .left img {
	width: 100%
}
.case .case-det .top .right {
	width: 40%;
	margin-left: 4%
}
.case .case-det .top .right .title {
	color: var(--fontcolor);
	font-size: 42px;
	font-weight: var(--fontweight5);
	margin: 5% 0
}
.case .case-det .top .right ul {
	padding: 0px
}
.case .case-det .top .right ul li {
	box-sizing: border-box;
	padding: 2.5% 0;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 1px;
	display: flex
}
.case .case-det .top .right ul li span {
	color: var(--fontcolor);
	font-size: 18px
}
.case .case-det .top .right ul li .name {
	font-weight: var(--fontweight5);
	white-space: nowrap
}
.case .case-det .top .right ul li .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.case .case-det .top .right .share-like {
	margin-top: 6%
}
.case .case-det .bottom .title {
	font-size: 24px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	margin: 2% 0
}
.case .case-det .bottom p {
	line-height: 30px
}
.case .case-det .bottom .item-ti {
	margin-top: 2%;
	font-weight: var(--fontweight5);
	font-size: 18px
}
.case .case-det .bottom .mar {
	margin: 2% 0
}
.case .case-det .bottom .mar span {
	display: block
}
.solution .info .left p {
	color: var(--summarycolor)
}
.solution-b {
	background-color: #eff2f7;
	padding: 20px;
	margin-top: 40px;
	border-radius: 5px
}
.solution-b .every-title {
	margin-bottom: 0px
}
.solution-b .solution-b-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px
}
.solution-b .solution-b-list li {
	width: 22.75%;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 2%;
	margin-right: 3%;
	margin-bottom: 3%;
	box-shadow: 0 0 10px transparent;
	transition: all .2s linear;
	border-radius: var(--border)
}
.solution-b .solution-b-list li:nth-child(4n) {
	margin-right: 0px
}
.solution-b .solution-b-list li em {
	color: #11b97f;
	font-size: 36px
}
.solution-b .solution-b-list li .title {
	font-size: 20px;
	font-weight: var(--fontweight5);
	color: var(--fontcolor);
	margin-bottom: 4%;
	text-align: left
}
.solution-b .solution-b-list li .des {
	color: var(--summarycolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 100%;
	text-align: left
}
.solution-b .solution-b-list li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.14)
}
.solution .solution1-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.solution .solution1-list li {
	width: 48%;
	background-color: #FFF;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.14);
	border-radius: var(--border);
	box-sizing: border-box;
	padding: 2%;
	margin-bottom: 4%;
	transition: all .2s linear
}
.solution .solution1-list li:hover {
	box-shadow: 0 0 9px 0 rgba(0,0,0,.24)
}
.solution .solution1-list li .item-box {
	display: flex
}
.solution .solution1-list li .item-box .img {
	margin-right: 20px
}
.solution .solution1-list li .item-box .img em {
	color: #11b97f;
	font-size: 36px
}
.solution .solution1-list li .item-box .text {
	flex: 1
}
.solution .solution1-list li .item-box .text .title {
	font-size: 24px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	margin-bottom: 16;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.solution .solution1-list li .item-box .text .des {
	font-size: 18px;
	color: var(--summarycolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.solution .solution2-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.solution .solution2-list li {
	width: 48%;
	margin-bottom: 4%;
	border-radius: var(--border);
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 10px transparent;
	transition: all .2s linear
}
.solution .solution2-list li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.14)
}
.solution .solution2-list li .item-box .top {
	background-color: #11b97f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 3% 5%;
	color: #FFF;
	border-radius: 3px 3px 0 0
}
.solution .solution2-list li .item-box .top .title {
	font-size: 24px;
	font-weight: var(--fontweight5)
}
.solution .solution2-list li .item-box .top span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px
}
.solution .solution2-list li .item-box .bottom {
	box-sizing: border-box;
	padding: 3% 5%
}
.solution .solution2-list li .item-box .bottom .des {
	font-size: 18px;
	color: var(--summarycolor);
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}
.contact .contact-list {
	display: flex;
	justify-content: space-between;
	padding: 0px
}
.contact .contact-list li {
	width: 23%;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2%;
	background-color: #FFF;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 1px 22px 7px rgba(198,198,198,.3)
}
.contact .contact-list li .title {
	color: var(--fontcolor);
	font-size: 20px;
	font-weight: var(--fontweight5);
	text-align: center
}
.contact .contact-list li .des {
	color: var(--fontcolor);
	text-align: center;
	transition: all .2s linear;
	margin: 4px 0px;
	line-height: 1.2
}
.contact .contact-list li .ic {
	font-size: 30px;
	color: var(--summarycolor);
	display: inline-flex;
	margin-top: 3%
}
.contact .contact-list li .ic em {
	font-size: 36px;
	transition: all .4s linear
}
.contact .contact-list li:hover .ic em {
	color: #11b97f;
	transform: rotateY(360deg)
}
.contact .contact-list li a:hover {
	color: #11b97f;
	text-decoration: underline
}
.contact .contact-list li:nth-child(3) em {
	font-size: 30px;
	margin-bottom: 6px
}
.contact .inquiry {
	background-color: #eff2f7;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2%;
	margin-top: 4%
}
.contact .inquiry .send-btn {
	width: 200px;
	height: 52px;
	border-radius: var(--border);
	background-color: #11b97f;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: var(--fontweight5);
	margin-top: 4%;
	cursor: pointer;
	box-shadow: 0 0 0 #11b97f;
	transition: all .2s linear
}
.contact .inquiry .send-btn:hover {
	box-shadow: 0 0 6px #11b97f
}
.contact .inquiry .inquiry-form {
	display: flex;
	flex-wrap: wrap
}
.contact .inquiry input {
	width: 30%;
	margin-right: 3%;
	height: 57px;
	border-radius: var(--border);
	outline: 0;
	margin-bottom: 20px;
	padding: 0px 15px;
	border: 1px solid #e5e5e5;
	transition: all .1s linear
}
.contact #feedbackForm .select-menu {
	flex: 1
}
.contact #feedbackForm .select-menu input {
	width: 100%
}
.contact #feedbackForm textarea {
	font-family: inherit;
	width: 100%;
	background: #FFF;
	border-radius: var(--border);
	outline: 0;
	border: 1px solid #e5e5e5;
	padding: 20px 15px;
	margin-bottom: 20px;
	resize: none
}
.faqs-list li {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	border-radius: var(--border);
	overflow: hidden
}
.faqs-list li .project-info .project-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
	background-color: transparent;
	transition: all .2s linear
}
.faqs-list li .project-info .project-name em {
	display: inline-flex;
	width: 40px;
	height: 32px;
	align-items: center;
	justify-content: center;
	background-color: #e5eefc;
	border-radius: var(--border);
	color: #11b97f;
	cursor: pointer;
	font-size: 18px;
	flex: none
}
.faqs-list li .project-info .project-name em::before {
	transition: all .2s linear
}
.faqs-list li .project-info .project-content {
	box-sizing: border-box;
	padding: 15px;
	display: none
}
.faqs-list li .project-info.open .project-name {
	background-color: #11b97f;
	color: #FFF
}
.faqs-list li .project-info.open .project-content {
	display: block
}
.faqs-list li .project-info.open .project-name em::before {
	transform: rotate(180deg)
}
.advantage-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.advantage-list li {
	width: 24%;
	box-sizing: border-box;
	padding: 1.4% 2%;
	background-color: #f4f5fd;
	border-radius: var(--border);
	display: flex;
	margin-right: 1%;
	margin-bottom: 1%;
	box-shadow: 0 0 10px transparent;
	transition: all .2s linear
}
.advantage-list li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.14)
}
.advantage-list li:nth-child(4n) {
	margin-right: 0px
}
.advantage-list li .left {
	margin-right: 20px
}
.advantage-list li .left em {
	font-size: 36px;
	color: #11b97f
}
.advantage-list li .right {
	flex: 1
}
.advantage-list li .right .tit {
	color: var(--fontcolor);
	font-size: 20px;
	margin-bottom: 2%
}
.advantage-list li .right .des {
	color: var(--summarycolor)
}
.application2 {
	display: flex
}
.application2 .left {
	width: 520px
}
.application2 .left div {
	margin-bottom: 2%;
	border-radius: var(--border);
	overflow: hidden
}
.application2 .left div img {
	width: 100%
}
.application2 .right {
	margin-left: 6%;
	flex: 1
}
.application2 .right .title {
	font-size: 42px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5)
}
.application2 .right .des {
	color: var(--summarycolor);
	line-height: 30px
}
.application2 .right .right-list {
	margin-top: 4%
}
.application2 .right .right-list .list li {
	border-bottom: 2px solid #EEE;
	box-sizing: border-box;
	padding: 20px 0px;
	cursor: pointer
}
.application2 .right .right-list .list li .tit {
	font-size: 24px;
	color: var(--fontcolor);
	display: inline-flex
}
.application2 .right .right-list .list .show {
	box-sizing: border-box;
	padding-top: 10px;
	display: none;
	margin-left: 26px
}
.application2 .right .right-list .list .show .theme {
	color: var(--fontcolor);
	font-size: 24px;
	font-weight: var(--fontweight5)
}
.application2 .right .right-list .list .show .text {
	color: var(--summarycolor);
	margin: 10px 0px
}
.application2 .right .right-list .list li.act .tit {
	color: #11b97f
}
.application2 .right .right-list .list li .tit span {
	margin-right: 10px
}
.application2 .right .right-list .list li .tit span em {
	transition: all .2s linear
}
.application2 .right .right-list .list li.act .tit span em {
	transform: rotate(90deg)
}
.application2 .right .right-list .list li:nth-child(1) .show {
	display: block
}
.our-history .history-content {
	height: 600px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px 0px;
	margin: 60px 0px
}
.our-history .history-content::before {
	content: '';
	width: 2px;
	height: 94%;
	display: block;
	position: absolute;
	left: 50%;
	top: 18px;
	background-color: #f2f2f2
}
.our-history .history-content .swiper {
	box-sizing: border-box;
	height: 91%;
	width: 100%
}
.our-history .history-content .date {
	color: #11b97f;
	font-weight: var(--fontweight5)
}
.our-history .history-content .tit {
	color: var(--fontcolor);
	font-size: 22px
}
.our-history .history-content .des {
	font-size: 18px;
	color: var(--summarycolor);
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.our-history .history-content .swiper .swiper-wrapper {
	box-sizing: border-box;
	position: relative
}
.our-history .history-content .swiper .swiper-wrapper .swiper-slide {
	width: 48%;
	text-align: right;
	position: relative
}
.our-history .history-content .swiper .swiper-wrapper .swiper-slide::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #11b97f;
	position: absolute;
	top: 0px;
	left: 103.7%
}
.our-history .history-content .swiper .swiper-wrapper .swiper-slide:nth-child(2n) p {
	text-align: left;
	transform: translateX(108%)
}
.our-history .history-content .swiper-button-next:after, .our-history .history-content .swiper-button-prev:after {
	content: ''
}
.our-history .history-content .swiper-button-next, .our-history .history-content .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #dcdcdc;
	color: var(--summarycolor);
	z-index: 1
}
.our-history .history-content .swiper-button-next em, .our-history .history-content .swiper-button-prev em {
	font-size: 24px
}
.our-history .history-content .swiper-button-next:hover, .our-history .history-content .swiper-button-prev:hover {
	color: #FFF;
	background-color: #11b97f
}
.our-history .history-content .swiper-button-next {
	top: 100%;
	left: 50%;
	transform: translateX(-50%)
}
.our-history .history-content .swiper-button-prev {
	top: 0px;
	left: 50%;
	transform: translateX(-50%)
}
.president-content {
	display: flex;
	justify-content: space-between
}
.president-content .left {
	width: 48%;
	position: relative
}
.president-content .left .left-box {
	position: relative
}
.president-content .left img {
	width: 100%
}
.president-content .right {
	width: 48%
}
.president-content .right .tit {
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	font-size: 30px
}
.president-content .right .des {
	color: var(--summarycolor);
	font-size: 16px;
	line-height: 24px;
	margin: 5% 0
}
.president-content .right .list {
	display: flex;
	justify-content: space-between;
	margin-top: 8%
}
.president-content .right .list div {
	width: 48%;
	border: 1px solid #11b97f;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 3% 2%;
	text-align: center
}
.president-content .right .list div .theme {
	color: var(--fontcolor);
	font-size: 24px
}
.president-content .left .play {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: rgb(255, 255, 255, .8);
	transition: all .3s ease-in-out;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.president-content .left .play .img-box {
	display: flex;
	align-items: center;
	justify-content: center
}
.president-content .left .play em {
	color: #11b97f;
	font-size: 28px;
	transform: rotate(-90deg);
	margin-left: 10px
}
@-webkit-keyframes ripple {
0% {
box-shadow:0 0 0 0 rgb(255 255 255 / 50%), 0 0 0 10px rgb(255 255 255 / 50%), 0 0 0 20px rgb(255 255 255 / 50%)
}
100% {
box-shadow:0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50,100,245,0)
}
}
@keyframes ripple {
0% {
box-shadow:0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%)
}
100% {
box-shadow:0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50,100,245,0)
}
}
.president-content .left .play .img-box {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.president-content .left .play .img-box img {
	width: 40px
}
.rd .rd-content {
	display: flex;
	justify-content: space-between
}
.rd .rd-content .left .every-title {
	margin-bottom: 0px
}
.rd .rd-content .left .every-title .theme {
	text-align: left
}
.rd .rd-content .left .every-title .title {
	text-align: left
}
.rd .rd-content .left {
	width: 50%
}
.rd .rd-content .every-title .title {
	font-size: 30px
}
.rd .rd-content .left .info {
	color: var(--summarycolor);
	margin: 30px 0px
}
.rd .rd-content .left .theme {
	color: #11b97f;
	font-size: 18px
}
.rd .rd-content .left .data .item {
	margin-top: 20px
}
.rd .rd-content .left .data .item .tit {
	color: var(--fontcolor);
	font-weight: var(--fontweight5)
}
.rd .rd-content .left .data .item .cen {
	margin: 10px 0px
}
.rd .rd-content .left .data .item .cen .top {
	position: relative
}
.rd .rd-content .left .data .item .cen .num {
	color: var(--summarycolor);
	font-size: 14px;
	font-weight: var(--fontweight5);
	position: absolute;
	left: 100px
}
.rd .rd-content .left .data .item .cen .meter {
	width: 100%;
	height: 5px;
	display: inline-block;
	background-color: #e5e5e5;
	position: relative;
	margin-top: 10px
}
.rd .rd-content .left .data .item .cen .meter span {
	width: 90%;
	height: 5px;
	display: inline-block;
	background-color: #fe992e;
	position: absolute;
	left: 0px;
	top: 0
}
.rd .rd-content .right {
	width: 40%;
	position: relative;
	border-radius: var(--border);
	overflow: hidden
}
.rd .rd-content .right img {
	width: 100%
}
.team .teamtitle {
	text-align: center;
	font-size: 36px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	line-height: 28px
}
.team .teamdes {
	color: var(--summarycolor);
	line-height: 28px;
	margin: 20px auto;
	text-align: center
}
.team .team-member .team-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.team .team-member .team-list .item {
	width: 18%;
	overflow: hidden
}
.team .team-member .team-list .item .member-img {
	border-radius: var(--border);
	overflow: hidden;
	position: relative
}
.team .team-member .team-list .item .member-img img {
	width: 100%;
	transition: all .2s ease;
	transform: scale(1)
}
.team .team-member .team-list .item:hover .member-img img {
	transform: scale(1.03)
}
.team .team-member .team-list .item .show::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #11b97f;
	opacity: 0;
	transition: all .2s ease
}
.team .team-member .team-list .item .list {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 50px;
	height: 128px;
	background-color: #f2f2f2;
	transform: translate(50px, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	color: #11b97f;
	transition: all .2s ease;
	border-radius: var(--border);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.team .team-member .team-list .item .list>a {
	width: 30px;
	height: 30px;
	border-radius: var(--border);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease
}
.team .team-member .team-list .item .list em {
	font-size: 20px
}
.team .team-member .team-list .item .member-tit {
	text-align: center;
	box-sizing: border-box;
	border-radius: 0 0 3px 3px;
	border-bottom: 4px solid #11b97f;
	padding: 20px 0px;
	transition: all .2s ease
}
.team .team-member .team-list .item .member-tit .tit {
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	font-size: 20px;
	display: block;
	margin: 10px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.team .team-member .team-list .item .member-tit .ceo {
	display: block;
	font-size: 16px;
	color: #11b97f;
	font-weight: var(--fontweight5)
}
.team .team-member .team-list .item:hover .show::before {
	opacity: .8
}
.team .team-member .team-list .item:hover .list {
	transform: translate(0, -50%)
}
.team .team-member .team-list .item:hover .member-tit {
	padding-bottom: 10px
}
.team .team-member .team-list .item .list>a:hover {
	background-color: #11b97f
}
.team .team-member .team-list .item .list>a:hover em {
	color: #FFF
}
.support .support-maintenance .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE
}
.support .support-maintenance .item .info {
	flex: 1
}
.support .support-maintenance .item .info p {
	margin-bottom: 20px
}
.support .support-maintenance .item .img {
	width: 30%
}
.support .support-maintenance .item .img img {
	border-radius: var(--border);
	display: inline-block
}
.support .support-maintenance .item.top .img {
	text-align: right
}
.page {
	width: 100%;
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1% 0;
	gap: 2%
}
.page a {
	background-color: #FFF;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.14);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .2s linear
}
.page .btn {
	height: 40px;
	box-sizing: border-box;
	padding: 1% 1%
}
.page .num {
	box-sizing: border-box;
	width: 40px;
	height: 40px
}
.page a:hover {
	background-color: #11b97f;
	color: #FFF
}
.share-like {
	display: flex;
	align-items: center;
	margin: 3% 0
}
.share-like .st-btn {
	width: 40px;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11b97f;
	cursor: pointer;
	margin-right: 2%;
	transition: all .2s linear
}
.share-like .st-btn:hover {
	transform: translateY(-10px)
}
.contact #feedbackForm .select-menu {
	margin-bottom: 20px
}
.contact #feedbackForm .select-menu input {
	color: #333;
	margin-bottom: 0px
}
.contact #feedbackForm input, .contact #feedbackForm textarea {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	color: #333
}
.contact #feedbackForm input::placeholder, .contact #feedbackForm textarea::placeholder {
color:#333
}
.contact #feedbackForm .send-btn {
	margin: 30px auto
}
#feedbackForm .select-menu {
	width: 100%;
	position: relative
}
#feedbackForm .select-menu .select-menu-div {
	position: relative;
	width: 100%
}
#feedbackForm .select-menu .select-menu-div em {
	margin-right: 5px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s ease
}
#feedbackForm .select-menu .select-menu-div em.select-menu-i {
	transform: rotateX(180deg)
}
#feedbackForm .select-menu .select-menu-div em::after, #feedbackForm .select-menu .select-menu-div em::before {
	content: "";
	width: 10px;
	height: 2px;
	background: #11b97f;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: rotate(45deg)
}
#feedbackForm .select-menu .select-menu-div em::after {
	transform: rotate(-45deg);
	left: 6px
}
#feedbackForm .select-menu .select-menu-div .select-menu-input {
	cursor: pointer;
	user-select: none
}
#feedbackForm .select-menu .select-menu-ul {
	box-shadow: 0 1px 15px 0 rgba(15,19,39,.1);
	list-style: none;
	opacity: 0;
	display: none;
	width: 100%;
	text-align: left;
	border: 1px solid #ddd;
	background: #FFF;
	position: absolute;
	z-index: 1
}
#feedbackForm .select-menu .select-menu-ul li {
	padding: 0px 20px;
	line-height: 2.5;
	cursor: pointer;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
#feedbackForm .select-menu .select-menu-ul li:hover {
	background: #f2faea
}
#feedbackForm .select-menu .select-menu-ul li:nth-child(2n) {
	background: #f5f4f4
}
#feedbackForm .select-menu .select-menu-ul li:nth-child(2n):hover {
	background: #f2faea
}
#feedbackForm .select-menu .select-menu-ul li.select-this {
	background: #f2faea
}
#feedbackForm .select-menu .select-menu-ul li.select-this:hover {
	background: #f2faea!important
}
#feedbackForm input.input-error {
	border-color: red
}
#feedbackForm input:focus {
	border-color: #11b97f
}
#feedbackForm textarea:focus {
	border-color: #11b97f
}
.inquiry-pc {
	margin-top: 50px;
	background-color: #FFF;
	box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
	margin-bottom: 20px;
	border-radius: var(--border)
}
.inquiry-pc .inquiry {
	padding: 20px
}
.inquiry-pc .title {
	font-size: 24px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	margin: 0px;
	text-transform: capitalize
}
.inquiry-pc .title::after {
	content: '';
	display: inline-block;
	width: 83px;
	height: 3px;
	background-color: #11b97f
}
.inquiry-pc .sidebar-title {
	background: 0 0;
	font-size: 20px
}
.inquiry-pc #feedbackForm .inquiry-form {
	display: flex;
	flex-wrap: wrap
}
.inquiry-pc #feedbackForm .select-menu {
	flex: 1;
	margin-bottom: 20px
}
.inquiry-pc #feedbackForm .select-menu input {
	width: 100%;
	color: var(--summarycolor);
	margin-bottom: 0px
}
.inquiry-pc #feedbackForm input::placeholder, .inquiry-pc #feedbackForm textarea::placeholder {
color:var(--summarycolor)
}
.inquiry-pc #feedbackForm input {
	width: 32%;
	margin-right: 2%;
	height: 46px;
	background: #f1f5fe;
	border-radius: 3px;
	outline: 0;
	border: 1px solid #f1f5fe;
	padding: 0px 15px;
	margin-bottom: 20px;
	transition: all .1s linear
}
.inquiry-pc #feedbackForm input:focus {
	border-color: #11b97f
}
.inquiry-pc #feedbackForm input.input-error {
	border-color: red
}
.inquiry-pc #feedbackForm input:nth-child(3n) {
	margin-right: 0px
}
.inquiry-pc #feedbackForm textarea {
	font-family: inherit;
	width: 100%;
	background: #f1f5fe;
	border-radius: 3px;
	outline: 0;
	border: 1px solid #f1f5fe;
	padding: 20px 15px;
	margin-bottom: 20px;
	resize: none;
	font-size: 16px;
	color: var(--summarycolor);
	height: 160px
}
.inquiry-pc #feedbackForm textarea:focus {
	border-color: #11b97f
}
.inquiry-pc #feedbackForm textarea.input-error {
	border-color: red
}
.inquiry-pc #feedbackForm .send-btn {
	background: #11b97f;
	color: #FFF;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 15px;
	width: 211px;
	height: 60px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 auto;
	box-shadow: 0 0 0 #11b97f;
	transition: all .1s linear
}
.inquiry-pc #feedbackForm .send-btn:hover {
	box-shadow: 0 0 4px #11b97f
}
.feedback-main article a {
	color: #11b97f
}
.inquiry-prolist {
	margin: 20px 0px
}
.inquiry-prolist .inquiry-pro-item {
	display: flex;
	align-items: center;
	box-shadow: 1px 2px 10px rgba(0,0,0,.1);
	padding: 20px;
	margin-bottom: 20px
}
.inquiry-prolist .inquiry-pro-item .pro-item-img {
	width: 160px
}
.inquiry-prolist .inquiry-pro-item .pro-item-img img {
	border: 1px solid #EEE
}
.inquiry-prolist .inquiry-pro-item .pro-item-name {
	flex: 1;
	padding: 0px 10px;
	color: #999
}
.inquiry-prolist .inquiry-pro-item .pro-item-name a {
	color: #11b97f;
	font-size: 18px;
	font-weight: var(--fontweight5)
}
.inquiry-prolist .inquiry-pro-item .pro-item-del {
	background: #11b97f;
	margin-right: 30px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	cursor: pointer;
	border-radius: 4px;
	transition: all .2s linear
}
.newsendinquiry {
	cursor: pointer
}
.download-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.download-list li {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-shadow: 1px 2px 10px rgba(0,0,0,.1);
	transition: all .1s linear;
	padding: 15px;
	margin-bottom: 20px
}
.download-list li:hover {
	box-shadow: 1px 2px 10px rgba(0,0,0,.2)
}
.download-list li .download-img {
	width: 80px
}
.download-list li .download-img img {
	width: 100%
}
.download-list li .download-info {
	flex: 1;
	padding: 0px 20px
}
.download-list li .download-btn {
	background: #11b97f;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	border-radius: 4px;
	width: 140px;
	height: 36px;
	transition: all .2s linear;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 10px
}
.download-list li .download-btn:hover {
	box-shadow: 1px 2px 10px #11b97f
}
.feedback-main .send-inquiry {
	padding: 20px
}
.ey-template-55>.ey-faq-list>.ey-faq-item {
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px auto;
	position: relative
}
.ey-template-55>.ey-faq-list>.ey-faq-item>.ey-faq-tit>p {
	padding-right: 40px;
	margin: 0px;
	line-height: 1.6;
	font-weight: var(--fontweight7);
	font-size: 16px;
	cursor: pointer;
	position: relative
}
.ey-template-55>.ey-faq-list>.ey-faq-item>.ey-faq-tit>p::after, .ey-template-55>.ey-faq-list>.ey-faq-item>.ey-faq-tit>p::before {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 14px;
	right: 12px
}
.ey-template-55>.ey-faq-list>.ey-faq-item>.ey-faq-tit>p::after {
	transform: rotate(90deg)
}
.ey-template-55>.ey-faq-list>.ey-faq-item>.ey-faq-tit.active>p::after {
	opacity: 0
}
.ey-template-55>.ey-faq-list>.ey-faq-item>.ey-faq-box {
	color: #666;
	line-height: 1.5;
	padding-top: 6px
}
.technology-nr .technology-top {
	width: 60px;
	height: 60px
}
.technology-nr .technology-top .technology-mod em {
	color: #11b97f;
	font-size: 80px;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -80%;
	transform: translate(-50%) rotate(-90deg)
}
.technology-nr .technology-top>em {
	top: -30px;
	left: 0px;
	position: absolute;
	color: #11b97f;
	font-size: 60px;
	z-index: 1
}
