@charset "gb2312";
/*整体*/
#body{background-color:#FFF; color:#373737; margin:0px auto; padding:0px;font: Arial, Helvetica, sans-serif; font-size:12px; }
  #zt{width:100%; height:100%;margin:auto;overflow:hidden}
  a{ text-decoration:none; color:#373737;font-family:Arial ;}
  img{ border:0px;}
  
/*top*/
#topk{ width:1300px; height:80px; margin:auto; margin-top:23px;}
	.logo{ width:245px; height:75px; float:left;}
	.dhk{ width:723px; height:80px; float:left; padding-left:20px;}
		.dh ul{ width:723px; height:77px; margin:0px auto; padding:0px; border-right:1px #eaeaea solid;}
			.dh ul li{ padding-left:10px; padding-right:10px; height:77px; line-height:77px; border-left:1px #eaeaea solid; float:left; text-align:center; font-size:18px; text-decoration:none; font-family:Arial; color:#373737;list-style-type:none;}
			.dh ul li a{}
			.dh ul li a:hover{height:77px; border-bottom:3px #c81018 solid;float:left;}
	.lxzwk{ width:300px; height:80px; float:right;}
	.lxdh{
	width: 175px;
	height: 30px;
	float: left;
	padding-top: 25px;
}
		.lxt{ width:27px; height:27px; float:left;}
		.lxz{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	float: right;
	text-align: left;
	font-family: Arial
}
	.zwe{
	width: 110px;
	height: 30px;
	float: right;
	padding-top: 25px;
}
		.zwel{
	width: auto;
	height: 30px;
	float: left;
	font-size:14px;
	line-height:30px
}
		.zwer{
	width: auto;
	height: 30px;
	float: right;
	font-size:14px;
	line-height:30px
}
/*top*/
/*banner*/

/*===FlexSlider幻灯片  开始===*/
#banner { width:1400px; height:549px; margin:auto; margin-top:15px; }
/*幻灯片标题*/
 .flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav{ width: 100%;position:absolute; bottom:20px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*===FlexSlider幻灯片  结束===*
/*banner*/
/*内容*/
#rwk{ width:1202px; height:667px; margin:auto; padding-top:40px;}
	.cpzk{ width:1202px; height:165px; }
		.cptk ul{ width:1202px; height:165px;margin:0px auto; padding:0px; }
		.cptk ul li{ width:151px; height:165px; float:left; list-style-type:none;}
			.cptp a{ width:151px; height:135px; margin:auto;}
			.cpwz{ width:151px; height:30px; line-height:30px; font-size:15px; text-align:center;font-family:Arial }
	.xwk{ width:1202px; height:268px; margin-top:20px;}
		.xwka ul{ width:1202px; height:268px; margin:0px auto; padding:0px;}
			.xwka ul li{ width:296px; height:268px; float:left;list-style-type:none;}
			.xwkt a{ width:296px; height:211px; float:left;}
			.xwkt a:hover{border-bottom:3px #c81018 solid;}
			.xwwz{ width:266px; height:50px; line-height:50px; background-image:url(../images/jt.jpg); background-repeat:no-repeat; background-position:left center; padding-left:30px; font-size:15px; float:left;font-family:Arial }
	.xwzx{ width:1202px; height:180px; margin:auto; padding-top:15px;}
		.xwzxs ul{ width:1202px; height:180px; margin:0px auto; padding:0px; }
		.xwzxs ul li{ width:65%; height:35px;line-height:35px; list-style-type:none; float:left; font-size:12px;}
/*内容*/
/*链接*/
#dblj{ width:100%; height:190px; background-color:#DEDEDE; margin:auto;}
	.dblk{ width:1202px; height:160px; margin:auto; padding-top:20px;}
	.dgwz ul{ width:150px; height:160px; margin:0px; padding:0px;float:left; background-image:url(../images/01_r10_c4.jpg);  background-position:top right;background-repeat:no-repeat;}
		.dgwz ul li{ width:150px; height:24px; line-height:24px; float:left; text-align:left; font-size:12px; list-style-type:none;}
	.cplj{ width:450px; height:auto; margin:0px; padding:0px;float:left; background-image:url(../images/01_r10_c4.jpg);  background-position:top right;background-repeat:no-repeat;}
		.cpljk ul{ width:150px; height:140px; margin:0px; padding:0px; float:left;}
			.cpljk ul li{ width:130px; height:auto;line-height:24px; float:left; text-align:left; font-size:12px; list-style-type:none; padding-left:15px;}
			
	.xkzb{ width:310px; height:auto; margin:0px; padding:0px;float:left; background-image:url(../images/01_r10_c4.jpg);  background-position:top right;background-repeat:no-repeat;}
		.xkzbk ul{ width:155px; height:auto; margin:0px; padding:0px; float:left;}
			.xkzbk ul li{ width:140px; height:auto;line-height:24px; float:left; text-align:left; font-size:12px; list-style-type:none; padding-left:15px;}

	.lxlj ul{ width:145px; height:auto; margin:0px; padding:0px;float:left; background-image:url(../images/01_r10_c4.jpg);  background-position:top right;background-repeat:no-repeat;}
		.lxlj ul li{ width:130px; height:auto; line-height:24px; float:left; text-align:left; font-size:12px; list-style-type:none; padding-left:15px;}
		.elxlj ul{ width:145px; height:auto; margin:0px; padding:0px;float:left; background-image:url(../images/01_r10_c4.jpg);  background-position:top right;background-repeat:no-repeat;}
		.elxlj ul li{ width:140px; height:auto; line-height:24px; float:left; text-align:center; font-size:12px; list-style-type:none; }
		.dhtb{ width:85px; height:24px; margin:auto; background-image:url(../images/dbx.jpg); background-repeat:no-repeat; background-position:center right; text-align:left;}
		.erm{ width:134px; height:134px; float:right;}
			

/*链接*/

/*底部*/
#dzk{ width:100%; height:70px; background-color:#2f2f2f;}
	.dznk{ width:1202px; height:50px; padding-top:18px; margin:auto;}
		.dzlog{ width:337px; height:38px; float:left;}
		.dzbq{ width:570px; height:38px; line-height:38px; float:right; text-align:left; font-size:12px; color:#6d6d6d; padding-top:7px;}

/*内*/
#nbank{ width:100%; height:260px;  margin-top:12px; background-color:#002c1b; }
	.nbanwk{ width:1400px; height:260px; margin:0px auto;}
	
	#nbanka{ width:1400px; height:260px; margin:auto;  margin-top:12px;  }
	.nbanwka{ width:1400px; height:260px; margin:0px auto;}
	
	#nbankb{ width:1400px; height:160px; margin:auto;  margin-top:12px;  }
	.nbanwkb{ width:1400px; height:160px; margin:0px auto;}

#nrwk{ width:1202px; height:auto; margin:auto; padding-top:20px;}
	.nrnwk{ width:1200px; height:auto;  margin:auto;}
		.nrlf{ width:230px; height:auto; float:left; padding-bottom:20px;}
			.nrbtw{ width:210px; height:40px; line-height:40px; font-size:18px; font-weight:bold; text-align:left; padding-left:20px; font-family:Arial ; color:#3c3c3c;}
			.nrlfw ul{ width:210px; height:auto; margin:0px auto; padding:0px; list-style-type:none;font-family:Arial}
			.nrlfw ul li a{ width:190px; height:37px; border-bottom:1px #e7e7e7 solid; float:left; line-height:37px;  padding-left:20px; font-size:13px; list-style-type:none; background-image:url(../images/at.jpg); background-position:right center; background-repeat:no-repeat;}
			.nrlfw ul li a:hover{width:190px; height:37px; background-image:url(../images/icon/002.gif); background-position:left center; background-repeat:no-repeat; color:#c4000a;}
		.nrrik{ width:925px; height:auto; float:right;}
			.nwzk{ width:925px; height:46px;  background-image:url(../images/line0.gif); background-position:bottom left; background-repeat:no-repeat;}
				.nwbt{ width:250px; height:40px; line-height:40px; float:left; font-size:14px; font-weight:bold; text-align:left;font-family:Arial ; color:#3c3c3c;}
				.nwzh{ width:400px; height:40px;  line-height:40px; float:right; font-size:12px; text-align:right; color:#CCC;font-family:Arial ;}
			.nrnbk{ width:900px; height:auto; padding-top:10px; margin:auto;}
/*现场案例*/
.xcbt{ width:100%; height:37px; background-color:#E8E8E8; margin:auto; margin-top:15px;}
	.xcbtz{ width:1175px; height:37px; line-height:37px; background-image:url(../images/icn2.png); background-position:left center; background-repeat:no-repeat; padding-left:25px; font-size:12px; color:#333; margin:auto;}
#xcnk{ width:1200px; height:auto; margin:auto; margin-bottom:15px; margin-top:10px;}
	.xcnrk{ width:1200px; height:auto; }
		.xcnrl{ width:577px; height:auto; float:left; padding-bottom:12px; border-bottom:1px solid #E3E3E3; margin-bottom:12px;}
			.xcnls{ width:577px; height:266px;}
				.xcnlt{ width:377px; height:266px; float:left;}
				.xcnlta{ width:577px; height:266px; margin:auto;}
				.xcnrt{ width:192px; height:266px; float:right;}
					.xcnts{ width:192px; height:128px;}
					.xcntx{ width:192px; height:128px; padding-top:10px;}
			.xcnlx{ width:577px; height:auto;}
				.xcnbtz{ width:577px; height:34px; line-height:34px; font-size:15px; font-weight:bold; font-family:Arial; color:#333;}
				.xcnlz{ width:550px; height:auto; margin:auto; line-height:26px; font-size:13px;font-family:Arial; color:#666; text-indent:2em;}
				.xcnrz ul{ width:192px; height:auto; float:right; margin:0px; padding:0px;}
					.xcnrz ul li{ width:192px; height:26px; line-height:26px; font-size:13px; text-align:left; list-style-type:none;font-family:Arial}
		.xcnrr{ width:577px; height:auto; float:right; padding-bottom:12px; border-bottom:1px solid #E3E3E3;}
/*现场案例*/
