html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
    font: 18px/140% "Microsoft Yahei";
    color: #2b2b2b;
    margin: 0;
    background: #fff;
}
li {
	list-style: none;
}
a {
	color: #2b2b2b;
}
a:hover {
	text-decoration: none;
	color: #025aa4;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4,h5 {
    position: relative;
    padding: 0;
    line-height: normal;
}
img{
    max-width: 100%;
}
/*头部logo*/
.header .container{	
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row nowrap;
	flex-grow: 1;
}
.header .navbar-brand{
	padding-top: .0rem;
    padding-bottom: .0rem;
}
.header .logo-txt{
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	color: #ee7201;
	font-weight: bolder;	
	padding-left: 10px;
}
.header .logo-txt span{
	font-size: 29px;
	color: #2b2b2b;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px solid #2b2b2b;
}
.header .nav-right{
	font-size: 20px;
	white-space: nowrap;
}
.header .nav-right i{
	margin: 2px 5px;
	font-size: 24px;
	color: #196cb8;	
}
.header .nav-right ul li {
    display: inline-block;
    position: relative;
}
.header .nav-right ul li span{
	color: #196cb8;
	font-weight: bolder
}
.header .navbar-toggler{
	display: none;
}
/*导航*/
.navbar.navbar-light{
	background-color: #eaeaea;
	padding-top: 0px;
    padding-bottom: 0px;
    transition: all .3s;
}
.navbar .navbar-nav{
	width: 100%;
	transition: all 0.3s;
}
.navbar.navbar-light .navbar-nav .logo{
	transition: all 0.3s;
	white-space: nowrap;
}
.navbar.navbar-light .navbar-nav .logo img{ height: 50px;}
.navbar.navbar-light .navbar-nav .logo span{
	font-size: 24px;
    line-height: 60px;
    color: #ee7201;
    font-weight: bolder;
    padding-left: 10px;
}
.navbar .navbar-nav:before{
	content: "";
	width: 1px;
	height: 20px;
	border-left: 1px dotted #bbbbbb;
	position: absolute;
	top:50%;
	margin-top: -10px;
	left: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding-right: 0rem; 
    padding-left: 0rem;
    padding: 0px 0px;
    font-size: 18px;
    color: #2b2b2b;
    text-align: center;
    line-height: 60px;
    white-space: nowrap;   
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover{
	color: #005fa7;
}
.navbar-nav li.home .nav-link:before{
	content: "";
	width: 1px;
	height: 20px;
	border-left: 1px dotted #bbbbbb;
	position: absolute;
	top:50%;
	margin-top: -10px;
	left: 0;
}
.navbar-nav .nav-link:after{
	content: "";
	width: 1px;
	height: 20px;
	border-right: 1px dotted #bbbbbb;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: -15px;
}
.navbar-nav .col{
	position:unset;
}
.has-children:not(.mega-menu) {
    position: relative;
}
.sub-nav {
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .63);
    transition: .3s opacity;
    z-index: 15;
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    min-width: 10em;
    border-top: 5px solid #0168b7;
}
/*.sub-nav:before,.mega-menu-section:before{ 
	z-index: 20;
    opacity: 1;   
    transition: .3s opacity;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #0168b7;
}*/
.sub-nav li a{
	padding: 0.7em 1.5em;
    font-size: 15px;
    display: block;
    line-height: 1.25;
}
.sub-nav li a:hover{
	background-color: #0168b7;
	color: #fff;
}
.navbar-nav li:hover .sub-nav,.navbar-nav li:hover .mega-menu-section{
	display: block;
}
/*产品的下拉*/
@media(max-width:768px){
	.mega-menu-section{
		display: none !important;
	}
	.sub-nav{
		display: none !important;
	}
}

.mega-menu-section {
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .63);
    transition: .3s;
    display: none;   
    position: absolute;
    left: 0;
    z-index: 15;
    width: 100%;
    padding: 2.5em 1.59em 1.85em;
    border-top: 5px solid #0168b7;
}
.mega-menu-section ul{
	display: flex;
    flex-wrap: wrap;
}
.mega-menu-section ul li.col {
    border-right: 6px solid #f1f1f1;
}
.mega-menu-section ul li.col:last-child {
    border-right: none;
}
.mega-menu-section ul li.col:hover .menushow a{
	background: #0168b7;
	color: #fff;
}
.mega-menu-section ul li h5{
	background: #0168b7;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	font-size: 18px;
	font-weight: bold;
}
.menushow {
	display: flex;
    flex-wrap: wrap;
    margin-left: -0.205em;
    margin-right: -0.205em;
}
.menushow li{
	padding: .205em;
	width: 50%;
}
.menushow a {
    background: #e6e6e6;
    padding: 1em 0.5em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 5.333em;
    height: 100%;
    font-size: .833em;
    line-height: 1;
    transition: .3s border-color, .3s background-color;
    position: relative;
}
.bg-image {
    opacity: 0;
    background: transparent no-repeat center/cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 5px solid #0168b7;
    transition: .3s opacity;
}
.label {
    opacity: 1;
    transition: .3s opacity;
}
.menushow a:hover .bg-image{
    opacity: 1;
}
.menushow a:hover .label{
	opacity: 0;
}
@media (max-width:992px){
    .navbar .navbar-nav{
		display: block;
	}
	.navbar-nav li.home .nav-link:before{
		border-left: 0px dotted #bbbbbb;
	}
	.navbar-nav li.home .nav-link:after,.navbar-nav .nav-link:after{
		border-right: 0px dotted #bbbbbb;
	}
}
/*上下外边距*/
.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;
}
/*分页*/
.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;
}
/*首页第一部分，关于我们*/
.abouts{
	font-size: 15px;	
	overflow: hidden;
	padding: 5rem 0px;
}
.abouts img{
	max-width: 100%;
}
.abouts .about-title{
	font-size: 34px;
	position: relative;
	padding-left: 20px;
}
.abouts .about-title span{
	font-weight: bold;
}
.abouts .about-title p{
	font-size: 22px;	
}
.abouts .about-title:before{
	content: "";
    background-color: #196cb8;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 10px;
    height: 85%;
    position: absolute;
    left: 0
}
@media (max-width:992px){
	.abouts .about-title {
	    font-size: 18px;
	    padding-left: 15px;
	}
	.abouts .about-title p {
	    font-size: 16px;
	}
	.abouts .about-title:before {	   
	    margin-top: 5px;
	    width: 7px;	 
	}
}
/*防爆电器优势*/
.product-ex{
	background: url(../images/expro.jpg) no-repeat;
	background-size: cover;
	padding: 6rem 0px;
}
.product-ex h5{
	font-size: 40px;
	font-weight: bold;
}
.product-ex h5 span{
	display: block;
	font-size: 24px;
	color: #ed7101;
}
.product-ex h5 p{
	font-size: 18px;
}
.product-ex .ex-productred{
	text-align: center;
}
.product-ex .ex-productred img{
	max-width: 100%;
}
.product_cer li{
	margin-bottom: 60px;
}
.product_cer.industrial li{
	margin-bottom: 40px;
}
.product_cer li i {
    display: block;
    height: 85px;
    text-align: center;    
    overflow: hidden;
    margin: 0px auto 0;
}
.product_cer.industrial li i {
    display: block;
    height: 117px !important;
    text-align: center;    
    overflow: hidden;
    margin: 0px auto 0;
}
.product_cer li i p{
	display: block;	
	transition: all 0.4s;
	margin: 5px 0px;
}
.product_cer li i p img{
	max-width: 100%;
}
.product_cer li.cur i p:nth-child(1), .product_cer li:hover i p:nth-child(1) {
    margin-top: -85px;
}
.product_cer.industrial li.cur i p:nth-child(1), .product_cer.industrial li:hover i p:nth-child(1) {
    margin-top: -117px !important;
}
.product_cer li em {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding-top: 18px;
    text-align: center;
    font-style: normal;
}
.product_cer li.cur em,.product_cer li:hover em{
	color: #ed7101;
}
.product-certxt{
	position: relative;
}
.product-certxt li{
	background: #196cb8;
	border-radius: 5px;
	padding: 35px 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.4s;
}
.product-certxt li.cur{
	opacity: 1;
}
.product-certxt li b {
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    font-weight: bold;   
}
.product-certxt li em {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 10px;
    opacity: 0.8;
    font-style: normal;
}
.product-certxt li i{
	float: left;
	font-style: normal;
}
.product-certxt li img {
    float: right;
    height: 80px;
    margin-top: -10px;
}
@media (max-width:992px){
	.product-ex {   
	    padding: 3rem 0px 10rem;
	}
	.product-ex h5 {
	    font-size: 24px;
	}
	.product-ex h5 span {   
	    font-size: 20px;   
	}
	.product-ex h5 p {
	    font-size: 15px;
	}
	.product_cer li em {	   
	    font-size: 14px;	    
	}
	.product_cer li,.product_cer.industrial li {
	    margin-bottom: 15px;
	}
	.product_cer li i {	   
	    height: 46px;
	}
	.product_cer.industrial li i {
	    display: block;
	    height: 57px !important;
	    text-align: center;    
	    overflow: hidden;
	    margin: 0px auto 0;
	}
	.product_cer li i p{
		display: block;	
		transition: all 0.4s;
		margin: 10px 0px;
	}
	.product_cer li i p img{
		max-width: 34%;
	}
	.product_cer li.cur i p:nth-child(1), .product_cer li:hover i p:nth-child(1) {
	    margin-top: -40px;
	}
	.product_cer.industrial li.cur i p:nth-child(1), .product_cer.industrial li:hover i p:nth-child(1) {
	    margin-top: -56px !important;
	}
	.product-certxt li {
	    padding: 15px 15px;
	}
	.product-certxt li b {	  
	    font-size: 18px;
	}
	.product-certxt li em {	    
	    font-size: 16px;
	}
	.product-certxt li img {	   
	    height: auto;
	    margin-top: 0px; 
	    width: 15%;
	}
	.product-certxt li i {	  
	    width: 80%;
	}
}
@media(max-width:767px){
	.product_cer.industrial li i {
		height: 90px !important;
	}
	.product_cer.industrial li i p:nth-child(2){
		display: none;
	}
	.product_cer li.cur i p:nth-child(1), .product_cer li:hover i p:nth-child(1) {
	    margin-top: 0px;
	}
	.product_cer.industrial li.cur i p:nth-child(1), .product_cer.industrial li:hover i p:nth-child(1) {
	    margin-top: 0px !important;
	}
	.product_cer li i{
		height: 64px !important;
	}
	.product_cer li i p:nth-child(2){
		display: none;
	}
	.product_cer li:hover i p:nth-child(1) {
		display: none;
	}
	.product_cer li:hover i p:nth-child(2) {
		display: block;
	}
	.product_cer li i p{
		margin: 0;
	}
}
@media(max-width:430px){
	.product_cer.industrial li i {
		height: 60px !important;
	}
}
/*防爆电器*/
.exLight{
	padding: 4rem 0;
}
.exLight h5{
	font-size: 35px;
	color: #196cb8;
	font-weight: bold;
}
.exLight .exLightCon{
	padding-left: 30px;
}
@media (max-width:992px){
    .exLight .exLightCon{
		padding-left: 15px;
		margin-top: 15px;
	}
}
.ex-nav div a{
   background: #f4f4f4;
   font-size: 18px;
   padding: 15px;
   display: block;
   margin-bottom: 15px;
   transition: all 0.5s;
}
.ex-nav div a:hover{
	background: #196cb8;
	color: #fff;
}
@media (max-width:992px){
    .ex-nav div a {	   
	    font-size: 14px;
	    padding: 12px;
	    margin-bottom: 10px;
	}
}

.ex-honor-img{
	position: relative;
}
.ex-honor-img .swiper-slide{
	border: 1px solid #e4e1e1;
	padding: 5px;
}
.ex-honor-img .swiper-slide img{
	max-width: 100%;
}
.ex-honor-img .swiper-slide h3{
	font-size: 14px;
	line-height: 2.5;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .0rem;
}
.ex-honor-img .swiper-button-prev {
    right: auto;
    left: -30px;
}
.ex-honor-img .swiper-button-next {
    right: -30px;
    left: auto;
}
.ex-pro{
	border: 1px solid #e4e1e1;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 30px;
	position: relative;
	transition:all 0.6s;
}
.ex-pro img{
	max-width: 100%;
}
.ex-pro .product-con{
	position: absolute;
    left: 0;
    transform: translate3d(0, -45px, 0);
    width: 100%;
    padding: 40px 20px 30px;
    transition: opacity 2s, transform 0.6s;
}
.ex-pro .product-con .pro-name{
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    margin-bottom: 5px;
}
.ex-pro .product-con .Expro-desc{
    opacity: 0;
    font-size: 14px;
    line-height: 1.4;
}
.ex-pro .product-con .Expro-desc p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ex-pro .product-con .Expro-desc .btn-light{
	padding: 3px 15px;
	background-color: #196cb8;
	color: #fff;
	border-color: #196cb8;
}
.ex-pro:hover{
	box-shadow: 0px 0px 8px 0px #cecece; 
}
.ex-pro:hover .product-con{ 
  transform: translate3d(0, -145px, 0);
  background: url(../images/exbg.png) repeat-x bottom;
  color: #fff;
}
.ex-pro:hover .product-con .Expro-desc{
	opacity: 1;
}
.ex-pro:hover .product-con .pro-name{
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}
/*解决方案*/
.solution-case{
	position: relative;
	overflow: hidden;
	background: #333;
}
.sol-case-img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;	
}
.sol-case-img img{
	width: 100%;
}
.sol-case-img.on{
	opacity: 1
}
.solution-case .sol-case-con{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding-top: 10rem;
}
.solution-case .sol-case-con h5{
	font-size: 34px;
	line-height: 1.2;
	font-weight: bolder;
}
.solution-case .sol-case-con h5 span{
	display: block;
	font-size: 70px;
}
.solution-case .sol-case-con p{
	width: 42%;
	font-size: 16px;
}
.sol-case-con a{
 color: #fff;
 font-size: 16px;
 margin-top: 30px;
 display: block;
}
.sol-case-nav{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
}
.sol-case-nav .sol-li a{
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	font-size: 16px;
	margin-bottom: 15px;
	transition: all 0.5s;
	display: block;
	position: relative;
}
.sol-case-nav .on .sol-li a{
	background: #196cb8;
	color: #fff;
}
.sol-case-nav .on .sol-li a:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #f60100;
	position: absolute;
	bottom: 0px;
	left: 0;
}
/*案例*/
.case {
    padding: 4rem 0px 4rem;
    overflow: hidden;
}
.case .case-con{
	overflow: hidden;
	transition: all 0.5s;
}
.case .case-con img{
	max-width: 100%;
	transition: all 0.5s;
}
.case .card-title{
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case .case-con:hover{
	box-shadow: 0px 0px 21px 0px rgba(5,5,5,0.11);
    z-index: 2;
    position: relative;
}
.case .case-con:hover img{
	transform: scale(1.05);
}
/*广告条*/
.adv{
	background: url(../images/adv.jpg) no-repeat;
	text-align: center;
	padding: 40px 0px;
}
.adv h5{
	font-size: 50px;
	font-weight: bolder;
}
.adv h5 span{
	display: block;
	font-size: 30px;
}
.tel-btn{
	background: #fff;
	border-radius: 30px;
	padding: 10px 35px;
	font-size: 24px;
	font-weight: bolder;
	color: #196cb8 !important;
}
@media (max-width:992px){
	.adv h5,.adv h5 span{
	    font-size: 22px;
	}
	.tel-btn {	    
	    padding: 10px 25px;
	    font-size: 16px;
	}
}
/*解决方案*/
.sol-con{
	position: relative;
	transition: all 0.3s;
}
.sol-con img{
	width: 100%;
}
.sol-txt{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: bolder;
}
.sol-txt span,.sol-txt p{
	display: block;
	font-size: 12px;
	color: #c9c9c9;
	font-weight: normal;
	text-transform:uppercase;
}
.sol-con:hover{
	margin-top: -5px;
}
@media (max-width:992px){
	.solution-case .sol-case-con{
		padding-top: 1rem;
	}
	.solution-case .sol-case-con h5 {
	    font-size: 14px;
	}
	.solution-case .sol-case-con h5 span {
	    font-size: 18px;
	}
	.solution-case .sol-case-con p {
	    width: 100%;
	    line-height: 1.2;
	    font-size: 12px;
	}
	.sol-case-con a {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.solution .col {
	    flex-basis: auto;	   
	}
	.sol-con {	  
	    margin-bottom: 10px;
	    overflow: hidden;
	}
	.sol-txt {	    
	    font-size: 20px;
	}
	.content .col {
	    flex-basis: auto;	   
	}
	
}
@media (max-width:991px){
	.container .c_1{
		width: 50% !important;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
	}
	.col{
		max-width: 50%;
	}
}
@media (min-width:992px){
	.container .c_1{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*免费获取专属解决方案*/
.free-case{
 padding-top: 100px;
 padding-bottom: 90px;
}
.free-case .free-title{
	text-align: center;
	font-size: 32px;
	font-weight: bolder;
}
.free-case .free-title span{
	font-size: 18px;
	font-weight: normal;
}
.free-case .free-title span font{
	 color: #ff1f0c;
}

.free-case .col-md-3{
	margin-bottom: 10px;
}

.case-sign{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 18px;	
}
.case-sign img{
	max-width: 100%;
	min-height: 200px;
}
.case-sign .imgover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(110,110,110,.95);
	transition: all 0.5s;
}
.case-sign:hover .imgover,.case-sign.active .imgover{
	background: rgba(23,100,165,.95)
}
.case-sign .sign-con{
	padding: 20px 40px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.case-sign .sign-con h4{
	font-size: 27px;
	font-weight: bold;
	margin: 25px 0px;
}
@media (max-width:992px){
	.case-sign{	
		font-size: 14px;
		margin-bottom: 15px;
		min-height: 200px;	
	}
	
	.case-sign .sign-con h4 {
	    font-size: 16px;
	    margin: 12px 0px;
	}
}

@media (max-width:767px){
	.case-sign .sign-con {
	    padding: 50px 40px;
	}
}
@media (min-width:1200px){
	.case-sign .sign-con {
	    padding: 40px 40px;
	}
}

/*首页简介*/
.profile{
	background: url(../images/profile.jpg) no-repeat right #111111;
	padding-top: 70px;
	padding-bottom: 140px;
	color: #fff;
	font-size: 14px;
}
.ptitle{
	color: #fff;
	font-size: 32px;
	font-weight: bolder;
	text-align: right;	
}
.ptitle span{
	font-size: 18px;
	font-weight: normal;
}
.profile img{
	max-width: 100%;
}

.profile .a-title{
	font-size: 32px;
	font-weight: bolder;
	line-height: 2;
}
.profile .a-title p{
	font-size: 18px;
	font-weight: normal;
}
.online-more{
	position: absolute;
	bottom: 0px;
}
@media(max-width:1199px){
	.profile p{
		display: -webkit-box;    
		-webkit-box-orient: vertical;    
		-webkit-line-clamp: 4;    
		overflow: hidden;
	}
}
@media(max-width:991px){
	.online-more{
		position: absolute;
		bottom: -40px;
	}
}
.online-more a{
	color: #fff;
	margin-right: 15px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.online-more .fed{
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 35px;
}
.online-more .more{
	background: url(../images/arrow.png) no-repeat left center;
	padding-left: 35px;
}
.honor-img img{
	margin-top: -70px;
	max-width: 100%;
}
/*首页新闻部分*/
.news{	
	padding: 4rem 0px 4rem;
	overflow: hidden;
}
.ntitle{
	font-size: 32px;
	font-weight: bolder;
}
.ntitle span{
	float: right;
	font-size: 16px;
	font-weight: normal;
}
@media (max-width:992px){
	.ntitle,.ptitle,.profile .a-title,.free-case .free-title,.exLight h5{
		font-size: 24px;
	}
	.ntitle span,.ptitle span,.ex-nav-more{
		font-size: 14px;
	}
}
.news .news-con {
    border-bottom: 1px solid #e0e0e0;    
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.news .news-con  img {
    width: 100%;    
}
.news .news-con span{
	display: block;
}
@media (max-width:992px){
	.news .news-con {
	    font-size: 14px;
	    padding-bottom: 10px;
	    margin-bottom: 5px;
	}
}
.news .newslist li{	
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	font-size: 16px;
	padding: 15px 10px 15px 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 1s;
}
.news .newslist li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 6px;
    background: #2b2b2b;
}
.news .newslist li span{
	float: right;
}

.faqlist li{
	background-color: #ebeef3;
	border-bottom: 1px solid #fff;
	position: relative;
	font-size: 16px;
	padding: 40px 10px 40px 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 1s;
}
.faqlist li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 6px;
    background: #2b2b2b;
}
.faqlist li span{
	float: right;
	width: 22px;
    height: 22px;
    background: #c5c5c5;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}
.faqlist li span i{
	color: #ebeef3;
}
.faqlist li:hover{
	background-color: #196cb8;
}
.faqlist li:hover::before{
	background: #fff;
}
.faqlist li:hover span{
	background: #fff;
}
.faqlist li:hover span i{
	color: #196cb8;
}
.faqlist li:hover a{
	color: #fff;
}
@media (max-width:992px){
	.news .newslist li,.faqlist li {	   
	    font-size: 14px;
	    padding: 10px 10px 10px 30px;	   
	}
	.news .newslist li::before,.faqlist li::before {
	    width: 10px;
	    height: 3px;
	}
	.faqlist li span {	
	    width: 18px;
	    height: 18px;	
	    line-height: 18px;
	}
	.faqlist li span i{
		font-size: 12px;
	}
}
/*内页*/
.pages{
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-content{
	background: #fff;
    padding: 0rem 0px 4rem;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    max-width: 1000px;
}
.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;
}
/*生产能力*/
.caplist{ position: relative; margin-bottom: 40px;overflow: hidden;background: center/cover no-repeat;}
.card{border: 0;}
.caplist .card-title{	
	padding: 90px 45px;
	width: 52%;	
	line-height: 1.8;
	font-size: 16px;
	z-index: 2;
}
.caplist .card-title h5,.productnav h5.card-title{
	font-size: 35px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.caplist .card-title h5:after{
	content: "";
    display: block;
    border-bottom: 3px solid #ea3800;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80px;
}
.productnav h5.card-title:after{
	content: "";
    display: block;
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80px;
}
.productnav .card,.quality .card{
	border: 0px;
	overflow: hidden;
}

/*产品展示*/
.wheelchair .slide-box {       
	position: relative;  
	z-index: 101;
}
.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 img{border:1px solid #196cb8;}
.wheelchair .gallery-thumbs .zhishi-list .zhishi-img{
	max-width: 100%;
	border: 1px solid #eeeeee;
}
.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;
}
.slide-box .video-btn{
	position: absolute;
	z-index: 99;
	left: 10px;
	bottom: 10px;
	font-size: 40px;
}
.slide-box .video{
	position: absolute;
	z-index: 9;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.slide-box .video.show{
	display: block;
	z-index: 100;
}
/*产品小类*/
.related-link a{
	display: block;	
	line-height: 2.5;
	padding: 5px 40px;
	text-align: center;
	font-size: 16px;
	margin: 5px;
	position: relative;	
}
.related-link a b {
    display: block;
    width: 100%;
    height: 3px;
    background: #e3e3e3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.related-link a:hover,.related-link a.active{
	color: #ea3800;	
}
.related-link a:hover b ,.related-link a.active b{
	background: #ea3800;
}
.pro-desc:before{
	content: "";
    display: block;
    border-bottom: 3px solid #ea3800;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80px;
}
.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: 
}
.related_product_category{
	border-top: 2px solid #e2e2e2;		
}
.related_product_category .related-title{
	font-weight: bolder;
	font-size: 30px;
	color: #0168b7;
	line-height: 3;
}
.related_product_category ul{
	overflow: hidden;
	display: flex;
	flex: 1;
	justify-content: space-between;
}
.related_product_category li{	
    float: left;
	width: 25%;	
    cursor: pointer;
    transition: all .4s ease 0s;
    overflow: hidden;
    position: relative;
}
.related_product_category .card-title:after{
	content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: 30px;
}
.related_product_category li img{
	height: 100%;
}
.related_product_category .card,.related_product_category .card .card-img{
	border: 0;
	overflow: hidden;
}
.related_product_category .card-title{	
	font-size: 24px;
	font-weight: bold;	
	line-height: 2;	
}
.related_product_category .card-body{
	position: absolute;	
	bottom: 40px;
	height: 80px;
	width: 100%;
	padding: 30px;
	color: #fff;
	transition: transform .3s;
}
.related_product_category .navdesc,.related_product_category .navmore{
	opacity: 0;
	transition: transform .3s;
}
.related_product_category .card:hover .card-title{
	color: #e93900;	
}
.related_product_category li:hover .card-body{
	height: auto;
}
.related_product_category li:hover .navdesc,.related_product_category li:hover .navmore{
	opacity: 1;
}
.related_product_category .imghover{
	width: 50%;
}
/*解决方案*/
.solution{
	position: relative;
	font-size: 16px;
	line-height: 1.8;
}
.sol-img{
	position: relative;
	margin-bottom: 20px;
}
.sol-img img{
	max-width: 100%;
}
.sol-title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	font-size: 32px;
	font-weight: bolder;
	color: #fff;
}
@media (max-width:992px){
	.solution{
		margin-top: 15px;
	}
	.sol-title{		
		padding: 10px;
		font-size: 20px;	
	}
}
/*内页横导航*/
.sonMenu{
	background: url(../images/hot.jpg) no-repeat top left #fafafa;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
.sonMenu .title{
	line-height: 80px;
	font-size: 26px;
	font-weight: bolder;
	color: #fff;
	background-color: #196cb8;
}
.menuBox{
	background-color: #fafafa;
	position: relative;
	
}
.menuBox ul li{
	line-height: 80px;
	
	font-size: 16px;
	text-align: center;
	position: relative;
	display: inline-block;
	float: left;
}
@media(max-width:767px){
	.menuBox ul li{
		line-height: 50px;
		width: 50%;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menuBox ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	.menuBox ul li a:before {
		display: none;

	}
	
}
.menuBox ul li a{
	display: block;
	padding: 0px 15px;
	transition: all 0.6s;
}

/* .menuBox ul li.active{
	background: #005fa7;
} */
.menuBox ul li.active a{
	padding: 0px 35px;
}
@media(max-width:767px){
	.menuBox{
		margin-bottom: 15px;
	}
	.menuBox ul li a{
		padding: 0;
	}
	.menuBox ul li.active a{
		padding: 0;
	}
	.menuBox ul li a{
		background: #fff;	
	}
}
.menuBox ul li a:hover,.menuBox ul li.active a{
	color: #fff;
	background: #005fa7;	
}

.menuBox ul li.active a:after {
   font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
}
.menuBox ul li a:before{
	content: "";
	width: 1px;
	height: 20px;
	border-left:1px solid #a9a9a9;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
}
/* .menuBox ul li:last-child a:after{
	content: "";
	width: 1px;
	height: 20px;
	border-left:1px solid #a9a9a9;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	position: absolute;

} */
/*内页侧边分类*/
.sonsort {   
    margin-top: 0px;
    background-color: #0168b7;
    padding-top: 20px;
}
.cstlayer{		
	font-size: 40px;
	font-weight: bolder;
	color: #24394e;
	line-height: 120px; 
	display: none;	
}
.cstlayer span{
	display: block;
	font-size: 20px;
	font-weight:lighter;
	text-transform: uppercase;
}
.cstlayer i{
	display: none;
}
.sonsort ul li.iteam{
	line-height: 50px;			
	padding: 0px 15px;
	color: #fff;
	display: block;
	cursor: pointer;
	background-color: #0168b7;
	border-bottom: 1px solid #277bbb;
}
.sonsort ul li.iteam a{
	color: #fff;
}
.sonsort ul li.iteam.active,.sonsort ul li.iteam.active a{
	color: #fff;
	font-weight: bolder;
}
.sonsort ul li.iteam:after{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f106";
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    float: right;
    margin-top: 15px;
}
.sonsort ul li.iteam.active:after{
    content: "\f107";
}
.sonsort ul li.iteam.none:after{
	font: normal normal normal 14px/1 FontAwesome;
    content: "";
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    float: right;
    margin-top: 15px;
}
.sonsort ul li.iteam.none.active:after{
    content: "";
}
.sonsort ul li a span{	
	margin-right: 6px;
	font-size: 20px;
}
.sendNav{
	background-color: #ececeb;
}
ul.sendNav li{
	background-color: #ececeb;	
	padding-left: 15px;
	padding-right: 15px;
}
ul.sendNav li a{
	line-height: 45px;			
	padding: 0px 10px;
	margin: 0px 0px;
	color: #2b2b2b;
	font-weight: normal;
	display: block;
	background-color: #ececeb;
	border-bottom: 1px solid #d5d5d5;
}
ul.sendNav li a:hover,ul.sendNav li.active a{
	line-height: 45px;			
	padding: 0px 10px;
	margin: 0px 0px;
	color: #fff;
	font-weight: normal;
	display: block;
	background-color: #0168b7;
	border-bottom: 1px solid #d5d5d5;
}
.hot-product-tit{
	font-size: 24px;
	color: #0168b7;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hot-product-list{
	height: 1000px; margin: 0 auto;  overflow: hidden;
}
.hot-product-list li {
    width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.3); 
    margin-bottom: 15px;
}
.hot-product-list dt img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.hot-product-list dd h3 {    
    font-size: 14px;
    font-weight: normal;
    line-height:40px;padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f4f4f4;
    margin-bottom: .0rem;
}
.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: 10px;
	padding-bottom: 10px;	
	font-size: 14px;
	line-height: 35px;
}
.position li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
/* 关键词搜索 */
.hot{
    background: url(../images/hot.jpg) repeat-y top right; 
}
.hot .hot-key{
    line-height: 80px;
    font-size: 18px;
}
.hot .hot-box strong{    
    color: #0577be;
    margin-right: 10px;
}
.hot .hot-box strong i{
    font-size: 24px;
}
.hot .hot-box a{
    display: inline-block;
    padding-right:10px;
    color:#5a5a5a;
}
.search{
    padding:21px 30px;
    background-color: #196cb8;
}
.search .search-box,.search-con{
    height:40px;
    width:100%;
    background:transparent;    
}
.search .search-box input{
    width:85%;
    height:100%;
    border:none;
    background:none;
    padding:0 15px;
}
.search-con input{
    width:85%;
    height:100%;
    border:1px solid #efefef;
    background:none;
    padding:0 15px;
}
.search .search-box input:-moz-placeholder {
    color: #fff;
	font-size: 14px;
}
.search .search-box input:-ms-input-placeholder{
    color: #fff;
	font-size: 14px;
}
.search .search-box input::-webkit-input-placeholder{
    color: #fff;
	font-size: 14px;
}
.search .search-box button,.search-con button{
    width:15%;
    height:100%;
    border:none;
    background:#196cb8;
}
.search .search-box button span,.search-con button span{
    font-size: 20px;
    color:#fff;
}

@media (max-width:992px){
    .hot{
        display: none;
    }
}

.banner,.carousel,.banner-img{
    position: relative;
    overflow: hidden;  
}
.banner .carousel-item,.banner .banner-img{	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}
.banner .carousel-caption,.banner .banner-txt{
    text-align: left;
    width:100%;
    margin:0 auto;
    margin-top:-54px;
    position: absolute;
    left:0%;
    top:45%;
    color:#fff;
    padding:0 15px;
}
.banner .pa{
	position: absolute;
    left:0%;
    bottom:200px;
    color:#fff;
    padding:0 15px;
}
.banner .carousel-caption h1,.banner .banner-txt h1{
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
}
.banner .carousel-caption p,.banner .banner-txt p{
    font-size: 40px;
    margin:5px 0 0 0;
    font-family: Lato,sans-serif;
}
@media not all, (-webkit-transform-3d) {
    .carousel-inner>.item{
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1);}
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2);}
    to { -webkit-transform: scale(1); transform: scale(1);}
}
.banner .carousel-inner .carousel-item img,.banner .banner-img img{	
	width: 100%;
    -webkit-animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.carousel-indicators li{
	width: 90px;
}
.carousel-indicators .active{
	background-color: #ea3800;
}
.comtitle {    
    font-size: 45px;  
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
 }
.comtitle span {  
    font-size: 28px;
    font-weight: normal;
    display: block;
}
.comtitle:after{
	content: "";
    display: block;
    border-bottom: 3px solid #ea3800;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80px;
}
/*产品分类*/
.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-list-box{
	border:1px solid #d3d3d3;
	transition: all 0.6s;
}
.product-img img{
	width: 100%;
}
.product-name{
	background-color: #f4f4f4;
	padding: 20px;
	font-size: 14px;
}

.product-name p{
	
	line-height: 2;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
@media(min-width:1200px){
	.product-img{
		line-height: 276px;
	}
	.product-name p{
		-webkit-line-clamp: 2;
		height: 57px;
	}
}
@media(max-width:1200px){
	.product-img{
		line-height: 208px;
	}
	.product-name{
		padding: 20px;
		font-size: 14px;
	}
	.product-name p{ 
		line-height: 28px;
		height: 57px;
	}
}
@media(max-width:991px){
	.product-img{
		line-height: 162px;
	}
	.product-name{
		padding: 20px;
		font-size: 14px;
	}
	.product-name p{ 
	
		height: 80px;
	}
}
.dis_3{
	display: none;
}
.dis_4{
	display: none;
}
@media(max-width:767px){
	.product-img{
		line-height: 162px;
	}
	.product-name{
		padding:15px 8px;
		font-size: 12px;
	}
	.product-name p{ 
		line-height: 16px;
		height: 65px;
	}
	.pro .row{
		margin-right: -5px;
    	margin-left: -5px;
	}
	.pro .row .col-4 ,.pro .row .col-sm-4 ,.pro .row .col-lg-4{ 
		padding-left: 5px;
		padding-right: 5px;
	}
	.mb-4, .my-4 {
		margin-bottom: 10px !important;
	}
	.dis_1{
		display: none;
	}
	.dis_2{
		display: none;
	}
	.dis_3{
		display: block;
	}
	.dis_4{
		display: block;
		width: 100%;
	}
	.pro{
		margin-bottom: 30px;
	}
	.product-desc{
		display: none !important;
	}
	.btn-light{
		display: none !important;
	} 
}
.justify-content-start {
   
    justify-content: center !important;
}
.product-desc{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.product-name .btn-light{
  border: 1px solid #d3d3d3;
  background-color: transparent;
}
.product-list-box:hover{
	box-shadow: 0px 0px 8px 0px #cecece;
}
.product-list-box:hover .btn-light{
	background-color: #0168b7;
	color: #fff;
}
/*新闻列表*/
.news-box{
	border-bottom: 1px solid #e0e0e0;
	line-height: 100px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-box img{
	width: 100%;
	max-height: 100px;
}
.news-box span{
	float: right;
}
@media (max-width:992px){
	.news-box{
		font-size: 14px;
		line-height: 1.2;
	}
	.news-box span{
		float: none;
		display: block;
	}
}
/*新闻右侧*/
.topnews .card{
	padding: 20px;
	border-radius: .0rem;
	background-color: #f7f7f7;
}
.topnews .card-body{padding: 0rem;}
.topnews .card-title{
	font-size: 28px;
	font-weight: bolder;
}
.topnews .card-title:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #025aa4;
    display: block;
    margin-top: 5px;
}
.topnews .list-group-item {
    padding: .75rem 0rem;
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent;    
}
/*合作伙伴*/
.partner-sign{
	background: url(../images/partner.jpg) no-repeat;
	text-align: center;
	line-height: 250px;
	font-weight: bolder;
	font-size: 40px;
	color: #fff;
}
.partner-title{
	font-weight: bolder;
	font-size: 20px;
}
.partnerlist .card{
	margin-bottom: 15px;
	background-color: #f7f7f7;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.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-title{
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*首页关于我们和产品*/
.quality{ padding-top: 4rem; padding-bottom: 4rem;}
.quality .card{	
	margin-bottom: 3%;
}
.quality .card-body{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 45px;
	width: 100%;	
}
.quality .card:hover .card-body:before {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.quality .card-body:before {
    content: "";
    display: block;
    background: #333;    
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.quality .card-title{	
	font-size: 30px;
	font-weight: bolder; 
	text-transform: uppercase;   
    line-height: 1.2;
    color: #fff;  
}
.quality .card-title:after{
	content: "";
    display: block;
    border-bottom: 3px solid #ea3800;
    margin-top: 10px;
    width: 80px;
}

.product{
	background-image: url(../images/product.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.product .related_product_category{
	border-top: 0px solid #e2e2e2;
	padding: 0px 0px;	
}
/*生产能力*/
.capability{
	background-image: url(../images/capability.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.capability .cap-txt {
    padding: 25px 20px 80px;
    background: rgba(255,255,255,1.0);
    font-size: 18px; 
    position: relative;
    font-weight: bold;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.capability .cap-txt:hover{
	background: rgba(255,255,255,1.0);
	color: #025aa4;
}
.capability .cap-txt:after{
    display: block;
    content: "";
    width:50px;
    margin-top: 10px;
    height:2px;
    background:#2b2b2b;    
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    
}
.capability .cap-txt:hover b{
	background:#025aa4; 
}
.capability a{
	background-color: #fff;
}
.capability a img{
	width: 100%;
}
/*联系我们内页*/
.contact{
	background-color: #434343;
	margin-bottom: 40px;
}
.contact h5{
	font-size: 24px;
	text-transform: uppercase;
}
.contact .content{
	padding: 40px;
}
@media (max-width:992px){
    .contact .content{
		padding: 20px;
	}
	.contact h5{
		font-size: 20px;
	}
	.contact .content img{
		max-width: 100%;
	}
}
/*下载中心*/
.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: #1DB1A1;
	font-size: 21px;
}
.ny-table tr:nth-child(1) td {
	font-size: 18px;
	line-height: 35px;
}
.ny-table tr:not(:first-child){	
	background-color: #f5f5f5;
}
.ny-table tr:not(:first-child):hover {
	background-color: #eee;
}
.about,.contact{
	font-size: 16px;
}
@media (max-width:992px){
	.about,.contact{
		font-size: 14px;
	}
}
/*关于我们*/
.about .content img{
	max-width: 100% !important;
}
.about .about-title{
	font-size: 38px;
	position: relative;
	padding-left: 20px;
}
.about .about-title span{
	font-weight: bold;
}
.about .about-title p{
	font-size: 24px;	
}
.about .about-title:before{
	content: "";
    background-color: #196cb8;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 10px;
    height: 85%;
    position: absolute;
    left: 0
}
.about .content {	
	line-height: 1.8;
	font-size: 16px;
}
.about-bot-img{
	position: absolute;
	left: 15px;
	bottom: 0;
}
.sign{margin: 20px 0px; padding: 40px 5px; background-color: #f4f4f4;}
.sign li{float: left; padding-left: 5%; width:20%; position: relative;transition:all 0.3s;}
.sign li:after{ position: absolute;right: 0;top: 10px;width: 1px;height: 80px;background: #d6d6d6;content: "";}
.sign li span{display: inline-block;height: 60px;line-height: 60px;font-size: 60px;color: #196cb8;  font-weight: bolder; position: relative;vertical-align: bottom;font-family:Arial;margin-right: 10px;}
.sign li span i{position: absolute;width: 28px;height: 28px;line-height: 28px;text-align: center;font-size: 32px;color: #ed7101;border-radius: 100%;right: 0px;top: -7px;}
.sign li span b{ font-size: 20px; color:#2b2b2b;line-height: 20px;font-weight: normal;}
.sign li p{display: block;font-size: 20px;line-height: 30px;font-weight: bold;}

.sign li:nth-child(4) i{ right: 28px;}
.sign li:nth-child(5) i{ right: 28px;}
.sign li:nth-child(5):after{ background: 0;}
.sign li:hover{ margin-top: -3px;}
@media (max-width:992px){
	.sign li {	   
	    padding-left: 1%;
	}
	.sign li span {	
	    font-size: 30px;
	    margin-right: 0px;	    
	}
	.sign li span i {
	    width: 6px;
	    height: 20px;
	    line-height: 20px;	   
	    font-size: 18px;	   
	    top: 9px;
	}
	.sign li span b {
	    font-size: 12px;
	}
	.sign li p {	   
	    font-size: 12px;
	}

}
.about .about-img,.about .honor{
	padding-top: 20px;	
}
.about .about-img div{
	margin-bottom: 15px;
}
.about .about-img img,.about .honor img{width: 100%;}
/*global*/
.global{
	background-image: url(../images/global.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;   
    background-size: cover;
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.global .cap-title{
	font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}
.global .cap-title span{
	font-size: 50px;
	display: block;
	font-weight: bold;
	padding-top: 25px;
}
.global .cap-info{ font-size: 20px; line-height: 3}

.content.contact h5{
	font-size: 32px;
	font-weight: bolder;
	color: #24394e;
}
.content.news{
	font-size: 16px;
	width: 80%;
	margin:0px auto;
}
.content.news img{
	max-width: 100%;
}
.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;
}

/*产品轮播*/

.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{
	position: relative;
}
.product-con h5{
   font-size: 24px;
   font-weight: bolder;
   color: #0168b7;
   border-top: 1px dotted #c9c9c9;
   border-bottom: 1px dotted #c9c9c9;
   padding: 10px 0px;
}
.product-con .overview{
	font-size: 16px;
	line-height: 30px;	
	overflow: hidden;
	height: 215px;	
	text-align:justify;	
}
@media(max-width:1199px){
	.product-con .overview{
		height: 120px;
	}
}
@media(max-width:991px){
	.product-con .overview{
		height: 60px;
	}
}
@media(max-width:767px){
	.product-con .overview{
		height: 215px;
	}
}
.product-con .overview strong{	
	font-weight: bolder;
	color: #0168b7;
	display: block;
}
@media (min-width: 1360px){
	.product-con .overview{
		height: 215px;
	}
}

.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;    
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.product-con .pro-cer{
	background-color: #f8f8f8;
	text-align: center;
}
.product-con .pro-cer img{
	max-width: 100%;
}
.product-con .pro-wechat{
	border: 1px dotted #c9c9c9;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 95%;
	right: 15px;
}
@media(max-width:767px){
	.product-con .pro-wechat{
		position: static;
		
	}
	.product-con .pro-wechat .wechat {
		height: 98px;
    	line-height: 98px;
	}
}
.product-con .pro-wechat .wechat img{
 max-width: 100%;
}
.product-con .tel-online{
	text-align: center;	
}
.tel-online .tel{
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.tel-online .tel span{
	color: #0168b7;
	font-weight: bolder;
}
.tel-online .tel i{
	font-size: 24px;
	color: #0168b7;
}

.tel-online .btn-danger{
	padding: 6px 25px;
}
@media(max-width:1199px){
	.tel-online .tel{
		font-size: 16px;
		margin-top: 8px;
	}
	.tel-online .btn-danger{
		padding: 4px 25px;
	}
}
@media(max-width:991px){
	.tel-online .tel{
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.tel-online .btn-danger{
		padding: 0px 25px;
	}
}
@media(max-width:767px){
	.tel-online .tel{
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media(max-width:343px){
	.tel-online .tel{
		font-size: 12px;
		margin-top: 6px;
		margin-bottom: 0px;
	}
}
/*产品详情*/

.pro-content{

}
.pro-content h5,.solution h5{
	font-size: 24px;
	color: #0168b7;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 25px;
}
.pro-content h5 strong,.solution h5 strong{
	font-weight: normal;
	display: block;
	color: #2b2b2b;
	font-size: 18px;
	text-transform: uppercase;
}
.pro-content .row h4,.solution .row h4{
	text-align: center;
	font-size: 50px;
	color: #0168b7;
}
.pro-content .Features-item,.solution .Features-item{
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
}
.pro-content .Features-item .row,.solution .Features-item .row{
	margin-left: 0px;
	margin-right: 0px;
}
.pro-content .Features-item .fea-img,.solution .Features-item .fea-img{
	padding: 0px;
}
.pro-content .Features-item .fea-img img,.solution .Features-item .fea-img img{	
	width: 100%;
}
.pro-content .row h4:after,.solution .row h4:after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #ff0036;
	margin: 0px auto;
	display: block;
}
.pro-content img{
	max-width: 100%;
}
.pro-content table{
	width: 100%;
	border: 1px solid #dee2e6;
}
.pro-content .table th {    
    background-color: #0168b7;
    color: #fff;
}
.pro-content table td{
	padding-left: 20px;
}
.pre-next{
	font-size: 14px;
	line-height: 1.6;
}
.pre-next span{
	font-weight: bold;
}
@media (max-width: 991px){
	.container .text-right{
		text-align: left!important;
	}
}
@media (max-width: 991.98px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px
	}
}
.footer{
	background: #f2f2f2;
	padding: 6rem 0;
	border-bottom: 15px solid #196cb8;
	background-repeat: no-repeat;
    background-size: cover;	
}
.section.footer{
	padding: 0px;
}
.footer .footnav{
	overflow: hidden;
	padding-bottom: 100px;
}
.footer .footnav h5{
	font-size: 18px;
	line-height: 2;	
	font-weight: bold;
}
.footnav .nav-link{
	font-size: 16px;
	font-weight: lighter;	
	opacity: 0.9;
	padding: 0rem 0rem;
}
.footer .fot-gbook .form-control {   
    padding: 1.5rem .75rem;
    border: 1px solid #ffffff;   
}
.footer .fot-gbook .help-block{
	font-size: 14px;
	line-height: 2;
}
.footer .fot-gbook .btn-danger{
	padding: .375rem 1.75rem;
}

.footer .code-img {
    margin-top: 10px;
    float: right;
}
.footer .copyright{
	padding-top: 50px;
	line-height: 1.8;
	font-size: 14px;
	border-top: 1px solid #dedede;
}
.footer .fot-contact{
	font-size: 16px;
}
.footer .fot-contact span{
	font-size: 32px;
	color: #2b78be;
	font-weight: bolder;
}
.footer .fot-contact .contact-more{
	color: #ed7101;
	font-weight: bold;
}
.fot-contact{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.code-img{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
@media(min-width:767px){
	.fot-contact{
		width: 50%;
	}
	.code-img{
		width: 50%;
	}
}
@media(max-width:767px){
	.fot-contact{
		width: 100%;
	}
	.code-img{
		width: 100%;
	}
}

/*在线客服*/
.online {
	position: fixed;
	bottom: 10%;
	left: 10px;	
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #006ac2;
	padding: 10px 8px;
	margin-bottom: 1px;
	position: relative;
	border-radius: 5px;
}
.online dl dd {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	cursor: pointer;
	font-size: 12px;
}
.online dl dd i {
	font-size: 28px;
}
.online dl:hover {
	background: #ed7101;
}
.online dl dt {
	position: absolute;
	width: 180px;
	top: 0px;
	left: 65px;
	color: #fff;
	background: #006ac2;
	z-index: 9999;
	display: none;
	line-height: 40px;
	padding: 15px 15px;
	border-radius: 5px;
}
.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;
}
.onlineR{
	position: fixed;
	bottom: 10%;
	right: 10px;	
	z-index: 999;
	text-align: center;
	border-radius: 10px;
	background: url(../images/onlineR.png) no-repeat bottom #1470c5;
}
.onlineR .top-tit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 3.2;
}
.onlineR .mid-con{
	background: #fff;
	padding: 10px 5px;
	border: 1px solid #e6e6e6;
}
.onlineR .mid-con p img{
	width: 130px;
}
.onlineR .mid-con .light p,.onlineR .mid-con .ex-light p{
	font-size: 22px;
	color: #196cb8;
	line-height: 2;
}
.onlineR .mid-con .light span,.onlineR .mid-con .ex-light span{
	display: block;
	background: #f7f7f7;
	padding: 2px 5px;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	margin-bottom: 1px;
}
.onlineR .mid-con .light-tel i{
	display: block;
	font-size: 40px;
	line-height: 1;
	color: #196cb8;
}
.onlineR .mid-con .light-tel{
	font-size: 14px;
}
.onlineR .mid-con .light-tel span{
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.onlineR .bot-sign{
	background: #efefef;
	color: #ec6d01;
	line-height: 1.2;
	font-size: 14px;
	padding: 10px 5px 15px;	
}
@media (max-width:992px){
	.onlineR,.online{
		display: none;
	}
}
.card .card-img img{
	width: 100%;
}
.card .card-img,.imgmask{
	transition-duration: 0.6s;
}
.card:hover .card-img{
	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;

}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-260 {	
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
}
.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屏幕以下*/

@media only screen and (max-width: 992px) {
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.5);
    background-color:#fff;
}
.news .card-body,.productnav .card-body,.quality .card-body {
    padding: 15px;
}
.news .card-title,.productnav h5.card-title ,.quality .card-title{
    font-size: 20px;
}
.about .about-title{
    font-size: 26px;
}
.global .cap-title span,.capability .cap-title span {
    font-size: 24px;
}
.global .cap-info,.capability .cap-info {
    font-size: 18px;
    line-height: 1.2;
}
.honor div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.copyright .fot-contact {
    text-align: left;
}
.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: 45px;
 }
.comtitle span {
    font-size: 20px;
    display: block;
}
.productlist .card-title{
	font-size: 14px;
}
.productlist .card-more a{
	font-size: 12px;
	padding: 10px 20px;
}
.footer .code, .footer .code img {
    height: 100%;
    margin-bottom: 0px;
}
.footer .code-img img{
	width: 100%;
}
.related_product_category .card-title {
    font-size: 16px;
}
.navdesc{
	font-size: 14px;
}
}
@media only screen and (max-width: 768px) {
.logo-sm-height{
	height: 75px;
}
.header .logo-txt span{
	display: none;
}
.header .logo-txt {
    font-size: 28px;
}
.header .navbar-toggler{
	display: block;
}
.banner .carousel-caption h1, .banner .banner-txt h1 {
    font-size: 40px;    
}
.banner .carousel-caption p, .banner .banner-txt p {
    font-size: 20px;  
}
.comtitle {
    font-size: 24px;
 }
.comtitle span {
    font-size: 18px;
    display: block;
}
.related_product_category li img {
    height: 300px;
}
.related_product_category .card-body {
    position: absolute;
    bottom: 0px;
    height: 100%;
}
.caplist .card-title {
    width: 100%;
    padding: 25px;
}
.topbar {    
    line-height: 23px;
    font-size: 15px;
    padding-bottom: 5px;  
}
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}

.banner .banner-txt{
	position: absolute;
	width: 100%;
	top: 50%;	
}
.banner .banner-txt h3{
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	margin-top: -30px;
}
.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;
    border-bottom: 1px solid #efefef;
}
.sonsort ul li:before {
    content: " ";
    float: left;
    line-height: 50px;
    margin-left: -2px;
}
.footer { 
    padding: 4rem 0;
}
.online dl dd i {
    font-size: 20px;
}
.online dl {
    padding: 10px 10px;
}
.capability .cap-txt {
    padding: 10px 10px;   
    font-size: 14px;
}
.footer .fot-logo {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
}
/*********响应式样式******************/
@media only screen and (max-width: 556px) {
.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;
}
}
/*行距*/
.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;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.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;
}
}

#dibu {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	z-index: 9999;
}
@media(max-width:767px){
	#dibu {
		display: block;
	}
}
#dibu .dibu {
	height: 56px;
	text-align: center;
	line-height: 56px;
	width: 100%;
}
#dibu .dibu a{
	color: #fff;
}
#dibu .dibu p{
	text-align: center;
	line-height: 56px;
}
#dibu .dibu .left{
	width: 50%;
	float: left;
	background: #ff9600;
}
#dibu .dibu .right{
	width: 50%;
	float: right;
	background: #de2824;
}
@media(max-width:767px){
	
	.pages .c_2{
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width:1199px){
.li_img{
	display: none !important;
}
}

@media(min-width:1200px){
	.pro_1{
		height: 465px;
	}
}



@media(min-width:768px){
	.pro_1{
		height: 276px;
	}
	
}
@media(min-width:992px){
	.pro_1{
		height: 360px;
	}
}
@media(min-width:1200px){
	.pro_1{
		height: 465px;
	}
}

@media(max-width:767px){
	.pages .s_1 #accordionExample{
		display: block !important;
	}
}



@media(max-width:767px){
	.pages .s_1 .sonsort{
		background: none;
		padding: 0;
	}
	.pages .s_1 .iteam{
		width: 50%;
		float: left;
		padding: 0;
		padding-left: 8px;
	}	
}

@media(min-width:767px){
	#lunbo1{
		display: block;
	}
	#lunbo2{
		display: none;
	}
}
@media(max-width:767px){
	#accordionExample{
		margin-bottom:30px;
	}
}
