html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.6;
    color: #2b2b2b;
    margin: 0;
    background: #f6f6f6;
}
ul,li {
	list-style: none;
}
a {
	color: #2b2b2b;
	transition: .4s
}

a:hover {
	text-decoration: none;
	color: #5bb43c;
}
.opacity a,a.opacity,.opacity button,button.opacit {
	transition: all .3s ease;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	outline: none
}

.opacity a:hover,a.opacity:hover,.opacity button:hover,button.opacit:hover {
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)"
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
img{
	max-width: 100%;
}
.mainCon{
	max-width: 1350px;
	margin: 0px auto;
	background-color: #fff;
	box-shadow: 2px 10px 20px 10px rgba(220,220,220,0.5)
}
/*头部*/
.h_c h1{ display:block;overflow:hidden; margin-bottom: 0;}
.h_c .navbar-brand img{height:auto;}
.h_c h1 span{ overflow: hidden; padding-left: 10px; padding-top:25px;display: block; font:20px/24px ""; color:#4c4c4c;}
.h_c h1 span i{ font-style: normal; display: block;font-size: 24px;font-weight: normal;letter-spacing: 2.2px;}

/*nav*/
.h_nav ul li {font:18px/67px "";  text-align: center;position: relative; }
.h_nav ul li a{display:block; color:#2b2b2b;white-space: nowrap;}
.h_nav li a:hover, .h_nav .cur a,.h_nav .en a{ text-decoration:none; color:#5bb43c;}
.h_nav .ankura a{ font-weight: bold;}
.sub-menu {
    top: 68px;
    left: 0;
    position: absolute;
    z-index: 12;
    min-width: 120px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-top: 4px #5bb43c solid;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    transition: ease-in-out 0.5s;
}
.sub-menu:before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 6px transparent solid;
    border-top-width: 0;
    border-bottom-color: #5bb43c;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -6px;
}
ul.sub-menu li{	
    font: 14px/40px "";
    text-align: center;  
}
ul.sub-menu li a {
    border-bottom: 1px #eee solid;
    display: block;
    white-space: nowrap;
    color:#2b2b2b !important;
    padding: 2px 12px;
}
ul.sub-menu li a:hover{
	color: #5bb43c !important;
}
.sub-menu>li:hover>.sub-menu, .h_nav ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}
/*导航*/
.navbar{
	padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0rem 0rem;
	padding-right: 4.5rem;
	padding-left: 4.5rem;
	font-size: 16px;
	color: #f4f4f4;
	line-height: 50px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
    background-color: #c71625;
    font-weight: bold;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #c71625;
    font-weight: bold;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
/*内页banner*/
.category-banner img{max-width: 100%;}
img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
	max-width: 100%
}[data-view*=sp] {
	display: none
}[data-view*=sp-inlineblock] {
	display: none
}[data-view*=tablet] {
	display: none
}[data-view*=tablet-inlineblock] {
	display: none
}[data-view*=pc] {
	display: block
}[data-view*=pc-inlineblock] {
	display: inline-block
}

/*当前位置*/
.position{	
    padding: 15px 0px;
    position: relative;
    color: #666;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
}
.position ul li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;   
}
.position ul li a {    
    font-size: 14px;  
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #434343;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #5bb43c;
	border-color: #5bb43c;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;	
	padding-bottom: 30px;
}
.code, .code img {
	height: 100px;
}
/*左侧*/
.cstlayer{
	background: url(../images/pro_t2.jpg) repeat-x scroll center top;
	padding-top: 13px;
	padding-bottom: 2px;
	font-size: 18px;
	color: #fff;
	line-height: 110%;
	text-align: center;
    text-transform: uppercase;
}
.cstlayer span{
	display: block;
	font-size: 14px;
}
.cstlayer span:after{
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	margin: 15px 0px 0px;	
	background-color: #fff;
}
.sonsort{margin-bottom: 40px;}
.sonsort ul li a{
	line-height: 2;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background-color: #2b2b2b;
	padding: 20px 15px;
}
.sonsort ul li a:hover,.sonsort ul li a.active{	
	background-color: #FF9000;	
	color: #fff;
}
.sonsort ul li .subnav {
	display: none;
}
.sonsort ul li .subnav.active{
	display: block;
}
.sonsort ul li .subnav .collection a{
	background: #fff;
	font-size: 14px;
	border-bottom: 1px dashed #dedede;
}
.sonsort ul li .subnav .collection a:hover,.sonsort ul li .subnav .active a{
	color: #FF9000;
}
/*侧边联系我们*/
.left-contact{
	margin-top: 20px;
	background: #F4F4F4;
}
.left-con{
	text-align: center;   
    font-size: 14px;
    padding: 10px;
    line-height: 2;
    margin-bottom: 20px;
}
.left-con span{
	 color: #0067ac;
	 font-size: 24px;
	 display: block;
}

/*关键词*/
.keyword {
	color: #434343;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
}
.keyword .search-key b {
    color: #666;
    padding-right: 3px;
    display: inline-block;
}
.keyword .search-key a {
    color: #666;
    padding-right: 15px;
    display: inline-block;
}
.search-key{
	font-size: 14px;
	line-height: 35px;
	display: flex;
}
.search-key ul li a:hover{
	font-weight: bold;
}
.search .search-input{
	width: 100%;
}
.search .search-input input{
	width: 100%;
	line-height: 35px;
	color: #666;
	padding-left: 15px;
    padding-right: 5px;
    outline: none;
    border: none;
    border-radius: 20px;
    background:#efefef;
}
.search .search-icon{
	position: absolute;
	right: 0px;
	top: 0px;
}
.search .search-icon button{
	border: 0px;	
    width: 60px;
    height: 37px;
    cursor: pointer;
    border-radius: 20px;
    background:#efefef;
    text-align: center;
}

/*核心产品*/
.classification{padding-bottom: 80px;}
.com_h2{ font-size:30px; color:#2b2b2b; line-height: 2; margin-bottom:20px; overflow:hidden; }
.com_h2:after{ content: ""; width: 50px; height: 3px; background-color: #5bb43c; display: block;}
.com_h2 span{color: #5cb33e; font-weight: bolder;}
.classification ul li{ width: 100%; display:block; font-size: 16px;}
.classification ul li i{font-size:14px; margin-right: 5px;}
.classification ul li a{
	border-bottom: 1px solid #f0f0f0;
	display: block;
	line-height: 3;
}
.classification ul.advantage{
	background-color: #f9f9f9;
	padding: 40px 50px;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
}
.classification ul.advantage li{
	text-align: center;
	position: relative;
}
.classification ul.advantage li strong{
	color: #5bb43c;
}
.classification ul.advantage li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #dedede;
	right: 0px;
	top: 50%;
	margin-top: -10px;
}
.classification ul.advantage li:last-child:after{
	width: 0;
}
/*产品中心*/
.product-center{ background:#fff; overflow:hidden; padding: 50px 0px;} 
.pro2_dl{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.pro2_dl dl{
	padding-right: 20px;
    padding-left: 20px;
	-ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; 
}
.pro2_dl dt{position: relative;background:#fafafa;}
.pro2_dl dt video,.pro2_dl dt video:focus{
	outline:none;
}
.pro2_dl dt i{
	position: absolute;
	top: 45%;
	left: 45%;
	color: #fff;
	font-size: 60px;
}
.pro2_dl dt img{width: 100%;overflow:hidden;}
.pro2_dl dd{ padding: 20px 20px; font-size: 14px; width: 100%;background:#fafafa; overflow:hidden;}
.pro2_dl dd .item-title {
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 1.8;
}
.pro2_dl dd .item-title:after{ content: ""; width: 40px; height: 2px; background-color: #5bb43c; display: block;}
.pro2_dl dd .item-name {
    display: block;
    font-size: 16px;
    line-height: 1.8;
}
.pro2_dl dd .item-name:after{ content: ""; width: 40px; height: 3px; background-color: #5bb43c; display: block;}
.pro2_dl dd .item-gil {
    display: block;
    font-size: 30px;
    color: #5bb43c;
    font-weight: bold;  
    line-height: 1.6;
}
.pro2_dl dd .item-desc {
    display: block;
    font-size: 20px;
    margin-bottom: 18px;
}
.item-more{position: relative; width: 100%; margin-top: 10px; height: 30px; display:block; overflow: hidden;}
.item-more img{ position: absolute;left:-5px;color: #5bb43c; font-size: 18px; font-weight: 100;animation:arrow 3s cubic-bezier(.5,0,.1,1) infinite;
	-webkit-animation:arrow 3s cubic-bezier(.5,0,.1,1) infinite;
	 }
@keyframes arrow {
	%0,%100 {
	left:0px;
	opacity:1
}
50% {
	left:5px;
	opacity:1
}
}@-webkit-keyframes arrow {
	%0,%100 {
	left:5px;
	opacity:1
}
50% {
	left:10px;
	opacity:1
}
}
/*单篇关于我们*/
.a_nav {margin-bottom: 40px;}
.a_nav ul li{ display: inline-block; }
.a_nav ul li a {text-align: center; line-height: 1; font-size: 22px; padding-right:15px; margin-right:15px;display:inline-block; margin-bottom: 10px; border-right: 2px solid #2b2b2b;}
.a_nav ul li a:hover,.a_nav ul li.cur a{ color:#5bb43c; font-weight: bolder;}
.a_nav ul li:last-child a{border-right: 0px solid #2b2b2b;}

/*发展历程*/
.history {       
    position: relative; 
}
.history .gallery-thumbs{
	text-align:center;
	cursor:pointer;
}
.history .gallery-thumbs .swiper-slide:hover{
	color:#5bb43c
}
.history .gallery-thumbs .thumbs{
	background: #f6f6f6;
	border-radius: 30px;
	font-size: 20px;
	line-height: 2.5;
	overflow: hidden;
	border:1px solid #efefef;
}
.history .gallery-thumbs .swiper-slide-thumb-active .thumbs{
	background: #5bb43c;
	color: #fff;
	font-weight: bold;	
	border:1px solid #5bb43c;
}
.history .otherTop .swiper-slide{		
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	margin-top: 20px;
	padding: 50px;
	background: url(../images/history.jpg) no-repeat;
}
.history .swiper-slide .other-title{
	font-size: 35px;	
	font-weight: bolder;
	line-height: 2;
	border-bottom: 1px solid #7cc163;
	position: relative;
}
.history .swiper-slide .other-title:after{
	content: "";
    width: 60px;
    height: 3px;
    background-color: #fff;
    display: block;	
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -30px;    
}
.history .slideCon{		
	font-size: 16px;
	line-height: 1.4;
	padding: 40px 0;
	min-height: 200px;
}
.history .slideCon .col{
	padding-left: 40px;
	margin-bottom: 5px;
}
.history .slideCon .col:before{
	content: "●";
	color: #fff;
	font-size: 16px;
	margin-left: -20px;
	margin-right: 10px;

}

/*企业荣誉*/
.honor-tab li a{ 
	background-color: #f6f6f6;
	border: 1px solid #efefef;
	margin-right: 10px;
	padding: 5px 25px;
	font-size: 18px;
 }
 .honor-tab li a.active{ 
	background-color: #5bb43c;
	border: 1px solid #5bb43c;
	color: #fff;
 }
.about-txt{	
    color: #333;
    line-height: 2;
    margin-bottom: 40px;   
}
.content.about-txt p{margin: 15px 0;}
.culture-title{
	font-size: 18px;
}
.culture-title:before {
    content: "●";
    color: #5bb43c;
    font-size: 16px;   
    margin-right: 10px;
}
.about-video{
	position: relative;
}
.about-video i{
	position: absolute;
	top: 45%;
	left: 45%;
	color: #fff;
	font-size: 60px;
}
.content img, .content iframe {max-width: 100% !important;}

.contact .img_over{margin-bottom: 40px;}
.contact .img_over i{font-size: 60px;}

/*在线留言*/
.temp_on_inp { background:url(../images/on_bj.jpg) no-repeat center top; overflow:hidden; padding-top:90px; }
.temp_on_inp h3 { border-bottom: 2px solid #cf181f; font-size:24px; font-weight:bold; color:#cf181f; line-height:24px; float:right; }
.temp_on_inp h3 span { display:block; font:14px Arial; color:#cf181f; line-height:36px; text-transform:uppercase; }
.temp_on_inp h3 a { color:#cf181f; }

/*上一条 下一条*/
.gduo {
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 10px;
}
/*新闻列表*/
.news .card{
	padding: 20px;
	border-radius: .0rem;
}
.news .card-title:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #5bb43c;
    display: block;
    margin-top: 5px;
}
.news .card-title .time{
	font-size: 16px;
	color: #969696;
}
.topnews .card{
	padding: 10px;
	border-radius: .0rem;
}
.topnews .card-title{
	font-size: 20px;
	font-weight: bolder;
	color: #5bb43c;
}
.topnews .card-title:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #5bb43c;
    display: block;
    margin-top: 5px;
}
.news-show {font-size: 16px;line-height: 2;}
.news-show p img{margin-top: 10px;}
/*产品详情*/
.box-title{  
	font-size: 26px;
	line-height: 1.2;
	font-weight: bolder;
    color: #5bb43c;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.pro-box{ background-color: #efefef; border:1px solid #efefef; }
.pro-imgs img{width: 100%; text-align: center;}
.box-desc{font-size: 16px; margin-right: 20px;}
.pro-features{
	line-height: 1.8;
	font-size: 16px;
}
.pro-features p,.pro-features .row div{
	margin-bottom: 15px;
}
.pro-features .name-title{	
    margin: 5px 0px;  
    line-height: 40px;   
    color: #5bb43c;   
    font-size: 24px;
    font-weight: bold;
}
.pro-features .name-title:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #5bb43c;
	display:block;
	margin: 10px 0;
}
mark{
	background-color: #5bb43c;
	color: #fff;
	padding: 0.8rem 2rem;
	font-size: 16px;
    font-weight: bold;
}
.pro-features table{	
	margin: 20px auto;
}
.pro-features table p{
	margin-bottom: 0;
}
.pro-features table tr td{
	padding-left: 12px;
    border: 1px solid #e9e9e9;
    text-align: center;
}
/*案例展示*/
.case-nav .list-group-item{
	margin-bottom: 10px;
	font-size: 20px;
	background-color: #f6f6f6;
	text-align: center;
	border: 1px solid rgba(239,239,239,1);
}
.case-nav a:hover .list-group-item,.case-nav .list-group-item.cur {
	background-color: #5bb43c;
	color: #fff;
}
.case-list .card{
	border: 0px solid rgba(0,0,0,.125);
    border-radius: .0rem;
}
.case-list .card-img-top{
	padding: 1.25rem;
	border:1px solid #efefef;
}
.case-list .card-title{
	font-size: 18px;
	color: #5bb43c;	
	font-weight: bold;
}
.case-list .card-title:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #5bb43c;
    display: block;
    margin-top: 10px;
}
/*联系我们*/
.pro-contact .contact-list li{	
	line-height: 45px;
	font-size: 16px;	
	text-align: center;
    margin: 40px 0px;
}
.pro-contact .contact-list li i{ 
	font-size: 48px;
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #f6f6f6;
    line-height: 130px;
    border-radius: 100%;
}
.pro-contact .company-name{
	font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;    
}

/*产品分类*/
.nav-box{ background-image: url(../images/nav-box.jpg);}
.nav-box .adv-text{
	padding: 30px 0;
	padding-right: 20px;
	color: #fff;
	position: relative;
	height: 100%;
}
.nav-box .adv-text div.txt-title {
    font-size: 25px;
    line-height: 2;
    font-weight: bolder;    
    margin-bottom: 15px;
}
.nav-box .adv-text div.txt-title:after{ content: ""; width: 30px; height: 2px; background-color: #fff; display: block;}

.nav-box .adv-text div.txt-con {
    font-size: 15px;
    line-height: 26px;
}
.nav-box .nav-more{ position: absolute;bottom: 30px; }
.nav-box .nav-more .btn-light{ font-size: 18px; font-weight: bolder; color: #5bb43c; }
/*产品列表页*/
.cate-title{
	font-size: 30px;
	color: #5bb43c;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 15px;
}
.cate-title:after{ content: ""; width: 30px; height: 2px; background-color: #5bb43c; display: block;}
.cate-title span{
	float: right;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: normal;
}
.prolist{
	overflow: hidden;
}
.prolist .img-thumbnail{
	border: 1px solid #efefef;
	padding: 1.55rem;
	margin-bottom: 15px;
}
.prolist h5.card-title{
	margin-top: 3px;    
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-align: center;
    font-size: 16px;
}
#gradient{width: 100%;height: 35px;background: url() repeat-x;position: absolute;bottom: 0;left: 0;}
#read-more{padding: 15px;background: #fff;color: #333; text-align: center;}
#read-more a{font-weight: bold; font-size: 20px; color: #5bb43c; text-decoration: none;}
#read-more a:hover{color: #000;}
/*定制服务*/
.custom .card{
	background: #f7f7f7;
	padding: 10px 10px;   
    margin-bottom: 10px;   
    border: 1px solid #f7f7f7;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}
.custom .card-body{
	padding: 1.25rem 0px;
}
.custom .card-title{
	font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: bold; 
    color: #0067AC;
}
.custom .card-text{
	height: 175px;
}


/*---网站地图---*/
.sitemap_con .map_top { border-bottom:solid 1px #ccc; }
.sitemap_con .map_top img { float:left;}
.site_r_link {  margin:25px 0px;/*上边界根据需要进行调整*/ border:1px solid #cdcdcd; background:#F8F8F8; padding:5px 10px;  text-align: right;} /*网站地图，显示方式样式，上边界根据需要进行调整*/

.sitemap_con h4 { line-height:30px; font-size: 14px;font-weight: bold;}
.b4 { border:solid 1px #E0E0E0; overflow: hidden;}
.b4 ul { padding:0 11px;}
.b4 li { float:left ; line-height:25px; width:153px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.b4 li a { color:#666;}
.b4 li a:hover { color:#0067ac;}

/*底部信息*/
.footer{
	background: #e7e6e6;
	overflow: hidden;
	padding-top: 40px; 
	padding-bottom: 40px;
}
.f_logo { text-align: right;}
.f_logo p img{ max-width:100%;}
.f_h3{margin-bottom: 12px; font-size: 18px; font-weight: bold; line-height: 2; color:#626469;}
.f_h3:after{ content: ""; width: 15px; height: 2px; background-color: #5bb43c; display: block;}

.f_pro .f_h3 img{padding-left: 10px;}
.f_pro ul li{font-size: 14px; line-height: 2;}
.f_pro ul li a {color: #626469;}
.f_pro ul li a:hover {color: #5bb43c;}
.f_pro .form-control{
	border: 0px solid #ced4da;
}
.f_pro .help-block {
    display: block;
    margin-top: 5px;
    color: #737373;
}
.footer .chat{ text-align: center; margin-top: 40px;}
.copyright{	
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 35px;
	font-size: 14px;
}
.copyright .footer-bottom-logo img{float: left; height: 35px; margin-right: 15px; }
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #5bb43c;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
	border-radius: 3px;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #0e629a;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}
.card-img-260 .card-img-top,.imgmask{
	transition-duration: 0.6s;
}
.card-img-260:hover .card-img-top{
	transform: scale(1.1);
}
.imgmask{
	text-align: center;
    position: absolute;
    top: 0px;
    left: 0.15625px;
    background: rgba(204, 0, 0, 0.7);
    z-index: 1002;
    width: 100%;
    height: 100%;
    opacity: 0;    
    display: block;
}
.imgmask img{
	margin-top: 35%;
}
.card-img-260:hover .imgmask{	
	opacity: 1;

}
@media only screen and (max-width: 992px) {
.navbar-nav {
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-brand img {    
    height: 50px;
}
.sub-menu{
	display: none;
}
.h_nav ul {    
    background: #fff;
}
.h_nav ul li {
    font: 14px/32px "";
    height: 32px;
	border-bottom: 1px solid #dcdcdc;   
}
.h_nav ul li a {
    display: block;
    height: 32px;    
}
.h_nav ul li a span {
    float: left;
    display: block;
    height: 32px;
}
.a_nav ul li a {   
    font-size: 16px;
    padding-right: 10px;
    margin-right: 10px;   
}
.nav-box .adv-text div.txt-title {
    font-size: 20px;
}
.nav-box .adv-text {
    padding: 30px 20px;
    padding-right: 0px;
}
.nav-box .nav-more{
	position: relative;
	margin-top: 10px;
	bottom: 0;
}
.nav-box .nav-more .btn-light {
    font-size: 14px;
}
.cate-title {
    font-size: 22px;
}
.box-title {
    font-size: 20px;
    margin-left: 20px;
}
.box-desc {
    font-size: 16px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.pro-features .name-title {
    line-height: 20px;  
    font-size: 18px;
}

}
@media only screen and (max-width: 768px) {
[	data-view*=pc] {
	display: none
}[	data-view*=pc-inlineblock] {
	display: none
}[	data-view*=tablet] {
	display: none
}[	data-view*=tablet-inlineblock] {
	display: none
}[	data-view*=sp] {
	display: block
}[	data-view*=sp-inlineblock] {
	display: inline-block
}
.topadcs a.fullad {height: 110px;background-size: 160%; background-position: center; background-repeat: no-repeat;}

.pro_l,.pro_r{
	width: 100%;
}
.sonsort {   
    margin-top: 0px;    
}
.cstlayer{	
	padding: 15px 60px;
	font-size: 14px;	
}
.cstlayer span{	
	font-size: 20px;
}
.cstlayer span:after{	
	margin: 5px 0px;	
}
.pro2_dl dl{
	margin-bottom: 15px;
}
.pro2_dl dl.dl1{ 
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}
.pro2_dl dl.dl2{ 
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}
.pro2_dl dl.dl3{ 
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}
.f_logo{
	text-align: center;
}

}


/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-260 {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.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: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
.top .logo-sm-height{
	height: 45px;
}
}