/* 定义字体 */

@font-face {
	font-family: 'MiSans';
	src: url('fonts/MiSans-Regular.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-Regular.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-Regular.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-Bold';
	src: url('fonts/MiSans-Bold.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-Bold.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-Bold.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: 'MiSans-Medium';
	src: url('fonts/MiSans-Medium.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-Medium.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-Medium.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-DNaNpxibold';
	src: url('fonts/MiSans-DNaNpxibold.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-DNaNpxibold.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-DNaNpxibold.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: bold;
	font-style: bold;
}

/* 使用字体 */
html,
body {
	margin: 0;
	padding: 0;
	/* 指定使用 MiSans 字体，如果不可用则回退到 sans-serif */
	font-family: 'MiSans', sans-serif;
	font-weight: normal;
}

ul,
li {
	margin: 0px;
	padding: 0px;
}

html {
	/* IE 和 Edge */
	-ms-overflow-style: none !important;
	/* Firefox */
	scrollbar-width: none !important;
	/* 允许垂直滚动 */
	overflow-y: scroll !important;
}

button:focus {
	outline: none !important;
}

.topzindex {
	position: absolute !important;
	z-index: 999 !important;
}

/* 隐藏滚动条 */
html::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none !important;
}

.set100vh {
	min-height: 100vh !important;
	height: 100% !important;
}

#fullpage {
	float: left;
	width: 100%;
	min-height: 100vh;
}

.section {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-video {
	float: left;
	width: 100%;
	height: 100%;
}

.section-video video {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-info {
	position: absolute;
	bottom: 47.5%;
	width: 100%;
	min-height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 34px;
	text-align: center;
	font-weight: 500;
	display: none;
	animation: moveUp 1.5s forwards;
	/* 动画持续1秒，1次交替播放 */
}

.active {
	display: block;
}

.header {
	position: absolute;
	width: 100%;
	height: 646px !important;
	z-index: 999;
}

.header .items-container {
	position: absolute;
	width: 166px;
	height: auto;
	z-index: 999;
}

.header .items-container .item,
.header .items-container .btnnav,
.header .items-container .ovrly {
	height: auto !important;
	z-index: 998 !important;
}

.header .items-container .ovrly {
	/*background-color:#ffffff !important;*/
	background: none !important;
}

.header .items-container .btnnav {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.header .items-container .navs {
	position: relative;
	width: 100%;
	min-height: 35px;
	margin-top: 56px;
	z-index: 999 !important;
}

.header .items-container .navs .nav-item {
	float: left;
	width: 100%;
	text-align: left;
	min-height: 19px;
	line-height: 19px;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 16px;
}

.header .items-container .navs .nav-item .nav-item-main {
	float: left;
	width: 246px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	margin-left: 80px;
	/*padding-left: 4%;*/
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	text-decoration: none;
}

/*
.header .items-container .navs .nav-item .nav-item-main-on {
	text-decoration: underline !important;
}
*/

.header .items-container .navs .nav-item {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 20px;
}

.header .items-container .navs .nav-item-not {
	margin-top: 0px;
}

.header .items-container .btnnav:hover .navs .nav-item {
	animation: sideNavBgAnimation 1s forwards;
}

.header .items-container .btnnav:hover .navs .nav-itemsub {
	/*background-image: url(../images/item-sub.png) !important;*/
}

.header .items-container.active .btnnav .navs .nav-item-not,
.header .items-container .btnnav:hover .navs .nav-item-not {
	background: none !important;
}

.header .items-container .navs .nav-item .nav-item-children {
	float: left;
	width: 100%;
	min-height: 24px;
	line-height: 24px;
	color: #ffffff;
	display: none;
	margin-top: 8px;
}

.header .items-container .navs .nav-item .nav-item-children a {
	float: left;
	width: 50%;
	height: 24px;
	line-height: 24px;
	color: #E8EAEC;
	margin-left: 80px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 6px;
	/*
	text-indent: 10px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: left center; 
	background-size: auto 60%;
	*/
}

.header .items-container .navs .nav-item.active .nav-item-main {
	color: #ffffff;
	font-weight: 600;
}

.header .items-container.active .btnnav .navs .nav-item-main,
.header .items-container.active .btnnav .navs .nav-item .nav-item-main,
.header .items-container.active .btnnav .navs .nav-item .nav-item-children a,
.header .items-container.active .btnnav .navs .nav-item.active .nav-item-main,
.header .items-container .btnnav:hover .navs .nav-item-main,
.header .items-container .btnnav:hover .navs .nav-item .nav-item-main,
.header .items-container .btnnav:hover .navs .nav-item .nav-item-children a,
.header .items-container .btnnav:hover .navs .nav-item.active .nav-item-main {
	animation: sideNavAnimation 1s forwards;
	/*opacity: 0.5 !important;*/
}

.header .items-container .btnnav .navs .nav-item.active .nav-item-main {
	/*background-image: url(../images/dot.png);*/
}

.header .items-container.active .btnnav .navs .nav-item.active .nav-item-main,
.header .items-container .btnnav:hover .navs .nav-item.active .nav-item-main {
	/*opacity: unset !important;*/
}

.header .items-container.active .btnnav .navs .nav-item.active .nav-item-main,
.header .items-container .btnnav:hover .navs .nav-item.active .nav-item-main {
	/*background-image: url(../images/dot-on.png);*/
}

.header .items-container.active .btnnav .navs .nav-item .nav-item-children,
.header .items-container .btnnav:hover .navs .nav-item .nav-item-children {
	/*background-color: #f8f8f8 !important;*/
}

.header .items-container .btnnav:hover .navs .nav-item .nav-item-children a {
	/*opacity: 0.5 !important;*/
}

.header .items-container .btnnav:hover .navs .nav-item .nav-item-children a:hover {
	/*color: #333333 !important;
	opacity: 1 !important;*/
}


.header .logo {
	float: left;
	width: 100%;
	height: 125px;
	text-align: center;
	z-index: 998;
	position: relative;
	margin-top: 56px;
}

.header .nav {
	float: right;
	width: auto;
	height: 125px;
	text-align: center;
	z-index: 999;
	position: relative;
	margin-top: -125px;
	margin-right: 80px;
}

.header .nav img,
.header .nav span {
	float: left;
	margin-left: 23.5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
}

.header .lang {
	font-family: MiSans-Medium;
}

.header .lang.active,
.header .lang:hover {
	color: #38B2FF !important;
}

.header .lang.activeb {
	color: #0000E1 !important;
}
.header-float-bgmain{
	float: left !important;
	position: inherit !important;
	background-color: #a7c741;
}
.footer {
	float: left;
	width: 100%;
	min-height: 357px;
	background-color:#74a1fcb8;
}

.footer-warpper {
	margin: 0 auto;
	width: 952px;
}

.footer .footer-navs {
	float: left;
	width: 415px;
	height: 124.5px;
	margin-top: 88px;
	color: #fff;
}

.footer .footer-navs a {
	color: #fff;
}

.footer .footer-navs .footer-navs-item {
	float: left;
	width: 25%;
	min-height: 53px;
}

.footer .footer-navs .footer-navs-item .footer-navs-item-main {
	float: left;
	width: 100%;
	height: 19px;
	line-height: 19px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
}

.footer .footer-navs .footer-navs-item .footer-navs-item-children {
	float: left;
	width: 100%;
	min-height: 28px;
}

.footer .footer-navs .footer-navs-item .footer-navs-item-children a {
	float: left;
	width: 100%;
	min-height: 28px;
	line-height: 28px;
	font-size: 12px !important;
	text-decoration: none !important;
}

.footer .footer-navs .footer-navs-item .footer-navs-item-children a:hover {
	color: #fff !important;
}

.footer .footer-us {
	float: right;
	width: 165px;
	height: 76px;
	margin-top: 88px;
	color: #fff;
}

.footer .footer-us .footer-us-title {
	float: left;
	/* width: 100%; */
	height: 19px;
	line-height: 19px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footer .footer-us .footer-us-icons {
	float: left;
	width: 100%;
	height: 33px;
	margin-top: 24px;
}

.footer .footer-us .footer-us-icons a {
	float: left;
	width: 33px;
	margin-left: 4px;
	margin-right: 4px;
	height: 33px;
	line-height: 33px;
}

.footer .footer-us .footer-us-icons a img {
	float: left;
}

.footer .footer-us .footer-us-icons a .ewm {
	width: 132px;
	height: 146px;
	position: relative;
	top: 3px;
	float: left;
	left: -20px;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.footer .footer-us .footer-us-icons a .ewm img {
	width: 96px;
	height: 96px;
	margin-left: 20px;
	margin-top: 28px;
	border-radius: 10px;
	overflow: hidden;
}

.footer .footer-us .footer-us-icons a:hover .ewm {
	display: block;
}

.footer .footer-infocorp {
	float: left;
	width: 100%;
	height: 139.5px;
	border-top: #7777EF solid 1px;
}

.footer .footer-info {
	float: left;
	width: 50%;
	min-height: 16px;
	line-height: 16px;
	margin-top: 21px;
	font-size: 12px;
	color: #fff;
}

.footer .footer-info>span {
	float: left;
	width: 100%;
	min-height: 16px;
	line-height: 16px;
	margin-bottom: 16px;
	font-family: MiSans-Normal;
}

.footer .footer-corp {
	float: left;
	width: 50%;
	min-height: 16px;
	line-height: 16px;
	margin-top: 21px;
	font-size: 12px;
	color: #fff;
}

.footer .footer-corp>span {
	float: left;
	width: 100%;
	text-align: right;
	min-height: 16px;
	line-height: 16px;
	margin-bottom: 16px;
	font-size: 12px;
	color: #fff;
	font-family: MiSans-Normal;
}

.footer .footer-corp .footer-links {
	float: right;
	width: auto;
	height: 16px;
	overflow: hidden;
}

.footer .footer-corp .footer-links a {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	color: #fff;
	font-family: MiSans-Normal;
}

.footer .footer-corp .footer-links a:hover {
	color: #fff !important;
}

.footer .footer-corp .footer-links span {
	float: left;
	width: 10px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	margin-left: 5px;
}

#productListId {
	float: left;
	width: 100%;
	height: 100%;
	display: none;
}

.product-item-block {
	float: left;
	width: 100%;
	height: 100%;
}

.product-item-block .product-ib-title {
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	left: 10.5%;
	width: 19.5% !important;
	min-height: 73px !important;
	line-height: 73px !important;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 55px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	overflow-wrap: break-word;
	word-break: break-all;
	/* 在任意字符间断行 */
	word-break: keep-all;
	/* CJK文本不断行，非CJK文本在空格处断行 */
	/* 或者使用 */
	word-wrap: break-word;
	animation: moveUp 1.5s forwards;
	/* 动画持续1秒，1次交替播放 */
}

.product-item-block .product-ib-img {
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -157.5px;
	margin-top: -268px;
	width: 315px !important;
	height: 476px !important;
	animation: moveDown 2.5s forwards;
	/* 动画持续1秒，1次交替播放 */
}


.product-item-block .product-ib-text {
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -65px;
	right: 11.7708333333%;
	width: 18.3854166667% !important;
	height: 170px !important;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	animation: moveUp 1.5s forwards;
	/* 动画持续1秒，1次交替播放 */
}

.product-item-block .product-ib-text .product-ib-desc {
	float: left;
	width: 100%;
	min-height: 104px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	letter-spacing: 1px;
}

.product-item-block .product-ib-text .product-ib-btn {
	float: left;
	width: 40%;
	height: 40px;
	line-height: 40px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: solid 1px #E8EAEC;
	cursor: pointer;
	margin-top: 25px;
}

.pb-carouselWarp .pb-carousel-ind {
	display: none !important;
}

.inner-page {
	float: left;
	width: 100%;
	min-height: 500px;
}

.ip-small-banner {
	float: left;
	width: 100%;
	height: 646px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ip-banner-title {
	position: absolute;
	left: 300px;
	top: 268px;
	height: 92px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 46px;
	z-index: 999;
}

.ip-banner-btn {
	position: absolute;
	left: 300px;
	top: 454px;
	width: 139px;
	height: 42px;
	line-height: 42px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background-color: #0000E1;
	cursor: pointer;
	color: #fff;
	z-index: 999;
}

.ip-banner-btn:hover {
	text-decoration: none;
	color: #fff !important;
}

.ip-full-banner {
	float: left;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.inner-page .product-category-warpper {
	float: left;
	width: 100%;
	min-height: 100vh;
	color: #262629;
	background-color: #F8F9FC !important;
	padding-bottom: 176px;
}

.inner-page .product-category-title {
	float: left;
	width: 100%;
	height: 84px;
	line-height: 66px;
	font-size: 50px;
	font-weight: 600;
	margin-top: 102px;
	text-align: center;
	font-family: MiSans-DNaNpxibold;
	color: #0000E1;
}

.inner-page .product-category-list {
	margin: 0 auto;
	width: 1137px;
	min-height: 100px;
	line-height: 100px;
	text-align: center;
}

.inner-page .product-category-list a,
.inner-page .product-category-list a:hover {
	color: #262629;
}

.inner-page .product-category-list-item {
	float: left;
	width: 361px;
	height: 394px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #ffffff !important;
	border-radius: 12px;
	cursor: pointer;
	background-size: cover;
	margin-top: 20px;
	transition: box-shadow 0.3s ease;
	/* 添加过渡效果，使阴影变化更平滑 */
}

.inner-page .product-category-list-item:hover {
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.36);
}

.inner-page .product-category-list-item .pclistitem-bgimg {
	float: left;
	width: 110px;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 68px;
	margin-left: 125.5px;
}

.inner-page .product-category-list-item .pclistitem-title {
	float: left;
	width: 100%;
	margin-top: 28px;
	height: 34px;
	line-height: 34px;
	font-family: MiSans;
	text-align: center;
	font-size: 26px;
	color: #353535;
}

.inner-page .product-category-list-item .pclistitem-stitle {
	float: left;
	width: 100%;
	margin-top: 8px;
	height: 20px;
	line-height: 20px;
	font-family: MiSans;
	font-size: 18px;
	color: #7c7c7c;
}

.inner-page-block {
	float: left;
	width: 100%;
	min-height: 100px;
}

.inner-page-block .inner-page-block-bigtitle {
	float: left;
	width: 100%;
	height: 67px;
	line-height: 67px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 51px;
	color: #262629;
	margin-top: 81px;
	margin-bottom: 97px;
}

.inner-page-block .inner-page-block-item {
	float: left;
	width: 140px;
	min-height: 151px;
	line-height: 67px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 51px;
	color: #262629;
	margin-right: 266px;
}

.inner-page-block .inner-page-block-item .inner-page-block-item-img {
	float: left;
	width: 100%;
	height: 55px;
}

.inner-page-block .inner-page-block-item .inner-page-block-item-img>img {
	float: left;
	width: 55px;
	height: 55px;
}

.inner-page-block .inner-page-block-item .inner-page-block-item-title {
	float: left;
	width: 140px;
	height: 32px;
	line-height: 32px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 24px;
	color: #262629;
	margin-top: 30px;
}

.inner-page-block .inner-page-block-item a {
	float: left;
	width: 100%;
	color: #0091FF !important;
	font-size: 16px !important;
}

.inner-page-block .inner-page-block-item .inner-page-block-item-subtitle {
	float: left;
	min-width: 140px;
	width: auto;
	height: 22px;
	margin-top: 12px;
}

.inner-page-block .inner-page-block-item .inner-page-block-item-subtitle>font {
	float: left;
	width: auto;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #0a0a0a;
}

.inner-page-block .inner-page-block-item .inner-page-block-item-subtitle>img {
	float: left;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	margin-left: 5px;
}

.inner-page-block .ipb-title {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 50px;
	color: #080808;
	text-align: center;
}

.inner-page-block .ipb-bigtitle {
	float: left;
	width: 100%;
	height: 67px;
	line-height: 67px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 51px;
	color: #0b0b0c;
	text-align: center;
}

.inner-page-block .ipb-item-list {
	float: left;
	width: 100%;
	/* min-height: 100px; */
	text-align: center;
}

.inner-page-block .ipb-item-list-hr {
	float: left;
	width: 100%;
	min-height: 0px;
}

.inner-page-block .ipb-item-list .ipb-item-block {
	display: inline-block;
	width: 366px;
	height: 352px;
	border-left: 1px solid #EBEBEB;
	color: #262629;
}

.inner-page-block .ipb-item-list .ipb-item-block .ipb-item-block-title {
	float: left;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-family: MiSans-SNaNpxibold;
	font-weight: 500;
	font-size: 28px;
	color: #0d0d0e;
}

.inner-page-block .ipb-item-list .ipb-item-block .ipb-item-block-image {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 34px;
}

.inner-page-block .ipb-item-list .ipb-item-block .ipb-item-block-image>img {
	text-align: center;
	width: 100px;
	height: 100px;
}

.inner-page-block .ipb-item-list .ipb-item-block .ipb-item-block-shorttitle {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10px;
	margin-top: 29px;
	height: 44px;
	line-height: 22px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #262629;
	text-align: center;
}

.inner-page-block .ipb-item-list .ipb-item-block .ipb-item-block-subtitle {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10px;
	margin-top: 25px;
	height: 80px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 12px;
	color: #262629;
	line-height: 20px;
	text-align: center;
}

.inner-page-block .ipb-item-list .ipb-item-block-big {
	border: none !important;
	width: 303.5px !important;
	height: 402px !important;
	margin-left: 102.25px !important;
	margin-right: 102.25px !important;
}

.inner-page-block .ipb-item-list .ipb-item-block-big .ipb-item-block-image {
	margin-top: 0px !important;
	height: 170px !important;
	text-align: left !important;
}

.inner-page-block .ipb-item-list .ipb-item-block-big .ipb-item-block-image>img {
	width: 170px !important;
	height: 170px !important;
}

.inner-page-block .ipb-item-list .ipb-item-block-big .ipb-item-block-title {
	width: 291px !important;
	margin-top: 45px !important;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 26px !important;
	text-align: left !important;
	text-indent: 11px !important;
}

.inner-page-block .ipb-item-list .ipb-item-block-big .ipb-item-block-shorttitle {
	width: 291px !important;
	height: 27px !important;
	line-height: 27px !important;
	font-size: 20px !important;
	text-align: left !important;
	margin-left: 12.5px !important;
	margin-top: 4px !important;
}

.inner-page-block .ipb-item-list .ipb-item-block-big .ipb-item-block-subtitle {
	width: 291px !important;
	height: 104px !important;
	line-height: 26px !important;
	font-size: 17px !important;
	text-align: left !important;
	margin-left: 12.5px !important;
	margin-top: 18px !important;
}

.inner-page-block .ipb-item-list .ipb-item-block-row {
	width: 100%;
	display: inline-block;
}

.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
	float: left;
	width: 653px;
	height: 666px;
	margin-left: 252px;
}

.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-title {
	float: left;
	width: 100%;
	min-height: 108px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 50px;
	color: #0c0c0c;
	line-height: 54px;
	text-align: left;
}

.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-shorttitle {
	float: left;
	width: 100%;
	min-height: 140px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 18px;
	color: #76767F;
	line-height: 28px;
	margin-top: 34px;
	text-align: left;
}

.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-subtitle {
	float: left;
	width: 100%;
	min-height: 46px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 18px;
	color: #262629;
	line-height: 46px;
	margin-top: 62px;
	text-align: left;
}

.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
	float: right;
	width: 974px;
	height: 658px;
	margin-top: 8px;
	overflow: hidden;
}

.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image>img {
	float: right;
	width: 100%;
	height: auto;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow {
	width: 1321px;
	display: inline-block;
	margin: auto 0;
	padding-top: 107px;
	padding-bottom: 107px;
	47.3883
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content {
	float: left;
	width: 47%;
	height: 657px;
	text-align: left;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-title {
	float: left;
	width: 100%;
	margin-top: 104px;
	min-height: 48px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 50px;
	color: #0c0c0c;
	line-height: 48px;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-shorttitle {
	float: left;
	width: 100%;
	min-height: 37px;
	line-height: 37px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 26px;
	color: #262629;
	margin-top: 26px;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-subtitle {
	float: left;
	width: 100%;
	min-height: 28px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 20px;
	color: #76767F;
	line-height: 28px;
	margin-top: 52px;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary {
	float: left;
	width: 100%;
	margin-top: 19px;
	min-height: 41px;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary>span {
	float: left;
	width: 50%;
	margin-top: 44px;
	min-height: 41px;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary>span>b {
	float: left;
	width: 100%;
	margin-top: 0px;
	min-height: 41px;
	line-height: 41px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 31px;
	color: #262629;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary>span>font {
	float: left;
	width: 100%;
	min-height: 26px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 18px;
	color: #76767F;
	line-height: 26px;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-image {
	float: right;
	width: 47.3883%;
	height: 657px;
	overflow: hidden;
}

.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-image>img {
	float: left;
	width: 100%;
	height: auto;
}

.inner-page-block .ipb-item-list .ipb-item-block-smallrow {
	display: inline-block;
	width: 275px;
	height: 279px;
	margin-left: 30px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center cener;
	margin-top: 58px;
}

.inner-page-block .ipb-item-list .ipb-item-block-smallrow .ipb-item-blocksr-title {
	float: left;
	width: 100%;
	min-height: 27px;
	lin-height: 27px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 20px;
	color: #262629;
	margin-top: 212px;
}

.inner-page .news-category-warpper {
	float: left;
	width: 100%;
	min-height: 0px;
	color: #262629;
	background-color: #F8F9FC !important;
}

.inner-page .news-category-title {
	float: left;
	width: 100%;
	height: 110px;
	line-height: 44px;
	font-size: 40px;
	font-weight: 600;
	margin-top: 62px;
	text-align: center;
}

.inner-page .news-category-title-sub {
	display: inline-block;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #76767F;
	cursor: pointer;
}

.inner-page .news-category-title-sub.active {
	color: #262629 !important;
}

.inner-page .join-category-tip {
	float: left;
	width: 100%;
	height: 67px;
	line-height: 67px;
	margin-top: 79px;
	text-align: left;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 51px;
	color: #262629;
}

.inner-page .join-category-title {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 30px;
	text-align: left;
}

.inner-page .join-category-title-sub {
	display: inline-block;
	min-width: 138px;
	height: 40px;
	line-height: 38px;
	padding-left: 20px;
	padding-right: 20px;
	color: #262629;
	cursor: pointer;
	border-radius: 20px;
	background-color: #EDEFF2;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-right: 24px;
}

.inner-page .join-category-title-sub.active {
	color: #ffffff !important;
	background-color: #262629 !important;
}

.inner-page .news-category-block .join-category:hover {
	transform: scale(1.02);
	background-color: #1E47D8 !important;
	color: #FFFFFF !important;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .15)
}

.inner-page .news-category-block .join-category:hover a {
	color: #FFFFFF !important;
}

.inner-page .news-category-block {
	float: left;
	width: 100%;
	min-height: 0px;
	display: none;
	text-align: center;
}

.inner-page .news-category-blockpage {
	display: inline-block;
	margin: auto 0px;
	width: 1227px;
	min-height: 0px;
}

.inner-page .news-category-block .news-category-blockitem {
	float: left;
	width: 383px;
	height: 570px;
	display: none;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 30px;

}

.inner-page .news-category-block .news-category-blockitem-inner {
	float: left;
	width: 383px;
	min-height: 250px;
	background-color: #FFFFFF;
	border-radius: 10px;
	cursor: pointer;
	transition: transform 1s ease;
}

.inner-page .news-category-block .news-category-blockitem a {
	color: #262629;
}

.inner-page .news-category-block .news-category-blockitem-inner:hover {
	transform: scale(1.02);
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .15)
}

.inner-page .news-category-block .news-category-blockitem .ncbitem-img {
	float: left;
	width: 383px;
	height: 216px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.inner-page .news-category-block .news-category-blockitem .ncbitem-title {
	float: left;
	width: 100%;
	min-height: 27px;
	line-height: 27px;
	margin-top: 26px;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	padding-left: 32px;
	padding-right: 32px;
	font-family: MiSans-SNaNpxibold;
	color: #262629;
}

.inner-page .news-category-block .news-category-blockitem .ncbitem-desc {
	float: left;
	width: 100%;
	min-height: 22px;
	line-height: 22px;
	margin-top: 18px;
	text-align: left;
	color: #76767F;
	padding-left: 32px;
	padding-right: 32px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
}

.inner-page .news-category-block .news-category-blockitem .ncbitem-time {
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin-top: 40px;
	text-align: left;
	color: #898A8E;
	opacity: 0.4;
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 46px;
	font-size: 12px;
}

.inner-page .news-category-block .news-category-blockitem .ncbjitem-title {
	float: left;
	width: 100%;
	min-height: 28px;
	line-height: 28px;
	margin-top: 32px;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	padding-left: 33px;
	padding-right: 33px;
}

.inner-page .news-category-block .news-category-blockitem .ncbjitem-desc {
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	padding-left: 33px;
	padding-right: 33px;
}

.inner-page .news-category-block .news-category-blockitem .ncbjitem-text {
	float: left;
	width: 100%;
	min-height: 26px;
	line-height: 26px;
	margin-top: 42px;
	font-weight: 400;
	text-align: left;
	padding-left: 33px;
	padding-right: 33px;
	padding-bottom: 106px;
}
.inner-page .news-category-block .news-category-blockitem .ncbjitem-text span{
	float: left;
	width: 100%;
	height: 16px;
}

.inner-page .news-category-pagego {
	float: left;
	width: 100%;
	height: 188px;
	background: linear-gradient(to bottom, rgba(241, 244, 253, 0), rgba(241, 244, 253, 1));
	margin-top: -188px;
	text-align: center;
	display: none;
	position: relative;
	z-index: 999;
}

.inner-page .news-category-pagego span {
	width: 100%;
	margin-top: 72px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-weight: 600;
	color: #76767F;
	cursor: pointer;
	font-size: 14x;
}

.inner-page .news-category-pagego img {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.inner-page .news-category-allload {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #76767F;
	text-align: center;
	display: none;
}

.inner-page .news-detail-warpper {
	float: left;
	width: 100%;
	min-height: 50vh;
	color: #262629;
	padding-bottom: 74px;
	text-align: center;
	margin-top: 96px;
}

.inner-page .news-detail-warpper img {
	max-width: 100% !important;
}

.inner-page .news-detail-fixwidth {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.inner-page .news-detail-nav {
	float: left;
	width: auto;
	height: 26px;
	line-height: 26px;
	margin-right: 15px;
	color: #555555 !important;
}

.inner-page .news-detail-title {
	float: left;
	width: 100%;
	min-height: 53px;
	line-height: 53px;
	font-size: 40px;
	font-weight: 600;
	margin-top: 20px;
	font-family: MiSans-SNaNpxibold;
}

.inner-page .news-detail-row {
	float: left;
	width: 100%;
	min-height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #898A8E;
	opacity: 0.4;
}

.inner-page .news-detail-hr {
	float: left;
	width: 100%;
	border-top: 1px solid #B7B7BC;
	height: 20px;
	margin-top: 10px;
}

.inner-page .news-detail-tag {
	float: left;
	height: 28px;
	line-height: 28px;
	width: auto;
	min-width: 92px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #ECECEC;
	border-radius: 20px;
	color: #76767F;
	text-align: center;
	margin-right: 10px;
	font-size: 12px;
	opacity: 0.6;
}

.inner-page .news-detail-content {
	float: left;
	width: 100%;
	min-height: 100px;
	line-height: 24px;
	margin-top: 57px;
	font-family: MiSans-Regular;
}

.inner-page .news-detail-share {
	float: right;
	width: auto;
	height: 22px;
	line-height: 22px;
	margin-top: 22px;
}

.inner-page .news-detail-share span,
.inner-page .news-detail-share .shareBtn {
	float: left;
	width: auto;
	margin-left: 12px;
}

.inner-page .news-detail-share .shareBtn {
	cursor: pointer;
}


.inner-page .content-box-warpper {
	float: left;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	min-height: 100px;
	color: #262629;
	background-color: #F8F9FC !important;
	padding-bottom: 50px;
	text-align: center;
	padding-top: 94px;
}

.inner-page .content-box-warpper .content-box-title {
	display: inline-block;
	width: 1200px;
	height: 48px;
	line-height: 48px;
	text-align: left;
	font-size: 40px;
	font-weight: 600;
}

.inner-page .content-box-warpper .content-box-list {
	float: left;
	width: 100%;
	margin-top: 48px;
}

.inner-page .content-box-warpper .content-box-list-img {
	float: left;
	width: 50%;
	height: 520px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	overflow: hidden;
}

.inner-page .content-box-warpper .content-box-list-text {
	float: left;
	width: 50%;
	height: 520px;
	background-color: #F5F6FD;
}

.inner-page .content-box-warpper .content-box-list-text .cbltext-row {
	width: 100%;
	min-height: 28px;
	line-height: 28px;
	padding-left: 106px;
	padding-right: 91px;
	text-align: left;
	color: #76767F;
	font-size: 16px;
	margin-top: 37px;
	font-family: MiSans-Normal;
	font-weight: 400;
	display: inline-block;
}

.inner-page .content-box-warpper .content-box-list-text .cbltext-row>span {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.inner-page .content-box-warpper .content-box-list-text .cbltext-btn {
	float: left;
	width: 150px;
	height: 40px;
	padding-right: 15px;
	line-height: 36px;
	margin-left: 107px;
	font-size: 12px;
	color: #1E47D8;
	border: 1px solid #1E47D8;
	border-radius: 22px;
	margin-top: 48px;
	background-image: url(../image/shareon.png);
	background-position: right center;
	background-size: auto 36%;
	background-repeat: no-repeat;
	transition: background-color 0.5s ease;
	/* 定义过渡效果 */
	display: none;
}

.inner-page .content-box-warpper .content-box-list-text .cbltext-btn:hover {
	background-color: #1E46D5 !important;
	color: #ffffff !important;
	background-image: url(../image/sharef.png);
}

.inner-page .gallery-cell {
	width: 1200px !important;
	height: 520px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	margin-right: 30px !important;
}

.inner-page .gallery-cell:first-child {
	margin-left: -200px;
}

.inner-page .gallery-cell-small {
	width: 415px !important;
	height: 335px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	margin-right: 9px !important;
	background-color: #FFFFFF !important;
	cursor: pointer !important;
}

.inner-page .gallery-cell-middle {
	width: 400px !important;
	height: 496px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	margin-right: 30px !important;
	background-color: #F7F9FE !important;
	cursor: pointer !important;
}

.inner-page .content-box-list-middle .gallery,
.inner-page .content-box-list-small .gallery {
	background: none !important;
}

.inner-page .content-box-toptitle {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-weight: 600;
	font-size: 40px;
	color: #262629;
	text-align: center;
}

.inner-page .content-box-toptitle-wrapper {
	display: inline-block;
	margin: auto 0px;
	width: 1230px;
	min-height: 0px;
	text-align: left;
}

.inner-page .flickity-prev-next-button .arrow {
	fill: #666 !important;
	border: none !important;
}

.inner-page .flickity-prev-next-button {
	background: none !important;
	width: 52px;
	height: 52px;
	background-size: cover !important;
	display: none;
	top: 602px;
}

.inner-page .flickity-prev-next-button.next:active,
.inner-page .flickity-prev-next-button.next {
	background-image: url(../image/rightson.png) !important;
}

.inner-page .flickity-prev-next-button.next[disabled],
.inner-page .flickity-prev-next-button.next:hover {
	background-image: url(../image/rights.png) !important;
	opacity: 0.5;
}

.inner-page .flickity-prev-next-button.previous:active,
.inner-page .flickity-prev-next-button.previous {
	background-image: url(../image/leftson.png) !important;
}

.inner-page .flickity-prev-next-button.previous[disabled],
.inner-page .flickity-prev-next-button.previous:hover {
	background-image: url(../image/lefts.png) !important;
	opacity: 0.5;
}

.inner-page .flickity-prev-next-button svg {
	display: none;

}

.inner-page .content-box-warpper-big .content-box-list-img,
.inner-page .content-box-warpper-big .content-box-list-text,
.inner-page .content-box-warpper-big .gallery-cell {
	height: 635px !important;
}

.inner-page .content-box-warpper-big .content-box-list-img {
	width: 46.75% !important;
}

.inner-page .content-box-warpper-big .content-box-list-text {
	width: 53.25% !important;
}

.inner-page .content-box-warpper-big .flickity-viewport {
	background-color: #ffffff;
}

.inner-page .content-box-warpper-small .content-box-list-img,
.inner-page .content-box-warpper-small .content-box-list-text,
.inner-page .content-box-warpper-small .gallery-cell {
	height: 535px !important;
}

.inner-page .content-box-warpper-small .content-box-list-img {
	width: 46.75% !important;
}

.inner-page .content-box-warpper-small .content-box-list-text {
	width: 53.25% !important;
}

.inner-page .content-box-warpper-small .flickity-viewport {
	background-color: #ffffff;
}

.inner-page .content-box-warpper .content-box-list-bimg {
	float: left;
	width: 100% !important;
	height: 100% !important;
}

.inner-page .content-box-warpper .content-box-list-mimg {
	float: left;
	width: 400px !important;
	height: 326px !important;
}

.inner-page .content-box-warpper .content-box-otitle {
	float: left;
	width: 100% !important;
	height: 33px;
	line-height: 33px;
	padding-top: 36px;
	padding-left: 36px;
	font-weight: 600;
	font-size: 24px;
	color: #262629;
	margin-top: -380px;
	text-align: left;
}

.inner-page .content-box-warpper .content-box-mtitle {
	float: left;
	width: 100% !important;
	height: 33px;
	line-height: 33px;
	margin-top: 30px;
	padding-left: 35px;
	color: #262629;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
}

.inner-page .content-box-warpper .content-box-mdesc {
	float: left;
	width: 100% !important;
	min-height: 26px;
	line-height: 26px;
	margin-top: 12px;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: 400;
	color: #262629;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 5.208333% !important;
}

.pb-carouselWarp .pb-arrow-next {
	right: 5.208333% !important;
}

@media(min-width: 1441px) and (max-width: 1699px) {

	.product-item-block .product-ib-img {
		float: left;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -147.5px;
		margin-top: -246px;
		width: 285px !important;
		height: 432px !important;
	}
}

@media (max-width: 1440px) {

	.product-item-block .product-ib-img {
		float: left;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -117.5px;
		margin-top: -207.5px;
		width: 235px !important;
		height: 355px !important;
	}
}


@media (max-width: 1799.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		margin-left: 120px !important;
		width: 633px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 790px !important;
		margin-top: 50px !important;
	}
}

@media (max-width: 1699.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		margin-left: 90px !important;
		width: 603px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 900px !important;
	}
}

@media (max-width: 1599.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-big {
		width: 303.5px !important;
		margin-left: 82.25px !important;
		margin-right: 82.25px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		margin-left: 110px !important;
		width: 603px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 790px !important;
		margin-top: 50px !important;
	}

}

@media (max-width: 1439.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		margin-left: 80px !important;
		width: 553px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 630px !important;
		margin-top: 80px !important;
	}
}

@media (max-width: 1467px) {
	.inner-page-block .ipb-item-list .ipb-item-block {
		display: inline-block;
		width: 24% !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-big {
		width: 303.5px !important;
		margin-left: 45.25px !important;
		margin-right: 45.25px !important;
	}
}

@media (max-width: 1279.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-big {
		width: 303.5px !important;
		margin-left: 25.25px !important;
		margin-right: 25.25px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		width: 470px !important;
		height: 500px !important;
		margin-left: 70px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-title {
		font-size: 30px !important;
		line-height: 32px !important;
		min-height: 64px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-shorttitle {
		font-size: 14px !important;
		line-height: 20px !important;
		margin-top: 14px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-subtitle {
		font-size: 14px !important;
		line-height: 24px !important;
		margin-top: 14px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 630px !important;
		margin-top: 0px !important;
	}
}

@media (max-width: 1199.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-big {
		width: 303.5px !important;
		margin-left: 25.25px !important;
		margin-right: 25.25px !important;
	}
}

@media (max-width: 1100px) {
	.inner-page-block .ipb-item-list .ipb-item-block-big {
		width: 303.5px !important;
		margin-left: 12.25px !important;
		margin-right: 12.25px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		width: 400px !important;
		margin-left: 40px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 560px !important;
		margin-top: 0px !important;
	}
}

@media (max-width: 1023.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-big {
		width: 303.5px !important;
		margin-left: 5.25px !important;
		margin-right: 5.25px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-content {
		width: 360px !important;
		margin-left: 60px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-row .ipb-item-blockr-image {
		width: 530px !important;
		margin-top: 0px !important;
	}

}

@media(min-width: 1100px) and (max-width: 1320.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-fixrow {
		width: 1100px !important;
		padding-bottom: 10px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-title {
		margin-top: 54px !important;
		font-size: 48px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-subtitle {
		margin-top: 32px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary {
		margin-top: 10px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary>span {
		margin-top: 34px !important;
	}
}

@media (max-width: 1099.99px) {
	.inner-page-block .ipb-item-list .ipb-item-block-fixrow {
		width: 960px !important;
		padding-bottom: 0px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-title {
		margin-top: 34px !important;
		font-size: 48px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-subtitle {
		margin-top: 26px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary {
		margin-top: 6px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-fixrow .ipb-item-blockfr-content .ipb-item-blockfr-summary>span {
		margin-top: 24px !important;
	}

	.inner-page-block .ipb-item-list .ipb-item-block-smallrow {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}

/* 定义动画序列 */

@keyframes moveUp {
	0% {
		transform: translateY(0);
		/* 初始位置 */
	}

	100% {
		transform: translateY(-30px);
		/* 结束位置，向上移动30px */
	}
}

@keyframes moveDown {
	0% {
		transform: translateY(0);
		/* 初始位置 */
	}

	100% {
		transform: translateY(30px);
		/* 结束位置，向上移动30px */
	}
}


@keyframes sideNavAnimation {
	0% {
		color: #ffffff;
	}

	40% {
		color: #ffffff;
	}

	60% {
		color: #ffffff;
	}

	100% {
		color: #ffffff;
	}
}

@keyframes sideNavBgAnimation {
	0% {
		background-image: url();
	}

	40% {
		background-image: url();
	}

	50% {
		background-image: url(../image/item-add.png);
	}

	100% {
		background-image: url(../image/item-add.png);
	}
}

.common-modal-mask {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	opacity: 0.7;
	z-index: 999;
	display: none;
}

.common-modal {
	position: fixed;
	left: 50%;
	top: 10%;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	z-index: 999;
	display: none;
}

.feedback-modal {
	width: 700px;
	margin-left: -350px;
}

.common-modal .common-modal-content {
	float: left;
	width: 100%;
	height: auto;
	min-height: 485px;
	border-radius: 15px;
	overflow: hidden;
	background: #F8F9FC;
	max-height: 96%;
	/* 限制最大高度，确保内容超出时可以滚动 */
	overflow-y: auto;
	/* 允许内容在垂直方向上滚动 */
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.common-modal .common-modal-footer {
	float: left;
	width: 100%;
	height: 40px;
}

.feedback-modal .feedback-modal-title {
	width: 100%;
	height: 123px;
	background-color: #0000E1;
	text-align: center;
	padding-top: 44px;
}

.feedback-modal .feedback-modal-title img {
	display: inline-block;
	width: 292px;
	height: 35px;
}

.common-modal .common-modal-text {
	float: left;
	width: 100%;
	margin-top: 27px;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #262629;
}

.common-modal .common-modal-option {
	float: left;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 16px;
	color: #262629;
	margin-top: 17px;
}

.common-modal .common-modal-option-error {
	float: left;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	height: 19px;
	line-height: 19px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #D83333;
	margin-top: 5px;
}

.common-modal .common-modal-select {
	float: left;
	width: 297px;
	height: 39px;
	line-height: 39px;
	margin-left: 40px;
	margin-right: 40px;
	background: #FFFFFF;
	border: 1px solid #A5BCFF;
	box-shadow: 0 0 5px 0 #76767f45;
	border-radius: 4px;
	margin-top: 15px;
	overflow: hidden;
}

.common-modal .common-modal-select select {
	border: none !important;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border-radius: 4px;
	transition: none !important;
}

.common-modal .common-modal-select-customer {
	float: left;
	width: 297px;
	height: 39px;
	line-height: 39px;
	margin-left: 40px;
	margin-right: 40px;
	background: #FFFFFF;
	border: 1px solid #E8EAEC;
	box-shadow: 0 0 5px 0 #76767f45;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
}

.common-modal .common-modal-select-customer-focus {
	border: 1px solid #A5BCFF !important;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-name {
	float: left;
	width: 249px;
	height: 37px;
	line-height: 37px;
	margin-left: 17px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
}

.common-modal .common-modal-select-customer>img {
	float: left;
	width: 11px;
	height: 11px;
	margin-top: 12px;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-options-wrap {
	position: relative;
	top: 0px;
	width: 297px;
	min-height: 43px;
	float: left;
	display: none;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-options {
	float: left;
	margin-top: 6px;
	width: 297px;
	min-height: 37px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	float: left;
}



.common-modal .common-modal-select-customer .common-modal-select-customer-options>span {
	float: left;
	width: 297px;
	height: 35px;
	line-height: 35px;
	padding-top: 2px;
	padding-left: 17px;
	background-color: #ffffff;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-options>span:hover {
	background-color: #d8d8d869 !important;
}

.common-modal .common-modal-textarea {
	float: left;
	width: 618px;
	height: 109px;
	margin-left: 40px;
	margin-right: 40px;
	background: #FFFFFF;
	border: 1px solid #E8EAEC;
	border-radius: 4px;
	margin-top: 15px;
}

.common-modal .common-modal-textarea textarea {
	float: left;
	width: 100%;
	height: 106px;
	line-height: 19px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none !important;
	border-radius: 4px;
}

.common-modal .common-modal-input {
	float: left;
	width: 297px;
	height: 42px;
	margin-left: 40px;
	margin-right: 40px;
	background: #FFFFFF;
	border: 1px solid #E8EAEC;
	border-radius: 4px;
	margin-top: 15px;
}

.common-modal .common-modal-input input {
	float: left;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	padding-left: 10px;
	padding-right: 17px;
	border: none !important;
	border-radius: 4px;
}

.common-modal .common-modal-tip {
	float: left;
	width: 620px;
	height: 70px;
	line-height: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 40px;
	margin-right: 40px;
	background: #F2F2FF;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	margin-top: 1px;
	padding-left: 67px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/warn.png);
	background-size: 51px 51px;
	border-radius: 4px;
}

.common-modal .common-modal-input input:focus,
.common-modal .common-modal-select select:focus,
.common-modal .common-modal-textarea textarea:focus {
	/* 消除选中时的边框 */
	outline: none !important;
	box-shadow: none !important;
	transition: none !important;
}

.common-modal .common-modal-btn-wrap {
	float: left;
	width: 100%;
	height: 42px;
	margin-top: 57px;
	text-align: center;
}

.common-modal .common-modal-btn-wrap .common-modal-btn {
	display: inline-block;
	width: 297px;
	height: 42px;
	line-height: 42px;
	background: #D6D6D6;
	border-radius: 8px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.common-modal .common-modal-btn-wrap .common-modal-btn:hover {
	background-color: #0000E1 !important;
}

.common-modal .common-modal-btn-wrap .common-modal-btn-disabled:hover {
	background: #D6D6D6 !important;
}

.loading-modal,
.msg-modal {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0px;
	z-index: 9999;
	opacity: 0.52;
	display: none;
}

.loading-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 其他样式，如定位、背景色等 */
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 9999;
}

/* Loading spinner */
.loading-spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #1890ff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.msg-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 其他样式，如定位、背景色等 */
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 9999;
}

/* Loading spinner */
.msg-container .msg-content {
	display: inline-block;
	width: 300px;
	margin-left: -150px;
	min-height: 24px;
	line-height: 24px;
	padding: 20px;
	background-color: #fcfcfc;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.msg-success-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 其他样式，如定位、背景色等 */
	position: fixed;
	top: 50%;
	left: 50%;
	width: 336px;
	height: 194px;
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 #767a7f45;
	border-radius: 15px;
	z-index: 9999;
	margin-left: -168px;
	margin-top: -97px;
}

.msg-success-container .msg-success-close {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: -40px;
}

.msg-success-container .msg-success-close>img {
	position: relative;
	float: right;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.msg-success-container .msg-success-img {
	float: left;
	width: 100%;
	height: 56px;
	margin-top: 18px;
	text-align: center;
}

.msg-success-container .msg-success-img>img {
	display: inline-block;
	width: 56px;
	height: 56px;
}

.msg-success-container .msg-success-content {
	float: left;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #262629;
	margin-top: 26px;
	text-align: center;
}

.error-box {
	border: 1px solid #D83333 !important;
}

.header-full {
	height: 100vh !important;
}

.header-other {
	height: auto !important;
}

.header-other,
.header-other .nav-item-main,
.header-other .nav-item-children a {
	color: #262629 !important;
}

#gotoTopId {
	z-index: 9999;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 20px;
	background: #0000D8;
	border-radius: 2px;
	cursor: pointer;
	opacity: 0.8 !important;
	bottom: 20px;
}

#gotoTopId:hover {
	opacity: 1 !important;
}

#gotoTopId img {
	float: left;
	width: 26px;
	height: 44px;
	margin-top: 8px;
	margin-left: 17px;
}

.clamp-3-lines {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
}

.clamp-5-lines {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 5 !important;
	overflow: hidden !important;
}

.resetHtmlBr {
	display: none;
	color: inherit !important; /* 继承父元素的字体颜色，避免被覆盖 */
}

.resetHtmlBrSpan {
	display: none;
	color: inherit !important; /* 继承父元素的字体颜色，避免被覆盖 */
}

.resetHtmlSpaceBr {
	display: none;
}

.dataformat {
	display: none;
}

.colorWhite {
	color: #ffffff !important;
}

.colorGray {}

.gallery-cell-small.no-border-radius,
.no-border-radius {
	border-radius: 0px !important;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}
.pointer{
	cursor: pointer !important;
}
img{
	object-fit: cover;
}

/* 保护resetHtmlBr类的字体颜色，避免被其他CSS规则覆盖 */
.resetHtmlBr,
.resetHtmlBr * {
	color: inherit !important;
}

.resetHtmlBrSpan,
.resetHtmlBrSpan * {
	color: inherit !important;
}