/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
select,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

iframe{
	max-width: 100%!important;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei";
	outline: 0;
	border: none;
	-webkit-text-size-adjust: none;
}

html {
	font-size: 10px;
}

a {
	cursor: pointer;
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	color: inherit;
}

input,
textarea,
select,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
	/* -webkit-user-select: none;
	-webkit-touch-callout: none; */
}


input,::-webkit-input-placeholder {
	color: #979797;
}

input:-ms-input-placeholder {
	color: #979797;
}

input:-moz-placeholder {
	color: #979797;
	opacity: 1;
}

input::-moz-placeholder {
	color: #979797;
	opacity: 1;
}

textarea::-webkit-input-placeholder{
	color: #979797;
}

textarea:-ms-input-placeholder {
	color: #979797;
}

textarea:-moz-placeholder {
	color: #979797;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #979797;
	opacity: 1;
}


img {
	/* width: 100%; */
	display: block;
}




[v-cloak] {
	display: none;
}

.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

.marginNone {
	margin: 0 !important;
}

.marginLeft0 {
	margin-left: 0 !important;
}

.marginRight0 {
	margin-right: 0 !important;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.padding0 {
	padding: 0 !important;
}

.paddingLeft0 {
	padding-left: 0 !important;
}

.paddingRight0 {
	padding-right: 0 !important;
}

.paddingTop0 {
	padding-top: 0 !important;
}

.paddingBottom0 {
	padding-bottom: 0 !important;
}

.displayBlock {
	display: block !important;
}

.displayNone {
	display: none !important;
}

.textAlignCenter {
	text-align: center !important;
}

.textAlignLeft {
	text-align: left !important;
}

.textAlignRight {
	text-align: right !important;
}

.overflowHidden {
	overflow: hidden !important;
}

.clearFloat:after {
	clear: both;
	content: '.';
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.border0 {
	border: 0 !important;
}

.borderTop0 {
	border-top: 0 !important;
}

.borderbottom0 {
	border-bottom: 0 !important;
}

.borderLeft0 {
	border-left: 0 !important;
}

.borderRight0 {
	border-right: 0 !important;
}

.positionR {
	position: relative;
}

.positionA {
	position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.dot1row {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dot2row {
	width: 100%;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.dot3row {
	width: 100%;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 3;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.not-allowed {
	cursor: not-allowed !important;
	pointer-events: none;
}

body {
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.loading-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15%;
	background: rgba(0, 0, 0, .6);
	border-radius: 1.33333vw;
}

.loading-wrap img {
	width: 100%;
}

.headerContainer {
	position: relative;
	width: 100%;
	/* height: 5.20833vw; */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 11.45833vw;
	justify-content: space-between;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 0.88541vw;
	padding-bottom: 1.5625vw;
	padding-left: 200px;
}

.weblogo-pc {
	display: block;
	width: 19.37499vw;
	height: 2.8125vw;
	position: relative;
	top: 0.3125vw;
}

.rightNavBox {
	display: flex;
	flex-direction: column;
	/* padding: 0.9375vw 0 ; */
}

.rightNavBox .topTip {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.72916vw;
	color: #0A50B4;
	margin-bottom: 0.88541vw;
	justify-content: flex-end;
}

.rightNavBox .topTip a {
	cursor: default;
}

.rightNavBox .topTip .line {
	width: 0.05208vw;
	height: 0.72916vw;
	background-color: #0A50B4;
	margin: 0 0.78125vw;
}

.rightNavBox .bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rightNavBox .bottom .navWrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rightNavBox .bottom .navWrap .nav-item>a {
	font-size: 0.9375vw;
	color: #262728;
	margin-right: 2.08333vw;
	line-height: 1;
	display: block;
	position: relative;
	/* display: block;
	padding-bottom: 0.52083vw;
	border-bottom: 0.20833vw solid transparent; */
}

.rightNavBox .bottom .navWrap .nav-item:last-child a{
	margin-right: 0;
}

.rightNavBox .bottom .navWrap .nav-item>a:hover {
	color: #0A50B4;
}

.rightNavBox .bottom .navWrap .nav-item>a.on::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 1.5625vw;
}

.rightNavBox .bottom .navWrap a.active {
	color: #0A50B4;
	font-weight: 500;
}

.rightNavBox .bottom .navWrap a.active::after {
	display: block;
	content: '';
	width: 100%;
	height: 0.20833vw;
	background-color: #0A50B4;
	position: absolute;
	left: 0;
	bottom: -0.72916vw;
	border-radius: 0.10416vw;
}

.rightNavBox .bottom .navLine {
	width: 0.05208vw;
	height: 1.25vw;
	background-color: #8A8E93;
	margin-right: 2.08333vw;
	/* display: none; */
	margin-left: 2.08333vw;
}

.rightNavBox .bottom .EN-PC {
	font-size: 0.83333vw;
	color: #262728;
	font-size: 0.83333vw;
	/* display: none; */
}

/* 底部样式 */
.footerContainer {
	width: 100%;
	height: auto;
	background-color: #0A50B4;
	padding-top: 3.07291vw;
	display: flex;
	flex-direction: column;
}

.footerTopSection {
	width: 100%;
	padding: 0 11.45833vw;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	padding-bottom: 0.52083vw;
}

.footerTopSection .left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 52.08333vw;
}

.footerTopSection .left .bottomNavPart {
	display: flex;
	flex-direction: column;
}

.footerTopSection .left .bottomNavPart h4 {
	color: #fff;
	font-size: 1.04166vw;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.82291vw;
}

.footerTopSection .left .bottomNavPart .ah {
	font-size: 0.83333vw;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 1.04166vw;
	display: block;
}

.footerTopSection .left .bottomNavPart a:hover {
	opacity: 1;
}

.footerTopSection .right {
	display: flex;
	flex-direction: column;
	margin-left: 2.55208vw;
}

.footerTopSection .right .weblogo-bottom {
	width: 16.04166vw;
	margin-bottom: 4.0625vw;
	margin-left: 3vw;
}

.footerTopSection .right .bottomInfoBox {
	display: flex;
	flex-direction: column;
	padding-left: 3.17708vw;
}

.footerTopSection .right .bottomInfoBox .row {
	display: flex;
	flex-direction: row;
	margin-bottom: 1.14583vw;
	font-size: 0.83333vw;
	color: #fff;
}

.footerTopSection .right .bottomInfoBox .row:nth-child(3) .txt {
	text-transform: uppercase;
}

.footerTopSection .right .bottomInfoBox .row .icon {
	width: 1.04166vw;
	height: 1.04166vw;
	display: block;
	margin-right: 0.26041vw;
}

.footerTopSection .right .bottomInfoBox .row .txt {
	width: 11.61458vw;
}











.footerBottomInfo {
	width: 100%;
	height: 3.95833vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.83333vw;
	color: #fff;
	opacity: .6;
	border-top: 0.05208vw solid #fff;
}

/* banner图 */
.banner-wrap {
	width: 100%;
}

.banner-wrap img{
	width: 100%;
}

.banner-wrap img.mob {
	display: none;
}

/* 面包屑 */
.bread-wrap {
	width: 100%;
	background: #F3F5FA;
	padding: 1.25vw 0;
}

.bread-wrap .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 77.08333vw;
	margin: 0 auto;
}

.bread-wrap .inner span {
	font-size: 0.83333vw;
	line-height: 1;
	color: #848585;
}

/* .bread-wrap .inner a:hover {
	text-decoration: underline;
} */

.bread-wrap .inner a.home {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bread-wrap .inner a.home img {
	display: block;
	width: 0.83333vw;
	margin-right: 0.41666vw;
	flex-shrink: 0;
}

.bread-wrap .inner span::after {
	display: inline-block;
	content: "";
	width: 0.3125vw;
	height: 0.52083vw;
	background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/icon-arr-right.png") no-repeat;
	background-size: 100% 100%;
	margin: 0 0.41666vw;
	vertical-align: middle;
}
.bread-wrap .inner span:last-of-type::after {
	display: none;
}
.bread-wrap .inner a:last-child::after {
	display: none;
}

/* 主体内容 */
.main-wrap {
	width: 100%;
}

/* 版心 */
.inner {
	width: 77.08333vw;
	margin: 0 auto;
}

.main-wrap .inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

/* 左侧导航栏 */
.main-wrap .inner .main-nav {
	position: relative;
	width: 8.95833vw;
	padding-top: 3.125vw;
	flex-shrink: 0;
}

.main-wrap .inner .main-nav .item {
	position: relative;
	display: block;
	font-size: 0.9375vw;
	color: #262728;
	margin-bottom: 2.60416vw;
	transition: all .3s ease-in;
}

.main-wrap .inner .main-nav .item:last-child {
	margin-bottom: 0;
}

.main-wrap .inner .main-nav .item::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 0.20833vw;
	height: 100%;
	background: #0A50B4;
	opacity: 0;
	transition: all .3s ease-in;
}

.main-wrap .inner .main-nav .item.active {
	color: #0A50B4;
}

.main-wrap .inner .main-nav .item.active::before {
	opacity: 1;
}

/* 右侧内容 */
.main-wrap .inner .main-content {
	padding: 4.16666vw 0 5.20833vw;
	position: relative;
	padding-left: 4.16666vw;
	flex: 1;
	min-height: 30vw;
	width: 0;
}

.main-wrap .inner .main-content::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0.05208vw;
	height: 100%;
	background: #E2E2E2;
}

/* 移动端左侧导航栏 */
.product-nav-mob {
	display: none;
}


/* 页码 */
.main-wrap .inner .main-content .page-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-wrap .inner .main-content .page-list .btn {
	display: block;
	width: 1.77083vw;
	border-radius: 50%;
	font-size: 0.9375vw;
	line-height: 1.77083vw;
	color: #848585;
	text-align: center;
	transition: all .3s ease-in;
	margin-right: 0.26041vw;
}

.main-wrap .inner .main-content .page-list .btn.active {
	color: #fff;
	background: #0A50B4;
}

.main-wrap .inner .main-content .page-list .btn.prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin-right: 4.16666vw;
}

.main-wrap .inner .main-content .page-list .btn.prev .arr {
	display: block;
	width: 2.5vw;
	height: 2.5vw;
	background: url("../image/productCenter/arr-left-white.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 0.52083vw;
	transition: all .3s ease-in;
}

.main-wrap .inner .main-content .page-list .btn.next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin-left: 3.90625vw;
	margin-right: 0;
}

.main-wrap .inner .main-content .page-list .btn.next .arr {
	display: block;
	width: 2.5vw;
	height: 2.5vw;
	background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/arr-right-white.png") no-repeat;
	background-size: 100% 100%;
	margin-left: 0.52083vw;
	transition: all .3s ease-in;
}

/* 右侧工具栏 */
.tools-wrap {
	position: fixed;
	right: 0;
	bottom: 6.7708vw;
	width: 3.3333vw;
	box-sizing: border-box;
	background: #0A50B4;
	border-radius: 0.5208vw 0 0 0.5208vw;
	padding: 2.05vw 0;
	z-index: 99999;
}

.tools-wrap.sticky {
	position: absolute;
}

.tools-wrap .tools-item {
	position: relative;
	display: block;
	width: 1.8229vw;
	margin: 0 auto;
	margin-bottom: 2.0833vw;
}

.tools-wrap .tools-item>img {
	opacity: .4;
	transition: .2s all ease-in;
	width: 100%;
}

.tools-wrap .tools-item:last-child {
	margin-bottom: 0;
}

.tools-wrap .tools-item .qrcode-wrap {
	position: absolute;
	top: -2.2916vw;
	right: calc(100% + 1.8229vw);
	display: none;
	width: 6.25vw;
	box-sizing: border-box;
	padding: 0.2604vw 0.2604vw 0.5208vw;
	background: #0A50B4;
	border-radius: 0.5208vw;
}

.tools-wrap .tools-item .qrcode-wrap .qrcode-item {
	position: relative;
	padding-bottom: 0.5208vw;
	margin-bottom: 0.5208vw;
}

.tools-wrap .tools-item .qrcode-wrap .qrcode-item::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.0520vw;
	background: linear-gradient(to right, rgba(255, 255, 255, .2) 50%, transparent 50%);
	background-size: 0.3125vw 100%;
}

.tools-wrap .tools-item .qrcode-wrap .qrcode-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.tools-wrap .tools-item .qrcode-wrap .qrcode-item:last-child::before {
	display: none;
}

.tools-wrap .tools-item .qrcode-wrap img {
	margin-bottom: 0.5208vw;
	width: 100%;
}

.tools-wrap .tools-item .qrcode-wrap p {
	font-size: 0.625vw;
	color: #fff;
	text-align: center;
}

/* 回到页面顶部 */
.gotop-btn {
	position: fixed;
	right: 0;
	bottom: 3.125vw;
	display: none;
	padding: 0.4166vw;
	background: #0A50B4;
	border-radius: 0.5208vw 0 0 0.5208vw;
	cursor: pointer;
	z-index: 99;
}

.gotop-btn.sticky {
	position: absolute;
}

.gotop-btn img {
	width: 2.5vw;
	margin: 0 auto;
	opacity: .4;
	transition: all .2s ease-in;
}

.headerContainer-nav-mob {
	display: none;
}

.slide-nav-wrap {
	position: absolute;
	left: 0;
	display: none;
	top: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	border-radius: 0 0 1.04166vw 1.04166vw;
	z-index: 999;
}

.slide-nav-wrap .slide-nav-inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 77.08333vw;
	margin: 0 auto;
	padding: 2.08333vw 0;
}

.slide-nav-wrap .slide-nav-inner .left {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 31.24583vw;
}

.slide-nav-wrap .slide-nav-inner .left .item {
	min-width: calc((100% - 6.35vw) / 3);
	font-size: 0.9375vw;
	color: #262728;
	margin-right: 3.125vw;
	margin-bottom: 2.60416vw;
	transition: .2s all ease-in;
}

.slide-nav-wrap .slide-nav-inner .left .item:hover {
	color: #0A50B4;
}

.slide-nav-wrap .slide-nav-inner .left .item:nth-child(3n) {
	margin-right: 0;
}

.slide-nav-wrap .slide-nav-inner .left .item:nth-last-child(1),
.slide-nav-wrap .slide-nav-inner .left .item:nth-last-child(2),
.slide-nav-wrap .slide-nav-inner .left .item:nth-last-child(3) {
	margin-bottom: 0;
}

.slide-nav-wrap .slide-nav-inner .right {
	width: 15.625vw;
	margin-left: 11.35625vw;
}

/* 全局内容文字图片样式 */
.cont .main p,.cont p {
	line-height: 1.7 !important;
	color: #262728 !important;
	word-break: break-all;
	font-size: 0.9375vw!important;
	background-color: transparent!important;
}

.cont .main section,.cont section{
	line-height: 1.7 !important;
	color: #262728 !important;
	word-break: break-all!important;
	font-size: 0.9375vw!important;
	background-color: transparent!important;
}

.cont .main a{
	color: #0A50B4!important;
	word-break: break-all;

}

.cont .main img,.cont p,.wrap .cont img {
	/* width: auto !important; */
	max-width: 100% !important;
}

.cont .main img,.wrap .cont img {
	/* width: auto !important; */
	max-width: 100% !important;
	display: inline-block;
}

.wrap .recommend {
	margin-top: 2.5vw !important;
}

.wrap .recommend p {
	color: #262728;
	margin-bottom: 0.5vw;
}


.main-content .product-details .product-details-content .details-intro .content img {
	/* width: auto !important; */
	max-width: 100%;
	display: inline-block;
}

.main-content .product-details .product-details-content .details-intro .content a {
	color: #0A50B4 !important;
}

/* .main-content .product-details .product-details-content .details-intro .content p {
	line-height: 1.7 !important;
	color: #262728 !important;
	word-break: break-all;
	font-size: 0.9375vw!important;
	background-color: transparent!important;
} */

.main-content .product-details .product-details-content .details-intro .content section{
	line-height: 1.7 !important;
	color: #262728 !important;
	word-break: break-all!important;
	font-size: 0.9375vw!important;
	background-color: transparent!important;
}

/* .tableBox {
	width: 64.0625vw;
	width: 100%;
	height: auto;
	overflow-y: auto;
	border-radius: 0.52083vw;
} */

/*.main-content .product-details .product-details-content .details-intro .content table {*/
/*	min-width: 100%;*/
/*	border-radius: 0.52083vw;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr {*/
/*	height: 3.33333vw;*/
/*	color: #262728;*/
/*}*/

.main-content .product-details .product-details-content .details-intro .content table tr {
	font-size: 0.83333vw;
}

/*.main-content .product-details .product-details-content .details-intro .content table tr:first-child {*/
/*	height: 4.16666vw;*/
/*	background-color: #0A50B4 !important;*/
/*	color: #fff;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr td {*/
/*	text-align: center;*/
/*	box-sizing: border-box;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr td:nth-child(1) {*/
/*	width: 10%;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr td:nth-child(2) {*/
/*	width: 12%;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr td:nth-child(3) {*/
/*	width: 38%;*/
/*	padding: 0 2vw;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr td:nth-child(4) {*/
/*	width: 15%;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr td:nth-child(5) {*/
/*	width: 25%;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr:nth-child(odd) {*/
/*	background-color: #DFE9F9;*/
/*}*/

/*.main-content .product-details .product-details-content .details-intro .content table tr:nth-child(even) {*/
/*	background-color: #F3F5FA;*/
/*}*/

.cont .main table {
	min-width: 100%;
	border-radius: 0.52083vw;
}

.cont .main table tr {
	height: 3.33333vw;
	color: #262728;
}

.cont .main table tr {
	font-size: 0.83333vw;
}

.cont .main table tr:first-child {
	height: 4.16666vw;
	background-color: #0A50B4 !important;
	color: #fff;
}

.cont .main table tr td {
	text-align: center;
	box-sizing: border-box;
}

.cont .main table tr td:nth-child(1) {
	width: 10%;
}

.cont .main table tr td:nth-child(2) {
	width: 12%;
}

.cont .main table tr td:nth-child(3) {
	width: 38%;
	padding: 0 2vw;
}

.cont .main table tr td:nth-child(4) {
	width: 15%;
}

.cont .main table tr td:nth-child(5) {
	width: 25%;
}

.cont .main table tr:nth-child(odd) {
	background-color: #DFE9F9;
}

.cont .main table tr:nth-child(even) {
	background-color: #F3F5FA;
}

.innerH2 {
	font-size: 1.66666vw;
	color: #262728;
}

.headerContainer-mobile {
	display: none;
}

.footerContainer-mobile {
	display: none;
}

.page-list-mob {
	display: none;
}

.en-m {
	/*display: none;*/
}



@media screen and (min-width: 750px) {


	.gotop-btn:hover img {
		opacity: 1;
	}

	.tools-wrap .tools-item:hover>img {
		opacity: 1;
	}

	.main-wrap .inner .main-nav .item:hover {
		color: #0A50B4;
	}

	.main-wrap .inner .main-nav .item:hover::before {
		opacity: 1;
	}

	.main-wrap .inner .main-content .page-list .btn.num:hover {
		color: #fff;
		background: #0A50B4;
	}

	.main-wrap .inner .main-content .page-list .btn.next:hover .arr {
		background-image: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/icon-arr-right-blue.png");
	}

	.main-wrap .inner .main-content .page-list .btn.prev:hover .arr {
		background-image: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/icon-arr-left-blue.png");
	}



}



@media screen and (max-width: 750px) {
	/* .tableBox{
		width: 100%;
		border-radius: 1.33333vw;
	} */

	/* 	.tableBox{
		width: 100%;
		border-radius: 1.33333vw;
	} */

	.main-wrap .inner .main-content .tab-list ::-webkit-scrollbar{
		display: none!important;
	}

	div::-webkit-scrollbar{
		display: none!important;
	}

	.cont .main p, .cont p{
		font-size: 3.733vw!important;
		word-break: break-all!important;
		background-color: transparent!important;
	}

	.cont .main section, .cont section{
		background-color: transparent!important;
		font-size: 3.733vw!important;
		word-break: break-all!important;
	}


	.main-content .product-details .product-details-content .details-intro .content table {
		min-width: 100%;
	}

	.main-content .product-details .product-details-content .details-intro .content table tr {
		height: 8.53333vw;
		color: #262728;
	}

	.main-content .product-details .product-details-content .details-intro .content table tr {
		font-size: 3.2vw;
	}

	.main-content .product-details .product-details-content .details-intro .content table tr:first-child {
		height: 10.66666vw;
		background-color: #0A50B4 !important;
	;
		color: #fff;
	}

	.cont .main table {
		min-width: 100%;
	}

	.cont .main table tr {
		height: 8.53333vw;
		color: #262728;
	}

	.cont .main table tr {
		font-size: 3.2vw;
	}

	.cont .main table tr:first-child {
		height: 10.66666vw;
		background-color: #0A50B4 !important;
	;
		color: #fff;
	}

	.wrap .recommend {
		margin-top: 7vw !important;
	}

	.headerContainer-nav-mob {
		position: fixed;
		left: 0;
		bottom: -0.53333vw;
		width: 100%;
		height: 0;
		box-sizing: border-box;
		padding: 9.3333vw 5.3333vw 5.3333vw;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
		z-index: 999;
	}

	.headerContainer-nav-mob .en-m {
		width: 12vw;
		height: 6.66666vw;
		border-radius: 1.33333vw;
		background-color: #F3F5FA;
		font-size: 3.46666vw;
		text-align: center;
		line-height: 6.66666vw;
		color: #262728;
		text-transform: uppercase;
		position: absolute;
		top: 2.66666vw;
		right: 4vw;
		/* display: none; */
	}

	/* .headerContainer-nav-mob .nav-wrap {
		margin-bottom: 4vw;
	} */

	.headerContainer-nav-mob .nav-wrap.on h2::before {
		transform: translateY(-50%) rotate(180deg);
	}

	.headerContainer-nav-mob .nav-wrap h2 {
		position: relative;
		font-size: 4vw;
		line-height: 11.7333vw;
		font-weight: bold;
		border-bottom: 0.0520vw solid #F3F5FA;
	}

	.headerContainer-nav-mob .nav-wrap h2::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 2.6666vw;
		height: 1.6vw;
		background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/nav-arr-down.png") no-repeat;
		background-size: 100% 100%;
		transition: .2s all ease-in;
	}

	.headerContainer-nav-mob .nav-wrap h2.home::before {
		display: none;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list {
		display: none;
		margin-top: 5.3333vw;
		padding-bottom: 4vw;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list a {
		display: block;
		font-size: 3.46666vw;
		color: #848585;
		margin-bottom: 5.3333vw;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list a:last-child {
		margin-bottom: 0;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list a.active {
		color: #0A50B4;
	}

	.tools-wrap {
		display: none;
	}

	.headerContainer {
		display: none;
	}

	.headerContainer-mobile {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
		padding: 2.66666vw 4vw;
	}

	.headerContainer-mobile .logo {
		width: 36.8vw;
	}

	.headerContainer-mobile .rightIcon {
		width: 4.8vw;
		height: 4.8vw;
		background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/menu-head-m.png") no-repeat;
		background-size: 100% 100%;
		transition: .2s all ease-in;
	}

	.headerContainer-mobile .rightIcon.close {
		background-image: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/nav-close.png");
	}

	.footerContainer {
		display: none;
	}

	.footerContainer-mobile {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		padding: 2.53333vw 5.33333vw;
		box-sizing: border-box;
		background-color: #0A50B4;
		padding-bottom: 4vw;
	}

	.bottomNavList {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.bottomNavList .listRow {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.bottomNavList .listRow .out {
		width: 100%;
		height: auto;
		padding: 4vw 0;
		border-bottom: 0.13333vw solid #fff;
		font-size: 3.73333vw;
		color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.bottomNavList .listRow .out .plus {
		width: 2.66666vw;
		height: 2.66666vw;
		display: block;
		background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/icon-plus.png") no-repeat;
		background-size: 100% 100%;
	}

	.bottomNavList .listRow .out .minus {
		width: 2.66666vw;
		height: 2.66666vw;
		display: block;
		background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/icon-minus.png") no-repeat !important;
		background-size: 100% 100%;
	}

	.bottomNavList .listRow .out .arr {
		display: block;
		width: 2.93333vw;
		height: 1.6vw;
	}

	.bottomNavList .listRow .inside {
		display: flex;
		flex-direction: column;
		display: none;
	}

	.bottomNavList .listRow .inside a {
		display: block;
		font-size: 3.46666vw;
		color: #fff;
		opacity: 0.6;
		margin-bottom: 5.33333vw;
	}

	.bottomNavList .listRow .inside a:first-child {
		margin-top: 4.8vw;
	}

	.bottomInfo {
		display: flex;
		flex-direction: column;
		margin-bottom: 2.4vw;
		padding-top: 6.26666vw;
	}

	.bottomInfo .infoRow {
		display: flex;
		flex-direction: row;
		font-size: 3.2vw;
		color: #fff;
		margin-bottom: 2.4vw;
		align-items: center;
	}

	.bottomInfo .infoRow:first-child {
		align-items: baseline;
	}

	.bottomInfo .infoRow .info-icon {
		width: 2.66666vw;
		height: 2.66666vw;
		display: block;
		margin-right: 1.2vw;
	}

	.bottomInfo .infoRow .infoTxt {
		width: 54.66666vw;
	}

	.otherMediaGroup {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0 11.33333vw;
		justify-content: space-between;
		box-sizing: border-box;
		/* padding-top: 20.53333vw; */
		margin-bottom: 2.4vw;
	}

	.otherMediaGroup .imgBox {
		display: block;
		width: 6.4vw;
		height: 6.4vw;
		position: relative;
	}

	.otherMediaGroup .imgBox .codeImgBox {
		padding: 0.66666vw;
		background-color: #6C96D2;
		border-radius: 1.33333vw;
		position: absolute;
		top: -17.59999vw;
		left: 50%;
		transform: translate(-50%);

	}

	.otherMediaGroup .imgBox .codeImgBox .qrCodeBox {
		overflow: hidden;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.otherMediaGroup .imgBox .codeImgBox .qrCodeBox .codeImg {
		width: 14.66666vw;
		height: 14.66666vw;
		border-radius: 1.33333vw;
	}

	.otherMediaGroup .imgBox .codeImgBox .qrCodeBox .line {
		width: 0.13333vw;
		height: 12.93333vw;
		border-left: 0.13333vw dotted #fff;
		margin: 0 0.8vw;
	}

	.codeImgBox {
		display: none;
	}

	/* .otherMediaGroup .imgBox:first-child .codeImgBox{
		display: block;
	} */

	.otherMediaGroup .imgBox .codeImgBox .triangle {
		width: 2.66666vw;
		position: absolute;
		left: 50%;
		margin-left: -1.33333vw;
		bottom: -1.33333vw;
	}


	.otherMediaGroup .imgBox .mediaIcon {
		width: 100%;
		height: 100%;
	}

	.bottomFiling {
		font-size: 2.93333vw;
		color: #fff;
		opacity: .6;
	}



	.innerH2 {
		font-size: 4.26666vw;
		font-weight: bold;
	}

	.inner {
		width: 89.33333vw;
	}

	.banner-wrap img {
		display: none;
	}

	.banner-wrap img.mob {
		display: block;
		width: 100%;
	}

	.bread-wrap {
		display: none;
	}

	.main-wrap .inner .main-nav {
		display: none;
	}

	.main-wrap .inner .main-content {
		padding: 6.66666vw 0 10.66666vw;
		width: 100%;
	}

	.product-nav-mob {
		display: block;
		background: #fff;
		box-shadow: 0px 4px 14px 0px rgba(206, 210, 218, 0.36);
	}

	.product-nav-mob .inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 3.46666vw 0;
	}

	.product-nav-mob .inner .nav-name {
		font-size: 3.73333vw;
		line-height: 1;
		color: #262728;
	}

	.product-nav-mob .inner .arr {
		display: block;
		width: 2.66666vw;
		transition: .2s all ease-in;
	}

	.product-nav-mob .inner.show .arr {
		transform: rotate(-180deg);
	}

	.product-nav-mob .product-list {
		display: none;
		padding: 2.66666vw 5.6vw;
		border-top: 0.13333vw solid #F3F5FA;
	}

	.product-nav-mob .product-list .product-item {
		display: block;
		font-size: 3.46666vw;
		line-height: 8.53333vw;
		color: #848585;
	}

	.product-nav-mob .product-list .product-item.active {
		color: #0A50B4;
	}

	.main-wrap .inner .main-content .page-list {
		display: none;
	}

	/* 版心 */
	.inner {
		width: 89.33333vw;
	}

	.main-wrap .inner .main-content::before {
		display: none;
	}

	.page-list-mob {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 6.66666vw;
	}

	.page-list-mob .btn {
		display: block;
		width: 6.4vw;
	}

	.page-list-mob .txt {
		font-size: 3.2vw;
		color: #848585;
		margin: 0 6.66666vw;
	}

	.page-list-mob .txt span:first-child {
		font-size: 4vw;
		color: #0A50B4;
	}

	.page-list-mob .btn.prev span {
		display: block;
		width: 6.4vw;
		height: 6.4vw;
		background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/arr-left-grey.png") no-repeat;
		background-size: 100% 100%;
	}

	.page-list-mob .btn.next span {
		display: block;
		width: 6.4vw;
		height: 6.4vw;
		background: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/arr-right-grey.png") no-repeat;
		background-size: 100% 100%;
	}

}



/*
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}







.section-banner {
	width: 100%;
	height: 35.41666vw;
	overflow: hidden;
}

.section-banner .swiperIndex {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiperIndex .swiper-pagination {
	text-align: left;
	bottom: 5.72916vw;
	padding-left: 11.45833vw;
	box-sizing: border-box;
}

.swiperIndex .swiper-pagination .swiper-pagination-bullet {
	width: 1.5625vw;
	height: 0.20833vw;
	margin-right: 0.52083vw;
	background-color: #fff;
	opacity: .4;
	border-radius: 0.10416vw;
}

.swiperIndex .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.section-banner .swiperIndex .swiper-slide .banner {}


/* .section-intro{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: url("../img/companyIntroBg-index-pc.png") no-repeat;
	background-size: 100% 100%;
}

.section-intro .companyImg{
	width: 50vw;
	height: 43.75vw;
}

.rightIntroSection{
	display: flex;
	flex-direction: column;
	width: 34.6875vw;
	margin-left: 4.16666vw;
}

.rightIntroSection .title{
	font-size: 1.66666vw;
	color: #0A50B4;
	margin-bottom: 2.34375vw;
	
}

.rightIntroSection .keynote{
	font-size: 1.04166vw;
	color: #262728;
	margin-bottom: 1.19791vw;
}

.rightIntroSection p{
	font-size: 0.83333vw;
	color: #848585;
	margin-bottom: 2.5vw;
}

.rightIntroSection .more{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 9.375vw;
	height: 3.125vw;
	padding: 0 1.5625vw;
	justify-content: space-between;
	font-size: 0.83333vw;
	color: #f4f4f4;
	border-radius: 1.5625vw;
	background-color: #0A50B4;
	box-sizing: border-box;
}

.rightIntroSection .more .rightArr{
	width: 1.14583vw;
}

.companyDataSection{
	width: 77.08333vw;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2.23958vw 4.42708vw;
	border-radius: 1.04166vw;
	color: #fff;
	background-color: #0A50B4;
	position: relative;
	top: -4.47916vw;
	box-sizing: border-box;
	justify-content: space-between;
}

.companyDataSection .companyDataPart{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.companyDataSection .companyDataPart .topNum{
	font-size: 0.83333vw;
	margin-bottom: 1.04166vw;
}

.companyDataSection .companyDataPart .topNum .num{
	font-size: 2.08333vw;
}

.companyDataSection .companyDataPart .topNum .num{
	font-size: 2.08333vw;
}

.companyDataSection .companyDataPart .bottomTxt{
	font-size: 1.04166vw;
}

.companyKeySection {
	
} */

.section-product {
	width: 77.08333vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 4.01041vw;
	padding-bottom: 4.16666vw;
}

.section-product .h3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.35416vw;
}

.section-product .h3 span {
	font-size: 2.08333vw;
	color: #282828;
}

.section-product .h3 a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.section-product .h3 a span {
	font-size: 0.83333vw;
	color: #848585;
}

.section-product .h3 a .arr {
	width: 0.41666vw;
	display: block;
	margin-left: 0.625vw;
}

.section-product .tagRow {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1.61458vw;
}

.section-product .tagRow::-webkit-scrollbar {
	display: none;
}

.section-product .tagRow .tag {
	display: block;
	background-color: #F3F5FA;
	font-size: 0.83333vw;
	color: #262728;
	padding: 0.83333vw;
	border-radius: 1.25vw;
	margin-right: 1.04166vw;
	transition: all 0.2s linear;
}

.section-product .tagRow .tag:hover {
	background-color: #0A50B4;
	color: #fff;
}

.section-product .tagRow .active {
	background-color: #0A50B4 !important;
	color: #fff !important;
}

.section-product .productListBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-product .productListBox .listPart {
	width: 17.86458vw;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.97916vw;
	background-color: #F3F5FA;
	cursor: pointer;
}

.section-product .productListBox .listPart .productImgBox {
	width: 100%;
	height: 17.86458vw;
	overflow: hidden;
	background-color: #F3F5FA;
	padding: 1vw;
	box-sizing: border-box;
}

.section-product .productListBox .listPart .productImgBox img {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0.88541vw;
	transition: all 0.3s linear;
	transform: scale(1, 1);
	object-fit: contain;
}

.section-product .productListBox .listPart:hover .productImgBox img {
	transform: scale(1.04, 1.04);
}

.section-product .productListBox .listPart .productIntro {
	width: 100%;
	padding: 0 1.04166vw;
	box-sizing: border-box;
}

.section-product .productListBox .listPart .productIntro h3 {
	font-size: 1.04166vw;
	font-weight: bold;
	text-align: center;
	color: #262728;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.52083vw;
}

.section-product .productListBox .listPart .productIntro .p {
	font-size: 0.83333vw;
	color: #262728;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.section-product .productListBox .listPart .productIntro .p .moreArr {
	width: 3.125vw;
	height: 3.125vw;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1.5625vw;
	top: 0.3125vw;
	opacity: 0;
	transition: all .2s linear;
}

.section-product .productListBox .listPart .productIntro .p span {
	display: block;
	height: calc(0.83333vw * 1.5 * 2);
	opacity: 1;
	transition: all .2s linear;
}

.section-product .productListBox .listPart:hover .productIntro .p span {
	opacity: 0;
}

.section-product .productListBox .listPart:hover .productIntro .p .moreArr {
	opacity: 1;
}

.newsSection {
	width: 100%;
	height: auto;
	padding: 4.16666vw;
	background-color: #0A50B4;
	box-sizing: border-box;
}

.newsSection .inside {
	width: 77.08333vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.newsSection .h3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.97916vw;
}

.newsSection .h3 span {
	font-size: 2.08333vw;
	color: #fff;
}

.newsSection .h3 a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.newsSection .h3 a span {
	font-size: 0.83333vw;
	color: #fff;
}

.newsSection .h3 a .arr {
	width: 0.41666vw;
	display: block;
	margin-left: 0.625vw;
}

.newsSection .inside .newsContent {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.newsBannerBox {
	width: 37.5vw;
	height: 22.5vw;
	overflow: hidden;
	border-radius: 0.52083vw;
}

.newsBannerBox .newsSwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.newsBannerBox .newsSwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.newsBannerBox .newsSwiper .swiper-slide .newsBanner {
	width: 100%;
	height: 100%;
	transition: all 0.3s linear;
	transform: scale(1, 1);
}

.newsBannerBox .newsSwiper .swiper-slide:hover .newsBanner {
	transform: scale(1.04, 1.04);
}

.newsBannerBox .newsSwiper .swiper-slide .newsTitle {
	width: 100%;
	height: 4.01041vw;
	background: rgba(0, 0, 0, 0.4);
	padding-left: 1.5625vw;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;

}

.newsBannerBox .newsSwiper .swiper-slide .newsTitle h3 {
	width: 80%;
	line-height: 4.01041vw;
	font-size: 0.9375vw;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsSwiper .swiper-pagination {
	height: 4.01041vw;
	line-height: 4.01041vw;
	text-align: right;
	padding-right: 1.5625vw;
	z-index: 3;
	bottom: 0;
	/* padding-left: 11.45833vw; */
	box-sizing: border-box;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 0.41666vw;
	height: 0.41666vw;
	margin-left: 0.41666vw;
	background-color: #fff;
	opacity: .4;
	border-radius: 50%;
}

.newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.newsSection .inside .newsContent .newsListBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 36.71875vw;
}

.newsSection .inside .newsContent .newsListBox .newsRow {
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 1.82291vw;
}

.newsSection .inside .newsContent .newsListBox .newsRow:hover {
	opacity: 1;
}

.newsSection .inside .newsContent .newsListBox .newsRow:last-child {
	margin-bottom: 0;
}

.newsSection .inside .newsContent .newsListBox .newsRow .title {
	font-size: 0.9375vw;
	width: 27.44791vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsSection .inside .newsContent .newsListBox .newsRow .date {
	font-size: 0.83333vw;
}



.aboutUsSection {
	width: 100%;
	height: auto;
	padding: 4.16666vw 0;

}

.aboutUsSection .inside {
	width: 77.08333vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	position: relative;
}

.aboutUsSection .inside .leftImg {
	width: 38.54166vw;
	height: 33.75vw;
	border-radius: 0.52083vw;
	overflow: hidden;
}

.aboutUsSection .inside .leftImg img {
	width: 100%;
	height: 100%;
}

.aboutUsSection .inside .rightIntro {
	display: flex;
	flex-direction: column;
	padding-left: 4.16666vw;
	padding-top: 3.69791vw;
	width: 34.375vw;
	box-sizing: border-box;
}

.aboutUsSection .inside .icon {
	width: 5vw;
	display: block;
	position: absolute;
	right: 0;
	top: 2.1875vw;
}

.aboutUsSection .inside .rightIntro h3 {
	font-size: 2.08333vw;
	color: #262728;
	margin-bottom: 2.39583vw;
}

.aboutUsSection .inside .rightIntro h4 {
	color: #262728;
	font-size: 1.25vw;
	margin-bottom: 1.35416vw;
}

.aboutUsSection .inside .rightIntro h5 {
	font-size: 1.04166vw;
	color: #262728;
	margin-bottom: 1.19791vw;
}

.aboutUsSection .inside .rightIntro p {
	font-size: 0.83333vw;
	color: #262728;
	line-height: 1.6;
	margin-bottom: 2.44791vw;
}

.aboutUsSection .inside .rightIntro .more {
	display: block;
	width: 7.29166vw;
	height: 2.5vw;
	font-size: 0.83333vw;
	color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.25vw;
	background-color: #0A50B4;
}

.aboutUsSection .inside .rightIntro .more:hover {
	opacity: .9;
}

.section-banner .bannerM {
	display: none;
}

.section-banner .banner {
	display: block;
	width: 100%;
}
.advert {
	height: 0;
	position: relative;
	overflow: hidden;
}
.advert img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.advert .adv-close {
	position: absolute;
	right: 1.66666vw;
	top: 1.66666vw;
	width: 1.66666vw;
	height: 1.66666vw;
	background-image: url("https://www.sabo-machine.com/wp-content/themes/my-themes/images/close.png");
	background-size: contain;
	cursor: pointer;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {

	.section-banner {
		width: 100%;
		height: 128vw;
		overflow: hidden;
	}

	.section-banner .banner {
		display: none;
	}

	.section-banner .bannerM {
		display: block;
		width: 100%;
	}

	.section-banner .swiperIndex {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.swiperIndex .swiper-pagination {
		text-align: left;
		bottom: 10.66666vw;
		padding-left: 6.4vw;
		box-sizing: border-box;
	}

	.swiperIndex .swiper-pagination .swiper-pagination-bullet {
		width: 7.46666vw;
		height: 0.53333vw;
		margin-right: 2.66666vw;
		background-color: #fff;
		opacity: .4;
		border-radius: 0.26666vw;
	}

	.swiperIndex .swiper-pagination .swiper-pagination-bullet-active {
		opacity: 1;
		background-color: #fff;
	}

	.section-product {
		width: 89.33333vw;
		padding-top: 10.26666vw;
		padding-bottom: 7.19999vw;
	}

	.section-product .h3 {
		margin-bottom: 4.93333vw;
	}

	.section-product .h3 span {
		font-size: 4.8vw;
	}

	.section-product .h3 a span {
		font-size: 3.2vw;
	}

	.section-product .h3 a .arr {
		width: 1.6vw;
		margin-left: 2vw;
	}

	.section-product .tagRow {
		margin-bottom: 4vw;
		overflow-x: auto;
		display: block;
		white-space: nowrap;
	}

	.section-product .tagRow .tag {
		padding: 2.4vw 2.66666vw;
		font-size: 3.2vw;
		border-radius: 4vw;
		display: inline-block;
	}

	.section-product .productListBox {
		flex-wrap: wrap;
	}

	.section-product .productListBox .listPart {
		width: 43.33333vw;
		padding-bottom: 3.46666vw;
		margin-bottom: 2.66666vw;
	}

	.section-product .productListBox .listPart .productImgBox {
		height: 43.33333vw;
	}

	.section-product .productListBox .listPart .productImgBox img {
		margin-bottom: 2.13333vw;
	}

	.section-product .productListBox .listPart .productIntro h3 {
		font-size: 3.73333vw;
		margin-bottom: 2.13333vw;
	}

	.section-product .productListBox .listPart .productIntro .p {
		font-size: 3.2vw;
	}

	.section-product .productListBox .listPart .productIntro .p span {
		height: calc(3.2vw * 1.5 * 2);
	}

	.section-product {
		width: 89.33333vw;
		padding-top: 10.26666vw;
		padding-bottom: 7.19999vw;
	}

	.newsSection {
		padding: 7.19999vw 0;
	}

	.newsSection .h3 {
		margin-bottom: 4.93333vw;
	}

	.newsSection .h3 span {
		font-size: 4.8vw;
	}

	.newsSection .h3 a {
		line-height: 1;
	}

	.newsSection .h3 a span {
		font-size: 3.2vw;
	}

	.newsSection .h3 a .arr {
		width: 1.6vw;
		margin-left: 2vw;
	}

	.newsSection .inside {
		width: 89.33333vw;
	}

	.newsSection .inside .newsContent {
		flex-direction: column;
	}

	.newsBannerBox {
		width: 100%;
		height: 53.46666vw;
		border-radius: 2.66666vw;
		margin-bottom: 6.13333vw;
	}

	.newsBannerBox .swiper-slide .newsBanner {
		border-radius: 2.66666vw;
	}

	.newsBannerBox .newsSwiper .swiper-slide .newsTitle {
		height: 10.26666vw;
		padding-left: 2.66666vw;
	}

	.newsBannerBox .newsSwiper .swiper-slide .newsTitle h3 {
		font-size: 3.2vw;
		line-height: 10.26666vw;
	}

	.newsSwiper .swiper-pagination {
		height: 10.26666vw;
		line-height: 10.26666vw;
		padding-right: 2.66666vw;
	}

	.newsSwiper .swiper-pagination .swiper-pagination-bullet {
		width: 1.06666vw;
		height: 1.06666vw;
		margin-right: 1.06666vw;
	}

	.newsSection .inside .newsContent .newsListBox {
		width: 100%;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow {
		flex-direction: column;
		align-items: baseline;
		opacity: 1;
		margin-bottom: 4.8vw;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow .title {
		width: 100%;
		font-size: 3.73333vw;
		opacity: 1;
		margin-bottom: 2.13333vw;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow .date {
		opacity: 0.6;
		font-size: 3.2vw;
	}

	.newsSection .inside .newsContent .newsListBox .newsRow:nth-child(6),
	.newsSection .inside .newsContent .newsListBox .newsRow:nth-child(7),
	.newsSection .inside .newsContent .newsListBox .newsRow:nth-child(8) {
		display: none;
	}

	.aboutUsSection {
		padding-top: 0;
		padding-bottom: 13.33333vw;
	}

	.aboutUsSection .inside {
		flex-direction: column;
		width: 100%;
	}

	.aboutUsSection .inside .leftImg {
		width: 100%;
		height: 87.46666vw;
		border-radius: 1.33333vw;
	}

	.aboutUsSection .inside .rightIntro {
		padding: 0 5.33333vw;
		padding-top: 6.26666vw;
		width: 100%;
	}

	.aboutUsSection .inside .rightIntro h3 {
		font-size: 4.8vw;
		margin-bottom: 5.06666vw;
		font-weight: bold;
	}

	.aboutUsSection .inside .rightIntro h4 {
		font-size: 4vw;
		margin-bottom: 3.46666vw;
		font-weight: bold;
	}

	.aboutUsSection .inside .rightIntro h5 {
		font-size: 3.73333vw;
		margin-bottom: 3.2vw;
		font-weight: bold;
	}

	.aboutUsSection .inside .rightIntro p {
		font-size: 3.73333vw;
		margin-bottom: 6.66666vw;
	}

	.aboutUsSection .inside .rightIntro .more {
		width: 24vw;
		height: 8vw;
		font-size: 3.2vw;
		border-radius: 4vw;
	}

	.aboutUsSection .inside .icon {
		width: 12.8vw;
		top: 98vw;
		right: 8.26666vw;
	}
	.advert .adv-close {
		width: 3.66666vw;
		height: 3.66666vw;
	}

}        :root{--theme-color:#2F54EB;--theme-hover:#2A4FD6;}
        .header .nav>li{margin-left: 30px;}@media (max-width: 1199px){.header .nav>li{margin-left: 24px;}}@media (max-width: 1024px){.header .nav>li{margin-left: 0;}}                            .header .logo img{max-height: 30px;}
            .header.fixed .logo img{max-height: 30px;}
                    @media (max-width: 767px){
            .header .logo img{max-height: 32px;}
            .header.fixed .logo img{max-height: 32px;}
            }
                #modules-1{margin-top: 0;margin-bottom: 60px;}
#modules-2{margin-top: 0;margin-bottom: 60px;}
#modules-3{margin-top: 0;margin-bottom: 80px;}
#modules-4{margin-top: 0;margin-bottom: 60px;padding: 60px 0;background-color: #f9fbff;background-repeat: no-repeat;background-size: cover;background-position: center center;}
#modules-5 .feature-wrap .fea-1 .fea-icon{color: #2cb663;border-color: #2cb663;}
#modules-5 .f-layout-1 .fea-1:hover .fea-icon{background-color: #2cb663;color:#fff;}
#modules-5 .f-layout-3 .fea-1 .fea-icon{background-color: #2cb663;}
#modules-5 .f-layout-4 a.fea-1:hover .fea-item-title{color: #2cb663;}
#modules-5 .feature-wrap .fea-2 .fea-icon{color: #f4b329;border-color: #f4b329;}
#modules-5 .f-layout-1 .fea-2:hover .fea-icon{background-color: #f4b329;color:#fff;}
#modules-5 .f-layout-3 .fea-2 .fea-icon{background-color: #f4b329;}
#modules-5 .f-layout-4 a.fea-2:hover .fea-item-title{color: #f4b329;}
#modules-5 .feature-wrap .fea-3 .fea-icon{color: #f96c6c;border-color: #f96c6c;}
#modules-5 .f-layout-1 .fea-3:hover .fea-icon{background-color: #f96c6c;color:#fff;}
#modules-5 .f-layout-3 .fea-3 .fea-icon{background-color: #f96c6c;}
#modules-5 .f-layout-4 a.fea-3:hover .fea-item-title{color: #f96c6c;}
#modules-5 .feature-wrap .fea-4 .fea-icon{color: #bd72d9;border-color: #bd72d9;}
#modules-5 .f-layout-1 .fea-4:hover .fea-icon{background-color: #bd72d9;color:#fff;}
#modules-5 .f-layout-3 .fea-4 .fea-icon{background-color: #bd72d9;}
#modules-5 .f-layout-4 a.fea-4:hover .fea-item-title{color: #bd72d9;}
#modules-5 .feature-wrap .fea-5 .fea-icon{color: #249cfa;border-color: #249cfa;}
#modules-5 .f-layout-1 .fea-5:hover .fea-icon{background-color: #249cfa;color:#fff;}
#modules-5 .f-layout-3 .fea-5 .fea-icon{background-color: #249cfa;}
#modules-5 .f-layout-4 a.fea-5:hover .fea-item-title{color: #249cfa;}
#modules-5 .feature-wrap .fea-6 .fea-icon{color: #0acfd7;border-color: #0acfd7;}
#modules-5 .f-layout-1 .fea-6:hover .fea-icon{background-color: #0acfd7;color:#fff;}
#modules-5 .f-layout-3 .fea-6 .fea-icon{background-color: #0acfd7;}
#modules-5 .f-layout-4 a.fea-6:hover .fea-item-title{color: #0acfd7;}
#modules-6{margin-top: 0;margin-bottom: 60px;}
