html {
	font-size: 14px;
	overflow-x: hidden;
}
@media (max-width:992px){
	html {
		font-size: 12px;
		overflow-x: hidden;
	}
}
body {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 300;
    font-family: Microsoft YaHei,Helvetica, sans-serif,Verdana;
    color: #2b2b2b;
    margin: 0;
    background: #f4f4f4;
}
.navbar-toggler-icon {
    background-image: url(../images/head-open.svg);
}
.collapsed .navbar-toggler-icon {
    background-image: url(../images/head-closed.svg);
}
li {
	list-style: none;
}
a {
	color: #2b2b2b
}
a:hover {
	text-decoration: none;
	color: #f3b40a;
}
*{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 5px 0;
	border: none;
}
/*头部*/
.nav-right{
	font-size: 1.25rem;
	color: #fff;
	margin-left: 1.0rem;
	white-space: nowrap;
}
.nav-right .h-tel,.nav-right .h-en{
	color:#fff;
	font-weight: 600;
}
.nav-right ul li{
	display: inline-block;
	position: relative;
	margin-left: 10px;
	font-weight: 500;
}
.nav-right ul li:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	background-color: #fff;
	opacity: 0.5;
	top: 50%;
	margin-top: -8px;
	left: -8px;
}
.nav-right ul li .hover-box{
    position: absolute;
    top:100px;
    left:-30px;
    z-index:99;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.nav-right ul li:hover .hover-box{
    opacity: 1;
    visibility:visible;
    top: 100%;
}
.nav-right ul li .hover-er{
    background:#fff;
    color: #2b2b2b;
    padding:5px;
    text-align: center;
    line-height: 2;
    font-size: 14px;
}
.nav-right ul li .hover-er img {
    width: 65px;
    max-width: none;
}
.nav-right ul li .hover-search {
    background: #fff;
    height: 100px;
    width: 350px;
}
.nav-right ul li .hover-search .input-box {
    height: 40px;
    width: 250px;
    margin: 25px auto;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.nav-right ul li .hover-search .input-box input {
    width: 220px;
    font-size: 14px;
    float: left;
    height: 39px;
    border: none;
}
.nav-right ul li .hover-search .input-box button {
    width: 30px;
    float: left;
    background: none;
    border: none;
    height: 40px;
}
/*导航*/
.navbar{
	padding: 0.0rem 0px;
	transition: all 0.5s;
}
.navbar:hover,.navbar.on,.navbar.navbar-black{
	background: rgba(20,34,61,0.95);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0rem 0rem;
	padding-right: 1.35rem;
	padding-left: 1.35rem;
	font-size: 1.25rem;
	line-height: 80px;
	color: #fff;
	font-weight: 500;
	white-space:nowrap;
}
@media only screen and (max-width: 1360px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}
@media only screen and (max-width: 1280px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.4rem;
		padding-left: 0.4rem;
	}
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover{
	color: #f49209;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: #f49209;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.navbar-nav .nav-item{
	display: flex;
	align-items: center;
}
.navbar-nav .nav-item:last-child a.nav-link{
	border-radius: 15px;
	padding-left: 2.142rem;
	font-size: 1.12rem;
	line-height: 30px;
	background: url(../images/shop.png) no-repeat left 14px center #f3b40a;
}
.subnav {
    background-color: #fcfcfc;
    text-align: left;
    padding: 2em 0em;
    display: inline-block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .14s 0s ease-in-out;
    -moz-transition: -moz-transform .14s 0s ease-in-out;
    -ms-transition: -ms-transform .14s 0s ease-in-out;
    -o-transition: -o-transform .14s 0s ease-in-out;
    transition: transform .14s 0s ease-in-out;
}
.subnav .t-name {
    font-size: 18px;
    font-weight: bold;
    padding: .5em 0em;
	border-bottom: 1px solid #efefef;
}
.subnav>div {
	opacity: 0;
	padding: 0;
	-webkit-transition: opacity .05s 0s ease-in-out;
	-moz-transition: opacity .05s 0s ease-in-out;
	-ms-transition: opacity .05s 0s ease-in-out;
	-o-transition: opacity .05s 0s ease-in-out;
	transition: opacity .05s 0s ease-in-out
}
.subnav>div .collection{
	width: 49%;
}
.subnav div.active a {
	display: block;
	color: #2b2b2b;
	padding: .5em .4em;
	border-bottom: 1px solid #efefef;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}
.subnav div a:hover{
	color: #f49209;
}
.navbar-nav .nav-item:hover .subnav {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1)
}
.navbar-nav .nav-item:hover .subnav>div {
	opacity: 1;
	-webkit-transition: opacity .14s .14s ease-in-out;
	-moz-transition: opacity .14s .14s ease-in-out;
	-ms-transition: opacity .14s .14s ease-in-out;
	-o-transition: opacity .14s .14s ease-in-out;
	transition: opacity .14s .14s ease-in-out
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
@media (max-width:992px){
	.navbar{
		padding: 0.8rem 0px;
		background: rgba(0,0,0,0.85);
	}
	.navbar-toggler{
		padding: 0.25rem 0.05rem;
	}
}
.product-line{
	border-top: 3px solid #112e50;
}
.product-line::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #112e50;
    margin: 2px 0px 2rem;
}
.productlist .card-img{
	padding: 2rem 0px;
}
.productlist .card-title span{
	display: block;
}
.productlist .btn{
	width: 100%;
	padding: 0.8rem 0.5rem;
	border-radius: 30px;
}
.productlist .btn-light {
    color: #fff;
    font-size: 1.0rem;
    background-color: #24394e;
    border-color: #24394e;
}
.productlist .btn-light:hover {
    font-size: 1.0rem;
    background-color: #162636;
    border-color: #162636;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-solid {
	border-bottom: 1px solid #eeeeee !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 0.4rem 1rem;
	margin-right: 10px;
	line-height: 1;
	color: #434343;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 30px;
	font-size: 1rem;
}
.page-link{
	padding: 0.4rem 1rem;
	font-size: 1rem;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
	background: #fff;
	color: #24394e;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #24394e;
	border-color: #24394e;
}
.page-num-current:hover {
	color: #fff;
	background-color: #24394e;
	border-color: #24394e;
}
/*内页*/
.pages {
    margin: 0px auto;
}
.main-content{
	background: #fff;
    padding: 0rem 0px 4rem;
    overflow: hidden;
}
.pages h2{
	color: #24394e;
	font-weight: bolder;
}
.pages h2:after{
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background-color: #f49209;
}
.pages h2 span{
	float: right;
	font-size: 1rem;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 10px;
}
@media (max-width: 992px){
	.main-content{
	    padding: 0rem 0px 2rem;
	}
}
/*轮椅*/
.wheelchair .slide-box {
    position: relative;
    padding: 0px 0px;
}
.wheelchair .gallery-thumbs{margin:15px 0px;}
.wheelchair .gallery-thumbs .zhishi-list{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.wheelchair .gallery-thumbs .zhishi-list a{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.wheelchair .gallery-thumbs .zhishi-list.swiper-slide-thumb-active{font-weight: bold; color:#f49209}
.wheelchair .gallery-thumbs .zhishi-list:hover,.choose .gallery-thumbs .zhishi-list:hover a{color:#f49209}
.wheelchair .gallery-thumbs .zhishi-list .zhishi-img{
	max-width: 100%;
	border: 1px solid #eeeeee;
}
.wheelchair .swiper-slide .adv-img{
	border: 3rem solid #f6f6f6;
    padding: 0rem 1rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.wheelchair .swiper-slide .adv-img img{
	width: 100%;

}
.slide-box .swiper-button-next, .slide-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
/*产品小类*/
.related-link a{
	display: block;
	background-color: #f9f9f9;
	line-height: 2.5;
	padding: 5px 40px;
	text-align: center;
	font-size: 16px;
	margin: 5px;
	border-radius: 30px;
}
.related-link a:hover{
	background-color: #fa9507;
	color: #fff;
	font-weight: bolder;
}
.related-link a.active{
	display: block;
	background-color: #fa9507;
	color: #fff;
	font-weight: bolder;
}

.wheelchair .btn-rad{
	border-radius: 30px;
	padding: 1rem 1rem;
	font-size: 18px;
	font-weight: bold;
}
.wheelchair .btn-rad i{
	font-size: 20px;
}
/*内页侧边分类*/
.sonsort {
    padding: 10px 0px;
    background: #fff;
}
.banner-txt .sonsort {
    background: transparent;
}
.cstlayer,.ny-title{
	font-size: 30px;
	padding-bottom: 1.0rem;
	border-bottom: 1px solid #d9d9d9;
}
.cstlayer span{
	display: block;
	font-size: 20px;
	font-weight:lighter;
	text-transform: uppercase;
}
.cstlayer i{
	display: none;
}
.sonsort ul li{
	position: relative;
}
.sonsort ul li a{
	padding: 0px 15px;
	line-height: 60px;
	margin: 0px 4px;
	display: block;
}
.sonsort ul li:before,.sonsort ul li:last-child:after{
	content: "|";
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 60px;
	margin-left: -2px;
}
.sonsort ul li:last-child:after{
	right: 0px;
	left: auto;
}
.banner-txt .sonsort ul li a{
	color: #fff;
}

.sonsort .container{
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 992px){
	.container {
		max-width: 960px;
	}
	.navbar-nav .nav-item:last-child{
		margin-top: 10px;
		width: 20%;
	}
	.navbar-nav .nav-item{
		display: block;
	}
}
.sonsort .cstlayer{
	display: none;
}
@media (max-width: 992px){
	.sonsort .cstlayer{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.sonsort .cstlayer span{
		font-size: 16px;
		font-weight: 600;
		display: inline-block;
	}
	.sonsort .search-key{
		margin-top: 15px;
	}
	#sildeNav li::after{
		content: '';
	}
	.cstlayer, .ny-title{
		font-size: 20px;
		font-weight: 600;
	}
	.ny-title{
		padding-top: 1rem;
	}
	.productlist .btn {
	    padding: 0.4rem 0.4rem;
	}

}
@media only screen and (min-width: 992px) {
	.col-lg-left{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-lg-right{
		-ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;
	    padding-left: 55px;
	}
}
.sonsort ul li a i{
	font-size: 10px;
	font-weight: lighter;
	margin-right: 10px;
}
.sonsort ul li.active a,.sonsort ul li a:hover{
	font-weight: 600;
	color: #f3b40a;
}

/*侧边分类*/
.ny-nav li a{
    display: block;
    position: relative;
    color: #152441;
    font-weight: 600;
    padding: 20px 0px 20px 0px;
    border-bottom:1px solid #d9d9d9;
}
.ny-nav li a i{
	float: right;
}
.ny-nav li a i:before{
    content: "\f107";
}
.ny-nav li.active a i:before{
    content: "\f106";
}
.ny-nav li a.active,.ny-nav li a:hover,.ny-nav ul.ny-subnav li a.active{
    color:#f49209;
}
.ny-nav ul.ny-subnav{
    padding: 10px 0px;
    display: none;
}
.ny-nav li.active ul.ny-subnav{
    display: block;
}
.ny-nav ul.ny-subnav li a{
    display: block;
    padding: 6px 10px 6px 15px;
    font-weight: lighter;
    border-bottom: 0px solid #edeff2;
}
@media (max-width: 992px){
	.ny-nav li a {
	    padding: 10px 0px 10px 0px;
	}
}
/*当前位置*/
.position {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.position .back {
	font-weight: 600;
}
.position .back i{
	border-radius: 15px;
	padding: 2px 20px;
	border: 1px solid #181818;
}
/*关键词*/
.search-key{
	display: flex;
	flex-wrap: wrap;
}
.search-key a{
	padding: 0px 2px;
}
.search .search-input{
	width: 100%;
}
.search .search-input input{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #848484;
	padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    background: #eaeaea;
}
.search .search-icon{
	position: absolute;
	right: 16px;
	top: 1px;
}
.search .search-icon button{
	border: 0px;
	background-color:transparent;
	width: 50px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    text-align: center;
}
.med-banner{
	width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #000;
}
.med-banner .banner-video {
    position: absolute;
    width: 100%;
    display: flex;
    object-fit: fill;
}
.med-banner span {
    color: #fff;
    letter-spacing: 30px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    white-space: nowrap;
    transition: 1.5s;
    font-size: 36px;
    padding-left: 90px;
    z-index: 6;
}
.med-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .8;
}
.med-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa9507;
}
.med-banner .banner-txt{
	position: absolute;
	width: 100%;
}
.med-banner .banner-txt.position1{
	top: 20%;
	left: 0;
}
.med-banner .banner-txt.position2{
	bottom: 30%;
	right: 0;
	text-align: right;
}
.med-banner .banner-txt.position3{
	top: 20%;
	right: 0;
	text-align: right;
}
.med-banner .title{
	font-size: 70px;
	font-weight: bolder;
	line-height: 1.2;
	color: #fff;
	position: relative;
}
.med-banner .position3 .title{
	text-shadow:  1px 3px 2px #8a956c;
}
.med-banner .banner-txt.position1 .title:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #fa9507;
}
.med-banner .banner-txt.position2 .title:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 20px;
	height: 2px;
	background: #fa9507;
}
.med-banner .banner-txt.position3 .title:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 20px;
	height: 2px;
	background: #fa9507;
}
/*首页视频*/
.video{
	background: #fff;
}
.video .banner-video{
	width: 100%;
	display: flex;
    object-fit: fill;
}
.banner,.bathing-ban,.jinmed{
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.banner img,.bathing-ban img{
	width: 100%;
}
.banner .banner-txt{
	position: absolute;
	width: 100%;
	bottom: 10%;
	color: #fff;
}
.jinmed .help-txt{
	position: relative;
	width: 100%;
	margin-top: 4%;
}
.jinmed .help-txt.white{
	color: #fff;
}
.banner .banner-txt h3,
.jinmed .help-txt h3{
	font-size: 2.0rem;
}
.banner .banner-txt h3 span,.jinmed .help-txt h3 strong{
	font-size: 2.8rem;
	display: block;
	font-weight: bolder;
}
@media (max-width:992px){
	.med-banner{
		height: 30vh;
	}
	.med-banner span{
		letter-spacing: 5px;
		font-size: 16px;
    	padding-left: 0px;
	}
	.banner{
		padding-top: 55px;
	}
	.banner img{
		max-width: none;
		width: 160%;
		margin-left: -30%;
	}
	.product-ban img{
		max-width: none;
		width: 240%;
		margin-left: -70%;
	}
	.jinmed .help-txt img{
		max-width: 100%;
	}
	.jinmed .help-txt .help-logo{
		width:100px;
		margin-left: auto;
	}
	.banner .banner-txt h3 span, .jinmed .help-txt h3 strong{
		font-size: 1.45rem;
	}
	.banner .banner-txt h3, .jinmed .help-txt h3 {
	    font-size: 1.25rem;
	}
}
/*产品分类*/
.category{
	background: url(../images/category.jpg) no-repeat top center #ededed;
	padding-top: 9.75rem;
	padding-bottom: 4rem;
}
.category .card{
	border-radius: 0.75rem;
}
.category .card-img{
	margin-top: -90px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.category .card-body{
	background: #2b2b2b;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.category .card-title{
	margin-bottom: .05rem;
}
.category .card-title a{
	font-size: 24px;
    color: #fff;
    font-weight: bold!important;
    line-height: 140%;
}
.category .card-more{
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}
.category .card-more a{
	background: #e20718;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
}
.category .card-body:hover{
	background: #14abb5;
}
.category .card-body:hover .card-more a{
	background: #fff;
	color: #14abb5;
}
/*首页产品分类*/
.product{
	background: #fff;
	padding: 4rem 0px 4rem;
	overflow: hidden;
}
.product .card-img,.responsible .card-img{
	position: relative;
	margin-bottom: 5%;
	background-color: #000;
	overflow: hidden;
}
.product .card-img img,.responsible .card-img img{
	transition: all 0.3s linear;
	width: 100%;
}
.product .card-img:hover img,.responsible .card-img:hover img{
 transform: scale(1.1);
}
.product .card-body	{
	line-height: 1.2;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 55%;
	transition: all 0.3s linear;
}
.responsible .card-body	{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
	transition: all 0.3s linear;
}
.product.pronav .card-img img{
	width: 160%;
	max-width: none;
	margin-left: -30%;
}
.responsible .card-body.wheelchair{
	top: 12%;
	transform: translateY(-12%);
}
.product .card-body:hover .card-img img,.responsible .card-body:hover .card-img img{
	opacity: 0.95;
}
.responsible .card-title{
	font-weight: 900;
    color: #fff;
}
.responsible .card-title span{
	display: block;
	font-weight: 500;
}
.product .card-desc{
    opacity: 0.0;
    height: 0px;
    overflow: hidden;
	transition: transform .5s 0s ease-in-out;
	transition: all 0.3s;
}
.product .card-desc a{
	font-weight: 500;
	position: relative;
	padding: 0px 10px 0px 0px;
	display: inline-block;
}
.product .card-desc a:after{
	content: "";
	position: absolute;
	right: 0px;
    border-right: 1px solid #353535;
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -7px;
}
.product .card-desc a:last-child:after{
	border-right: 0px;
}
.product .card-img:hover .card-desc{
	opacity: 1.0;
	height: 90px;
}
@media(max-width:992px){
	.product{
		padding: 2rem 0px 1rem;
	}
	.product .card-body{
		left: 3%;
		width: 85%;
	}
}
/*社会责任*/
.responsible .title{
	line-height: 1.1;
}
/*全球市场*/
.global{
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	background: url(../images/global.jpg) no-repeat center bottom #fff;
	overflow: hidden;
}
.global .title span{
	display: block;
	width: 65%;
	opacity: 0.8;
	font-weight: 200;
	margin: 5px auto 0px auto;
}
.global .global-img {
    width: 100%;
    position: relative;
}
@keyframes ripple {
    0% {
        transform: scale(.01);
        -webkit-transform: scale(.01);
        -moz-transform: scale(.01);
        -o-transform: scale(.01);
        -ms-transform: scale(.01);
        opacity: .12
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 0
    }
}
.global .global-img .ripple {
    position: absolute;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    top: 0;
    margin: 0 auto;
    z-index: 2
}

.global .global-img .ripple>span {
    position: absolute;
    left: 34%;
    top: 21%;
    transform: scale(.01);
    -webkit-transform: scale(.01);
    -moz-transform: scale(.01);
    -o-transform: scale(.01);
    -ms-transform: scale(.01);
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    line-height: 20rem;
    text-align: center;
    opacity: .3;
    background-color: #24394e;
    animation: ripple 5s ease-in-out infinite
}

.global .global-img .ripple>span:nth-of-type(1) {
    animation-delay: 0s
}
.global .global-img .ripple>span:nth-of-type(2) {
    animation-delay: 1.4s
}
.global .global-img .ripple>span:nth-of-type(3) {
    animation-delay: 3s
}
@media(max-width:992px){
	.global {
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.global .global-img .ripple>span{
		width: 6rem;
		height: 6rem;
	}
	.global .title span{
		width: 100%;
	}
}
.customerlist .card,
.customerlist .card-body{
	background: transparent;
}
.customerlist .card-body{
	padding: 1.25rem 1.25rem 0;
}
.customerlist .card-hover {
    background: #14abb5;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.8;
    z-index: 2;
    transition: all 0.3s linear;
}
.customerlist .card-hover .card-title{
	font-size: 20px;
	font-weight: bold;
}
.customerlist .card-hover .card-body{
	padding: 4rem;
}
.customerlist .card:hover .card-hover{
	background: #14abb5;
	color: #fff;
	opacity: 1;
}

/*最新资讯*/
.news{
	padding:4rem 0px;
	background: url(../images/breathe3.jpg) no-repeat center #f4f4f4;
	background-size: cover;
}
.title{
    position: relative;
    font-weight: 800;
    margin-bottom: 45px;
}
.news-nav li {
    position: relative;
    font-weight: 300;
}
.news-nav li a{
	display: block;
	position: relative;
    padding-left: 30px;
}
.news-nav li a:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #909090;
    height: 15px;
    top: 50%;
    left: 15px;
    margin-top: -7px;
}
.picList .swiper-slide{
	background-color: #fff;
	border-radius: 2.0rem;
	padding: 3.0rem 2.0rem;
	margin-bottom: 1.2rem;
	box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
}
.picList .img img{
	width: 100%;
}
.picList .news-title{
	line-height: 1.2;
	min-height: 48px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picList .news-time{
	color: #a7a7a7;
	display: block;
	font-weight: 600;
}
.picList .news-desc{
	line-height: 1.4;
	font-weight: 200;
	opacity: 0.8;
	margin: 10px 0px 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*新闻列表*/
.newslist{
	margin-top: 4rem;
	border-top: 3px solid #aeaeae;
}
.newslist::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #aeaeae;
    margin-top: 2px;
    margin-bottom: 4rem;
}
.newslist ul li a{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    padding: 2.5rem 5px;
    transition: all 0.3s;
}
.newslist ul li i.dot{
	float: right;
	padding: 1px 20px;
	border: 1px solid #aeaeae;
	border-radius: 15px;
	margin-right: 10px;
}
.newslist ul li span.time{
	font-weight: 200;
	margin: 0px 10px;
}
.newslist ul li span.category {
    margin: 0px 10px;
    background: #152441;
    border: 1px solid #152441;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    transition: all 0.3s;
}
.newslist ul li a:hover span.category,.newslist ul li a:hover i.dot{
	background: #f3b40a;
	border: 1px solid #f3b40a;
	color: #fff;
}
@media(max-width:992px){
	.title{
		margin-bottom: 15px;
	}
	.news {
	    padding: 2rem 0px;
	}
	.picList .news-title{
		min-height: auto;
	}
	.newslist {
	    margin-top: 2rem;
	}
	.newslist::before{
		margin-bottom: 1rem;
	}
	.newslist ul li a{
		padding: 1.5rem 5px;
	}
	.newslist ul li span.time {
	    margin: 0px 4px;
	}
	.newslist ul li span.category{
		margin: 0px 4px;
		padding: 2px 5px;
	}
	.newslist ul li i.dot{
		margin-right: 0px;
		padding: 1px 10px;
	}
}
/*首页新闻右侧*/
.quality .card-img{
	position: relative;
	margin-bottom: 3%;
    overflow: hidden;
}
.quality .card-img img{
	transition: all 0.3s linear;
	width: 100%;
}
.quality .card-img:hover img{
	transform: scale(1.1);
}
.quality .card-body {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.quality .card-bodys {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem;
}
.quality .card-title{
	font-size: 22px;
	font-weight: bolder;
    line-height: 1.2;
    color: #fff;
}
.quality .card-title:after{
	content: "";
    display: block;
    border-bottom: 2px solid #fa9507;
    margin-top: 10px;
    width: 35px;
}
.quality .card-desc{
	font-size: 16px;
    line-height: 1.2;
    color: #fff;
}
.index-video{
	object-fit:fill;
    height:100%;
}
/*内页通用*/
.ny-comm{
	padding-top: 4rem;
}
@media (max-width:992px){
	.ny-comm{
		padding-top: 2rem;
	}
}
.ny-about p,.bathing-hair p{
	margin: 10px 0px;
}
.about-img ul li{
	width: 50%;
}
/*展厅*/
.about-hall{
	position: relative;
}
.about-hall .hall-swiper {
    width: 38%;
    overflow: unset;
    margin: 1% auto;
}
.about-hall .swiper-button-prev {
    left: 5%;
    width: 80px;
    height: 80px;
    background: url(../images/wm_button_icon.png) no-repeat #fff;
    background-position: 0 0;
    background-size: 100%;
    transition: all 0.6s;
    border: 2px solid #d5d5d5;
	border-radius: 100%;
}
.about-hall .swiper-button-prev:hover {
    background-position: 0 -71px;
    background-color: #f3b40a;
}
.about-hall .swiper-button-next {
    right: 5%;
    width: 80px;
    height: 80px;
    background: url(../images/wm_button_icon.png) no-repeat #fff;
    background-position: 0 -150px;
    background-size: 100%;
    transition: all 0.6s;
    border: 2px solid #d5d5d5;
	border-radius: 100%;
}
.about-hall .swiper-button-next:hover {
	background-color: #f3b40a;
    background-position: 0 -225px;
}
.about-hall.honor .swiper-button-prev{
	left: 0;
}
.about-hall.honor .swiper-button-next{
	right: 0;
}
@media (max-width:992px){
	.about-hall .swiper-button-prev,.about-hall .swiper-button-next {
		width: 40px;
    	height: 40px;
	}
	.about-hall .hall-swiper {
	    width: 60%;
	}
}
/*标语*/
.slogan{
	background: url(../images/slogan.jpg) no-repeat center;
	padding: 8rem 0px;
	text-align: center;
	color: #fff;
}

.slogan ul li h5{
	background: url(../images/slogan-bg.png) no-repeat center;
	background-size: contain;
}
.slogan ul li h5 span{
	font-weight: 600;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.ny-about .zhan{
	border: 1px solid #eeeeee;
	padding: 15px;
	margin-bottom: 15px;
}
.ny-about .zhan p{
	text-align: center;
	line-height: 1.4;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media(max-width:580px){
	.slogan{
		background-position: center;
		background-repeat: repeat;
		padding: 2rem 0;
	}

}
/*新闻详情*/
.news-info{
	width: 80%;
	margin:4rem auto 0px;
	background-color: #fff;
    border-radius: 2rem;
    padding: 3rem 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.16), 0 4px 6px -2px rgba(0,0,0,.25);
}
.news-info .content p{
	margin-bottom: 10px;
}
@media (max-width:992px){
	.news-info {
	    width: 100%;
	    margin: 2rem auto 0px;
	    background-color: #fff;
	    border-radius: 1rem;
	    padding: 1.5rem 1rem;
	    margin-bottom: 1.5rem;
	}
}
/*案例展示*/
.case-show .ntitle{
	font-size: 24px;
	color: #14abb5;
	font-weight: bolder;
	margin-top: 12px;
	margin-bottom: 12px;
}
.case-show p{
	margin-bottom: 20px;
}
.case-show .table td, .case-show .table th{
	padding: .35rem;
}
.case-show table p{
	margin-bottom: 0px;
}
hr.heng{
	border-top: 2px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	height: 1px;
}
/*下载中心*/
.ny-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.ny-table .nowrap{
	white-space: nowrap;
}
.ny-table tr td {
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
}
.ny-table tr td .iconfont {
	color: #fa9507;
	font-size: 21px;
}
.ny-table tr:nth-child(1) td {
	font-size: 18px;
	line-height: 35px;
}
.ny-table tr td:first-child{
	padding-left: 15px;
}
.ny-table tr:not(:first-child){
	background-color: #f5f5f5;
}
.ny-table tr:not(:first-child):hover {
	background-color: #eee;
}
/*联系我们内页*/
.contact{
	background-size: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
.contact ul li{
    text-align: center;
    margin: 40px 0px;
    border-left: 1px solid #e5e5e5;
}
.contact ul li p{
	margin-top: 15px;
}
.contact ul li span{
    display: block;
}
/*留言*/
.message{
	padding-top: 4rem;
}
.message .msg-title{
	font-size: 3.0rem;
	font-weight: 600;
	text-align: center;
}
.message .msg-title:after{
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    background: #f3b40a;
    margin: 12px auto;
}
.dealer .message .msg-title:after{
	margin: 12px 0px 12px auto;
}
.message .input-group{
	margin-bottom: 1rem;
}
.message .input-group>.input-group-append>.input-group-text{
	background-color: #fff;
	border-right: none;
	border-top-left-radius: 0.55rem;
    border-bottom-left-radius: 0.55rem;
}
.message .input-group>.input-group-append>.input-group-text i{
	color: #b9b9b9;
	font-size: 1.4rem;
}
.message .form-control{
	height: calc(4.25rem + 2px);
    padding: 1.475rem 0.75rem;
    border-radius: 0.55rem;
    border: 1px solid #e5e5e5;
    border-left: none;
}
.message textarea.form-control{
	height: auto;
	border-left: 1px solid #e5e5e5;
}
.message .btn{
	width: 100%;
	height: 4rem;
}
.dealer .message .form-control{
	height: calc(4.0rem + 2px);
    padding: 1.25rem 1.25rem;
    border-radius: 3.55rem;
    border: 1px solid #e5e5e5;
}
.dealer .message select.form-control{
	height: calc(4.0rem + 2px);
    padding: 1.25rem 1.25rem;
    border-radius: 3.55rem;
    border: 1px solid #e5e5e5;
    appearance: none;
    background: url(../images/arrow-down.png) no-repeat scroll right 20px center #fff;
    background-size: 1.5rem 1.5rem;
}
@media (max-width: 992px){
	.message {
	    padding-top: 1rem;
	}
	.message .msg-title{
		font-size: 1.714rem;
	}
	.contact ul li {
	    margin: 10px 0px;
	}
}
.product-con h5{
   font-size: 2.0rem;
   font-weight: 600;
}
.product-con h5 span{
	display: block;
    font-weight: lighter;
    font-size: 1.2rem;
    padding: 0px 0px 10px;
    color: #f49209;
}
.product-con .overview{
	overflow: hidden;
	text-align:justify;
}
.product-con .overview img{
	margin-top: 10px;
}
.product-con .overview .chair-icon{
	height: 40px;
	margin: 5px 0px 10px;
}

/*产品tab*/
.pro-tab-box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.pro-tab-box .nav-tabs {
  background: #d6d6d6;
  padding-left: 40px;
  padding-top: 15px;
  border-bottom: 0px solid #dee2e6;
}
.pro-tab-box .nav-tabs>li{
	padding-left: 0px;
}
.pro-tab-box .nav-tabs>li>a {
  margin-right: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.pro-tab-box .nav-tabs>li>a.active,
.pro-tab-box .nav-tabs>li>a.active:focus,
.pro-tab-box .nav-tabs>li>a.active:hover,
.pro-tab-box .nav-tabs>li>a:hover {
  color: #e20718;
  cursor: pointer;
  border: none;
  border-bottom-color: none;
  background: #fff;
  font-weight: bolder;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
}
.pro-tab-box .tab-pane{
	padding: 40px;
	font-size: 16px;
	line-height: 2;
}
.conlo-txt p{
	text-align: center;
	margin-bottom: 10px;
}
.conlo-txt img{
	max-width: 100%;
	border-radius: 2rem;
	padding: 10px;
	border: 1px solid #dedede;
}
/*招聘*/
.social_recruit{
	overflow: hidden;
    background: #f2f2f2;
}
.social_recruit .list {
    padding: 4rem 0px;
}
.social_recruit .list .job_info {
    background: #fff;
    padding: 2rem 2.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer
}
.social_recruit .list .job_info .j_cont {
    display: flex;
    justify-content: space-between;
}
.social_recruit .list .job_info .j_cont .cc {
    width: 80%
}
.social_recruit .list .job_info .j_cont .time {
    display: flex;
    align-items: end;
    font-size: 1.0rem;
    font-weight: 500;
    opacity: 0.85;
}
.social_recruit .list .job_info .j_cont .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.0rem
}
.social_recruit .list .job_info .j_cont .type {
    font-size: 1.0rem;
    font-weight: 400;
    padding-bottom: 0.4rem;
    opacity: 0.85;
}
.social_recruit .list .job_info .j_cont .cont {
    font-size: 1.0rem;
    font-weight: 400;
    opacity: 0.85;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.social_recruit .list .job_info .j_cont .xian {
    margin: 0px .521rem
}
@media (max-width: 992px){
	.social_recruit .list{
		padding: 2rem 0px;
	}
	.product-con h5{
	   font-size: 1.6rem;
	}
	.conlo-txt img {
	    border-radius: 0.8rem;
	}
}
/*厢式*/
.bathing-top{
	background-color: #f4f4f4;
}
.bathing-list,.bathing-bed,.bed-con {
	padding: 0px 10%;
}
.bathing-list ul{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	align-items: stretch;
	border-radius: 2rem;
	padding: 3rem;
	margin-bottom: 2rem;
	overflow: hidden;
}
.bathing-list ul li{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
img{
	width: auto;
	max-width: 100%;
}
.bathing-list ul li p.num,.bathing-bed ul li p.num,.zhixingke li p.num{
	color: #bc9c87;
	font-weight: 600;
	font-size: 3.6rem;
}
.bathing-list ul li h5{
	margin-bottom: 1rem;
}
.bathing-list ul li h5 strong{
	display: block;
	margin-bottom: 0.5rem;
	font-size: 2.2rem;
}
/*便携两用*/
.portable{
	background: url(../images/2way.jpg) no-repeat top center #f4f4f4;
}
.bathing-list.twoway ul{
	width: 49%;
	flex-wrap: wrap;
	flex-direction: column;
}
.bathing-list.twoway ul li{
	flex-wrap: nowrap;
	flex-direction: row;
}
/*洗头仪*/
.bathing-hair h5{
	width: 75%;
	font-size: 1.125rem;
	margin: 0px auto 5rem;
}
.bathing-bed ul li h5,.oxygen-function li h5, .bed-title .car-title ,.oxygen-source li h5,.slogan ul li h5 {
	font-size: 1.142rem;
}
.bathing-hair h5 strong,.bathing-bed ul li h5 strong,.oxygen-function li h5 strong,.bed-title strong,.car-title strong,.oxygen-source li h5 strong{
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}
@media (max-width:992px){
	.bathing-list, .bathing-bed, .bed-con {
	    padding: 0px 0%;
	}
	.bathing-list ul{
		padding: 1.5rem;
		margin-bottom: 1rem;
	}
	.bathing-list ul li p.num, .bathing-bed ul li p.num,.zhixingke li p.num{
		font-size: 1.85rem;
	}
	.bathing-list ul li h5 strong {
	    font-size: 1.35rem;
	}
	.bathing-hair h5 strong,.bathing-bed ul li h5 strong,.oxygen-function li h5 strong,.bed-title strong,.car-title strong,.oxygen-source li h5 strong,.zhixingke li h5 strong{
		font-size: 1.35rem;
	}
	.bathing-hair h5{
		width: 100%;
		margin: 0px auto 2rem;
	}
	.wheelchair .product-con{
		margin-top: 15px;
	}
}
/*便携床式*/
.bathing-top.bedbg1{
	background: url(../images/bed1.jpg) no-repeat bottom center #f4f4f4;
}
.ny-about.bedbg2{
	background: url(../images/bed2.jpg) no-repeat top center #fff;
}
.bathing-bed ul li{
    width: 31%;
    text-align: center;
    box-shadow: 1px 5px 8px 0 rgb(0,0,0,0.2);
    background: olive linear-gradient(to bottom, #fff, #c6d2df);
    padding: 6rem 30px;
    border-radius: 2rem;
}
.bathing-bed ul li h5:after{
	content: "";
	display: block;
	width: 60px;
	height: 10px;
	border-radius: 10px;
	margin: 25px auto;
	background-color: #bc9c87;
}
.bed-con ul li{
    width: 24%;
    text-align: center;
    padding: 2rem 0px 4rem;
}
/*电动升降式乐浴推车*/
.bathing-top.carbg1{
	background: url(../images/car1.jpg) no-repeat bottom center #f2f2f2;
}
.ny-about.carbg2{
	background: url(../images/car2.jpg) repeat-x bottom center #fff;
	padding-bottom: 4rem;
}
.bed-con .bed-title{
	border-top: 3px solid #e2e2e2;
	margin-bottom: 2rem;
}
.bed-con .bed-title em,.bed-con .car-title em{
	font-style: normal;
	background-color: #bd9c88;
	padding: 2px 10px;
	color: #fff;
	border-radius: 0.5rem;
	margin-left: 0.2rem;
}
.bed-con .bed-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin: 2px 0px 2rem;
}
.bed-con .table td,.breathe-environment .table td{
	padding: 0.75rem 1.75rem;
}
.bed-con .table,.breathe-environment .table{
	border-bottom: 1px solid #dee2e6;
}
/*呼吸类 负离子发生器*/
.breathe1{
	background: url(../images/breathe1.jpg) no-repeat;
}
.breathe2{
	background: url(../images/breathe2.jpg) no-repeat;
}
.breathe3{
	background: url(../images/breathe3.jpg) no-repeat;
}
/*制氧机*/
.bathing-top.breathebg1 {
    background: url(../images/breathebg1.jpg) no-repeat bottom center #f2f2f2;
}
.breathe-feature,.breathe-principle,.oxygen-function,.oxygen-source{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.bed-con ul.breathe-feature li{
	width: 14%;
	min-width: 120px;
	padding: 3rem 0px 3rem;
	display: flex;
	align-items: center;
    justify-content: center;
    line-height: 1.2;
	background: url(../images/feature-bg.png) no-repeat center;
	background-size: contain;
}
.breathe-life{
	background: url(../images/life-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 18rem 8% 8rem;
	color: #fff;
	margin: 3rem 0px;
	border-radius: 2rem;
}
.breathe-life h5{
	font-size: 3.0rem;
	font-weight: 600;
}
.bed-con ul.breathe-principle li{
	width: 33.3333%;
	padding: 5rem 4rem;
	text-align: left;
	display: flex;
    background: olive linear-gradient(to right, #eceff2, #f6f6f6);
    border-radius: 2rem;
    margin-bottom: 3rem;
}
.breathe-environment{
	background: url(../images/environment-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 6rem 8% 6rem;
	color: #fff;
	margin: 3rem 0px;
	border-radius: 2rem;
	overflow: hidden;
}
/*微高压氧舱*/
.high-oxygen1{
	background: url(../images/oxygen1.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.high-oxygen1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.high-oxygen1 ul li{
	width: 49%;
	box-shadow: 1px 5px 8px 0 rgb(0,0,0,0.2);
    background: olive linear-gradient(to bottom, #f0c085, #d09d5e);
	border-radius: 2rem;
	padding: 6rem 4rem;
}
.high-type strong{
	font-style: normal;
    background-color: #d09d5e;
    padding: 5px 2rem;
    color: #fff;
    border-radius: 2rem;
}
.high-type strong.silver{
	background-color: #6f6f6f;
}
/*S舱M舱*/
.ny-smcang{
	background: url(../images/smcang.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 4rem;
	overflow: hidden;
	text-align: center;
}
.bed-con ul.oxygen-function li{
	width: 49%;
	padding: 0px 0px;
	margin-bottom: 2rem;
	background: #f0f2f4;
	border-radius: 2rem;
	text-align: left;
	line-height: 1.6;
}
.bed-con ul.oxygen-function li h5{
	padding: 2rem;
}
/*缺氧是一切疾病的根源*/
.bed-con ul.oxygen-source  li{
	width: 32%;
	padding: 0px 0px;
	margin-bottom: 2rem;
	background: #f0f2f4;
	border-radius: 2rem;
	text-align: left;
	line-height: 1.6;
}
.bed-con ul.oxygen-source li h5{
	padding: 2rem;
}
/*微高压氧舱的抗衰试验结果*/
.bed-con .oxygen-test {
	padding: 0px 0px;
	margin-bottom: 2rem;
	border-radius: 2rem;
	text-align: center;
	overflow: hidden;
}
.bed-con .oxygen-test h5,.bed-con .oxygen-test h4{
	background: #eaeaea;
	padding: 2rem 0px;
	font-weight: 600;
}
.bed-con .oxygen-test h5 strong{
	font-size: 3.125rem;
	display: block;
	font-weight: 600;
	color: #b88e5b;
}
.bed-con .oxygen-test h4,.oxygen-type{
	color: #fff;
	background: olive linear-gradient(to bottom, #f0c085, #d09d5e);
}
.oxygen-type{
	padding: 2rem 2rem;
	text-align: center;
	font-weight: 300;
	border-radius: 2rem;
}
.bed-con .oxygen-test h4 strong{
	display: block;
	width: 80%;
	margin: 0px auto 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #b48853;
}
.oxygen-effect{
	background: url(../images/oxygen2.jpg) no-repeat center;
	background-size: cover;
	border-radius: 2rem;
	padding: 8rem 1rem;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 3rem;
	margin-top: 3rem;
}
.oxygen-effect ul {
	display: flex;
	margin-top: 5rem;
	justify-content: center;
}
.oxygen-effect ul li{
	width: 33.3%;
	padding: 0px 7%;
	line-height: 1.4;
	border-left: 2px solid #fff;
}
.oxygen-effect ul li:first-child{
	border-left: 0px;
}
.honor-swiper{
	margin: 0px 8%;
}
.honor-swiper .swiper-slide{
	border: 1px solid #dcd5ce;
	padding: 1rem;
	overflow: hidden;
}
/*中进med分类*/
.jinmed-nav li{
	width: 19%;
}
.jinmed-nav li a{
	display: block;
    background-color: #152441;
    color: #fff;
    line-height: 2.5;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
}
.jinmed-nav li a.active,.jinmed-nav li a:hover{
	background: #f3b40a;
}
@media (max-width:992px){
	.jinmed-nav li a{
		padding: 5px 5px;
		font-size: 12px;
	}
	.oxygen-effect{
		padding: 8rem 1rem;
		font-size: 1.125rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	.breathe-life{
		padding: 8rem 8% 4rem;
		margin: 2rem 0px;
		border-radius: 2rem;
	}
	.breathe-life h5{
		font-size: 2.0rem;
	}
	.bed-con .table td,.breathe-environment .table td{
		padding: 0.75rem 0.75rem;
	}
	.bed-con ul li {
	    width: 49%;
	    text-align: center;
	    padding: 0rem 0px 2rem;
	}
}
/*智行客*/
.zhixingke li{
    width: 18.5%;
    text-align: center;
    box-shadow: 1px 5px 8px 0 rgb(0,0,0,0.2);
    background: olive linear-gradient(to bottom, #fff, #dde4eb);
    padding: 2.5rem 30px;
    border-radius: 2rem;
}
.zhixingke li p.num{
	color: #1472bb;
}
.zhixingke.share li p.num{
	color: #e94822;
}
.zhixingke li h5 strong{
	display: block;
	font-weight: 600;
	color: #181818;
}
.zhixingke li h5:after{
	content: "";
	display: block;
	width: 60px;
	height: 10px;
	border-radius: 10px;
	margin: 25px auto;
	background-color: #1472bb;
}
.zhixingke.share li h5:after{
	background-color: #e94822;
}
@media (max-width:992px){
	.bed-con ul.breathe-principle li{
	    width: 100%;
	    padding: 0.8rem 20px;
	    margin-bottom: 0.5rem;
	}
	.bathing-bed ul li{
	    padding: 0.8rem 20px;
	    margin-bottom: 0.5rem;
	}
	.bed-con .oxygen-test h5 strong{
		font-size: 2.0rem;
	}
	.zhixingke li{
		width: 49%;
	    padding: 0.8rem 20px;
	    border-radius: 0.8rem;
	    margin-bottom: 0.5rem;
	}
	.zhixingke li:last-child{
		width: 100%;
	}
	.bed-con ul.oxygen-source li{
		width: 100%;
		margin-bottom: 1rem;
	}
	.high-oxygen1 ul li{
		padding: 2rem 0.8rem;
	}
	.zhixingke li h5:after,.bathing-bed ul li h5:after{
		width: 30px;
	    height: 4px;
	    margin: 5px auto;
	}
}
/*上下页*/
.pre-next{
	border-top: 1px solid #aeaeae;
}
.pre-next span{
	font-weight: bold;
}
@media (max-width: 991.98px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px
	}
}
.footer{
	background: url(../images/foot.jpg) no-repeat top center #14223d;
	background-size: cover;
	padding: 4rem 0;
	border-top: 10px solid #f49209;
}
/*底部第一部分*/
.footer .fot-contact{
	border-bottom: 1px solid #2d3a54;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.footer .fot-contact h5{
	font-size: 16px;
	color: #fff;
	line-height: 1.1;
	font-weight: 600;
}
.footer .fot-contact h5 span{
	font-size: 2.1rem;
	display: block;
	color: #f3b40a;
}
.footer .fot-contact h4{
	font-size: 1.4rem;
}
/*底部菜单*/
.footer .footnav{
	overflow: hidden;
	padding-bottom: 4rem;
}
.footer .footnav h5{
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.footnav .nav-link{
	font-weight: 200;
	color: #fff;
	opacity: 0.9;
	padding: 0rem 0rem;
}
.footnav .scroll-top a{
	color: #fff;
	font-weight: 600;
}
.footer .footer-copyright{
	padding-top: 30px;
	border-top: 1px solid #2d3a54;
}
.footer .footer-copyright a{
	color: #fff;
}
.ft-row {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 992px){
	.footer .fot-contact h5 {
	    font-size: 12px;
	}
	.footer .fot-contact h5 span {
	    font-size: 1.8rem;
	}
	.ft-row {
	flex-wrap: wrap;
	}
	.ft-col{
		width: 20%;
	}
	.footer .footer-copyright{
		border-top: 0px solid #2d3a54;
		padding-top: 0px;
		font-size: 1.0rem;
		font-weight: 200;
	}
}
@media (max-width: 560px){
	.ft-col{
		width: 30%;
	}
	.official-icon{
		display: none !important;
	}
}
/*二维码*/
.official-icon li{
	position: relative;
	margin-left: 15px;
}
.footer .official-img{
	padding: 5px;
	left: 50%;
	width: 65px;
	transform: translateX(-50%) scale(0,0);
	position: absolute;
	bottom: 115%;
	background: #fff;
    transition: transform .5s 0s ease-in-out;
}
.official-icon li:hover .official-img{
	transform: translateX(-50%) scale(1,1);
}
.footer .qr-icon img{
	background-color: #6f81a4;
	padding: 8px;
	width: 30px;
	border-radius: 100%;
}

.card-img-260 .card-img-top,.imgmask{
	transition-duration: 0.6s;
}
.card-img-260:hover .card-img-top{
	transform: scale(1.1);
}
.imgmask{
	text-align: center;
    position: absolute;
    top: 0px;
    left: 0.15625px;
    background: rgba(204, 0, 0, 0.7);
    z-index: 1002;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
}
.imgmask img{
	margin-top: 35%;
}
.card-img-260:hover .imgmask{
	opacity: 1;

}
.online {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}
.online dl {
	background-color: hsla(0,0%,92.5%,.6);
	padding: 16px 16px;
	line-height: 1.0;
	color: #000;
	margin-bottom: 15px;
	position: relative;
	border-radius: 100%;
}
.online dl dd {
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 18px;
}
.online dl:hover {
	background: #152441;
	color: #fff;
}
.online dl dt {
	position: absolute;
	top: 7px;
	right: 60px;
	background-color: #fafafa;
    transition: opacity .3s cubic-bezier(.39,.575,.565,1);
    opacity: 0;
    visibility: hidden;
	z-index: 9999;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}
.online dl:hover dt{
	opacity: 1;
    visibility: visible;
}
.online dl dt .layer-triangle {
    position: absolute;
    right: -5px;
    bottom: 12px;
    width: 10px;
    height: 10px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 768px){
	footer .container {
		width: 98%;
		max-width: 960px;
	}
}
/*常见问题*/
.faqlist{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #ddd;
}
.faqlist h4{
	font-size: 16px;
	line-height: 50px;
	color: #24394e;
	padding-left: 15px;
	background: #f6f6f6;
}

.faqlist .abstract{
	line-height: 140%;
    font-size: 14px;
    color: #434343;
    font-weight: normal;
    text-decoration: none;
    padding: 15px;

}
@media(max-width:768px){
.banner-txt #sildeNav{
	display: none;
}
}
@media only screen and (max-width: 992px) {
.logo-sm-height{height: 35px;}
.banner .banner-txt{
	position: absolute;
	width: 100%;
}
.banner .banner-txt h3{
	font-size: 36px;
	font-weight: bolder;
	color: #fff;
	margin-top: -30px;
}
.subnav{
	display: none;
}

.related-link a {
    line-height: 2;
    padding: 5px 25px;
    font-size: 14px;
}
.wheelchair .btn-rad {
    padding: 0.5rem 1rem;
    font-size: 14px;
}
.quality .card-desc {
    font-size: 14px;
}
.quality .card-title {
    font-size: 18px;
}
.category {
    background-size: 202%;
    padding-top: 3.75rem;
    padding-bottom: 4rem;
}
.category .card {
    border-radius: 0.75rem;
    margin-top: 95px;
}
.productlist .card-more a{
	font-size: 12px;
	padding: 10px 20px;
}
.footer .code, .footer .code img {
    margin-bottom: 0px;
}
.footer .code-img img{
	max-width: 100%;
}
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
.category {
    background-size: 202%;
    padding-top: 0.75rem;
    padding-bottom: 4rem;
}
.category .card-title a {
    font-size: 16px;
}
.category .card-body {
    font-size: 12px;
}
.proNav .comtitle span {
    font-size: 30px;
}
/* .sonsort ul li a {
    line-height: 20px;
    padding: 40px 15px;
    margin: 0px 2px;
} */
}

@media only screen and (max-width: 768px) {
.topbar {
    line-height: 23px;
    font-size: 15px;
    padding-bottom: 5px;
}
.navbar-expand-lg .navbar-nav{
	padding-top: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 55px;
    font-size: 1.15rem;
    border-bottom: 1px solid #dcdcdc;
}
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
.banner .banner-txt h3{
	font-size: 1.25rem;
}

.position {
    padding-top: 0px;
    padding-bottom: 0px;
}
.cstlayer span {
    font-size: 14px;
}
.cstlayer i{
	display: inline-block;
}
/* .cstlayer .menu-bar{
	float: right;
	margin-top: 8px;
} */
.cstlayer.collapsed .menu-bar:before{
	content: "\f196";
}
.cstlayer .menu-bar:before{
	content: "\f147";
}
.sonsort ul li a {
    line-height: 50px;
    padding: 0px 15px;
    border-bottom: 1px solid #efefef;
}
.sonsort ul li:before,.sonsort ul li:last-child:after {
    content: " ";
}
.banner-txt .sonsort ul li a{
	line-height: 32px;
    padding: 0px 6px;
}
.footer {
    padding: 1.5rem 0;
}
.online dl dd i {
    font-size: 20px;
}
.online dl {
    padding: 10px 10px;
}

}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-260 {
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
	border-bottom:0px solid;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/


/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
.fs-45 {
	font-size: 3.214rem;
}
.fs-50 {
	font-size: 3.571rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 990px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}
.bold{
	font-weight: 600;
}
/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}


/* 董事长说 */
.dszs-content{
	padding-right: 20px;
}
.dszs-img img{
	width:100%;
}
@media (max-width:992px){
	.dszs-content{
		padding-right:0;
	}
	.dszs-img{
		margin-top:1rem;
		padding-left:0;
	}
}

/* 企业文化 */
.ny-value{
	background: url(../images/value.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.ny-value .value-list ul li{
	width: 25%;
	color:#fff;
	padding: 30rem 5%;
    text-align: center;
    border-right: 1px solid #ffffff25;
    transition: all 0.3s ease-in-out;
}
.ny-value .value-list ul li strong{
	display: block;
	font-weight: 600;
	font-size: 2.0rem;
	margin-bottom: 2rem;
}
.ny-value .value-list ul li p{
	font-size: 1.2rem;
	line-height: 25px;
    font-weight: 300;
}
.ny-value .value-list ul li:hover{
   background-color: rgba(20,34,61,0.7);
}
@media (max-width:992px){
	.ny-value .value-list ul li{
		width: 50%;
		padding: 5rem 3%;
	}
	.ny-value .value-list ul li strong{
		font-size: 1.45rem;
    	margin-bottom: 1rem;
	}
}
/*实力领航*/
.ny-strength .strength-list {
    margin-bottom: 40px;
    background-color: #f5f5f5;
    border-radius: 2rem;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
    flex-wrap: wrap;
}
.ny-strength .strength-list:nth-child(odd){
  flex-direction: row;
  text-align: right;
}
.ny-strength .strength-list .strength-img{
    width: 50%;
    overflow: hidden;
    border-radius: 2rem;
}
.ny-strength .strength-list .strength-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-strength .strength-list:hover .strength-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ny-strength .strength-list .strength-content{
    width: 50%;
    padding: 4%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
}
.ny-strength .strength-list:nth-child(odd) .strength-content{
  justify-content: flex-end;
}
.ny-strength .strength-list .strength-content h4{
    font-size: 20px;
    display: block;
    width: 100%;
}
.ny-strength .strength-list .strength-content h4 span:before{
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  margin: 5px 0px;
  background-color: #f3b40a;
}
.ny-strength .strength-list:nth-child(odd) .strength-content h4 span:before{
  margin: 5px 0px 5px auto;
}
.ny-strength .strength-list .strength-content h4 span{
    font-size: 35px;
    font-weight: 600;
    display: block;
}
@media (max-width:991px){
    .ny-strength .strength-list {
        margin: 10px 0px;
        padding-bottom: 0px;
    }
    .ny-strength .strength-list .strength-img,.ny-strength .strength-list .strength-content{
      width: 100%;
    }
    .ny-strength .strength-list .strength-content h4 {
      font-size: 14px;
    }
    .ny-strength .strength-list .strength-content h4 span {
      font-size: 18px;
    }
}
/* 荣誉资质 */
.zcpz-part2 .zcpz-left{
	width:65%;
}
.zcpz-part2,.zcpz-part3{
	padding: 1.5rem 1.5rem;
	display: flex;
	border-radius: 2.0rem;
	justify-content: space-between;
	border:1px solid #eee;
}
.zcpz-part2 .zcpz-right{
	width: 30%;
}
.zcpz-part2 .zcpz-right .zcpz-part2-img{
	padding:10px;
	border-radius: 1.0rem;
	border:1px solid #eee;
}
.zcpz-part2 .zcpz-right .zcpz-part2-img img,.zcpz-part3 .zcpz-right .zcpz-part2-img img{
	width:100%;
}
.zcpz-part3 .zcpz-left{
	width:40%;
}
.zcpz-part3 .zcpz-right{
	width:55%;
}
@media (max-width:992px){
	.zcpz-part1 p{
		padding:0 10px;
		font-size: 14px;
		bottom:0;
		line-height: 1.6;
	}
	.zcpz-part2 .zcpz-left{
		width:100%;
		padding:10px;
	}
	.zcpz-part2 .zcpz-right{
		width:100%;
	}
	.zcpz-part3 .zcpz-left{
		width:100%;
		padding:10px;
	}
	.zcpz-part3 .zcpz-right{
		width:100%;
	}
}
@media (max-width:550px){
	.zcpz-part2{
		flex-wrap: wrap;
	}
}
/* 常见问题 */
.question .question-list{
	padding:30px 70px;
	border:1px solid #eee;
	margin-bottom:20px;
}
.question .question-list .question-title strong{
	display: inline-block;
	font-size: 32px;
	color:#fa9507;
	width:50px;
}
.question .question-list .question-title strong::after{
	content:'';
	display: inline-block;
	height:23px;
	width:3px;
	background:#dfdfdf;
	position: relative;
	left:10px;
}
.question .question-list .question-title span{
	display: inline-block;
	line-height: 30px;
	border-bottom:1px solid #eee;
	font-size: 14px;
	width:94%;
	position: relative;
	top:-10px;
}
.question .question-list .question-an{
	padding-left:50px;
	font-size: 14px;
	line-height: 25px;
	color:#fa9507;
	font-weight: bold;
}
@media (max-width:992px){
	.question .question-list{
		padding:20px;
	}
	.question .question-list .question-title span{
		width:78%;
	}
}

/* 发展历程 */
.g-lc {
  background: url(../images/history.jpg) no-repeat;
  background-size: 100% 75%;
  background-position: bottom center;
  padding-left: 5%;
  padding-right: 5%;
}
.g-lc h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #323333;
}
.g-lc .g-lc-con {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.g-lc .g-lc-con .lc-next {
  width: auto;
  height: auto;
  top: 46%;
  background: none;
  right: -10px;
  opacity: 1;
}
.g-lc .g-lc-con .lc-prev {
  width: auto;
  top: 46%;
  height: auto;
  background: none;
  left: -10px;
  opacity: 1;
}
.g-lc .g-lc-con .glc-cz {
  position: absolute;
  width: 100%;
  left: 0;
  top: 46%;
}
.g-lc .g-lc-con .lc-swiper {
  position: relative;
  width: 94.75%;
  margin: 0 auto;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide {
    padding-left: 9px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con {
  display: flex;
  flex-direction: column;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp {
  position: relative;
  padding-bottom: 70px;
  width: 580px;
  display: flex;
  flex-direction: column-reverse;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
  font-size: 38px;
  font-weight: bold;
  color: #f49209;
  transition: all 0.3s;
  position: relative;
  padding-left: 33px;
  height: 38px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 img {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  transition: all 0.3s;
  z-index: 2;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div {
  line-height: 30px;
  letter-spacing: 1px;
  color: #323333;
  margin-top: 16px;
  padding-left: 33px;
  height: 200px;
  display: flex;
  flex-direction: column-reverse;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul,.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul li{
    position: relative;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul::before{
    position: absolute;
    left: -33px;
    bottom: 0;
    bottom: 0px;
    content: '';
    height: calc(100% - 20px);
    width: 1px;
    z-index: 1px;
    background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp div ul::before{
    position: absolute;
    left: -33px;
    bottom: 0;
    top: -36px;
    content: '';
    height: calc(100% + 26px);
    width: 1px;
    z-index: 1px;
    background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul li::before{
    position: absolute;
    left: -42px;
    top: 30%;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/yq.png) no-repeat;
    transition: all 0.3s;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul li strong{
    font-size: 26px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: calc(100% - 200px);
  background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-bt {
  height: 356px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 {
  font-size: 30px;
  position: relative;
  margin-top: -5px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 img {
  top: 17px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con {
  flex-direction: column-reverse;
}

.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp,.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con div{
  flex-direction: column;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp::before {
  bottom: auto;
  top: 0;
  height: calc(100% - 200px);
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp {
  padding-bottom: 0;
  padding-top: 70px;
  margin-top: -33px;
}

/* 产品使用说明 */
.use{
	text-align: center;
}
.use-part{
	margin:80px 0;
}
.use-part .use-part-title strong{
	font-size: 40px;
	color:#fa9507;
}
.use-part .use-part-title p{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin:20px 0;
}
.use-part .use-part1-box{
	width:70%;
	margin:0 auto 20px;
	padding:30px 40px;
	border:1px solid #eee;
	border-radius: 5px;
}
.use-part .use-part1-box .use-part1-text{
	margin-top:20px;
}
.use-part .use-part1-box .use-part1-text p{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.use-part .use-part1-box .use-part1-text .p0{
	color:#fa9507;
}
.use-part .use-part2-box{
	width:70%;
	margin:0 auto 20px;
	background:#fa9507;
	border-radius: 5px;
	position: relative;
}
.use-part .use-part2-box .use-part2-left{
	width:10%;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	vertical-align: middle;
	height:100%;
}
.use-part .use-part2-box .use-part2-left .use-part2-name{
	line-height: 28px;
	vertical-align: middle;
	position: absolute;
	top:30%;
	left:4%;
}
.use-part .use-part2-box .use-part2-right{
	width:90%;
	background:#fff;
	border-radius: 5px;
	border:1px solid #eee;
	padding:30px 20px;
}
.use-part .use-part2-box .use-part2-right .use-part2-img{
	margin-bottom:20px;
}
.use-part .use-part2-box .use-part2-right .use-part2-img p{
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 0 0;
	margin:0;
}
.use-part .use-part2-box .use-part2-right .use-part2-text{
	padding:20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border:1px solid #eee;
	border-radius: 5px;
	line-height: 25px;
}
@media (max-width:992px){
	.use-part .use-part-title strong{
		font-size: 20px;
	}
	.use-part .use-part-title p{
		font-size: 14px;
	}
	.use-part .use-part1-box{
		width:100%
	}
	.use-part .use-part2-box{
		width:100%;
	}
	.use-part .use-part1-box .use-part1-img img{
		width:100%;
	}
	.use-part .use-part1-box .use-part1-text p{
		font-size: 14px;
	}
	.use-part .use-part2-box .use-part2-left{
		width:20%;
	}
	.use-part .use-part2-box .use-part2-right{
		width:80%;
	}
}








