.indexSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 6px;
	opacity: 1;
	margin: 0 5px;
	border: 2px solid #fff
}
.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: unset
}
.indexSwiper .swiper-pagination {
	bottom: 8px
}
.indexSwiper .swiper-slide {
	position: relative
}
.indexSwiper .swiper-slide img {
	width: 100%;
	display: block
}
.indexSwiper .swiper-slide .container {
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%)
}
.section {
	padding: 60px 0;
	width: 100%;
}
.section-head {
	text-align: center
}
.index-section1 .section-body{
    min-height: 720px;
}
.index-section1 .section-head {
	margin-bottom: 40px
}
.section-title--after {
	font-size: 90px;
	line-height: 68px;
	color: #eee;
	font-family: 'segoeuiblod';
	text-transform: uppercase
}
.section-title {
	font-size: 40px;
	color: #222;
	line-height: 1;
	font-family: 'segoeuiblod';
	margin-top: -32px;
	margin-bottom: 15px
}
.section-desc {
	font-size: 16px;
	color: #666;
	line-height: 1
}
.adv-item {
	padding: 45px 28px 0 28px;
	height: 295px;
	border-radius: 10px 10px 100px 10px;
	position: relative
}
.adv-item__icon {
	width: 64px;
	height: 64px;
	border: 2px solid #999;
	border-radius: 20px;
	padding: 9px;
	margin-bottom: 20px
}
.adv-item__icon img {
	width: 100%;
	height: 100%;
	display: block
}
.adv-item__icon .on {
	display: none
}
.adv-item__title {
	font-size: 30px;
	color: #222;
	/* line-height: 28px; */
	font-family: 'segoeuiblod';
	margin-bottom: 20px;
	min-height: 72px;
}
.adv-item__desc {
	font-size: 18px;
	color: #222;
	/* line-height: 24px; */
	min-height: 54px;
}
.adv-item:hover {
	background-color: rgba(238,238,238,.7);
	background-image: url(../images/adv_bg.webp);
	background-repeat: no-repeat;
	background-position: right 42px top 34px
}
.adv-item:hover::after {
	position: absolute;
	content: '';
	border: 5px solid #222;
	border-radius: 10px 10px 100px 10px;
	width: 100%;
	right: 18px;
	top: 15px;
	height: 100%
}
.adv-item:hover .adv-item__icon {
	background-color: #222;
	border-color: #222
}
.adv-item:hover .adv-item__icon img {
	display: none
}
.adv-item:hover .adv-item__icon .on {
	display: block
}
.index-section2 {
	background-color: #fff;
	padding-bottom: 100px
}
.index-section2 .section-head {
	background-color: #fff;
	position: relative;
	z-index: 11;
	padding: 37px 0 60px
}
.index-section2 .section-bg {
	width: 100%;
	border-radius: 10px
}
.category-item {
	display: flex;
	align-items: flex-end;
	padding: 31px 30px 30px;
	background-color: #fff;
	position: relative;
	transition: all .2s;
	cursor: pointer
}
.category-item__hd {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between
}
.category-item__title {
	font-size: 20px;
	color: #222;
	font-family: 'segoeuiblod';
	line-height: 30px;
	white-space: nowrap;
	margin-bottom: 8px
}
.productSilde .hd {
	margin-top: -40px
}
.category-item__more {
	font-size: 16px;
	color: #aaa;
	font-family: 'segoeuiblod';
	line-height: 1
}
.category-item:hover .category-item__more {
	color: #f08619
}
.category-item__more .iconfont {
	margin-left: 10px
}
.index-section2 .section-body {
	position: relative
}
.productSilde .hd ul {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px
}
.productSilde .hd ul li {
	width: 25%;
	position: relative
}
.productSilde .hd ul li::after {
	position: absolute;
	content: '';
	right: 0;
	width: 1px;
	height: 48px;
	background-color: #b7b7b7;
	bottom: 32px
}
.productSilde .hd ul li:last-child::after {
	display: none
}
.category-items {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column-reverse
}
.section2-foot {
	height: 165px;
	margin-top: 55px
}
.category-items .row {
	margin: 0 -10px
}
.category-items .row>div {
	padding: 0 10px
}
.on .category-item {
	height: 160px;
	transition: all .2s
}
.index-section3 {
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 100px 0 130px
}
.index-section3 .section-head {
	margin-bottom: 60px
}
.products-box .row {
	margin: 0 -5px
}
.products-box .row>div {
	padding: 0 5px
}
.products-item {
	margin-bottom: 10px;
	display: block;
	position: relative
}
.products-item__content {
	border-top: 1px solid #f5f7fd;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 26px 30px 28px
}
.products-item__title {
	font-size: 18px;
	color: #222;
	line-height: 24px;
	font-family: 'segoeuiblod';
	margin-bottom: 6px
}
.products-item__more {
	border: 1px solid #aaa;
	border-radius: 0 15px 15px 15px;
	font-size: 14px;
	color: #aaa;
	font-family: 'segoeuiblod';
	padding: 2px 14px;
	display: inline-block
}
.products-item__more .iconfont {
	margin-left: 8px;
	font-size: 14px
}
.products-item__pic {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	position: relative;
	display: block
}
.products-item__pic img {
	width: 100%;
	height: 100%
}
.products-item__pic .on {
	display: none
}
.products-item:hover .products-item__content {
	border-top-color: #fff
}
.products-item:hover .products-item__more {
	color: #222;
	border-color: #222
}
.products-item:hover .products-item__pic img {
	display: none
}
.products-item:hover .products-item__pic .on {
	display: block
}
.products-item__Inquiry {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	background-color: #222;
	border-radius: 15px;
	padding: 3px 12px;
	position: absolute;
	left: 20px;
	top: 20px;
	display: none;
	z-index: 9;
	cursor: pointer
}
.products-item:hover .products-item__Inquiry {
	display: block
}
.section4-container {
	width: 50%;
	background-color: rgba(246,213,190,.94);
	position: relative;
	padding: 78px 0 90px
}
.index-section4 {
	padding: 115px 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.index-section5 .section-title {
	font-size: 26px;
	color: #222;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0
}
.index-section5 {
	padding: 95px 0 85px
}
.index-section5 .section-head {
	margin-bottom: 40px
}
.test-title {
	text-align: center;
	font-size: 18px;
	color: #222;
	margin-top: 20px;
	line-height: 24px
}
.test-pic img {
	width: 100%;
	border-radius: 5px
}
.productSwiper-navigation {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0
}
.index-section5 .section-body {
	position: relative
}
.productSwiper-navigation .swiper-button-next,.productSwiper-navigation .swiper-button-prev {
	background: unset;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999
}
.productSwiper-navigation .swiper-button-next:hover,.productSwiper-navigation .swiper-button-prev:hover {
	color: #f08519;
	border-color: #f08519
}
.index-section7 .section-head {
	text-align: left
}
.news-item__content {
	text-align: center;
	margin-top: -46px
}
.news-item__title {
	font-size: 20px;
	color: #222;
	margin-bottom: 15px;
	font-family: 'segoeuiblod';
	line-height: 26px
}
.news-item__desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 20px
}
.news-item__more {
	font-size: 14px;
	color: #999;
	font-family: 'segoeuiblod';
	display: inline-block;
	border-radius: 0 15px 15px 15px;
	border: 2px solid #dcdae2;
	line-height: 26px;
	padding: 0 14px
}
.news-item__more .iconfont {
	font-size: 14px;
	margin-left: 8px
}
.news-item__time {
	font-size: 16px;
	color: #222;
	line-height: 20px;
	background-image: url(../images/news_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 91px;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 27px;
	position: relative
}
.news-item:hover .news-item__title {
	color: #f08519
}
.news-item:hover .news-item__more {
	color: #f08519;
	border-color: #f08519
}
.news-item:hover .news-item__time {
	background-image: url(../images/news_bg2.webp);
	color: #fff
}
.news-item {
	display: block;
	position: relative;
	z-index: 9
}
.newsSwiper-navigation .swiper-button-next,.newsSwiper-navigation .swiper-button-prev {
	background: unset;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	margin-top: 0;
	top: 62px
}
.newsSwiper-navigation .swiper-button-next:hover,.newsSwiper-navigation .swiper-button-prev:hover {
	color: #f08519;
	border-color: #f08519
}
.index-section7 .section-head {
	margin-bottom: 50px;
	position: relative
}
.newsSwiper-navigation .swiper-button-next {
	right: 0;
	bottom: 0
}
.newsSwiper-navigation .swiper-button-prev {
	right: 55px;
	left: unset;
	bottom: 0
}
.index-section8 .section-head {
	background-color: #fff;
	border-radius: 0 0 150px 0;
	height: 164px;
	position: relative
}
.index-section8 {
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover
}
.index-section8 .section-body img {
	width: 100%;
	margin-top: -164px
}
.index-section7 {
	padding-bottom: 0;
	margin-bottom: -24px
}
.nav-item .submenu-dropdown {
	position: absolute;
	left: 0;
	right: unset;
	padding: 8px 0;
	top: 100%
}
.submen-list li a {
	color: #222;
	padding: 10px 15px;
	font-size: 18px;
	text-align: left;
	display: block;
	line-height: 20px;
	white-space: nowrap
}
.submen-list li a:hover {
	color: #f08519
}
.us-left {
	width: 590px;
	padding: 90px 0
}
.us-left__title {
	font-size: 40px;
	color: #fff;
	line-height: 46px;
	font-family: 'segoeuiblod';
}
.us-left__desc {
	font-size: 18px;
	color: #fff;
	line-height: 26px
}
.us-form {
	margin-top: 25px
}
.us-form__item {
	position: relative;
	margin-bottom: 6px
}
.us-form__item .form-control {
	border: 1px solid #d7d7d7;
	background-color: rgba(255,255,255,.9);
	border-radius: 5px;
	height: 50px;
	box-shadow: unset;
	font-size: 16px;
	padding: 10px 20px
}
.us-form__item .textarea-control {
	border: 1px solid #d7d7d7;
	background-color: rgba(255,255,255,.9);
	border-radius: 5px;
	height: 100px;
	box-shadow: unset;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px;
	display: block
}
.us-form .row {
	margin: 0 -3px
}
.us-form .row>div {
	padding: 0 3px
}
.us-send {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #222;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-family: 'segoeuiblod';
	text-transform: uppercase;
	right: 4px;
	bottom: 4px
}
.section4-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    cursor: pointer;
}
.index-section4 .container {
	display: flex
}
.index-section8 .section-foot {
	height: 164px
}
.index-section6 {
	background-image: url(../images/map.webp);
	background-repeat: no-repeat;
	background-position: top 88px center;
	padding: 90px 0 75px;
	background-color: #fafafa
}
.index-section6 .section-title--after {
	opacity: .15;
	color: #929292
}
.section4-main {
	position: relative;
	z-index: 9;
	padding-left: 100px;
	box-sizing: border-box
}
.index-section4 .section-head {
	text-align: left;
	margin-bottom: 55px
}
.index-section4 .section-title {
	white-space: nowrap
}
.section-about-title {
	font-size: 28px;
	color: #222;
	font-family: 'segoeuiblod';
	line-height: 40px;
	margin-bottom: 6px
}
.index-section6 .section-body {
	text-align: center
}
.index-section6 .section-head {
	margin-bottom: 70px
}
.index-section6 .section-body img {
	max-width: 100%
}
.section-about-desc {
	font-size: 16px;
	color: #222;
	line-height: 30px;
	margin-bottom: 20px
}
.about-more {
	font-size: 14px;
	color: #fff;
	font-family: 'segoeuiblod';
	background-color: #222;
	border-radius: 0 20px 20px 20px;
	display: inline-block;
	height: 40px;
	padding: 10px 20px;
	line-height: 20px
}
.about-More i {
	margin-left: 14px
}
.about-more:hover {
	color: #fff;
	background-color: #111
}
.about-item__title {
	font-size: 16px;
	color: #222;
	text-align: center;
	line-height: 30px;
	background-color: rgba(102,102,102,.2);
	padding: 6px
}
.about-item__pic {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.about-item__pic img {
	width: 100%;
	max-height: 148px;
	border: 4px solid #ddd
}
.aboutSwiper {
	margin-bottom: 52px
}
.about-item__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	display: none
}
.about-item__mask .iconfont {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.about-item__pic:hover .about-item__mask {
	display: block
}
.Home-banner,.index-banner {
	position: relative;
	text-align: center;
}
.Home-banner .swiper-slide a{display:block}
.Home-banner .swiper-slide img{min-height:500px}
.Home-banner .inside-header {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: left;
}
.Home-banner .inside-header .inside-nav,.Home-banner .inside-header .inside-nav a {
	color: #fff;
	font-size: 18px
}
.Home-banner .inside-header .inside-nav a:hover {
	color: #f08619
}
.Home-banner .inside-header .inside-nav a img {
	margin-top: 6px;
	margin-right: 10px
}
.Home-banner .productSwiper .swiper-pagination {
	max-width: 1400px;
	margin: auto;
	right: 0;
	text-align: right
}
.Home-banner .productSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff
}
.Home-banner .productSwiper .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #fff;
	background: 0 0;
	opacity: 1;
	width: 12px;
	height: 12px
}

.index_banner_bottom{
    font-size: 42px;
    text-align: center;
    margin-top: 40px;
    height: 50px;
    width: 100%;
    font-family: 'segoeuiblod';
}



.section-categorys .choose-list {
	display: flex;
	justify-content: center;
	align-items: center
}
.section-categorys .choose-list li {
	display: inline-block;
	padding: 30px 0;
	margin-right: 5%;
	text-align: center;
	border-bottom: 2px solid #fff
}
.section-categorys .choose-list li.active,.section-categorys .choose-list li:hover {
	border-color: #222
}
.section-categorys .choose-list .item {
	display: flex;
	align-items: center
}
.section-categorys .choose-list .item p {
	font-size: 20px;
	font-family: 'segoeuiblod';
	color: #999;
	margin-bottom: 0
}
.section-categorys .choose-list .item .imgbox {
	margin-right: 10px
}
.section-categorys .choose-list li.active .item p,.section-categorys .choose-list li:hover .item p {
	color: #222
}
.section-categorys .choose-list li.active .item .imgbox img,.section-categorys .choose-list li:hover .item .imgbox img {
	filter: brightness(0)
}
.page-content {
	border-top: 1px solid #f1f1f1;
}
.page-content .about-box {
	padding: 3% 0;
	border-bottom: 1px solid #f1f1f1
}
.page-content .about-box .head-title {
	font-size: 30px;
	font-family: 'segoeuiblod';
	text-align: center;
	width: 60%;
	margin: auto
}
.page-content .about-box .about-content .details {
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px
}
.page-content .about-box .about-culture {
	padding-top: 3%;
	overflow: hidden;
	padding-bottom: 2%
}
.page-content .about-box .about-culture .culture-box{
	overflow: hidden;
}
.page-content .about-box .about-culture .culture-box .swiper .swiper-slide {
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	display: flex;
	align-items: center;
	float: left;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	overflow: hidden
}
.page-content .about-box .about-culture .culture-box .swiper .swiper-slide:nth-child(3n) {
	margin-right: 0
}
.page-content .about-box .about-culture .culture-box .swiper .swiper-slide .img-box img {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.page-content .about-box .about-culture .culture-box .swiper .swiper-slide:hover .img-box img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1)
}
.page-content .about-box .about-culture .culture-box .swiper-slide .txt {
	position: absolute;
	padding: 40px
}
.page-content .about-box .about-culture .culture-box .swiper-slide .txt p {
	font-size: 2.5rem;
	font-family: 'segoeuiblod';
}
.page-content .about-box .about-culture .culture-box .swiper-slide .txt span {
	font-size: 18px;
	display: inline-block;
	margin-top: 20px;
	line-height: 26px
}
.page-content .about-box .about-history .history-box .history-swiper {
	position: relative;
	background: url(../images/about-history_bg.webp) no-repeat center/cover;
	min-height: 510px;
	padding-top: 65px;
	margin-top: 65px;
	padding-bottom: 50px
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-navigation {
	left: 150px;
	right:150px
}
.page-content .about-box .about-history .history-box .history-swiper:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #bebebe;
	position: absolute;
	top: 50%
}
.page-content .about-box .about-history .history-box .history-swiper .swiper {
	overflow: hidden
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide:nth-child(odd) {
	left: 6%;
	align-self: flex-end
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide:nth-child(even) {
	align-self: flex-start
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide .item {
	display: flex;
	width: 50%;
	padding-bottom: 30px;
	position: relative;
	flex-direction: column-reverse;
	min-height: 175px
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide .item:before {
	content: '';
	display: block;
	width: 22px;
	border: 3px solid #666;
	height: 22px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	bottom: -24px
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide:nth-child(even) .item:before {
	top: 2px
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide:nth-child(even) .item {
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 0
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide .item p {
	font-size: 26px;
	font-family: 'segoeuiblod';
}
.page-content .about-box .about-history .history-box .history-swiper .swiper-slide .item span {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}
.page-content .about-box .about-certifications {
	padding: 5% 0;
	background: #f8f8f8
}
.page-content .about-box .about-certifications .head-title {
	width: 95%
}
.page-content .about-box .about-certifications .certifications-swiper {
	padding-top: 5%;
	position: relative
}
.page-content .about-box .about-certifications .certifications-swiper .swiper {
	overflow: hidden
}
.page-content .about-box .about-certifications .certifications-swiper .item .img-box {
	border: 4px solid #ddd;
	position: relative;
	cursor: pointer
}
.page-content .about-box .about-certifications .certifications-swiper .item .img-box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	display: none
}
.page-content .about-box .about-certifications .certifications-swiper .item .img-box .mask .iconfont {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.page-content .about-box .about-certifications .certifications-swiper .item .img-box:hover .mask {
	display: block
}
.page-content .about-box .about-certifications .certifications-swiper .item .txt {
	margin-top: 8px;
	background: #fff;
	padding: 18px;
	font-size: 16px;
	text-align: center
}
.page-content .about-box .about-factory {
	padding: 5% 0;
	overflow: hidden;
	padding-bottom: 3%
}
.page-content .about-box .about-factory .sub-categorys ul {
	display: flex;
	justify-content: center;
	margin: 5% 0
}
.page-content .about-box .about-factory .sub-categorys ul li {
	color: #999;
	background: #eee;
	padding: 16px 25px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 18px;
	font-family: 'segoeuiblod';
	cursor: pointer
}
.page-content .about-box .about-factory .sub-categorys ul li.active,.page-content .about-box .about-factory .sub-categorys ul li:hover {
	color: #fff;
	background: #222
}
.page-content .about-box .about-factory .swiper-factory .list {
	position: relative
}
.page-content .about-box .about-factory .swiper-factory .list .swiper {
	overflow: hidden
}
.page-content .about-box .about-factory .swiper-factory .list .item {
	border-radius: 10px;
	overflow: hidden
}
.page-content .about-box .about-factory .swiper-factory .list .item .img-box {
	cursor: pointer
}
.page-content .about-box .about-factory .swiper-factory .list .item .img-box img {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.page-content .about-box .about-factory .swiper-factory .list .item .img-box:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1)
}
.page-content .swiper-navigation {
	position: absolute;
	top: 50.5%;
	right: 0;
	left: 0;
	left: -95px;
	right: -95px
}
.index-section5 .section-body {
	position: relative
}
.page-content .swiper-navigation .swiper-button-next,.page-content .swiper-navigation .swiper-button-prev {
	background: unset;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #9c9c9c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9c9c9c
}
.page-content .swiper-navigation .swiper-button-next i,.page-content .swiper-navigation .swiper-button-prev i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.page-content .swiper-navigation .swiper-button-next:hover,.page-content .swiper-navigation .swiper-button-prev:hover {
	color: #f08519;
	border-color: #f08519
}
.page-content .faq-box .container {
	max-width: 1000px
}
.page-content .faq-box .content .head-title {
	padding: 8%;
	text-align: center;
	font-size: 30px;
	font-family: 'segoeuiblod';
}
.page-content .faq-box .content .item-box {
	padding-bottom: 5%
}
.page-content .faq-box .content .item-box ul li {
	padding: 35px;
	border-top: 1px solid #eee
}
.page-content .faq-box .content .item-box ul li:last-child {
	border-bottom: 1px solid #eee
}
.page-content .faq-box .content .item-box li .t {
	font-size: 20px;
	font-family: 'segoeuiblod';
	margin-bottom: 15px;
	display: flex;
	align-items: center
}
.page-content .faq-box .content .item-box li .d {
	font-size: 18px;
	line-height: 36px;
	display: flex;
	align-items: flex-start
}
.page-content .faq-box .content .item-box li .d i,.page-content .faq-box .content .item-box li .t i {
	font-style: normal;
	border: 2px solid #222;
	font-size: 16px;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 50px;
	font-family: 'segoeuiblod';
	margin-right: 15px
}
.page-content .faq-box .content .item-box li .t i {
	background: #222;
	color: #fff
}
.page-content .faq-box .content .item-box li .d p,.page-content .faq-box .content .item-box li .t p {
	width: 95%
}
.page-content .faq-box .content .item-box li .d p {
	margin-top: -7px
}
.inside-pagination {
	padding: 5% 0
}
.inside-pagination ul {
	width: 40%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center
}
.inside-pagination li {
	float: left;
	font-family: 'segoeuiblod';
	height: 40px;
	width: 40px;
	border-radius: 50px;
	line-height: 40px;
	border: 1px solid #cdcdcd;
	text-align: center;
	font-size: 18px;
	margin-right: 10px
}
.inside-pagination .next-page,.inside-pagination .pre-page {
	font-size: 18px;
	width: 40px;
	height: 40px;
	background: 0 0;
	margin-right: 20px;
	border-color: #222
}
.inside-pagination .next-page {
	margin-left: 10px;
	margin-right: 0
}
.inside-pagination .more:hover,.inside-pagination .next-page:hover,.inside-pagination .pre-page:hover {
	background: #222
}
.inside-pagination .next-page:hover a,.inside-pagination .pre-page:hover a {
	color: #fff
}
.inside-pagination li.active,.inside-pagination li:hover {
	border-color: #222
}
.inside-pagination li a:hover,.inside-pagination li.active a,.inside-pagination li:hover a {
	display: block
}
.inside-pagination li a {
	font-size: 16px;
	color: #222;
	display: block;
}
.page-content .faq-box .msgbox {
	position: relative
}
.page-content .faq-box .msgbox .txt {
	position: absolute;
	top: 35%;
	text-align: center;
	left: 0;
	right: 0
}
.page-content .faq-box .msgbox .txt p {
	font-size: 3rem;
	font-family: 'segoeuiblod';
	color: #fff
}
.page-content .faq-box .msgbox .txt a {
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
	padding: 13px 45px;
	background: #fff;
	border-radius: 0 50px 50px;
	font-family: 'segoeuiblod';
}
.page-content .faq-box .msgbox .txt a:hover {
	background: #f08619;
	color: #fff
}
.page-content .news-box {
	padding-top: 5%
}
.page-content .news-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.page-content .news-box ul li {
	width: 31.425%;
	margin-right: 2.86%;
	margin-bottom: 2.86%
}
.page-content .news-box ul li:first-child {
	width: 100%;
	padding: 30px;
	background: #f6f7fc;
	border-radius: 20px
}
.page-content .news-box ul li:first-child a {
	display: flex;
	align-items: center
}
.page-content .news-box ul li:first-child a .img-box {
	width: 50%;
	border-radius: 10px;
	overflow: hidden
}
.page-content .news-box ul li:first-child a .text {
	width: 50%;
	padding-left: 130px
}
.page-content .news-box ul li:first-child a .text h2 {
	font-size: 26px;
	font-family: 'segoeuiblod';
	line-height: 36px;
	margin-bottom: 30px
}
.page-content .news-box ul li:first-child a .text .txt {
	white-space: pre-line;
	-webkit-line-clamp: unset
}
.page-content .news-box ul li:nth-child(3n+1) {
	margin-right: 0
}
.page-content .news-box li a {
	display: block;
	position: relative
}
.page-content .news-box li .img-box {
	border-radius: 5px;
	overflow: hidden
}
.page-content .news-box li .img-box img {
	transition: .6s all
}
.page-content .news-box li .img-box:hover img {
	transform: scale(1.06)
}
.page-content .news-box li .text {
	margin-top: 85px;
}
.page-content .news-box li .text .time {
	display: none;
}
.page-content .news-box li .text h2 {
	font-size: 22px;
	font-family: 'segoeuiblod';
	margin-bottom: 25px;
	min-height: 53px;
}
.page-content .news-box li .text .txt {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-bottom: 25px;
	min-height: 78px;
}
.page-content .news-box li .time {
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transform: rotate(45deg);
	line-height: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	border: 2px solid #fff;
	width: 90px;
	height: 90px;
	background: #eee;
	color: #222
}
.page-content .news-box li:first-child .time {
	background: #222;
	color: #fff;
	bottom: 0
}
.page-content .news-box li .time span {
	transform: rotate(-45deg) translate(0,0);
	font-size: 16px;
	line-height: 26px
}
.page-content .news-box li .text .more-btn {
    font-size: 14px;
    color: #aaa;
    font-family: 'segoeuiblod';
    width: 135px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdae2;
    border-radius: 0 15px 15px;
    text-align: center;
    margin: unset;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-content .news-box li:hover .text .more-btn {
	color: #fff;
	border-color: #f08519;
	background: #f08519
}
.page-content .video-box {
	background-color: #f6f7fc;
	padding-top: 5%
}
.page-content .video-box .item-box ul {
	display: flex;
	flex-wrap: wrap
}
.page-content .video-box .item-box ul li {
	width: 45.7%;
	margin-right: 4.3%;
	margin-bottom: 4.3%;
	cursor: pointer
}
.page-content .video-box .item-box ul li:nth-child(even) {
	margin-left: 4.3%;
	margin-right: 0
}
.page-content .video-box .item-box ul li:hover .text .title {
	color: #f08519
}
.page-content .video-box .item-box .item .img-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}
.page-content .video-box .item-box .item .img-box .play_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 100px;
	height: 100px;
	background: rgb(0,0,0,.6);
	border-radius: 80px 0 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.page-content .video-box .item-box .item .text .title {
text-align: center;
    font-size: 22px;
    font-family: 'segoeuiblod';
    width: 90%;
    margin: auto;
    margin-top: 30px;
}
.page-content .contact-box {
	padding-top: 5%
}
.page-content .contact-box .info-box {
	display: flex;
	margin-bottom: 5%
}
.page-content .contact-box .info-box .left {
	width: 50%;
	max-width: 700px
}
.page-content .contact-box .info-box .left .company-name {
	font-size: 36px;
	font-family: 'segoeuiblod';
	margin-bottom: 60px
}
.page-content .contact-box .info-box .left .contact-info {
	display: flex;
	flex-wrap: wrap
}
.page-content .contact-box .info-box .left .contact-info .item {
	width: 47%;
	margin-right: 3%;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.13);
	border-radius: 10px;
	margin-bottom: 3%;
	padding: 30px 20px;
	display: flex
}
.page-content .contact-box .info-box .left .contact-info .item .icon {
	font-size: 18px;
	color: #999;
	line-height: 40px;
	margin-right: 15px
}
.page-content .contact-box .info-box .left .contact-info .item .txt {
	font-size: 18px;
	width: 75%;
	margin-top: 10px
}
.page-content .contact-box .info-box .left .contact-info .item .txt p:first-child {
	color: #999
}
.page-content .contact-box .info-box .left .contact-info .item .txt p:last-child {
	font-size: 18px;
	color: #222
}
.page-content .contact-box .info-box .left .contact-info .item .txt a {
	color: #222
}
.page-content .contact-box .info-box .left .contact-info .item .txt a:hover {
	color: #f08519
}
.page-content .contact-box .info-box .left .contact-info .item.address_info {
	width: 100%
}
.page-content .contact-box .info-box .left .contact-info .item.address_info .share-box {
	margin-top: 30px
}
.page-content .contact-box .info-box .left .contact-info .item.address_info .share-box a:hover img {
	opacity: .6
}
.page-content .contact-box .info-box .right {
	width: 50%
}
.page-content .contact-box .info-box .right .contact-msg {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.13);
	padding: 50px;
	margin-left: 45px
}
.page-content .contact-box .info-box .right .contact-msg h2 {
	font-size: 36px;
	margin-bottom: 30px;
	font-family: 'segoeuiblod';
}
.page-content .contact-box .info-box .right .contact-msg span {
	font-size: 18px;
	color: #555;
	line-height: 26px;
	margin-bottom: 40px;
	display: inline-block
}
.page-content .contact-box .info-box .right .contact-msg .input div {
	width: 48%;
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	background: #f3f3f3
}
.page-content .contact-box .info-box .right .contact-msg .input input {
	width: 100%;
	padding-left: 20px
}
.page-content .contact-box .info-box .right .contact-msg .input input::placeholder,.page-content .contact-box .info-box .right .contact-msg textarea::placeholder {
	color: #999
}
.page-content .contact-box .info-box .right .contact-msg .content {
	height: 250px;
	width: 98%;
	border-radius: 5px;
	padding: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	background: #f3f3f3
}
.page-content .contact-box .info-box .right .contact-msg .submit input {
	width: 180px;
	height: 50px;
	background: #222;
	color: #fff;
	font-size: 18px;
	font-family: 'segoeuiblod';
	border-radius: 0 30px 30px
}
.page-content .contact-box .mapbox iframe {
	height: 615px
}
.page-content .products-box {
	display: flex;
	padding: 5% 0
}
.page-content .products-box .sidebar {
	width: 22.5%;
	padding-right: 4%
}
.page-content .products-box .sidebar .category ul li {
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin-bottom: 8px;
	position: relative;
	background: #fff
}
.page-content .products-box .sidebar .category .cat-name {
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: flex-start;
	padding: 15px
}
.page-content .products-box .sidebar .category .cat-name .icon {
	width: 56px;
	margin-right: 20px
}
.page-content .products-box .sidebar .category .cat-name img {
	max-height: 38px
}
.page-content .products-box .sidebar .category li.active,.page-content .products-box .sidebar .category li:hover {
	background: #222
}
.page-content .products-box .sidebar .category li.active::before,.page-content .products-box .sidebar .category li:hover::before {
	display: block;
	content: '';
	position: absolute;
	top: 35%;
	right: -10px;
	border-top: 10px solid transparent;
	border-left: 10px solid #222;
	border-bottom: 10px solid transparent
}
.page-content .products-box .sidebar .category li.active .cat-name,.page-content .products-box .sidebar .category li:hover .cat-name {
	color: #fff
}
.page-content .products-box .sidebar .category li.active .cat-name img,.page-content .products-box .sidebar .category li:hover .cat-name img {
	filter: invert(1)
}
.page-content .products-box .sidebar .sidebar-from {
	border: 1px solid #ebebeb;
	padding: 25px;
	border-radius: 10px;
	background: #fff
}
.page-content .products-box .sidebar .sidebar-from .header {
	margin-bottom: 25px
}
.page-content .products-box .sidebar .sidebar-from .header span {
	font-size: 18px;
	font-family: 'segoeuiblod';
}
.page-content .products-box .sidebar .sidebar-from .from .input>div {
	background: #f1f1f1;
	margin-bottom: 10px;
	padding-left: 15px;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px
}
.page-content .products-box .sidebar .sidebar-from .from .content {
	background: #f1f1f1;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	height: 100px
}
.page-content .products-box .sidebar .sidebar-from .from .submit {
	width: 110px;
	padding: 8px;
	border-radius: 0 50px 50px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: auto
}
.page-content .products-box .sidebar .sidebar-from .from .submit input {
	font-family: 'segoeuiblod';
}
.page-content .products-box .pro-info {
	width: 75%
}
.page-content .products-box .pro-info .item-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
.page-content .products-box .pro-info .item-box .item {
	width: 32.33333%;
	margin-right: 1%;
	background-color: #fff;
	margin-bottom: 1%;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.page-content .products-box .pro-info .item-box .item:nth-child(3n) {
	margin-right: 0
}
.page-content .products-box .pro-info .item-box .item .icon_inquire {
	width: 90px;
	height: 30px;
	border-radius: 50px;
	background: #222;
	color: #fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 30px;
	top: 30px;
	opacity: 0;
	cursor: pointer
}
.page-content .products-box .pro-info .item-box .item .img-box {
	display: block;
	border-bottom: 2px solid #f6f7fc
}

.page-content .products-box .pro-info .item-box .item .img-box .on {
	display: none
}

.page-content .products-box .pro-info .item-box .item .text-box a {
	padding: 20px;
	display: block
}
.page-content .products-box .pro-info .item-box .item .text-box .title {
	font-size: 16px;
	text-align: center;
	font-family: 'segoeuiblod';
	min-height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.page-content .more-btn {
	width: 135px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 0 15px 15px;
	text-align: center;
	color: #aaa;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'segoeuiblod';
	text-transform: uppercase;
	line-height: 26px
}
.page-content .products-box .pro-info .item-box .item .text-box .more-btn i {
	margin-left: 10px
}

.page-content .pro-show {
	padding-top: 5%
}
.page-content .pro-show .head {
	display: flex;
	padding-bottom: 3%;
	margin-bottom: 6%;
	justify-content: space-between
}
.page-content .pro-show .head .img-box,
.page-content .pro-show .head .text{
    width: 50%;
    min-width: 700px;
    overflow: hidden
}
.page-content .pro-show .head .text {
	padding-left: 6%
}
.page-content .pro-show .head .text h1 {
	font-size: 30px;
	margin-bottom: 30px;
	font-family: 'segoeuiblod';
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px
}
.page-content .pro-show .head .text .pro_fields {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px
}
.page-content .pro-show .head .text .pro_fields p {
	margin-bottom: 5px
}
.page-content .pro-show .head .text .oem_odm {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6
}
.page-content .pro-show .head .text .oem_odm p {
	font-size: 16px;
	font-family: 'segoeuiblod';
	color: #999;
	margin-bottom: 10px
}
.page-content .pro-show .head .text .oem_odm span {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666
}
.page-content .pro-show .head .text .oem_odm span img {
	margin-right: 10px;
	margin-top: 3px;
	width: 21px;
}
.page-content .pro-show .head .text .inquiry-box a {
	border-radius: 0 50px 50px;
	font-family: 'segoeuiblod';
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid;
	font-size: 16px;
	min-height: 60px;
	line-height: 60px;
	text-align: center
}
.page-content .pro-show .head .text .inquiry-box .inquiry_now {
	background: #222;
	color: #fff;
	width: 200px
}
.page-content .pro-show .head .text .inquiry-box .inquiry_now img {
	margin-top: 17px;
	margin-right: 10px;
	max-width: 26px;
}
.page-content .pro-show .head .text .inquiry-box .inquiry-btn {
	width: 160px
}

.page-content .pro-show .head .img-box {
	
	
}
.page-content .pro-show .head .img-box .img-over {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 10px
}
.page-content .pro-show .head .img-box .imagesbox .swiper .item {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	cursor: pointer;
	overflow: hidden;
	min-width: 90px;
}
.page-content .pro-show .head .img-box .imagesbox .swiper .item img{
    min-width: 85px;
    min-height: 85px;
}
.page-content .pro-show .head .img-box .imagesbox .swiper .item.active {
	border-color: #222
}
.page-content .pro-show .content {
	background: #fff;
	position: relative
}
.page-content .pro-show .content .head-table {
	position: relative;
	top: -70px;
	display: flex;
	justify-content: space-between;
}
.page-content .pro-show .content .head-table span {
	font-size: 20px;
	padding: 0 30px;
	padding-bottom: 0;
	display: inline-block;
	background: #e7e8ed;
	border-radius: 10px 10px 0 0;
	line-height: 70px;
	width: 32.9%;
	text-align: center;
	font-family: 'segoeuiblod';
	cursor: pointer
}
.page-content .pro-show .content .head-table span.active,.page-content .pro-show .content .head-table span:hover {
	background: #222;
	color: #fff
}
.page-content .pro-show .content .head-table span.active a {
	padding: 0;
	background: 0 0;
	color: #467fbe
}
.page-content .pro-show .content .product-content-box {
	padding-bottom: 3%;
	max-width: 1200px;
	margin: auto;
}
.page-content .pro-show .content .product-content-box div.active {
	display: block
}
.page-content .pro-show .content .product-content-box .table1,.page-content .pro-show .content .product-content-box .table2,.page-content .pro-show .content .product-content-box .table3,.page-content .pro-show .content .product-content-box .table4 {
	display: none
}

.page-content .pro-show .content .product-content-box p {
	font-size: 18px
}
.page-content .pro-show .content .product-content-box p a {
	color: #467fbe
}
.page-content .pro-show .content .product-content-box .table1 .show_main_box{
    padding-left: 2%;
}
.page-content .pro-show .content .product-content-box .table1 .show_main_box .show_main_title{
    font-size: 30px;
    font-family: 'segoeuiblod';
    margin: 25px 0;
}
.page-content .pro-show .content .product-content-box .table1 .show_main_box .item{
    margin-bottom: 15px;
}
.page-content .pro-show .content .product-content-box .table1 .show_main_box .item p{
}
.page-content .pro-show .content .product-content-box .sub_title span {
	font-size: 26px;
	padding-left: 10px;
	border-left: 2px solid #467fbe;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 15px
}

.page-content .pro-show .content .product-content-box .ck-content .item .left,
.page-content .pro-show .content .product-content-box .ck-content .item .right{
    min-width: 50%;
}





.page-content table {
	border-color: #e4e8f5;
	width: 100%;
	overflow: hidden;
}
.table{
    overflow: hidden;
}
.page-content table tr td:nth-child(1),.page-content table tr td:nth-child(3) {
	color: #666
}
.page-content table thead tr th {
	height: 80px;
	background: #e3ecf5;
	padding-left: 30px;
	font-size: 18px
}
.page-content table tbody tr td {
	border: 1px solid #666;
}
.page-content .pro-show .related-pro .container {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative
}
.page-content .pro-show .related-pro .head {
	padding: 0;
	margin-bottom: 3%
}
.page-content .pro-show .related-pro .head p {
	font-size: 26px;
	font-family: 'segoeuiblod';
}
.page-content .pro-show .related-pro .related-item .swiper-container {
	padding-bottom: 40px
}
.page-content .pro-show .related-pro .related-item .swiper-pagination {
	bottom: 0
}
.page-content .pro-show .related-pro .related-item .swiper-slide a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #fff
}
.page-content .pro-show .related-pro .related-item .swiper-slide a:hover .more-btn {
	border-color: #222;
	color: #222
}
.page-content .pro-show .related-pro .related-item .swiper-slide .img-box {
	border-bottom: 2px solid #f6f7fc;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.page-content .pro-show .related-pro .related-item .swiper-slide .img-box img {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%;
}
.page-content .pro-show .related-pro .related-item .swiper-slide:hover .img-box img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1)
}
.page-content .pro-show .related-pro .related-item .swiper-slide .text {
	background-color: #fff;
	padding: 20px;
	font-size: 18px;
	text-align: center;
	font-family: 'segoeuiblod';
}
.page-content .pro-show .related-pro .related-item .swiper-slide .more-btn {
	margin: 20px auto
}
.page-content .pro-show .swiper-navigation .swiper-button-next,.page-content .pro-show .swiper-navigation .swiper-button-prev {
	background: #b6b7ba;
	border: 0;
	color: #fff
}
.page-content .pro-show .swiper-navigation .swiper-button-next:hover,.page-content .pro-show .swiper-navigation .swiper-button-prev:hover {
	background: #222
}
.page-content .pro-show .messagebox {
	padding: 5% 0;
	background: url(../images/pro-msg-bg.webp);
	min-height: 755px;
}
.page-content .pro-show .messagebox .container {
	width: 52.55%
}
.page-content .pro-show .messagebox .head-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	font-family: 'segoeuiblod';
}
.page-content .pro-show .messagebox .from {
	padding-top: 5%
}
.page-content .pro-show .messagebox .from input::-webkit-input-placeholder {
	color: #999
}
.page-content .pro-show .messagebox .from .input {
	overflow: hidden
}
.page-content .pro-show .messagebox .from .input div {
	width: 48%;
	float: left;
	margin-bottom: 1.5%;
	margin-right: 1.5%
}
.page-content .pro-show .messagebox .from .input input {
	background: #fff;
	height: 70px;
	width: 100%;
	border-radius: 70px;
	padding-left: 15px;
	font-size: 16px;
	opacity: .8
}
.page-content .pro-show .messagebox .from .input input::placeholder,.page-content .pro-show .messagebox .from textarea::placeholder {
	color: #222
}
.page-content .pro-show .messagebox .from textarea {
	height: 200px;
	width: 97.5%;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #e4e8f5;
	padding: 15px;
	font-size: 16px;
	opacity: .8;
	margin-bottom: 15px
}
.page-content .pro-show .messagebox .from .submit {
	text-align: center
}
.page-content .pro-show .messagebox .from .submit input {
	font-size: 18px;
	font-family: 'segoeuiblod';
	border-radius: 0 30px 30px 30px;
	padding: 15px;
	width: 200px;
	background: #fff;
	text-transform: uppercase
}
.page-content .pro-show .messagebox .from .submit input:hover {
	color: #fff;
	background: #222
}
.page-content .contentbox {
	padding: 5% 0;
	border-bottom: 1px solid #f1f1f1
}
.page-content .contentbox h1 {
	font-size: 36px;
	font-family: 'segoeuiblod';
	margin-bottom: 20px;
	padding-bottom: 30px;
	text-align: center;
}
.page-content .contentbox .info {
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec
}
.page-content .contentbox .info span {
	margin-right: 10px
}
.page-content .contentbox .content {
	padding-top: 20px
}
.page-content .contentbox .content a{
    color: #007bff;
}
.page-content .contentbox .info span img {
	margin-right: 5px;
	margin-top: 2px
}
.page-content .quotatio {
	color: #333;
	font-size: 16px;
	padding: 5% 0;
	border-bottom: 1px solid #f1f1f1
}
.page-content .quotatio>h1 {
	font-size: 26px;
	font-family: 'segoeuiblod';
}
.page-content .quotatio>p {
	color: #666;
	margin-top: 20px
}
.page-content .quotatio .row {
	background: #fff;
	margin: 20px 0
}
.page-content .quotatio .quotation-box>div {
	padding: 0
}
.page-content .quotatio .quotation-box .qpl {
	border: 1.5px solid #e2e2e2
}
.page-content .quotatio .quotation-box div .product-header {
	display: flex;
	background: #e2e2e2;
	padding: 25px 0;
	color: #666
}
.page-content .quotatio .quotation-box div .action {
	width: 15%;
	text-align: center
}
.page-content .quotatio .quotation-box div .product-item {
	width: 70%;
	display: flex
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #eee
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .imgbox {
	width: 30%
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .imgbox img {
	width: 100%
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .text {
	width: 70%;
	margin: 40px 20px
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .action {
	margin-top: 50px
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .action img {
	cursor: pointer
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .text h3 {
	font-size: 18px;
	line-height: 18px;
	font-family: 'segoeuiblod';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	color: #333
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .text p {
	margin-top: 10px;
	color: #999
}
.page-content .quotatio .quotation-box>div .message-box {
	margin: 0;
	padding-top: 20px
}
.page-content .quotatio .quotation-box>div .message-box .header span {
	font-size: 26px;
	font-family: 'segoeuiblod';
}
.page-content .quotatio .quotation-box>div .message-box .checktext {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px
}
.page-content .quotatio .quotation-box>div .message-box .checktext .buttom span#clear {
	cursor: pointer
}
.page-content .quotatio .quotation-box>div .message-box .checktext .buttom input[type=checkbox] {
	margin-right: 10px
}
.page-content .quotatio .quotation-box>div .message-box .checktext .text {
	margin-top: -15px
}
.page-content .quotatio .quotation-box>div .message-box .checktext .text span {
	color: #f08519;
	font-size: 30px;
	font-family: 'segoeuiblod';
	margin-right: 10px
}
.page-content .quotatio .quotation-box>div .message-box .from textarea {
	height: 320px
}
.page-content .quotatio .quotation-box>div .message-box .from .submit {
	text-align: right
}
.page-content .quotatio .quotation-box>div .message-box .from .submit input[type=button] {
	background: unset;
	color: #f08519;
	border: 1px solid #f08519;
	margin-right: 10px
}
.page-content .quotation-box .message-box {
	margin: 20px auto;
	background: #fff;
	padding: 30px
}
.page-content .quotation-box .message-box .from {
	margin-top: 30px
}
.page-content .quotation-box .message-box .from .input {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}
.page-content .quotation-box .message-box .from .input>div {
	width: 32.5%
}
.page-content .quotation-box .message-box .from .input input {
	width: 100%;
	padding: 15px 20px
}
.page-content .quotation-box .message-box .from textarea {
	width: 100%;
	height: 150px;
	padding: 15px 20px;
	margin-bottom: 20px
}
.page-content .quotation-box .message-box .from .input input,.page-content .quotation-box .message-box .from textarea {
	background: #f8f8f8;
	border: 0;
	resize: none;
	font-size: 16px
}
.page-content .quotation-box .message-box .from .submit input {
	padding: 5px 30px;
	color: #fff;
	background: #f08519;
	border: 0;
	font-size: 20px;
	border-radius: 30px
}
.page-content .kitchen_scales_app_box {
	border-bottom: 1px solid #f1f1f1
}
.page-content .kitchen_scales_app_box .item {
	position: relative;
	overflow: hidden;
}
.page-content .kitchen_scales_app_box .item .container {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	margin: auto;
	right: 0;
	align-items: center;
	min-height: 100%
}
.page-content .kitchen_scales_app_box .item .text-box {
	width: 40%
}
.page-content .kitchen_scales_app_box .item:nth-child(even) .container {
	flex-direction: row-reverse
}
.page-content .kitchen_scales_app_box .item:nth-child(1) .text-box,.page-content .kitchen_scales_app_box .item:nth-child(7) .text-box {
	width: 50%
}
.page-content .kitchen_scales_app_box .item:nth-child(1) .text-box .title {
	font-size: 40px
}
.page-content .kitchen_scales_app_box .item:nth-child(3) .container .text-box {
	width: 35%
}
.page-content .kitchen_scales_app_box .item:nth-child(6) .container {
	align-items: flex-start
}
.page-content .kitchen_scales_app_box .item:nth-child(6) .text-box {
	width: 100%;
	text-align: center
}
.page-content .kitchen_scales_app_box .item .text-box .title {
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 30px
}
.page-content .kitchen_scales_app_box .item .text-box .txt {
	font-size: 22px;
	color: #666;
	white-space: pre-line
}
.page-content .kitchen_scales_app_box .item .text-box .icon {
	margin-top: 50px
}
.page-content .body_fat_scales_app {
	border-bottom: 1px solid #f1f1f1
}
.page-content .body_fat_scales_app .item {
	position: relative;
	overflow: hidden;
}
.page-content .body_fat_scales_app .item .img-box {
	text-align: center
}
.page-content .body_fat_scales_app .item .img-box img:nth-child(2),.page-content .kitchen_scales_app_box .item .img-box img:nth-child(2){
    display: none;
}
.page-content .body_fat_scales_app .item .container {
	position: absolute;
	top: 0;
	display: flex;
	right: 0;
	bottom: 0;
	min-height: 100%;
	align-items: center;
	flex-direction: row-reverse
}
.page-content .body_fat_scales_app .item .text-box {
	width: 40%
}
.page-content .body_fat_scales_app .item:nth-child(even) .container {
	left: 0;
	flex-direction: column
}
.page-content .body_fat_scales_app .item:nth-child(even) .text-box {
	width: 100%;
	margin-top: 5%;
	text-align: center
}
.page-content .body_fat_scales_app .item .remark {
	position: absolute;
	bottom: 10%;
	font-size: 26px
}
.page-content .body_fat_scales_app .item .remark p {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px
}
.page-content .body_fat_scales_app .item:nth-child(1) .text-box {
	width: 50%
}
.page-content .body_fat_scales_app .item:nth-child(1) .text-box .title {
	font-size: 70px
}
.page-content .body_fat_scales_app .item:nth-child(1) .text-box .txt {
	font-size: 30px;
	color: #222;
	line-height: 30px
}
.page-content .body_fat_scales_app .item:nth-child(1) .text-box .icon {
	margin-top: 10%
}
.page-content .body_fat_scales_app .item:nth-child(3) .container {
	left: 0;
	flex-direction: initial
}
.page-content .body_fat_scales_app .item:nth-child(3) .container .text-box {
	width: 49%
}
.page-content .body_fat_scales_app .item:nth-child(5) .container {
	left: 0
}
.page-content .body_fat_scales_app .item:nth-child(6) .container {
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap
}
.page-content .body_fat_scales_app .item:nth-child(6) .text-box {
	width: 50%;
	text-align: left;
	margin-top: 0
}
.page-content .body_fat_scales_app .item:nth-child(6) .text-box .txt {
	margin-left: 40px
}
.page-content .body_fat_scales_app .item:nth-child(6) .remark {
	width: 50%;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	position: unset;
	margin-top: 50px
}
.page-content .body_fat_scales_app .item:nth-child(7) .container {
	left: 0
}
.page-content .body_fat_scales_app .item:nth-child(7) .text-box {
	width: 47%
}
.page-content .body_fat_scales_app .item .text-box .title {
	font-size: 46px;
	margin-bottom: 30px;
	font-weight: 600;
}
.page-content .body_fat_scales_app .item .text-box .txt {
	font-size: 22px;
	color: #666;
	white-space: pre-line
}
.page-content .body_fat_scales_app .item .text-box .txt i {
	font-size: 20px;
	font-family: 'segoeuiblod';
	font-style: normal;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50px;
	background: #222;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-right: 10px;
	margin-left: -40px;
	margin-top: 30px;
}
.page-content .body_fat_scales_app .item .text-box .txt span {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	/* margin-bottom: 10px; */
	/* display: inline-block; */
}
.page-content .body_fat_scales_app .item .text-box .icon {
	margin-top: 50px
}
.page-content .contentbox .show-pagination {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}
.page-content .contentbox .show-pagination a{
    font-size: 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.page-content .contentbox .show-pagination a:hover{
	    color: #f08519;
}
.page-content .contentbox .show-pagination .previous{
    margin: 5px 0;
}
.page-content .contentbox .show-pagination a .iconfont{
    margin-right: 10px;
    font-size: 20px;
}
.page-content .contentbox .show-pagination .next{
    
}
.page-content .pro-show .content ul li {
	list-style: inside
}
.page-content .pro-show .content ol li {
	list-style: decimal;
	list-style-position: inside
}
.page-content .contentbox .content .ck-content ul{
    display: block;
    list-style-type: none;
    margin-block-start: .1em;
    margin-block-end: .1em;
    padding-inline-start: 17px;
}
.page-content .contentbox .content .ck-content ol{
    display: block;
    margin-block-start: .1em;
    margin-block-end: .1em;
    padding-inline-start: 15px;
}
.page-content .contentbox .content .ck-content ul li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    list-style-type: disc;
}
.page-content .contentbox .content .ck-content ol li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    list-style-type: decimal;
}








