
/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}
html{ overflow-x:hidden;-webkit-text-size-adjust:none;}
body,dl,dd,h1,h2,h3,h4,h5,h6,p,form,ol,ul,li{margin:0;padding:0;}
body{font:12px "宋体",arial; background-size:contain; *background:none; background:none9;background-color:#f7f7f7;}
a{text-decoration:none; outline:none;color:#333;}


input{outline:none;}
img{ vertical-align:top;}
img,button,input{border:none;}
table {border-collapse: collapse; border-spacing: 0;}
i{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{ font-style:normal;	}
ul,li{list-style:none;list-style-type: none;}
input[button]{cursor:pointer;}
.clear{clear:both;}



.one{width:100%;margin:auto;height:78px;background-color:#FFFFFF;}
.one .one1{width:398px;float:left;height:78px;margin-left:3%;}
.one .one2{width:895px;float:right;}
.one .one2 ul{width:100%;margin:0px;padding-top:6px;}
.one .one2 ul li{margin:5px 15px 1px 15px;padding:5px 0 23px 0;width:120px;float:left;position:relative;}
.one .one2 ul li a{display:block;width:100%;text-align:center;font-family: "microsoft yahei";font-size:20px;padding-top:10px;color:#333;}
.one .one2 ul li a span{clear:both;display:block;width:100%;font-size:12px;color:#999;padding-top:8px;}
.one .one2 ul .menubg{color:#f00;border-bottom:solid #F00 3px;}
.one .one2 ul .menubg a{color:#f00;}
.one .one2 ul .menubg .onesub a{color:#333;padding-bottom:5px;font-size:18px;}
.one .one2 ul .menubg .onesub a:hover{color:#fff;background-color:#f00;padding-bottom:5px;font-size:18px;}
.one .one2 .onesub{display:none;background-color:rgba(255,255,255,1);z-index:99999;position:absolute;width:100%;padding-bottom: 15px;top:67px;line-height:27px;}


/* start 幻灯片 */
#flash{width:100%;height:500px;margin:0px auto;position: relative;}
#flash #play{width:100%;height:500px;list-style: none;position:absolute;top:0px;left:0px;}
#flash #play li{display: none;position:absolute;top:0px;left:0px;width:100%;height:500px;background-position:center;background-repeat:no-repeat;}
#flash #play li img{float: left;}
#button{position: absolute;bottom:20px;list-style:none;margin:auto;margin-left:48%;width:90px;text-align:center;}
#button li{margin-left: 10px;float:left;}
#button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#prev{width:40px;height:63px;background:url(../image/beijing.png) 0px 0px;position: absolute;top:205px;left:220px;z-index: 1000;}
#next{width:40px;height:63px;background:url(../image/beijing.png) -40px 0px;position: absolute;top:205px;right:220px;z-index: 1000;}
#prev:hover{background:url(../image/beijing.png) 0px -62px;}
#next:hover{background:url(../image/beijing.png) -40px -62px;}
/* end 幻灯片 */


.news{width:1360px;height:550px;padding:20px;margin:auto;background-color: #FFFFFF;margin-top:30px;padding:20px;}
.news .newsbar{width:100%;margin-bottom:54px;}
.news .newsbar .newsbarleft{width:266px;height:35px;float:left;}
.news .newsbar .newsbarright{width:56px;height:31px;float:right;}
.news .newsmain .newsmianleft{width:625px;float:left;}

.news .newsmain .newsmianright{width:710px;float:right;}
.news .newsmain .newsmianright .top{width:100%;margin:0px;padding:0px;border-bottom:dashed #ccc 1px;padding-bottom:16px;margin-bottom:16px;}
.news .newsmain .newsmianright .top ul{padding:0px;margin:0px;}
.news .newsmain .newsmianright .top ul li{padding:5px;}
.news .newsmain .newsmianright .top ul li:nth-child(1){font-size:30px;color:#FF0000;font-weight:bold;font-family: "microsoft yahei";}
.news .newsmain .newsmianright .top ul li:nth-child(2){font-size:18px;color:#333;font-weight:bold;font-family: "microsoft yahei";}
.news .newsmain .newsmianright .top ul li:nth-child(3){font-size:14px;color:#888;line-height:26px;}
.news .newsmain .newsmianright .toplist{width:100%;margin:0px;padding:0px;}
.news .newsmain .newsmianright .toplist ul{padding:0px;margin:0px;}
.news .newsmain .newsmianright .toplist ul li{padding:5px; background-image:url(../image/u73.png);background-position:left center;background-repeat:no-repeat;font-size:16px;padding:13px 0 13px 15px;}
.news .newsmain .newsmianright .toplist ul li span{float:right;color:#888;}




.slideBox{ width:625px; height:400px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:625px; height:400px; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.project{width:1400px;height:440px;padding:0px;margin:auto;margin-top:30px;}
.project .projectleft{float:left;width:1000px;height:380px;background-color:#FFFFFF;padding:20px;}
.project .projectleft .projectleftbar{width:100%;margin-bottom:54px;}
.project .projectleft .projectleftbar .projectleftbarleft{width:266px;height:35px;float:left;}
.project .projectleft .projectleftbar .projectleftbaright{width:56px;height:31px;float:right;float:right;}

.projectleftslide{ width:970px; height:320px; overflow:hidden; position:relative; }
.projectleftslide .hd{ width:15px;height:60px; overflow:hidden; position:absolute; right:545px; bottom:135px; z-index:1; }
.projectleftslide .hd ul{ overflow:hidden; zoom:1; float:left;  }
.projectleftslide .hd ul li{ float:left; margin-bottom:4px;  width:13px; height:13px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius:15px;border:solid #ccc 1px;}
.projectleftslide .hd ul li.on{ background:#f00; color:#fff; }
.projectleftslide .bd{ position:relative; height:100%; z-index:0;  }
.projectleftslide .bd li{ zoom:1; vertical-align:middle; height:320px;}
/*.projectleftslide .bd img{ width:970px; height:320px; display:block;  }*/
/*
.projectleftslide .bdc{width:100%;height:auto;padding:0px;margin:0px;border:solid #943D2E 1px;}
.projectleftslide .bdc ul{padding:0px;margin:0px;height:100%;}
.projectleftslide .bdc ul .bdcleft{padding:0px;margin:0px;width:390px;height:320px;line-height:30px;float:left;font-size:16px;font-family: "microsoft yahei";}
.projectleftslide .bdc ul .bdcleft span{color:#444;font-size:28px;font-weight:bold;font-family: "microsoft yahei";width:100%;display:block;padding-bottom:20px;}
.projectleftslide .bdc ul .bdcright{padding:0px;margin:0px;width:520px;height:320px;float:right;}
.projectleftslide .bdc ul .bdcright img{padding:0px;margin:0px;width:520px;height:320px;}
*/

.project .projectright{float:right;width:340px;height:416px;}

.bottmenu{width:1400px;height:150px;padding:0px;margin:auto;margin-top:0px;}
.bottmenu ul{margin:0px;padding:0px;}
.bottmenu ul .curli{width:560px;height:150px;float:left;margin:0px;padding:0px;cursor:pointer;}
.bottmenu ul li{width:420px;height:150px;float:left;margin:0px;padding:0px;cursor:pointer;}
.bottmenu ul .nocurli{width:420px;height:150px;float:left;margin:0px;padding:0px;cursor:pointer;}



.eight{width:100%;margin:auto;margin-top:30px;text-align:center;padding-top:20px;font-family: "microsoft yahei";font-size:25px;color:#333;background-image: url(../image/6.png);height:150px;background-color:#2A2A2A;}
.eight .eight1{width:1400px;margin:auto;text-align:center;padding-top:15px;}
.eight .eight1 .eight11{width:340px;height:135px;float:left;}
.eight .eight1 .eight11 table{font-size:15px;color:#fff;}
.eight .eight1 .eight11 table td{text-align:left;line-height:30px;}

.eight .eight1 .eight12{width:840px;height:120px;float:left;color:#eee;padding-top:15px;font-size:16px;}
.eight .eight1 .eight12 ul{width:auto;float:left;margin-left:70px;margin-right:70px;}
.eight .eight1 .eight12 ul .head{border-bottom:solid 2px #999;padding-bottom:5px;}
.eight .eight1 .eight12 ul li{line-height:13px;}
.eight .eight1 .eight12 ul li a{font-size:14px;color:#fff;}
.eight .eight1 .eight12 span{font-size:26px;}

.eight .eight1 .eight13{width:200px;height:135px;float:right;}
.eight .eight1 .eight13 img{width:80px;height:100px;}
.eight .eight2{width:1400px;margin:auto;text-align:center;padding-top:10px;font-size: 14px;color:#fff;}





/* 关于我们 */
.aboutnav{background-color:#fff;height:100px;width:100%;}
.aboutnav .aboutnavcontent{width:1400px;height:auto;margin:auto;}
.aboutnav .aboutnavcontent .navleft{width:450px;padding-left:40px;font-size:20px;font-family: "microsoft yahei";height:100px;line-height:100px;float:left;background-image:url(../image/2.png);background-position:left center;background-repeat:no-repeat;}
.aboutnav .aboutnavcontent .navright{width:900px;height:100px;float:right;}
.aboutnav .aboutnavcontent .navright ul{margin:0px;padding:0px;}
.aboutnav .aboutnavcontent .navright ul li{width:149px;height:100px;float:right;font-size:20px;color:#555;font-family:"microsoft yahei";text-align:center;line-height: 100px;}
.aboutnav .aboutnavcontent .navright ul .navcur{width:149px;height:100px;float:right;font-size:20px;color:#fff;font-family:"microsoft yahei";text-align:center;line-height: 100px;background-image:url(../image/m11.png);font-weight:bold;}
.aboutnav .aboutnavcontent .navright ul .navcur a{color:#fff;}
.aboutcontent{width:1300px;height:auto;margin:auto;background-color:#fff;margin-top:30px;line-height:40px;}


.newscontent{width:1400px;height:auto;margin:auto;background-color:#fff;margin-top:30px;}
.newscontent .newscontentleft{width:566px;min-height:800px;background-image: url(../image/1.png);background-position:top left;float:left;background-repeat:no-repeat;}
.newscontent .newscontentright{width:834px;float:right;background-color:#fff;min-height:800px;}
.newscontent .newscontentright table{width:92%;margin:20px;}
.newscontent .newscontentright table td{padding:15px;line-height:30px;font-family:"microsoft yahei";font-size:18px;color:#666;}
.newscontent .newscontentright table .tabletime{width:120px;;font-size:20px;color:#f00;font-weight:bold;}
.newscontent .newscontentright table .tabletitle{font-size:20px;color:#333;font-weight:bold;}

.newscontent .newstit{font-size:23px;font-family:"microsoft yahei";font-weight:bold;text-align:center;}
.newscontent .newspro{font-size:16px;text-align:center;padding-top:25px;padding-bottom:25px;margin-bottom:30px;border-bottom:solid #ddd 2px;;}
.newscontent .newscon{line-height:40px;font-size:16px;text-indent:2em;}
.newshover:hover{color:#f00;}



.projectcontent{width:1360px;height:auto;margin:auto;background-color:#fff;padding:20px;margin-top:30px;}
.projectcontent ul{list-style-type:none;padding:0px;margin:0px;}
.projectcontent ul li{list-style-type:none;padding:0px;margin:12px;float:left;border:solid 1px #ccc;}
.projectcontent ul li img{width:423px;height:243px;}

.projectcontent ul li .projectcontenttitle{display:block;height:50px;line-height:50px;width:100%;border-bottom:solid 1px #ccc;text-align: center;font-family:"microsoft yahei";font-size:20px;font-weight:bold;color:#666;}
.projectcontent ul li .projectcontenttitle span{font-size:18px;font-weight:normal;padding-left:20px;}
.projectcontent ul li .projectcontentdesc{padding:10px 0px 10px 30px;line-height:30px;font-size:18px;font-family:"microsoft yahei";color:#666;;}
.projectcontent ul li .projectcontentdesc span{color:#f00;}


.projectdesc{width:1360px;height:420px;margin:auto;background-color:#fff;padding:20px;margin-top:30px;}
.projectdesc .projectdescleft{width:500px;float:left;padding:0 20px 20px 20px;}
.projectdesc .projectdescleft ul{padding:0px;margin:0px;}
.projectdesc .projectdescleft ul dt{height:60px;font-size:28px;;color:#f00;font-family:"microsoft yahei";font-weight:bold;}
.projectdesc .projectdescleft ul li{padding:0px;margin-top:20px;margin-bottom:15px;height:auto;color:#666;font-size:22px;font-family:"microsoft yahei";}
.projectdesc .projectdescleft ul li span{color:#f00;}

.projectdesc .projectdescright{width:810px;height:400px;float:right;}
.projectdesc .projectdescright img{width:810px;height:400px;}

.projectdesc2m{width:100%;height:auto;margin:auto;background-color:#FEF5E8;}
.projectdesc2{width:1360px;height:auto;margin:auto;padding:20px;margin-top:30px;}
.projectdesc2 .projectdesc2right{width:540px;float:right;padding:0 20px 20px 20px;}
.projectdesc2 .projectdesc2right ul{padding:0px;margin:0px;}
.projectdesc2 .projectdesc2right ul dt{height:50px;font-size:28px;;color:#666;font-family:"microsoft yahei";font-weight:bold;}
.projectdesc2 .projectdesc2right ul li{padding:0px;margin-top:10px;margin-bottom:15px;height:auto;color:#666;font-size:20px;font-family:"microsoft yahei";text-indent:2em;line-height:35px;}

.projectdesc2 .projectdesc2left{width:764px;height:399px;float:left;}
.projectdesc2 .projectdesc2left img{width:764px;height:399px;}


.projectdesc3m{width:100%;height:auto;margin:auto;background-color:#fff;}
.projectdesc3{width:1360px;height:auto;margin:auto;padding:20px;margin-top:30px;}
.projectdesc3 ul{padding:0px;margin:0px;}
.projectdesc3 ul dt{height:50px;width:113px;font-size:28px;color:#f00;font-family:"microsoft yahei";font-weight:bold;margin:auto;border-bottom:solid #f00 3px;}
.projectdesc3 ul li{padding:0px;margin:30px;height:455px;width:273px;float:left;}


.sub3m{width:100%;height:auto;margin:auto;background-color:#fff;}
.sub3{width:1400px;height:auto;margin:auto;padding:0px;margin-top:30px;}
.sub3 ul{padding:0px;margin:0px;}
.sub3 ul dt{height:50px;width:170px;font-size:28px;color:#f00;font-family:"microsoft yahei";font-weight:bold;margin:auto;border-bottom:solid #f00 3px;padding-top:30px;margin-bottom:40px;text-align:center;}
.sub3 ul li{padding:0px;margin:10px;height:279px;width:443px;float:left;text-align:center;padding-bottom:20px;line-height:50px;font-size:18px;font-family:"microsoft yahei";border:solid #ccc 1px;}
.sub3 ul li img{height:249px;width:445px;}



/*分页
<div id="page"><a>共3条</a><a class="currpage">1</a> <a href="/index.php?c=content&a=list&catid=216&page=2">2</a><a href="/index.php?c=content&a=list&catid=216&page=3">3</a><a href="/index.php?c=content&a=list&catid=216&page=2">下一页</a><a href="/index.php?c=content&a=list&catid=216&page=3">最末页</a></div>
*/

#pages {
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font: 14px 'Microsoft YaHei'; margin-top:15px;
}
#pages a {
	display: inline-block;
	padding: 0px 12px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.hover,#pages span.hover {
	padding: 0px 12px;
	height: 32px;
	line-height: 32px;
	margin-top: 0px;
}
#pages a:hover {
	background: #004b92;
	color: #fff;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 12px;
	height: 32px;
	line-height: 32px;
	background: #004b92;
	border: 1px solid #004b92;
	color: #fff;
	text-align: center;
}
