/**
* Category Introduction
**/
.mp-cat-intro-box .cat-img-box{
	border:1px solid #ddd;
	border-radius:0.5rem;
	padding:0.5rem;
}
.mp-cat-intro-box .cat-img-box img{
	max-width:100%;
}
.mp-cat-intro-box {
	line-height:2;
}
.mp-cat-intro-box br{
	margin-bottom:0.5rem;
	display:block;
	content:'';
}
.mp-cat-intro-box h1{
	text-transform:capitalize;
}
/**
* What we do
**/
.mp-wwd-box{
	background-color:#f4f6f9;
}
.mp-wwd-box .wwd-list img{
	max-width:100%;
}
.mp-wwd-box .wwd-img-box{
	border:1px solid #ddd;
	border-radius:0.5rem;
	padding:0.5rem;
	background-color:#fff;
}





/**
* Company Introduction
**/
.mp-company-box .btn{
	width:20rem;
	max-width:100%;
}






/**
* Products
**/
.mp-product-box{
	background-color:#f4f6f9;
}
.mp-product-box .prolist_box{
	background-color:#fff;
	padding: 0 30px;
}

.mp-product-box .prolist_box .box_li{
	padding-top: 30px;
	border: none;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.mp-product-box .prolist_box .box_li .pro_right .p_ms{
	width:100%;
}
.mp-product-box .p_pic_box{
	float:left;
}

.mp-product-box .prolist_box .box_li .pro_right .p_t,
.mp-product-box .prolist_box .box_li .pro_right .p_t a,
.prolist_box .box_li .pro_right .p_t a h2{
	height:auto;
	line-height:1.5;
}
.mp-product-box .prolist_box .box_li .pro_right .p_t a h2{
	font-size:1.7rem;
	font-weight:normal;
}






/**
* Videos
**/
.mp-media-box .nav-tabs .nav-link.active{
	border-bottom:4px solid var(--bs-theme-color);
	color:var(--bs-theme-color);
}
.mp-media-box .nav-tabs .nav-link{
	color:var(--bs-link-hover-color);
}
.mp-media-box .tab-pane{
	padding:3rem 0rem;
}
.mp-media-box .ab-manu-swiper .swiper-slide{
	border-radius:0.5rem;
	overflow:hidden;
	border:1px solid #ccc;
}
.mp-media-box .swiper-slide video,
.mp-media-box .ab-manu-swiper .swiper-slide img{
	max-width:100%;
}

.mp-media-box .ab-manu-swiper.swiper {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.mp-media-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0.2rem;
}



/**
* FAQ
**/
.mp-faq-box{
	background-color:#f4f6f9;
}
.mp-faq-box .s-bar-box{
	padding: 95px 20px 20px;
	background: #fafafa;
	border: 1px solid #dadada;
	position: relative;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}
.mp-faq-box .s-bar-box.sticky{
	position: fixed;
	top: 20px;
	z-index:90;
	max-width:400px;
}
.mp-faq-box .s-bar-box .tt-bar{
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 -10px;
	font-size: 26px;
	color: black;
	padding: 20px 40px 20px 28px;
	background: var(--bs-theme-color);
	width: calc(100% + 20px);
	line-height: 1;
}
.mp-faq-box .message_list{
	margin-top:1rem;
}
.mp-faq-box .message_list ul li{
	padding-top:0;
	width: 100%;
}
.mp-faq-box .message_list ul li .p_r{
	line-height: 1.2;
	margin-top: 1rem;
	margin-bottom:0.5rem;
}
.mp-faq-box .l-content{
	line-height:1.5;
}
.mp-faq-box .l-content h2{
	font-weight:bold;

}




/**
* Tags
**/
.mp-tag-box{
	background-color:#f4f6f9;
	font-size: 1rem;
}
.mp-tag-box .tag{
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	line-height: 28px;
	padding: 0 15px;
	margin-top:15px;
	margin-bottom:15px;}
.mp-tag-box .tag a{
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #e8e8e8;
	line-height: 28px;
	padding: 0 15px;
	margin-top:10px;}

@media only screen and (max-width:1040px) {
	.mp-cat-intro-box {
		line-height:1.5;
	}
	.mp-product-box .p_pic_box{
		float:none;
	}
	.mp-product-box .prolist_box .box_li .p_pic,
	.mp-product-box .prolist_box .box_li .p_pic img{
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.mp-product-box .prolist_box .box_li{
		display: block;
		padding-top: 30px;
	}
	.mp-product-box .prolist_box .box_li .pro_right{
		padding:0;
		margin-left: 0;
	}
	.mp-faq-box{
		padding-top: 0;
	}
	.mp-product-box .prolist_box .box_li .pro_right .p_t a h2{
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}
	.mp-product-box .prolist_box .box_li .pro_right .p_ms{
		display:none;
	}
	.mp-product-box .contant_btn_list .btn-outline-primary{
		display:none;
	}
	.mp-media-box .ab-manu-swiper.swiper{
		height:auto;
	}
}

.btn-primary{
	background-color: #12294b;
	border-color: #12294b;
}
.message_list ul li .btn{
	background: #12294b;
}

@media (max-width: 1600px) {

}

@media (max-width: 1450px) {

}

@media (max-width: 1366px){

}

@media (max-width: 768px) {

	.row{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.juhe_page .title1{
		font-size: 22px !important;
	}
	.mp-product-box .prolist_box .box_li .pro_right .p_t a h2{
		font-size: 16px;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}
	.mp-product-box .prolist_box{
		padding-left: 10px;
		padding-right: 10px;
	}

	.mp-faq-box .l-content strong span{
		font-size: 20px !important;
	}
}


