/*product-center*/

#inProTab {
	padding-bottom: 50px;
	display: none;
}
#inProTab .inprotab_title {}
#inProTab .inprotab_title span.iconfont {
	font-size: 12px;
	color: #999;
	cursor: pointer;
}
#inProTab .swiper-slide-cur .inprotab_title a,
#inProTab .swiper-slide-cur .inprotab_title span.iconfont {
	color: #000;
}

.wap {
    display: none;
}

ul.protabul {
	position: absolute;
	top: 65%;
	left: 50%;
	width: 90%;
	border-top: 1px solid #eee;
	padding-top: 14px;
	transform: translateX(-50%);
	display: none;
}
ul.protabul li {
	float: left;
	/*width: 12%;*/
	margin-right: 5%;
	text-align: center;
}
ul.protabul li:last-child {
	margin-right: 0;
}
ul.protabul li a {
	color: #666;
	text-transform: capitalize;
	position: relative;
}
ul.protabul li a:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(0,-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666;
}
ul.protabul li a:hover {
	color: #000;
}
ul.protabul li a:hover:before {
	background-color: #000;
}

ul.proul {
	margin-right: -2%;
}
ul.proul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 2%;
}

ul.proul li .li_img {}
ul.proul li .li_img img {
	display: block;
	width: 100%;
}
ul.proul li h4 {
	margin-top: 20px;
	margin-bottom: 12px;
}
ul.proul li article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*height: 50px;*/
}
ul.proul li .proul_more {
	display: block;
	margin-top: 20px;
}
ul.proul li .proul_more span.iconfont {
	color: #444;
	font-size: 20px;
}
ul.proul li .proul_more span.iconfont:hover {
	color: #000;
}

@media all and (max-width: 768px) {
	ul.proul li {
		width: 48%;
	}
}

/*single-product*/

/* 这是下方的鼠标指针的移动镜头平方米。 */
.cloud-zoom-lens {border: 4px solid #888;margin:-4px;background-color:#fff;cursor:move;}
/* 这是标题文本 */
.cloud-zoom-title {font-family:Arial, Helvetica, sans-serif;position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;}
/* 这是缩放窗口。 */
.cloud-zoom-big {border:4px solid #ccc;overflow:hidden;}
/* 这是加载消息。 */
.cloud-zoom-loading {color:white;background:#222;padding:3px;border:1px solid #000;}
.mousetrap {width: 100%!important;}
.zoom-small-image img {display: block;max-width: 100%;}
.single-product {}
.singlepro_le {
	width: 500px;
	max-width: 40%;
}

.signlepro_ri {
	width: 58%;
}
.zoom-section {
	width: 100%;
}
.zoom-desc {
	margin-top: 20px;
}
.preview {
	justify-content: flex-start;
}
.preview a {
	width: 25%;
}
.preview a img {
	display: block;
	width: 100%;
}

.signlepro_ri h3 {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 600;
}

.signlepro_ri .in_share {

}
.signlepro_ri .in_share a:nth-child(1) {
	background-color: #3b5998;
}
.signlepro_ri .in_share a:nth-child(2) {
	background-color: #55acef;
}
.signlepro_ri .in_share a:nth-child(3) {
	background-color: #dc4b38;
}
.signlepro_ri .in_share a:nth-child(4) {
	background-color: #c70716;
}
.signlepro_ri .in_share a:nth-child(1):hover,
.signlepro_ri .in_share a:nth-child(2):hover,
.signlepro_ri .in_share a:nth-child(3):hover,
.signlepro_ri .in_share a:nth-child(4):hover {
	background-color: #000;
}

.signlepro_ri .single_btn {
	width: 540px;
	max-width: 100%; 
}

.signlepro_ri .single_btn a {
	width: 32%;
	background-color: #585858;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
.signlepro_ri .single_btn a:hover {
	background-color: #000;
}

@media all and (max-width: 1023px) {
	.singlepro_le {
		max-width: 100%;
	}
	.signlepro_ri {
		width: 100%;
		margin-top: 20px;
	}
}

@media all and (max-width: 768px) {
	.signlepro_ri h3 {
		font-size: 16px;
	}
	.wap {
    display: block;
    }
    .pc {
    display: none;
    }
}
@media all and (max-width: 500px) {
	.signlepro_ri .single_btn {
		flex-direction: column;
		width: 150px;
	}
	.signlepro_ri .single_btn a {
		width: 150px;
		margin-bottom: 10px;
	}
	.signlepro_ri .single_btn a:last-child {
		margin-bottom: 0;
	}
}

/*相关产品*/
.relation_pro {
	background-color: #fafafa;
	
}
.relation_pro .relation_pro_box {
	position: relative;
}

#relaPro {
	position: relative;
	overflow: hidden;
}
#relaPro .rela_img {}
#relaPro .rela_img img {
	display: block;
	width: 100%;
}
#relaPro h4 {
	margin: 14px 0;
}

.relapro_btn {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 99;
}
.relapro_btn span.iconfont {
	font-size: 36px;
	color: #585858;
}
.relapro_btn span.iconfont:hover {
	color: #000;
}
.relaPro_button_next {
	right: 0;
	transform: translate(100%,0);
}
.relaPro_button_prev {
	left: 0;
	transform: translate(-100%,0);
}

/*oedm*/

.oedm {}
.oedm_custom {}
.oedm_custom .inOedm_item p {
	background-color: #d2d1cf;
}
.oemd_card {
	background: url(../images/oedm_card_bg.jpg) no-repeat center;
	background-size: cover;
}
.oemd_card_box {
	display: -webkit-box;
}
.oemd_card_le {
	width: 50%;
	padding-right: 5%;
}
.oemd_card_ri {
	width: 50%;
	border-left: 1px solid #999999;
	padding-left: 5%;
}

.oemd_card_le_img {
	width: 48%;
	margin-bottom: 2%;
}
.oemd_card_le_img img {
	display: block;
	width: 100%;
}
.oemd_card_ri_img {}
.oemd_card_ri_img img {
	display: block;
	max-width: 100%;
}

.oemd_hair {
	background: url(../images/oemd_hair_bg.jpg) no-repeat center;
	background-size: cover;
}
.oedm_hair_img {}
.oedm_hair_img img {
	display: block;
	max-width: 100%;
}

@media all and (max-width: 768px) {
	.oemd_card_box {
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
	}
	.oemd_card_ri {
		width: 100%;
		border: none;
	}
	.oemd_card_le {
		width: 100%;
		margin-top: 20px;
	}
}


/*case*/
.case {}
.case_item {}
.case_item_img {
	width: 48.5%;
}
.case_item_img img {
	display: block;
	max-width: 100%;
}
.case_item_text {
	width: 50%;
}
.case_item_text h4 {
	font-size: 26px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
}
.case_item:nth-child(2n) {
	flex-direction: row-reverse;
}

@media all and (max-width: 1366px) {
	.case_item_text h4 {
		font-size: 24px;
	}
}
@media all and (max-width: 1023px) {
	.case_item_text h4 {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	.case_item_img {
		width: 100%;
	}
	.case_item_text {
		width: 100%;
		margin-top: 20px;
	}
}

/*service*/
.service {}
.ser_tt {
	justify-content: flex-start;
	border-bottom: 1px solid #e5e9ec;
}
.ser_tt img {
	display: block;
	margin-right: 10px;
}

.ser_faq .ser_faq_con_le {
	width: 48%;
}

.service_faq * {
}
ul.serviceFaq {
	
}
ul.serviceFaq li {
	padding: 0 3%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e9ec;
	margin-bottom: 2%;
	position: relative;
}
ul.serviceFaq li:last-child {
	margin-bottom: 0;
}
ul.serviceFaq li article {
	margin-top: 30px;
	transition: all 0s;
	padding-left: 25px;
}
ul.serviceFaq li .service_faq_question {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}
ul.serviceFaq li .service_faq_question:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #20170e;
}
ul.serviceFaq li .service_faq_question span {
	transition: all 0s;
	font-size: 30px;
	color: #777;
}
ul.serviceFaq li .service_faq_question span:first-child {
	width: 76%;
	color: #585858;
	font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.serviceFaq li .service_faq_question .service_faq_question_fh_active {
	display: block!important;
}
ul.serviceFaq li .service_faq_question:hover span {
	color: #000;

}
@media all and (max-width: 1023px) {
	ul.serviceFaq li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	ul.serviceFaq li .service_faq_question span:first-child {
		font-size: 16px;
	}
	ul.serviceFaq li article {
		margin-top: 25px;
	}
}
@media all and (max-width: 768px) {
	.ser_faq .ser_faq_con_le {
		width: 100%;
		margin-top: 40px;
	}
	.ser_faq h2 {
		font-size: 26px;
	}
	ul.serviceFaq li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.serviceFaq li .service_faq_question span:first-child {
		font-size: 14px;
	}
	ul.serviceFaq li article {
		margin-top: 15px;
	}
}

/*about-us*/
.about {}
.about_company {}
.about_company_tips {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	line-height: 1.4em;
}

.about_factory {
	background-color: #f3f3f3;
	position: relative;
}
#factory {
	position: relative;
	overflow: hidden;
}
#factory .swiper-slide img {
	display: block;
	width: 100%;
}

.factory-button-box {
	position: absolute;
	width: 200px;
	max-width: 20%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f3f3f3;
	z-index: 100;
	transform: translate(100%);
}
.factory_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	width: 60px;
	height: 48px;
	background-color: #ececec;
}
.factory_btn span.iconfont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 22px;
}
.factory_btn:hover {
	background-color: #1f1f1f;
}
.factory_btn:hover span.iconfont {
	color: #fff;
}
.factory-button-prev {
	transform: translate(-50%,-100%);
}
.factory-button-next {
	transform: translate(-50%,10px);
}

.about_factory_tip {
	position: absolute;
	top: 0;
	right: 10px;
	width: 400px;
	height: 200px;
	background-color: #20170e;
	padding: 8px 1%;
	transform: translateY(-30%);
}
.about_factory_tip p {
	margin-bottom: 15px;
	text-align: right;
}
.about_factory_tip p span {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.about_factory_tip ul {

}
.about_factory_tip ul li {
	color: #fff;
	padding-left: 12px;
	position: relative;
	margin-bottom: 15px;
}
.about_factory_tip ul li:last-child {
	margin-bottom: 0;
}
.about_factory_tip ul li:before {
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
}

@media all and (max-width: 1023px) {
	.factory-button-box {
		width: 150px;
		background-color: rgba(243,243,243,.9);
	}
	.factory_btn {
		width: 50px;
		height: 40px;
	}
}
@media all and (max-width: 768px) {
	.about_factory_tip {
		display: none;
	}
}

/*contact*/
.contact {}
.contact_box {
	background-color: #fafafa;
}
.contact_map {
	width: 55%;
}
.contact_map img {
	display: block;
	width: 100%;
}
.contact_way {
	width: 45%;
	padding: 2%;
}
.contact_way h5 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.contact_way p {
	margin-bottom: 20px;
}
.contact_way p:last-child {
	margin-bottom: 0;
}
.contact_way p span {
	/*font-weight: 600;*/
	line-height: 25px;
	color: #333;
}
.contact_way p span:first-child {
	color: #333;
	font-weight: 600;
}
.contact_way p span a {
	color: #333;
}
.contact_way p span a:hover {
	color: #000;
}

.contact_mesage .message {
	background-color: #fafafa;
}

@media all and (max-width: 1366px) {
	.contact_way h5 {
		font-size: 18px;
	}
}
@media all and (max-width: 1023px) {
	.contact_map {
		width: 100%;
	}
	.contact_way {
		width: 100%;
	}
}

/*search*/
.search {
	background-color: #f3f3f3;
}
.search h2 {
	color: #000;
	text-align: center;
	font-weight: 600;
}
.search form {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width: 95%;
	max-width: 560px;
	background-color: #fff;
	margin: 0 auto;
}
.search form input {
	width: 90%;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	outline: none;
	border: none;
	font-size: 16px;
	color: #666;
}
.search form button {
	width: 10%;
	height: 56px;
	line-height: 56px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #fff;
}
.search form button span.iconfont {
	font-size: 20px;
	color: #999;
}
.search_hot {
	width: 95%;
	max-width: 560px;
	margin: 0 auto;
	margin-top: 20px;
	justify-content: flex-start;
}
.search_hot p {
	color: #999;
}
.search_hot p a {
	color: #b2191e;
	margin: 0 5px;
}
.search_hot p a:hover {
	color: #000;
}
.search_list {

}
.search_list .search_list_item {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.search_list .search_list_item .search_list_item_le {
	width: 24%;
}
.search_list .search_list_item .search_list_item_le img {
	display: block;
	width: 100%;
}
.search_list .search_list_item .search_list_item_ri {
	width: 74%;
}

.search_result {}
.search_result h3 {
	font-size: 30px;
	color: #333;
	font-weight: 600;
}
/*.search_result h3 span {
	font-weight: 600;
}*/

@media all and (max-width: 1366px) {
	.search_result h3 {
		font-size: 28px;
	}
}
@media all and (max-width: 1023px) {
	.search_result h3 {
		font-size: 26px;
	}
}

/*404*/
.nofound_breadnav {
	background-color: #fafafa;
}
.no_found {
	background-color: #fafafa;
}

.no_found_tips {
	font-size: 30px;
	color: #333;
	font-weight: 600;
}

.no_found_le {
	width: 50%;
}

.no_found_ri {
	width: 50%;
}

.no_found_le .no_found_num {
	font-size: 200px;
	color: #201b10;
	font-weight: 600;
	width: 73%;
	text-align: center;
}
ul.nofound_nav {
	width: 27%;
}
ul.nofound_nav li {
	margin-bottom: 20px;
}
ul.nofound_nav li:last-child {
	margin-bottom: 0;
}
ul.nofound_nav li a {
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	position: relative;
}
ul.nofound_nav li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(120%,-50%);
	width: 27px;
	height: 17px;
	background: url(../img/mian_nav_icon.png) no-repeat center;
	background-size: cover;
	opacity: 0;
}
ul.nofound_nav li a:hover {
	font-weight: 600;
}
ul.nofound_nav li a:hover:after {
	opacity: 1;
}
.no_found_ri .search {
	background-color: transparent;
}

.no_found_ri .search h2 {
	text-align: left;
}
.no_found_ri .search form {
	margin-left: 0;
}

.no_found_ri .search .search_hot {
	/*margin-left: 0;*/
}

.nofound_related_pro h2 {
	text-align: center;
}

@media all and (max-width: 1366px) {
	.no_found_le .no_found_num {
		font-size: 180px;
	}
}

@media all and (max-width: 1023px) {
	.no_found_le {
		width: 100%;
	}
	.no_found_ri {
		width: 100%;
	}
	.no_found_tips {
		font-size: 28px;
	}
	.no_found_ri .search .search_hot {
		margin-left: 0;
	}
}
@media all and (max-width: 600px) {
	ul.nofound_nav {
		display: none;
	}
	.no_found_le .no_found_num {
		width: 100%;
	}
}



/*新加*/
.signlepro_ri article p strong {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 600;
}

.signlepro_ri article p {
	margin-bottom: 15px;
}


.page-box .page-inner .prev, .page-box .page-inner .next, .page-box .page-inner .page-prev, .page-box .page-inner .page-next {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}



.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #000;
  display: inline-flex;
  font-size: 14px;
  color: #000;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  justify-content: center;
  background: transparent;
}

.page-box .page-inner .current {
  font-weight: bold;
  color: #FFF;
  background-color: #000;
  border: 1px solid #000;
}

.swiper-container-cube .swiper-cube-shadow{
    background: none;
}