html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
    font: 18px/140% "Microsoft Yahei";
    color: #2b2b2b;
    margin: 0;
    background: #f7f7f7;
}
@media(max-width:991px){
	body {
		background: #fff;
	}
}
li {
	list-style: none;
}
a {
	color: #2b2b2b;
}
a:hover {
	text-decoration: none;
	color: #28a7e1;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4,h5 {
    position: relative;
    padding: 0;
    line-height: normal;
}
/*头部logo*/
.top-bar{
	background: #f7f7f7;
	line-height: 1;
	padding: 15px 0px;
	font-size: 16px;
}
.top-bar .top-tel{
	float: right;
}
.top-bar .top-tel ul li {
    display: inline-block;
    position: relative;
}
.top-bar .top-tel ul li span{
	font-weight: bold;
	color: #0a8dc9;
}
@media (max-width:992px){
	.top-bar .top-tel{
		float: none;
	}
}
.header {
	background: #fff;
}
.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-sm-height{
	display: inline-block;
	float: left;
}
.header .logo-txt{
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	color: #0a8dc9;
	font-weight: bolder;	
	padding-top: 30px;
	font-style: italic;
}
.header .logo-txt span{	
	color: #f8b62b;	
}
.header .nav-right{
	font-size: 20px;
	white-space: nowrap;
}
.header .nav-right .signlist{ padding: 0px 5px; overflow: hidden;}
.header .nav-right .signlist li{float: left; padding:0px 10px;width:20%; 
	position: relative;transition:all 0.3s; color: #0a8dc9; 
	border-right: 1px dotted #d4d4d4;
}

.header .nav-right .signlist li span{display: inline-block;line-height: 35px;font-size: 35px;font-weight: bolder; position: relative;vertical-align: bottom;font-family:Arial;margin-right: 10px;}
.header .nav-right .signlist li span i{position: absolute;width: 15px;height: 20px;line-height: 20px;text-align: center;font-size: 24px;color: #f8b62b;border-radius: 100%;right: 0px;top: 0px;}
.header .nav-right .signlist li span b{ font-size: 14px; line-height: 20px;font-weight: normal;}
.header .nav-right .signlist li p{display: block;font-size:15px; color:#a7a7a7;line-height: 1;font-weight: bold;}

.header .nav-right .signlist li:nth-child(4) i{ right: 28px;}
.header .nav-right .signlist li:nth-child(5) i{ right: 28px;}

.header .nav-right.signlist li:hover{ margin-top: -3px;}

.header .navbar-toggler{
	display: none;
}
/*导航*/
.navbar.navbar-light{
	background-color: #2b2b2b;
	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: #fff;
    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: #28a7e1;
}
.navbar-nav li.home .nav-link:before{
	content: "";
	width: 1px;
	height: 20px;
	border-left: 1px dotted #585858;
	position: absolute;
	top:50%;
	margin-top: -10px;
	left: 0;
}
.navbar-nav .nav-link:after{
	content: "";
	width: 1px;
	height: 20px;
	border-right: 1px dotted #585858;
	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 #28a7e1;
}
.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: #28a7e1;
	color: #fff;
}
.navbar-nav li:hover .sub-nav,.navbar-nav li:hover .mega-menu-section{
	display: block;
}
@media(max-width:991px){
	.navbar-nav li:hover .sub-nav,.navbar-nav li:hover .mega-menu-section{
		display: none;
	}
}
/*产品的下拉*/
.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 #28a7e1;
}
.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: #28a7e1;
	color: #fff;
}
.mega-menu-section ul li h5{
	background: #28a7e1;
	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 #28a7e1;
    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:991px){
    .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: #28a7e1;
	border-color: #28a7e1;
}
.page-num-current:hover {
	color: #fff;
	background-color: #28a7e1;
	border-color: #28a7e1;
}

/*防爆电器优势*/
.product-ex{
	background: url(../images/light.jpg) no-repeat #fff;	
	padding: 6rem 0px;
}
.product-ex h5{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.product-ex h5 span{
	display: block;
	font-size: 55px;
	text-transform: uppercase;
	line-height: 1;	
}
@media(max-width:991px){
	.product-ex h5{
		font-size: 20px;
	}
	.product-ex h5 span{
		font-size: 24px;
	}
}
.product-ex h5 p{
	font-size: 18px;
}
.product-ex h5 p::before{
	display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #f8b62b;
    margin: 10px 0px;
}
.product-ex .ex-productred{
	text-align: center;
}
.product-ex .ex-productred img{
	max-width: 100%;
}
.product_cer{
	background: #f8b62b;
}
.product_cer li{	
	padding: 20px;
	color: #fff;	
    border-right: 1px solid #fff;
	transition: all .4s ease 0s;
	position: relative;
    overflow: hidden;
}
.product_cer .cer-txt{
	display: flex;   
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.product_cer .cer-txt .icon {   
    min-width: 120px;
    max-width: 120px;   
    text-align: center;  
}
.product_cer .cer-txt .icon img{
	max-width: 100%;
}
.product_cer .cer-txt .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
}
.product_cer .cer-txt .info .main {
    font-weight: bold;
    font-size: 1.5rem;
}
.product_cer .cer-txt .info .sub {
    transition-delay: .1s;
    font-size: 1.2rem;
}
.product_cer .cer-txt .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.product_cer li em {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding-top: 10px;   
    font-style: normal;
}
.product_cer li.cur{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: flex-start;
    align-content: baseline;
    flex-wrap:nowrap;
}

@media (max-width:991px){
	.product-ex {   
	    padding: 3rem 0px 3rem;
	}	
	.product-ex h5 span {   
	    font-size: 24px;   
	}
	.product-ex h5 p {
	    font-size: 15px;
	}
	.product_cer li em {	   
	    font-size: 14px;	    
	}
	.product_cer li{
		border-bottom: 1px solid #fff;
	}	
	.product_cer li{
		border-bottom: 1px solid #fff;
	}
	.product_cer .cer-txt .icon img {
	    max-width: 45%;
	}
	.product_cer .cer-txt .info{
		white-space: pre-wrap;
	}
	.product_cer li.cur{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.product_cer .col {
	    flex-basis: auto;	   
	}
}
/*防爆电器*/
.exLight{	
	background: url(../images/exlight.jpg) no-repeat top  center #fff;
}
.ex-nav div a{
   background: #fff;
   font-size: 16px;
   padding: 15px;
   display: block;
   position: relative;
   transition: all 0.5s;
   padding-left: 30px;
}
.ex-nav div a:hover{
	background: #f8b62b;
	color: #fff;
}
.ex-nav div a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background:transparent;
    border: 3px solid #dcdcdc;
}
@media (max-width:992px){
    .ex-nav div a {	   
	    font-size: 14px;
	    padding: 12px;
	    margin-bottom: 10px;
	    padding-left: 30px;
	}
}
.ex-honor-img{
	position: relative;
}
.ex-honor-img .swiper-slide{	
	padding: 5px;
	background: #fff;
}
.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;	
	position: relative;
	transition:all 0.6s;
	background: #fff;
}
.ex-pro img{
	max-width: 100%;
}
.ex-pro .product-con{	
    width: 100%;
    padding: 20px 20px 20px;
    background: #f4f4f4;   
}
.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{    
    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{
	border: 1px solid #d3d3d3;
    background-color: transparent;
}
.ex-pro:hover .product-con .Expro-desc .btn-light{
	background-color: #28a7e1;
	color: #fff;
}
.ex-pro:hover{
	box-shadow: 0px 0px 8px 0px #cecece; 
}

/*荣誉资质*/
.honor{
	background: #f7f7f7;
}
.honor-img img{	
	max-width: 100%;
}
@media(max-width:767px){
	.honor-img img{	
		display: none;
	}
}
.innovation-nav{
	padding: 3rem 0rem;
	background: #fff;
}
.innovation-nav a{
	background: #ededed;
    font-size: 28px;
    text-align: center;
    display: block;
    line-height: 3.5rem;
    transition: all 1s;
}
.innovation-nav a:hover{
	background: #f8b62b;
	color: #fff;
}
.innovation-nav a:hover{
	background: #f8b62b;
	color: #fff;
}
.innovation-nav .active a{
	background: #f8b62b;
	color: #fff;
}
/*创新研发*/
.innovation{
	padding: 4rem 0px 4rem;
	background: url(../images/innov.jpg) no-repeat left bottom 5rem #f7f7f7;
	position: relative;
	font-size: 16px;
}
.innovation .innovation-img{
	position: absolute;
	left: 0px;
	top: -11.5rem;
    width: 36.5%;
}
.innovation .innovation-img img{
	width: 100%;
}
.innovation .i-title{
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}
.innovation .i-title span{
	font-size: 50px;
	display: block;
}
.innovation .i-title::after{
	display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #f8b62b;
    margin: 10px 0px;
}
.innovation .innov-img img{
	width: 100%;
	margin-bottom: 30px;
}
@media (max-width:992px){
	.innovation{
		padding: 2rem 0px 2rem;
		background: url(../images/innov.jpg) no-repeat left top 0rem #f7f7f7;
		font-size: 14px;
	}
	.innovation .i-title {
	    font-size: 24px;
	}
	.innovation .i-title span{
	    font-size: 20px;
	}
	.innovation .innov-img img {	  
	    margin-bottom: 15px;
	}
}
/*解决方案*/
.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{
	height: 100%;
}
/* @media(min-width:992px){
	.sol-case-img img{
		height: 100%;
		width: auto;
	}
} */
.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: 80px;
	line-height: 1.0;
	font-weight: bolder;
}
.solution-case .sol-case-con h5 span{
	display: block;
	font-size: 35px;
}
.solution-case .sol-case-con h5:after{
	display: block;
	content: "";
	width: 70px;
	height: 3px;
	background: #f8b62b;
	margin: 10px 0px;
}
.solution-case .sol-case-con h6{
	font-size: 50px;
	line-height: 1.2;
	font-weight: bolder;
}
.solution-case .sol-case-con p{
	width: 50%;
	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%;
}
@media(max-width:991px){
	.solution-case .sol-case-con{
		top: -80px;
	}
	.solution-case .sol-case-con h5{
		font-size: 20px;
	}
	.solution-case .sol-case-con h5 span{
		display: block;
		font-size: 24px;
	}
	.solution-case .sol-case-con h6{
		font-size: 20px;
	}
	.solution-case .sol-case-con h6 span{
		display: block;
		font-size: 24px;
	}
}
@media(max-width:767px){
	.solution-case .sol-case-con{
		top: 26px;
	}
}
@media(max-width:767px){
	.sol-case-nav{
		bottom: 4%;
	}
	.solution-case .sol-case-con h6{
		font-size: 24px;
	}
}
.sol-case-nav .sol-li a{
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	font-size: 19px;
	margin-bottom: 15px;
	transition: all 0.5s;
	display: block;
	position: relative;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.sol-case-nav .on .sol-li a{
	background: #f8b62b;
	color: #fff;
}

@media(max-width:991px){
	.sol-case-nav li{
		flex: 0 0 25% !important; 
		max-width:25%;
	}
}
@media(max-width:767px){
	.sol-case-nav li{
		flex: 0 0 50% !important; 
		max-width:50%;
	}
}

/*案例*/
.case {
    padding: 4rem 0px 4rem;
	overflow: hidden;
	background: #f7f7f7;
}
.case .case-con{
	overflow: hidden;
	transition: all 0.5s;
}
.case .case-con img{
	width: 100%;
	transition: all 0.5s;
}
.case .card-body{
	width: 95%;
	font-size: 14px;
	margin: 0px auto;
}
.case .card-title{
	font-size: 16px;
	color: #0a8dc9;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    line-height: 4;
    margin-top: -50px;  
}
.case .card-body .more{
	border-radius: 20px;
    padding: 10px 30px;
    color: #ffe760;
    font-weight: bold;
	margin-top: 20px;
	display: block;
}
@media(max-width:380px){
	.case .card-body .more{
		padding: 5px 10px;
	}
}
.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);
}
/*合作伙伴*/
.parent {
    padding: 4rem 0px 4rem;
    overflow: hidden;
    background: url(../images/parent.jpg) center fixed;
    background-size: cover;
}
.parent .comtitle{
	color: #fff;
}
.parent .comtitle span{
	margin-top: 8px;
}
.parent img{
	background: #fff;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}
/*团队*/
.team{
	background: #f7f7f7;
	padding: 3rem 0px 4rem;
}
.team .team-con{
	background: #fff;
	padding: 10px;
}
.team .team-con img{
	width: 100%;
}
/*广告条*/
.adv{
	background: url(../images/adv.jpg) no-repeat center;	
	padding: 85px 40px;
	margin-bottom: 4rem;
	background-size: cover;
}
.adv h5{
	font-size: 22px;
	font-weight: bolder;
}
.tel-btn{
	background: #fff;
	border-radius: 30px;
	padding: 5px 25px;
	font-size: 22px;
	color: #0a8dc9 !important;
}
.tel-btn span{
	font-weight: bold;
}
@media (max-width:992px){
	.adv h5,.adv h5 span{
	    font-size: 22px;
	}
	.tel-btn {	    
	    padding: 10px 25px;
	    font-size: 16px;
	}
}

/*免费获取专属解决方案*/
.free-case{
 	padding: 30px 50px;
 	background:#f7f7f7;
 	margin-top: 100px;
}
.free-case .free-title{
	text-align: center;
	font-size: 32px;
	color:#0a8dc9;
	font-weight: bolder;
}
.free-case .free-title span{
	font-size: 18px;
	color: #2b2b2b;
	font-weight: normal;
}
/*首页第一部分，关于我们*/
.abouts{
	font-size: 15px;	
	overflow: hidden;
	padding: 5rem 0px;
	background: #fff;
}

.abouts img{
	max-width: 100%;
}
.abouts .about-title{
	font-size: 40px;
	color: #0a8dc9;
	position: relative;	
	line-height: 1;
}
.abouts .about-title font{
	font-size: 80px;
	color: #d2d2d2;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.abouts .about-title span{
	font-weight: bold;
}
.abouts .about-title p{
	font-size: 22px;	
}
.abouts .about-title:after{
	display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #f8b62b;
    margin: 10px 0px;
}
@media (max-width:992px){
	.abouts .about-title font{
		font-size: 24px;
	}
	.abouts .about-title {
	    font-size: 20px;	   
	}
	.abouts .about-title p {
	    font-size: 16px;
	}	
}
.case-sign{
	position: relative;	
	font-size: 18px;	
}
.case-sign img{
	max-width: 100%;
}
.case-sign .imgover{	
	background: rgba(110,110,110,.95);
	transition: all 0.5s;
}
.case-sign .sign-con{
	padding: 40px 40px;	
}
@media (max-width:992px){
	.case-sign {	    
	    font-size: 14px;
	}
}
/*首页简介*/
.profile{
	background: url(../images/profile.jpg) no-repeat bottom #fff;
	padding-top: 70px;	
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.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: 30px;
	font-weight: bolder;
	line-height: 2;
}
.profile .a-title p{
	font-size: 18px;
	font-weight: normal;
}
.online-more{
	position: absolute;
	bottom: 0px;
}
.profile .more{
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 30px;
	display: block;
}
.profile .sign{
	margin: 0px 0px;
	background: transparent;
}
.profile .sign li {
    float: left;
    padding: 0px 5% 40px;
}
@media(max-width:1199px){
	.profile .sign li {
		padding: 0px 10px 10px;
	}
}
.profile .sign li:nth-child(1) {
   border-left: 1px solid #ffffff4d;
}
.profile .sign li:nth-child(1):before {
   position: absolute;
    left: -1px;
    top: 0px;
    width: 1px;
    height: 30px;
    margin-left: 0px;
    background: #f8b62b;
    content: "";
}
.profile .sign li:nth-child(5) {
   border-right: 1px solid #ffffff4d;
}
.profile .sign li:nth-child(5):after {
   background: #f8b62b;
}

/*首页新闻部分*/
.news{	
	padding: 4rem 0px 4rem;
	overflow: hidden;
	background: #fff;
}
.ntitle{
	font-size: 80px;
	color: #d2d2d2;
	font-weight: bolder;
}
.ntitle span{	
	font-size: 16px;
	font-weight: normal;
}
@media (max-width:992px){
	.ntitle,.ptitle,.profile .a-title,.free-case .free-title,.exLight h5{
		font-size: 20px;
	}
	.ntitle span,.ptitle span,.ex-nav-more{
		font-size: 14px;
	}
}
.news .news-img img{
	width: 100%;
}
.news .news-con {
    border-bottom: 1px solid #e0e0e0;    
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.news .news-con  img {
    width: 100%;    
}
.news .news-con p{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .news-con span{
	display: block;
	font-size: 14px;
	color: #004097;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@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%;
    margin-top: -7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ffffff;
    border: 3px solid #dcdcdc
}
.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: 20px;
	padding-bottom: 60px;
	background: url(../images/comm-bg.jpg) no-repeat top center;
}
.main-content{
	background: #fff;
    padding: 4rem 4rem;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;    
}
.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;
}

.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;  
}
.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: #28a7e1;
	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;
	background: url(../images/solution.jpg) no-repeat #fff;
	padding: 80px 0px 40px;
}
.solution h5 {
    font-size: 50px;
    font-weight: bolder;
}
.solution h5 span{
	display: block;
	font-size: 35px;
}
.solution h5:after{
	content: "";
    display: block;
    border-bottom: 3px solid #f8b62b;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 70px;
}
.solution h6{
    font-size: 40px;
    font-weight: bolder;
}
.solution h6 span{
	display: block;
	font-weight: normal;
	font-size: 30px;
}
.solution .sol-tel{
	display: inline-block;
	float: right;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}
.solution .sol-tel span{
	display: block;
	font-size: 35px;
}
.solution .sol-tel span i{
	font-size: 65px;
	font-weight: normal;
}
/*首页解决方案*/
.solution .sol-con{
	position: relative;
	transition: all 0.3s;
	text-align: center;
	background: #fff;
    border-radius: 10px;
    line-height: 1.2;
    padding: 20px 0px;
}
.solution .sol-con i{
	font-size: 40px;
	color: #cdcdcd;
	font-style: normal;
    font-weight: bold;
}
.solution .sol-txt{	
	width: 100%;
	text-align: center;
	color: #0a8dc9;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: bolder;
}
.solution .sol-txt span{
	display: block;
	font-size: 12px;
	color: #cdcdcd;
	font-weight: normal;
	text-transform:uppercase;
}
.solution .sol-con:hover{
	margin-top: -5px;
}
@media (max-width:767px){
	.solution .sol-con{
		background: #f7f7f7;
	}
	.solution-case .sol-case-con{
		padding-top: 1rem;
	}
	.solution-case .sol-case-con h5 {
	    font-size: 24px;
	}
	.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;	   
	}
	.solution .sol-con {	  
	    
	    margin-bottom: 10px;
	    overflow: hidden;
	}
	.solution .sol-txt {	    
	    font-size: 20px;
	}
}


/*内页服务体系*/
.about .sol-con{
	position: relative;
	transition: all 0.3s;
	padding: 0px 0px;
}
.about .sol-con img{		
	width: 100%;
}
.about .sol-txt{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: bolder;
}
@media(max-width:991px){
	.about .sol-txt{
		font-size: 18px;
	}
}
.about .sol-txt p{
	display: block;
	font-size: 12px;
	color: #c9c9c9;
	font-weight: normal;
	text-transform:uppercase;
}
.about .sol-con:hover{
	margin-top: -5px;
}
/*侧边栏目分类*/
.solsort ul li a{
	display: block;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	line-height: 1.4;
	padding: 15px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.solsort ul li a.active{	
	background: #f8b62b;
	border: 1px solid #f8b62b;
	color: #fff;	
}
@media(max-width:767px){
	.solsort ul li{
		width: 50%;
	}
}
/*内页解决方案*/
.solution-con{
	position: relative;
    font-size: 16px;
    line-height: 1.8;
}
.solution-con .sol-img{
	position: relative;
	margin-bottom: 20px;
}
.solution-con .sol-img img{
	max-width: 100%;
}
.solution-con .sol-title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
}
.solution-con .sol-title::after{
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #f8b62b;
}
@media (max-width:992px){
	.solution-con{
		margin-top: 15px;
	}
	.solution-con .sol-title{		
		padding: 10px;
		font-size: 20px;	
	}
	

}
/*内页横导航*/
.sonMenu{
	overflow: hidden;
	margin-bottom: 20px;
}
.sonMenu .title{
	line-height: 42px;
	font-size: 30px;
	font-weight: bolder;
	color: #fff;
	display: inline-block;
    float: left;
    margin-right: 40px;	
}

.menuBox{	
	position: relative;
}
.menuBox ul li{
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	position: relative;
	display: inline-block;
	float: left;
}
.menuBox ul li a{
	display: block;
	padding: 0px 25px;
	transition: all 0.6s;
	color: #fff;
	
}

@media(max-width:991px){
	.menuBox ul li a{
		padding: 0px 15px;
	}
}
@media(max-width:991px){
	.menuBox .ul li a{
		padding: 0px 0px;
	}
}
.menuBox ul li div{
	background: #fff;
	line-height: 130px;
	border-radius: 10px;
	width: 130px;
	height: 130px;
}
@media(max-width:767px){
	.menuBox ul li div{
		line-height: 70px;
		width: 100%;
		border-radius:0;
		height: 70px;
	}
	.menuBox ul li a{
		font-size: 16px;
	}
}
.menuBox ul li.active div{
	background: #f8b62b;
}
.menuBox ul li a:hover,.menuBox ul li.active a{
	color: #fff;
	font-weight: bold;		
}
@media(min-width:768px){
	.menuBox .ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.menuBox ul li a:hover,.menuBox ul li a .img1{
	display: block;
}
.menuBox ul li a:hover,.menuBox ul li.active a .img1{
	display: none;
}
.menuBox ul li a:hover,.menuBox ul li a .img2{
	display: none;
}
.menuBox ul li a:hover,.menuBox ul li.active a .img2{
	display: block;
}
/* .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: 5px;
} */
@media (max-width:767px){
	.menuBox ul li.active a:after {
		display: none;
	}
}
/* .menuBox ul li a:before{
	content: "";
	width: 1px;
	height: 20px;
	border-left:1px dotted #fff;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
} */
/* .menuBox ul li:last-child a:after{
	content: "";
	width: 1px;
	height: 20px;
	border-left:1px dotted #fff;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
} */
@media(max-width:767px){
	.menuBox ul li a:before{
		height: 0px;
	}
	.menuBox ul li:last-child a:after{
		height: 0;
	}
	
}
@media(max-width:767px){
	.sonMenu .title{
		width: 100%;
	}
	.menuBox ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	.menuBox ul li{
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menuBox ul li a{
		padding: 0;
	}
	.menuBox ul li.active a{
		padding: 0;
	}
	.menuBox ul li a:hover,.menuBox ul li.active a{
		background: #f8b62b;
		color: #fff;
	}
	.menuBox ul li a{
		background: #fff;
		color: #2b2b2b;
	}
	.menuBox ul li{
		margin-bottom: 10px;
		line-height: 42px;
	}
	.menuBox ul li.active a:after {
		bottom: 0;
	}

}
/*内页侧边分类*/
.sonsort {   
    margin-top: 0px;
    background-color: #28a7e1;
    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: #28a7e1;
	border-bottom: 1px solid #fff;
}
.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: #f7f7f7;
}
ul.sendNav li{
	background-color: #f7f7f7;	
}
ul.sendNav li a{
	line-height: 45px;			
	padding: 0px 10px;
	margin: 0px 0px;
	color: #2b2b2b;
	font-weight: normal;
	display: block;
	background-color: #f7f7f7;
	border-bottom: 1px solid #fff;
}
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: #28a7e1;
	border-bottom: 1px solid #fff;
}
.hot-product-tit{
	font-size: 24px;
	color: #28a7e1;
	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: #f7f7f7;
    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;
	background: #fff;
}
.position li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
/* 关键词搜索 */
.hot{
    background:#fff; 
}
.hot .hot-key{
    line-height: 80px;
    font-size: 18px;
}
.hot .hot-box strong{    
    color: #004097;
    margin-right: 10px;
}
.hot .hot-box a{
    display: inline-block;
    padding-right:10px;
    color:#5a5a5a;
}
.search{
	padding:21px 30px; 
	background: #fff;   
}
.position .search{
	padding:5px 15px; 
} 
@media(max-width:992px){
	.position .search{
		padding:15px 15px; 
	} 
	
}
@media(max-width:767px){
	.hot-box .search:nth-child(1){
		display: none;
	}
}
.search .search-box{
    height:40px;
    width:100%;
    background:#e8e8e8;    
}
.search .search-box input{
    width:85%;
    height:100%;
    border:none;
    background:none;
    padding:0 15px;
}
.search .search-box input:-moz-placeholder {
    color: #838383;
	font-size: 14px;
}
.search .search-box input:-ms-input-placeholder{
    color: #838383;
	font-size: 14px;
}
.search .search-box input::-webkit-input-placeholder{
    color: #838383;
	font-size: 14px;
}
.search .search-box button{
    width:15%;
    height:100%;
    border:none;
    background:#e8e8e8;
}
.search .search-box button span{
    font-size: 20px;
    color:#0f0f0f;
}

@media (max-width:991px){
	.hot-key a{
        display: none !important;
    }
	.hot-key a:nth-child(3){
        display: inline-block !important;
	}
	.hot-key a:nth-child(4){
        display: inline-block !important;
    }
    
}
@media (max-width:767px){
    .hot-key{
        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: 35px;
    color: #0a8dc9;
    line-height: 1;  
    font-weight: bold;   
 }
.comtitle font{
	font-size: 80px;
	color: #d2d2d2;
	display: block;
	text-transform: uppercase;
}

@media(max-width:991px){
	.comtitle font{
		font-size: 24px;
	}
}
.comtitle span {  
    font-size: 16px;
    line-height: 45px;
    font-weight: normal;
    float: right;
    margin-top: 45px;
    position: relative;
    padding-right: 60px;   
}
.case a{
	color: #0a8dc9;
}
.parent a{
	color:#fff;
}
.comtitle span:after{
	font-family: "iconfont" !important;    
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e607";
	font-size: 50px;
    font-weight: lighter;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.comtitle:after{
	content: "";
    display: block;
    border-bottom: 3px solid #f8b62b;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 70px;
}
/*产品分类*/
.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: #f7f7f7;
	padding: 20px;
	font-size: 14px;
}
.product-name p{
	border-bottom: 1px dashed #d3d3d3;
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.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: #28a7e1;
	color: #fff;
}
/*新闻列表*/
.news-box{
	border: 1px solid #eeeeee;
	line-height: 100px;
	padding: 20px;
	margin-bottom: 20px;
	transition: all 0.6s;
}
.news-box img{
	width: 100%;
	max-height: 100px;
}
.news-box span{
	float: right;
}
.news-box:hover{
	background: #eeeeee;
}
.news-box:hover a{
	color: #28a7e1;
}
@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;
	padding-top: 105px;
	padding-bottom: 105px;
	line-height: 40px;
	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{
	margin-bottom: 30px;
}
.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:991px){
	.about,.contact{
		font-size: 14px;
	}
}
/*关于我们*/
.about .content img{
	max-width: 100% !important;
}
.about .about-title{
	font-size: 46px;
	position: relative;
	color: #28a7e1;
	font-weight: bold;
	text-align: center;
	background: url(../images/biao-bg.jpg) no-repeat center;
	padding: 50px;
	background-size: cover;
}
.about .about-title p span{
	font-weight: bold;
}
.about .about-title p{
	font-size: 30px;
	color: #464646;
	font-weight: normal;	
}
.about .about-title:after{
	content: "";
    background-color: #f8b62b;    
    width: 100px;
    height: 4px;
    display: block;
    margin: 10px auto;
}
.about .content {	
	line-height: 1.8;
	font-size: 16px;

}
@media (max-width:991px){
	.about .content {	
		padding-left: 10px;
		padding-right: 10px;
	}
	.about .about-title p{
		font-size: 20px;
	}
}
.about-bot-img{
	position: absolute;
	left: 15px;
	bottom: 0;
}
.sign{margin: 20px 0px; padding: 0px 5px; overflow: hidden; background: url(../images/sign-bg.jpg) no-repeat center;}
.sign li{float: left; padding:40px 5%;width:20%; position: relative;transition:all 0.3s; color: #fff; border-right: 1px solid #ffffff4d;}
.sign li:after{position: absolute;
    right: -1px;
    top: 0px;
    width: 1px;
    height: 30px;
    margin-right: 0px;
    background: #f8b62b;
    content: "";}
.sign li span{display: inline-block;line-height: 50px;font-size: 45px;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: 30px;color: #f8b62b;border-radius: 100%;right: 0px;top: 0px;}
.sign li span b{ font-size: 20px; line-height: 20px;font-weight: normal;}
.sign li p{display: block;font-size:18px;line-height: 1;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:nth-child(5){  border: 0;}
.sign li:hover{ margin-top: -3px;}
@media (max-width:1199px){
	.sign li{
		padding:40px 3%;
	}
}
@media (max-width:991px){
	.sign li {	   
	    padding-left: 5%;
	}
	.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;
	}

}
@media (max-width:767px){
	.sign li {	   
		padding-left: 0%;
		padding: 40px 0;
	}
	
}
.about .about-you,.about .about-img,.about .honor{
	padding-top: 20px;
	padding-bottom: 20px;	
}
.about .about-you h5,.case-sign .you-con h5{
	font-size: 24px;
	color: #0a8dc9;
	font-weight: bold;
}
.about .about-you .you-con,.case-sign .you-con{
	padding: 30px 10px;
	font-size: 14px;
	line-height: 1.5;
}
.about .about-img .team-title{
	font-size: 24px;
	font-weight: bold;
}
.about .about-img .team-title::after,.about .about-you h5::after,.case-sign .you-con h5::after{
	width: 40px;
	height: 3px;
	display: block;
	content: "";
	background: #f8b62b;
	margin: 10px 0px;
}
.about .about-img div{
	margin-bottom: 15px;
}
.about .about-img img{
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e2;
}
.about .honor img,.about .about-you img{width: 100%;}

@media (max-width:992px){
	.about .about-you .you-con,.case-sign .you-con{
		padding: 10px 0px;
		font-size: 14px;		
	}
	.about .about-you h5, .case-sign .you-con h5{
		font-size: 16px;
	}
}
.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: #28a7e1;   
   border-bottom: 3px solid #f4f4f4;
   padding: 10px 0px;
   position: relative;
}
.product-con h5:after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: -3px;
	background: #f8b62b;
}
.product-con .overview{
	font-size: 16px;
	line-height: 30px;
	height: 278px;
	overflow: hidden;	
	text-align:justify;
	text-justify:distribute-all-lines;
}
.product-con .overview strong{	
	font-weight: bolder;
	color: #28a7e1;
	display: block;
}


.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;
	padding: 10px;
}
.product-con .pro-wechat .wechat img{
 max-width: 100%;
}
@media(max-width:767px){
	.product-con .pro-wechat .wechat img{
		width: 70px;
	   }
}
.product-con .tel-online{
	text-align: center;	
}
.tel-online .tel{
	font-size: 20px;	
}
.tel-online .tel span{
	color: #28a7e1;
	font-size: 28px;
	font-weight: bolder;
	display: block;
}
.tel-online .btn-danger{
	padding: 6px 25px;
}
@media (min-width: 1200px){
	.product-con .overview{
		height: 165px;
	}
	.product-con .overview p:nth-child(2){
		overflow-x: hidden;
		overflow-y: auto;
		height: 120px;
	}
}
@media (max-width: 1199px){
	.product-con .overview{
		height: 96px;
	}
	.product-con .overview p:nth-child(2){
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
		height: 66px;
	}
	.tel-online .tel {
		font-size: 16px;
	}
	.tel-online .tel span{
		font-size: 24px;
	}
	.tel-online .btn-danger {
		padding: 0px 25px;
	}
}
@media (max-width: 991px){
	.product-con .overview{
		height: 86px;
	}
	.product-con .overview p:nth-child(2){
		overflow-x: hidden;
		overflow-y: auto;
		height: 54px;
	}
	.tel-online .tel {
		font-size: 12px;
		line-height: 16px;
	}
	.tel-online .tel span{
		font-size: 14px;
	}
	.tel-online .btn-danger {
		padding: 2px 25px;
	}
	.product-con .pro-wechat {
		border: 1px dotted #c9c9c9;
		position: absolute;
		bottom: 0px;
		left: 15px;
		width: 95%;
		right: 15px;
		padding:0 10px; 
	}

}
@media (max-width: 767px){
	.product-con .overview{
		height: 165px;
	}
	.product-con .overview p:nth-child(2){
		overflow-x: hidden;
		overflow-y: auto;
		height: 120px;
	}
	.product-con .pro-wechat {
		position: static;
		bottom: 0px;
		left: 15px;
		width: 100%;
		right: 15px;
		padding:10px 10px; 
	}
	.tel-online .tel {
		font-size: 12px;
		line-height: 24px;
	}
	.tel-online .tel span{
		font-size: 14px;
	}
	.tel-online .btn-danger {
		padding: 0px 25px;
	}
	.tel-online{
		width: 60%;
		flex: auto;
	}
	.wechat{
		width: 40%;
		flex: auto;
	}
	
}
/*产品详情*/
.pro-content h5{
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 25px;
}
.pro-content h5:after{
	display: block;
	content: "";
	width: 70px;
	height: 3px;
	background: #f8b62b;
	margin: 10px 0px;
}
.pro-content .row h4{	
	font-size: 30px;
	color: #28a7e1;
}
.pro-content .Features-item{
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
	padding: 15px;
	min-height: 350px;
}
@media(max-width:767px){
	.pro-content .Features-item{
		min-height: 280px;
	}
}
.pro-content .Features-item .row{
	margin-left: 0px;
	margin-right: 0px;
}
.pro-content .Features-item .fea-img{
	padding: 0px;
}
.pro-content .Features-item .fea-img img{	
	width: 100%;
}
.pro-content .row h4:after{
	content: "";
	width: 30px;
	height: 3px;
	background-color: #ff0036;
	margin: 0px;
	display: block;
}
.pro-content img{
	max-width: 100%;
}
.pro-content table{
	width: 100%;
	border: 1px solid #dee2e6;
}
.pro-content .table th {    
    background-color: #2b2b2b;
    color: #fff;
    font-weight: normal;
}
.pro-content table td{
	padding-left: 20px;
}
.pre-next{
	font-size: 18px;
	line-height: 1.6;
}
.pre-next span{
	font-weight: bold;
}
@media (max-width: 991.98px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px
	}
}


.footer{
	background:url(../images/foot.jpg) repeat-x top center #f7f7f7;
	padding: 6rem 0;
}
.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: 10px 0px 0px 10px;
    float: right;   
}
.footer .copyright{
	padding-top: 30px;
	line-height: 1.8;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.footer .fot-contact{
	font-size: 16px;
}
.fot-contact .hot-tel,.fot-contact .sales-tel{
	margin-bottom: 10px;
}
.fot-contact .hot-tel span{	
	font-size: 30px;
	display: block;
	font-weight: bolder;
}
@media (max-width:992px){
	.footer .code-img {
	    margin: 10px 0px 0px 0px;
	    float: none; 
	}
	.footer .footnav {	    
	    padding-bottom: 20px;
	}
}
/*在线客服*/
.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: #28a7e1;
	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: #f8b62b;
}
.online dl dt {
	position: absolute;
	width: 145px;
	top: 0px;
	left: 65px;
	color: #fff;
	background: #28a7e1;
	z-index: 9999;
	display: none;
	line-height: 40px;
	padding: 5px 5px;
	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: 1px;
	background: url(../images/onlineR.png) no-repeat bottom #28a7e1;
}
.onlineR .top-tit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 3.2;
}
.onlineR .mid-con{
	background: #fff;
	border-radius: 1px;
	padding: 10px 5px;
	border: 1px solid #e6e6e6;
}
.onlineR .mid-con .light p,.onlineR .mid-con .ex-light p{
	font-size: 22px;
	color: #28a7e1;
	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: #28a7e1;
}
.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: #f8b62b;
	line-height: 1.2;
	font-weight: bolder;
	font-size: 14px;
	padding: 10px 5px 15px;
	border-radius: 0px; 
}
@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: 22px;
}
.global .cap-title span,.capability .cap-title span {
    font-size: 24px;
}
.global .cap-info,.capability .cap-info {
    font-size: 18px;
    line-height: 1.2;
}
.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{
	height: 100%;
	width: 100%;
	max-width: 283px;
}
.related_product_category .card-title {
    font-size: 16px;
}
.navdesc{
	font-size: 14px;
}
}
@media only screen and (max-width: 991px) {
.logo-sm-height{
	height: 55px;
}
.header .logo-txt {
	display: none;
}
.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;  
}
.main-content{
	padding: 0px;
}
.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;
    margin-bottom: 10px;
}
.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;
}
}

.card-img-top {
	width: 100%;
}


.case-con  .text-center p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media(max-width:991px){
.solution .sol-tel{
	display: none;
}
.solution h5 {
	font-size: 20px;
}
.solution h5 span{
	font-size: 24px;
}
.solution h6 {
	font-size: 20px;
}
.solution h6 span{
	font-size: 24px;
}

}

@media(max-width:1199px){
	.profile .col-lg-5{
		height: 600px;
		overflow: hidden;
	}
}

@media(max-width:991px){
	.profile .col-lg-5{
		height: 410px;
	}
	.sign .clearfix{
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
@media(max-width:767px){
	.profile .col-lg-5{
		height: 405px;
	}
	.news-img{
		display: none;
	}
}

@media(max-width:460px){
	.profile .sign li{
		padding: 0px 0px 10px;
	}
	.sign li span{
		font-size: 24px;
	}
}
@media (max-width: 768px){
.tel-btn {
    padding: 10px 15px;
    font-size: 12px;
}
.about_c{
	width:50%;
	flex-basis: auto; 
    flex-grow: 0; 
	margin-bottom: 15px;
}
}

@media (max-width:991px){
	.pre-next .text-right{
		text-align: left!important;
	}
}

.p_1{
	margin-bottom: 30px;
}


/* tab */
.top_li_select .li_select {
    display: none;
}
.top_li_select .active {
    display: block;
}
.top_li_nav .li_nav{
    display: none;
}
.top_li_nav .active{
    display: block;
}
/* 底部 */
#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;
}
.dis_4{
	display: none;
}
.dis_2{
	display: block;
}
#lunbo1{
	display: block;
}
#lunbo2{
	display: none;
}
@media(max-width:767px){
	.dis_4{
		display: block;
	}
	.dis_2{
		display: none;
	}
	#lunbo2{
		display: block;
	}
	#lunbo1{
		display: none;
	}
}
.banner1 img{
	width: 100%;
}
.card{
	overflow: hidden;
}
.card-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card-text{
	
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.pages .search1{
	margin-top: 15px;
	margin-bottom: 15px;
}