/*
Theme Name: wordpress
Description:wordpress
Author:wordpress
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 .row>div{
	position: relative;
	padding: 0;
	overflow: hidden;
}
.banner{
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.banner .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 55, 134, 0.5);
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center; /* 垂直居中 */
	height: 100%; /* 让 .mask 充满父容器 */
	opacity: 0;
}
.banner .mask h5{
	width: 68%;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.banner .row>div:hover .mask{
	opacity: 1;
}
/* 产品分类 */
.in-pro-category{
	width: 100%;
	overflow: hidden;
	background: #fd7d15;
}
.in-pro-category .title h1{
	color: #000;
}
.in-pro-category .title p{
	font-size: 26px;
	color: #000;
}
.in-title-category{
	float: left;
}
.in-pro-category div{
	padding: 0.5px !important;
}
.in-pro-category .he-img{
	overflow: unset !important;
}
.item-list {
	position: relative;
}
.in-pro-category .in-category-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
}
.in-category-title h2{
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0%;
	right: 0;
	font-size: 18px;
	text-align: center;
}
.in-title-category h4{
	margin-top: 10px;
	color: #333333;
	text-transform: uppercase;
}
.in-title-category p{
	font-size: 12px;
	color: #504f4f;
	margin: 0;
	margin-bottom: 5px;
}
.category-list{
	float: left;
}
.category-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.category-list li {
	padding-top: 15px;
	height: 65px;
    transition: all 0.3s ease-in-out;
}

.category-list li:hover {
    background: #04397d;
	
}
.category-list li:hover a{
	color: #fff;
}
.category-list a {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: bold;
}

@media (min-width: 768px) {
    .category-list {
        grid-template-columns: repeat(7, 1fr); /* 在大屏幕上严格分成7列 */
    }
}

/* 为什么选择我们 */
.in-why-text h2{
	font-size: 14px;
}
.why-box{
	text-align: center;
	padding: 0 20px;
}
.in-why-list{
	padding-bottom: 2%;
}
.ico {
    width: 115px;
}
/* 首页关于我们 */
.in-ab-box{
	padding-top: 5%;
	padding-bottom: 3%;
}
.aboutTitle{
	margin-top: 10%;
}
.in-ab-text p{
	font-size: 18px;
	line-height: 33px;
	margin-top: 3%;
}

/* 首页新闻 */
.in-hot-news{
	padding-top: 5%;
	padding-bottom: 5%;
	background: url(./assets/images/in-bj.webp);
	background-attachment: fixed!important;
}
.in-hot-news .title h1{
	color: #fff;
}

.in-hot-news .in-pro-btn{
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 120px;
	height: 32px;
	margin-left: -50px;
}
.inNewsTitleBox .in-news-text{
	font-size: 16px;
	color: #333;
}
.iindexNewsList{
	position: relative;
}
.inNewsTitle{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
	display: none;
	transition: all 0.6s ease-in-out 0.3s;
}
.iindexNewsList span{
	color: #cfd0d1;
}
.in-news-list li:hover .inNewsTitle{
	color: #aeaeae;
}
.in-hot-news .row>div{
	margin-bottom: 20px;
}
.iindexNewsList:hover .inNewsTitle{
	display: block;
	
}
.ab-img{
	position: relative;
}
.icoImg{
	position: absolute;
	left: 0;
	bottom: -20px;
}
.inNewsTitle h3{
	margin: 0 25px;
	margin-top: 50%;
	color: #e47804;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #e47804;
}
.pp-list{
	padding: 3% 15% 0 15%;
}
.pp-list img{
	border: 1px solid #504f4f;
}
.number {
  margin-top: 45px;
  width: 450px;
  display: flex;
  justify-content: space-between; /* 平均分布 */
  text-align: center;             /* 内容水平居中 */
}
.number .counter{
	font-size: 20px;
	font-weight: 900;
	font-size: 36px;
}
.number > div {
  flex: 1;                        /* 平均宽度 */
}
.number i{
	color: #f2743c;
}
.number > div {
  flex: 1;
  margin: 0 10px;
}
.applications{
	padding-top: 5%;
	padding-bottom: 5%;
	background: url(./assets/images/runningtrack.webp);
	background-attachment: fixed !important;
}
.item-with-bg img{
	float: right;
}
.item-with{
	float: left;
	width: 80%;
}
.item-with-bg img{
	width: 20%;
}

.item-with-bg{
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
.applicationsList li{
	margin-bottom: 20px;
}
.ProductCategories{
	position: relative;
	overflow: hidden;
}
.ProductCategories li{
	 float: left;
	 width: 50%;
	 padding:6px;
}
.ProductCategories li a{
	position: relative;
}
.ProductCategories li img{
	width: 100%;
}
.ProductCategoriesList {
  box-sizing: border-box;
}

/* 第一排 */
.ProductCategoriesList:nth-child(1) {
   width: 43%;
}

.ProductCategoriesList:nth-child(2) {
  width: 57%;
}

/* 第二排 */
.ProductCategoriesList:nth-child(3) {
  width: 57%;
}

.ProductCategoriesList:nth-child(4) {
   width: 43%;
}
.ProductCategoriesText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
	opacity: 0;
	transition: opacity 0.4s ease 0.2s; /* 0.4s过渡时长，0.2s延迟 */
	pointer-events: none; /* 防止透明状态下可点击 */
}
.ProductCategoriesText h2{
	color: #fff;
}
.ProductCategoriesText p{
	color: #fff;
}
.ProductCategories li:hover .ProductCategoriesText {
	opacity: 1;
	pointer-events: auto; /* 鼠标悬停时恢复点击 */
}
.leftImg{
	padding-right: 0;
	overflow: hidden;
}
.leftImg img{
	margin-top: 6px;
	height: 98.5%;
}
.viewMore{
	position: absolute;
	bottom: 20px;
	right: 130px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 110px;
	line-height: 35px;
	color: #fff;
	background: #f77a14;
	text-transform: uppercase;
	border-radius: 4px;
}
/* 案列表 */
.cese_title{
	text-align: center;
	margin-top: 10px;
}
.case_list{
	margin-bottom: 5%;
}
.case_list h2{
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.case_list h3{
	color: #020202;
}
.case_text{
	margin-top: 20px;
}
.case_text p{
	font-size: 18px;
	line-height: 35px;
}
.caseList img{
	transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.caseList li:hover img{
	transform: scale(1.1); /* 放大1.1倍 */
}
/* 产列表 */
.pro-list-title{
	padding-bottom: 5px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
}
.ny_proList img{
	transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.ny_proList li:hover img{
	transform: scale(1.1); /* 放大1.1倍 */
}
.menu-list h3{
	color: #fff;
	background: #797878;
	margin-bottom: 0;
	padding: 8px 20px;
}
.menu-list{
	
}
.menuTitle{
	margin: 0;
	padding: 20px 10px;
	font-size: 32px;
	background: #101d2e;
	color: #fff;
}
.menu-list .accordion-button {
    color: #fff;
    background: #f77a14;
    padding: 15px 20px;
	border-radius: 0 !important;
	margin-top: 10px;
}
.menu-list .accordion-button a{
	color: #fff;
}
.menu-list .accordion-item{
	border: none;
}
.accordion-btn::after{
	display: none;
}
.menu-list .accordion-item{
	border-radius: 0;
}
.menu-active{
	background-color: #ffa400 !important;
	color: #fff !important;
}

.submenu{
	padding: 5px 0;
	text-indent: 5%;
	background: #e5e5e5;
}
.submenu li{
	padding:10px;
}
.submenu li:hover a{
	color: #ffa400;
}
/* 收起状态（默认是 collapsed 类存在）——向下白色箭头 */
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s;
}

/* 展开状态（没有 collapsed 类）——向上白色箭头 */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.ny_proList .sub2-list {
	position: relative;	
}
.ny_proList .sub2-img {
	padding: 25px;
	border: 1px solid #bcbcbc;
}

.ny_proList .pro_title {
	font-size: 20px;
	color: #55585a;
	padding: 5px 0;
	text-align: center;
}

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

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

.ny_proList .parameter li::after {
	float: left;
	margin-top: 7px;
	content: '';
	width: 4px;
	height: 4px;
	background: #555555;
	margin-right: 6px;
}
.proListBox{
	padding-bottom: 3%;
}
.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;
}

.ny_proList .sub2-img:hover .img_hover {
	opacity: 1;
}
.sub2-list {
	margin-bottom: 15px;
}
.ny_proList>div{
    margin-bottom: 25px;
}
.pro_more{
	width: 60px;
	text-align: center;
	background: #f77a14;
	color: #fff;
	margin: 0 auto;
	border-radius: 10px;
}
/* 产品详情 */
.main-image img{
	width: 100%;
}
.main-image-bxo{
    padding-right: 3%;
}
.main-image{
	padding: 30px;
	border: 1px solid #bfbfbf;
}
.xq_btn_Box{
	line-height: 25px;
	margin-top: 4%;
}
.swiperPro{
	position: relative;
	margin-top: 2%;
}
.swiperPro .item-list{
	padding: 1px;
}
.swiperPro .item-list img{
	padding: 20px;
	border: 1px solid #bfbfbf;
}
.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 {
	margin-bottom: 3%;
}
.pro-details h2{
	font-weight: 600;
}
.pro-details img{
	width: 100%;
}
.pro-details p{
    font-size: 18px !important;
}
.pro-details{
    font-size: 18px !important;
	width: 100%;
	overflow: hidden;
}
.description-title{
	position: relative;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #bfbfbf;
}
.description-title i{
	position: absolute;
	left: 0;
	bottom: -3px;
	display: block;
	width: 100px;
	height: 4px;
	background: #000;
}
.contactNow{
	float: left;
	padding: 8px 20px;
	background: #f77a14;
	color: #fff;
}
.Nextproduct{
	float: left;
	padding: 8px 20px;
	color: #fff;
	background: #f77a14;
	margin-left: 10px;
}
.item-certification img{
	width: 100%;
	 box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	 transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.certificationList{
	margin-bottom: 3%;
}
.item-certification h2{
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	color: #000;
}
.certificationList li:hover img{
	transform: scale(1.1); /* 放大1.1倍 */
}
.after-sales-top{
	text-align: center;
}
.after-sales-top h1{
	margin-top: 15px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
}
.after-sales-top .Have{
	margin-top: 20px;
	color: #ff780b;
}
.after-sales-form{
	padding: 6% 10%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #ff780b;
}
.after-sales-form label{
	width: 100%;
}
.after-sales-form label>span{
	line-height: 28px;
}
.after-sales-form label i{
	color: red;
}
.after-sales-form h2{
	color: #f77a14;
	font-size: 30px;
}
.after-sales-form .dc-surface{
	font-size: 26px;
	margin-bottom: 0;
}
.after-sales-form .dc-surface span{
	color: #f77a14;
}
.after-sales-form .wpcf7-text{
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}
.wpcf7-submit {
	color: #fff;
	padding: 10px 20px;
	margin: 5% auto 0;
	display: block;
	background: #f77a14;
	border-radius: 3px;
}
.after-sales-box{
	margin-top: -26px;
	padding-top: 85px;
	height: 670px;
	background: url(./assets/images/after-sales-box.png) no-repeat 0 100%;
	background-size: 100% 100%;
}
.request-a-quote-form  li input {
	border: 1px solid #dcdcdc;
}
.request-a-quote-form textarea{
	border: 1px solid #dcdcdc;
}

/* 首页新闻 */
.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;
}

.ny_indexNewsList{
	padding: 0;
	    background: #fff;
	    margin-bottom: 30px;
}
.ny_indexNewsList {
	overflow: hidden;
}
.ny_indexNewsList .NewsImgBox {
    float: left;
    width: 30%;
	margin-right: 3%;
}
.ny_indexNewsList .NewsText-right {
    float: left;
    width: 60%;
}
.ny_indexNewsList .NewsText-right span {
    padding-bottom: 8px;
    display: block;
    border-bottom: 1px solid #b5b5b5;
    padding-top: 6px;
}
.ny_indexNewsList .NewsText-right p {
    font-size: 16px !important;
    color: #333333;
}
.ny_indexNewsList .more{
	float: left;
	background: #000;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
}
/* 新闻详情 */
.news-content{
	background: #fff;
}

/* 关于我们 */
.ny_banner{
	position: relative;
}
.certificate-box{
	padding: 2% 0;
	background: #19212c;
}
.certificate-box .title h1{
	color: #fff;
}
.certificate-box .container{
	padding: 0 3%;
}
.founder-box{
	background: #fff;
	border-radius: 15px;
}
.founder-box .title i{
	background: #000;
}
.global-box .title i{
	background: #000;
}
.global-list{
	margin-top: 30px;
}
.global-list h4{
	font-weight: 600;
}
.ab-text{
	margin-top: 60px;
	width: 500px;
	padding: 20px 35px;
	font-size: 16px;
	line-height: 27px;
	position: relative;
	margin-left: -55px;
	background: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.ab-text h3{
	color: #e9a30d;
	font-size: 20px;
	text-transform: uppercase;
}
.ab-text h2{
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 900;
}
.item-with h2{
	height: 60px;
	font-size: 22px;
	color: #f77a14;
	text-transform: uppercase;
	border-bottom: 1px solid #f77a14;
}
.applicationsList li:hover .item-with-bg{
	background: #f77a14;
}
.applicationsList li:hover .item-with h2{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.applicationsList li:hover p{
	color: #fff;
}
.aboutUs-running{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 110px;
	line-height: 35px;
	color: #fff;
	background: #f77a14;
	text-transform: uppercase;
	border-radius: 4px;
}






.certificate-list-img img{
	width: 100%;
	margin-bottom: 25px;
}
.brand-box{
	padding-bottom: 2%;
}
.brand-box .title i{
	background: #000;
}
.brand-list{
	overflow: hidden;
}
.brand-list>div{
	padding: 0 5px;
	float: left;
	width: 12.5%;
	margin-bottom: 10px;
}
/* 联系我们 */
.contact-box{
	margin-top: 5%;
}
.user-list h1{
	text-transform: uppercase;
}
.user-list p{
	margin-bottom: 8%;
}
.user-list li{
	margin-top: 12px;
}
.user-list li a{
	font-size: 18px;
}
.user-list li img{
	margin-right: 10px;
}
.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;
}
.userForm{
	position: relative;
	padding: 20px 30px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
	z-index: 1000;
	background: #fff;
}
.map{
	margin-top: -5%;
}
.userForm .submit{
	background: #19212c;
}
/* 第一个公司 */
.Company_box{
	overflow: hidden;
}
.Company_box .company-text{
	margin-left: 22%;
}
.Company_box .company-text h1{
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10%;
}
.Company_box .company-text p{
	font-size: 16px;
	line-height: 35px;
}
.factory-box{
	margin-top: 5%;
}
.factory-list-img img{
	width: 100%;
	margin-bottom: 25px;
}
.products_list .he-img{
	border: 1px solid #a7a7a7;
}
.products_list img{
	width: 100%;
	
}
.products_list>div{
	margin-bottom: 20px;
}
.products_list>div h3{
	font-size: 22px;
	text-align: center;
	margin-top: 8px;
}
.our-box{
	margin-bottom: 5%;
}
.our-list{
	position: relative;
	padding: 0 30px;
}

.our-box .swiper-button-next:after, .swiper-button-prev:after{
	font-size: 16px;
}
.our-box .swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: -10px;
	width: 30px; 
	height: 60px;
	background: #858c91;
}
.our-box .swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: -10px;
	width: 30px;
	height: 60px;
	background: #858c91;
}
@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 992px) {
	.item-pro {
	    margin-bottom: 20px;
	}
	.in-pro-title{
		margin-top: 10px;
		height: 27px;
	}
	.NewsImgLef{
		width: 100%;
	}
	.NewsTextRight{
		width: 100%;
	}
	.in-news-list li{
		margin-bottom: 30px;
	}
	.in-news-list>div:nth-child(1){
		margin-bottom: 30px;
	}
	.ny_indexNewsList .NewsImgBox{
		width: 100%;
	}
	.ny_indexNewsList .NewsText-right{
		width: 100%;
	}
	.in-title-category h4{
		font-size: 26px;
		font-weight: 600;
	}
	.category-list li{
		padding-top: 10px;
		height: 40px;
	}
	.category-list li a{
		font-weight: 300;
	}
	.in-hot-news,.in-hot-pro{
		padding-bottom: 15%;
	}
	.ab-title{
		font-size: 30px;
	}
}
@media screen and (max-width: 750px) {
	.in-pro-category .title p{
		font-size: 16px;
	}
	.pp-list{
		padding: 0;
	}
	.top-connect-box{
		display: none;
	}
	.brand-list>div{
		width: 33.33%;
	}
	.userForm{
		margin-top: 20px;
	}
	.map{
		margin-top: 10px;
	}
	.ny_banner_title {
	    position: absolute;
	    top: 20%;
	}
	.ny_banner img{
		height: 200px;
		object-fit: cover;
	}
	.banner .mask{
		opacity: 1;
	}
	
	.ab-text {
	    margin-top: 60px;
	    width: 100%;
	    padding: 10px;
	    margin-left: 0;
	    background: #fff;
	    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0);
	}
	.leftImg {
	    padding-right: 10px;
	}
	.number{
		width: 100%;
	}
	.item-with h2{
		font-size: 18px;
	}
	.icoImg{
		width: 60%;
	}
	.after-sales-form h2{
		font-size: 24px;
	}
	.after-sales-form .dc-surface{
		font-size: 16px;
	}
	.after-sales-box{
		height: 450px;
	}
	.after-sales-top img{
		width: 100px;
	}
}

<style>
    .in-hot-news .title h1{
	color: #fff;
}
.dropdown-menu{
	width: 200px;
}
.dropdown-menu li{
    line-height: 43px;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu{
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 750px) {
    .why-box {
        padding: 0; 
    }
    .ico {
        width: 90px;
    }
}
</style>