html,
body {
	width: 100%;
	height: 100%;
}
/* Layout for search container */
.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.98);
}

.search {
	position: fixed;
	z-index: 100000000000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.search::before,
.search::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	/*border: 1.5em solid #212fa0*/
}

.search::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.search::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.btn--search-close {
	display: block;
}

.search__form {
	margin: 5em 0;
}

.search-icon{font-size: 20px; padding:6px; color: #111111; position:absolute;}
.search__input {
	font-family: inherit;
	font-size: 16px;
	line-height:30px;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	max-width: 992px;
	padding: 0.05em 0;
	padding-left: 36px;
	background: none;
    color: #111;
	border-bottom: 1px solid;
}
.search__input:focus{
	outline: none;
}
.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.3;
	color: #333333;
}

.search__input::-moz-placeholder {
	opacity: 0.3;
	/* Mozilla Firefox 19+ */
	color: #060919;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.3;
	color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	max-width: 992px;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #333333;
}

.search__related {
	display: flex;
	width: 75%;
	pointer-events: none;
}

.search__suggestion {
	width: 33.33%;
	text-align: left;
}

.search__suggestion:nth-child(2) {
	margin: 0 3em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.search {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.search--open {
	pointer-events: auto;
	opacity: 1;
}

/* Border */
.search::before,
.search::after {
	transition: transform 0.5s;
}

.search::before {
	transform: translate3d(-15px, -15px, 0);
}

.search::after {
	transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
	transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	color: #333333;
}

/* Search form with input and description */
.search__form {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	width: 100%;
}

.search__suggestion {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
	transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
	.search__form {
		margin: 5em 0 1em;
	}
	.btn--search-close {
		font-size: 1.25em;
		top: 1.5em;
		right: 1.5em;
	}
	.search__info {
		text-align: left;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width:568px){
	.search__input {
	font-size: 14px;
}
}
img {
	max-width: 100%;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    min-width: 300px;
    text-align: center;
    color: #000;
    border-radius:0px;
}
.bags-continue a:hover{
    background:#000;
    color: #fff;
    border-color:#000;
}
.cartfeedback .form-control{
	background: none;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 3.25rem;
	padding: .375rem 1.2rem;
	background: #fff;
	border-radius: 0px;
}
.cartfeedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: #fff;
	border-radius: 3px;
	height: 8rem;
	border: 1px solid #ddd;
	border-radius:0px;
	outline: 0;
	
}
.cartfeedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	border-radius: 0px;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px!important;
	}
}

header.active .header-move {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	transition: all 0.3s;
	z-index: 9;
	background: #080e1d;
	height: 70px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header.active .fupad img {
	width: 60px;
	height: 60px;
}

.header-move {
	height: 90px;
}

.header-cen {
	width: 100%;
	height: 90px;
	background: #080e1d;
}

.fupad img {
	height: 70px;
}

.header-cen .container {
	display: flex;
	max-width: initial;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header-cen .nav-item .nav-link {
	display: flex;
	padding: 0px 6px;
	font-size: 16px;
	height: 100%;
	font-weight: bold;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.header-cen .navbar,
.header-cen .navbar-collapse,
.header-cen .navbar-nav {
	height: 100%;
}

.header-cen .nav-item {
	margin: 0 15px;
	height: 100%;
}

.header-cen .nav-item:hover .dropdown-menu {
	display: block;
	margin: 0;
	padding: 0;
}

.dropdown-menu_box.dropdown-menu {
	background: #fff;
	width: auto;
	border: none;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0;
	text-align: center;
	border: 1px solid #eaeaea;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.dropdown-menu_box.dropdown-menu li {
	border-bottom: 1px solid #e4e4e4;
	list-style: none;
	position: relative;
}

.dropdown-menu_box.dropdown-menu li:last-child {
	border: none;
}

.dropdown-menu_box.dropdown-menu li a {
	line-height: 25px;
	padding: 13px 15px;
	justify-content: space-between;
	align-items: center;
	color: #666;
}

.dropdown-menu_box.dropdown-menu li>ul {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	width: 100%;
	background: #fff;
}

.dropdown-menu_box.dropdown-menu li:hover {}

.dropdown-menu_box.dropdown-menu li:hover>a {
	color: #000;
	text-decoration: underline;
}

.dropdown-menu_box.dropdown-menu li:hover>ul {
	display: block;
}

.dropdown-menu_box.dropdown-menu li:hover>a {
	background-color: initial!important;
}

.header-cen .flex .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.ph_header_left{
	display: none;
	min-width: 118px;
}
.moblie_title_right {
	display: none;
	width: 42px;
	height: 42px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #111821;
	background: #111821;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}


/**/

.pro_nav {
	position: relative;
	z-index: 8;
}

.nav-wrapper {
	padding: 0 3%;
	overflow: hidden;
}

.nav-wrapper a {
	position: relative;
	padding: 8px 10px;
	width: auto;
	color: #000;
	font-weight: bold;
}

.nav-wrapper a:before {
	position: absolute;
	content: '';
	left: 50%;
	right: 50%;
	bottom: 2px;
	height: 1px;
	background: #000;
	transition: all 0.5s;
}

.nav-wrapper a:hover {
	color: #000;
}

.nav-wrapper a:hover:before {
	left: 0;
	right: 0;
	transition: all 0.5s;
}


/**/

.moblie-header {
	position: fixed;
	width: 100%;
	top: 0;
	right: 100%;
	bottom: 0;
	background: #fff;
	transition: all 0.3s;
	z-index: 99999999999999999999999999999;
}

.moblie-header.cur {
	right: 0px;
	transition: all 0.3s;
}

.close-box {
	display: flex;
	width: 100%;
	padding: 10px;
	background: #e4e4e4;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 32px;
}

.close-box i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center;
	opacity: 0.5;
	background-size: 100%;
}

.accordion .card {
	border-radius: 0;
	border-bottom: 1px solid #e4e4e4;
}

#keywords1 {
	display: block;
	width: 100%;
	height: 44px;
	outline: 0;
	width: calc(100% - 50px);
}

.accordion .card h5 {
	position: relative;
	display: flex;
	padding-left: 15px;
	height: 55px;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 0;
}

.mobile_header_list .card.dropdown .mobile_menu_title>h5::after,
.hidentwo li.cur h5:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -3px;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.card.dropdown .card-body {
	background: #f5f5f5;
	padding: 15px;
}

.card.dropdown .card-body li {
	list-style: none;
	min-height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e4e4e4;
}

.card.dropdown .card-body li:last-child {
	border: none;
}

.hidentwo li.cur h5 {
	position: relative;
}

.card-body .hidenthree a {
	padding-left: 15px;
}

.card-body .hidenthree {
	background: #e2e2e2;
}

.header_right {
	margin-left: 10px;
	margin-top: -3px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_right a {
	width: 32px;
	padding: 5px;
	margin-left: 15px;
}

.header_right a img {
	width: 100%;
	filter: brightness(0) invert(1);
}
/**/
.mobile_header_list {
	display: block;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	min-width: 200px;
	width: 70%;
	left: 0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
}

.mobile_header_list.cur {
	left: 0;
	transform: translateX(0%);
	transition: all 0.5s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.mobile_header_list .mobile_btn {
	display: flex;
	justify-content: flex-end;
}

.mobile_header_list .moblie_title_right {
	display: block!important;
	background: #000!important;
}

.mobile_header_list {
	padding: 1rem;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list .card:last-child {
	border: 0!important;
}

.mobile_header_list .card>a {
	color: #333;
	line-height: 3rem;
}

.mobile_header_list .card>a {
	display: flex;
	padding-right: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_header_list .card>a.cur {
	padding-left: 10px;
	background:#080e1d;
	color: #fff;
}

.mobile_hidenlist {
	display: none;
	background: #f8f8f8;
}

.mobile_hidenlist_list a {
	display: flex;
	padding: 0 1rem;
	color: #3c482b;
	margin-bottom: 0;
	line-height: 3rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}
.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}
/**/

.banner-wrapper {
	position: relative;
}

.banner-wrapper {
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

.banner-wrapper img {
	width: 100%!important;
	max-width: 100%!important;
}

.banner-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100% !important;
	object-fit: cover;
}

.video_fm {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	height: 100% !important;
}

.left-pagination {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 5%;
	z-index: 11;
}

.banner-wrapper .banner-pagination {
	text-align: center;
	left: auto;
	bottom: 0!important;
	right: auto!important;
	left: auto!important;
	width: auto;
	color: #fff;
	width: auto;
	transform: none;
	position: relative
}

.banner-wrapper .banner-pagination span {
	opacity: 1;
	margin: 0 3px!important;
	position: relative;
	width: 11px;
	height: 11px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
	background: #fff;
}

.number-prevnext {
	font-size: 24px;
}

.number-prevnext .number-1 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.number-prevnext .swiper-banner-prev,
.number-prevnext .swiper-banner-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	display: flex;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	background: Rgba(0, 0, 0, .2);
	z-index: 99;
}

.number-prevnext .swiper-banner-prev {
	left: 20px;
}

.number-prevnext .swiper-banner-next {
	right: 20px;
}

.number-prevnext .swiper-banner-prev:hover,
.number-prevnext .swiper-banner-next:hover {
	opacity: .5;
}


/**/

.warrp_box {
	padding: 70px 0;
}

.title {
	margin-bottom: 40px;
}

.title h1 {
	color: #000;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.title p {
	margin: 20px auto 0;
	text-align: center;
	line-height: 22px;
	max-width: 86%;
}


/**/

.about.warrp_box {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/cbj.jpg);
}

.about.warrp_box .container .index_aboutbox {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.about.warrp_box .container .index_aboutbox .about_left {
	padding-left: 4%;
	text-align: left;
	width: 47%;
}

.about.warrp_box .container .index_aboutbox .about_left h2 {
	font-weight: bold;
	color: #000;
	font-size: 32px;
	margin-bottom: 26px;
}

.about.warrp_box .container .index_aboutbox .about_left h4 {
	font-weight: bold;
	font-size: 18px;
}

.about.warrp_box .container .index_aboutbox .about_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.about.warrp_box .container .index_aboutbox .about_left a.more,
a.button_read {
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	padding: 12px 10px;
	min-width: 160px;
	text-align: center;
	background: #080e1d;
}

.about.warrp_box .container .index_aboutbox .about_right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	background: url(../images/gs.jpg) no-repeat center;
	background-size: cover;
}

.player-box {
	display: flex;
	position: relative;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.player-box img {
	width: 14px;
}

.player-box:hover {
	background: rgba(0, 0, 0, 0.8);
}

.player-box>img {
	margin-right: -5px;
}

.player-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.5);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 0 15px rgba(0, 0, 0, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 0 15px rgba(0, 0, 0, 0.1);
	}
}

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

ul.factroy {
	margin-top: 15px;
}

ul.factroy li {
	display: flex;
	width: calc(33.33% - 30px);
	overflow: hidden;
	align-items: center;
	justify-content: center;
	aspect-ratio: 3 / 1.6;
}


/**/

.product_swiper_box {
	position: relative;
}

.product.warrp_box {
	overflow: hidden;
}

.product_swiper {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: -10px;
	overflow: hidden;
}

.product_swiper .swiper-horizontal>.swiper-pagination-bullets,
.product_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.product_swiper .swiper-pagination-fraction {
	bottom: 0;
}

.product_swiper .swiper-wrapper .swiper-slide {
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eaeaea;
}

.product_swiper .swiper-wrapper .swiper-slide:hover {}

.product_swiper .swiper-wrapper .swiper-slide .img_box {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	aspect-ratio: 9 / 13;
}

.img_box img {
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

.product_swiper .swiper-wrapper .swiper-slide:hover .img_box img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.product_swiper .swiper-wrapper .swiper-slide p {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.product_swiper .swiper-wrapper .swiper-slide img {
	height: 100%;
	min-width: 100%;
}

.product_swiper .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 2px solid #000;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}

.product_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 1);
}

.product_swiper_box .swiper-button-prev,
.product_swiper_box .swiper-button-next {
	position: absolute;
	top: 42%;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
	opacity: 0!important;
}

.product_swiper_box .swiper-button-prev:hover,
.product_swiper_box .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.5);
}

.product_swiper_box .swiper-button-next:after,
.product_swiper_box .swiper-button-prev:after {
	display: none;
}

.product_swiper_box .swiper-button-prev {
	left: -25px;
}

.product_swiper_box .swiper-button-next {
	right: -25px;
}

.product_swiper_box:hover .swiper-button-prev,
.product_swiper_box:hover .swiper-button-next {
	opacity: 1!important;
}

.product_swiper_box span,
.product-center-list>ul span{
	display: inline-block;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 8px;
	text-align:center;
}

.product_swiper .swiper-wrapper .swiper-slide:hover span,
.product-center-list>ul li:hover span{
	text-decoration: none;
}


/**/


/**/

footer {
	padding: 80px 0 0;
	background: #080e1d;
}

footer>.container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer>.container .footer_right {
	width: 45%;
	max-width: 540px;
	margin-right: 5%;
}

footer>.container .footer_left {
	width: 46%;
	max-width: calc(95% - 540px);
}

footer>.container .footer_right>img {
	width: 120px;
	margin-bottom: 60px;
}

footer>.container .footer_right>p {
	color: #fff;
	opacity: 0.6;
}

.footer_bottom {
	margin-top: 80px;
	padding: 15px 0;
	width: 100%;
	background: #121a2e;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footer_bottom a {
	color: #fff;
}

ul.linktb {
	margin-top: 40px;
	display: flex;
}

ul.linktb li {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

ul.linktb li img {
	width: 22px;
	filter: brightness(0) invert(1);
}

.footer_left .form {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}

.footer_left .form .btn {
	margin-left: 15px;
	width: 145px;
	height: 52px;
	border: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
}

.footer_left .form-input {
	width: calc(100% - 160px);
	padding: 3px 5px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: space-between;
}

.footer_left .form-input input:focus {
	box-shadow: none;
}

.footer_left .form-input input {
	outline: 0!important;
	background: none;
	border: none;
	color: #000;
	height: 46px;
}

.item_foot {
	display: flex;
}

.item_foot .item_box:first-child {
	width: 55%;
}

.item_foot .item_box:last-child {
	width: 45%;
}

.item_foot .item_box h5 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.item_foot .item_box {
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	opacity: 0.6;
}

.item_foot .item_box a {
	color: #fff;
}

.item_foot .item_box a:hover {
	opacity: 1;
}


/**/

.dhbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dh {
	line-height: 50px;
	color: #000;
}

.dh a {
	color: #000;
}

.dh span {
	color: #000;
}

.dh a:hover {
	text-decoration: underline;
}

.warpper-ny {
	padding: 60px 0;
}

.title-ny {
	position: relative;
	margin-bottom: 40px;
}

.title-ny p {
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-weight: bold;
	color: #080e1d;
	display: initial;
	line-height: 36px;
}

.banner-ny {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 30px;
	aspect-ratio: 5 / 2;
}

.banner-ny img {
	width: 100%;
}


/**/

.about.warrp_box {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/ccj.PNG);
}

.about_informashion {
	position: relative;
}

.about_informashion_text {
	width: 100%;
}


/**/


.contact-info{
	display: flex;
}
.coninfo{
	padding-top: 60px;
	width: 50%;
	background: #fff;
}

.coninfo p{
	padding-right: 20px;
}
.coninfo h4{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
	color:#000;
}
.coninfo h3{
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
}
.coninfo h5{
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.coninfo h5:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #eaeaea;
	top: 50%;
	z-index: 0;
}
.coninfo h5 em{
	padding-right: 10px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	font-style: normal;
}
.frame_box{
	padding:60px 20px 20px 40px;
	width: 50%;
	
	border-left: 1px solid #eaeaea;
}

.contact-a {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}


#feedback {
	margin: 40px 0;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
	min-height: 240px;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}


.feedback-form .feedback-submit:hover{
	background:#333;
}
.feedback-form i{
	position: absolute;
	top:50%;
	left: 20px;
	transform: translateY(-50%);
}
.feedback-form .feedback-submit{
	float: right;
	height: 57px;
	width: 100%;
	color: #fff;
	background: #000000;
}

/**/

.cj {
	margin: 40px 0;
}

.cj .title-ny {
	color: #000;
	font-size: 30px;
}

.cj .title-ny p {
	color: #000;
}

.cj li {
	width: calc(33.33% - 30px);
	overflow: hidden;
}


/**/



.products_box li.coming,
.products_list li.coming {
	display: flex;
	padding: 15px;
	justify-content: center;
	align-items: center;
	background: #f3fafd;
}

.products_list li {
	width: calc(33.33% - 30px);
}

.products_list li .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
}

.products_list li .img_box img {
	width: auto;
	height: 100%;
	min-width: 100%;
}

.products_list li p {
	color: #000;
}

.products_list li .text_box {
	display: flex;
	margin-top: 15px;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
}

.products_list li .text_box i {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	background: #56b3e4;
	color: #fff;
}

.products_list li:hover .text_box p {
	color: #56b3e4;
}

.pro_left {

	display: flex;
	bottom: 0;
	float: left;
	width:50%;
	background: #fff;
	flex-direction: column;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.gallery-protwo {
	overflow: hidden;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #fff;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background: #00b8ee;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro_right {
		position: sticky;
	top: 100px;
	float: right;
	width:45%;
}

.pro_right h1 {
	font-size: 36px;
	font-weight: bold;
}


.gallery-pro .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	 aspect-ratio: 1 / 1;
		overflow:hidden;
}

.gallery-protwo .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	 aspect-ratio: 1 / 1;
		overflow:hidden;
}


.btn_p {
	margin-top: 30px;
	display: flex;
}

.btn_p a {
	margin-right: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	background: #00b8ee;
	border-radius: 3px;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666!important;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background: #007cc2;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000!important;
}

.audits li {
	width: calc(25% - 30px);
	overflow: hidden;
	border: 1px solid #ddd;
}


/**/

.numbox {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	margin-top: 30px;
}

.numbox li {
	display: flex;
	padding: 25px 15px;
	margin: 15px;
	width: calc(25% - 30px);
	border: 1px solid #ddd;
	background: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.numbox li h3 {
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 0;
	color: #000;
}

.numbox li h3 i {
	font-size: 30px;
}

.numbox li p {
	font-size: 14px;
}

.choose_view {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.choose_view img {
	width: 36px;
	margin-bottom: 30px;
}

.choose_view>div {
	width: 33.333%;
	background: #fff;
	padding: 40px 40px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	border-right: 1px solid #ddd;
}

.choose_view>div:last-child {
	border-right: 0;
}

.choose {
	background: #f3fafd;
}

.choose h3 {
	min-height: 44px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

.choose p {
	color: #666;
	font-size: 14px;
}


/**/

.choose-wrapper {
	margin-top: 30px;
	overflow: hidden;
}


/**/

.news-wrapper {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px!important;
	overflow: hidden;
}

.news-wrapper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
}

.news-wrapper .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 2px solid #000;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}

.news-wrapper .swiper-pagination-bullet-active {
	background: #000;
}

.news-wrapper a {
	display: block;
	width: 100%;
}

.news-wrapper .type_time {
	display: flex;
	margin: 30px 0 0;
	align-items: center;
	justify-content: space-between;
}

.news-wrapper h5 {
	font-size: 18px;
	color: #000;
	min-height: 45px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-wrapper p {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
}

.news-wrapper .img_box img {
	transform: scale(1.0);
	transition: all 0.3s;
	width: 100%;
}

.news-wrapper .swiper-slide {
	background: #fff;
}

.news-wrapper .swiper-slide:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.news-wrapper .img_box {
	overflow: hidden;
	margin-bottom: 20px;
}

.type_time span {
	font-size: 14px;
	color: #999;
}

.news-wrapper .swiper-slide:hover .type_time span {
	color: #000;
}

.type_time span:last-child:hover {
	text-decoration: underline;
}
/**/
ul.facul{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
ul.facul li{
	margin: 10px;
	width: calc(25% - 20px);
}

ul.facul li p{
	padding: 10px;
	text-align: center;
}

.map{
	position: relative;
	width: 100%;
	height: 420px;
}
#mapContainer {
	position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 0;
}
.form-control-input {
    display: flex;
}
#verifycode{
	padding-left: 15px;
}
/**/
#vv{
	display: flex;
	position: relative;
	background: url(../images/gs.jpg) no-repeat center;
	background-size:  cover;
}
#vv img{
	width: 20px;
}
.dh {
	line-height: 55px;
	background: #f5f5f5;
	color: #333;
	font-size: 14px;
}

.dh a {
	color: #333;
}

.dh span {
	color: #333;
}

.dh a:hover {
	text-decoration: underline;
}
#contain-nav {
	padding: 15px 0;
	z-index: 66;
	overflow:hidden
}

#contain-nav .swiper-slide { 
	width: auto;
	background: #fff;
	min-width: 120px;
	border: 1px solid #ddd;
}
#contain-nav .swiper-slide.active{
	background:#080e1d;
	border: 1px solid #080e1d;
}
#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 24px;
	position: relative;
	color: #333;
	text-align: center;
}
#contain-nav .swiper-slide.active a{
	color:#fff;
}

/**/
ul.qua{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
ul.qua p,
ul.equipment p{
	padding:10px;
	text-align:center;
}
ul.qua li{
	margin: 10px;
	width: calc(33.33% - 20px);
	border:1px solid #eaeaea;
}
.news_list_ny {
	display: flex;
	flex-wrap: wrap;
	margin:-10px;
}
.news_list_ny .img_box{
	display:flex;
	    align-items: center;
    justify-content: center;
	aspect-ratio: 3 / 2;
	margin-bottom: 20px;
}
.news_list_ny li {
	display: flex;
	margin:10px;
	width:calc(33.3333% - 20px);
	flex-direction: column;
	justify-content: space-around;
	transition: all 0.5s;
}
.news_list_ny li:hover{
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	background: #fff!important;
	border-color:#000
}

.news_list_ny li:hover h5 {
	color: #000;
}

.news_list_ny li span {
	color: #000;
	font-size: 12px;
}

.news_list_ny li em {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.news_list_ny li h5 {
	min-height:44px;
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: #000;
	font-weight: bold;
	-webkit-box-orient: vertical;
}

.news_list_ny li p {
	    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.news_list_ny li .type_time {
    display: flex
;
    margin: 30px 0 0;
    align-items: center;
    justify-content: space-between;
}
.news_list_ny li .type_time span {
    font-size: 14px;
    color: #999;
}
.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 2rem;
	border-bottom: 1px solid #ddd;
}
.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}

.news_details p {
	margin-bottom: 0.7rem;
}
a.back {
	display: flex;
	width: 3.5rem!important;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

a.back:hover {
	color: #fff;
	background: #000;
}
.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color: #000;
}
.new-ny{
	padding-top: 30px;
}
/**/
.procenter:after ,
.particulars:after{
    content: '.';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
}
.product-center-list {
	float: right;
    width: calc(100% - 360px);
}

.product-center-list>ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list>ul li {
	position: relative;
	display: flex;
	width: calc(33.333% - 20px);
	margin: 10px;
	box-shadow: initial;
	flex-direction: column-reverse;
	align-items: center;
	cursor: pointer;
	border: 1px solid #EAEAEA;
}
.product-center-list>ul li a{
	text-align:center;
}
.product-center-list>ul li p{
	padding: 10px;
	text-align:center;
	color:#000
}

.left-nav {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
    float: left;
    width: 320px;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.left-nav li {
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}


.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}


.pro-type-nav {
	display: flex;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 12px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	margin-top:10px;
}
.pro-type.cur .pro-type-nav {
	border: 1px solid #080e1d;
	color:#080e1d;
	font-weight: bold;
}

.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
	background: #f6fbff;
	border: 1px solid #080e1d;
	overflow: hidden;
	margin-top: -1px;
	position: relative;
	z-index: 2;
}
.pro-type.cur ul li{
	padding-left:30px;
	padding-right: 30px;
	
}
.pro-type ul li a{
	display:block;
	width:100%;
}
.pro-type.cur ul li.cur a{
	color:#000;
	font-weight:bold;
}
.pro-type.cur ul li:last-child{
	border-bottom: none;
}
.pro-type.cur i{
	    transform: rotate(90deg);
}
.product-center-list>ul li:hover {
	border-color:#080e1d;
	color:#080e1d;
}

.newprocenter .product-center-list {
	width: 100%;
}


.pro-view-container .pro-view-left {

    width:50%;
    margin-right: 30px;
}

.pro-view-img {
	width: 100%;
	position: relative;
	border: 1px solid #eaeaea;
}

.pro-view-img img{
	max-height: 600px;
	width: auto!important;
}

.pro-view-img .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	height: auto;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}
.pro-view-container{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.pro-view-container .pro-view-right {
	width: calc(50% - 30px);
}
.detaile_flex table{
	width: 100%;
}
.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.gallery-protwo .swiper-slide-thumb-active {
	opacity: 1;
	border:1px solid #00a0e9;
}

.pro-view-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.gallery-pro{
	overflow: hidden;
}
.headline {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.headline h2 {
	font-size: 1.6rem;
	padding-bottom: 0;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #edf2ee;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background:#080e1d;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box img {
	max-width: 100%;
}
.pro-type-mobile{
	padding: 15px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	background:#080e1d;
	color: #fff;

}
.pro-type-mobile i{
	margin-right: 10px;
	font-size: 16px;
}
.xq {
	margin-top: 30px;
	margin-bottom: 30px;
}
.xq .headtb{
	border-bottom: 2px solid #080e1d;
	margin-bottom: 20px;
}
.xq .headtb span{
	display: inline-block;
	background:#080e1d;
	color: #fff;
	padding: 12px 20px;
}
.btn_p {
	margin-top: 30px;
	display: flex;
}

.btn_p a {
	margin-right: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	background:#080e1d;
	border-radius: 3px;
	cursor: pointer;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666!important;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background:#080e1d;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000;
}
.cate_js{
	padding: 20px;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.other_box{
	margin-top: 60px;
	overflow: hidden;
}
.other_box .product_swiper_box .swiper-button-prev{
	left: 0;
}
.other_box .product_swiper_box .swiper-button-next{
	right: 0;
}
.other_box .product_swiper{
	margin-bottom: 0;
}
.other_box .product_swiper .swiper-wrapper .swiper-slide .img_box{
	aspect-ratio: initial;
}
/**/
ul.faq li{
	border: 1px solid #eaeaea;
	margin-bottom: 25px;
}

ul.faq li .faq_top{
	position: relative;
	display: flex;
	padding: 20px 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
	    align-items: center;
    justify-content: space-between;
}
ul.faq li .faq_top span{
	position: absolute;
	display: flex;
	right: 0;
	top:0 ;
	bottom: 0;
	width: 80px;
	border-left: 1px solid #ddd;
	font-size: 24px;
	color: #103468;
	font-weight: bold;
	align-items: center;
    justify-content: center;
}
ul.faq li.cur .faq_top {
	background: #fff;
}
ul.faq li.cur .faq_top span{
	background:#080e1d;
	color: #fff;
	
}
ul.faq li.cur .faq_top span i{
	transform: rotate(90deg);
	margin-right: -4px;
}
ul.faq li .faq_top h2{
	font-size: 22px;
	font-weight: bold;
	color: #080e1d;
	margin-bottom: 0;
	
}
.faq_body{
	display: none;
	padding: 30px;
}
ul.faq li.cur .faq_body{
	display: block;
}
.faq_body h5{
	font-weight: bold;
	margin-bottom: 0;
}
@media (max-width:1260px) {
	.header-cen .nav-item {
		margin: 0 8px;
	}
}

@media (max-width:1200px) {
	.header-cen .nav-item .nav-link {
		font-size: 14px;
	}
	.nav-wrapper a {
		font-size: 14px;
		padding: 5px 10px;
	}
	.title h1 {
		font-size: 30px;
	}
	.title p {
		max-width: 100%;
	}
	.product_swiper_box span {
		font-size: 12px;
	}
	.left-nav{
		width: 260px;
	}
	.product-center-list{
		width: calc(100% - 300px);
	}
}
@media (max-width:1060px) {
	.header-cen .nav-item{
		margin: 0;
	}
}

@media (max-width:991px) {
	.audits li{
		width: calc(33.33% - 30px);
	}
	.product-center-list>ul li{
		width: calc(50% - 20px);
	}
	.deta_xq img{
		width: 100%;
	}
	.pro_right{
		margin-bottom: 20px;
	}
	    .procenter,
	    .particulars{
        display: flex;
        flex-direction: column-reverse;
    }
	.left-nav{
		margin-top:15px;
	}
	.left-nav,
	.pro_right{
		float: none;
		position: initial;
		width: 100%;
	}
	.product-center-list,
	.pro_left{
		float: none;
		width: 100%;
	}
	.news_list_ny li{
		width: calc(50% - 20px);
	}
	.cj li{
		width: calc(50% - 30px);
	}
	.contact-info {

    flex-direction: column;
	}
	.coninfo,.frame_box{
		width: 100%;
			padding: 0;
	}
	.frame_box h1{
		text-align: left!important;
	}
	.frame_box{
	
		margin-top: 30px;
		border: none;
	}
	ul.facul li{
	width: calc(33.33% - 20px);
	}

	header.active .header-move{
		height: 60px;
	}
	.header_right a{
		width: 26px;
		margin-left: 10px;
	}
	.header-cen .navbar{
		display: none;
	}
	.ph_header_left,
	.moblie_title_right{
		display: block;
	}
	.choose_view>div{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #eaeaea;
	}
	.about.warrp_box .container .index_aboutbox {
        flex-direction: column;
    }
    .about.warrp_box .container .index_aboutbox .about_right {
        width: 100%;
        aspect-ratio: 3 / 1.6;
        min-height: 150px;
        margin-bottom: 30px;
    }
    .about.warrp_box .container .index_aboutbox .about_left {
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .numbox{
    	margin: -5px;
    }
    .numbox li{
    	margin: 5px;
    	width: calc(50% - 10px);
    }
	footer>.container .footer_right {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		max-width: initial;
	}
	.footer_left .form,
	footer>.container .footer_right>img {
		margin-bottom: 30px;
	}
	footer>.container {
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	footer>.container .footer_left {
		max-width: initial;
		width: 100%;
	}
	.fupad img{
		width: 50px!important;
		height: 50px!important;
	}
	.header-cen,
	.header-move{
		height: 60px;
	}
	ul.qua li {
    width: calc(50% - 20px);
	}
}



@media (max-width:768px) {
	.audits li{
		width: calc(50% - 30px);
	}
	ul.faq li .faq_top,
	.faq_body{
		padding: 15px;
	}
	ul.faq li .faq_top span{
		width: 50px;
	}
	ul.faq li .faq_top h2,
	.faq_body h5{
		font-size: 16px;
	}
	.news_list_ny li{
		width: calc(100% - 20px);
	}
	ul.qua li {
    width: calc(100% - 20px);
	}
	.title-ny p{
		font-size: 24px;
	}
	ul.facul li p{
		padding: 5px 10px;
	}
	ul.facul li{
	width: calc(50% - 20px);
	}
	.warrp_box{
		padding: 50px 0;
	}
.item_foot {
    display: flex;
    flex-direction: column;
}
.item_foot .item_box{
	width: 100%!important;
}
.item_foot .item_box:first-child{
	margin-bottom: 30px;
}
.footer_left .form-input input{
	height: 36px;
}
.footer_left .form .btn{
	height: 42px;
}
footer>.container .footer_right>img{
	width: 80px;
}
footer{
	padding: 40px 0 0;
}
.footer_bottom{
	margin-top: 40px;
}
.footer_bottom p{
	font-size: 12px;
}
}