html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}
.application{
	text-align:center;
}
.application .product-center-list{
	width:100%;
}
.application .product-center-list>ul> li {
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1600px;
	}
}
.morepro{
	display:inline-block;
	padding:15px 30px;
	border:1px solid #ddd;
	margin:30px auto 0;
}

/**/

.pro-wrapper {
	overflow: hidden;
	width: calc(100% - 2px)!important;
	height: 500px;
}

.about-partner .wrapper {
	max-width: 100%;
	padding-top: 1.22rem;
	padding-bottom: 1.01rem;
	overflow: hidden;
}

.about-partner .wrapper .wrapper-con {
	position: relative;
	margin-top: 0.7rem;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul li {
	display: flex;
	width: calc(16.666% - 2px);
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	align-items: center;
	justify-content: center;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul li:hover {
	box-shadow: 0px 0px 1rem 0px rgba(187, 187, 187, 0.55);
	background-color: rgba(255, 255, 255, 0.6);
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul li img {
	width: initial;
	max-width: 100%;
	max-height: 100%;
}

@-webkit-keyframes scrollLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes scrollLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes scrollRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes scrollRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.bheader2 .banner_flex {
	display: flex;
	flex-direction: row-reverse;
}
.banner_flex a{
	display:block;
	width:100%;
}
.bheader2 .pro-view-jj {
	right: initial;
	left: 0;
}

.bheader2 .pro-view-but-prev {
	right: 68%;
	margin-right: -35px;
	margin-left: initial;
	left: initial;
}

.banner_flex {
	position: relative;
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.pro-view-img {
	width: 68%;
	overflow: hidden;
}

.banner_flex .gallery-pro .img_box {
	display: flex;
/* 	position: relative; */
	width: 100%;
	aspect-ratio: 3 / 1.8;
	overflow: hidden;
	align-items: center;
    justify-content: center;
	background:#f5f5f5
}
.banner_flex .gallery-pro .img_box img{
	margin-bottom:8%;
}
.banner_flex .pro-view-jj .img_box {
	display: flex;
	/* position: relative; */
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	align-items: center;
    justify-content: center;
}
.banner_flex .pro-view-jj .img_box img{
	margin-bottom:10%;
}
.banner_flex .text_box {
	position: absolute;
	left: -1px;
	bottom: -2px;
	right: -1px;
	background: #fff;
	padding: 14px 30px;
	z-index: 1;
}

.banner_flex .text_box p {
	font-size: 20px;
	color: #000;
}

span.more {
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}

.pro-view-jj {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 30%;
	height: 100%;
	overflow: hidden;
}

.pro-view-jj .gallery-protwo {
	height: 100%;
}

.swipers-btn {
	display: flex;
	position: absolute;
	width: 70px;
	height: 70px;
	background: #fff;
	top: 40%;
	z-index: 888888;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.pro-view-but-prev {
	left: 68%;
	margin-left: -35px;
	font-size: 26px;
}



/**/

.bheader {
	width: 100%;
	position: relative;
	z-index: 0;
	padding: 2% 2% 0;
}

.banner-wrapper {
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

.banner-wrapper img {
	width: 100%!important;
	max-width: 100%!important;
}

.index-banner-item {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.index-banner-item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.index-banner-item .container {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	align-items: center;
}

.index-banner-item .container .text {
	position: relative;
	padding-left: 100px;
	max-width: 860px;
	text-align: left;
}

.index-banner-item .title-1 {
	line-height: 70px;
	font-family: "Poppins", sans-serif;
	color: #fff;
}

.index-banner-item .title-2 {
	margin-top: 1%;
	color: #fff;
	max-width: 70%;
}

.banner-wrapper .swiper-slide {
	width: 100%;
}

.banner-wrapper .swiper-slide .title-1 {
	opacity: 0;
	transform: translateY(-60px);
	transition: all 0.3s;
}

.banner-wrapper .swiper-slide .title-2 {
	opacity: 0;
	transform: translateY(-60px);
	transition: all 0.6s;
}

.banner-wrapper .swiper-slide.ani-slide .title-1 {
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.3s;
}

.banner-wrapper .swiper-slide.ani-slide .title-2 {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.6s;
}

.number-prevnext {
	text-align: center;
	position: absolute;
	font-size: 0;
	right: 9%;
	top: 50%;
	margin-top: -12.5px;
}

.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 {
	width: 10px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
	cursor: pointer;
}

.number-prevnext .swiper-banner-prev:hover,
.number-prevnext .swiper-banner-next:hover {
	opacity: .5;
}

.number-prevnext .swiper-banner-prev {
	background: url('../images/l1.png') center no-repeat;
	background-size: 100%;
}

.number-prevnext .swiper-banner-next {
	background: url('../images/r1.png') center no-repeat;
	background-size: 100%;
}

.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: 10px;
	height: 10px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	background: #fff;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
	background: #fff;
	width: 30px;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active .content {
	opacity: 1;
	transition: all .4s ease;
}

.banner-wrapper .swiper-slide .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
}

.index-banner-item .title-1 {
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.index-banner-item .title-2 {
	font-size: 30px;
	line-height: 50px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.fk {
	position: absolute;
	width: 232px;
	top: -10px;
	left: -20px;
	opacity: 0;
	transform: translateX(-20%);
	transition: all 1s;
}

.banner-wrapper .swiper-slide.ani-slide .fk {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s;
}


/**/

header.active .header-move {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	transition: all 0.3s;
	z-index: 9;
	background: #fff;
	height: 70px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header.active .fupad img {
	width: 180px;
}

.header-move {
	height: 90px;
}

.header-top {
	color: #fff;
	width: 100%;
	background: #111821;
	font-size: 14px;
}

.header-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top a {
	color: #fff;
}

.header-top li {
	position: relative;
	list-style: none;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	float: left;
}

.header-top li em {
	margin-right: 8px;
}

.header-top li em.fa-phone {
	font-size: 16px;
	margin-right: 5px;
}

.o-select {
	cursor: pointer;
}

.o-select i {
	margin-right: 0!important;
}

.o-drop-down {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	display: none;
	width: 100%;
	line-height: 25px;
	background: #fff;
	border: 1px solid #EAEAEA;
	z-index: 6;
}

.header-cen {
	width: 100%;
	height: 90px;
}

.fupad img {
	width: 220px;
}

.header-cen .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header-cen .nav-item .nav-link {
	display: flex;
	padding: 0px 10px;
	font-size: 18px;
	height: 100%;
	font-weight: 500;
	color: #000;
	align-items: center;
	justify-content: center;
}
.header-cen .nav-item a.nav-link{
	position:relative;
}
.header-cen .nav-item.active a.nav-link:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:2px;
	bottom:0;
	background:#111821;
}

.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;
}

.hright {
	display: flex;
	align-items: center;
}

.moblie_title_right {
	display: none;
	width: 42px;
	height: 42px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	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;
	background: #f5f5f5;
}

.pro_nav ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.pro_nav ul li {
	position: relative;
}

.pro_nav ul li>a {
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #000;
}

.pro_nav ul li>a i {
	margin-left: 8px;
}

.pro_nav ul li dl {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	min-width: 180px;
	background: #F5F5F5;
	text-align: center;
	border: 1px solid #eaeaea;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.pro_nav ul li dl dd {
	margin-bottom: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #eaeaea;
}

.pro_nav ul li dl dd:last-child {
	border-bottom: none;
}

.pro_nav ul li dl dd:hover a {
	text-decoration: underline;
	color: #000;
}

.pro_nav ul li:hover dl {
	display: block;
}


/**/

.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;
}


/**/
.searchbox2{
	display: flex;
	width: 100%;
	height: 42px;
}

.searchbox {
	display: flex;
	border: 1px solid #ddd;
	width: 19%;
	min-width: 280px;
	height: 42px;
	font-size: 14px;
}

.searchbox input,.searchbox2 input{
	padding: 0 15px;
	width: calc(100% - 40px);
	outline: 0;
	font-size: 14px;
}

.searchbox button,
.searchbox2 button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	background: none;
}

.searchbox button img {
	width: 24px;
	opacity: 0.6;
}

form.searchbox:hover {
	border-color: #000;
}

form.searchbox:hover button img {
	opacity: 1;
}


/**/

.warppbox {
	padding: 80px 0;
	border-top: 1px solid #bbb;
}

.title {
	display: flex;
	margin-bottom: 40px;
	justify-content: center;
}

.title h1 {
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	color: #111821;
	margin-bottom: 0;
}
.img_box {
	width: 100%;
	overflow: hidden;
}
.img_box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}


/**/

.category {
	margin-top: 60px;
}



.pro-wrapper .text_box {
	text-align: center;
	margin-top: 25px;
}

.pro-wrapper .text_box p {
	margin-bottom:8px;
	font-size: 26px;
	color: #000;
}

.pro-wrapper a:hover img,
.banner_flex .gallery-pro .img_box:hover img{
	transform: scale(1.05);
	transition: all 0.5s;
}

.pro-wrapper a {
	padding-bottom: 20px;
}

.hover_style a.hover_before {
	position: relative;
}

.hover_style a.hover_before:before {
	position: absolute;
	content: "";
	left: 0;
	right: 100%;
	height: 2px;
	background: #111821;
	transition: all 0.3s;
	bottom: 0;
	z-index: 1;
}

.hover_style a.hover_before:hover:before {
	left: 0;
	right: 0;
	transition: all 0.3s;
}

.hover_style a.hover_before:hover span {
	text-decoration: none;
}

.category-btn {
	width: 40px;
}

.category-btn.pro-prev {
	transform: rotate(-90deg);
	margin-left: -5px;
}

.category-btn.pro-next {
	transform: rotate(90deg);
	margin-right: -5px;
}

.category .title {
	justify-content: space-between;
	align-items: center;
}


/**/

.classify {
	padding-top: 0!important;
	border: none;
}

.classify .container .classify_box {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.classify .container .classify_box>div {
	width: calc(50% - 30px);
	margin: 15px;
}

.classify .title {
	margin-bottom: 15px;
	text-align: left;
	justify-content: flex-start;
}

.classify .title h1 {
	font-size: 30px;
	text-transform: initial;
}


/**/

.about .about_box {
	display: flex;
	justify-content: space-between;
}

.about .about_box>div {}

.about_box_left h3 {
	font-size: 30px;
	color: #111821;
}

.about_box_left h1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.about_box_right {
	line-height: 30px;
}

.video_box {
	position: relative;
	width: 100%;
	margin-top: 80px;
}

.video_box .tb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
	width: 88px;
	height: 88px;
	z-index: 2;
}

.video_box .bj {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60%;
	max-width: 1026px;
	transform: translate(-50%, -68%);
	z-index: 0;
}

.video_box .tp {
	position: relative;
	z-index: 1;
}


/**/

.choose {
	display: flex;
}

.choose .one {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px;
	width: 32%;
	background: #fff;
	border: 1px solid #ddd;
	margin-right: -2px;
}

.choose_view {
	display: flex;
	width: 68%;
	flex-wrap: wrap;
}

.choose_view>div {
	background: #fff;
	margin: 0.5px;
	padding: 40px 40px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #ddd;
}

.choose_view>div {
	width: calc(50% - 2px);
}

.choose_view>div:nth-child(2),
.choose_view>div:nth-child(4) {
	margin-left: -1px;
}

.choose_view>div:nth-child(3),
.choose_view>div:nth-child(4) {
	margin-top: -2px;
}

.choose h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}

.choose p {
	color: #666;
}


/**/

.choose-wrapper {
	margin-top: 30px;
	overflow: hidden;
}


/**/

.certificate-wrapper {
	overflow: hidden;
}

.certificate-wrapper .swiper-slide {
	position: relative;
}

.certificate-wrapper p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 10px 15px;
	color: #FFF;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.certificate-wrapper .swiper-pagination {
	position: initial;
	margin-top: 30px;
}

.certificate-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #000;
	opacity: 0.4;
}

.certificate-wrapper .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 10px;
	opacity: 1;
}


/**/

.footer_top {
	padding: 60px 0;
}

.footer_top .container {
	display: flex;
	justify-content: space-between;
}

.footer_top_left {
	max-width: 386px;
}

.feedback-bottom {
	margin: 50px 0;
}

.feedback-bottom .form-control-input {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.feedback-bottom .form-control-input input {
	outline: 0;
	background: #f5f5f5;
	height: 53px;
	padding: 0 20px;
	border: none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
}

.feedback-bottom .form-control-input>button {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 73px;
	padding-right: 20px;
	background: #111821;
	color: #fff;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
}

.feedback-bottom .form-control-input>button:hover {
	background: #333;
}

.footer_top .contact_info h1 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
}

.footer_top .footer_top_left>ul {
	display: flex;
	margin-top: 30px;
}

.footer_top .footer_top_left>ul li {
	display: flex;
	width: 26px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.footer_top .footer_top_left>ul li img {
	width: 26px;
}

.footer_top .footer_top_right .foot-nav-title {
	display:block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color:#000!important;
	opacity:1
}

.footer_top .footer_top_right a {
	font-size: 14px;
	color: #000;
	opacity: 0.6;
}

.footer_top .footer_top_right a:hover {
	opacity: 1;
	text-decoration: underline;
}

.footer_top .footer_top_right {
	max-width: calc(100% - 520px);
	width: 60%;
}

.footer_top .footer_top_right {
	display: flex;
	flex-wrap: wrap;
}

.footer_top .footer_top_right .foot-nav-item {
	width: 25%;
}

.footer_bottom {
	background: #f5f5f5;
}

.beiainfo {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.moblie-header.cur {
	right: 0px;
	transition: all 0.3s;
}
.close-box i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center;
    opacity: 0.5;
    background-size: 100%;
}
/**/
.main{
	border-bottom: 1px solid #ddd;
}
.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;
	color: #fff;
	background: #000000;
}
/**/
.warp_ny{
	padding: 40px 0;
	scroll-margin-top:100px;
	border-bottom: 1px solid #ddd;
}
.warp_ny:last-child{
	border: none;
}
.titleny{
	width: 100%;
	margin-bottom: 30px;
	font-size: 30px;
	color: #000;
}
.titleny h1{
	font-size: 30px;
}
.banner_ny{
	display: flex;
	
	margin:30px;
	width:calc(100% - 60px);
	margin-bottom:0;
	min-height:500px;
	    align-items: center;
    justify-content: center;
}
.banner_ny h1{
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
.aboutny_box .about_box_left{
	margin-bottom: 60px;
}
.aboutny_box {
    display: flex;
    align-items: center;
}
.aleft{
	width: 60%;
	padding-right: 3%;
}
.aright{
	width: 40%;
}
.aright video{
	width: 100%;
}
ul.Factory,ul.Exhibition{
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
}
ul.Factory li{
	margin: 10px;
	width: calc(20% - 20px);
}
ul.Exhibition li{
	margin: 10px;
	width: calc(20% - 20px);
}
/**/
#contain-nav {
	padding: 15px 0;
	z-index: 66;
}

#contain-nav .swiper-slide { 
	width: auto;
	background: #fff;
	min-width: 120px;
	border: 1px solid #ddd;
}
#contain-nav .swiper-slide.active{
	background:#111821;
	border: 1px solid #111821;
}
#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;
}

.news_list_ny {
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.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;
	width:33.3333%;
	padding: 30px;
	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;
	box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.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 {
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	color: #000;
	-webkit-box-orient: vertical;
}

.news_list_ny li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.news_list_ny li:nth-child(2n){
	background: #f5f5f5;
}
/**/

.faq_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.faq_list li {
	border: 1px solid #eeeeee;
	padding: 36px;
	cursor: pointer;
	margin-bottom: 30px;
	width: calc(50% - 15px);
	transition: all .3s;
}

.faq_list li:hover {
	background-color: #f8f8f8;
}

.faq_list li.cur {
	background: #f4f4f4;
}

.faq_list li .faq_hiden {
	display: none;
	padding: 20px 0;
}

.faq_list li .faq_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq_list li .faq_top .faqTopLeft {
	width: calc(100% - 50px);

}

.faq_list li .faq_top .faqTopRight {
	width: 36px;
	text-align: right;
}

.faq_list li .faq_top .faqTopLeft .faqToptitle {
	font-size: 16px;
	position: relative;
	padding-left: 46px;
}

.faq_list li .faq_top .faqTopLeft .faqToptitle:before {
	content: "Q:";
	position: absolute;
	left: 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.faq_list li .faq_top .faqTopRight .zk {
	font-size: 30px;
	font-weight: bolder;
}

.faq_list li .faq_hiden {
	position: relative;
	padding-left: 46px;
}

.faq_list li .faq_hiden:before {
	content: "A:";
	position: absolute;
	left: 0;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}

/**/
.procenter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-center-list {
	width: calc(100% - 330px);
}

.product-center-list>ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.product-center-list>ul> li{
	position: relative;
	 width: calc(33.3333% - 20px);
    margin: 10px;
    
}
.product-center-list>ul> li:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 100%;
	height: 2px;
	background: #000;
	transition: all 0.5s;
}
.product-center-list>ul> li:hover:before{
	right: 0;
	transition: all 0.5s;
}
.product-center-list>ul> li a{
	 padding-bottom: 20px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}

.product-center-list>ul> li p {
	margin-top: 20px;
	color: #000;
	text-align:center;
}
.product-center-list>ul> li:hover span{
	text-decoration: none;
}
.product-center-list>ul> li:hover img,
.other li:hover img{
	transform: scale(1.05);
	transition: all 0.5s;
}
.left-nav {
	position: sticky;
	top: 80px;
}

.product-center-list li:hover:after {
	right: 0;
}

.newprocenter .product-center-list {
	width: 100%;
}

.newprocenter .product-center-list li {
	width: calc(25% - 20px);
}



.product-center-list .hidden.cur {
	display: flex;
}

.pro-type-mobile {
	display: none;
}
.Products-head {
	padding: 40px 0;
	background: #f1f5f9;
}

.left-nav {
	width: 260px;
	border: 1px solid #EAEAEA;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}
.left-nav>div.pro-nav-box .pro-type{
	border-bottom:1px solid #ddd;
}
.left-nav>div.pro-nav-box .pro-type:last-child{
	border-bottom:none;
}
.left-nav>div.pro-nav-box li a{
	display:block;
	width:100%;
	padding:15px;
}
.left-nav>div.pro-nav-box li a.cur{
	
	
	color:#000;
	font-weight:bold;
}
.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.left-nav li {
	background:#f8f8f8;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}

.left-nav li:last-child {
	border: none;
}

.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;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	color: #000;
	justify-content: space-between;
}

.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
}

.pro-type.cur>.pro-type-nav i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
}

.pro-type>.pro-type-nav i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
}
/**/
.particulars{
	display: flex;
}
.particulars_left {

	display: flex;
	bottom: 0;
	float: left;
	margin-right:30px;
	width:calc(50% - 30px);
	max-width: 1000px ;
	background: #fff;
	flex-direction: column;
}



.particulars_left-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
	
}
.gallery-protwo{
	overflow: hidden;
}
.particulars_left-jj .gallery-protwo .swiper-slide{
	display: flex;
	overflow: hidden;
    align-items: center;
    justify-content: center;
        aspect-ratio: 1 / 1;
}
.particulars_left-jj .pbbtn {
	position: absolute;
	width: 30px;
	background: #f5f5f5;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.particulars_left-jj .pbbtn:hover {
	background: #000;
	color: #fff;
}

.particulars_left-jj .pronext {
	left: 0;
}

.particulars_left-jj .proprev {
	right: 0;
}

.particulars_right {
	float: right;
	width:50%;
}

.particulars_right h2 {
	font-size: 30px;
	font-weight: bold;
}

.gallery-pro {
	overflow: hidden;
}

.gallery-pro .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.particulars_left-jj .gallery-protwo .swiper-slide {
	border: 3px solid #eaeaea;
}

.particulars_left-jj .gallery-protwo .swiper-slide-thumb-active {
	opacity: 1;
	border: 3px solid #000;
}



.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: #000;
	border-radius: 3px;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666!important;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background: #333;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000!important;
}
.other{
	overflow:hidden;
}
.other .swiper-horizontal>.swiper-pagination-bullets,
.other .swiper-pagination-bullets.swiper-pagination-horizontal,
.other .swiper-pagination-custom,
.other .swiper-pagination-fraction{
	margin-top:30px;
	position:initial;
}
.other .swiper-pagination-bullet-active{
	background:#000
}
.other a.swiper-slide:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 100%;
	height: 2px;
	background: #000;
	transition: all 0.5s;
}
.other a.swiper-slide:hover:before{
	right: 0;
	transition: all 0.5s;
}
.other_box .titleny{
	text-align: center;
}
.other a.swiper-slide{
	position: relative;
	text-align:center;
}
.other a.swiper-slide:hover .more{
	text-decoration: none;
}
.other a.swiper-slide p{
	margin-top: 15px;
	width: 100%;
	text-align: center;
	color: #000;
}

.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;
}
.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, 0.5);
	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;
}
#mapContainer {
    position: relative;
}
/**/

@media (max-width: 1500px) {
	.header-cen .nav-item {
		margin: 0 5px;
	}
}

@media (max-width: 1320px) {
	.fupad img {
		width: 200px;
	}
	.searchbox {
		min-width: 220px;
	}
}

@media (max-width: 1200px) {
	.product-center-list {
    width: calc(100% - 300px);
	}
	.product-center-list>ul>li {
    width: calc(50% - 20px);
	}
	.header-cen .navbar {
		display: none;
	}
	.pro_nav {
		display: none;
	}
	.header-move {
		border-bottom: 1px solid #eaeaea;
	}
	.fupad img {
		width: 220px;
	}
	.moblie_title_right {
		display: block;
	}
	.searchbox {
		min-width: 300px;
	}
	.about .about_box {
		justify-content: space-between;
		flex-direction: column;
	}
	.footer_top .footer_top_right .foot-nav-item {
		width: 33.3333%;
		margin-bottom: 20px;
	}
	.aboutny_box .about_box_left h1{
		font-size: 30px;
	}
	.about_box_left h3{
		font-size: 24px;
	}
	.aboutny_box .about_box_left{
	margin-bottom: 00px;
	}
	.news_list_ny li{
		padding: 15px;
	}
	.other li {
  
    width: calc(25% - 20px);
	}
	.other li:last-child{
		display: none;
	}
}

@media (max-width: 991px) {
	.other li {
    width: calc(50% - 20px);
	}
	.particulars_left{
		width: 100%;
	}
	.particulars_right h2{
		font-size: 24px;
	}
	.particulars_right{
		width: 100%;
		margin-top: 30px;
	}
	.particulars {

    flex-direction: column;
}
	.product-center-list{
		width: 100%;
		margin-top: 30px;
	}
	.procenter{
		flex-direction: column;
	}
	.left-nav{
		position: initial;
		width: 100%;
	}
	.faq_list li{
		width: 100%;
	}
	.news_list_ny li{
		width: 100%;
	}
	ul.Factory li,ul.Exhibition li{
		width: calc(50% - 20px);
	}
	    .contact-info {
        display: flex;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .coninfo{
    	width: 100%;
    }
    .frame_box{
    	padding: 0;
    	border: 0;
    	width: 100%;
    }
	.banner_flex .text_box {
		padding: 10px;
	}
	.banner_flex .text_box p {
		font-size: 16px;
		line-height: 20px;
	}
	.title h1 {
		font-size: 30px;
	}
	.warppbox {
		padding: 60px 0;
	}
	.swipers-btn {
		width: 50px;
		height: 50px;
		margin-left: -25px;
	}
	.classify .title h1 {
		font-size: 24px;
	}
	.pro-wrapper .text_box p {
		font-size: 20px;
	}
	.about_box_left h1 {
		font-size: 38px;
	}
	.footer_top .footer_top_right {
		display: none;
	}
	.footer_top_left {
		max-width: initial;
		width: 100%;
	}
	.pro-view-jj {
		display: none;
	}
	.pro-view-img {
		width: 100%;
	}
	.pro-view-but-prev {
		right: 10px!important;
		left: initial;
	}
	.bheader2 .pro-view-but-prev {
		margin-right: 0;
	}
	.header-top .container {
		justify-content: center;
	}
	.header-top .container>p {
		display: none;
	}
	.video_box .tb {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}
	.choose {
		display: initial;
	}
	.choose .one {
		width: 100%;
		margin: 0;
	}
	.choose .one img {
		display: none;
	}
	.choose_view {
		display: initial;
	}
	.choose_view>div {
		width: 100%;
		margin: 10px 0!important;
	}
	.about-partner .wrapper .wrapper-con .box .box-wrapper ul li{
		width: 25%;
	}
	.title{
		margin-bottom: 30px;
	}
	.beiainfo {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	}
	.aboutny_box {

    align-items: center;
    flex-direction: column;
	}
	.aleft{
		width: 100%;
		padding-right: 0;
	}
	.aright{
		margin-top: 30px;
		width: 100%;
		max-width: initial;
	}
	.banner_ny{
		min-height: 300px;
		margin:15px;
   		 width: calc(100% - 30px);
	}
}

@media (max-width: 786px) {
	.pro-type-nav{
		padding: 8px 15px;
	}
	.left-nav li{
		font-size: 12px;
	}
	.pro-wrapper a {
		margin-bottom: 0;
	}
	.header-top a {
		font-size: 12px;
	}
	.searchbox {
		display: none;
	}
	.header-cen,
	.header-move {
		height: 60px;
	}
	.fupad img,
	header.active .fupad img {
		width: 140px;
	}
	header.active .header-move {
		height: 60px;
	}
	.classify .container .classify_box {
		flex-direction: column;
	}
	.classify .container .classify_box>div {
		width: calc(100% - 30px);
	}
	.about_box_left h1,.aboutny_box .about_box_left h1{
		font-size: 24px;
	}
	.about_box_left h3 {
		font-size: 18px;
	}
	.video_box {
		margin-top: 40px;
	}
	.title h1,.titleny h1{
		font-size: 26px;
	}
	.footer_top{
		margin-top: -40px;
	}
	.choose .one,.choose_view>div{
		padding: 15px;
	}
	.choose h3{
		margin-bottom: 15px;
	}
}
@media (max-width:500px) {
	.footer_top{
		margin-top: -20px;
	}
	.feedback-bottom .form-control-input input{
		font-size: 14px;
	}
	.footer_top .contact_info h1{
		font-size: 30px;
	}
	.beiainfo{
		font-size: 12px;
	}
	.about-partner .wrapper .wrapper-con .box .box-wrapper ul li{
		width: 33.3333%;
	}
	.banner_ny{
		min-height: 200px;
	}
}