ul,li {list-style: none;padding-left: 0;margin: 0;}
html{margin: 0 !important;}
body{font-size: 14px;font-family: Arial,sans-serif;color: #5a5a5a;letter-spacing: .2px;}
a{text-decoration: none;color: #333;}
input:focus,textarea:focus {outline: none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight: inherit;}
button,input {border: none;background: none;appearance: none;outline: none;box-shadow: none !important;}
input,textarea {border: none;background: none;appearance: none;outline: none;}
table th,
table td {
   border: 1px solid #dee2e6; /* 添加边框线 */
}
.container-fluid{
	padding: 0;
}
.up-and-down{
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
/* 轮播超出隐藏 */
.rotation {
	position: relative;
	overflow: hidden;
}
.rotationBox{
	position: relative;
}
.swiper-pagination-bullet-active{
	background: #f77a14;
}
.focusCenter {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
/* .focusCenter span{
	width: 35px;
	height: 5px;
	border-radius: 0;
} */
 /* 移动端头部 */

/* 多语言 */
.lang {
	width: 135px;
	float: right;
	position: relative;
	margin-top: 15px;
}
.lang .trp-language-switcher{
    width: 100%;
}
.trp-language-switcher > div{
    padding: 0;
    border: none;
    background: none;
}
.trp-language-switcher > div > a{
    padding: 0;
    color: #fff;
}

.trp-language-switcher .trp-ls-shortcode-language{
    z-index: 2000;
    width: 120px !important;
    border: none;
    background: #fff;
}
.trp-language-switcher .trp-ls-shortcode-language a{
    color: #333 !important;
}
.language .trp-flag-image{
    float: left;
    margin-top: 5px;
}
.language .trp-ls-shortcode-current-language>a{
    color: #fff;
}
/* =========导航============= */

/* 导航菜单 */
.navbar-box{
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    background-size: auto;
    background-repeat: no-repeat;
}
.top-right-web{
	display: none;
}
.logo{
    margin-right: 2%;
}
.logo img{
	width: 220px;
}
.navbar{
	padding: 1rem 3rem;
}
.navbar-nav>.nav-item {
	position: relative;
	padding: 6px 3%;
	text-align: center;
}
.navbar-nav>.nav-item>a {
    font-size: 18px;
    color: #fff;
}
.navbar-nav>.active>a{
	color: #fff !important;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}

.navbar li:hover a{
	border-bottom: 2px solid #fff;
}
.dropdown-menu{
	width: 200px;
	left: 28px;
	right: 0;
	top: 28px;
    padding: 10px 0;
    border-radius: 5px;
	display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}
.navbar li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	
}
.dropdown-menu li{
	padding: 0 15px;
	line-height: 28px;
}
.dropdown-menu li>a{
	color: #333;
}
.dropdown-menu li:hover>a{
	color: #ffa400;
}
.dropdown-menu2 {
  padding: 15px;
  position: absolute;
  top: -10px;
  left: 160px;
  min-width: 180px;
  background: #fff;
  display: block; /* 一直占位但默认隐藏 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); /* 初始下移一点 */
  transition: all 0.3s ease;
  z-index: 999;
}

.dropdown-menu > li:hover .dropdown-menu2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* 向上滑动到原位 */
}
.top-right {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: capitalize;
}
.search_hover {
       padding: 16px 40px 16px 0;
       cursor: pointer;
}

.search-input{
	width: 230px;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 100;
	background: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #ddd;
	display: none;
}
.top-right:hover .search-input{
	display: block !important;
}
.topContactUs{
	padding: 5px 10px;
	background: #ff780b;
}
.topContactUs a{
	color: #fff;
}
/* 标题*/
.title {
	text-align: center;
	padding-bottom: 2%;
}
.title i{
	display: block;
	width: 7%;
	height: 4px;
	background: #fff;
	margin: 0 auto;
}
.title h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}
.title p {
	font-size: 16px;
	color: #777777;
	width: 60%;
    margin: 0 auto;
}
.title h1{
  font-size: calc(1.2rem + 2vw);
}

@media (min-width: 1200px) {
  .title h1{
    font-size: 2.5rem;
  }
}
.breadcrumbs{
	padding: 15px 0;
	text-transform: uppercase;
}
.breadcrumb li::after{
	display: none;
}
.breadcrumbs a{
	color: #626262;
}
.breadcrumbs span{
	color: #626262;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #626262;
}
.breadcrumb {
    margin: 0;
}
.ny_banner_title {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}
.ny_banner_title h3{
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.ny_banner_title p{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.pagination{margin: 0 auto;display: flex;justify-content: end;}
.page-numbers{padding: 4px 10px;border: 1px solid #ccc;margin: 0 4px;color:#000;}
.pagination span{background: #182d82;color:#fff;border: 1px solid #182d82;}
/* 尾部css */
.footBox {
	padding: 3% 0;
	position: relative;
	background: url(../images/in-bj.webp);
	background-size: 100%;
	background-attachment: fixed!important;
}
.foot-logo{
	display: block;
	width: 120px;
}
.media {
	margin-top: 25px;
	padding-top: 10px;
    display: flex;
    justify-content: space-between; /* 两端对齐 */
    list-style: none; /* 去除默认列表样式 */
}

.media li {
    flex: 1; /* 每个列表项平分宽度 */
}
.pro-btm-category{
	width: 175px;
	margin: 0 auto;
}
.pro-btm-category li{
	margin-bottom: 8px;
}
.foot-title{
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pro-btm-category a{
	color: #fff;
	font-size: 16px;
}
.pro-btm-category a:hover{
	text-decoration: underline;
}
.contact-details a:hover{
	text-decoration: underline;
}
.contact-details img{
	margin-right: 4px;
}
.social-media{
	margin-top: 20%;
	overflow: hidden;
}
.social-media li{
	float: left;
	padding: 0 10px;
}
.contact-details li{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.contact-details li a{
	font-size: 16px;
	color: #fff;
}
.in-foot-box{
	padding: 3% 0;
	background: #f2f2f2;
}
.in-foot-box .title h1{
	color: #000;
}
.foot-form{
	overflow: hidden;
}
.foot-form p{
	margin-bottom: 0;
}
.foot-form li{
	float: left;
	width: 50%;
	padding: 8px 20px;
}
.foot-form li input{
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	border: 1px solid #434343;
	border-radius: 5px;
}
.foot-form li i{
	color: red;
}
.foot-form textarea{
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	height: 120px;
	border: 1px solid #434343;
	border-radius: 5px;
}
.foot-form .submit{
	color: #fff;
	padding: 10px 35px;
	margin-right: 8px;
	display: block;
	margin: 0 auto;
	background: #ff780b;
	border-radius: 5px;
}
.foot-form li input::placeholder {
    color: #a9a9aa; /* 设置占位符的字体颜色为白色 */
}
.wpcf7 form.sent .wpcf7-response-output{
	border: none !important;
	padding: 0;
	color: #e70808;
}
.foot-menu{
	height: 60px;
	z-index: 1000;
	background: #fff;
	position: fixed;
	bottom: 0;
	display: none;
}
.foot-menu a{
	float: left;
	width: 100%;
	height: 100%;
}
.foot-menu .col{
	height: 60px;
}
.foot-menu i{
	padding-top: 5px;
	display: block;
	width: 100%;
}
.foot-menu i img{
	width: 26px;
	margin: 0 auto;
	display: block;
}
.sitemap{
	padding-top: 2%;
	border-bottom: 1px solid #fff;
}
.sitemap .link{
	color: #fff;
	padding-bottom: 10px;
}
.sitemap .link a{
	color: #fff;
	padding-right: 15px;
	
}
@media screen and (max-width: 1600px) {
	.navbar-nav>.nav-item{
		    padding: 6px 2%;
	}
}
@media screen and (max-width: 1490px) {
	.navbar-nav>.nav-item>a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1400px) {
	.navbar-nav>.nav-item{
		    padding: 6px 1%;
	}
	.logo{
		margin-right: 0;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 992px) {
	.navbar-box {
	    position: fixed;
	    top: 0;
	    background: rgba(0, 0, 0, 0.2);
	    z-index: 1000;
	}
	.search-input{
		position: static;
		width: 100%;
	}
	.navbar{
		padding: 0 10px;
	}
	.lang{
		width: 95px;
	}
	
	.top-right-web{
		display: block;
		background: #fff;
	}
	.top-right-web .search-form{
		margin: 0 20px;
		padding: 10px 0;
	}
	.top-right-web .search-input {
	    border: 1px solid #ddd;
	    display: block;
	}
	.top-right-web input{
		width: 80%;
		padding: 5px 0;
	}
	.search{
		float: right;
	}
	.navbar-box{
		position: relative !important;
	}
	.logo{
		position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
	}
	.logo img {
	    width: 125px;
	}
	.topContactUs{
		display: none;
	}
	.offcanvas-header{
		background: #b0b0b0;
	}
	.navbar-nav>.active>a{
		color: #333 !important;
	}
	.navbar-nav>.nav-item>a{
		color: #333 !important;
	}
	.navbar-nav>.nav-item{
		width: 100%;
		text-align: left;
	}
	.top-right{
		display: none;
	}
	.foot-menu{
		display: block;
	}
	.foot2{
		display: none;
	}
	.footBox{
		margin-bottom: 80px;
	}
	
}
@media screen and (max-width: 750px) {
	.mobile{
		display: block;
	}
	.foot-form li{
		width: 100%;
	}
	.trp-language-switcher .trp-ls-shortcode-current-language{
		width: auto !important;
	}
	.pro-btm-category{
		margin-left: 0;
	}
	.title p{
		width: 90%;
	}
}

.he-img {
	position: relative;
	overflow: hidden;
}

.he-img img {
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.he-nr::before,
.he-nr::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.he:hover .he-nr::before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-nr::after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-img img {
	-moz-transform: scaleY(1.1);
	-webkit-transform: scaleY(1.1);
	-o-transform: scaleY(1.1);
	transform: scaleY(1.1);
	z-index: 100;
}

.hov5 {
	position: relative;
	overflow: hidden;
}

.hov5::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hov5:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.imgHover img {
	transition: .6s;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY (0deg);
	-o-transform: rotateY(0deg);
}

.imgHover:hover img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
