
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #111111;
    min-width: 300px;
    text-align: center;
    color: #111111;
    border-radius: 50px;
}
.bags-continue a:hover{
    background:#00b8ee;
    color: #fff;
    border-color:#00b8ee;
}
/* 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;
}
}


.sample_box{
	background:#f8f8f8;
	border:1px solid #eaeaea;
	height:100%;
	border-radius:15px;
	overflow:hidden;
	flex-direction: column;
	    align-items: center;
}
.ui_btn {
      padding: 8px 16px;
      border: none;
      cursor: pointer;
      font-size: 14px;
      border-radius: 4px;
    }
    .ui_btn_black {
      background-color:#aaa;
      color: white;
	  width:100%;
	  height:48px;
    }
    .ui_btn_black:hover {
      background-color: #007cc2;
    }

    /* 隐藏原生 file input */
    #imageUpload {
      display: none;
    }

    /* 预览图样式 */
    #imagePreview {
      display: none;
	  width:auto;
      max-height: 80px;
      margin-top: 5px;
      border-radius: 4px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
	a.cart{
		    display: inline-block;
    color: #fff;
    padding: 10px;
    min-width: 140px;
    text-align: center;
    background: #00b8ee;
    border-radius: 100px;
	}
	a.cart:hover{
		color:#fff;
		 background:#007cc2;
	}
body {
	width: 100%;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1280px!important;
	}
}

header.header {
	position: relative;
	z-index: 999;
	height: 100px;
}

header.header .header_box {
	height: 100px;
	width: 100%;
}

header.header .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .fupad {
	width: 19%;
	display: flex;
	min-width: 160px;
	height: 62px;
	background: #fff;
	padding: 0 15px 0 0;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
}

header.header .fupad img {
	display: block;
	width: 100%;
}

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 {
	height: 100%;
	padding-right: 0;
}

header.header .navbar-nav {
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

header.header .navbar-nav .nav-link {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

header.header .navbar-nav .nav-item a.nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

a.nav-link:before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	bottom: -10px;
	background: #00b8ee;
	transition: all 0.3s;
}

header.header .navbar-nav .nav-item {
	margin: 0 8px;
}

header.header .navbar-nav .nav-item:hover a.nav-link:before,
header.header .navbar-nav .nav-item.active a.nav-link:before {
	bottom: 0;
	transition: all 0.3s;
}

header.header.active .header_box {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	transition: all 0.3s;
	background: #fff;
	z-index: 999;
	height: 70px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header.header.active .fupad {
	width: 16%;
	background: initial;
	transition: all 0.3s;
}

header.header.active .navbar-nav .nav-link {
	color: #000;
}

header.header .dropdown-menu_box {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px;
	width: 200px;
}

header.header .dropdown-menu_box li {
	width: 100%;
}

header.header .dropdown-menu_box li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

header.header .dropdown-menu_box li:last-child a {
	border-bottom: none;
}

header.header .dropdown-menu_box li a:hover {
	background: #00b8ee;
	color: #fff;
}

.header_right {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.header_right .collapse,
.header_right .collapse>ul,
.header_right .collapse>ul>li {
	height: 100%;
}

a.searchbtn {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
}

a.searchbtn img {
	width: 60%;
}

a.searchbtn:hover {
	background: #f5f5f5;
	border-radius: 50%;
}

.moblie_title_right {
	display: none;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	background: #00b8ee;
}

.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;
	left: 100%;
	min-width: 200px;
	right: 0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
}

.mobile_header_list.cur {
	left: 30%;
	right: 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: #00B8EE!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,
.mobile_header_list .card>a:hover{
	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: #00B8EE;
	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;
}


/**/

.banner-wrapper {
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.banner-wrapper a{
	display:block;
	width:100%;
}
.banner-wrapper img{
	width:100%;
}
.banner-wrapper .banner-pagination {
	bottom: 5%;
}

.number-prevnext {
	text-align: center;
	position: absolute;
	font-size: 0;
	right: 9%;
	top: 50%;
	margin-top: -12.5px;
}

.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: 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: 28px;
	height: 8px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius: 15px;
	background: #fff;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
	background: #00b8ee;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active .content {
	opacity: 1;
	transition: all .4s ease;
}

.banner-wrapper .swiper-slide .img {
	transform: scale(1.2);
	transition: all 8s;
}

.banner-wrapper .ani-slide .img {
	transform: scale(1.0);
	transition: all 8s;
}


/**/

.warpbox {
	padding: 60px 0;
	width: 100%;
	overflow:hidden;
}

.warpbox h1 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	color: #103468;
}

.warpbox .title {
	margin-bottom: 40px;
}


/**/


/**/

ul.cate_box {
	justify-content: center;
}

ul.cate_box li {
	width: calc(14.2% - 30px);
	text-align: center;
	font-weight: bold;
}

ul.cate_box li a {
	color: #000;
}

ul.cate_box li img {
	width: 140px;
	margin-bottom: 15px;
}

.products_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productsSwiper {
	position: relative;
	width: 100%;
	margin-top: 60px!important;
	padding-bottom: 40px!important;
	text-align: center;
}

.productsSwiper .swiper-slide {
	border: 1px solid #eaeaea;
	border-radius: 10px;
}

.products_box .text_box {
	padding: 20px;
}

.products_box .text_box h5 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.products_box .text_box p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.products_box .btn_box {
	display: flex;
}

.products_box .btn_box a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 42px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 14px;
}

.products_box .img_box {
	width: 100%;
	margin: 0 auto;
}

.products_box .btn_box a:first-child {
	border-right: 1px solid #ddd;
}

.productsSwiper .swiper-pagination {
	text-align: center;
	bottom: 0;
	z-index: 0;
	width: 100%;
}

.productsSwiper .swiper-pagination-bullet-active,
.advantageSwiper .swiper-pagination-bullet-active {
	background: #00b8ee;
}

.productsSwiper .swiper-pagination-bullet,
.advantageSwiper .swiper-pagination-bullet {
	width: 28px;
	border-radius: 20px;
	margin-right: 5px;
}

.pro-btn_box .pro-btn {
	position: absolute;
	display: flex;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #103468;
	font-size: 26px;
	align-items: center;
	justify-content: center;
	outline: 0;
	background: #f8f8f8;
	z-index: 1;
	opacity: 0;
}

.productsSwiper:hover .pro-btn {
	opacity: 1;
}

.pro-btn_box .pro-btn-prev {
	top: 40%;
	left: 0;
}

.pro-btn_box .pro-btn-next {
	top: 40%;
	right: 0;
}

.pro-btn_box .pro-btn:hover {
	background: #00b8ee;
	color: #fff;
}

.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.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 {
	position: relative;
	background: url(../images/cbj.jpg) no-repeat center fixed;
	background-size: cover;
	width: 90%;
	border-radius: 30px;
	margin: auto;
	overflow: hidden;
}

.warpbox.about:before {
	position: absolute;
	content: "";
	background: url(../images/abj.jpg) no-repeat center fixed;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 25%;
	z-index: 0;
}

.warpbox.about .title h1 {
	color: #fff;
}

.warpbox.about .container .index_aboutbox {
	margin-top: 60px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

.warpbox.about .container .index_aboutbox .about_left {
	padding: 3% 3% 0% 3%;
	text-align: left;
	width: 52%;
}

.warpbox.about .container .index_aboutbox .about_left h2 {
	font-weight: bold;
	color: #00b8ee;
	font-size: 24px;
	margin-bottom: 30px;
}

.warpbox.about .container .index_aboutbox .about_left h4 {
	font-weight: bold;
	font-size: 18px;
}

.warpbox.about .container .index_aboutbox .about_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.warpbox.about .container .index_aboutbox .about_left a.more,
a.button_read {
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	padding: 10px;
	min-width: 160px;
	text-align: center;
	background: #00b8ee;
	border-radius: 100px;
}

.warpbox.about .container .index_aboutbox .about_right {
	margin: 3% 3% 0;
	width: 42%;
	background: url(../images/gs.jpg) no-repeat center;
	border-radius: 15px;
	background-size: cover;
}

ul.numbox {
	margin-top: 40px;
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

ul.numbox li {
	position: relative;
	display: flex;
	width: 25%;
	padding: 0 3%;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

ul.numbox li:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
}

ul.numbox li:last-child:before {
	display: 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;
}

.factroy {
	padding: 20px 3% 30px;
	display: flex;
	background: #fff;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.factroy_btn {
	display: flex;
	flex-wrap: wrap;
	width: 38%;
	background: #f5f5f5;
}

.factroy_btn li {
	width: 50%;
}
.factroy_btn li a{
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	aspect-ratio: 3 / 1.8;
	justify-content: center;
	cursor: pointer;
}
.factroy_btn li:hover {
	background: #fff;
	border: 1px solid #eaeaea;
}

.factroy_btn li.cur a {
	background: #00b8ee;
	color: #fff;
}

.factroy_btn li img {
	width: 50px;
	margin-bottom: 15px;
}

.factroy_btn li.cur img {
	filter: brightness(0) invert(1);
}

.factroy_imgbox {
	width: 60%;
	text-align: center;
}

.factroy_imgbox .img_box {
	aspect-ratio: 3 / 1.8;
	overflow: hidden;
	width: 100%;
}

.factroy_imgbox>ul li {
	width: calc(33.33% - 20px);
}


/**/

.services.warpbox {
	background: url(../images/cbj.jpg) no-repeat center fixed;
	padding-top: 0;
	background-size: cover;
}

.services_box {
	display: flex;
	align-items: center;
}

.services_box img {
	width: calc(100% - 720px);
	max-width: 800px;
	border-radius: 15px;
}

.services_box h1 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	text-align: left;
	margin-bottom: 15px;
}

.services_box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.services_box .text {
	margin-left: 40px;
}

.services_box .text p {
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.button_read:hover {
	color: #fff;
	text-decoration: none;
}

.advantage {
	margin-top: 30px;
	background: #fff;
	border-radius: 15px;
}

.advantage .h2 {
	text-align: center;
	padding: 30px 0 15px;
}

.advantage .h2 p {
	margin-bottom: 10px;
	font-size: 16px;
}

.advantage .h2 h2 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.advantageSwiper {
	padding-bottom: 60px!important;
	margin-bottom: 20px;
}

.advantageSwiper .swiper-slide {
	position: relative;
	padding: 0px 30px;
	color: #000;
}

.advantageSwiper .swiper-slide:before,
.advantages_ny li:before{
	position: absolute;
	content: "";
	top: 25px;
	left: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	z-index: 0;
	background: #fff;
}

.advantageSwiper .swiper-slide span,
.advantages_ny span{
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00b8ee;
	overflow: hidden;
	margin-bottom: 20px;
}

.advantageSwiper .swiper-slide span z ,
.advantages_ny z{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00b8ee;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.advantageSwiper .swiper-slide h3 {
	font-size: 16px;
	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: 5;
	line-clamp: 5;
	font-size: 14px;
	color: #666;
	-webkit-box-orient: vertical;
}

.advantageSwiper .swiper-pagination {
	width: 100%;
}
/**/
.advantages_ny{
	width:100%;
	margin-bottom:30px;
		
}
.advantages_ny li{
	position: relative;
	margin-bottom:30px;
}


/**/

.Certificates.warpbox {
	background: url(../images/dt.png) no-repeat center bottom;
}

.certify.swiper-container,
.newsSwiper.swiper-container {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
}

.certify .swiper-slide {
	width: 520px;
	text-align: center;
}

.certify .swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 60%;
}

.certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.certify .swiper-pagination,
.newsSwiper .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet,
.newsSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background: rgba(0, 0, 0, 0.2);
	width: 28px;
	height: 8px;
	opacity: 1;
	border-radius: 8px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active,
.newsSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #00b8ee;
}

.certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
}

.certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
}

.certify .swiper-button-next,
.certify .swiper-button-prev {
	background: #f5f5f5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	outline: 0;
	opacity: 0;
}

.certify:hover .swiper-button-next,
.certify:hover .swiper-button-prev {
	opacity: 1;
}


/**/

.newsSwiper .swiper-slide {
	border: 1px solid #eaeaea;
	border-radius: 15px;
	overflow: hidden;
}

.newsSwiper .swiper-slide .txt_box {
	padding: 20px;
}

.newsSwiper .swiper-slide .txt_box span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}

.newsSwiper .swiper-slide .txt_box h3 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	min-height:44px;
}

.newsSwiper .swiper-slide .txt_box p {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}


/**/

.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;
}

.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;
}

.news_list_ny li:nth-child(1),
.news_list_ny li:nth-child(4) {
	background: #f0f4f7;
}


/**/

footer {
	background: url(../images/bottom.jpg) no-repeat center fixed;
	background-size: cover;
}

footer .footer-top {
	padding: 60px 0;
}

footer .footer-top .h2 p {
	font-size: 16px;
	color: #fff;
}

footer .footer-top .h2 {
	text-align: center;
}

footer .footer-top .h2 h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

footer .footer-top .form {
	display: flex;
	padding: 30px 0 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-top .form .form_right {
	width: 50%;
	display: flex;
}

footer .footer-top .form .form_left {
	width: 50%;
	display: flex;
}

footer .footer-top .form .form_left .form-input {
	width: calc(100% - 175px);
	margin-right: 15px;
}

footer .footer-top .form .btn {
	width: 160px;
	height: 52px;
	background: #00b8ee;
	border-radius: 50px;
	color: #fff;
}

footer .footer-top .form-input {
	padding: 3px 5px;
	display: flex;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	align-items: center;
	justify-content: space-between;
	border-radius: 50px;
}

footer .footer-top .form-input input {
	outline: 0!important;
	background: none;
	border: none;
	color: #fff;
	height: 46px;
}

footer .footer-top .form-input input::placeholder {
	color: #fff;
	/* 橙色placeholder */
}

footer .footer-top .form-input input:focus {
	border: none;
	box-shadow: initial;
}

footer .footer-top .form-input .btn {
	width: 140px;
	background: #0068FF;
	border-radius: 50px;
	border: 1px solid #fff;
	color: #fff;
	height: 46px;
}

footer .footer-top .form_right .form-input {
	width: 50%;
	margin-right: 15px;
}

.footer-bottom {
	padding-bottom: 80px;
	overflow: hidden;
}

.footer-bottom .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-bottom .container>div {
	min-height: 110px;
	color: #fff;
	width: 20%;
	margin-right: 5%;
}

.footer-bottom .container>div:first-child {
	min-height: auto;
}

.footer-bottom .container>div:last-child {
	margin-right: 0;
}

.footer-bottom .container>div h3 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
}

.footer-bottom .container>div>img {
	max-width: 220px;
}

ul.linktb {
	display: flex;
}

ul.linktb li {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

ul.linktb li img {
	width: 22px;
}

.footer_bottom {
	padding: 20px 0;
	width: 100%;
	background: #007cc2;
}

.beiainfo {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.beiainfo a {
	color: #fff;
}


/**/

#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;
}

.cont_main .warpper-ny:first-child {
	padding-top: 60px;
}

.title-ny {
	position: relative;
	margin-bottom: 60px;
}

.title-ny p {
	position: relative;
	z-index: 1;
	font-size: 36px;
	font-weight: bold;
	color: #103468;
	display: initial;
	line-height: 36px;
}


/**/

.products-nav {
	position: sticky;
	top: 62px;
}

#contain-nav {
	padding: 15px 0;
	margin-bottom: -50px;
}

#contain-nav .swiper-slide {
	width: auto;
	background: #fff;
	min-width: 120px;
	border: 1px solid #eaeaea;
	margin-right: 20px;
	border-radius: 40px;
}
#contain-nav .swiper-slide:hover{
	border-color:#00b8ee;
}
#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 24px;
	position: relative;
	color: #333;
	text-align: center;
}
#contain-nav .swiper-slide a:hover{
color:#00b8ee;

}
#contain-nav .swiper-slide.active{
	background:#00b8ee;
	border-color:#00b8ee;
}
#contain-nav .swiper-slide.active a{
	color:#fff
}





/**/

.certificate-wrapper.swiper-container {
	position:relative;
	padding-bottom: 40px;
}
.certificate-wrapper img{
	width:100%;
}
.certificate-wrapper .swiper-pagination {
	bottom: 0;
	width:100%;
}

.certificate-wrapper .swiper-pagination-bullet {
	width: 28px;
	border-radius:20px;
	margin:0 5px;
	background: #000;
	opacity: 0.2;
}

.certificate-wrapper .swiper-pagination-bullet-active {
	background: #00b8ee;
	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,
.inquiry-conner .form-control{
	background: none;
	border: none;
	border: 1px solid #eaeaea;
	border-radius: 40px;
	height: 4rem;
	padding: .375rem 1.2rem;
	background: #fff;
}

#feedback .form-control:focus,
.inquiry-conner .form-control:focus,
.inquiry-conner .form-textarea:focus,
#feedback .form-textarea:focus{
	box-shadow: none;
	border: 1px solid #007cc2;
}

#feedback .form-group,
.inquiry-conner .form-group{
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea,
.inquiry-conner .form-textarea{
	width: 100%;
	padding: 1rem 1.2rem;
	background: #fff;
	border-radius: 15px;
	height: 9rem;
	border: none;
	border: 1px solid #eaeaea;
	outline:0;
}

#feedback .feedback-submit,
.inquiry-conner .feedback-submit {
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #007cc2;
	color: #fff;
	border-radius: 40px;
	margin-top: 15px;
}
.inquiry-conner .feedback-submit{
	margin-top:0;
}
.form-control-input {
	display: flex;
}

#feedback .feedback-submit:hover,
.inquiry-conner .feedback-submit:hover{
	background: #00b8ee;
	color:#fff;
}

#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: #00b8ee
}

.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: 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: #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;
}


/**/


/**/

.pro_left {

	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: #00b8ee;
	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;
}

.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 #00b8ee;
}

.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 {
	display: flex;
	    justify-content: space-between;
    align-items: flex-end;
}
.btn_p .btn_p_r{
	display: flex;
	    justify-content: space-between;
    align-items: flex-end;
}
.parameter-item{
	width:calc(100% - 260px)
}
#btn-inquiry{
	margin-right:10px
}
.pro_text{
	margin-top:20px;
}
.pro_text table{
	width:100%;
}
.pro_text table td{
	padding:6px 10px;
	border:1px solid #eaeaea;
}
.pro_text table td:first-child{
	background:#f8f8f8;
}
.parameter-item-con .qty-control{
	height: 42px;
}
.btn_p a {
	margin-right:0px;
	width: 120px;
	height: 42px;
	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;
}

.xq {
	margin-top: 30px;
}

.xq .headtb {
	background: #f8f8f8;
}

.xq .headtb span {
	display: inline-block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #00b8ee;
	color: #fff;
	padding: 12px 20px;
}
.xqbox{
	padding:30px 0
}
.xqbox7 ul {
	margin-top: 20px;
}

.xqbox7 ul .whynav {
	font-weight: bold;
	font-size: 18px;
	color: #103468;
}

.xqbox7 ul li {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}


/**/

.aboutfactroy.factroy_btn {
	width:100%;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-bottom:0!important;
}

.aboutfactroy.factroy_btn li {
	padding: 20px 20px 0;
	width: 50%;
	aspect-ratio: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.aboutfactroy.factroy_btn li:hover{
	border:inherit
}

.aboutfactroy.factroy_btn li img {
	margin-bottom: 0px;
	margin-right: 10px;
}

.factroy_img {
	background: #fff;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.factroy_img>div{
	display:none;
}
.factroy_img>div:nth-child(1){
		display:block;
}
.factroy_img ul {
	justify-content: center;
}

.factroy_img li {
	width: calc(25% - 20px);
}

.dh {
	padding:15px 0;
	line-height: 25px;
	background: #00b8ee;
	color: #fff;
}

.dh a {
	color: #fff;
}

.dh span {
	color: #fff;
}

.dh a:hover {
	text-decoration: underline;
}

.contact_text {
	width: 100%;
	border-radius: 3px;
}

.contact_text_left {
	padding-bottom: 1.5rem;
	width: 100%;
}

.contact_text_left .flex {
	display: flex;
	flex-wrap: wrap;
	background: #f0f4f7;
	margin: 30px 0;
}

.contact_text_left .flex>div {
	padding: 50px 20px;
	width: 33.3333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.contact_text_left .flex h3 {
	font-size: 40px;
	margin-bottom: 20px;
	color: #00b8ee;
}

.conimg {
	display: flex;
}

.contact_text_left>h3 {
	font-weight: bold;
	font-size: 1.2rem;
}

.contact_text_right {
	position: relative;
	width: 100%;
	height: 500px;
}


/**/

ul.news_list li {
	padding-bottom: 20px;
	margin: 15px;
	width: calc(33.33333% - 30px);
	border-bottom: 3px solid #eaeaea;
}

ul.news_list li:nth-child(3n) {
	margin-right: 0;
}

ul.news_list li .img_box {
	border-radius: 10px;
	overflow: hidden;
}

ul.news_list li .img_box,
ul.news_list li img {
	width: 100%;
}

ul.news_list li a {
	display: block;
	width: 100%;
}

ul.news_list li:hover a {
	text-decoration: none;
}

ul.news_list li:hover {
	border-color: #00b8ee;
}

ul.news_list li h2 {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	width: 100%;
}

ul.news_list li a:hover h2 {
	color: #00b8ee;
}

ul.news_list li a>span {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #444;
}

ul.news_list li p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

ul.news_list li i {
	color: #00b8ee;
	font-style: normal;
}

ul.news_list li i span {
	margin-left: 10px;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

ul.news_list li:hover i span {
	margin-left: 15px;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 60px;
}

.news-share {
	padding-top: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	font-size: 18px;
	color: #444;
}


/**/

.support_down li {
	margin: 15px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	width: calc(50% - 30px);
	padding: 20px;
}

.support_down li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.support_down li a em {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support_down li a p {
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.support_down li:hover {
	border-color: #00b8ee;
}

.support_down li:hover em {
	background: #00b8ee;
	color: #fff;
}


/**/

.featuredlist {
	margin-bottom: 40px!important;
}

.featuredlist li {
	width: calc(25% - 20px);
	text-align: center;
	border-radius: 10px;
}

.featuredlist li .text_box {
	padding: 15px 10px;
	background: #f8f8f8;
}

.featuredlist li .text_box h5 {
	font-size: 16px;
	color: #000;
}

.featuredlist li .text_box span {
	display: inline-block;
	border: 1px solid #00b8ee;
	padding: 6px 18px;
	border-radius: 40px;
	color: #00b8ee;
	font-size: 14px;
	background: #fff;
}

.featuredlist li:hover h5 {
	color: #00b8ee;
}

.featuredlist li:hover span,
.product-center-list>ul>li .text_box>div a:hover,
.product_group .text_box>div a:hover {
	background: #00b8ee;
	color: #fff;
}


/**/

.pro_center {
	margin-top: 60px;
}

.left-nav {
	float: left;
	width: 18rem;
	position: sticky;
	top: 80px;
}

.left-nav.active {
	width: 0;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.pro-type-nav {
	display: flex;
	text-align: left;
	border: 1px solid #ddd;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	border-radius: 5px;
	justify-content: space-between;
}

.pro-type {
	margin-bottom: 10px;
}
.pro-type.cur ul{
	display: block!important;
}
.pro-type ul {
	display: none;
	height: 100%;
	overflow: hidden;
	border: 1px solid #00b8ee;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pro-type:first-child ul {
	display: block;
}

.pro-type.cur>a.pro-type-nav {
	margin-bottom: -1px;
	background: #fff;
	font-weight: bold;
	color: #00b8ee;
	border-radius: 5px;
	border: 1px solid #00b8ee;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.pro-type>.pro-type-nav i {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	/* IE 9 */
	-webkit-transform: rotate(270deg);
	transition: all 0.3s;
}

.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 ul li a {
	display: block;
	width: 100%;
	padding: 15px 15px;
}

.pro-type.cur ul li.cur a {
	color: #00b8ee;
	font-weight: bold;
	font-size: 1.1rem;
}

.left-nav .Search-box {
	margin-bottom: 20px;
}

.left-nav h4 {
	font-weight: bold;
	color: #103468;
}

.left-nav .Search-box .form-input {
	display: flex;
	border: 1px solid #00b8ee;
	border-radius: 5px;
	overflow: hidden;
}

.left-nav .Search-box .form-input input {
	border: none;
	outline: 0;
}

.left-nav .Search-box .form-input input:focus {
	box-shadow: initial;
}

.left-nav .Search-box .btn {
	background: #00b8ee;
	color: #fff;
	padding-right: 15px;
	border-radius: 0;
}

.product-center-list {
	float: right;
	width: calc(100% - 330px);
}

.product-center-list h2 {
	font-size: 24px;
	font-weight: bold;
}

.product-center-list>ul>li {
	margin: 10px;
	text-align: center;
	width: calc(33.33% - 20px);
	border-radius: 10px;
}

.featuredlist .product_group .img_box,
.product-center-list>ul>li>a {
	display: block;
	border: 1px solid #eaeaea;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.product-center-list .text_box {
	padding: 15px 10px;
	background: #f8f8f8;
}

.product-center-list p {
	margin-bottom: 10px;
	color: #000;
}

.product-center-list .text_box>div,
.product_group .text_box>div {
	display: flex;
	justify-content: center;
}

.product-center-list .text_box>div a,
.product_group .text_box>div a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 18px;
	border-radius: 40px;
	color: #999;
	font-size: 14px;
	background: #fff;
	width: 50%;
	cursor:pointer;
}

.product-center-list .text_box>div a:first-child,
.product_group .text_box>div a:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -1px;
}

.product-center-list .text_box>div a:last-child,
.product_group .text_box>div a:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/**/

.other.featuredlist li .text_box {
	background: #fff;
}

.other.featuredlist {
	margin-bottom: 0!important;
}

.pro-type-mobile {
	display: none;
	text-align: center;
	padding: 15px;
	width: 100%;
	margin-top: 15px;
	color: #fff;
	cursor: pointer;
	border-radius:5px;
	background: #00B8EE;
}
.pro-type-mobile i{
	margin-right: 10px;
}
.cstabel{
	width: 100%;
	margin-top: 30px;
}
.cstabel th{
	width: 30%;
}
.cstabel tr:nth-child(2n){
	background: #f8f8f8;
}
.cstabel th,.cstabel td{
	padding:10px;
	border: 1px solid #eaeaea;
}
/**/

ul.services li{
	text-align: center;
	margin: 10px;
	width: calc(33.33% - 20px);
}

ul.services li .img_box{
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

ul.services li h5{
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}






@media (max-width:1460px) {}

@media (max-width:1200px) {

	.warpper-ny {
		padding: 80px 0;
	}
	.title-ny {
		margin-bottom: 40px;
	}

	ul.numbox li {
		padding: 0 2%;
	}
	ul.cate_box li {
		width: calc(20% - 30px);
	}
	.services_box img {
		width: 50%;
	}
	header.header {
		height: 80px;
	}
	header.header .header_box,
	header.header.active .header_box {
		height: 80px;
	}
	header.header .navbar-nav .nav-link {
		font-size: 16px;
	}
	header.header .navbar-nav .nav-item {
		margin: 0;
	}
	.warpbox.about .container .index_aboutbox .about_left p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.factroy_btn {
		font-size: 12px;
	}
	.warpbox.about .container .index_aboutbox .about_left h2 {
		font-size: 20px;
	}
	.warpbox.about .container .index_aboutbox .about_left h4 {
		font-size: 16px;
	}
	.factroy_btn li img {
		width: 30px;
		margin-bottom: 5px;
	}
	.services_box .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.services_box h1 {
		font-size: 26px;
	}
	.footer-bottom .container>div:first-child {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-bottom .container>div {
		width: 28.333%;
	}
	.product-center-list .text_box>div a,
	.product_group .text_box>div a {
		padding: 2px 5px;
		font-size: 12px;
	}
}

@media (max-width:991px) {
	
	.contact_text_left .flex>div{
		padding:30px 15px;
		width:100%;
	}
	.pro_left,.pro_right{
		float: none;
		width: 100%;
	}
	.pro-type-mobile {
		display: block;
	}
	.pro-type-nav {
		padding: 10px;
	}
	.pro-type ul li a {
		padding: 5px 10px;
	}
	
	.featuredlist li ,
	ul.services li{
		width: calc(50% - 20px);
	}
	.left-nav {
		
		float: none;
		width: 100%;
		position: initial;
	}
	.left-nav .pro-nav-box{
		display: none;
	}
	.left-nav .pro-nav-box.cur{
		display: block;
	}
	.product-center-list {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.product-center-list>ul>li {
		width: calc(50% - 20px);
	}
	ul.news_list li {
		width: calc(50% - 30px);
	}

	.factroy_img li {
		width: calc(50% - 20px);
	}
	.warpbox.about .container .index_aboutbox {
		flex-direction: column-reverse;
	}
	.warpbox.about .container .index_aboutbox .about_left,
	.factroy_imgbox {
		width: 100%;
	}
	.warpbox.about .container .index_aboutbox .about_right {
		width: 100%;
		margin: 0;
		height: 400px;
	}
	.factroy {
		flex-direction: column-reverse;
	}
	.factroy_btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.factroy_btn li {
		padding: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		aspect-ratio: initial;
	}
	.factroy_btn li img {
		margin-right: 20px;
		margin-bottom: 0;
	}
	ul.numbox {
		margin-bottom: -40px;
	}
	ul.numbox li {
		width: 50%;
		margin-bottom: 20px;
	}
	ul.numbox li:before {
		display: none;
	}
	ul.cate_box li {
		width: calc(33.33% - 30px);
	}
	header.header {
		height: 60px;
	}
	header.header .header_box,
	header.header.active .header_box {
		height: 58px;
	}
	header.header .fupad {
		height: 58px;
	}
	.moblie_title_right {
		display: block;
	}
	.footer-bottom .container>div {
		width: 50%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer-bottom {
		padding-bottom: 30px;
	}
	.services_box {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.services_box .text {
		margin-left: 0;
	}
	.services_box img {
		width: 100%;
		margin-bottom: 20px;
	}
	.certify .swiper-slide {
		width: 420px;
	}
	footer .footer-top .form .form-input {
		width: 100%!important;
		margin-bottom: 20px;
	}
	footer .footer-top .form .btn {
		width: 100%;
	}
	footer .footer-top .form .form_right {
		width: 100%;
		flex-direction: column;
	}
	footer .footer-top .form {
		flex-direction: column;
	}
	footer .footer-top .form .form_left {
		width: 100%;
		flex-direction: column;
	}
	header.header .container {
		max-width: 100%;
		padding-right: 0!important;
	}
	.gallery-pro{
		    aspect-ratio:initial;
	}
}

@media (max-width:768px) {
	a.cart{
		min-width:110px;
	}
	
	.news_main_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2rem;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
	}
	#contain-nav{
		margin-bottom:0
	}
	.title_ny h2{
	font-size:24px
	}
	.contact_text_left .flex{
		margin-top:0
	}
	.pro_center{
		margin-top: 30px;
	}
	.featuredlist{
		margin-bottom: 30px!important;
	}
	.featuredlist li .text_box h5{
		font-size: 12px;
	}
	ul.services li{
		width: calc(100% - 20px);
	}
	ul.news_list li {
		width: calc(100% - 30px);
	}
	ul.news_list li h2 {
		white-space: initial
	}
	.warpbox h1 {
		font-size: 30px;
	}
	.warpbox.about .container .index_aboutbox .about_left h2 {
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.factroy_btn li img {
		margin-right: 0px;
	}
	.factroy_btn li {
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
		justify-content: flex-start;
	}
	.factroy_imgbox>ul li {
		width: calc(100% - 20px);
	}
	.advantage .h2 h2,
	footer .footer-top .h2 h2 {
		font-size: 22px;
	}
	.footer-bottom .container>div>img {
		width: 160px;
	}
	.footer-bottom .container>div:last-child {
		margin-bottom: 0;
	}
	.footer-bottom .container>div {
		min-height: initial;
	}
	.footer-bottom .container>div h3 {
		margin-bottom: 15px;
	}
	.footer-bottom .container {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
	}
	.beiainfo {
		font-size: 12px;
	}
	#contain-nav .swiper-slide a {
		padding: 8px 15px;
	}
	.title-ny p {
		font-size: 26px;
	}
	.title-ny {
		margin-bottom: 30px;
	}
	.warpper-ny {
		padding: 40px 0!important;
	}
	#contain-nav .swiper-slide {
		margin-right: 10px;
	}
}