<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
    font: 12px/140% Arial,Microsoft YaHei,Helvetica, sans-serif,Verdana;
    color: #2b2b2b;
    margin: 0;
    background: #fbfbfb;
}
li {
	list-style: none;
}
a {
	color: #2b2b2b
}
a:hover {
	text-decoration: none;
	color: #f49209;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
	border: none;
}
/*头部*/
.nav-right{
	font-size: 18px;
	white-space: nowrap;
}
.nav-right i{
	margin: 0px 5px;
	line-height: 80px;
}
.nav-right .h-tel{
	color:#24394e;
	font-weight: 900;
}
.nav-right .h-cn{
	color:#f49209;
	font-size: 16px;
}
.nav-right .h-en{
	font-size: 16px;
}
.nav-right i.telephone{	
	color:#f49209;
}
.nav-right ul li{
	display: inline-block;
	position: relative;	
}
.nav-right ul li .hover-box{
    position: absolute;
    top:100px;
    left:-40px;
    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:80px;
}
.nav-right ul li .hover-er{
    background:#fff;
    padding:5px;
    text-align: center;
    line-height: 2;
    font-size: 14px;
}
.nav-right ul li .hover-er img {
    width: 100px;
}
.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: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0rem 0rem;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
	font-size: 18px;
	color: #2b2b2b;
	line-height: 78px;
	white-space:nowrap;
	border-top: 2px solid #fff;
	margin-left: 10px;
}

@media only screen and (max-width: 1360px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0rem 0rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
}
@media only screen and (max-width: 1280px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0rem 0rem;
	padding-right: 0.4rem;
	font-size: 16px;
	padding-left: 0.4rem;
}
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #f49209;   
    font-weight: bold;
    border-top: 2px solid #f49209;
}
.navbar-light .navbar-nav .active&gt;.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show&gt;.nav-link {
    color: #f49209;   
    font-weight: bold;
    border-top: 2px solid #f49209;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
.navbar-nav .nav-item{
	position: relative;
} 
.subnav {
    background-color: #fff;
    text-align: left;
    padding: 1em 1em;
    display: inline-block;
    position: absolute;
    top: 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&gt;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&gt;div a {
	display: block;
	font-size: 14px;
	color: #2b2b2b;
	padding: .5em 1.0em;
	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&gt;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&gt;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;
}
.productlist .card-body{
	background: #fcfcfc;
}
/*上下外边距*/
.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: 14px;
}
.page-link{
	padding: 0.4rem 1rem;
	font-size: 14px;
}
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 {	
    z-index: 999;
    max-width: 1400px;
    margin: -125px auto 4rem auto;
}
.main-content{
	background: #fff;
    padding: 0rem 0px 4rem;
    overflow: hidden;
}
.pages h2{
	font-size: 35px;
	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: 14px;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 10px;
}

/*轮椅*/
.wheelchair .slide-box {       
    position: relative;
    padding: 0px 50px; 
}
.wheelchair .gallery-thumbs{margin:15px 0px;}
.wheelchair .gallery-thumbs .zhishi-list{border-radius:1px;line-height:20px;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;
	margin-bottom: 15px;
}
.wheelchair .swiper-slide .adv-img{
	border: 1px solid #eeeeee;
	font-weight: bold; 
	line-height:40px;
	font-size:16px;
	color:#f49209
}
.wheelchair .swiper-slide .adv-img img{
	max-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;
}
.wheelchair .nav-info{
	font-size: 
}
/*内页侧边分类*/
.sonsort {   
    margin-top: 0px;
    border-bottom: 1px solid #f3f3f3;
	z-index: 9999999999;
	background-color: #fff;
}
.cstlayer{		
	font-size: 40px;
	font-weight: bolder;
	color: #24394e;
	line-height: 120px; 	
}
.cstlayer span{
	display: block;
	font-size: 20px;
	font-weight:lighter;
	text-transform: uppercase;
}
.cstlayer i{
	display: none;
}
.sonsort ul li a{
	line-height: 120px;			
	padding: 0px 15px;
	margin: 0px 4px;
	display: block;
}
.sonsort ul li:before{
	content: "|";
	float: left;
	line-height: 120px;
	margin-left: -2px;

}
.sonsort ul li a:hover{
	background: url(../images/menu-hover.jpg) repeat-x;
}
@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: 35px;
	}	
}
.sonsort ul li a i{
	font-size: 10px;
	font-weight: lighter;
	margin-right: 10px;
}
.sonsort ul li.active a{
	font-weight: bolder;
	color: #fa9507;
	background: url(../images/menu-hover.jpg) repeat-x;
}
.left-Contact{
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
	color: #fff;
	line-height: 1.2;
}
.left-Contact span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.left-Contact p{
	margin-bottom: 10px;
}
.left-Contact i{
	border: 2px solid #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	font-weight: normal;
	margin-bottom: 5px;
}
.left-Contact .code-img{
	background: #fff;
	display: inline-block;
	margin: 0px auto;
	padding: 10px;
}
.left-Contact .code-img .small{
	color: #010101;
	font-size: 12px;
	margin-top: 5px;
}
/*当前位置*/
.position {	
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.position a{
	color: #fff;
}
.announcement {	
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f8f8f8;
	font-size: 16px;
	line-height: 35px;
}
.announcement span{
	font-weight: bolder;
	color: #f44009;
}

/*关键词*/
.search-key{
	font-size: 16px;
	line-height: 35px;
	display: flex;
}
.search-key span{	
	font-weight: bolder;
}
.search-key ul{
	display: flex;
} 
.search-key ul li{	
	padding: 0px 5px;
}
.search-key ul li a:hover{
	font-weight: bold;
}
.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 .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;
}
.banner{
	position: relative;
	z-index: -1;
}
.banner img{
	max-width: 100%;
}
.banner .banner-txt{
	position: absolute;
	width: 100%;
	top: 50%;	
}
.banner .banner-txt h3{
	font-size: 32px;
	font-weight: bolder;
	color: #fff;
	text-transform: uppercase;
	margin-top: -30px;
}
/*产品分类*/
.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;
}
.zeren .card-img{
	position: relative;
	margin-bottom: 5%;
	overflow: hidden;	
}
.zeren .card-img img{
	transition: all 0.3s linear;
	width: 100%;
}
.zeren .card-img:hover img{
 transform: scale(1.1);
}
.zeren .card-body{	
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	padding-top: 80px;
	bottom: 0;
	width: 100%;
	background: url(../images/ze.png) bottom repeat-x;	
}
.zeren .card-body:hover{	
	background: url(../images/ze-hover.png) bottom repeat-x;	
}
.zeren .card-title{	
	font-size: 30px;
	font-weight: bolder;    
    line-height: 1.2;
    color: #fff;  
}
.zeren .card-title span{
	font-size: 18px;
	display: block;
}
.zeren .card-title span.other{
	font-size: 22px;
}
.zeren .card-title:after{
	content: "";
    display: block;
    border-bottom: 2px solid #fa9507;
    margin-top: 10px;
    width: 35px;
}
.zeren .card-desc{	
	font-size: 24px;
    line-height: 1.2;
    color: #fff;
}
.zeren .card-desc span{
	font-size: 16px;
	display: block;
}

.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;    
}

/*产品类别*/
.proNav .comtitle{	
	font-size: 20px;	
	font-weight: bold;
	color: #fa9507;
	line-height: 1.2;
	position: relative;
}
.proNav .comtitle span{	
	width: 100%;
	display: block;	
	font-size: 40px;
	color: #24394e;
}
.proNav .comtitle:after{
	content: "";
	display: block;
	border-bottom: 2px solid #fa9507;
	margin-top: 10px;
	width: 35px;
}
.proNav .info{
	font-size: 20px;	
	line-height: 2;
}
.proNav .navlist{
	background: url(../images/proNav.jpg) no-repeat #283e54;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.proNav .navlist .navli{
	position: relative;
	padding: 22px 0px;
	background: transparent;
	transition: all 0.3s linear;
}
.proNav .navlist .navli:after{
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	border-right: 1px dashed #a0acb6;
}
.proNav .navlist .navli:last-child:after{
	border-right: 0px dashed #a0acb6;
}
.proNav .navlist .navli .card-body {    
    padding: 0.5rem;
}
.proNav .navlist .navli .card-title{
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}
.proNav .navlist .navli .card-title:before{
	content: "";
	display: block;
	border-bottom: 1px solid #fff;
	margin: 0px auto 10px;
	width: 10px;
}
.proNav .navlist .navli:hover{
	background: url(../images/navHover.jpg) no-repeat #fda50a;
	border-radius: 5px;	
	background-size: 100%;
}
/*最新资讯*/
.news{	
	padding:4rem 0px;
}
.picList .img{
	width: 100%;	
	margin-bottom: 10px; 
}
.picList .img img{
	width: 100%;
}
.picList .news-title{
	font-size: 18px;
	line-height: 1.4;
	color: #2b2b2b;
}
.picList .news-title span{
	font-size: 14px;
	color: #4d4d4d;
	display: block;
}
.picList .news-title:after{
	content: "";
    display: block;
    border-bottom: 2px solid #fa9507;
    margin: 10px 0px;
    width: 25px;
}
.picList .news-desc{
	font-size: 14px;
	line-height: 1.4;
	color: #2b2b2b;
	padding-bottom: 20px;
}
.picList .swiper-pagination{
	text-align: left;
}
.picList .swiper-pagination-bullet-active{
	background: #f49209;
	width: 25px;
	border-radius: 10px;
}
.picList.swiper-container-horizontal&gt;.swiper-pagination-bullets, .picList.swiper-pagination-custom, .picList.swiper-pagination-fraction{
	bottom: 0;
}
.news-tab li a{
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	line-height: 1.4;
	font-weight: bolder;
	border-bottom: 2px solid #fff;
}
.news-tab li a:hover{
	color: #f49209;
	border-bottom: 2px solid #f49209;
}
.newslist ul li{
	border-bottom: 1px dotted #dddddd;
	font-size: 14px;
	line-height: 3;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newslist ul li i{
	color: #000;
	font-size: 12px;
	margin-right: 10px;
}
.newslist ul li span.time{
	float: right;
	font-size: 14px;
	color: #555555;
}
/*首页新闻右侧*/
.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%;    
}
.content {	
	line-height: 1.6;
}
.content.about,.content.contact{
	font-size: 16px;
}
.content.about p{
	margin: 10px 0px;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content.about .zhan{
	border: 1px solid #eeeeee;
	padding: 15px;
}
.content.about .zhan p{
	text-align: center;
	line-height: 1.4;
	min-height: 40px;
}
.content.contact h5{
	font-size: 32px;
	font-weight: bolder;
	color: #24394e;
}
.content.news{
	font-size: 16px;
	width: 80%;
	margin:0px auto;
	padding: 1rem 0px;
}
.content.news p{
	margin-bottom: 10px;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*案例展示*/
.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-image: url(../images/contact.gif);
	background-size: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
.contact .contact-con{
	width: 31%;
	float: right;
	font-size: 16px;
	line-height: 1.8;
	color: #2b2b2b;
	margin: 120px 0px;
}
.contact .contact-con strong{
	font-size: 24px;
	color: #14abb5;
	margin-bottom: 15px;
}
/*产品轮播*/

.view .swiper-slide {	
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {	
	max-width: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;	
}
.preview .swiper-slide {	
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	width: 77px;
}
.preview .swiper-slide img {
	display: inline-block;
	max-width: 100%;
}
.preview .swiper-slide-thumb-active {
	border: 2px solid #e20718;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.product-con{

}
.product-con h5{
   font-size: 22px;
   font-weight: bolder;
   color: #14abb5;
}
.product-con h5 span{
	display: block;
	font-size: 18px;
}
.product-con h5:after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    margin: 10px 0;
    background-color: #e22434;
}
.product-con .overview{
	font-size: 16px;
	line-height: 30px;
	height: 278px;
	overflow: hidden;	
	text-align:justify;
	text-justify:distribute-all-lines;
}
.product-con .overview span{
	font-size: 20px;
	font-weight: bolder;
	color: #14abb5;
	display: block;
}
@media (min-width: 1360px){
	.product-con .overview{
		height: 325px;
	}
}
/*产品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&gt;li{
	padding-left: 0px;
}
.pro-tab-box .nav-tabs&gt;li&gt;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&gt;li&gt;a.active, 
.pro-tab-box .nav-tabs&gt;li&gt;a.active:focus, 
.pro-tab-box .nav-tabs&gt;li&gt;a.active:hover,
.pro-tab-box .nav-tabs&gt;li&gt;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{
	margin-bottom: 10px;
}
.conlo-txt img{
	max-width: 100%;
}
.pre-next{
	font-size: 18px;
	line-height: 1.6;
}
.pre-next span{
	font-weight: bold;
}
@media (max-width: 991.98px){
	.navbar-expand-lg&gt;.container, .navbar-expand-lg&gt;.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px
	}
}
.footer{
	background: url(../images/foot.jpg) #26313d;
	padding: 5.5rem 0;
	border-bottom: 10px solid #f49209;
}
.footer .footnav{
	overflow: hidden;
	border-bottom: 1px solid #1e2630;
	padding-bottom: 60px;
}
.footer .footnav h5{
	font-size: 18px;
	line-height: 2.2;
	color: #fff;
	font-weight: bold;
}
.footnav .fot-contact h5{
	font-size: 30px;
	line-height: 1;
}
.footnav .fot-contact h5 i{
	font-size: 26px;
	font-weight: normal;
}
.footnav .fot-contact h4{
	font-size: 14px;
}
.footnav .fot-contact .col-md-4{
	padding-right: 5px;
}
.footnav .fot-contact h4 span{
	font-size: 20px;
	display: block;
}
.footnav .nav-link{
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	opacity: 0.9;
	padding: 0rem 0rem;	
}
.footer .code-img{
	padding: 5px;
	margin-top: 10px;
	background: #fff;
	font-size: 16px;
	color: #333;
	display: inline-block;
}
.footer .code-img img{
	max-width: 100%;
}
.footer .code-img .small{
	text-align: center;
}

.footer .copyright{
	padding-top: 30px;
	line-height: 1.8;
	font-size: 14px;
	border-top: 1px solid #2d3a48;
}
.footer .copyright a{
	color: #fff;
}
@media only screen and (max-width: 1360px) {
.footer .footnav h5 {
    font-size: 18px;
}
.footnav .nav-link {
    font-size: 14px;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;	
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #24394e;
	padding: 10px 15px;
	margin-bottom: 1px;
	position: relative;
	border-radius: 10%;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1c3043;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}
.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;

}
/*常见问题*/
.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 only screen and (max-width: 992px) {
.logo-sm-height{height: 50px;}
.subnav{
	display: none;
}
.banner img {
    max-width: 200%;
    margin-left: -50%;
}
.banner .banner-txt{
	position: absolute;
	width: 100%;
	top: 50%;	
}
.banner .banner-txt h3{
	font-size: 36px;
	font-weight: bolder;
	color: #fff;
	margin-top: -30px;
}
.cstlayer {
    font-size: 28px;
    white-space: nowrap;
}
.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;
}
.search-key {
    font-size: 14px;
}
.search .search-input input {    
    font-size: 12px;
}
.category {   
    background-size: 202%;
    padding-top: 3.75rem;
    padding-bottom: 4rem;
}
.category .card {
    border-radius: 0.75rem;
    margin-top: 95px;
}
.comtitle {    
    font-size: 60px;
 }
.comtitle span {   
    line-height: 60px;
    font-size: 30px;
}
.productlist .card-title,.zeren .card-desc span{
	font-size: 14px;
}
.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,.zeren .card-title span {
    font-size: 16px;
}
.category .card-body { 
    font-size: 12px;
}
.zeren .card-title {
    font-size: 24px;
} 
.zeren .card-desc,.zeren .card-title span.other {
    font-size: 18px;
} 
.proNav .comtitle span {
    font-size: 30px;
}
.sonsort ul li a {
    line-height: 20px;
    padding: 40px 15px;
    margin: 0px 2px;
}
.content.news{
	font-size: 14px;
	width: 100%;	
}

}

@media only screen and (max-width: 768px) {
.topbar {    
    line-height: 23px;
    font-size: 15px;
    padding-bottom: 5px;  
}
.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 45px;
    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: 20px;	
}
.pages {
    z-index: 999;
    max-width: 1400px;
    margin: -50px 10px 1rem 10px;
}
.position {
    padding-top: 0px;
    padding-bottom: 0px;
}
.sonsort {
    padding: 10px 20px;
}
.cstlayer {
    font-size: 24px;    
    line-height: 1.4;
    margin-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 {
    content: " ";
    float: left;
    line-height: 50px;
    margin-left: -2px;
}
.footer { 
    padding: 1.5rem 0;
}
.online dl dd i {
    font-size: 20px;
}
.online dl {
    padding: 10px 10px;
}
.footnav .fot-contact h4 span {
    font-size: 16px;
}
}
/*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: 1.5;
}
.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;
}
/*高度*/
.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;
}
}

/*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;
}
}

/* 修改页面样式 */
.about-add{
	margin-top:3.5rem;
}
/* 董事长说 */
.dszs-content{
	padding-right:30px;
}
.dszs-img{
	margin-top:3rem;
	padding-left:10px;
}
.dszs-img img{
	width:100%;
}
@media (max-width:992px){
	.dszs-content{
		padding-right:0;
	}
	.dszs-img{
		margin-top:1rem;
		padding-left:0;
	}
}

/* 企业文化 */
.culture-box{
	width:100%;
	position: relative;
}
.culture-box&gt;img{
	width:100%;
}
.culture-box .culture-mask{
	width:100%;
	height:50%;
	position: absolute;
	bottom:0;
	left:0;
	background:rgba(43,43,43,0.5);
	color:#fff;
	padding:30px 20px;
}
.culture-box .culture-mask strong{
	display: block;
	font-size: 26px;
	color:#fff;
	margin-bottom:20px;
}
.culture-box .culture-mask p{
	font-size: 16px;
	line-height: 25px;
}

/* 制造品质 */
.zcpz-part1{
	position: relative;
}
.zcpz-part1 img{
	width:100%;
}
.zcpz-part1 p{
	position: absolute;
	padding:0 100px;
	color:#fff;
	z-index:999;
	font-size: 18px;
	bottom:80px;
	line-height: 30px;
}
.zcpz-img{
	margin:30px 0;
}
.zcpz-img img{
	width:100%;
}
.zcpz-part2 .zcpz-left{
	width:70%;
	padding:60px 30px;
	font-size: 16px;
	line-height: 28px;
}
.zcpz-part2{
	padding:10px;
	border:1px solid #eee;
}
.zcpz-part2 .zcpz-right{
	width:30%;
}
.zcpz-part2 .zcpz-right .zcpz-part2-img{
	padding:10px;
	border:1px solid #eee;
}
.zcpz-part2 .zcpz-right .zcpz-part2-img img{
	width:100%;
}
.zcpz-part3{
	padding:20px;
	border:1px solid #eee;
	margin:30px 0;
}
.zcpz-part3 .zcpz-left{
	width:45%;
	padding:60px 30px;
	font-size: 16px;
	line-height: 28px;
}
.zcpz-part3 .zcpz-right{
	width:55%;
}
.zcpz-part3 .zcpz-right .zcpz-part3-img img{
	width:100%;
}
@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%;
	}
}
/* 常见问题 */
.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%;
	}
}

/* 发展历程 */
.process{
	background:url(../images/process-bg.png);
	background-size: 100% 100%;
}
.process-list {
	height:200px;
	position: relative;
}
.process-list strong{
	font-size: 35px;
	color:#fa9507;
}
.process-list p{
	font-size: 14px;
	line-height: 25px;
	margin-top:10px;
}
.process-list  .process-left{
	text-align: right;
}
.process-list .process-right{
	text-align: left;
}
.process-list .process-center{
	width:20px;
	height:20px;
	background:#24394e;
	border-radius: 50%;
	margin:0 auto;
	z-index:999;
}
.process-zs{
	height:200px;
	width:3px;
	background:#dedede;
	position: absolute;
	margin-left:-2px;
	left:50%;
	top:20px;
}

@media (max-width:992px){
	.process-zs{
		display: none;
	}
	.process-list{
		height:auto;
		margin-bottom:30px;
	}
	.process-list .process-center{
		display: none;
	}
	.process-list  .process-left{
		text-align: left;
	}
	.process-list strong{
		font-size: 20px;
	}
	.process-list p{
		font-size: 12px;
		line-height: 20px;
	}
	.process-list .col-md-2{
		display: none;
	}
	.process-list .pro-none{
		display: none;
	}

}

/* 产品使用说明 */
.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%;
	}
}







</pre></body></html>