/*****vieye*****/
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font:14px "Segoe UI",Tahoma,Arial,Microsoft YaHe;
}
a {
	color: inherit;
	text-decoration: none;
}
strong{
	font-weight: bold;
}
img {
	max-width: 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

div.nomargin,li.nomargin,a.nomargin{
	margin-right:0px !important;
	margin-right:0px;
	}
div.nomargin-l,li.nomargin-l,a.nomargin-l{
	margin-left:0px !important;
	margin-left:0px;
}	

.clearfix{
	clear:both;
	}
.clearfix::before,.clearfix::after{
	content: '';
	display: block;

	clear:both;
}

.ab_active{
	color:#fff;
	background:url(../img/content/ab_title_bg.png) no-repeat center center;
	}
.space_tb1-5{
	padding-top:15px;
	padding-bottom:15px;
	}
.space_tb1{
	padding-top:10px;
	padding-bottom:10px;
	}
.space_tb2{
	padding-top:20px;
	padding-bottom:20px;
	}	
.space_tb3{
	padding-top:30px;
	padding-bottom:30px;
	}	
.space_tb4{
	padding-top:40px;
	padding-bottom:40px;
	}	
.space_tb5{
	padding-top:50px;
	padding-bottom:50px;
	}

.ta_c{
	text-align:center;
	}

.ta_l{
	text-align:left;
	}

.ta_r{
	text-align:right;
	}
	
.btn{
	cursor:pointer;
	}
.ov_hd{
	overflow:hidden;
	}
.m_color_red{
	color: #f00;
}
.m_color{
	color:#328439;
	}
.mh_color a:hover,a.mh_color:hover{
	color:#328439;
	}	
.m_bg{
	background:#328439;
	}

.m_bc{
	background:#328439;
	color:#fff;
	}
.bd_c{
	border:1px solid #ccc;
	overflow:hidden;
	}
.bd_c_l{
	border-left: 1px solid #ccc !important;
}			
.nobd_b{
	border-bottom:0 !important;
}
.para_p{
	line-height: 2;
	}

.hide{
	display: none;
}

.container1{
	padding-left:60px;
	padding-right:60px; 
}
.container2{
	padding-left:3%;
	padding-right:3%; 
}

.change1{
	transition: all 0.5s;
}


.yahei-light{
	font-family: light;
}

.trans-5{
	transition: all 0.5s;

}
.scale-min{
	transition: all 0.5s;
}
.scale-min:hover{
	transform: scale(1.1,1.1);
	transition: all 0.5s;
}
.en{
	font-family: arial;
}


@media screen and (min-width:769px){
.col-sm-12{
	width: 100%;
	float: left;
}
.col-sm-11{
	width: 91.666666%;
	float: left;
}
.col-sm-10{
	width: 83.333333%;
	float:left;
}
.col-sm-9{
	width: 75%;
	float:left;
}	
.col-sm-85{
	width: 80%;
	float:left;
}
.col-sm-8{
	width:66.666666%;
	float:left;
}
.col-sm-7{
	width:58.33333%;
	float:left;
}
.col-sm-6{
	width:50%;
	float:left;
}
.col-sm-5{
	width: 41.66666%;
	float:left;
}
.col-sm-4{
	width:33.33333%;
	float:left;
}
.col-sm-35{
	width: 20%;
	float:left;
}
.col-sm-3{
	width: 25%;
	float: left;
}	
.col-sm-2{
	width:16.66666%;
	float: left;
}
.col-sm-1{
	width:8.333333%;
	float: left;
}	
.show-sm{
	display: none;
}

.pro-infolist .list-item {
display: none;
}
.pro-infolist .show {
    display: inline;
}
}
@media screen and (min-width:993px){
	
	.hide-md-min{
		display:none;
		}
	.col-md-35{
		width: 20%;
		float: left;
	}	
	.col-md-3{
		width:25%;
		float:left;
		}

	.col-md-2{
		width:16.66666%;
		float:left;
		}
	.col-md-8{
		width:66.66666%;
		float:left;
		}	
	.col-md-6{
		width: 50%;
		float:left;
	}
	.col-md-4{
		width:33.33333%;
		float:left;
		}
	.show-md{
		display: none;
	}		
}
@media screen and (min-width:1201px){
	.col-lg-3{
		width: 25%;
		float: left;
	}
	.col-lg-2{
		width: 16.66666%;
		float: left;
	}
}	
@media screen and (max-width:1500px){

}
@media screen and (max-width:1200px){
	.hide-lg{
		display: none;
	}
	.fz-tolg-36{
		font-size: 3.6rem !important;
		font-size: 3.6rem;
	}
	.fz-tolg-30{
		font-size: 3rem !important;
		font-size: 3rem;
	}
	.fz-tolg-24{
		font-size: 2.4rem !important;
		font-size: 2.4rem;
	}
	.fz-tolg-18{
		font-size: 1.8rem !important;
		font-size: 1.8rem;
	}
	.fz-tolg-14{
		font-size: 1.4rem !important;
		font-size: 1.4rem;
	}
	.container1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-top .mt-c{
		width: 200px;
	}
	.main-top .mt-r{
		margin-left: 200px;
	}
	.mt-l .logo{
		width: 179px;
		height: 50px;
		background-image: url(../img/public/logo-lg.png);
	}
	.mt-l p{
		margin-left: 190px;
	}
	.mt_c .hotline{
		right: 15px;
	}
	.i_news .newslist{
		padding-left:10px;
		padding-right: 10px;
	}
	.serlist ul li a{
		width: 160px;
		height: 160px;
	}
}	
	
@media screen and (max-width:992px){
	
	.show-md{
		display:block !important;
		}	
	.hide-md{
		display:none !important;		
		}
	.fz-tomd-50{
	font-size:5rem !important;
   	font-size:5rem
	}	
	.fz-tomd-36{
   	font-size:3.6rem !important;
   	font-size:3.6rem
   }	
	.fz-tomd-30{
   	font-size:3rem !important;
   	font-size:3rem
   }	
   .fz-tomd-24{
   	font-size:2.4rem !important;
   	font-size:2.4rem
   }
	.fz-tomd-18{
		font-size:1.8rem !important;
		font-size:1.8rem;
	}
	.fz-tomd-16{
		font-size:1.6rem !important;
		font-size:1.6rem;
	}	
	.fz-tomd-14{
		font-size:1.4rem !important;
		font-size:1.4rem;
	}
	.fc-tomd-6{
		color: #666 !important;
	}
	.search-btn{
		right: 55px;
		top: 15px;
	}
	.bn-text,.i_banner .owl-nav{
		right: 15px;
	}
	.main-foot .fo-1{
		float:none !important;
	}
	.main-foot .fo-2{
		float: none !important;
	}
	.in-topnav .subpath{
	float: none;
	margin-bottom: 15px;
	}
	.in-topnav ul{
		float: none;
	}
	.sel-list ul li{
		background-size: 35% !important;
	}
	.serlist ul li a{
		width: 120px;
		height: 120px;
	}
	.serlist ul li a img{
		bottom:45px;
	}
	.serlist ul li a span{
		bottom:20px;
	}
}
@media screen and (max-width:768px){
	
	.col-xs-35{
		width: 20%;
		float: left;
	}	
	.col-xs-3{
		width:25%;
		float:left;
		}

	.col-xs-2{
		width:16.66666%;
		float:left;
		}
	.col-xs-6{
		width: 50%;
		float:left;
	}
	.col-xs-4{
		width:33.33333%;
		float:left;
		}
	
	.fc-tosm-mc{
		color: #b5a05e;
	}
	.fz-tosm-36{
		font-size:3.6rem !important;
   	font-size:3.6rem
	}
	.fz-tosm-30{
   	font-size:3rem !important;
   	font-size:3rem
   }
	.fz-tosm-24{
		font-size: 2.4rem !important;
		font-size: 2.4rem;
	}
	.fz-tosm-18{
		font-size: 1.8rem !important;
		font-size: 1.8rem;
	}
	.fz-tosm-16{
		font-size: 1.6rem !important;
		font-size: 1.6rem;
	}
	.fz-tosm-14{
		font-size: 1.4rem !important;
		font-size: 1.4rem;
	}

	.full-sm{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.hide-sm{
		display: none !important;
	}	
	.show-sm{
		display: inline !important;
	}
	.pd-tosm-15{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.pd-tosm-0{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.bn-text{
		left: 15px;
		right: 15px;
		width: auto;
		max-width: none;
		min-width: auto;
		padding: 15px 15px 60px 15px;
	}
	.i_product .box1,.i_product .box2,.i_product .box3,.i_product .box4,.i_product .box5,.i_product .box6{
		height: auto;
	}
	.i_product img{
		position: relative;
		margin-top: 30px;
	}
	.i_product .gs{
		padding: 15px;
	}
	.i_solve .t1{
		padding-left: 0;
	}
	.solvebtns li{
		padding: 0 5px;
	}
	.main-top .mt-r{
		margin-left: 150px;
	}
	.main-top .main-nav{
		padding:0;
		width: auto;
	}
	.search-btn{
		top: 10px;
	}
	.mt-l .logo{
		width: 143px;
		height: 40px;
		background-image: url(../img/public/logo-sm.png);
	}
	.main-top .mt_c{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mt-l .dropdown-btn{
		margin-top: 0;
	}
	.prolist ul{
		margin:0;
	}

.in-topnav ul li a{
	margin-bottom: 10px;
	text-align: center;
}
.gototop{
	top: -120px;
}
.fo-2 .t2{
	float: none;
	padding-left: 0;
}

.in-about .ab-tit1{
	left: 0px;
}
.in-ab-3 ul li{
	text-align: center;
	font-size: 14px;
}
.in-sidenav{
	width: auto;
	float: none;
	overflow: hidden;
	padding:  0;
}
.in-prolist{
	margin-left: 0;
}
.in-pro-de-gs .gs{
	padding-left: 0;
	text-align: center;
}
.pro-infolist .pro-detail-xq{
	display: none;
}
.pro-de-btns ul li span i{
	display: block;
	margin-bottom: 15px;
}
.pro-de-btns ul li em{
	padding-left: 0;
}
.fist-news .pic{
	margin-bottom: 10px;
}
.fist-news .tip{
	left: 0;
}
.in-prolist ul li{
	padding: 5px;
}
.in-workshop .info{
	height: 400px;
}
.newslist ul li{
	padding-left: 0;
	padding-right: 0;
}
.in-de-xq h3{
	font-size: 18px;
}
.in-de-xq{
	font-size: 14px;
}
.solvelist li{
	position: relative;
	display: none;
}
.solvelist li.show{
	display: block;
}
.solvelist{
	padding-bottom: 0;
}
.i_solve .pic{
	text-align: center;
}
.in-news-detail .in-ne-box1,.in-solve-detail .box1{
	border-right: 0;
}
}
