/* 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;
}
.img_box img{
	width:100%;
}
.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;
	font-size:24px!important;
	background:#ddd!important;
}

.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;
}
}


body {
	width: 100%;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1430px!important;
	}
	.about .container,
	.products .container,
	.bheader .container,
	.header .container {
		max-width: 1640px!important;
	}
}

header.header {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	padding: 0px 0;
	z-index: 99;
}

header.header .container {
	height: 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .fupad {
	width: 23%;
	display: flex;
	min-width: 300px;
	height: 62px;
	background: #fff;
	padding: 0 15px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
	
	flex-direction: row-reverse;
}

header.header .fupad img {
	display: block;
	width: 160px;
}

header.header .fupad .name {
	text-align: left;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}

header.header .fupad .navbar-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}

header.header .dropdown-toggle::after {
	display: none;
}

header.header .navbar {
	width: calc(78% - 260px);
	max-width: 1100px;
	padding: 0 2%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .6);
	-webkit-backdrop-filter: blur(1.25vw);
	-webkit-backdrop-filter: blur(1.25vw);
	backdrop-filter: blur(1.25vw);
	background-color: rgba(255, 255, 255, .3);
}
header.header .navbar>div,
header.header .navbar-nav li,
header.header .navbar-nav li a{
	height:100%;
}
header.header .navbar-nav {
	width: 100%;
	height:100%;
	align-items: center;
	justify-content: space-between;
	    flex-direction: row-reverse!important;
}

header.header .navbar-nav .nav-link {
	color: #000;
	font-size: 18px;
}

header.header .navbar-nav .nav-item a.nav-link {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

a.nav-link:before {
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	bottom:0px;
	height: 3px;
	background: #0068ff;
	transition: all 0.3s;
}

header.header .navbar-nav .nav-item:hover a.nav-link:before {
	left: 0;
	right: 0;
	transition: all 0.3s;
}

header.header .navbar-nav .nav-item.active a.nav-link {
	font-weight: bold;
	color: #0068ff;
}

header.header.active {
	top: 0;
	transition: all 0.3s;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header.header.active .container {
	width: 100%!important;
	max-width: initial!important;
	padding-left: 0!important;
}

header.header.active .fupad {
	height: 100%;
	width: auto;
	background: initial;
	transition: all 0.3s;
}

header.header.active .navbar-nav .nav-link {
	color: #000;
}

header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
}

header.header .dropdown-menu_box li {
	width: 100%;
}

header.header .dropdown-menu_box li a {
	position:relative;
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	width: 100%;
	text-align:center;
	border-bottom: 1px solid #eaeaea;
	overflow:hidden;
}
header.header .dropdown-menu_box li a span{
	position:relative;
	z-index:1;
}
header.header .dropdown-menu_box li a:after {
	background-color: #0068ff;
	content: "";
	height: 100%;
	left: -140%;
	opacity: .4;
	position: absolute;
	top: 0;
	transform: skew(-38deg, 0deg);
	-webkit-transform: skew(-38deg, 0deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 120%;
	border-right: 15px #fff solid;
	z-index:0;
}
header.header .dropdown-menu_box li a:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
header.header .dropdown-menu_box li:last-child a {
	border-bottom: none;
}

header.header .dropdown-menu_box li a:hover {
	background: #0068ff;
	color: #fff;
}

.lang_box {
	cursor: pointer;
	width: 120px;
	height: 100%;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .6);
	-webkit-backdrop-filter: blur(1.25vw);
	-webkit-backdrop-filter: blur(1.25vw);
	backdrop-filter: blur(1.25vw);
	background-color: rgba(255, 255, 255, .3);
}

.lang_box .lang {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #000;
}

.lang_box .lang i {
	margin-right: 12px;
	font-size: 20px;
}

.lang_box .lang_li {
	display: none;
	position: absolute;
	top: 100%;
	color: #000;
	height: 60px;
	background: #fff;
	border: 1px solid #eaeaea;
	right: -1px;
	left: -1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.lang_box:hover .lang_li {
	display: block;
}

.lang_box .lang_li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #0068ff;
	font-weight: bold;
}

a.search_a {
	display: flex;
	width: 90px;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #0068ff;
	color: #fff!important;
	border: 1px solid rgba(255, 255, 255, .6);
	font-size: 20px;
}
a.search_a:hover{
	color: #fff;
}
.moblie_title_right {
	display: none;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
	-webkit-backdrop-filter: blur(1.25vw);
	-webkit-backdrop-filter: blur(1.25vw);
	backdrop-filter: blur(1.25vw);
	background: rgba(0, 104, 255);
}

.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;
}

.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);
}

.mobile_header_list {
	display: block;
	position: fixed;
	top: 0;
	right: 30%;
	left:0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
	    transform: translateX(-100%);
}

.mobile_header_list.cur {
	    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: #0068ff!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;
    flex-direction: row-reverse;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-270deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_header_list .card>a.cur {
	padding-left: 10px;
	background: #0068ff;
	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;
}

.main-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 888;
	background: rgba(0, 0, 0, 0.5);
}

.main-box.cur {
	display: block;
}


/**/

.bheader {
	width: 100%;
	position: relative;
	z-index: 0;
	height: 100vh;
}

.banner-wrapper {
	width: 100%;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}

.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;
	    justify-content: flex-end;
}

.index-banner-item .container .text {
	position: relative;
	padding-right: 100px;
	max-width: 1000px;
	text-align: right;
}

.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;
}

.banner-wrapper .swiper-slide {
	width: 100%;
	height: 100vh;
}

.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;
}

.banner-wrapper .banner-pagination {
	bottom: 5%;
}

.banner-wrapper .banner-pagination span {
	width: 50px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}

.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: 10%;
	z-index: 11;
}

.banner-wrapper .banner-pagination {
	text-align: center;
	left: auto;
	bottom: auto!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: 20px;
	height: 8px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	background: #fff;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
	background: #0068ff;
}

.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;
	transform: scale(1.2);
	transition: all 8s;
}

.banner-wrapper .ani-slide .img {
	transform: scale(1.0);
	transition: all 8s;
}

.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;
	right: -20px;
	opacity: 0;
	transform: translateX(-20%);
	transition: all 1s;
}

.banner-wrapper .swiper-slide.ani-slide .fk {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s;
}


/**/

.warpbox {
	padding: 100px 0;
	width: 100%;
}

.warpbox h1 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #103468;
}

.warpbox .title {
	margin-bottom: 60px;
}


/**/

.warpbox.products,
.warpbox.about {
	background: url(../images/b1.jpg) no-repeat center fixed;
	background-size: cover;
}

.products_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products_nav {
	width: 16%;
	min-width: 220px;
}

.products_nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.products_nav li.cur:after {
	content: "";
	left: 100%;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	border-left: 12px solid rgba(255, 255, 255, 1);
	border-right: 12px solid transparent;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.products_nav li:first-child.cur:after {
	border-left: 12px solid #0068ff;
}

.products_nav li:last-child.cur:after {
	border-left: 12px solid #103468;
}

.products_nav li {
	position: relative;
	padding: 40px 25px;
	display: flex;
	width: 100%;
	position: relative;
	    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    align-items: flex-end;
}

.blj {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.blj div {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blj div:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	border-left: 0px solid rgba(255, 255, 255, 0.1);
	border-right: 258px solid transparent;
	border-top: 301px solid rgba(255, 255, 255, 0.1);
	border-bottom: 0px solid transparent;
}

.products_nav li p {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.products_nav li img {
	width: 34px;
}

.products_nav li:first-child {
	background: #0068ff;
	margin-bottom: 15px;
}

.products_nav li:last-child {
	background: #103468;
}

.products_nav li:last-child img {
	width: 40px;
}

.products_list {
	width: 80%;
}

.products_list .swiper_box {
	display: none;
}

.products_list .swiper_box:first-child {
	display: block;
}

.productsSwiper {
	position: relative;
	width: 100%;
	padding-bottom: 60px!important;
}

.products_list .product_group {
	padding-top: 30px;
	background: #fff;
	margin: 0 15px 15px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.products_list .product_group .line {
	margin: 20px 20px 0;
	width: calc(100% - 40px);
	height: 1px;
	background: #ddd;
}

.products_list .product_group .text_box {
	padding: 20px;
}

.products_list .product_group .text_box h5 {
	font-weight: bold;
	color: #103468;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.products_list .product_group .text_box p {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.products_list .product_group .btn_box {
	display: flex;
}

.products_list .product_group .btn_box a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 42px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 14px;
}

.products_list .product_group .img_box {
	width: 80%;
	margin: 0 auto;
}

.products_list .product_group .btn_box a:first-child {
	border-right: 1px solid #ddd;
}

.productsSwiper .swiper-pagination {
	text-align: left;
	margin: 0 15px;
	bottom: 0;
	z-index: 0;
}

.productsSwiper .swiper-pagination-bullet {
	width: 28px;
	border-radius: 0;
}

.pro-btn_box {
	position: absolute;
	right: 30px;
	bottom: 0;
	display: flex;
	z-index: 1;
}

.pro-btn_box .pro-btn {
	display: flex;
	width: 70px;
	height: 50px;
	background: #fff;
	color: #103468;
	font-size: 26px;
	align-items: center;
	justify-content: center;
	outline: 0;
	background: linear-gradient(135deg, #fff, #fff);
	transform: skewX(-20deg);
}

.pro-btn_box .pro-btn:hover {
	background: #0068ff;
	color: #fff;
}

.pro-btn_box .pro-btn:first-child {
	border-right: 1px solid #ddd;
}

.products_list .product_group:hover .text_box h5 {
	color: #0068ff;
}

.products_list .product_group:hover .text_box p {
	color: #000;
}

.products_list .product_group .btn_box a.more:hover {
	background: #103468;
	color: #fff;
}
.products_list .product_group .btn_box a.btn-inquiry:hover,
.products_list .product_group .btn_box a.zx:hover {
	background: #0068ff;
	color: #fff;
}

.img_box {
	overflow: hidden;
}

.img_box img {
	transform: scale(1);
	transition: all 0.3s;
}

.products_list .product_group:hover .img_box img {
	transform: scale(1.1);
	transition: all 0.3s;
}


/**/

.warpbox.about {
	padding-top: 20px;
}

.warpbox.about .container .index_aboutbox {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.warpbox.about .container .index_aboutbox>div {
	width: 50%;
	text-align:right
}

.warpbox.about .container .index_aboutbox .about_left {
	padding: 5% 3% 5% 5%;
}

.warpbox.about .container .index_aboutbox .about_left h2 {
	font-weight: bold;
	color: #103468;
	font-size: 36px;
	margin-bottom: 30px;
}

.warpbox.about .container .index_aboutbox .about_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.warpbox.about .container .index_aboutbox .about_left a.more {
	display: inline-block;
	margin-top: 30px;
	color: #666;
}
.warpbox.about .container .index_aboutbox .about_left a.more:hover{
	color:#0068ff;
	font-weight:bold;
}
.warpbox.about .container .index_aboutbox .about_left a.more i {
	margin-right: 10px;
}

.warpbox.about .container .index_aboutbox .about_right {
	background: url(../images/gs.jpg) no-repeat center;
	background-size: cover;
}

ul.numbox {
	margin-top: 40px;
	position: relative;
	z-index: 1;
	width: 130%;
	min-width: 857px;
	display: flex;
	flex-wrap: nowrap;
}

ul.numbox li {
	display: flex;
	width: 40%;
	aspect-ratio: 3 / 2;
	background: #0068ff;
	flex-direction: column;
	justify-content: center;
	padding: 4% 5% 4% 7%;
	color: #fff;
	border-right: 1px solid #fff;
	text-align:right;
	align-items: flex-end;
}

ul.numbox li:last-child {
	border: none
}

ul.numbox li img {
	width: 50px;
	margin-bottom: 25px;
}

ul.numbox li span {
	font-size: 36px;
	font-weight: bold;
}

ul.numbox li i {
	font-style: normal;
	font-weight: bold;
}


/**/

.factory {
	position: relative;
	background: url(../images/b2.jpg) no-repeat center;
	background-size: cover;
}

.factory .title h1 {
	color: #FFF;
}

.advantageSwiper {
	position:relative;
	padding-bottom: 40px!important;
	margin-bottom: 20px;
}


.advantageSwiper .swiper-slide {
	position:relative;
	border: 1px solid #fff;
	padding: 35px 30px;
	color: #fff;
	cursor:pointer;
	overflow:hidden;
}
.advantageSwiper .swiper-slide .text{
	
	padding:20px;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	background:#103468;
	color:#fff;
	transition:all 0.3s
}
.advantageSwiper .swiper-slide:hover .text{
	top:0;
	transition:all 0.3s
}
.advantageSwiper .swiper-slide .text::-webkit-scrollbar {
	width: 2px;
	height:15px
}

.advantageSwiper .swiper-slide .text::-webkit-scrollbar-button:vertical {
	display: none
}

.advantageSwiper .swiper-slide .text::-webkit-scrollbar-track,
.advantageSwiper .swiper-slide .text::-webkit-scrollbar-corner {
	background-color:rgba(0,0,0,0)
}

.advantageSwiper .swiper-slide .text::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color:#0068ff
}

.advantageSwiper .swiper-slide .text:vertical:hover {
	background-color: #fff
}
.advantageSwiper .swiper-slide .text p{
	overflow: initial;
	text-overflow: initial;
	display: -webkit-box;
	-webkit-line-clamp: initial;
	line-clamp:  initial;
	-webkit-box-orient:  initial;
}
.advantageSwiper .swiper-slide span {
	font-weight: bold;
	font-size: 32px;
}

.advantageSwiper .swiper-slide h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	min-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.advantageSwiper .swiper-slide>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.factorySwiper {
	position: relative;
	padding-bottom: 50px!important;
}

.factorySwiper .swiper-pagination {
	bottom: 0!important;
}

.factorySwiper .swiper-pagination-bullet,
.advantageSwiper .swiper-pagination-bullet {
	width: 28px;
	border-radius: 0;
	background: #fff;
	opacity: 0.6;
}

.factorySwiper .swiper-pagination-bullet-active,
.advantageSwiper .swiper-pagination-bullet-active {
	background: #0068FF;
	opacity: 1;
}


/**/

.news_box {
	display: flex;
}

.news_box .news_top {
	position: relative;
	width: 33.333%;
}

.news_box .news_top:hover img {
	transform: scale(1.05);
	transition: all 0.3s;
}

.news_box .news_top .text_bottom {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #103468;
	align-items: center;
	justify-content: space-between;
}

.news_box .news_top .text_bottom p {
	color: #fff;
	margin: 15px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_box .news_top .text_bottom a.more {
	display: flex;
	width: 55px;
	height: 55px;
	background: #0068FF;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}

.news_top .img_box {
	height: 100%;
}

.news_top .img_box a {
	display: block;
	width: 100%;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 33.333%);
}

.news_list li {
	display: flex;
	width: 50%;
	padding: 30px;
	flex-direction: column;
	justify-content: space-around;
}

.news_list li:hover h5 {
	color: #0068FF;
}

.news_list li span {
	color: #103468;
	font-size: 12px;
}

.news_list li em {
	font-style: normal;
	font-weight: bold;
	color: #103468;
	font-size: 18px;
}

.news_list li h5 {
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_list 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 li:nth-child(1),
.news_list li:nth-child(4) {
	background: #f0f4f7;
}

ul.service {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: -40px;
	margin-left: -15px;
	margin-right: -15px;
}

ul.service li {
	padding: 25px;
	margin: 15px;
	width: calc(50% - 30px);
	aspect-ratio: 5 / 3;
}

ul.service li a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-backdrop-filter: blur(0.2vw);
	-webkit-backdrop-filter: blur(0.2vw);
	backdrop-filter: blur(0.2vw);
	background-color: rgba(255, 255, 255, .1);
	text-transform: uppercase;
}

ul.service li a h3 {
	font-size: 22px;
}

ul.service li.fw1 {
	background: url(../images/fw1.jpg) no-repeat center;
	background-size: cover;
}

ul.service li.fw2 {
	background: url(../images/fw2.jpg) no-repeat center;
	background-size: cover;
}

ul.service li img {
	height: 50px;
	margin-bottom: 30px;
}
/**/
.news_list_ny {
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.news_list_ny .img_box{
	aspect-ratio: 3 / 2;
	margin-bottom: 20px;
}
.news_list_ny li {
	display: flex;
	width: 50%;
	padding: 30px;
	flex-direction: column;
	justify-content: space-around;
	transition: all 0.5s;
	border:1px solid #eaeaea;
}
.news_list_ny li:nth-child(2n){
	margin-left:-1px
}
.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: #0068FF;
}

.news_list_ny li span {
	color: #103468;
	font-size: 12px;
}

.news_list_ny li em {
	font-style: normal;
	font-weight: bold;
	color: #103468;
	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;
	-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;
}



/**/

footer {
	background: #112138;
}

footer .footer-top {
	padding: 50px 0;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-top h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 32%;
	min-width: 460px;
	text-transform: uppercase;
}

footer .footer-top .container {
	display: flex;
	    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

footer .footer-top .form {
	display: flex;
}

footer .footer-top .form-input {
	padding: 5px;
	display: flex;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	align-items: center;
	    justify-content: space-between;
    flex-direction: row-reverse;
}

footer .footer-top .form-input input {
	outline: 0!important;
	background: none;
	border: none;
	color: #fff;
	height: 46px;
	text-align: right;
}

footer .footer-top .form-input input:focus {
	border: none;
	box-shadow: initial;
}

footer .footer-top .form-input .btn {
	width: 140px;
	background: #0068FF;
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	height: 46px;
}

footer .footer-top .form-input:nth-child(2) {
	width: 30%;
	margin-left: 8px;
}

footer .footer-top .form-input:nth-child(1) {
	width: calc(70% - 8px);
}

.footer-bottom {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}

.footer-bottom .bb {
	position: absolute;
	width: 52% !important;
	bottom: 30px;
	left: 0;
}

.footer-bottom .container {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.footer-bottom .footer-bottom-left>img {
	max-width: 210px;
	margin-bottom: 60px;
}

.footer-bottom .footer-bottom-left div {
	text-align:right;
	color: #fff;
	line-height: 30px;
}

.footer-bottom .footer-bottom-left div span {
	display: inline-block;
	min-width: 68px;
}

.footer-bottom .footer-bottom-left div p {
    display: flex;
    line-height: 28px;
    margin-bottom: 8px;
    justify-content: flex-end;
}

.footer-bottom .footer-bottom-left>ul {
	display: flex;
	margin-top: 30px;
	flex-direction: row;
    justify-content: flex-end;
}

.footer-bottom .footer-bottom-left>ul li {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.footer-bottom .footer-bottom-left>ul li img {
	width: 22px;
}

ul.footer-bottom-right {
	display: flex;
	width: 50%;
	justify-content: space-between;
	align-items: flex-start;
}

ul.footer-bottom-right li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

.beiainfo {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}


/**/

.left,
.right {
	position: absolute;
}

.left {
	left: 40px;
	top: 385px;
	width: 125px;
	transform: rotate(180deg);
}

.right {
	right: 0;
	bottom: -148px;
	width: 125px;
}

.jiao>div {
	position: relative;
	width: 100%;
}

.jiao.right>div img {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}

.jiao.left>div img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 40px;
}

.jiao>div img.j1 {
	z-index: 1;
}

.jiao>div img.j2 {
	z-index: 0;
}


/**/

#banner-img {
	position: relative;
	display: flex;
	min-height: 680px;
	overflow: hidden;
	padding-bottom: 140px;
	z-index: 3;
	align-items: flex-end;
	justify-content: flex-start;
}

#banner-img p {
	position: relative;
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.cont_main {
	position: relative;
	z-index: 3;
	width: 100%;
	min-height: 600px;
	background: #fff;
}

.warpper-ny {
	padding: 100px 0;
	overflow: hidden;
}

.title-ny {
	position: relative;
	margin-bottom: 60px;
}

.title-ny p {
	position: relative;
	z-index: 1;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	display: initial;
	line-height: 36px;
}


/**/
.products-nav{
	position: sticky;
	top: 62px;
}
#contain-nav {
	padding: 15px 0;
	background: #f8f8f8;
	z-index: 66;
}

#contain-nav .swiper-slide { 
	width: auto;
	background: #fff;
	min-width: 120px;
	border: 1px solid #eaeaea;
}

#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 24px;
	position: relative;
	color: #333;
	text-align: center;
}
#contain-nav .swiper-slide.active a{
	background:#0068ff;
	color:#fff;
	border:0;
}



/**/

.factory-wrapper.swiper,
.certificate-wrapper.swiper {
	padding-bottom: 40px;
}

.factory-wrapper.swiper .swiper-pagination,
.certificate-wrapper.swiper .swiper-pagination {
	bottom: 0;
}

.factory-wrapper.swiper .swiper-pagination-bullet,
.certificate-wrapper.swiper .swiper-pagination-bullet {
	width: 28px;
	border-radius: 0;
	background: #000;
	opacity: 0.2;
}

.factory-wrapper.swiper .swiper-pagination-bullet-active,
.certificate-wrapper.swiper .swiper-pagination-bullet-active {
	background: #0068FF;
	opacity: 1;
}


/**/

.contact_info ul {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.contact_info li {
	margin: 15px;
	width: calc(50% - 30px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding:30px 40px;
	border-radius: 3px;
	overflow: hidden;
}

.contact_info li span {
	display: inline-block;
	font-size: 24px;
	color: #0068ff;
	margin-bottom: 60px;
	font-weight: bold;
}
#feedback {
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control {
	background: none;
	border: none;
	border: 1px solid #eaeaea;
	border-radius:0px;
	height: 4rem;
	padding: .375rem 1.2rem;
	background: #fff;
	text-align: right;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid #3c482b;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: #fff;
	border-radius: 0px;
	height: 8rem;
	border: none;
	border: 1px solid #eaeaea;
	text-align: right;
}

#feedback .feedback-submit {
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #103468;
	color: #fff;
	border-radius: 0px;
}
#feedback .feedback-submit:hover{
	background: #0068ff;
}
#mapContainer{
	margin-top: 40px;
	position: relative;
	width: 100%;
	height: 500px;
}
/**/
#banner-img.new-banner{
	position: relative;
	min-height: 44vh;
}
#banner-img.new-banner:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, .2);
}
#banner-img.new-banner p{
	font-size: 30px;
}
.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: #0068FF;
}
.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: #3e472c;
}
.new-ny{
	padding-top: 30px;
}
/**/
ul.faq li{
	border: 1px solid #eaeaea;
	margin-bottom: 25px;
}

ul.faq li .faq_top{
	position: relative;
	display: flex;
	padding: 20px 30px;
	background: #f0f4f7;
	border-bottom: 1px solid #eaeaea;
	    align-items: center;
	justify-content: flex-start;
    flex-direction: row-reverse;
}
ul.faq li .faq_top span{
	position: absolute;
	display: flex;
	right:initial;
	left: 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;
	transform: rotate(180deg);
}
ul.faq li.cur .faq_top {
	background: #fff;
}
ul.faq li.cur .faq_top span{
	background: #0068FF;
	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: #103468;
	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;
}
/**/
.warpper-ny .productsSwiper{
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
}
.warpper-ny .productsSwiper .product_group{
	margin: 15px;
	width: calc(33.33% - 30px);
	box-shadow: initial;
	border: 1px solid #eaeaea;
}
/**/
.pro_left{
	position: -webkit-sticky; /* Safari */
  	position: sticky;
	top:80px;
	display: flex;
	bottom: 0;
	float: left;
	width:40%;
	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;
}
.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:#174094;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro_right{
	float: right;
	width: 54%;
}

.pro_right h1{
	font-size: 36px;
	font-weight: bold;
}
.datelist{
	display: flex;
	width: 100%;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #f5f5f5;
	margin: 20px 0 30px;
	overflow: hidden;
	align-items: center;
    justify-content: space-between;
}
.datelist span{
	display: inline-block;
	padding:10px 15px;
	line-height: 30px;
	text-align: center;
	background: #0792A7;
	color: #fff;
}
.datelist a{
	padding:10px 15px;
	display: inline-block;
	background: #ddd;
	height: 100%;
}
.datelist a i{
	margin-right: 15px;
}
.dh{
	display: flex;
    align-items: center;
}
.dh i{
	margin: 0 5px;
	
}
.gallery-pro{
	overflow: hidden;
		aspect-ratio: 1 / 1; 
}
.gallery-pro .swiper-slide{
	display: flex;
	    align-items: center;
    justify-content: center;
}
.gallery-protwo .swiper-slide{
	border: 1px solid #eaeaea;
}
.gallery-protwo .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #103468;
}
.other-container p{
	text-align: center;
	padding: 10px 10px;
	background: #fff;
	border-top: 1px solid #eaeaea;
}
.other-container.swiper{
	padding-bottom: 40px;
}
.other-container.swiper .swiper-pagination {
	bottom: 0;
}

.other-container.swiper .swiper-pagination-bullet {
	width: 28px;
	border-radius: 0;
	background: #000;
	opacity: 0.2;
}
.other-container.swiper .swiper-pagination-bullet-active{
	background: #0068FF;
    opacity: 1;
}
.btn_p {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}

.btn_p a {
	margin-left: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	background:#103468;
	border-radius: 3px;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666!important;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background:#0068FF;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000!important;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #111111;
    text-transform: uppercase;
    min-width: 300px;
    text-align: center;
    color: #111111;
    border-radius: 0;
}
.feedback-form .form-control-input .form-control{
	width: 100%;
	padding: 15px 15px 15px 20px;
	height:54px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
	background: #f0f4f759;
}
.feedback-form .feedback-submit2 {
	background:#103468;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	height: 51px;
}
.feedback-form .form-textarea{
	width: 100%;
	padding: 15px 15px 15px 20px;
	height:140px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
	background: #f0f4f759;
}
.bags-continue a:hover{
    background:#0068ff;
    color: #fff;
    border-color:#0068ff;
}
@media (max-width:1460px) {
	header.header .navbar-nav .nav-link {
		font-size: 16px;
	}
}

@media (max-width:1200px) {
	.warpper-ny{
		padding: 80px 0;
	}
	.pro_right{
		width: 100%;
	}
	.gallery-pro{
	max-width: 400px;
	margin: 0 auto;
}
	.pro_left{
		width: 100%;
		position: initial;
	}
	.warpper-ny .productsSwiper .product_group{
		margin: 5px;
		width: calc(33.333% - 10px);
	}
	ul.footer-bottom-right {
		justify-content: space-between;
		align-items: flex-end;
		flex-direction: column;
	}
	ul.service li {
		padding: 15px;
	}
	.warpbox.about .container .index_aboutbox .about_left p {
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}
	ul.numbox {
		width: 208%;
		min-width: initial;
	}
	ul.numbox li {
		padding: 5%;
	}
	.products_nav {
		width: 100%;
		margin-bottom: 30px;
	}
	.products_nav li {
		width: 50%;
	}
	.products_list .product_group {
		margin-left: 10px;
		margin-right: 10px;
	}
	.products_nav li.cur:after {
		left: 50%;
		margin-top: 0;
		margin-left: -5px;
		transform: rotate(90deg);
		top: 100%;
	}
	.products_list {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
	.products_nav li:first-child {
		margin-bottom: 0;
	}
	header.header .navbar {
		display: none;
	}
	.moblie_title_right {
		display: block;
	}
	.lang_box,
	a.search_a {
		display: none;
	}
	.index-banner-item .title-1 {
		font-size: 46px;
		line-height: 60px;
	}
	.index-banner-item .container .text {
		max-width: 780px;
	}
	.index-banner-item .title-2 {
		font-size: 28px;
		line-height: 32px;
		max-width: 100%;
	}
	.fk {
		width: 202px;
	}
}

@media (max-width:991px) {
		.warpper-ny{
		padding: 60px 0;
	}
	.warpper-ny .productsSwiper .product_group{
		margin: 5px;
		width: calc(50% - 10px);
	}
	footer .footer-top h2 {
		margin-bottom: 20px;
	}
	footer .footer-top h2,
	footer .footer-top .form {
		width: 100%;
	}
	footer .footer-top .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.beiainfo {
		align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
		text-align:right;
	}
	.news_box {
		flex-direction: column;
	}
	.news_box .news_top {
		aspect-ratio: 3 / 2;
	}
	.news_box .news_top,
	.news_list {
		width: 100%;
	}
	.warpbox.about .container .index_aboutbox .about_right {
		min-height: 300px;
		aspect-ratio: 3 / 2;
		border: 20px solid #fff;
	}
	.warpbox.about .container .index_aboutbox>div {
		width: 100%;
	}
	.warpbox.about .container .index_aboutbox .about_left {
		padding: 20px;
	}
	ul.numbox li p {
		font-size: 14px;
	}
	ul.numbox li img {
		width: 34px;
	}
	ul.numbox {
		width: 100%;
	}
	.index-banner-item .container .text {
		padding-right: 50px;
	}
	.fk {
		width: 180px;
		right: -40px;
	}
	.index-banner-item .title-1 {
		font-size: 36px;
		line-height: 50px;
	}
	.index-banner-item .title-2 {
		font-size: 20px;
		line-height: 30px;
	}
	.products_nav li {
		padding: 20px 15px;
	}
	.products_nav li img {
		width: 28px;
		margin-bottom: 30px;
	}
	.products_nav li p {
		font-size: 16px;
	}
	.products_nav li:before {
		left: -50%;
	}
}

@media (max-width:768px) {
	.warpbox.about .container .index_aboutbox .about_left h2{
		font-size:24px;
	}
	.footer-bottom .bb{
		display:none;
	}
	#banner-img{
		min-height:400px;
	}
	.title-ny{
		margin-bottom:40px
	}
	.title-ny p{
		font-size:24px;
	}
	.factory-wrapper.swiper{
		padding-bottom:60px;
		margin-bottom:-20px;
	}
	footer .footer-top h2{
		width:100%;
		min-width:100%;
	}
	ul.footer-bottom-right{
		display:none;
	}
	#banner-img p{
		font-size:40px;
	}
	ul.faq li .faq_top h2{
	font-size:18px;}
	.faq_body h5{
		font-size:16px;
	}
	ul.faq li .faq_top{
		padding:13px 20px
	}
	ul.faq li .faq_top span{
	width:50px;}
	.news_list_ny li{
		width:100%;
		margin-left:0;
		margin-bottom:20px;
	}
	.footer-bottom .bb{
		bottom: 0;
	}
	.title-ny{
		margin-bottom: 30px;
	}
	.pro_right h1,.title-ny p{
		font-size: 24px;
	}
	.gallery-pro{
		width: 100%;
	}
	.warpper-ny{
		padding: 40px 0;
	}
	.contact_info li{
		width: calc(100% - 30px);
	}
	#banner-img{
		min-height: 380px;
	}
	#contain-nav .swiper-slide a{
		padding:8px 15px;
	}
	#banner-img p{
		font-size: 36px;
	}
	.warpper-ny .productsSwiper .product_group{
		margin: 5px;
		width: calc(100% - 10px);
	}
	header.header .fupad {
		min-width: 280px;
	}
	header.header .fupad .navbar-brand {
		width: 130px;
	}
	footer .footer-top .form-input input,
	footer .footer-top .form-input .btn {
		height: 36px;
	}
	ul.service li img {
		width: 40px;
		margin-bottom: 15px;
	}
	.footer-bottom .footer-bottom-left div span {
		min-width: 40px;
	}
	ul.footer-bottom-right {
		display: none;
	}
	ul.service li {
		padding: 10px;
	}
	ul.service li a h3 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.news_list li {
		width: 100%;
		background: #f0f4f7;
	}
	footer .footer-top h2 {
		font-size: 24px;
	}
	ul.service li {
		width: calc(100% - 30px);
		aspect-ratio: 2 / 1;
	}
	.news_list li:nth-child(2n) {
		background: #fff;
	}
	.fk {
		top: 0;
		width: 120px;
		right: -30px;
	}
	.index-banner-item .title-1 {
		font-size: 30px;
		line-height: 42px;
	}
	.banner-wrapper .swiper-slide .title-2 {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
	}
	header.header.active .fupad {
		padding: 0;
	}
	ul.numbox li {
		display: flex;
		width: 100%;
		aspect-ratio: initial;
		flex-direction: row;
		justify-content: space-between;
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
	ul.numbox li>div {
		width: 50%;
	}
	ul.numbox {
		flex-wrap: wrap;
	}
	.contact_info li{
		    width: calc(100% - 30px);
	}
}

@media (max-width:586px) {
	.news_list_ny li{
		width:100%;
		padding:15px;
		margin-bottom:15px
	}
    .index-banner-item .title-1 {
        font-size: 24px;
        line-height: 30px;
    }
	    .fk {
        width: 100px;
       right: -30px;
    }
	   .index-banner-item .title-2 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
	.pro-btn_box,
	.jiao>div{
		display:none;
	}
	ul.numbox {
   
    flex-wrap: nowrap;
    flex-direction: column;
	}
	ul.numbox li{
		width:100%;
		aspect-ratio:initial;
	}
	.warpbox h1{
		font-size:30px;
	}
	

	.products_list .product_group .btn_box a{
		font-size:12px;
	}
	.products_list .product_group .text_box h5,
	.pro_right h1{
		font-size:14px;
		line-height:20px;
	}
	.products_list .product_group .text_box{
		padding:5px
	}
	.products_list .product_group .line{
		margin:20px 5px 15px;
		width: calc(100% - 10px);
	}
	    #banner-img p {
        font-size: 30px;
    }
	.faq_body{
		padding:10px
	}
	ul.faq li .faq_top{
		padding:13px 10px
	}
}