@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
* {
	color: #1a1a1a;
	box-sizing: border-box;
	font-family: 'Microsoft Yahei';
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { /* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "微软雅黑", sans-serif;*/
	font: 12px/1 Tahoma, Helvetica, Arial, sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.bt {
	border-top: 1px solid #eeeeee
}
.bb {
	border-bottom: 1px solid #eeeeee
}
.bl {
	border-left: 1px solid #eeeeee
}
.br {
	border-right: 1px solid #eeeeee
}
/*通用属性*/

.con{
	width:1200px;
	margin:0 auto;}
/*头部*/
.top{
	width:1200px;
	overflow:hidden;
	padding-bottom:15px;
	margin:0 auto;}
	/*盒子*/
.shoucang{
	width:276px;
	*width:216px;
	height:26px;
	padding-left:30px;
	padding-right:30px;
	background:	url(../images/top.jpg) no-repeat top center;}
.shoucang a{
	line-height:25px;
	padding-left:10px;
	padding-right:10px;}
	/*加入收藏*/
.logo{
	margin-top:15px;}
	/*logo*/		
.tel{
	padding-top:15px;
	padding-right:50px;}
	/*电话*/
.navbox{
	position:relative;
	z-index:9;
	width:100%;
	height:68px;
	background:url(../images/nav.png) top center;}	
.nav{
	
	width:1200px;
	overflow:hidden;
	margin:0 auto;}	
.nav li{
	text-align:center;
	float:left;}
.nav li a{
	display:block;
	line-height:16px;
	padding:14px 23px 8px 24px;
	font-size:14px;
	transition:all 0.3s;
	color:#4a545f;}
.nav li a:hover{
	background:#005a88;
	text-shadow:#FFF 0px 0px 30px;
	color:#f2f2f2;}	
.nav li a span{
	font-style:italic;
	color:inherit;
	font-size:12px;}
	/*导航*/
.banner{
	position:relative;}		
.flexslider {
	position: relative;
	width: 100%;
	height: 640px;
	top:-28px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 640px;
	display: block;
}
.nav_d{
	position:absolute;
	bottom:10px;
	width:100%;
	height:68px;
	background:url(../images/nav_d.png) no-repeat top center;}
/*banner*/
.ssbox{
	overflow:hidden;}
.ss_l{
	line-height:34px;}	
.wrapper{
	width:375px;
	height:36px;
	overflow:hidden;
	border:1px solid #707070;}	
#search{
	float:left;
	padding-left:15px;
	line-height:35px;
	height:35px;
	font-size:14px;
	width:330px;
	*width:315px;
	outline:none;
	border:none;}	
.search_btn{
	border:0;
	outline:none;
	background:#FFF;}	
.gy_wz{
	padding-top:10px;
	width:780px;
	margin:0 auto;
	position:relative;
	overflow:hidden;}
.gy_wz a{
	width:72px;
	height:43px;
	*width:47px;
	*height:38px;
	color:#FFF;
	background:url(../images/gy_more.png) no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	padding-top:25px;
	padding-right:5px;
	text-align:right;
	display:block;}			
.gy_wz p{
	float:left;
	font-size:13px;
	margin-left:10px;
	line-height:24px;
	width:370px;
	text-indent:2em;}	
.ffgg{
	float:left;}	
.gywm{
	overflow:hidden;
	margin-top:25px;}	
	/*首页关于我们*/
.cpbox{
	margin-top:40px;}	
.cp_tit{
	width:100%;
	height:30px;
	background:url(../images/cp_tit.png) no-repeat center;}	
.cpp_box{
	width:100%;
	margin-top:30px;
	background:url(../images/cp_bg.png) no-repeat center;}	
.cp{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}	
.cp li{
	margin:35px;
	opacity:0.8;
	transition:all 0.5s;
	float:left;}	
.cp li:hover{
	opacity:1;}	
/*产品*/
.spbox{
	padding-top:30px;}
.sp_tit{
	width:100%;
	height:30px;
	background:url(../images/sp_tit.png) no-repeat center;}		
.spcon{
	padding-top:50px;
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.spcon li{
	width:380px;
	float:left;}
.sp_wz{
	overflow:hidden;
	padding-top:5px;}	
.spcon li span{
	float:right;}
/*视频*/
.zzbox{
	margin-bottom:40px;
	margin-top:50px;}
.zz_tit{
	width:100%;
	height:40px;
	background:url(../images/zz_tit.png) no-repeat center;}			
	
/*资质*/
.footbox{
	width:100%;
	background:#2d2f38;}	
.foot{
	position:relative;
	color:#fff;
	width:1080px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	height:361px;}
.foot_left{
	background:url(../images/foot_fg.png) no-repeat right center;}		
.foot_left>div{
	margin-right:35px;
	width:770px;}
.yl{
	border-bottom:1px solid #4d4f56;}		
.yl h2{
	font-size:16px;
	color:#FFF;}
.yl div{
	overflow:hidden;}
.yl div a{
	line-height:70px;
	float:left;
	color:#FFF;
	padding-right:20px;}	
.foot_nav{
	border-bottom:1px solid #262626;
	border-top:1px solid #262626;
	overflow:hidden;}
.foot_nav li{
	padding-left:14px;
	float:left;}
.foot_nav li a{
	line-height:52px;
	color:#e5e5e5;}								
.foot_logo{
	border-top:1px solid #4d4f56;
	padding-top:15px;}
.foot_logo .left img{
	padding-bottom:15px;}
.foot_logo .left p{
	color:#fff;
	padding-top:5px;
	line-height:40px;}
.foot_logo .right{
	color:#fff;
	text-align:center;
	line-height:24px;}	
.zxly{
	width:250px;
		padding-left:30px;}	
.zxly h3{
	padding-bottom:15px;
	color:#fff;
	font-size:16px;
	font-weight:normal;}
.zxly p{
	line-height:32px;
	color:#FFF;}
.zxly input{
	width:230px;
	line-height:24px;
	border-radius:5px;
	outline:none;
	background:#a8a8a8;
	padding-left:5px;
	transition:all 0.5s;
	border:none;}
.zxly input:focus{
	background:#e1e1e1;}
.zxly textarea{
	width:230px;
	height:110px;
	line-height:24px;
	border-radius:5px;
	outline:none;
	background:#a8a8a8;
	padding-left:5px;
	transition:all 0.5s;
	border:none;}
.zxly textarea:focus{
	background:#e1e1e1;}
.sf{
	color:#cccccc;
	width:110px;
	height:25px;
	outline:none;
	border-radius:3px;
	background:#3e414f;
	border:1px solid #1c1e24;
	margin-top:10px;}
.btop{
	position:fixed;
	bottom:314px;
	right:50px;}		/*底部*/		
/*内页*/	
.nybox{
	width:100%;
	position:relative;
	padding-bottom:30px;
	background:url(../images/ny_bg.jpg);}	
.nybg_top{
	width:100%;
	height:47px;
	position:absolute;
	top:-46px;
	z-index:99;
	background:url(../images/nybg_top.png) repeat-x;}	
.ny_con{
	width:1200px;
	position:relative;
	overflow:hidden;}				
.ny_l{
	padding-top:20px;
	margin-left:10px;
	font-family:'STZhongsong' !important;
	width:240px;
	margin-right:35px;}	
/*左侧*/	
.fpbox{
	background:#fff;}
.fpbox>img{
	height:102px;}
.cpfl{
	background:#fff;}	
.cpfl h3{
	width:100%;
	height:45px;
	padding-left:35px;
	text-align:left;
	line-height:45px;
	border-top:1px solid #ccc;
	background:url(../images/flz.png) no-repeat 20px center,#d9d9d9;
	font-weight:normal;
	font-size:14px;}
.cpfl li{
	width:100%;
	padding-left:35px;
	line-height:40px;
	text-align:left;
	background:url(../images/flf.png) no-repeat 20px center;
	border-bottom:1px solid #e6e6e6;}/*产品列表*/
.ny_lxwm{
	position:relative;}
.lx_tit{
	position:absolute;
	left:-10px;}	
.lx_wz{
	padding-top:89px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
	font-size:13px;
	font-weight:bold;
	line-height:24px;
	background:#FFF;}	
	
.ny_r{
	width:910px;}
.ny_ss{
	position:absolute;
	right:0;
	background:#fff;
	margin-top:1px;}
.nss_l{
	padding-top:25px;}		
.ny_rcon{}	
.ny_rtit{
	width:910px;
	*width:880px;
	height:62px;
	margin-top:20px;
	padding-left:30px;
	background:url(../images/ny_rtit.jpg) no-repeat;}	
.ny_warp{
	width:890px;
	margin:0 auto;
	background:#fff;
	padding-top:20px;
	padding-bottom:40px;
	overflow:hidden;}
					
.cpproductlist{
	float:left;
	margin:15px 10px 0px 10px;
	padding:16px;
	background:#fff;
	width:425px;
	*width:393px;
	height:468px;
	*height:436px;
	border:1px solid #fff;
	transition:all 0.5s;}

.cpproductlist h3{
	padding-top:12px;
	padding-bottom:5px;
	font-size:20px;
	font-family:'NSimSun';
	font-weight:bolder;}		
.cpproductlist p{
	padding-top:10px;
	line-height:20px;}	
.cpproductlist:hover{
	border:1px solid #89c33e;}	
.cpproductlist:hover .cpmore{
	background:#89c33e;}
	
	
.cplist{
	float:left;
	margin:15px 10px 0px 10px;
	padding:16px;
	background:#fff;
	width:425px;
	*width:393px;
	border:1px solid #fff;
	transition:all 0.5s;}

.cplist h3{
	padding-top:12px;
	padding-bottom:5px;
	font-size:20px;
	font-family:'NSimSun';
	font-weight:bolder;}		
.cplist p{
	padding-top:10px;
	line-height:20px;}	
.cplist:hover{
	border:1px solid #89c33e;}	
.cplist:hover .cpmore{
	background:#89c33e;}
	
	
.cpt{
	display:block;
	width:386px;
	margin:0 auto;}
.cpmore{
	height:18px;
	background:#2d2f38;
	overflow:hidden;
	margin:3px auto;
	transition:all 0.5s;
	width:386px;}		
.cpmore span{
	color:#FFF;
	float:right;
	padding-right:10px;}
	
.ym{
	width:400px;
	padding-top:20px;
	margin:0 auto;}	
.ym li{
	float:left;
	padding:0 10px;
	font-size:16px;}
.cpxq_tit{
	width:410px;
	float:right;
	height:360px;
	position:relative;}	
.bshare-custom{
	position:absolute;
	bottom:0;}	
.cpxq_tit h3{
	font-size:20px;
	font-family:'NSimSun';
	font-weight:bolder;}
.cpxq_tit span{
	line-height:50px;}			
.cpxq_tit p{
	line-height:22px;}	
.cpxq{
	width:810px;
	margin-left:20px;
	line-height:30px;
	
	}	