<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body.body-none {
	overflow: hidden;
}

.arrow-right {
	font-family: '\5B8B\4F53';
	font-weight: 700;
}

.en {
	text-transform: capitalize;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

.content-wrapper {
	padding-bottom: 4.608vw;
	overflow: hidden;
}

.bg1 {
	background-color: #eef0f3;
}

.maxtitle {
	text-align: center;
	font-size: 44px;
	padding-top: 4.608vw;
	padding-bottom: 1.975vw;
	margin: 0 0 1.8vw;
	font-weight: bold;
	position: relative;
}

.maxtitle::after {
	content: '';
	width: 52px;
	height: 0;
	border-top: 7px solid #2b61c6;
	border-left: 0 solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pc-hide {
	display: none !important;
}

h4.subtitle {
	width: 90%;
	margin: -1.3vw auto 2.8vw;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.8;
	color: #666666;
	text-align: center;
}

.pro-cont .subtitle {
	text-decoration: none;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 32px;
	margin: 0 20px 30px;
	padding-bottom: 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.pro-center {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro-center .title {
	font-size: 34px;
	text-align: center;
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: 1px;
}

.pro-center .sub-title {
	font-size: 20px;
	text-align: center;
	color: #333333;
}

.abbg {
	background: #34405a url(/img/about.jpg) no-repeat 100% center;
	background-size: cover;
	padding: 6.85vw 0 7.9vw;
}

#mc1 {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	font-weight: 100;
	margin: 0 12.5% 30px 12.5%;
}

.mct {
	color: white;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.abbg ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.abbg ul li span {
	color: #fff;
	font-weight: bold;
	font-size: 58px;
}

.abbg ul li p {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-weight: 100;
}

.abbg ul li span.min {
	font-size: 16px;
}

.mc .btn {
	margin: 0 auto;
	color: white;
	font-size: 16px;
	padding: 0 30px;
	line-height: 42px;
	border-radius: 21px;
	width: initial;
	height: initial;
	margin-bottom: 3.5vw;
	display: inline-block;
}

.solution-title {
	font-size: 50px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.solution-tip {
	margin-top: 35px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 3px;
	font-size: 16px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.protab {
	position: relative;
	background-color: white;
	margin: auto;
}

.protab ul {
	display: flex;
	flex-direction: row;
	padding: 25px 0 15px;
}

.protab ul li {
	flex: 1;
	padding-bottom: 30px;
}

.protab .text {
	width: 100%;
	font-size: 24px;
	color: #00112b;
	line-height: 1em;
	text-align: center;
	margin-top: 30px;
	transition: 0.3s;
}

.protab li:hover .text,
.protab li.active .text {
	color: #2b61c6;
}

.protab .icon {
	width: 100%;
	height: 80px;
	transition: 0.4s;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.protab .icon1 {
	background-image: url(../img/icon1.png);
}

.protab li .icon2 {
	background-image: url(../img/icon2.png);
}

.protab li .icon3 {
	background-image: url(../img/icon3.png);
}

.protab li .icon4 {
	background-image: url(../img/icon4.png);
}

.protab li:hover .icon1,
.protab li.active .icon1 {
	background-image: url(../img/icon1h.png);
}

.protab li:hover .icon2,
.protab li.active .icon2 {
	background-image: url(../img/icon2h.png);
}

.protab li:hover .icon3,
.protab li.active .icon3 {
	background-image: url(../img/icon3h.png);
}

.protab li:hover .icon4,
.protab li.active .icon4 {
	background-image: url(../img/icon4h.png);
}

.protab li:nth-child(n + 2) {
	border-left: 1px solid #e6e6e6;
}

.protab .tab-line {
	position: absolute;
	bottom: 0;
	width: 20%;
	height: 3px;
	margin-left: 2.5%;
	background-color: #2b61c6;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.procont {
	padding-top: 15px;
	margin: auto;
}

.procont ul li {
	display: none;
}

.procont ul li.active,
#area {
	display: flex;
}

.procont ul li a {
	width: 25%;
	background-color: #ffffff;
	text-align: center;
	padding: 1.5vw 1.5vw 2.2vw;
	transition: all 0.5s ease-in-out;
}

.procont ul li a:hover {
	box-shadow: 0 0 16px rgb(0 0 0 / 12%);
}

.procont ul li a:hover img {
	transform: scale(1.05);
}

.procont ul li a img {
	width: 100%;
	height: auto;
	margin-bottom: 1.6vw;
	transition: all 0.5s ease-in-out;
}

.procont ul li a h3 {
	border-top: 1px solid #ebebeb;
	padding: 1.3vw 0 0 0;
	font-size: 1.3vw;
}

.procont ul li a span {
	font-size: 0.8vw;
}

.procont ul li a:hover span {
	color: #000;
}

.procont li a:nth-child(n + 2) {
	margin-left: 15px;
}

.procont .btn {
	margin: 0 auto;
	margin-top: 4vw;
	border: 1px solid #0061ae;
	color: #0061ae;
}

#area {
	overflow: hidden;
}

#area a {
	display: block;
}

#area .box {
	padding: 6% 8%;
	color: #fff;
	z-index: 83;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#area .left,
#area .right {
	width: 50%;
	height: 500px;
	position: relative;
	overflow: hidden;
	z-index: 80;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#area .left {
	margin-right: 10px;
	background-image: url('/img/l0.jpg');
	background-size: cover;
	background-position: top center;
}

#area .rtop {
	background-image: url('/img/l1.jpg');
}

#area .rbottom {
	background-image: url('/img/l2.jpg');
	background-position: top !important;
}

#area .rtop,
#area .rbottom {
	height: calc(50% - 5px);
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 80;
}

#area .left::before,
#area .rtop::before,
#area .rbottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #0b2962;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

#area .rbottom {
	margin-top: 10px;
}

#area .txt {
	font-size: 30px;
	text-align: left;
	line-height: 1;
	display: flex;
	align-items: center;
	flex: 1;
}

#area .subtxt {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	text-align: justify;
	line-height: 1.5em;
	color: #ffffffba;
	margin: 10px 0 0;
	overflow: hidden;
	flex: 2;
}

.sright img,
#area img {
	transition: all 0.7s ease;
}

#area .left:hover img,
#area .rtop:hover img,
#area .rbottom:hover img {
	transform: scale(1.05);
	z-index: 81;
}

#area .left:hover::before,
#area .rtop:hover::before,
#area .rbottom:hover::before {
	opacity: 0.65;
}

#area .rtop .subtxt,
#area .rbottom .subtxt {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-wrap: break-word;
	word-break: break-all;
}

#area .iconfont {
	font-size: 46px;
	margin-right: 10px;
	line-height: 1;
}

#area .btn {
	color: #fff;
	width: max-content;
	height: min-content;
	padding: 0.5vw 1.3vw;
	transition: opacity 0.8s ease-in-out;
	opacity: 0;
	font-size: 0.4vw;
	margin-top: auto;
	flex: 0;
}

#area .sbtn {
	font-size: 90px;
	margin: 0 auto;
	opacity: 0;
	color: #d8d8d8;
	box-sizing: border-box;
	flex: 2;
}

@keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

#area .left:hover .sbtn {
	animation: scale 1s forwards;
	transform-origin: center;
}

#area .left:hover .subtxt,
#area .rtop:hover .subtxt,
#area .rbottom:hover .subtxt,
#area .rtop:hover .btn,
#area .rbottom:hover .btn {
	opacity: 1;
}

.sright {
	text-align: center;
	height: 285px;
	overflow: hidden;
}

.pages {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.pages a,
.pages span {
	margin: 0 10px;
	padding: 0.2vw 0.8vw;
	border: 1px solid #d9dadf;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 16px;
	display: inline-block;
}

.pages a:hover {
	display: inline-block;
	color: #fff;
	background: #2b61c6;
	border-color: #2b61c6;
}

.pages span {
	display: inline-block;
	color: #666;
}

.pages a.page-num-current {
	color: #fff;
	background: #2b61c6;
	border-color: #2b61c6;
	border-radius: 3px;
}

.text-secondary {
	text-align: center;
	padding: 10px 0;
}

.nav-link {
	font-size: 16px;
	font-weight: initial;
	white-space: nowrap;
}

#product-details-header {
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0 50px 0;
}

#product-details-name {
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.pro-tabs nav {
	background: #fff;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.pro-tabs nav a {
	border-left: 1px solid #e7ecea;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.pro-tabs nav li:last-child a {
	border-right: 1px solid #e7ecea;
}

.pro-tabs nav li.current::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2b61c6;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0);
}

.pro-tabs nav {
	background: #fff;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.pro-tabs nav li.current a::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.solutionlist li {
	padding: 35px 30px 35px;
	border-bottom: 1px solid #eee;
	background: white;
	margin: 20px 0 0;
}

.solutionlist li a {
	font-size: 24px;
	color: #333;
	margin: 20px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.solutionbg {
	width: 100%;
	height: 500px;
}

.sleft p {
	font-size: 14px;
	line-height: 30px;
	color: #888;
	margin: 10px 0 20px 0;
	max-height: 100px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

.solution a {
	display: block;
	width: 100%;
}

.nav-li {
	white-space: nowrap;
}

.sleft .btn {
	line-height: 36px;
	font-size: 10px;
	font-weight: inherit;
	width: 110px;
	height: 37px;
	border: 1px solid #2b61c6;
	color: #2b61c6;
	border-radius: 0px;
}

.sleft {
	padding: 28px 13px 25px 28px;
}

.w3-col {
	text-overflow: ellipsis;
	overflow: hidden;
}

.txtr {
	text-align: right;
}

.pror {
	width: 49%;
	background: #fbfbfb;
	border: 1px solid #ececec;
	padding: 35px 55px;
	height: min-content;
}

.pror h1 {
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
	font-weight: 700;
}

.pror h2 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}

.pror span {
	font-size: 14px;
	line-height: 2;
	display: block;
	overflow: hidden;
	height: calc(100% - 230px);
	position: relative;
}

.pror span::after {
	content: '';
	background: linear-gradient(to top, #fbfbfb, #fbfbfbb0);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	display: none;
}

.pror #ck {
	font-size: 14px;
	color: #0f4ec2;
	display: none;
}

.show-after::after {
	display: block !important;
}

.pror .btn,.sbtn {
	margin-top: 25px !important;
	font-weight: bold;
	border: 1px solid #2b61c6 !important;
	display: flex;
}

#magnifier {
	text-align: center;
	margin-right: 20px;
}

.magnifier-box {
	position: relative;
}

.imgs-box table {
	margin: 0 auto;
}

.imgs-box {
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid #ededed
}

.imgs-box .imgs-box {
	border: 0;
}

.magnifier-box #view3d-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 18px;
	cursor: pointer;
}

.magnifier-box #view3d-btn img {
	width: 40px;
	height: auto;
	opacity: .4;
}

.magnifier-box #view3d-btn:hover img {
	opacity: 1;
}

.imgs-box img,
.imgs-box table td {
	width: 100%;
	height: 100%;
}

.imgs-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #0099ff;
	opacity: 0.5;
	filter: alpha(opacity: 50);
	cursor: move;
}

.thumbnail-box {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.thumbnail-box .ibtn {
	position: absolute;
	width: 20px;
	height: 100%;
	border: none;
	display: block;
}

.thumbnail-box .btn-prev {
	left: 0;
	background: url(../img/btn_prev.png) no-repeat center center/100% auto;
}

.thumbnail-box .btn-prev.btn_prev_disabled {
	background: url(../img/btn_prev_disabled.png) no-repeat center center/100% auto;
	cursor: not-allowed;
}

.thumbnail-box .btn-next {
	right: 0;
	background: url(../img/btn_next.png) no-repeat center center/100% auto;
}

.thumbnail-box .btn-next.btn_next_disabled {
	background: url(../img/btn_next_disabled.png) no-repeat center center/100% auto;
	cursor: not-allowed;
}

.thumbnail-box .list {
	margin: 0 auto;
	width: calc(100% - 4vw);
	overflow: hidden;
}

.thumbnail-box .imglist {
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.thumbnail-box .list .item {
	margin: 0 10px;
	border: 1px solid #a9a9a9;
	flex-basis: calc((100% - 100px) / 5);
	flex-shrink: 0;
}

.thumbnail-box .wrapper {
	display: flex;
	margin: auto;
	width: 100%;
	position: relative;
}

.thumbnail-box .list .item-cur {
	border: 1px solid #2b61c6;
}

.thumbnail-box .list .item img,
.swiper-slide img {
	width: 100%;
	height: 100%;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all 0.4s ease 1.2s;
}

#swiper-box1 .swiper-slide-active img {
	transition-delay: 0.4s !important;
	transform: matrix(1.06, 0, 0, 1.06, 0, 0);
	transition: all 4s ease;
}

.btn-white {
	border: 1px solid #ffffff !important;
	background: transparent !important;
}

.header-logo {
	height: 100%;
	line-height: 90px;
}

.header-logo a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 451px;
	top: 0;
	width: 35vw;
	height: 35vw;
	border: 1px solid #e4e4e4;
	background: white;
	z-index: 9999;
	pointer-events: none;
}

.pro-category ul {
	font-size: 0;
	white-space: nowrap;
}

.big-box img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 30px;
}

#topbar {
	background-color: #2b61c6;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 16px;
	display: none;
}

#topbar em {
	display: inline-block;
	height: 45px;
	color: #fff;
	padding-left: 22px;
	background: url(../img/tbtel.png) no-repeat left center;
	font-style: normal;
	line-height: 45px;
	margin-left: 38px;
}

#protop {
	box-shadow: 0px 6px 11px 2px rgb(0 0 0 / 11%);
	border-radius: 6px;
	position: relative;
	top: -3.2vw;
	background: #fff;
	padding: 25px 0;
	width: 1250px;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 999;
}

#protop ul {
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#protop ul li {
	display: inline-block;
	width: 32%;
}

#protop ul li em {
	display: block;
	height: 9.32vw;
	float: left;
}

#protop ul li {
	width: 399px;
	height: 141px;
	border-left: 1px solid #d4d4d4;
	padding-left: 24px;
	box-sizing: border-box;
}

#protop ul li span {
	display: block;
	float: left;
	margin-left: 16px;
	padding-top: 26px;
	text-align: left;
}

#protop ul li:first-child {
	border-left: none;
	padding-left: 7px;
}

#protop ul li:first-child span {
	margin-left: 9px;
}

#protop ul li span b {
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #3d3d3d;
	margin-bottom: 21px;
}

#protop ul li span p {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 1.5;
}

#protop ul li em img {
	width: auto;
	height: 7.2vw;
}

.content-wrap section p {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 16px;
	line-height: 1.8;
}

.content-wrap section p.indent {
	text-indent: 2em;
}

.icons {
	display: inline-block;
}

.container-wrapper {
	overflow: hidden;
	width: 100%;
}

#proinfo #model&gt;div {
	scrollbar-width: auto;
	scrollbar-color: #9c9c9c #dedede;
}

#proinfo #model&gt;div::-webkit-scrollbar {
	width: 5px;
}

#proinfo #model&gt;div::-webkit-scrollbar-track {
	background: #dedede;
}

#proinfo #model&gt;div::-webkit-scrollbar-thumb {
	background-color: #9c9c9c;
	border-radius: 5px;
	border: 0px none #ffffff;
}

#proinfo #model .table-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	border-left: 1px solid #ededed;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
	text-align: center;
}

#proinfo #model table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

#proinfo #model th,
#proinfo #model td {
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#proinfo #model th,
#proinfo #model td div {
	padding: 12px 15px;
	min-width: 150px;
	background: inherit;
	font-size: 15px;
}

/* 固定表头 */
#proinfo #model thead th {
	position: sticky;
	top: 0;
	z-index: 2;
}

/* 固定第一列 */
#proinfo #model th:first-child,
#proinfo #model td:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	text-align: center;
}
#proinfo #model td:first-child {
	background-color: #fff;
}
/* 表头第一个单元格需要最高层级 */
#proinfo #model thead th:first-child {
	z-index: 3;
	line-height: 3;
}

/* 隔行换色 */
#proinfo #model tbody tr:nth-child(even) {
	background-color: #fff;
}

#proinfo #model tbody tr blockquote {
	background-color: #f6f9fd;
}

#proinfo #model tbody tr blockquote div {
	width: 162px !important;
	font-weight: bold;
	background: transparent;
	font-size: 16px;
}


/* 表头样式 */
#proinfo #model th {
	background: #7f97c4;
	font-weight: 600;
	color: #fff;
	border-right: 1px solid #e1e1e1;
}


/* 滚动条样式 */
#proinfo #model .table-container::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.notice{
	color: #FF0000;
	line-height: 3;
	font-size: 15px;
	text-align: center;

}
#proinfo #model .table-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

#proinfo #model .table-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

#proinfo #model .table-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
	height: auto !important;
}

.position-static {
	position: static !important;
}

header .bread-ico {
	display: none;
}

.com-block {
	padding: 90px 0;
}

.com-title {
	margin-bottom: 40px;
	color: #222;
	text-align: center;
	font-size: 40px;
}

.btn {
	width: 185px;
	height: 50px;
	border: 1px solid #f3f3f3;
	border-radius: 25px;
	color: #2b61c6;
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bbtn{

}
.swiper-slide .container {
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 80px;
	justify-content: center;
}

.swiper-slide .centertitle {
	left: 0 !important;
	text-align: center;
}

.swiper-slide .centertitle .subtitle {
	width: 100%;
}

.swiper-slide .centertitle .btn {
	display: none;
}

.swiper-slide .box {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide .title {
	font-size: 3.8vw;
	font-size: clamp(1rem, 3.8vw, 80px);
	font-weight: bold;
	color: #000;
}

.swiper-slide .subtitle {
	font-size: 1.58vw;
	font-size: clamp(1rem, 1.58vw, 34px);
	margin: 0.5% 0 2%;
	width: 50%;
	line-height: 2.5vw;
}

.swiper-slide .btn {
	width: 10vw;
	height: 3.13vw;
	border-radius: 100px;
	text-align: center;
	font-size: 1vw;
	margin-top: 1.95vw;
	border: 1px solid #2b61c6;
	background: #2b61c6;
	color: white;
	z-index: 2009;
}

.remixicon {
	margin-top: 0.12vw;
}

.swiper-slide .btn .remixicon {
	font-size: 1.053rem;
	transition: all 0.3s ease;
}

.swiper-slide .btn:hover .remixicon {
	margin-left: 5px;
}

.swiper-slide-active .box .bannerText {
	animation: animationUp 0.7s ease both 0.8s;
	opacity: 0;
}

.swiper-slide-active .box .btn {
	animation: animationUp 0.8s ease both 0.9s;
	opacity: 0;
}

@keyframes animationUp {
	0% {
		opacity: 0;
		transform: translateY(120px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.swiper-slide #btn-s-0:hover {
	color: #ffffff;
}

.swiper-slide .btn:hover {
	border: 0;
}

.solutionbg #product-list .btn {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	border: 1px solid #ffffff;
}

.solutiond .btn {
	margin: 0 auto;
	width: 120px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
	margin-top: 10px;
	line-height: 40px;
	font-size: 13px;
}

.solutiond p {
	font-size: 20px;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}

.btn:hover,
.btn-white:hover {
	background: #0059d1 !important;
	color: #fff;
	border: 1px solid #0059d1 !important;
}

.solutionbg #product-list .btn:hover {
	border: none;
}

.solutiond {
	height: 165px;
	background: #2b61c6;
	padding: 35px 0;
	padding-top: 40px;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	background-size: cover !important;
}

.hidden {
	display: none !important;
}

#swiper-box1 .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 10px !important;
	position: relative;
	border-radius: 0;
}

#wechatshow&gt;div:first-child {
	background: transparent;
	width: 20vw;
	min-width: 420px;
	text-align: center;
	margin: auto;
	position: relative;
	top: 10%;
}

#swiper-box1 .swiper-pagination-bullet-active:before {
	content: '';
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	animation: progress-animation 6.5s ease-in-out;
}

@keyframes progress-animation {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.footer-lan:hover .Hlang-box {
	display: block;
}

.container-wrapper {
	margin-top: 90px;
}

header {
	width: 100%;
	transition: transform 0.5s, background-color 0.5s ease-out;
	z-index: 10000;
	top: 0;
	position: fixed;
	left: 0;
	top: 0;
	background-color: transparent;
}

header:hover,
header.fixed-top {
	background-color: white;
}

header:hover .header-nav li .nav-item,
header.fixed-top .header-nav li .nav-item {
	color: #000;
}

header .header-logo img {
	height: 50px;
}

header .header-logo img:nth-of-type(1),
header.fixed-top .header-logo img:nth-of-type(2),
header:hover .header-logo img:nth-of-type(2) {
	display: none;
}

header.fixed-top .header-logo img:nth-of-type(1),
header:hover .header-logo img:nth-of-type(1) {
	display: inline-block;
}

header .header-pc {
	box-shadow: none;
	transition: box-shadow 0.8s ease-out;
}

header:hover .header-pc,
header.fixed-top .header-pc {
	box-shadow: 0 0 8px 0 #cecece;
}

.site-up header.site-on {
	transform: translate(0, 0);
}

header .header-banner .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 30px;
}

header .header-banner-menu {
	display: flex;
}

header .stock-number {
	font-size: 14px;
	color: #818181;
	margin-left: 20px;
	line-height: 30px;
}

header .header-banner-menu li a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #818181;
	line-height: 30px;
}

.w3-modal {
	padding-top: 0 !important;
	z-index: 5999999 !important;
}

header .header-banner-menu li a:hover,
.arc-nav a:hover,
.nwcard h3:hover {
	color: #2b61c6 !important;
}

header .header-banner-menu li svg {
	margin-right: 5px;
}

header .header-banner-menu li:not(:last-child) {
	margin-right: 20px;
}

header .header-menu .container {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-menu .header-nav {
	display: flex;
	margin: 0 auto;
}

header .header-nav li .nav-item {
	font-size: 19px;
	color: #fff;
	position: relative;
	padding: 0 0 41px;
}

header .header-nav .nav-li:not(:first-child) {
	margin-left: 70px;
}

header .header-nav .nav-item.active,
header .header-nav li .nav-item:hover,
header .header-nav li.current .nav-item {
	color: #2b61c6;
}

.enlang {
	font-size: 19px;
	margin-left: 25px;
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

header .header-nav .nav-item:after {
	display: block;
	content: '';
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
	background: #2b61c6;
	opacity: 0;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transform-origin: 50% 0;
	transform: scale(0.01, 1);
}

header .header-nav li.current .nav-item:after {
	transform: scale(1, 1);
	opacity: 1;
}

header:after {
	content: '';
	width: 100%;
	height: 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 96px;
	transition: all 0.4s ease;
	z-index: -1;
}

header.active:after {
	height: 400px;
}

.top {
	position: relative;
	margin: 0 0.24rem 0 0.03rem;
	filter: brightness(0) saturate(100%) invert(1) grayscale(1) brightness(1.2);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

header:hover .top,
header.fixed-top .top {
	filter: none;
}

.top-menu {
	display: block;
	width: 38px;
	height: 62px;
	background: url(../img/search-btn.png) no-repeat center 22px;
	transition: none !important;
	-webkit-transition: none !important;
	background-size: 21px;
}

.top-menu.cur {
	background: url(../img/icon-close.png) no-repeat center center/16px auto;
}

.top-box {
	padding: 0 85px 0 10px;
	width: 330px;
	height: 50px;
	background: #fff;
	border-top: none;
	position: absolute;
	top: 76px;
	right: 0;
	z-index: 2;
	display: none;
	border: 1px solid #e8e8ed;
}

.top-box .text {
	width: 100%;
	height: 48px;
}

.top-box .search-btn {
	width: 50px;
	height: 100%;
	background: url(../img/search-btn.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.top-box i {
	display: block;
	width: 1px;
	height: 16px;
	background: #ccc;
	position: absolute;
	right: 50px;
	top: 50%;
	margin: -8px 0 0;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src: url('../fonts/stroke7pixeden_1.eot');
	src: url('../fonts/stroke7pixeden.eot#iefixu58ytb') format('embedded-opentype'), url('../fonts/stroke7pixeden.woff') format('woff'),
		url('../fonts/stroke7pixeden.ttf') format('truetype'), url('../img/stroke7pixeden.svg#stroke7pixeden') format('svg');
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-size: 1.25em;
}

.tabs nav {
	text-align: center;
}

.dflex {
	display: flex;
	flex-wrap: wrap;
}

.tabs nav ul {
	position: relative;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 300px;
}

.tabs nav a {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}

.tabs nav ul #caselable {
	font-weight: bold;
	color: #adadad;
	margin-right: 15px;
	font-size: 20px;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 16px;
}

.tabs nav li.current a {
	color: #2b61c6;
}

.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
	content: '\e68a';
}

.icon-tools::before {
	content: '\e60a';
}

.icon-plane::before {
	content: '\e625';
}

.icon-joy::before {
	content: '\e6a4';
}

.icon-plug::before {
	content: '\e69a';
}

.icon-home::before {
	content: '\e648';
}

.icon-gift::before {
	content: '\e652';
}

.icon-display::before {
	content: '\e65e';
}

.icon-date::before {
	content: '\e660';
}

.icon-config::before {
	content: '\e666';
}

.icon-coffee::before {
	content: '\e669';
}

.icon-camera::before {
	content: '\e66f';
}

.icon-box::before {
	content: '\e674';
}

.article {
	background-color: white;
	padding: 55px;
	height: 100%;
	margin-right: 25px;
}

.article h1 {
	color: #333;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}

.article .content {
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-bottom: 1px solid #f0f0f0;
}

.article .arc-nav a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 2.8;
	padding-left: 20px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.article .arc-nav a:after {
	content: '';
	width: 7px;
	height: 7px;
	background: #a0a0a0;
	border-radius: 50%;
	left: 0px;
	position: absolute;
	margin-top: 1.15rem;
	color: #666;
}

.article .time {
	color: #aaa;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	padding: 5px 0 30px;
	border-bottom: 1px solid #eaeaea;
}

.article .content p,
.article .content span {
	font-size: 15px !important;
	line-height: 2 !important;
	font-family: 'PingFang SC', Arial, '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', simsun, sans-serif !important;
}

.article .content p img {
	width: 80% !important;
	height: auto !important;
	margin: 15px 5%;
}

.art-sidebar {
	background-color: white;
	height: 100%;
}

.art-sidebar .title {
	font-size: 22px;
	color: #333;
	border-bottom: 1px solid #f3f3f3;
	padding: 20px;
	font-weight: 700;
}

.art-sidebar .side-cont {
	padding: 25px;
}

.art-sidebar .img {
	height: 9.3vw;
	width: 100%;
	overflow: hidden;
}

.art-sidebar .list-item {
	display: block;
}

.art-sidebar .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.art-sidebar .img img:hover,
.sright img:hover,
.nwcard img:hover {
	transform: scale(1.1);
}

.art-sidebar .list-tit {
	font-size: 18px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.art-sidebar .list-tip {
	font-size: 14px;
	color: #777;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
	margin-bottom: 22px;
}

.content-wrap {
	position: relative;
	padding: 50px 0;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	background-color: white;
	padding: 55px;
	text-align: left;
}

#zsview .w3-modal-content {
	height: 100%;
	width: max-content;
}

#proinfo section.current,
.solution-wrap section.content-current {
	display: block;
}

.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

#nwlist {
	margin: 0 -16px;
}

#engineer-chat {
	background: #054eb5;
}

#engineer-chat .box {
	width: 100%;
	height: 22.2vw;
	display: flex;
	position: relative;
}

#engineer-chat .imgbox {
	width: 30%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0;
	justify-content: center;
}

#engineer-chat .qrcode,
#engineer-chat .txt {
	padding-left: 5vw;
	white-space: nowrap;
}

#engineer-chat .imgbox img {
	height: 31vw;
	margin-bottom: 0;
}

#engineer-chat .qrcode em {
	display: inline-block;
	position: relative;
	width: 11vw;
	height: 11vw;
	overflow: hidden;
	border: 0.38vw solid #487ecb;
}

#engineer-chat .qrcode em:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	content: '';
	background: url(/img/code_shadow2.png) no-repeat;
	background-size: 100%;
	animation: scan 5s infinite;
}

@keyframes scan {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

#engineer-chat .textbox {
	display: flex;
	align-items: center;
	font-size: 3.3vw;
	color: #fefefe;
	position: relative;
	width: 70%;
	justify-content: space-evenly;
}

#engineer-chat .qrcode {
	text-align: center;
}

#engineer-chat .name {
	color: white;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-lr;
	position: relative;
	font-size: 1vw;
	letter-spacing: 5px;
	margin-left: 1vw;
	height: 100%;
	text-align: center;
}

#engineer-chat .qrcode p {
	font-size: 1vw;
	line-height: 1.5;
	margin-top: 1.1vw;
	text-align: center;
}

#engineer-chat .btn {
	background: #fb8f03;
	border: 1px solid #fb8f03;
	font-size: 1.3vw;
	color: white;
	padding: 1.172vw 1.953vw;
	border-radius: 7.8125vw;
	line-height: 1;
	width: unset;
	height: unset;
}

#engineer-chat .btn:hover {
	background: #dd853a !important;
	border: 1px solid #dd853a !important;
}

#proinfo {
	background: #eef0f3;
}

.newstop {
	padding-top: 90px;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}
}

#n89 {
	border-right: solid 1px #ededed;
	height: 144px;
	overflow: hidden;
	padding: 0 30px 0 20px;
	position: relative;
}

#download .file {
	background-color: #eff5fb;
	border-radius: 5px;
	padding: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

#download .remixicon {
	font-size: 28px;
	padding-right: 5px;
	color: #8b8b8b;
	font-size: 22px;
	margin-left: 3px;
}

#download .remixicon:hover {
	color: #2b61c6;
}

#download .file a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#download .file&gt;a:first-of-type {
	flex: 1;
}

.solul h2 {
	font-size: 36px;
	padding-top: 28px;
}

.solul #cont p {
	color: #666;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 28px;
	margin-top: 30px;
	padding-right: 80px;
}

#honor ul {
	display: flex;
	justify-content: center;
	white-space: nowrap;
	padding: 0 0 40px;
}

#honor ul li {
	margin: 0 1vw;
	cursor: pointer;
	position: relative;
	padding: 0 0.5vw;
}

#honor ul li::before {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background-color: transparent;
	left: 0;
}

#honor ul li::after {
	content: '';
	position: absolute;
	top: 6px;
	right: -1vw;
	width: 1px;
	height: 18px;
	background: #666;
}

#honor ul li:first-child::before {
	right: 0;
}

#honor ul li:last-child {
	padding-right: 0;
}

#honor ul li:last-child:after {
	content: unset;
}

#honor ul li.active,
#honor ul li:hover,
.nwcard:hover h3,
.nwcard:hover .btn,
.nwcard .btn:hover {
	color: #2b61c6;
}

#honor ul li.active::before {
	background-color: #2b61c6;
}

.picbox {
	width: 100%;
	padding: 2px;
	background: #eef0f3;
	border: 1px solid #ededed;
	margin-bottom: 20px;
	overflow: hidden;
}

.picbox&gt;div {
	height: 450px;
	overflow: hidden;
}

.picbox&gt;div&gt;img {
	width: 100%;
	transition: all 0.5s;
}

.picbox h3 {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	margin: 20px 15px 25px;
}

.picbox:hover img {
	transform: scale(1.1);
}

.solur {
	margin: 0 auto;
	text-align: center;
}

.solur img {
	max-width: 75%;
}

#solucj p img {
	width: 70%;
	transition: all 0.36s;
}

#solucj p img:hover {
	transform: scale(1.05);
}

.rtelist br,
.tit br,
.footer-copyright br {
	display: none;
}

#fangan {
	margin-top: 55px !important;
	width: 100%;
}

#fangan .tbg .c {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0 4%;
}

.articlecont {
	padding: 95px 0 60px;
}

#fangan .tbg .c .c2 {
	font-family: tahoma, \5FAE\8F6F\96C5\9ED1, 'Source Han Sans CN', '微软雅黑', sans-serif, Arial;
	padding-top: 15px;
	width: 50%;
	color: #ffffff;
	line-height: 2;
	font-size: 16px;
	font-weight: normal;
}

#fangan .c .c1 {
	-webkit-text-size-adjust: 100%;
	color: #fff;
	overflow-x: hidden;
	font-size: 38px;
	font-weight: bold;
}

.mchatext {
	display: none;
}
.mr-c{
	margin: 0 auto;
}
.nwcard {
	background: #fff;
	overflow: hidden;
	margin-bottom: 16px;
}

.nwcard .nwcardimg {
	overflow: hidden;
	display: flex;
	align-content: center;
	justify-content: center;
	height: 16vw;
	align-items: center;
}

.nwcard img {
	width: 100%;
	height: 100%;
	transition: all 1.5s ease;
	object-fit: cover;
}

.nwcard .box {
	padding: 1.8vw 1.8vw 3.2vw;
}

.nwcard h3 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 0;
}

.nwcard span {
	color: #666;
	margin: 10px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.nwcard em {
	display: block;
	font-style: normal;
	line-height: 3;
	color: #333;
}

.nwcard .btn {
	width: inherit;
	border: 0;
	height: inherit;
	font-size: inherit;
	color: #333;
	text-align: left;
	display: block;
}

.nwcard .btn:hover {
	background: none !important;
	border: 0 !important;
}

#fangan .tbg {
	width: 100%;
	height: 580px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	background-position: center;
}

#fangan .ctb {
	width: 168px;
	height: 61px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border-radius: 55px;
	padding-bottom: 7px;
	display: inline-block;
	margin-top: 40px;
}

#fangan .ctb img {
	position: absolute;
	width: 31px;
	height: 31px;
	line-height: 61px;
	margin-left: 22px;
	margin-top: 16px;
	display: block;
}

#fangan .ctb span {
	font-size: 20px;
	line-height: 58px;
	display: block;
	text-align: center;
	font-weight: lighter;
	margin-left: 30px;
	color: #fff;
}

#fangan .ctb:hover {
	background-color: #0059d1;
	border: none;
	transition: none;
	-webkit-transition: none;
	color: #ffffff;
}

#fangan .content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 1400px;
	padding: 60px 0;
}

#fangan .content .tit {
	font-size: 42px;
	color: #2b61c6;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
}

#fangan .content .tit1 {
	font-size: 25px;
}

#fangan .content .tit::after {
	position: absolute;
	content: '';
	width: 62px;
	height: 3px;
	background: #2b61c6;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: 75px;
}

#fangan .bgh {
	background-color: #f5f5f5;
}

#fangan .content p {
	line-height: 2;
	font-size: 17px;
	color: #333;
	text-align: left;
	padding-bottom: 20px;
	text-indent: 2em;
}

#fangan .content img {
	width: 100%;
	height: auto;
}

#fangan .content .row {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	margin-left: 25px;
	margin-right: 25px;
}

#fangan .content .row .g4 {
	width: calc((100% - 48px) / 3);
	height: 180px;
	background-color: #f1f6fb;
	margin: 8px;
	border-radius: 15px;
	display: flex;
	align-items: center;
}

#fangan .content .row .g4 .img {
	width: 40%;
	position: relative;
}

#fangan .content .row .g4 img {
	position: relative;
	left: unset !important;
	top: unset !important;
}

#fangan .content .row .g4 .text {
	width: 60%;
	position: relative;
}

#fangan .content .row .g4 .title {
	line-height: 26px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-top: 22px;
	text-align: left;
	text-indent: unset;
	padding-bottom: 9px;
}

.search-list a {
	margin: 0 12px;
	margin-bottom: 24px;
	padding: 25px 40px;
	box-sizing: border-box;
	background: white;
	display: flex;
	padding-bottom: 33px;
}

.search-list:nth-child(odd) a {
	margin-left: 0;
}

.search-list:nth-child(2n) a {
	margin-right: 0;
}

.search-list a .name {
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.search-list a .detail {
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	padding: 20px 0;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

.search-list a .bar {
	width: 100%;
	font-size: 14px;
	color: #2b61c6;
	display: flex;
	justify-content: space-between;
}

.search-list .w3-third {
	padding: 0;
	display: flex;
	align-items: center;
	max-height: 10vw;
	overflow: hidden;
}

.search-list .w3-third img {
	width: 100%;
	display: block;
}

.search-list .time {
	color: #888;
}

.gg-arrow-right {
	box-sizing: border-box;
	position: relative;
	padding-left: 28px;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
	top: 3px;
}

.gg-arrow-right::after,
.gg-arrow-right::before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 3px;
}

.gg-arrow-right::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	bottom: 7px;
}

.gg-arrow-right::before {
	width: 16px;
	height: 2px;
	bottom: 10px;
	background: currentColor;
}

#fangan .content .row .g4 .info {
	text-indent: unset;
	max-width: 230px;
	font-size: 16px;
	line-height: 1.75;
	margin-right: 10px;
}

#fangan .bbar {
	width: 100%;
	height: 300px;
	background: url(/img/mgbfoot.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

#fangan .bbar .tel {
	line-height: 1.75;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
}

#fangan .content .row .info br:nth-child(2) {
	display: none;
}

#fangan .content .row .info br:nth-child(1) {
	display: block;
}

#fangan .content .row .text br {
	display: none;
}

#fangan .bbar .txt {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
}

#fangan .bbar .ctb {
	margin-top: 25px;
	border: none;
	background-color: #2b61c6;
	transform-origin: unset !important;
}

#fangan .bbar .ctb:hover {
	background-color: #0079d9;
}

.dt1 {
	z-index: 1500;
}

@media (min-width: 1480px) {
	#fangan .tbg .c {
		padding: 0 0;
		max-width: 1160px;
	}

	#fangan .content:not(.width) {
		max-width: 1160px;
	}

	.ts1 {
		height: 730px !important;
	}

	.ts1 .dt1&gt;* {
		margin-left: -5vw;
	}

	.ts1 .dt1 .c1 {
		font-size: 60px !important;
	}

	.ts1 .dt1 .c2 {
		max-width: 30vw !important;
	}
}

@media (max-width: 1200px) {
	#fangan .content .row {
		margin-left: 0;
		margin-right: 0;
	}

	#fangan .content .row .g4 {
		width: calc((100% - 48px) / 2);
	}

	#fangan .content .row .g4 img {
		position: relative;
		left: unset !important;
		right: unset !important;
	}

	#fangan .content .row .g4 .title {
		margin-bottom: 0;
	}

	.dots {
		display: none;
	}

	.dt1.tbg {
		max-width: calc(100% - 40px) !important;
	}
}

@media (max-width: 800px) {
	#fangan .content .row .g4 {
		width: 100%;
	}

	#fangan .content .row .g4 .title {
		margin-top: 36px;
	}

	#fangan .bbar .tel {
		font-size: 25px;
	}

	.md-list&gt;li {
		flex: 1 1 100% !important;
	}

	#proinfo #model .table-container {
		max-height: 2500px;
	}

	#proinfo #model th,
	#proinfo #model td {
		padding: 8px 10px;
		min-width: 120px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	#fangan .content {
		width: 92%;
	}
}

#proitem {
	margin-top: 60px;
}

.scroll {
	display: flex;
	justify-content: space-between;
}

.scroll .item {
	flex: 1;
	flex-basis: 33.33%;
	height: 450px;
	position: relative;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	margin-right: 1.25vw;
}

.scroll .item:last-child {
	margin-right: 0;
}

.scroll .header .text {
	font-weight: bold;
	font-size: 27px;
	color: white;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scroll .header .Sub-text {
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
	color: rgb(176 176 176);
}

.scroll .item:hover {
	flex-basis: 75%;
	background-size: cover !important;
}

.scroll .item:hover .content {
	opacity: 1;
	background: #154283cc;
}

.scroll .item:hover .button {
	display: block;
}

.scroll .box {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.scroll .header {
	text-align: left;
	padding: 35px 40px;
	transition: all 0.4s ease;
}

.scroll .item:hover .header {
	opacity: 0;
}

.scroll .content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 50px;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.scroll .content .text {
	font-size: 28px;
	color: white;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.scroll .content .btn-link {
	border: 1px solid white;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: white;
	padding: 8px 10px;
	line-height: 1.5;
	display: inline-block;
}

.scroll .active .content .text {
	animation: fadetop 1s ease both 0.3s;
}

.scroll .active .content .btn-link {
	animation: fadetop 1s ease both 0.5s;
	box-sizing: border-box;
}

.scroll .content .Sub-text {
	line-height: 2;
	margin: 10px 0 50px;
	color: white;
	font-size: 16px;
}

.scroll .active .content .Sub-text {
	animation: fadetop 1s ease both 0.4s;
}

@keyframes fadetop {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.scroll .button {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.solution {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.solution .swiper-slide {
	overflow: hidden;
}

.solution .swiper-slide .textbox {
	display: flex;
	align-items: flex-start;
	padding: 20px;
	box-sizing: border-box;
	color: white;
	flex-direction: column;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 150;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
	justify-content: flex-end;
}

.solution .swiper-slide .bg {
	height: 400px;
	background-size: cover;
	transition: 1s ease transform;
	background-position: center center;
}

.solution .swiper-slide .text {
	line-height: 1.4;
	font-size: 1.78vw;
	color: white;
	box-sizing: border-box;
	transform: translateY(15px);
	transition: 500ms all ease;
}

.solution .swiper-slide .subtext {
	color: #dedede;
	font-size: 15px;
	transform: translateY(15px);
	transition: 500ms all ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	margin-top: 5px;
}

.solution .swiper-slide:hover .bg {
	transform: scale(1.1);
}

.solution .swiper-slide:hover .text,
.solution .swiper-slide:hover .subtext {
	transform: translateY(0px);
	transition: 500ms all ease;
}

.solution .swiper-slide .textbox .more {
	opacity: 0;
	padding-top: 7px;
	transform: translateY(15px);
	transition: 500ms all ease;
}

.solution .swiper-slide:hover .textbox .more {
	display: block;
	opacity: 1;
	transform: translateY(0px);
	transition: 500ms all ease;
	color: white;
}

header .header-nav .sub-menu {
	position: absolute;
	left: 0;
	width: 100%;
	top: 85px;
	padding: 50px 0 35px;
	background: #fff;
	display: none;
	z-index: -1;
}

header .header-nav .sub-menu .container {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
}

header .header-nav .sub-menu .item {
	width: 15%;
	margin-bottom: 40px;
}

header .header-nav .sub-menu .item h3 {
	color: #2b61c6;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

header .header-nav .sub-menu .item.item-picture h3 {
	border-bottom: 0;
	padding-bottom: 0;
}

header .header-nav .sub-menu .item.item-picture {
	width: 40%;
}

header .header-nav .submenu-picture .picture {
	width: 100%;
	height: 188px;
}

header .header-nav .submenu-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header .header-nav .submenu-picture p {
	font-size: 14px;
	color: #666666;
	margin: 20px 0;
}

#newBridge .icon-right-center {
	top: 65% !important;
}

header .header-nav .submenu-picture .view-btn {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #2b61c6;
	font-size: 14px;
}

header .header-nav .submenu-picture .view-btn .arrow-right {
	margin-left: 5px;
}

header .header-nav .sub-menu.product .item h3 {
	color: #333333;
	display: flex;
	align-items: center;
}

header .header-nav .sub-menu.product .item h3 span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

header .header-nav .sub-menu .item h3 i {
	display: block;
	width: 32px;
	height: 52px;
	margin-right: 10px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

header .header-nav .sub-menu .item .submenu-list a {
	font-size: 14px;
	color: #666666;
}

header .header-nav .sub-menu.product .item .sub a {
	font-size: 16px;
	font-weight: bold;
	color: #2b61c6;
}

header .header-nav .sub-menu.product .item .sub:not(:first-child) {
	margin-top: 15px;
}

header .header-nav .sub-menu.product .item .sub+.sub {
	margin-top: 5px;
}

header .header-nav .sub-menu .item {
	margin-right: 5%;
}

header .header-nav .sub-menu .item:nth-child(5n),
header .header-nav .sub-menu .item:last-child {
	margin-right: 0;
}

header .header-nav .sub-menu.product .item,
header .header-nav .sub-menu.product .item:nth-child(5n) {
	margin-right: 3%;
}

header .header-nav .sub-menu .item h3:not(:first-child) {
	margin-top: 40px;
}

header .header-nav .submenu-list li+li {
	margin-top: 10px;
}

header .header-nav .submenu-list li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

header .bread-ico {
	cursor: pointer;
	user-select: none;
	margin-top: -7px;
	position: absolute;
	right: 16px;
}

.bread-ico .lines:after,
.bread-ico .lines:before,
header .bread-ico .lines {
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #333;
	transition: top 0.2s linear;
}

header .bread-ico .lines {
	transition: all 0.2s 0.4s ease;
	position: relative;
}

.bread-ico .lines:before,
header .bread-ico .lines:after {
	position: absolute;
	left: 0;
	content: '';
	transform-origin: 50% 50%;
	transition: top 0.2s 0.4s ease, transform 0.4s ease;
	height: 2px;
}

header .bread-ico .lines:before {
	top: 7px;
}

header .bread-ico .lines:after {
	top: -7px;
}

header .bread-ico.active .lines {
	transition: all 0.2s 0s ease;
	background: 0 0;
}

header .bread-ico.active .lines:after,
header .bread-ico.active .lines:before {
	transition: top 0.2s ease, transform 0.2s 0.3s ease;
	top: 0;
	width: 26px;
}

header .bread-ico.active .lines:before {
	transform: rotate3d(0, 0, 1, 45deg);
}

header .bread-ico.active .lines:after {
	transform: rotate3d(0, 0, 1, -45deg);
}

header .header-banner-menu li.login-top {
	position: relative;
}

header .header-banner-menu li.login-top .drop-ul {
	position: absolute;
	top: 28px;
	width: 100%;
	border: 1px solid #dbe0e6;
	border-radius: 5px;
	padding: 5px 10px;
	left: 2px;
	display: none;
	background: #fff;
	z-index: 1;
}

header .header-banner-menu li.login-top .drop-ul li {
	margin: 0;
}

header .header-banner-menu li.login-top .drop-ul a {
	font-size: 13px;
	line-height: 27px;
}

header .header-banner-menu li.login-top:hover .drop-ul {
	display: block;
}

header .header-nav .sub-menu.solution h3 {
	display: flex;
	align-items: center;
}

header .language {
	position: relative;
}

header .Hlang-box:before {
	display: none;
}

header .Hlang-box:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	position: absolute;
	top: -10px;
	left: 65px;
}

header .Hlang-box {
	top: 35px;
	left: -45px;
	bottom: unset;
}

header .language:hover .Hlang-box {
	display: block;
}

.rtelist {
	margin: 40px 0;
}

.solu li a span {
	font-weight: initial;
	font-size: 16px;
}

.rtelist li {
	width: 45%;
	display: inline-block;
	line-height: 85px;
	padding-left: 5%;
	background: #f8f9fa;
	font-size: 20px;
	margin: 15px 10px 15px 10px;
	transition: all 0.3s;
}

.solutionbg #product-list .solution-title {
	margin-top: 110px;
}

.topbar {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #ededed;
}

.ulist {
	text-align: center;
	margin: 2vw 0;
}

.ulist .btn {
	width: inherit;
	height: inherit;
	border: 1px solid #2b61c6;
	color: #2b61c6;
	display: inline-block;
	border-radius: 7px;
	margin-right: 6px;
	padding: 7px 15px;
	line-height: 1;
}

.ulist .btn:hover,
.ulist .current {
	color: #fff;
	background: #2b61c6;
}

.scroll .content .btn-link:hover {
	color: #fff;
	background: #fb8f03;
	border-color: #fb8f03;
}

.rtelist li:hover {
	color: #2b61c6;
	padding-left: 6%;
}

.btn .arrow-right {
	display: inline-block;
	margin-left: 10px;
}

.rtelist li::before {
	position: relative;
	content: '■';
	left: -2%;
	font-size: 20px;
	color: #2b61c6;
}

.nav-link a,
.nav-link .arrow-right {
	font-size: 16px;
	margin: 0 5px;
	display: inline-block;
}

.nav-link img {
	width: 20px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: text-top;
}

.swiper-container {
	height: 100vh;
}

.swiper-container1 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding: 0px;
	width: 95%;
}

.swiper-father {
	padding: 0 85px;
	position: relative;
	margin: 20px 0px 85px;
}

.tprolist {
	margin-top: 15px;
}

.tprolist li:hover,
.tprolist li.hv {
	background-color: #fff;
	border-color: #fff;
}

.tprolist li:hover a,
.tprolist li.hv a {
	color: #006ab7;
}

.tprolist li {
	padding: 0 15px;
	display: inline-block;
	margin: 5px 10px 10px 0;
	border: 1px solid #ffffff;
	font-size: 14px;
}

.tprolist li:first-child {
	margin-left: 0;
}

.probg {
	width: 100%;
	height: 410px;
	display: flex;
	align-items: center;
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
	background: url(../img/23453.jpg) top center no-repeat;
}

.banner-title {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
}

.banner-tip {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	margin-top: 15px;
	max-width: 640px;
}

.procard {
	background: #f9fafc;
	overflow: hidden;
	margin: 10px;
	position: relative;
}

.procard a {
	display: block;
}

.toplab {
	position: absolute;
	background: #dae9f8;
	top: 0px;
	padding: 2px 5px;
	color: #055cb5;
	border-radius: 8px;
	margin: 10px;
}

.procard a img {
	width: 100%;
	height: 100%;
	transition: all 1.5s ease;
	padding: 0.8vw 3.6vw;
}

.procard:hover a img {
	transform: scale3D(1.1, 1.1, 1.1);
}

.procard a .txt {
	margin: 0.96vw 1.92vw 1.92vw;
	text-align: center;
}

.procard a .txt .tit {
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	transition-duration: 0.5s;
	word-break: break-all;
}

.procard a .txt .tip {
	font-size: 13px;
	color: #5e5e5e;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 1em;
}

.containerlb .swiper-wrapper .swiper-a {
	width: 100%;
	height: 100%;
	display: block;
}

#pdf-container {
	display: none;
}

.w3-bar {
	margin: 30px;
	font-size: 20px;
}

.tabs i {
	margin-right: 10px;
	font-size: 18px;
}

.contactbg {
	width: 100%;
	height: 400px;
	background: url(../img/23453.jpg) top center no-repeat;
	background-size: cover;
    background-repeat: no-repeat;
}

.contactl {
	padding-right: 40px;
}

.contactl button {
	border-radius: 28px;
	color: #ffffff;
	font-size: 14px;
	padding: 1px 14px;
	text-decoration: none;
	background: #006fe3;
	cursor: pointer;
	white-space: nowrap;
}

footer {
	color: #a6a6a6;
	background: #252525;
	position: relative;
}

footer .footer-cont {
	padding: 70px 0 45px;
}

footer .footer-cont .container {
	display: flex;
	justify-content: space-between;
}

footer .footer-cont .footer-cell .sub {
	font-size: 20px;
	line-height: 42px;
	color: #d1d1d1;
	margin-bottom: 30px;
	position: relative;
}

#wechatshow span,
#wechatshow span:hover {
	background: transparent;
	font-size: 40px;
	color: #fff;
	position: absolute;
	right: 41px;
	top: 8px;
	cursor: pointer;
}

footer .footer-cont .footer-cell li {
	font-size: 16px;
}

footer .footer-cont .footer-cell li:not(:first-child) {
	margin-top: 20px;
}

footer .footer-cont .footer-cell.qr-code {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

footer .footer-cont .footer-cell.qr-code img {
	width: 116px;
	height: 116px;
}

footer .footer-cell.qr-code .rgt {
	margin-left: 45px;
}

footer .footer-cont .footer-cell.phone {
	font-size: 22px;
	font-weight: 700;
	color: #ffb900;
}

footer .footer-copyright {
	text-align: center;
	line-height: 30px;
	padding: 10px 0;
	border-top: 1px solid #5e5e5e;
}

.lft img {
	width: 15px;
	height: 15px;
	margin: 0 2px 0 15px;
}

footer .footer-copyright .sep {
	margin: 0 10px;
}

footer .footer-copyright .lan,
footer .footer-copyright .rgt {
	display: flex;
	align-items: center;
	cursor: pointer;
}

footer .footer-copyright .lan {
	margin-left: 25px;
}

footer .footer-copyright .mid {
	margin: 0 8px;
}

.footer-cell i {
	width: 42px;
	height: 42px;
	display: none;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	background: url(../img/iconArrH.png) no-repeat center center/14px auto;
}

.Footer-navarr.ontrue {
	transform: rotate(180deg);
}

.footer-lan {
	cursor: pointer;
	position: relative;
	height: 70px;
	line-height: 70px;
}

.procard a .txt .tit {
	min-height: 56px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.en header,
.en footer {
	text-transform: uppercase;
}

.no-transition {
	transition: none !important;
	transition-delay: 0s !important;
	transition-duration: 0s !important;
	transition-property: none !important;
}

.dots {
	position: absolute;
	width: 100%;
	height: 100%;
}

.dot {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #00b8ff;
	z-index: 999;
	color: white;
	font-size: 0.8vw;
	line-height: 10px;
}

.dot::after {
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #cdeaf5;
	animation: dot-play 4s linear 200ms infinite;
	animation-delay: 2s;
}

.dot::before {
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background-color: #cdeaf5;
	animation: dot-play 4s linear 400ms infinite;
}

.md-list {
	display: flex;
	justify-content: space-between;
	row-gap: 44px;
	margin: 65px 0;
	column-gap: 25px;
	align-items: stretch;
	flex-wrap: wrap;
}

.md-list&gt;li {
	background: #ffffff;
	border-radius: 30px;
	padding: 40px;
	flex: 1;
}

.md-list h3 {
	margin: 10px 0;
	font-weight: bold;
}

.md-list li {
	font-size: 16px;
}

.md-list li ul li span {
	line-height: 2.2;
	color: #999;
}

.md-list li ul li span:nth-of-type(2) {
	font-weight: bold;
}

.md-list button {
	margin: 25px 0;
	font-weight: bold;
	border: 1px solid #2b61c6;
	background: transparent;
	display: block;
	width: 100%;
	cursor: pointer;
}

.md-list ul li {
	display: flex;
	justify-content: space-between;
}

@keyframes dot-play {
	from {
		transform: scale(1);
		opacity: 0.6;
	}

	to {
		transform: scale(4);
		opacity: 0;
	}
}

.view3d-canvas,
#view3d-wrapper {
	width: 80vw;
	height: 92vh;
}

#view3d .view3d-wrapper .w3-display-topright,
#view3d .w3-display-topright:hover {
	background-color: unset;
	font-size: 40px;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
}

#view3d-wrapper {
	width: 80vw;
	height: 92vh;
	background-color: white;
	margin: auto;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	margin-top: 4vh;
}

#loader-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 100%;
	text-align: center;
}

#view3d-wrapper .controls {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin: 15px;
	font-size: 16px;
}

#view3d-wrapper .background-buttons {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 10px 20px;
}

#view3d-wrapper .background-buttons span {
	mix-blend-mode: difference;
	color: white;
}

#view3d-wrapper .background-buttons button {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #9a9a9a7a;
}

.loader {
	border: 10px solid #f3f3f3;
	border-top: 10px solid #3498db;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.dot span {
	line-height: 10px;
	margin-left: 19px;
	white-space: nowrap;
}

.dot1 {
	left: 67vw;
	top: 29vw;
}

.dot2 {
	left: 46vw;
	top: 29vw;
}

.dot3 {
	left: 28vw;
	top: 38vw;
}

.dot4 {
	left: 34vw;
	top: 33vw;
}

.dot5 {
	left: 79vw;
	top: 31vw;
}

.dot6 {
	left: 74vw;
	top: 43vw;
}

.dot7 {
	left: 62vw;
	top: 27vw;
}

.dot8 {
	left: 60vw;
	top: 44.5vw;
}

.dot9 {
	left: 73vw;
	top: 40vw;
}

.dot10 {
	left: 53vw;
	top: 33vw;
}

.dot11 {
	left: 45vw;
	top: 30vw;
}

.dot12 {
	left: 51vw;
	top: 48vw;
}

.imgs {
	position: relative;
}

.imgs img {
	display: none;
	width: 100%;
}

.imgs .on {
	display: block !important;
}

.imgs .texts {
	margin: 70px 0;
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	column-gap: 3vw;
	font-size: 1.4vw;
	font-weight: bold;
	background-color: #ffffffdb;
	padding: 10px 57px;
	border-radius: 50px;
}

.imgs .texts span {
	cursor: pointer;
}

.imgs .texts span.on {
	color: #2b61c6;
}

.imgs .content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: left !important;
	display: none;
	max-width: 1400px !important;
	top: 40px;
}

.imgs .content .tit {
	color: white !important;
	margin-bottom: 15px !important;
}

.imgs .content p {
	text-indent: inherit !important;
	color: white !important;
	font-size: 24px !important;
}

.imgs .content .tit::after {
	content: inherit !important;
}

.svg_img {
	width: 100%;
}

@media (max-width: 1590px) {
	header .header-nav .nav-li:not(:first-child) {
		margin-left: 45px;
	}
}

@media (max-width: 1700px) {
	.container {
		max-width: 1400px;
	}
}

@media (max-width: 1599px) {
	.container {
		max-width: 1280px;
	}

	header .header-nav .sub-menu.product .item {
		width: 17%;
	}
}

@media (max-width: 1439px) {
	.Header-Menu {
		padding: 0 16px;
	}
}

@media (max-width: 1359px) {
	.container {
		width: 92%;
	}

	header .Hlang-box {
		left: -65px;
	}

	header .header-nav li .nav-item {
		font-size: 18px;
	}

	.swiper-container {
		height: auto;
	}
}

@media (max-width: 1279px) {
	footer .footer-cont .footer-cell li {
		font-size: 14px;
	}

	footer .footer-cell.qr-code .rgt {
		margin-left: 10px;
	}

	.thumbnail-box .list {
		width: 88%;
	}

	.thumbnail-box .list .item {
		flex-basis: calc((100% - 83px) / 4);
	}
}

@media (max-width: 1151px) {
	footer .footer-cont .footer-cell .sub {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
	#protop ul li a {
		display: block;
	}

	header .header-nav .nav-li:not(:first-child) {
		margin-left: 3.2vw;
	}

	header .header-menu .header-nav {
		margin: 0 18px;
	}
}

@media (max-width: 1280px) {
	#protop {
		width: 98%;
		white-space: nowrap;
	}

	#protop ul li {
		width: 32%;
	}

	#protop ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#protop ul li em img {
		width: 12vw;
		height: auto;
	}

	#proinfo #intro img {
		width: 100% !important;
		height: auto !important;
	}
}

@media (max-width: 1000px) {

	header .header-nav .nav-item:after,
	.pro-category .iconfont,
	.homeMidWrap,
	#topbar,
	.txtr,
	.pror h1,
	.enlang,
	header .header-logo img:nth-of-type(2) {
		display: none;
	}

	header .header-logo img {
		padding: 8px 0;
	}

	.sright {
		height: 230px;
	}

	#protop ul li em img {
		width: 20vw;
		height: auto;
	}

	.container-wrapper {
		margin-top: 55px;
	}

	.top-box {
		top: 55px;
		border-top: 1px solid #e6e6e6;
		width: 100%;
	}

	#protop ul,
	header .header-logo img:nth-of-type(1) {
		display: block;
	}

	.top {
		position: static;
	}

	.articlecont {
		padding-top: 75px;
	}

	.pro-tab .pro-category ul li {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	header .bread-ico {
		display: block;
		margin-top: -3px;
	}

	header .header-menu .container {
		justify-content: space-between;
		width: 100%;
		padding: 0 20px;
		height: 55px;
	}

	.maxtitle,
	.mct {
		font-size: 4vw;
		position: relative;
	}

	.maxtitle::after {
		bottom: -0.527vw;
	}

	.containerlb {
		margin-top: 55px;
	}

	.swiper-slide .subtitle {
		width: auto;
	}

	.pror {
		padding: 25px;
	}

	#protop {
		width: 90%;
		top: 5vw;
		white-space: inherit;
	}

	.content-wrap section {
		padding: 8% 4.2%;
	}

	.swiper-slide .btn {
		width: 13vw;
		height: 4vw;
		min-width: 110px;
		min-height: 35px;
		font-size: 0.92rem;
	}

	.swiper-slide .title {
		font-size: 33px;
	}

	.swiper-slide .subtitle {
		font-size: 16px;
		line-height: 1.3;
	}

	.swiper-slide .container {
		left: 3vw;
	}

	.subtitle p {
		padding-top: 0.35vw;
	}

	#protop ul li {
		padding-left: 0;
		border-left: 0;
		width: 90%;
		height: auto;
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 15px;
		box-sizing: content-box;
		margin: auto 0;
	}

	#protop ul li em {
		width: 40%;
		height: auto;
		display: inline-block;
	}

	#protop ul li span {
		float: none;
	}

	.bmap-container {
		margin-top: 25px;
	}

	.w3-row-padding {
		margin: 0 -8px;
	}

	header .header-menu .header-nav {
		position: absolute;
		left: 0;
		background: #fff;
		top: 55px;
		width: 100%;
		padding: 20px;
		display: unset;
		visibility: hidden;
		opacity: 0;
		border-top: 1px solid #e6e6e6;
		transform: translate(0, -10px);
		transition: all ease 0.2s;
		height: auto;
	}

	header .header-nav li .nav-item {
		padding: 0;
		display: block;
	}

	header .header-nav li:not(:first-child) {
		margin-top: 10px;
	}

	header .header-nav li {
		position: relative;
	}

	header .header-pc .top {
		margin-right: 40px;
	}

	header .header-menu .header-nav.show {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0px);
	}

	.top-menu {
		display: block;
		width: 38px;
		height: 72px;
		background: url(../img/search-btn.png) no-repeat center 35px;
		transition: none !important;
		-webkit-transition: none !important;
	}

	.art-sidebar .img {
		height: 35vw;
	}

	.nwcard .nwcardimg {
		height: 32vw;
	}

	.Header-navarr {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/iconArrH.png) no-repeat center / 14px auto;
		cursor: pointer;
	}

	.Header-navarr.ontrue {
		transform: rotate(180deg);
	}

	header .header-nav .sub-menu {
		position: static;
	}

	#product-details-name .w3-row div:first-child {
		line-height: 1.5;
		font-size: 18px;
		margin: 7px 0 13px;
	}

	.pror h1 {
		font-size: 1.6em;
	}

	header .header-nav .sub-menu .container2 {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	header .header-menu .sub-menu .item {
		width: 100%;
	}

	header .header-nav .sub-menu .item:not(:first-child) {
		margin-top: 20px;
		margin-left: 0;
	}

	header .header-nav .sub-menu {
		visibility: visible;
		opacity: 1;
		display: none;
		transform: translate(0, 0px);
	}

	header .header-nav .nav-li.has .sub-menu {
		display: block;
	}

	header.site-on {
		height: 100%;
		overflow-y: auto;
	}

	.footer-cell i {
		display: block;
	}

	.footer-cell .link-group,
	.scroll .box {
		display: none;
	}

	footer .footer-cont .container {
		display: block;
	}

	footer .footer-cont .footer-cell.qr-code {
		justify-content: center;
	}

	footer .footer-cont .footer-cell.phone {
		text-align: center;
		margin-top: 20px;
	}

	header .header-pc .header-search input[type='text'] {
		opacity: 1;
	}

	footer .footer-cont .footer-cell li:last-child {
		margin-bottom: 20px;
	}

	footer .footer-copyright .rgt,
	footer .footer-copyright .lft {
		width: 100%;
		text-align: center;
	}

	footer .footer-copyright .container {
		flex-wrap: wrap;
	}

	footer .footer-copyright .beian {
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	footer .footer-copyright .rgt {
		justify-content: center;
	}

	.com-block {
		padding: 50px 0;
	}

	.com-title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	footer .footer-cont {
		padding: 50px 0 35px;
	}

	header .header-nav .sub-menu {
		-webkit-transition: unset;
		transition: unset;
		padding: 30px 0;
	}

	.footer-lan {
		height: unset;
		line-height: unset;
	}

	footer .footer-copyright {
		padding: 25px 0;
	}

	.footer-copyright br {
		display: inline;
	}

	.top-menu {
		height: 85px;
		background-size: 22px;
	}

	footer .footer-cont .footer-cell .sub {
		margin-bottom: 0;
	}

	header .header-nav .nav-li:not(:first-child) {
		margin-left: 0;
	}

	header .header-nav .sub-menu.product .item,
	header .header-nav .sub-menu .item.item-picture {
		width: 100%;
	}

	header .header-nav .sub-menu .item.item-picture {
		margin-top: 30px;
	}

	header .header-nav .sub-menu.product .item,
	header .header-nav .sub-menu.product .item:nth-child(5n),
	header .header-nav .sub-menu .item {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.article {
		margin-right: 0px;
	}

	header .header-nav .sub-menu .item:last-child {
		margin-bottom: 0;
	}

	header .header-nav .sub-menu .container,
	#download .w3-stretch {
		padding: 0;
	}

	header .header-nav .sub-menu .item:not(:first-child) {
		margin-top: 0;
	}

	header .header-nav .sub-menu .item h3 i {
		width: 20px;
		height: 30px;
		background-size: 20px 30px;
	}

	.scroll {
		flex-wrap: wrap;
		background-size: 100% !important;
		background: none;
	}

	.scroll .item,
	.scroll .item:hover {
		width: 100% !important;
		background-size: cover !important;
		height: 46vw;
		margin-top: 1.6vw;
		flex-basis: 100%;
		margin-right: 0;
	}

	.scroll .active .content .Sub-text,
	.scroll .active .content .text.scroll .active .content .btn-link {
		animation: none;
	}

	.scroll .box {
		top: 0;
	}

	.scroll .header {
		padding: 30px 30px 0;
	}

	.scroll .content {
		padding: 6.5vw 6.3vw 0;
	}

	.scroll .content {
		opacity: 1;
		background-image: linear-gradient(to bottom, #00366180 0, #00579c80 33%, rgb(0, 0, 0, 0) 60%) !important;
	}

	.abbg ul li span {
		font-size: 46px;
	}

	.scroll .item:nth-child(2) {
		margin-right: 0;
	}

	.nwcard span {
		font-size: 14px;
		margin: 10px 0;
	}

	#area {
		flex-direction: column;
	}

	#area .left,
	#area .rtop,
	#area .rbottom {
		height: 44vw !important;
	}

	#area .left,
	#area .rtop,
	#area .rbottom {
		width: 100%;
		height: auto;
		margin: 0 0 2vw 0;
		padding: 0;
	}

	#area .right {
		width: 100%;
		height: auto;
	}

	#area .subtxt,
	#area .btn {
		opacity: 1;
	}

	#area .btn {
		font-size: 1.8vw;
	}

	#area .sbtn {
		display: none !important;
	}

	#area .subtxt {
		width: 65%;
		margin: 10px 0;
		line-height: 1.5em;
		height: 3em;
		font-size: 14px;
	}

	#area .left::before,
	#area .rtop::before,
	#area .rbottom::before {
		opacity: 0.5;
	}

	.protab ul {
		padding: 2vw 0;
	}

	.protab ul li {
		padding-bottom: 2vw;
	}

	.procont ul li.active {
		flex-wrap: wrap;
	}

	.protab .icon {
		background-size: auto 6vw;
		height: 9vw;
	}

	.protab .text {
		font-size: 2.5vw;
		margin-top: 1vw;
	}

	.procont ul li a {
		width: calc(50% - 7.5px);
		margin-bottom: 15px;
		padding: 3vw 3vw 4vw;
	}

	.procont li a:nth-child(n + 2) {
		margin-left: 0;
	}

	.procont li a:nth-child(even) {
		margin-left: 15px;
	}

	.procont ul li a h3 {
		padding: 2.5vw 0 0 0;
		font-size: 3vw;
		margin: 0 0 1vw;
	}

	.solution .swiper-slide .text {
		font-size: 1.4rem;
	}

	.procont ul li a span {
		font-size: 1rem;
	}

	.pc-hide {
		display: block !important;
	}

	#fangan .tbg {
		padding-top: 20px;
		padding-left: 0px;
		padding-top: 0px;
		padding-left: 15px;
		height: auto;
		background-size: cover;
	}

	.ulist .btn {
		padding: 2vw 3.4vw;
		font-size: 15px;
	}

	.big-box {
		display: none !important;
	}

	header {
		background: #fff;
	}

	.header-logo {
		height: 100%;
		line-height: 40px;
	}

	#fangan .tbg .c {
		width: 92%;
		padding: 40px 0 30px 0;
	}

	#fangan .c .c1 {
		font-size: 26px;
	}

	.top {
		filter: none;
	}

	#fangan .tbg .c .c2 {
		font-size: 14px;
		width: auto;
	}

	.newstop {
		padding-top: 55px;
	}

	#fangan .ctb {
		transform: scale(0.65, 0.7);
		margin-top: 35px;
		transform-origin: top left;
	}

	#fangan .content {
		width: 92%;
		font-size: 14px;
		padding: 40px 0;
	}

	#fangan .content .tit {
		font-size: 26px;
	}

	#fangan .content p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	#fangan .content .tit::after {
		height: 2px;
		top: 55px;
	}

	.search-list a {
		margin: 5px 0 12px;
	}

	#engineer-chat .name {
		writing-mode: initial;
		position: absolute;
		bottom: 15px;
		padding: 10px;
		height: auto;
		background: #054eb5a8;
		letter-spacing: inherit;
		font-size: 14px;
		white-space: nowrap;
	}

	#engineer-chat .qrcode p {
		font-size: 1.5vw;
	}

	.md-list&gt;li {
		flex: 1 1 45%;
	}

	.imgs img {
		width: 100vw;
		height: 80vh;
		object-fit: cover;
	}

	.imgs .content {
		background: #00000052;
	}
}

@media (max-width: 600px) {
	.abbg {
		padding: 35px 0 75px;
	}

	.abbg ul li span {
		font-size: 24px;
	}

	.article {
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.swiper-father {
		margin-bottom: 55px;
		padding: 0;
	}

	.article .content p img {
		width: 90% !important;
	}

	#newBridge .nb-icon-right-center {
		top: 75% !important;
	}

	.search-list a {
		flex-direction: column-reverse;
		padding: 15px 20px;
	}

	.search-list .w3-third img {
		padding-bottom: 30px;
	}

	#magnifier {
		margin-right: 0;
	}

	.pror {
		margin-top: 25px;
	}

	.sleft {
		padding: 28px 0;
	}

	#mc1 {
		line-height: 2;
		margin: 20px 0 20px;
		font-size: 14px;
	}

	.maxtitle,
	.mct {
		font-size: 6.5vw;
		margin: 25px 0 30px;
	}

	.maxtitle::after {
		bottom: -1.527vw;
		border-top: 3.5px solid #2b61c6;
		width: 30px;
		border-right: 0;
	}

	.mc .btn {
		font-size: 12px;
		padding: 0px 24px;
		line-height: 34px;
		border-radius: 17px;
	}

	.abbg ul li p {
		font-size: 14px;
	}

	.article h1 {
		font-size: 19px;
	}

	#proitem {
		margin-top: 49px;
	}

	#download .w3-half,
	.solutionlist li {
		padding: 0;
	}

	#zsview .w3-modal-content {
		top: calc((100vw -100%) / 2 * 0.8);
	}

	.probg,
	.contactbg {
		height: 230px;
		min-width: 230px;
		height: auto;
		padding-bottom: 34px;
	}

	.solution-title,
	.banner-title {
		font-size: 24px;
		margin-top: 28px;
	}

	.-container {
		width: 95%;
		margin: auto;
	}

	.solution-tip,
	.banner-tip {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
	}

	#n89 {
		border-right: none;
		padding: 0 0 0 20px;
	}

	.contactl {
		padding-right: 0;
	}

	#wechatshow&gt;div:first-child {
		width: 85%;
		min-width: auto;
	}

	.procard a .txt .tit {
		min-height: 40px;
		font-size: 12px;
		line-height: 20px;
	}

	#wechatshow span,
	#wechatshow span:hover {
		font-size: 39px;
		right: 35px;
		margin: 0;
	}

	.swiper-slide .title {
		font-size: 6.8vw;
		margin: 12.2vw 0 0;
	}

	.swiper-slide .subtitle {
		line-height: 1.5;
		font-size: 4.4vw;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 2% 0 2%;
	}

	.bannerText {
		width: 90%;
	}

	.subtitle p {
		line-height: 1.5;
	}

	.swiper-slide .btn {
		position: absolute;
		bottom: 10.5%;
		width: auto;
		height: auto;
		min-width: inherit;
		min-width: inherit;
		padding: 0 5%;
		border: 1px solid #ffffff;
		background: transparent;
		font-size: 14px;
	}

	.qr-code,
	.page-num,
	.protab .tab-line {
		display: none !important;
	}

	.pro-center {
		margin-top: 0 !important;
	}

	#protop ul li a {
		display: flex;
	}

	.thumbnail-box .list .item {
		flex-basis: calc((100% - 16px) / 4);
		margin: 2px;
	}

	.picbox&gt;div {
		height: calc((92vw - 82px) / 2 * 1.25);
		overflow: hidden;
	}

	.picbox h3 {
		margin: 10px;
	}

	#honorlist {
		margin: 0 -16px;
	}

	#honor ul li {
		font-size: 14px;
		padding: 0;
		margin: 0 3vw;
	}

	#honor ul li::after {
		right: -3vw;
		height: 15px;
	}

	#zsview .w3-modal-content {
		height: auto;
	}

	.ulist {
		margin: 0 0 5vw;
	}

	#zsview img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	footer .footer-cont .footer-cell.qr-code img {
		width: 25vw;
		height: 25vw;
	}

	#product-details-header {
		margin: 10px 0;
	}

	.content-wrap {
		padding: 22px 0;
	}

	.pror .btn {
		width: auto;
		height: auto;
		padding: 1.5vw 3.5vw;
		font-size: 4vw;
		margin: 10% 5% 0;
	}

	footer .footer-cont {
		padding: 40px 0;
	}

	.com-title {
		font-size: 24px;
	}

	header .header-banner-menu li a,
	.tabs nav a span,
	.content-wrap section p,
	h4.subtitle,
	.toplab {
		font-size: 10px;
		padding: 0.5vw 0.9vw;
	}

	.btn {
		width: 102px;
		height: 32px;
		line-height: 29px;
		font-size: 14px;
	}

	.product .swiper-button-next,
	.product .swiper-button-prev,
	header .stock-number,
	.scroll .content,
	.lft img {
		display: none;
	}

	header .header-banner .container {
		justify-content: flex-end;
	}

	.Hlang-box {
		bottom: 35px;
	}

	#download .file {
		margin-bottom: 11px;
	}

	.procard {
		margin: 4px;
	}

	.procard a .txt {
		margin: 15px;
		height: 40px;
		line-height: 20px;
		overflow: hidden;
	}

	.swiper-container {
		height: 100%;
	}

	.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}

	#swiper-box1 .swiper-pagination-bullet {
		width: 30px;
		margin: 0 7px !important;
	}

	.scroll .box {
		display: block;
		background-image: linear-gradient(to bottom, #00010180 0, #192e3e80 33%, rgb(0, 0, 0, 0) 60%) !important;
	}

	.scroll .item:hover .header {
		opacity: 1;
	}

	.scroll .item,
	.scroll .item:hover {
		margin-top: 3.6vw;
	}

	.scroll .header .text {
		font-size: 18px;
		font-weight: 100;
	}

	.scroll .header .Sub-text {
		font-size: 12px;
	}

	.solution .swiper-slide .bg {
		height: 250px;
	}

	.pro-category ul {
		font-size: 0;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}

	.pro-tab .pro-category ul li {
		width: auto;
		padding: 0 10px;
		margin: 5px;
	}

	.nwcard .box {
		padding: 20px;
	}

	#engineer-chat .box {
		height: 150px;
	}

	#engineer-chat .textbox,
	#engineer-chat .imgbox {
		width: 50%;
		flex-direction: column;
		margin-top: -3.5vw;
		align-items: center;
	}

	#engineer-chat .imgbox img {
		height: 45vw;
	}

	#engineer-chat .qrcode em {
		height: 85px;
		width: 85px;
	}

	.swiper-slide .container {
		justify-content: flex-start;
		align-items: center;
		text-align: center;
		margin: 0;
		left: 0;
		width: 100%;
	}

	#area .subtxt {
		display: none !important;
	}

	#area .txt {
		font-size: 5vw;
		flex: 0;
	}

	#area .box {
		padding: 8% 7%;
	}

	#area .btn {
		border: none;
		padding: 0;
		position: relative;
		line-height: 1;
		font-size: 13px;
	}

	#area .btn::after {
		content: ' &gt;';
		position: absolute;
		width: 8%;
		right: -10px;
		bottom: 0;
	}

	.protab .icon {
		background-size: auto 7vw;
		height: 9vw;
	}

	.protab .text {
		font-size: 2.55vw;
		width: 80%;
		margin: auto;
		overflow: hidden;
		line-height: 1.2;
	}

	.procont ul li a {
		width: unset;
		margin: 0 0 2vw;
		padding: 3.8vw;
		width: calc(50% - 1.05vw);
	}

	.procont li a:nth-child(even) {
		margin-left: 2vw;
	}

	.procont ul li a h3 {
		font-weight: bold;
		padding: 4vw 2vw 1vw;
		line-height: 1.5;
		margin: 0;
		font-size: 15px;
	}

	.nwlist .w3-col,
	.nwlist .w3-row-padding {
		padding: 0 !important;
	}

	.centertitle .title {
		margin: 50% 0 0 !important;
	}

	.centertitle .title span {
		font-size: 8vw !important;
	}

	.centertitle .subtitle span {
		font-size: 4vw !important;
	}

	.procont ul li a span,
	.solution .swiper-slide .subtext,
	#engineer-chat .qrcode p {
		font-size: 0.8rem;
	}

	#area .iconfont {
		font-size: 30px;
	}

	.nwcard {
		margin-bottom: 4vw;
	}

	#nwlist {
		margin: 0;
	}

	#nwlist .w3-col {
		padding: 0 !important;
	}

	.ulist .btn,
	.nwcard em {
		font-size: 14px;
	}

	.nwcard .nwcardimg {
		height: 45vw;
	}

	.pages a,
	.pages span {
		font-size: 14px;
		padding: 1% 2%;
		margin: 0 6px;
	}
}</pre></body></html>