@charset "utf-8";
/* CSS Document */

a {blr:expression(this.onFocus=this.blur())}

*{margin:0px; padding:0px;}

.fl{ float:left;}

.fr{ float:right;}

.clear{ clear:both; display:block; height:0;font-size:0; overflow:hidden;}

img{border:0 none; vertical-align:middle;} 

ul,li{list-style-type:none;} 

h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;} 


body {
	FONT-SIZE: 14px;
	COLOR: #333;
	FONT-FAMILY: 320;
	font-family:"Microsoft Yahei", Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0px;
	padding: 0px;
	min-width:1200px; /*此定义适合在手机上正常显示（核定）*/
/*以下解决多次点击变蓝色区域，会导致字体不能复制*/
/*-webkit-user-select:none; 
-moz-user-select:none; 
-ms-user-select:none; 
user-select:none;*/
}


.hr, .wrap{
	margin:0 auto;
	width:1200px;/* background-color:#fff;*/
}


.list_wrap .column_m{  width:1200px; float:left; }
.list_wrap .column_m .bt{
	height:37px;
	line-height:35px;
	text-indent:0;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.list_wrap .column_m .bt h4{
	font-size:14px;
	color:#000;
	padding-left:5px;
}
.list_wrap .column_m .bt span{ position:absolute; right:0; top:0;}
.list_wrap .column_m .nr ul{ padding-top:5px;}
.list_wrap .column_m .nr li{
/*	margin-top:5px;
	height:51px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding: 0px;*/
	/*background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;*/
}


.wrap.list_wrap .column_m .nr ul li a img {
	border: 1px solid #CCC;
}



.list_wrap .column_m .nr li a:hover{
	color:#000;
	text-decoration:underline;
}
.list_wrap .column_m .nr li span{ position:absolute; line-height:43px; right:0; top:0; color:#999;}


/*.pagelink span可修改前面被确认的页面，如 首页 上一页 1 */
.pagelink span font:last-child{ color: ; font-weight: ;} /*分页选中高亮度*/



.conentdiv{
	width:1200px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
}

.conentdiv .nr_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:27px;
	color:#333;
	padding: 0px;
	text-align:justify;
	overflow:hidden;
}
.conentdiv .nr_text p{
	font-size:14px;
	color:#333;
	text-align:justify;
    margin-top:3px; margin-bottom:3px;  
}   
/*让每一段有一定的间距*/


.conentdiv .nr_text p img:nth-child(1){
	margin-top:0px;
}
.conentdiv .nr_text p img:last-child{
	margin-bottom:5px;
}
.conentdiv .nr_text img{
    min-width:1%;
	max-width:100%;
	height:auto;
}

/*不让小于600px两个或两个以上图片在一行显示，直接让换行*/
.conentdiv .nr_text img{ min-width:601px; max-width:1200px;}


/*产品展示二级菜单开始，专门针对字段比较长的二级菜单，或二级菜单一行排三个的等---调用的时候要在head产品展示中改一下样式*/
.menu LI sub-menu-pro {
	width:450px;
	PADDING-RIGHT: 0px;
	DISPLAY: none;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	/*WIDTH: 219px;*/
	PADDING-TOP: 0px;
	POSITION: absolute;
	TOP: 37px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -7px;
	text-align:center;
} /*一级*/
.menu LI UL #menu-item-pro {
	/*WIDTH: 219px;*/
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	PADDING: 0px;
	line-height: 30px;
	font-size:12px;
	background:#FFF;
}/*二级*/

.menu LI UL #menu-item-pro A:link {
	COLOR: #000;
	height: 30px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 0px;
	/*padding-left: 24px;*/
	line-height:30px;
	text-align:left !important;
}
.menu LI UL #menu-item-pro A:hover {
	COLOR:#b77948  !important;
	/*COLOR: #000;*/
	height: 30px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left:10px;
	padding-right: 10px;
	/*padding-left: 24px;*/
	/*font-weight:bold;*/
	line-height:30px;
	border-bottom:none;
	/*BORDER-bottom: #C8C8C8 2px solid;*/
	text-align:left !important;

}

.menu LI UL #menu-item-pro A:visited{
 	COLOR: #000;
	height: 30px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left:10px;
	padding-right: 10px;
	/*padding-left: 24px;*/
	line-height:30px;	
}
/*产品展示二级菜单结束*/




.slide {
	WIDTH: 100%;
	HEIGHT: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	padding:0px;
}
.slide a img{
	WIDTH: 100%;
	HEIGHT: 350px;
	margin:0px auto;
}

.spict {
	WIDTH: 1000px;
	HEIGHT: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
}
.spict a img{
	WIDTH: 1000px;
	HEIGHT: 300px;
}
/*.spict {
	float:right;
	WIDTH: 1000px;
	HEIGHT: 250px;
	margin-right: 0px;
	margin-left: 5px;;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	border: 1px solid #AAA;
}
.spict a img{
	WIDTH: 1000px;
	HEIGHT: 250px;
}*/


.clr {
	display: block;
	clear: both;
	float: none;
	height: 10px;
	overflow: hidden;
}
.clear {
	CLEAR: both; MARGIN-TOP: -1px; FONT-SIZE: 1px; VISIBILITY: hidden; WIDTH: 1px; LINE-HEIGHT: 0; HEIGHT: 0px
}



.friendlink{ margin:0 auto; width:1000px; /*height:42px;*/ margin-top:20px;}
.friendlink .nr{
	float:left;
	width:980px;
	padding-left:20px;
	border: 1px solid #D9D9D9;
}
.friendlink .nr a, .friendlink .nr a img{ float:left;margin:10px 10px 0 0; width:auto; height:18px; line-height:13px; }





.column_l, .column_m{ float:left; overflow:hidden;}

.column_l{
	width:220px;
	padding-left:0px;
	margin-right:20px;
}



.column_m .bt{ height:19px; text-indent:-1000px;}


.list_wrap .column_l { 
     width:215px;
	 margin-top:20px;
	 margin-bottom:20px;
	/* border-radius:3px;*/
	 border: 1px solid #D8D8D8;
}
.list_wrap .column_l H5 {
	WIDTH: 220px;
	height:38px;
	line-height:35px;
	font-family: Arial, "微软雅黑";
	font-weight:bold;
	overflow:hidden;
	padding-left: 45px;
	font-size:14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
	background-image: url(../../../images/bltit.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #464646;
	margin-bottom:5px;
}

.column_l UL {
	margin-left:0px ;
	padding-left:0px ;
	WIDTH: 220px;	
}

.column_l UL LI {
	MARGIN-BOTTOM: 0px;
}

.lcurr{
	/*font-size:14px !important;*/
	color: #045db8 !important;
}

.column_l UL LI UL.sub LI {
	/*PADDING-LEFT: 0px;*/
	/*line-height:14px;*/
}


.column_l UL LI UL.sub LI a {
	PADDING-RIGHT:0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	WIDTH: 180px !important;
	height: 38px; 
	margin-top:3px;
	padding-top: 0px !important;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4E4;
    font-size:13px; 
    line-height:38px;
}

.column_l UL LI UL.sub LI A:link {
	COLOR: #000;
	PADDING-RIGHT:0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	WIDTH: 180px !important;
	background:url(../../../images/bltit1.gif);
	background-repeat:no-repeat;
	background-position:38px center;
	height: 38px;
	padding-top: 0px !important;
}
.column_l UL LI UL.sub LI A:hover {
	color: #0172ab;
	PADDING-RIGHT:0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	WIDTH: 180px !important;
	background:url(../../../images/bltit1.gif);
	background-repeat:no-repeat;
	background-position:38px center;
	height: 38px !important;
	padding-top: 0px !important;
	margin-bottom:0px !important;
	vertical-align: middle;
}


.wrap.list_wrap .column_l ul li .sub li ul li a {
	background:url(../../../images/bltit2.gif);
	background-repeat:no-repeat;
	background-position:38px center;
	text-align:left;
	line-height:20px;
	width:170px;
	margin-left:15px;
	line-height:38px;
	font-size:12px;
}

.wrap.list_wrap .column_l ul li .sub li ul li a font {
	line-height: 38px;
	padding-left: 5px;
}


.wrap.list_wrap .column_l ul li .sub li a {
	padding-left: 53px;
	line-height: 38px;
}


.cl20{
	float:left;
	width:214px;
	height:25px;
	margin: 0px;
	padding: 0px;
}


.llxwm{
	float:left;
	width:214px;
	height:205px;
	/*border: 1px solid #A0A0A0;*/
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-radius:1px;
	/*background-image: url(../../../images/btit.gif);
	background-repeat: repeat-x;*/
}
.ltit{
	height:35px;
    border-bottom-width: 2px;;
	border-bottom-style: solid;
	border-bottom-color: #3399cc; 
}
.ltit a{
	letter-spacing:2px;
	line-height:35px;
	padding-left:45px;
	font-size:13px;
	font-weight:bold;
}

.llxwmi{
	float:left;
	width:220px;
	height:165px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	/*border: 1px solid #A0A0A0;*/
	/*background-color:#F5F5F5;*/
}
.ladd{
	float:left;
	margin: 0px;
	padding: 0px;
	/*height: 60px;*/
	width: 210px;
}
.ladd li{
	float:left;
	margin: 0px;
	padding: 0px;
	/*height: 60px;*/
}
.ladd li a{
	font-size:13px !important;
}
.llxwmi p a {
	
	line-height:30px;
	font-size:13px;
}

.sou{
	FLOAT: left;
	WIDTH: 220px;
	height:28px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding:0px;
	background-image: url(../../../images/sou1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}









/*成功案例列表大容器*/
.cnri{
	float:left;
	width:750px;
	height:190px;
	padding:0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BEBEBE;
	overflow: hidden;
}
/*左侧列表图片*/
.cnpic {
	float:left;
	width:265px;
	height:170px;
	margin-top: 6px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*border: 1px solid #666;*/
}
.cnpic a img {
	width:265px;
	height:170px;
	/*border-radius:10px;*/
	border: 1px solid #CFCBC7;
}


.cnrit {
	float:left;
	width:410px;
	height:30px;
	margin: 0px;
	/*border: 1px solid #CCC;*/
	padding: 0px;
}
.cnrit a {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	/*text-decoration: underline;*/
}


/*右侧内容描述*/
.cntcont{
	float:left;
	WIDTH: 445px;
	HEIGHT: 83px;
	overflow:hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*border: 1px solid #ccc;*/
}
.cntcont font a {
	font-size:12px;
	line-height:20px;
	color:#535353;
}
.cntcont font a:hover{
	color: #000;
}

.cdian {
	float:left;
	width:295px;
	height:35px;
	/*border: 1px solid #CCC;*/
	padding: 0px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#999;
}
.cdian a {
	font-size:12px;
	color:#333;
	line-height:38px;
	/*line-height:27px;*/
}

.cxqing{
	float:right;
	width:105px;
	height:30px;
	padding:0px;
	margin-top: 27px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}
.cxqing a{
	font-size:12px;
	line-height:30px;
	color:#FFF;
	display:block;
}
.cxqing a:hover{
	/*color: #c00108;*/
}
/*成功案例列表结束*/


.nr_text table {border-collapse: collapse; width:100%;}/*为表格设置合并边框模型*/
.nr_text table td{
	border: 1px solid #ddd;
	padding:3px 5px;
	font-size:14px;
	text-align:left;
}

/*修改表格第一列样式，正常运行*/
/*table td:nth-child(1){ width:30%; vertical-align:middle;} */



/*新分页*/
.pagelink{
	width:100%;
	min-height:32px;
	margin: 25px auto;
	margin-top:31px;
	margin-bottom:31px;
	padding:0px;
	text-align:center;
}
.pagelink a, .pagelink span{
    width:auto;
    height:32px;
    /*border:1px solid #808080;*/
    border-radius:2px;
    display:inline-block;
    text-align:center;
    color:#808080;
    background:#023793;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
	margin-right:12px;
	margin-top:10px;
	padding:0px 12px;
	color:#FFF;
	line-height:32px;
}
/*.pagelink span可修改前面被确认的页面，如 首页 上一页 1 */
.pagelink span font:last-child{ color:#FFF; font-weight:bold;} /*分页选中高亮度*/
.pagelink a.on, .pagelink a:hover{ 
    color:#ffffff;
    background:#133570;	
}

/*@media screen and (max-width:760px) {
.pagelink{
	margin-top:29px;
	margin-bottom:15px;
}
}*/


/*产品列表调用开始*/
.ppro{  width:1200px; margin:0px auto; margin-bottom:25px;border: solid #E1E1E1 1px;}
.ppro .pplist{width:1200px; margin:0px auto;}
.pplist LI {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 285px;
	PADDING-TOP: 0px;
	HEIGHT: 299px;
	margin-left: 10px;
	margin-bottom:20px;
	BORDER: #EFEFEF 1px solid;
}
.pplist LI:hover {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 285px;
	HEIGHT: 299px; 
	BORDER: #CECECE 1px solid;
	/*background:#F7F7F7;*/
}
.pplist LI img {
	WIDTH: 285px;
	HEIGHT: 242px;
	transition:transform 0.6s; /*0.6s缩放的速度*/
    -webkit-transition:-webkit-transform 0.6s;
}
.pplist LI img:hover {
	 transform: scale(1.06,1.06);
    -webkit-transform: scale(1.08,1.06); /*左边的1.03是在X轴移动，右边的1.05是在Y周移动*/
}
.pplist LI .product_name {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 287px;
	LINE-HEIGHT: 48px;
	HEIGHT: 35px;
	TEXT-ALIGN: center;
	color:#333;
	font-weight:bold;
	font-size:14px;
	word-break:break-all;
	BORDER-top: #EFEFEF 1px solid;
}
.pplist LI .product_name:hover {color:#000;}

/*产品列表调用结束*/