html,
body {
	width: 100%;
	height: 100%;
}
/**/
.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;
	border-radius:5px;
	padding:10px;
	background:#fff
}

.pro-type-nav {
	display: flex;
	text-align: left;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	background:#fff;
	border-bottom:1px solid #eaeaea;
}
.left-nav>div.pro-nav-box .pro-type:last-child .pro-type-nav{
	border:none
}
.pro-type.cur ul{
	display:block;
	border-bottom:1px solid #eaeaea;
}
.pro-type ul {
	display: none;
	height: 100%;
	overflow: hidden;
	background:#fff;
}


a.pro-type-nav {
	color:#000
}
.pro-type.cur>a.pro-type-nav {
	font-weight: bold;
	background:#56b3e4;
	color: #fff;
}

.pro-type>.pro-type-nav i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	/* IE 9 */
	-webkit-transform: rotate(360deg);
	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: 10px 15px;
}

.pro-type.cur ul li.cur a {
	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
}

.left-nav .Search-box {
	margin-bottom: 20px;
	background:#fff;
	padding:20px 10px;
}

.left-nav h4 {
	font-weight: bold;
	color: #103468;
}

.left-nav .Search-box .form-input {
	display: flex;
	border: 1px solid #56b3e4;
	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: #56b3e4;
	color: #fff;
	padding-right: 15px;
	border-radius: 0;
}

.product-center-list {
	float: right;
	width: calc(100% - 330px);
}
.pro-type-mobile {
    display: none;
    text-align: center;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background:#56b3e4;
}

.product-img{
	background-size:cover!important;
	width:100%;
	border-radius:5px;
	margin-bottom:30px;
	aspect-ratio: 3 / 1;
}

/* Layout for search container */
.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.98);
}

.search {
	position: fixed;
	z-index: 100000000000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.search::before,
.search::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	/*border: 1.5em solid #212fa0*/
}

.search::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.search::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.btn--search-close {
	display: block;
}

.search__form {
	margin: 5em 0;
}

.search-icon{font-size: 20px; padding:6px; color: #111111; position:absolute;}
.search__input {
	font-family: inherit;
	font-size: 16px;
	line-height:30px;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	max-width: 992px;
	padding: 0.05em 0;
	padding-left: 36px;
	background: none;
    color: #111;
	border-bottom: 1px solid;
}
.search__input:focus{
	outline: none;
}
.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.3;
	color: #333333;
}

.search__input::-moz-placeholder {
	opacity: 0.3;
	/* Mozilla Firefox 19+ */
	color: #060919;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.3;
	color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	max-width: 992px;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #333333;
}

.search__related {
	display: flex;
	width: 75%;
	pointer-events: none;
}

.search__suggestion {
	width: 33.33%;
	text-align: left;
}

.search__suggestion:nth-child(2) {
	margin: 0 3em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.search {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.search--open {
	pointer-events: auto;
	opacity: 1;
}

/* Border */
.search::before,
.search::after {
	transition: transform 0.5s;
}

.search::before {
	transform: translate3d(-15px, -15px, 0);
}

.search::after {
	transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
	transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	color: #333333;
}

/* Search form with input and description */
.search__form {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	width: 100%;
}

.search__suggestion {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
	transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
	.search__form {
		margin: 5em 0 1em;
	}
	.btn--search-close {
		font-size: 1.25em;
		top: 1.5em;
		right: 1.5em;
	}
	.search__info {
		text-align: left;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width:568px){
	.search__input {
	font-size: 14px;
}
}
img {
	max-width: 100%;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #111111;
    text-transform: uppercase;
    min-width: 300px;
    text-align: center;
    color: #111111;
    border-radius: 5px;
}
.bags-continue a:hover{
    background:#56b3e4;
    color: #fff;
    border-color:#56b3e4;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px!important;
	}
}
header.pc_header{
	height: 132px;
}
header.pc_header.active .headernav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	
}
header>.logo{
	display: flex;
	width: 100%;
	height: 80px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #000;
    align-items: center;
    justify-content: center;
}
header>.logo a{
	display: inline-block;
	height:100%;
}
header>.logo img{
	height:100%;
	width: auto;
}
.headernav .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.headernav .navbar a.nav-link{
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size:1.05rem;
	padding: .5rem 1rem;
}
.headernav .navbar li.nav-item.active a.nav-link{
	color: #0a548b;
}
.headernav .navbar .nav-item:hover>a.nav-link{
	color: #0a548b;
}
.headernav .navbar .dropdown-toggle::after{
	display: none;
}
.headernav .navbar {
	padding: 5px 0;
}
.header_right {
	margin-left: 10px;
	margin-top: -3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_right a {
	width: 32px;
	padding:5px;
	margin-left: 15px;
}
.header_right a img{
	width: 100%;
}


.moblie_title_right {
	display: block;
	width: 60px;
	height:63px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	background:#56b3e4;
}

.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);
}

header .fupad {
	display: flex;
	padding: 10px 0;
	height: 62px;
	background: #fff;
	justify-content: space-between;
	    justify-content: center;
    align-items: center;
    transition: all 0.3s
}

header .fupad img {
	display: block;
	height: 100%;
	width: auto;
}

header .fupad .navbar-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}
header .dropdown-menu_box {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px;
	width: 220px;
	text-align: center;
}

header .dropdown-menu_box li {
	width: 100%;
	list-style: none;
}

header .dropdown-menu_box li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

header .dropdown-menu_box li:last-child a {
	border-bottom: none;
}

header .dropdown-menu_box li a:hover {
	background: #56b3e4;
	color: #fff;
}

.ph_header{
	display: none;
	height: 64px;
    border-bottom: 1px solid #eaeaea;
}
.ph_header>div{
	width: 33.333%;
}
	.ph_header .ph_header_box{
		width: 100%;
		display: flex;
		align-items: center;
    	justify-content: space-between;
	}
.ph_header.active .ph_header_box{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/**/
.mobile_header_list {
	display: block;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	min-width: 200px;
	width: 70%;
	left: 0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
}

.mobile_header_list.cur {
	left: 0;
	transform: translateX(0%);
	transition: all 0.5s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.mobile_header_list .mobile_btn {
	display: flex;
	justify-content: flex-end;
}

.mobile_header_list .moblie_title_right {
	display: block!important;
	background: #56b3e4!important;
}

.mobile_header_list {
	padding: 1rem;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list .card:last-child {
	border: 0!important;
}

.mobile_header_list .card>a {
	color: #333;
	line-height: 3rem;
}

.mobile_header_list .card>a {
	display: flex;
	padding-right: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_header_list .card>a.cur {
	padding-left: 10px;
	background:#56b3e4;
	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;
}

/**/
.banner-wrapper{
	position: relative;
}
.banner-wrapper {
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.banner-wrapper img{
	width: 100%!important;
	max-width: 100%!important;
}
.left-pagination {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 5%;
	z-index: 11;
}

.banner-wrapper .banner-pagination {
	text-align: center;
	left: auto;
	bottom:0!important;
	right: auto!important;
	left: auto!important;
	width: auto;
	color: #fff;
	width: auto;
	transform: none;
	position: relative
}

.banner-wrapper .banner-pagination span {
	opacity: 1;
	margin: 0 3px!important;
	position: relative;
	width: 11px;
	height: 11px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius:10px;
	background:rgba(255,255,255,0);
	border: 2px solid #fff;
}
.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}
.number-prevnext {
	font-size:24px;
}

.number-prevnext .number-1 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.number-prevnext .swiper-banner-prev,
.number-prevnext .swiper-banner-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height:50px;
	display:flex;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	align-items: center;
    justify-content: center;
	    background: Rgba(0, 0, 0, .2);
	    z-index: 99;
}
.number-prevnext .swiper-banner-prev{
	left: 20px;
}
.number-prevnext .swiper-banner-next {
	right: 20px;
}
.number-prevnext .swiper-banner-prev:hover,
.number-prevnext .swiper-banner-next:hover {
	opacity: .5;
}
/**/
.warrp_box{
	padding:70px 0;
}
.title{
	margin-bottom:40px;
}

.title h1{
	color: #000;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.title p{
	margin: 20px auto 0;
	text-align: center;
	line-height: 22px;
	max-width: 86%;
}
/**/
.about.warrp_box{
	background: url(../images/cbj.jpg);
}
.about.warrp_box .container .index_aboutbox {
	
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

.about.warrp_box .container .index_aboutbox .about_left {
	padding-left: 4%;
	text-align: left;
	width: 47%;
}

.about.warrp_box .container .index_aboutbox .about_left h2 {
	font-weight: bold;
	color: #000;
	font-size: 32px;
	margin-bottom: 26px;
}

.about.warrp_box .container .index_aboutbox .about_left h4 {
	font-weight: bold;
	font-size: 18px;
}

.about.warrp_box .container .index_aboutbox .about_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp:7;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.about.warrp_box .container .index_aboutbox .about_left a.more,
a.button_read {
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	padding:12px 10px;
	min-width: 160px;
	text-align: center;
	background: #56b3e4;
	border-radius:5px;
}

.about.warrp_box .container .index_aboutbox .about_right {
	width: 49%;
	background: url(../images/gs.jpg) no-repeat center;
	border-radius: 10px;
	background-size: cover;
}
ul.factroy {
	margin-top: 15px;
}
ul.factroy li{
	display: flex;
	width: calc(33.33% - 30px);
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 1.6;
}
/**/
.product_swiper_box{
	position: relative;
}
.product.warrp_box{
	background: #e9f5fc;
	overflow: hidden;
}
.product_swiper{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: -10px;
	overflow: hidden;
}

.product_swiper .swiper-horizontal>.swiper-pagination-bullets,
.product_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, 
.product_swiper .swiper-pagination-fraction{
	bottom: 0;
}
.product_swiper .swiper-wrapper .swiper-slide{
	overflow: hidden;
	text-align: center;
}
.product_swiper .swiper-wrapper .swiper-slide .img_box{
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    aspect-ratio: 9 / 13;
}
.img_box img{
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.product_swiper .swiper-wrapper .swiper-slide:hover .img_box img{
	transform: scale(1.05);
	transition: all 0.5s;
}
.product_swiper .swiper-wrapper .swiper-slide p{
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.product_swiper .swiper-wrapper .swiper-slide:hover p{
	color: #56b3e4;
}
.product_swiper .swiper-wrapper .swiper-slide img{
	height: 100%;
	min-width: 100%;
}
.product_swiper .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	border: 2px solid #000;
	background: rgba(0,0,0,0);
	opacity: 1;
}
.product_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(0,0,0,1);
}

.product_swiper_box .swiper-button-prev,
.product_swiper_box .swiper-button-next{
	position: absolute;
	top: 42%;
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,0.2);
	border-radius: 50%;
	color: #fff;
	opacity: 0!important;
}
.product_swiper_box .swiper-button-prev:hover,
.product_swiper_box .swiper-button-next:hover{
	background:rgba(0,0,0,0.5);
}
.product_swiper_box .swiper-button-next:after,.product_swiper_box .swiper-button-prev:after{
	display: none;
}
.product_swiper_box .swiper-button-prev{
	left: -25px;
}
.product_swiper_box .swiper-button-next{
	right:-25px;
}
.product_swiper_box:hover .swiper-button-prev,
.product_swiper_box:hover  .swiper-button-next{
	opacity: 1!important;
}
/**/
.exhibition{
	position: relative;
	overflow: hidden;
}
.exhibition:before{
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	position: absolute;
	z-index: 0;
	background: url(../images/zt.jpg) no-repeat center right;
	background-size: cover;
}

.exhibition_left{
	position: relative;
	z-index: 1;
	width: 35%;
	color: #fff;
}
.exhibition_left h1{
	text-align: left;
	color: #fff;
}
.exhibition_right{
	display: flex;
	position: absolute;
	top: 0;
	left: 45%;
	right: 0;
	bottom: 0;
	    align-items: center;
}
.exhibition_swiper {
	width: 100%;
	overflow: hidden;
}
.exhibition_swiper .swiper-slide{
	width: 500px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 2.5;
}
.exhibition_swiper .swiper-slide img{
	height: 100%;
	min-width: 100%;
}
.exhibition_left .swiper-pagination{
	margin-top: 30px;
	position: initial;
	text-align: left;
}
.exhibition_left .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background: rgba(255,255,255,0);
	border: 2px solid #fff;
	opacity: 1;
}
.exhibition_left .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}
/**/
.products_cate ul li{
	width: calc(20% - 30px);
}
.products_cate ul li>a{
	display: inline-block;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.daohang{
	background: #f3fafd;
}
.products_cate dl dd {
	margin-bottom: 0;
}
.products_cate dl dd a{
	color: #666;
	font-size: 16px;
}
.products_cate dl dd a:hover,
.item_foot .item_box a:hover{
	color: #56b3e4;
	text-decoration: underline;
}
.products_cate ul li>a:hover{
	color: #56b3e4;
}
/**/
footer{
	padding: 80px 0 0;
	background: #e9f5fc;
}
footer>.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer>.container .footer_right{
	width: 45%;
	max-width: 540px;
	margin-right: 5%;
}
footer>.container .footer_left{
	width: 46%;
	max-width: calc(95% - 540px);
}
footer>.container .footer_right>img{
	width: 240px;
	margin-bottom: 60px;
}
footer>.container .footer_right> p{

	color: #666;
}
.footer_bottom{
	margin-top: 80px;
	padding: 15px 0;
	width: 100%;
	background: #56b3e4;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.footer_bottom a{
	color: #fff;
}
ul.linktb {
	margin-top: 40px;
	display: flex;
}

ul.linktb li {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	border: 1px solid #0a548b;
}

ul.linktb li img {
	width: 22px;
}

.footer_left .form {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}
.footer_left .form .btn {
	margin-left: 15px;
	width: 145px;
	height: 52px;
	background: #56b3e4;
	border-radius:5px;
	color: #fff;
}

.footer_left .form-input {
	width: calc(100% - 160px);
	padding: 3px 5px;
	display: flex;
	background:#e1ecf3;
	align-items: center;
	justify-content: space-between;
	border-radius:5px;
}
.footer_left .form-input input::placeholder {
	color: #0a548b;
}

.footer_left .form-input input {
	outline: 0!important;
	background: none;
	border: none;
	color: #0a548b;
	height: 46px;
}
.item_foot {
	display: flex;
}
.item_foot .item_box:first-child{
	width:55%;
}
.item_foot .item_box:last-child{
	width: 45%;
}
.item_foot .item_box h5{
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.item_foot .item_box{
	color: #666;
	line-height: 28px;
	font-size: 16px;
}
/**/
.dhbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dh {

	line-height: 50px;
	color: #000;
}

.dh a {
	color: #000;
}

.dh span {
	color: #000;
}

.dh a:hover {
	text-decoration: underline;
}
.warpper-ny{
	padding: 60px 0;
}
.title-ny {
    position: relative;
    margin-bottom:40px;
}
.title-ny p {
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    color: #0a548b;
    display: initial;
    line-height: 36px;
}
.banner-ny{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    aspect-ratio: 5 / 1.6;
}
.banner-ny img{
	width: 100%;
}
/**/
.about_informashion {
	position: relative;
}

.about_informashion_text {
	width: 100%;
}

/**/
.map{
	position: relative;
	width: 100%;
	height: 420px;
}
#mapContainer {
	position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 0;
}
ul.information li{
	display: flex;
	list-style: none;
	width:calc(33.33% - 30px);
	padding:40px 20px;
	border:1px solid #ddd;
	border-radius: 5px;
	color: #333;
	flex-direction: column;
    align-items: center;
    text-align: center;
    
}

ul.information p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

ul.information li:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

ul.information li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background:#56b3e4;
	margin-bottom: 20px;
}

#feedback {
	margin-top: 40px;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control,.cartfeedback .form-control{
	background: none;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 3.25rem;
	padding: .375rem 1.2rem;
	background: #fff;
	border-radius: 5px;
}

#feedback .form-control:focus, 
.cartfeedback .form-control:focus {
	box-shadow: none;
	border: 1px solid #ddd;
}

#feedback .form-group, 
.cartfeedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea,.cartfeedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: #fff;
	border-radius: 3px;
	height: 8rem;
	border: 1px solid #ddd;
	border-radius:5px;
	outline: 0;
	
}

#feedback .feedback-submit, 
.cartfeedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #56b3e4;
	color: #fff;
	border-radius: 5px;
}
#feedback .feedback-submit:hover,
.cartfeedback .feedback-submit:hover{
	background: #0a548b;
}
/**/
.cj {
	margin: 40px 0;
}
.cj .title-ny{
	color: #000;
	font-size: 30px;
}
.cj .title-ny p{
	color: #000;
}
.cj li{
	width: calc(33.33% - 30px);
	border-radius: 10px;
	overflow: hidden;
}
/**/

.products_box li{
	width: calc(50% - 30px);
}
.products_box li p{
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 15px;
	font-size:20px;
	transition: all 0.5s;
}
.products_box li .img_box{
	border-radius: 10px;
	overflow: hidden;
}
.products_box li:hover .img_box img,
.products_list li:hover .img_box img{
	transform: scale(1.05);
	transition: all 0.5s;
}
.products_box li:hover p{
	color: #56B3E4;
	transition: all 0.5s;
}
li.coming p{
	margin-top: 0;
}
.products_box li.coming,
.products_list li.coming{
	display: flex;
	padding: 15px;
    justify-content: center;
    align-items: center;
    background: #f3fafd;
}
.products_list li{
	width: calc(33.33% - 30px);
}
.products_list li .img_box{
	display: flex;
    justify-content: center;
    align-items: center;
	    aspect-ratio: 1 / 1;
	    border-radius: 10px;
	    overflow: hidden;
		border-bottom:1px solid #ddd;
}
.products_list li .img_box img{
	width: auto;
	height: 100%;
	min-width: 100%;
}
.products_list li p{
	color: #000;
	
}
.products_list li .text_box{
	display: flex;
	margin-top: 15px;
	align-items: center;
    justify-content: space-between;
    font-weight: bold;
}
.products_list li .text_box i{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	    align-items: center;
    justify-content: center;
    background: #56b3e4;
    color: #fff;
    	
}
.products_list li:hover .text_box p{
	color: #56b3e4;

}
.pro_left {

	display: flex;
	bottom: 0;
	float: left;
	width: 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;
	
}
.gallery-protwo{
	overflow: hidden;
}
.pro-view-jj .swipers-btn {
	width: 30px;
	background: #fff;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background: #00b8ee;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro_right {
	float: right;
	width: 54%;
}

.pro_right h1 {
	font-size: 36px;
	font-weight: bold;
}

.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;
	border-radius:5px;
	overflow:hidden
}

.gallery-protwo .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #56b3e4;
}



.btn_p {
	margin-top: 30px;
	display: flex;
}

.btn_p a {
	margin-right: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	background: #56b3e4;
	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;
}
.other_box{
	margin-top: 40px;
}
.other.products_list li{

	width: calc(25% - 20px);
}
.other.products_list li p{
	width: 100%;
	text-align: center;
}

.audits li{
	width: calc(25% - 30px);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}


@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (max-width:1300px) {
	.headernav .navbar a.nav-link{
		padding: .5rem 0.6rem;
	}
	.header_right a{
		margin-left: 10px;
	}
}
@media (max-width:1210px) {
	header.pc_header{
		height: 112px;
	}
	.headernav .navbar a.nav-link{
		font-size: 1rem;
	}
}
@media (max-width:1200px) {
	
	.products_cate ul li{
		width: calc(25% - 30px);
	}
	.title h1{
		font-size: 34px;
	}
	.headernav .navbar a.nav-link{
		font-size: 0.8rem;
	}
	.header_right a{
		width: 28px;
		margin-left: 5px;
	}
	header>.logo{
		height: 70px;
	}
	.headernav .navbar{
		padding: 0;
	}
	 .products_list li {
    width: calc(50% - 30px);
	}
	
}
@media (max-width:991px) {
	.product-img{
		min-height:200px;
	}
	.pro-type-mobile{
		display:block
	}
	.left-nav>div.pro-nav-box{
		display:none;
	}
	.left-nav>div.pro-nav-box.cur{
		display:block;
	}
	.left-nav{
		float:none;
		width:100%;
		position: inherit;
		margin-bottom:20px
	}
	.product-center-list{
		width:100%
	}
	.audits li{
		width: calc(50% - 20px);
	}
	footer>.container .footer_right{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		max-width:initial;
	}
.footer_left .form,footer>.container .footer_right>img{
	margin-bottom: 30px;
}
	footer>.container {
    justify-content: space-between;
    align-items: flex-start;
	flex-direction: column;
	}
	footer>.container .footer_left{
		max-width: initial;
		width: 100%;
	}
	.exhibition:before{
		right: 0;
	}
	.exhibition_swiper .swiper-slide{
		width: calc(25% - 15px);
	}
	.exhibition_left{
		width: 100%;
	}
	.exhibition_right{
		margin-top: 20px;
		position: initial;
	}
	.title p{
		max-width: 100%;
	
	}
	.about.warrp_box .container .index_aboutbox {
	 flex-direction: column;
	}
	.about.warrp_box .container .index_aboutbox .about_left{
		padding: 0;
		width: 100%;
	}
	.about.warrp_box .container .index_aboutbox .about_right{
		width: 100%;
		aspect-ratio: 3 / 1.6;
		min-height: 150px;
		margin-bottom: 30px;
	}
	ul.factroy li{
		width: calc(33.33% - 30px);
	}
	ul.factroy li img{
		width: 100%;
		max-width: 100%;
	}
	.ph_header{
		display: block;
	}

	.pc_header{
		display: none;
	}
	.ph_header .header_right{
		margin-right: 1rem;
		margin-left: 0;
	}
	.header_right a{
		width: 32px;
	}
	.ph_header .header_right a{
		margin-right:10px;
		margin-left: 0;
	}
	
}

@media (max-width:786px) {
	.other.products_list li{
	width: calc(50% - 20px);
}
.cj li{
	width: calc(100% - 20px);
}
	.pro_left,.pro_right{
		float: none;
		width: 100%;
	}
	.warpper-ny{
		padding: 40px 0;
	}
	.title-ny{
		margin-bottom: 26px;
	}
	.title-ny p{
		font-size: 24px;
	}
	ul.information li{
		width: calc(100% - 30px);
	}
	header .fupad img{
		height: auto;
		max-height:100%;
	}
	.header_right a{
		width: 32px;
		margin-right: 0!important;
	}
	.ph_header .header_right{
		margin-right: 10px;
	}
	.item_foot{
		display: none;
	}
	.daohang{
		display: none;
	}
	.title h1{
		font-size: 28px;
	}
	.footer_left .form{
		margin-bottom: 0;
	}
ul.factroy li{
		width: calc(100% - 30px);
	}
	footer>.container .footer_right>img{
		width: 200px;
	}
	footer{
		padding: 60px 0 0;
	}
	.footer_bottom{
		margin-top: 60px;
	}
	.exhibition_swiper .swiper-slide {
        width:100%;
    }
    .number-prevnext .swiper-banner-next{
    	right: 0;
    }
    .number-prevnext .swiper-banner-prev{
    	left: 0;
    }
    .products_list li {
    width: calc(100% - 30px);
	}
	.products_box li {
    margin: 15px;
    width: calc(100% - 30px);
	}
}