[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;
}

.weblogo-pc {
	display: block;
	width: 14.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;
	flex: 1;
    margin-right: 2vw;
}

.footerTopSection .left .bottomNavPart h4 {
	color: #fff;
	font-size: 1.04166vw;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.82291vw;
	white-space: nowrap;
}

.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("../image/productCenter/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;
	padding-right: 2vw;
    box-sizing: border-box;
}

.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: -2vw;
	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("../image/productCenter/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: 13.7708vw;
	/* 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; */
	bottom: 10.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: 38.24583vw;
}

.slide-nav-wrap .slide-nav-inner .left .item {
	min-width: calc((100% - 6.35vw) / 2);
	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(2n) {
	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("../image/productCenter/icon-arr-right-blue.png");
	}

	.main-wrap .inner .main-content .page-list .btn.prev:hover .arr {
		background-image: url("../image/productCenter/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("../img/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(../img/menu-head-m.png) no-repeat;
		background-size: 100% 100%;
		transition: .2s all ease-in;
	}

	.headerContainer-mobile .rightIcon.close {
		background-image: url("../img/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(../img/icon-plus.png) no-repeat;
		background-size: 100% 100%;
	}

	.bottomNavList .listRow .out .minus {
		width: 2.66666vw;
		height: 2.66666vw;
		display: block;
		background: url(../img/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("../image/productCenter/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("../image/productCenter/arr-right-grey.png") no-repeat;
		background-size: 100% 100%;
	}
	/* 移动端导航电话 */
	.headerContainer-mobile .nav-tel {
		display: flex;
		align-items: center;
	}
	.headerContainer-mobile .nav-tel img {
		width: 3.2vw;
		height: auto;
	}
	.headerContainer-mobile .nav-tel span {
		font-size: 3.2vw;
		font-weight: 500;
		color: #0A50B4;
		margin-left: 1vw;
	}
}

