/*
Theme Name: 立派集团
Description:立派有限公司开发主题
Author:立派有限公司
Version：1.0
*/

@font-face{
    font-family: 'PLUSJAKARTASANS-SEMIBOLD';
    src : url('PLUSJAKARTASANS-SEMIBOLD.TTF'); 
}
@font-face{
    font-family: 'PLUSJAKARTASANS-EXTRABOLD';
    src : url('PLUSJAKARTASANS-EXTRABOLD.TTF'); 
}
.banner img{
    width: 100%;
    height: 100%;
}
.banner .swiper-button {
	display: none;
}
.banner:hover .swiper-button {
	display: block;
}
.banner_title_box {
	position: absolute;
	left: 8%;
	top: 20%;
}

.banner_title {
	color: #fff;
	width: 100%;
	font-weight: 600;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}

.banner_title_box p {
	color: #fff;
	width: 37%;
	line-height: 30px;
	font-size: 16px;
	margin-top: 27px;
}
.banner_title_box span{
    padding: 8px 20px;
    background: #f76700;
    color: #fff;
}

/* 首页产品 */
.in-hot-pro{
	background: #f1f1f1;
}
.hot-box{
	background: #f1f1f1;
}
.in-hot-pro-right{
	padding-right: 10%;
	padding-left: 3%;
}
.in-pro-title{
	font-size: 36px;
	font-weight: 600;
	margin-top: 35px;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}
.in-quote{
	width: 130px;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #182d82;
	border-radius: 5px;
}
.in-text{
	font-size: 16px;
	line-height: 26px;
}
.in-pro-category{
	overflow: hidden;
}
.in-category-list{
	padding: 3% 0;
	background: #3c3c3c;
}
.in-pro-category .in-category-list:nth-child(even) {
    background-color: #474747; /* 你想要的背景色 */
}
.in-category-list .in-category-title{
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}

.in-category-list .in-category-title{
  font-size: calc(0.5rem + 3.3vw);
}
@media (min-width: 1200px) {
  .in-category-list .in-category-title{
    font-size: 2rem;
  }
}
.in-pro-category .swiper-button-next:after{
	color: #fff;
}
.in-pro-category .swiper-button-prev:after{
	color: #fff;
}

.history-box{
	background: url(./assets/images/fzlc.jpg) no-repeat;
	background-size: 100% 100%;
}
.product-wrapper {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 2%;

}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.product-body {
	margin: 0px 25px
}
.product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(./assets/images/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0
}
.history-box .swiper-button-next{
	top: 38%;
}
.history-box .swiper-button-prev{
	top: 38%;
}
.history-box .swiper-button-next:after{
	color: #fff;
}
.history-box .swiper-button-prev:after{
	color: #fff;
}
/*li*/
.features-item {
	position: relative;
	float: left
}
.features-slide .features-item>* {
	text-align: center
}
.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #ffffff;
	opacity: 0.7;
	transition: all 0.1s
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(./assets/images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px 53px;
	transition: all 0.3s;
	border-radius: 2px
}
.features-item .features-info .features-info-i {
	font-size: 14px;
	color: #A0A2A8;
	line-height: 22px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-s {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden
}
.features-item.dark i {
	background: url(./assets/images/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/*鼠标悬浮效果*/
.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: 0.9
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(./assets/images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
.features-item:hover a {
	background: url(./assets/images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}
/*左右按钮*/
.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(./assets/images/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(./assets/images/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
/* 为什么选择我们 */
.in-why-box{
	background: #f1f1f1;
}
.in-why-list img{
	padding-top: 20px;
}
.in-why-list>div{
	padding: 15px;
	background: #fff;
}
.in-why-list h2{
	text-transform: uppercase;
	padding-top: 25px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.in-why-list p{
	height: 120px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	font-family: 'PLUSJAKARTASANS-SEMIBOLD';
}
.in-why-list>div:hover h2{
	color: #182d82;
} 
/* 首页关于我们 */
.in-ab-box{
	background: #FFFFFF;
}
.ab-title{
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 10%;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}
.in-ab-text{
	font-size: 18px;
	line-height: 35px;
	margin-top: 3%;
}
.video-bxo{
	position: relative;
}
.video {
	width: 100%;
	overflow: hidden;
}

#myVideo {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#myVideo img {
	width: 100px;
	height: 100px;
}
.in-ab-more{
	margin-top: 3%;
	width: 130px;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #182d82;
	border-radius: 5px;
}

/* 首页新闻 */
.in-news-bx{
	background: #f1f1f1;
}
.indexNewsList {
	background: #fff;
	transition: all .6s ease;
	border-radius: 8px;
	overflow: hidden;
}
/* 合作品牌 */
.index-prosub div{
	border-right: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}
.index-prosub div:nth-child(n+7) {
	border-bottom:none;
}
.index-prosub div:nth-child(6){
	border-right: none;
}
.index-prosub div:nth-child(12){
	border-right: none;
}
.index-prosub img{
    width: 100%;
    height: 100%;
}
/* 产列表 */
.menu-list{
	background: #f3f3f3;
	height: 100%;
}
.menuTitle{
	margin: 0;
	padding: 20px 10px;
	font-size: 32px;
	background: #101d2e;
	color: #fff;
}
.menu-list .accordion-button {
    color: #333;
    background-color: #f3f3f3;
    padding: 23px 0 23px 40px;
	border-radius: 0;
}
.accordion-btn::after{
	display: none;
}
.menu-list .accordion-item{
	border-radius: 0;
}
.menu-list .accordion>div:nth-child(odd) .accordion-button{
    background-color: #eaeaea;
	border-radius: 0;
}
.menu-active{
	background-color: #ffa400 !important;
	color: #fff !important;;
}

.submenu{
	text-indent: 10%;
}
.submenu li{
	padding: 5px 10px;
}
.submenu li:hover{
	background: #ffa400;
}

.pro-list-title {
	font-size: 42px;
	color: #55585a;
	font-weight: 700;
	border-bottom: 1px solid #55585a;
	padding-bottom: 1.5%;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}
.proList .sub2-list {
	position: relative;
	border: 1px solid #bcbcbc;
}

.proList .sub2-img {
	border-bottom: 1px solid #bcbcbc;
}

.proList .pro_title {
	color: #182d82;
	font-weight: 900;
	margin: 15px 30px;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bcbcbc;
}

.proList .parameter {
	margin: 0 30px;
}

.proList .parameter li {
	color: #555555;
	font-size: 12px;
	margin-bottom: 10px;
}

.proList .parameter li::after {
	float: left;
	margin-top: 7px;
	content: '';
	width: 4px;
	height: 4px;
	background: #555555;
	margin-right: 6px;
}

.proListBox>.row>* {
	padding-right: calc(var(--bs-gutter-x)* 1);
	padding-left: calc(var(--bs-gutter-x)* 1);
}

.img_hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.proList .sub2-img:hover .img_hover {
	opacity: 1;
}
.sub2-list {
	margin-bottom: 15%;
}
.proList>div{
    margin-bottom: 25px;
}

/* 产品价格 */
.price{
	padding: 0 20px;
	margin-bottom: 20px;
}
.price del{
	display: block;
}
.price bdi{
	display: block;
}
.price .ajax_add_to_cart{
	width: 118px;
	padding: 10px 20px;
	background: #182d82;
	color: #fff;
	display: block;
	margin-top: 15px;
}
.cart-list img{
	width: 100px;
}
.cart-list .button{
	padding: 5px 15px;
	background: #182d82;
	color: #fff;
}
.cart-list input {
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
}
.checkout-box input {
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.checkout-box textarea{
	border: 1px solid #aaa;
	border-radius: 5px;
}
/* 动画样式 */
.add-to-cart-animation {
    position: relative;
    display: inline-block;
}
.add-to-cart-animation .spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.add-to-cart-animation.loading .spinner {
    display: block;
}
.my-list input {
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.details-price .cart{
	padding: 5px 0;
}
.details-price .quantity{
	float: left;
	border: 1px solid #e9e9e9;
}
.details-price .immediate-buy{
	padding: 6px 20px;
	background: #182d82;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
}
.shipping_address{
	display: block !important;
}
#ship-to-different-address-checkbox{
	display: none;
}
/* 旋转动画效果 */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* 产品详情 */
.main-image-bxo{
    padding-right: 3%;
}
.main-image{
	border: 1px solid #e9e9e9;
}
.swiperPro{
	position: relative;
	margin-top: 2%;
}
.swiperPro .item-list{
	padding: 1px;
}
.swiperPro .item-list img{
	border: 1px solid #e9e9e9;
}
.swiperPro .swipers1{
	margin: 0 20px;
}
.swiperPro .swiper-button-prev{
	left: 0;
	color: #333;
}
.swiperPro .swiper-button-next{
	right: 0px;
	color: #333;
}
.swiperPro .swiper-button-prev:after{
	font-size: 24px;
}
.swiperPro .swiper-button-next:after{
	font-size: 24px;
}
.pro-title h1{
	font-size: 40px;
	font-weight: 600;
}
.pro-details{
	width: 100%;
	overflow: hidden;
	padding: 3%;
	border: 1px solid #e9e9e9;
}
.pro-details img{
	width: 100%;
}
.pro-details p{
    font-size: 18px !important;
}
.pro-details{
    font-size: 18px !important;
}

/* 新闻列表 */
.news-list {
	background: #efefef;
	transition: all .6s ease;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 22px;
}
.news-title{
	padding: 5px 15px;
}
.news-list .news-title h3{
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #000;
	margin-bottom: 5px;
}
/* 新闻详情 */
.news-content{
	background: #fff;
}

/* 关于我们 */

.founder-box{
	padding: 30px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 15px;
}

 .ab-text{
	font-size: 16px;
	line-height: 27px;
}

/* 联系我们 */
.usForm li {
	margin-bottom: 15px;
	width: 100%;
	background: #fff;
}

.usForm li p {
	margin: 0;
}

.usForm li input {
	border: 1px solid #d2d2d2;
	padding: 10px 10px;
	width: 100%;
}

.usForm li textarea {
	padding: 5px 10px;
	height: 65px;
	width: 100%;
}
.usForm .submit {
	padding: 10px 35px;
	background: #182d82;
	color: #fff;
}
@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 992px) {
	
}
@media screen and (max-width: 750px) {
	.top-connect-box{
		display: none;
	}
}