.Home-banner img {
	width: 100%
}

.page-banner img {
	width: 100%
}

.page-container {
	width: 1400px;
	max-width: 96%;
	margin: 0 auto
}

.inside-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	overflow: hidden
}

.inside-header .inside-nav {
	padding: 15px 0;
	color: #999
}

.inside-header .inside-nav>a {
	font-size: 14px;
	color: #999
}

.inside-header .inside-nav>a>img {
	float: left;
	margin-right: 10px
}

.content iframe,.content img {
	max-width: 100%;
	height: auto!important
}

.imgbox img {
	max-width: 100%;
	width: 100%
}

.inside-pagination {
	margin: .2rem auto;
	padding: .5rem 0;
	text-align: center;
	background: #fff
}

.inside-pagination ul li a {
	color: #333;
	padding: 5px 10px
}

.inside-pagination ul li a:hover,.inside-pagination ul li.active a {
	background: #108ee9;
	color: #fff
}

.inside-pagination ul li {
	display: inline-block;
	padding: 3px;
	font-size: 16px;
}

.inside-pagination ul li.dump {
	background: #108ee9;
	padding: 1px;
}

.inside-pagination ul li.dump #dumppage {
	color: #108ee9;
	width: 28px;
	border: none
}

.inside-pagination ul li.dump span {
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
	cursor: pointer;
	font-weight: 700
}

.inside-pagination ul li.pre-page>a>img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform: rotate(180deg)
}

.inside-pagination ul li:hover>a>img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%) brightness(10000%)
}

.listnewbox {
	background: #f8f8f8;
	padding: 40px 0
}

.listnewbox .morebox {
	font-size: 18px;
	text-align: center;
	padding: 50px 0
}

.listnewbox .morebox a {
	color: #999
}

.listnewbox .morebox a span {
	position: absolute;
	margin: auto;
	font-size: 20px;
	width: 20px;
	height: 20px;
	transition: .3s
}

.listnewbox .morebox a span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg)
}

.listnewbox .morebox a:hover {
	color: #108ee9
}

.listnewbox .morebox a:hover span::before {
	border-right: 2px solid #108ee9;
	border-bottom: 2px solid #108ee9
}

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

.newitembox .news-item-box {
	width: 32.5%;
	margin-bottom: 15px
}

.newitembox .news-item-box .imgbox img {
	max-height: 350px;
	object-fit: cover;
	min-height: 350px
}

.newitembox .news-item-box .textbox {
	background: #fff;
	padding: 30px;
	font-size: 16px;
	color: #666
}

.newitembox .news-item-box .textbox h3 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: normal;
	min-height: 48px
}

.newitembox .news-item-box:hover .textbox h3 {
	color: #108ee9
}

.newitembox .news-item-box .textbox .remark {
	margin: 15px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 46px
}

.newitembox .news-item-box .textbox .other img {
	margin-right: 10px
}

.postdetailsbox {
	background: #f8f8f8;
	padding: 40px 0
}

.post-info {
	background: #fff;
	color: #333;
	padding: 30px;
	font-size: 16px
}

.post-info .header {
	margin-bottom: 40px;
	text-align: center
}

.post-info .header>h1 {
	font-size: 26px;
	font-weight: 700
}

.post-info .header>p {
	margin: 20px auto;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.post-info .header>p>span {
	margin-right: 30px;
	font-size: 14px
}

.post-info .header>p>span>img {
	margin-right: 5px
}

.post-info li,.post-info ul {
	list-style: disc;
	padding-left: 10px;
	line-height: 1.6
}

.post-info .content {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	line-height: 1.6
}

.post-info .content p {
	margin: 0;
	margin-bottom: 10px
}

.post-info .post-pagination {
	margin-top: 30px
}

.post-info .post-pagination p {
	margin: 15px 0
}

.post-info .post-pagination p a {
	font-size: 16px;
	font-weight: 700;
	color: #666
}

.post-info .post-pagination p a img {
	float: left;
	margin-right: 10px;
	filter: grayscale(100%)
}

.post-info .post-pagination p a.prev-page img {
	transform: rotate(180deg)
}

.post-info .post-pagination p a:hover {
	color: #108ee9
}

.post-info .post-pagination p a:hover img {
	filter: unset
}

.postdetailsbox .relation {
	margin: 40px auto
}

.postdetailsbox .relation .header {
	padding: 10px 0
}

.postdetailsbox .relation .header>h2 {
	font-size: 26px;
	font-weight: 700
}

.postdetailsbox .relation .swiper-relation {
	margin-top: 30px
}

.postdetailsbox .relation .swiper-relation .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.postdetailsbox .relation .swiper-relation .swiper-slide .imgbox {
	width: 35%
}

.postdetailsbox .relation .swiper-relation .swiper-slide .textbox {
	width: 65%;
	background: #fff;
	padding: 30px
}

.postdetailsbox .relation .swiper-relation .swiper-slide .textbox a h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.postdetailsbox .relation .swiper-relation .swiper-slide:hover .textbox a h3 {
	color: #108ee9
}

.postdetailsbox .relation .swiper-relation .swiper-slide .textbox .other {
	margin-top: 30px;
	color: #999
}

.page-content {
	background: #f8f8f8;
	padding: 40px 0
}

.page-content .quotatio {
	color: #333;
	font-size: 16px
}

.page-content .quotatio>h1 {
	font-size: 26px;
	font-weight: 700
}

.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: 20px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	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-weight: 700
}

.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: #108ee9;
	font-size: 30px;
	font-weight: 700;
	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: #108ee9;
	border: 1px solid #108ee9;
	margin-right: 10px
}

.page-content .message-box {
	margin: 20px auto;
	background: #fff;
	padding: 30px
}

.message-box {
	margin-top: 30px
}

.message-box .input {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.message-box .input>div {
	width: 32.5%
}

.message-box .input input {
	width: 100%;
	padding: 15px 20px
}

.message-box textarea {
	width: 100%;
	height: 150px;
	padding: 15px 20px;
	margin-bottom: 20px
}

.message-box .input input,.message-box textarea {
	background: #f8f8f8;
	border: 0;
	resize: none;
	font-size: 16px
}

.message-box .submit input {
	padding: 5px 30px;
	color: #fff;
	background: #108ee9;
	border: 0;
	font-size: 20px;
	border-radius: 30px
}

.page-container.categorybox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.page-container.categorybox .categoryitem {
	width: 14%;
	position: relative;
	padding: 10px 0
}

.page-container.categorybox .categoryitem a {
	font-size: 16px;
	font-weight: 700;
	color: #666;
	display: block;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #eee
}

.page-container.categorybox .categoryitem a:hover,.page-container.categorybox a.active {
	color: #108ee9
}

.page-container.categorybox .categoryitem a:hover .page-container.categorybox .categoryitem .child {
	display: block
}

.page-container.categorybox .categoryitem .child {
	display: none;
	background-color: #fff;
	width: 100%;
	position: absolute;
	z-index: 999999
}

.page-container.categorybox .categoryitem .child p {
	margin-top: 5px
}

.page-container.categorybox .categoryitem .child p a {
	font-weight: 1;
	padding: 10px 0
}

.page-content .content-box .product-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.page-content .content-box .list-box .product-item {
	width: 32.5%;
	margin-bottom: 15px
}

.page-content .content-box .list-box .product-item .imgbox {
	position: relative
}

.page-content .content-box .list-box .product-item .imgbox .quote-button {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	font-size: 16px;
	color: #fff;
	background: #108ee9;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer
}

.page-content .content-box .list-box .product-item .imgbox img {
	width: 100%;
	border-bottom: 1px solid #ddd
}

.page-content .content-box .list-box .product-item .text {
	background: #fff;
	text-align: center;
	padding: 20px 15px;
	color: #999
}

.page-content .content-box .list-box .product-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin: 10px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.page-content .content-box .list-box .product-item:hover .text h3 {
	color: #108ee9
}

.page-content .content-box .list-box .product-item .text .remark {
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.page-content .content-box .list-box .product-item .text .row {
	background: #f8f8f8;
	width: 90%;
	margin: 0 auto;
	padding: 15px 20px;
	border-radius: 30px
}

.page-content .content-box .list-box .product-item .text .row span img {
	cursor: pointer
}

.page-content .product-keywords {
	width: 100%;
	overflow: hidden;
	padding-top: 10px
}

.page-content .product-keywords p {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 22px;
	font-family: fradm
}

.page-content .product-keywords span {
	display: inline-block;
	margin-bottom: 15px
}

.page-content .product-keywords span a {
	color: #222;
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 5px;
	color: #108ee9;
	border: 1px solid #108ee9
}

.page-content .product-keywords span a:hover {
	background-color: #108ee9;
	color: #fff
}

.infomation {
	background: #f8f8f8;
	padding: 40px 0
}

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

.infobox .leftbox {
	width: 48%;
	background: #fff;
	padding: 40px
}

.infobox .leftbox h2 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede
}

.infobox .leftbox .contactinfo>div {
	display: flex;
	margin: 20px auto
}

.infobox .leftbox .contactinfo>div .imgbox {
	width: 60px;
	padding: 0;
	margin-right: 10px
}

.infobox .leftbox .contactinfo>div div {
	font-size: 16px;
	color: #666;
	padding-top: 5px
}

.infobox .leftbox .contactinfo>div div b {
	font-size: 18px;
	color: #333
}

.infobox .leftbox .contactinfo>div div a {
	color: #666
}

.infobox .rightbox {
	width: 50%
}

.infobox .rightbox .swiper-business {
	overflow: revert
}

.infobox .rightbox .swiper-business .b-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 20px
}

.infobox .rightbox .swiper-business .b-item .imgbox {
	width: 15%;
	text-align: center
}

.infobox .rightbox .swiper-business .b-item .imgbox img {
	border-radius: 50%
}

.infobox .rightbox .swiper-business .b-item .business-info {
	width: 55%;
	padding-left: 16px
}

.infobox .rightbox .swiper-business .b-item .business-info p {
	margin: 10px auto;
	font-size: 16px;
	color: #666
}

.infobox .rightbox .swiper-business .b-item .business-info p a {
	color: #666
}

.infobox .rightbox .swiper-business .b-item .business-info p b {
	font-size: 18px;
	color: #333
}

.infobox .rightbox .swiper-business .b-item .whatsappbox {
	width: 30%;
	text-align: center;
	padding-top: 40px;
	position: relative
}

.infobox .rightbox .swiper-business .b-item .whatsappbox>a {
	color: #666;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 30px
}

.infobox .rightbox .swiper-business .b-item .whatsappbox>a>span>img {
	width: 27px;
	height: auto
}

.infobox .rightbox .swiper-business .b-item .whatsappbox .code {
	position: absolute;
	display: none;
	top: -82px;
	right: 22px
}

.infobox .rightbox .swiper-business .b-item .whatsappbox .code .code_img {
	width: 110px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 2px;
	background-color: #fff;
	height: 105px
}

.infobox .rightbox .swiper-business .b-item .whatsappbox .code .code_icon {
	position: absolute;
	top: 106px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(180deg)
}

.infobox .leftbox .contactinfo>div div a:hover,.infobox .rightbox .swiper-business .b-item .business-info p a:hover {
	color: #108ee9
}

.messagebox {
	padding: 40px
}

.messagebox>h2 {
	font-size: 40px;
	color: #333;
	text-align: center
}

.messagebox>p {
	margin: 20px auto;
	font-size: 16px;
	color: #666;
	text-align: center
}

.messagebox .frombox {
	width: 90%;
	margin: 30px auto
}

.messagebox .frombox .input {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.messagebox .frombox .input>div {
	width: 32.5%
}

.messagebox .frombox .input input {
	width: 100%;
	padding: 15px 20px
}

.messagebox .frombox textarea {
	width: 100%;
	height: 150px;
	padding: 15px 20px;
	margin-bottom: 20px
}

.messagebox .frombox .input input,.messagebox .frombox textarea {
	background: #f8f8f8;
	border: 0;
	resize: none;
	font-size: 16px
}

.messagebox .frombox .submit {
	text-align: center
}

.messagebox .frombox .submit input {
	padding: 5px 30px;
	color: #fff;
	background: #108ee9;
	border: 0;
	font-size: 20px;
	border-radius: 30px
}

.our-box {
	background: #f8f8f8;
	padding: 40px 0;
	color: #666;
	font-size: 16px
}

.our-box>div>h1 {
	font-size: 40px;
	color: #333;
	text-align: center;
	margin: 30px auto
}

.our-box>div>p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px
}

.our-box .our-list .one-box {
	border-left: 1px solid #ddd;
	padding: 0 20px
}

.our-box .our-list .one-box h2 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	position: relative;
	margin-bottom: 5%
}

.our-box .our-list .one-box h2::before {
	display: block;
	content: '';
	width: 3px;
	height: 20px;
	background: #108ee9;
	position: absolute;
	left: -22px;
	top: 0
}

.our-box .our-list .one-box p {
	margin: 10px auto
}

.our-box .our-list .one-box p a {
	color: #666
}

.our-box .our-list .one-box p a:hover {
	color: #108ee9
}

.productinfobox {
	background: #f8f8f8;
	padding: 40px 0
}

.productinfobox .page-container .row {
	margin: 0
}

.productinfobox .page-container .row .imgbox {
	padding: 0;
	padding-right: 5%;
	width: 45%
}

.productinfobox .page-container .row .imgbox .jqzoom img {
	width: 100%
}

.productinfobox .page-container .row .imgbox .imagesbox {
	position: relative;
	margin: 10px auto
}

.productinfobox .page-container .row .imgbox .imagesbox .product-button {
	position: absolute;
	top: 0;
	z-index: 2;
	background: #d9d9d9;
	width: 8%;
	height: 100%;
	text-align: center;
	cursor: pointer
}

.productinfobox .page-container .row .imgbox .imagesbox .product-button img {
	margin-top: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 25px
}

.productinfobox .page-container .row .imgbox .imagesbox .product-prev {
	left: 0
}

.productinfobox .page-container .row .imgbox .imagesbox .product-prev img {
	transform: rotate(180deg)
}

.productinfobox .page-container .row .imgbox .imagesbox .product-next {
	right: 0
}

.productinfobox .page-container .row .imgbox .imagesbox .product-thumb {
	width: 80%;
	margin: 0 auto
}

.productinfobox .page-container .row .imgbox .imagesbox .product-thumb div img {
	width: 100%;
	border: 1px solid #eee;
	cursor: pointer
}

.productinfobox .page-container .row .imgbox .imagesbox .product-thumb .swiper-wrapper .active .cover {
	position: absolute;
	background: #108ee9;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .1
}

.productinfobox .page-container .row .imgbox .imagesbox .product-thumb .swiper-wrapper .swiper-slide {
	position: relative
}

.productinfobox .page-container .row .textbox {
	font-size: 16px;
	padding: 30px 0
}

.productinfobox .page-container .row .textbox>h1 {
	font-size: 36px;
	font-weight: 700;
	color: #333
}

.productinfobox .page-container .row .textbox .other {
	margin-top: 30px
}

.productinfobox .page-container .row .textbox .other span img {
	width: 25px
}

.productinfobox .page-container .row .textbox .other span.enshrine {
	color: #108ee9;
	margin-left: 30px
}

.productinfobox .page-container .row .textbox .other span.enshrine img {
	margin-right: 5px;
	width: 25px;
	cursor: pointer
}

.productinfobox .page-container .row .textbox .remark {
	margin: 20px auto;
	color: #999;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee
}

.productinfobox .page-container .row .textbox .attribute {
	color: #666;
	padding-bottom: 30px;
	line-height: 2;
	border-bottom: 1px solid #eee
}

.productinfobox .page-container .row .textbox>a {
	color: #fff
}

.productinfobox .page-container .row .textbox>a>button {
	border: 0;
	background: #108ee9;
	padding: 10px 30px;
	border-radius: 30px;
	margin-top: 30px
}

.productdetails-box {
	padding: 30px 0;
	margin-bottom: 15px
}

.productdetails-box .header {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}

.productdetails-box .header span {
	margin-right: 30px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	position: relative
}

.productdetails-box .header span.active,.productdetails-box .header span:hover {
	color: #108ee9
}

.productdetails-box .header span.active::after,.productdetails-box .header span:hover::after {
	content: " ";
	position: absolute;
	bottom: -19px;
	border: 1px solid #108ee9;
	width: 100%;
	left: 0
}

.productdetails-box .product-content-box {
	padding: 30px 0;
	font-size: 16px;
	color: #333;
	line-height: 1.6
}

.productdetails-box .product-content-box>div {
	display: none
}

.productdetails-box .product-content-box>div iframe,.productdetails-box .product-content-box>div img {
	max-width: 100%
}

.productdetails-box .product-content-box>div ol li {
	list-style-type: decimal;
	margin-left: 20px
}

.productdetails-box .product-content-box>div ul li {
	list-style-type: disc;
	margin-left: 10px
}

.infofooterbox {
	background: #f8f8f8;
	padding: 40px 0
}

.infofooterbox .relation .header {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.infofooterbox .relation .swiper-relation .swiper-slide .imgbox {
	border-bottom: 1px solid #f8f8f8
}

.infofooterbox .relation .swiper-relation .swiper-slide {
	border: 1px solid #eee
}

.infofooterbox .relation .swiper-relation .iteminfo {
	background: #fff;
	font-size: 16px;
	color: #999;
	text-align: center;
	padding: 20px
}

.infofooterbox .relation .swiper-relation .iteminfo>p {
	margin: 15px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.infofooterbox .relation .swiper-relation .iteminfo>p a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	-webkit-line-clamp: 2
}

.infofooterbox .relation .swiper-relation .swiper-slide:hover .iteminfo>p a {
	color: #108ee9
}

.infofooterbox .relation .swiper-relation .iteminfo .row {
	background: #f8f8f8;
	width: 90%;
	margin: 0 auto;
	padding: 15px 20px;
	border-radius: 30px
}

.infofooterbox .relation .swiper-relation .iteminfo .row span img {
	cursor: pointer
}

.infofooterbox .product-footer {
	padding: 40px 0
}

.infofooterbox .product-footer>h2 {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px
}

.infofooterbox .product-footer .infobox .leftbox h2 {
	text-align: left;
	border-bottom: unset;
	padding: 0
}

.infofooterbox .product-footer .infobox .leftbox .messagebox {
	padding: 0
}

.infofooterbox .product-footer .infobox .leftbox .messagebox .frombox {
	width: 100%
}

.infofooterbox .product-footer .infobox .leftbox .messagebox .frombox .submit {
	text-align: left
}

.videolistbox {
	background: #f8f8f8;
	padding: 40px 0
}

.videolistbox .videoitembox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.videolistbox .videoitembox .video-item {
	width: 19.5%;
	margin: 20px auto
}

.videolistbox .videoitembox .video-item .imgbox {
	position: relative
}

.videolistbox .videoitembox .video-item .imgbox::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s
}

.videolistbox .videoitembox .video-item .imgbox .video_play {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 4;
	opacity: 0;
	width: 50px;
	height: auto;
	cursor: pointer
}

.videolistbox .videoitembox .video-item .imgbox:hover .video_play,.videolistbox .videoitembox .video-item .imgbox:hover::after {
	opacity: 1
}

.videolistbox .videoitembox .video-item .textbox {
	font-size: 16px;
	color: #999
}

.videolistbox .videoitembox .video-item .textbox h4 {
	font-size: 18px;
	font-weight: block;
	color: #333;
	margin: 20px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.videolistbox .videoitembox .video-item:hover .textbox h4 {
	color: #108ee9
}

.videolistbox .videoitembox .video-item .textbox div img {
	margin-right: 5px
}

.listcasebox {
	background: #f8f8f8;
	padding: 40px 0
}

.listcasebox .list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.listcasebox .list-box .index-item {
	width: 66.4%;
	position: relative;
	max-height: 500px;
	overflow: hidden
}

.listcasebox .list-box .index-item a {
	color: #fff;
	display: block
}

.listcasebox .list-box .index-item a .text {
	position: absolute;
	bottom: 20px;
	z-index: 10;
	padding: 0 20px;
	font-size: 16px
}

.listcasebox .list-box .index-item .text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px
}

.listcasebox .list-box .index-item .text p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.listcasebox .list-box .index-item img,.listcasebox .list-box .right-item .item img {
	width: 100%;
	height: 100%
}

.listcasebox .list-box .right-item .item img {
	height: 100%
}

.listcasebox .list-box .right-item {
	width: 32.5%;
	position: relative
}

.listcasebox .list-box .right-item .item {
	position: absolute;
	height: 49%
}

.listcasebox .list-box .index-item a:hover::after,.listcasebox .list-box .right-item .item a:hover::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	transition: all .4s;
	-webkit-transition: all .4s
}

.listcasebox .list-box .right-item .item:nth-child(2) {
	bottom: 0
}

.listcasebox .list-box .right-item .item a .textbox {
	position: absolute;
	bottom: 20px;
	z-index: 10;
	padding: 0 20px;
	color: #fff
}

.listcasebox .list-box .right-item .item a .textbox h4 {
	font-size: 20px;
	font-weight: 700
}

.listcasebox .list-box .right-item .item a .textbox p {
	margin-top: 20px;
	display: none
}

.listcasebox .list-box .right-item .item:hover a .textbox p {
	display: block
}

.listcasebox .list-box .case-box {
	margin-top: 10px;
	width: 32.5%;
	position: relative
}

.listcasebox .list-box .case-box .imgbox a {
	display: block
}

.listcasebox .list-box .case-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s
}

.listcasebox .list-box .case-box .imgbox {
	height: 100%
}

.listcasebox .list-box .case-box .imgbox a img {
	width: 100%;
	height: 100%
}

.listcasebox .list-box .case-box .textbox {
	position: absolute;
	bottom: 0;
	z-index: 20;
	padding: 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.listcasebox .list-box .case-box .textbox h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.listcasebox .list-box .case-box .textbox .remark {
	display: none;
	margin-top: 20px
}

.listcasebox .list-box .case-box:hover .textbox .remark {
	display: block
}

.listcasebox .list-box .case-box:hover::after {
	opacity: 1
}

.listcasebox .list-box .case-box.latsbox:hover::after {
	opacity: 0
}

.listcasebox .list-box .case-box .textbox .remark p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.list-faq-box {
	background: #f8f8f8;
	padding: 40px 0;
	color: #333;
	font-size: 18px
}

.list-faq-box .headerbox {
	width: 80%;
	margin: 50px auto
}

.list-faq-box .faq-item {
	background: #fff;
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	padding: 0
}

.list-faq-box .faq-item .wen {
	display: flex;
	cursor: pointer
}

.list-faq-box .faq-item .wen div {
	padding: 15px 0
}

.list-faq-box .faq-item .wen .icon {
	width: 5%;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #ccc
}

.list-faq-box .faq-item .active,.list-faq-box .faq-item .active .icon,.list-faq-box .faq-item .wen:hover,.list-faq-box .faq-item .wen:hover .icon {
	color: #108ee9
}

.list-faq-box .faq-item .wen .title {
	width: 93%;
	border-left: 1px solid #eee;
	padding-left: 25px;
	padding-top: 25px
}

.list-faq-box .faq-item .da {
	display: none;
	padding: 20px 0;
	padding-left: 7%;
	border-top: 1px solid #eee;
	font-size: 16px;
	line-height: 1.6;
	white-space: pre-line;
	padding-right: 20px
}

.list-faq-box .contactimg {
	margin: 50px auto
}

.factory-page {
	background: #f8f8f8;
	padding: 40px 0
}

.factory-page .header {
	width: 80%;
	margin: 30px auto;
	color: #333;
	font-size: 18px;
	margin-top: 0
}

.factory-page .factory-box {
	position: relative
}

.factory-page .factory-box .factory-button {
	position: absolute;
	width: 50px;
	height: 80px;
	background: #d9d9d9;
	top: 45%;
	z-index: 10;
	text-align: center;
	cursor: pointer
}

.factory-page .factory-box .factory-button img {
	padding-top: 30px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.factory-page .factory-box .factory-prev {
	left: 3%;
	transform: rotate(180deg)
}

.factory-page .factory-box .factory-next {
	right: 3%
}

.factory-page .factory-box .swiper {
	width: 80%;
	margin: 0 auto;
	position: relative
}

.factory-page .factory-box .swiper img {
	width: 100%;
	cursor: pointer
}

.factory-page .factory-box .swiper .factory-swiper {
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding: 15px;
	background-color: rgba(0,0,0,.5);
	width: 100%
}

.certifcate-box {
	background: #f8f8f8;
	padding: 40px 0
}

.certifcate-box .certifcate-list .header {
	width: 80%;
	margin: 30px auto;
	color: #333;
	font-size: 18px;
	margin-top: 0
}

.certifcate-box .certifcate-list .row {
	margin-bottom: 30px
}

.certifcate-box .certifcate-list .row .certifcate-item {
	margin-bottom: 30px
}

.certifcate-box .certifcate-list .row .certifcate-item .imgbox img {
	max-height: 460px;
	min-height: 460px;
	object-fit: cover
}

.certifcate-box .certifcate-list .row .certifcate-item p {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 20px auto
}

.about-header-box {
	background: #f8f8f8;
	padding: 40px 0
}

.about-header-box .title {
	font-size: 36px;
	font-weight: 700
}

.about-header-box .page-container>div {
	font-size: 18px;
	color: #333
}

.about-header-box .page-container>div.videobox {
	position: relative
}

.about-header-box .page-container>div.videobox .cover {
	width: 100%
}

.about-header-box .page-container>div.videobox .video_play {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 4;
	width: 50px;
	height: auto;
	cursor: pointer
}

.development-box {
	padding: 40px 0;
	position: relative
}

.development-box .headerbox {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 50px
}

.development-box .headerbox h2 {
	font-size: 40px;
	color: #333;
	text-transform: uppercase
}

.development-box .headerbox p {
	margin: 20px auto
}

.development-box .swiper-development {
	margin: auto 20px
}

.development-box .swiper-development .time-box .title-box {
	border-bottom: 1px solid #eee;
	position: relative
}

.development-box .swiper-development .time-box .title-box>h4 {
	padding: 0 60px;
	font-size: 20px;
	line-height: 70px
}

.development-box .swiper-development .time-box .title-box>h4::after {
	width: 20px;
	height: 20px;
	background: url(/res/magic/shendengpage/images/dian.png);
	background-size: auto;
	background-size: 100%;
	position: absolute;
	content: '';
	display: block;
	bottom: -10px
}

.development-box .swiper-development .time-box .image-box {
	padding: 20px 60px
}

.development-box .swiper-development .time-box .image-box>img {
	width: 100%
}

.development-box .swiper-development .time-box>p {
	padding: 0 60px;
	font-size: 16px
}

.development-box .development-button {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 10;
	top: 236px;
	cursor: pointer
}

.development-box .development-button img {
	width: 100%;
	position: absolute;
	top: 0
}

.development-box .development-button.swiper-button-disabled img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.development-box .development-button.development-button-prev {
	left: -15px;
	transform: rotate(180deg)
}

.development-box .development-button.development-button-next {
	right: -15px
}

.company-culture {
	background: #f8f8f8;
	padding: 40px 0
}

.company-culture .headerbox {
	text-align: center;
	font-size: 16px;
	color: #666
}

.company-culture .headerbox h2 {
	font-size: 40px;
	color: #333;
	text-transform: uppercase
}

.company-culture .headerbox p {
	margin: 20px auto
}

.company-culture .contentbox {
	margin: 50px auto;
	font-size: 18px;
	color: #333
}

.company-culture .contentbox div.paddingbox {
	padding: 40px
}
