html, body {
	height: 100%;
	font-family: 微软雅黑;
}

a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
}
p {
	margin:0 0 15px;
    color: #777;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #ffba1e;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #FDB802;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #777;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/



.main-menu{
	height:54px;
	background-color: #505050;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffba1e;
}

.nav{ width:1200px; margin:auto}



.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	margin-right: 48px;
	margin-bottom: 0px;
	margin-left: 48px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 54px;
	text-transform: uppercase;
	font-family: "微软雅黑";
}
.main-menu ul.navbar-nav li a:hover{
	color: #fff;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #ffba1e;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #44559b;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-bottom: 2px solid #ffba1e;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 54px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #444;
	display: block;
	font-size: 14px;
	padding: 7px 15px;
	text-transform: capitalize;

}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #44559b;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#F90;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 183px;
}
.logo a { padding-left:13px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/









.soud1{
	width:1200px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.soud1a{ float:left; margin-top:15px}
.soud1b{
	float:right;
	display:block;
}

.soud1b em{
	font-size: 27px;
	line-height: 45px;
	font-weight: 700;
	color: #44559B; margin-left:50px
}

.soud1b a{
	display: block;
	float: left; margin-left:122px; font-size:12px
}







.foott{
	width: 100%;
	font-size:14px;
	background-color: #6C6C6C;
	color: #efefef;
}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height:20px;
	background-image: url(ew.png);
	background-repeat: no-repeat;
	background-position: 1070px 50px;
}

.footta2{
	width:360px;
	float:left;
	display:block;
	line-height:25px
}

.footta2 i{
	display:block;
	font-size:22px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: bold;
	margin-top:34px

}


.foottb{
	width:630px;
	float:left;
	margin-top: 20px;
}

.foottb dl{
	float: left;
	width: 110px;
	margin-right: 30px;
}
.foottb a{
	color:#efefef
}
.foottb a:hover{
	color:#ffba1e
}


.foottb dl dt{
	width: 80px;
	display:block;
	font-size:16px;
	line-height: 42px;
	color: #E7E7E7;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-bottom: 18px;
}

.foottb dl dt a{
	color:#efefef;
	font-weight: bold;
}


.foottb dl dd{ display:block;
	line-height: 14px; padding-bottom:11px; margin-left:0px}







.foottd{
	line-height: 45px;
	height: 45px;
	background-color: #333;
	width: 100%;
	margin-top:20px;
	font-size:14px
}
.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #B3B3B3;
}

.foottd3{ float: right; width:190px; text-align:right}


.foottd3 a{
	color:#BCBCBC
}






.cggz1{
	width:100%;
	height:55px;

	background-color: #f5f5f5;
}

.cggz1b{ width:1200px; margin:0 auto; line-height:55px; font-size:14px;}

.cggz1b b{ font-size:14px;}
.cggz1b a{
	margin-left:10px;
	margin-right:10px;
	color:#999;
	font-size: 13px;
}
.cggz1b a:hover{
	color:#F90;
}
.sea1{
	height: 30px;
	width: 263px;
	display:block;
	float:right;
	font-size: 13px;
	color: #ADADAD;
	padding-left: 7px;
	border: 1px solid #D1D1D1;
	line-height: 30px;
	border-radius:17px;
	margin-top:10px;
	padding-top:3px;
	background-color: #F1F1F1;
}


.sea2{
	line-height: 23px;
	height: 23px;
	width: 215px;
	border: 1px solid #F1F1F1;
	color: #999;
	float:left;
	background-color: #F1F1F1; margin-left:10px;
}
sea3{float:left;}
.jiru03b{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


	overflow:hidden
}
.jbl01{
	background-image: url(jbl1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 520px;
}

.jbl01c{
	width:580px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-top: 240px;
	padding-right: 620px;
}


.jiru13{ width:100%; display:block}



.zb15{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 35px;
	margin-bottom: 38px;
}







.zb16{
	display:block;
	height:55px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:55px;
	background-color: #FFB509;
	font-weight: bold;

}
.zb16  em{
	font-size:13px;
	text-transform: uppercase; margin-left:10px
}


.zb16 ul{
}

.zb16 ul li{
	display:block;


}

.zb16 ul li a{
	width:200px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 20px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-size:14px;
	color:#565656;
	display:block;
	background-color:#FFF;
	margin-top: 6px;
	background-image: url(dan01.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;

}

.zb16 ul li a:hover{
	color:#333;
	background-color:#7AC2FE
}

.zb16im{
	margin-top: 35px;
}

.zb16 p{
	margin-top:25px;
	line-height:16px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	padding-bottom: 10px;
}









.zb17{
	width:920px;
	float:right;
	margin-bottom: 35px;
}

.zb17a{
	display:block;
	height:30px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 10px;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;

}
.zb17a i{
	float: left;
	font-size:16px;
	display:block;
	text-align: center;
	width: 110px;
	height: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFBA21;
	color: #000;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}


.fengnews {


}
.fengnews  li a{
	line-height: 45px;
	display: block;
	height: 45px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(t.jpg);
	background-repeat: no-repeat;
	background-position: 5px 18px;
	padding-left: 28px;
	padding-right: 10px; margin-top:12px
}
.fengnews  li a em{
	font-style: normal;
	float: right;
	color: #999;
}
.fengnews  li a:hover{
	color: #F0A800;
}



.cggz3{
	width:245px;
	float:left;
	margin-right:30px;
	color: #F1F1F1;
	background-color: #F1F1F1;
	padding-bottom: 30px;
}

.cggz3c{width:245px; display:block; padding-top:20px; padding-bottom:20px; text-align: center;background-color:#0c51b6;}

.cggz3c b{ color:#FFF; font-size:20px; line-height:26PX}
.cggz3c p{ font-size:16px; color:#CCC}
.cggz3d{ margin-top:20px;
	 display:block;	background-color: #E3E3E3;
}

.cggz3d a{
	display:block;
	line-height:14px;
	font-size:14px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 43px;
	background-image: url(gnn.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	color: #333;
	font-weight: bold;
}
.cggz3d a:hover{
	background-image: url(gnn2.gif);
	color:#FFF;
	background-color: #FFB509;
}
#jiru13{
	background-color:#EFF1F1;
	background-image:none;
	color:#888;
	font-weight: normal;
}	
	
#jiru13:hover{
	color:#F0A800;
}
	


.proList { }
.proList li{
	width:30%;
	float:left;
	text-align:center;
	margin-bottom:25px;
	margin-left: 3.3%;

}
.proList li i{ display:block; background-color:#ffba1e;	margin-top: 4px;
	margin-right: 5%;
	margin-bottom: 4px;	-webkit-filter: drop-shadow(0 0 5px #b2b1b1) drop-shadow(0 0 2px #b2b1b1) drop-shadow(0 0 1px #ccc);}

.proList li img{
	display:block;
	width:100%;
	height: auto;


}

.proList li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  








.proList li a span{
	font-size:13px;
	color:#666;
	display:block;
	height:28px;
	line-height:28px;
	 overflow:hidden;

}
.proList li a:hover span{
	color: #F0A800;
}

.biaoti{
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}




.jbl05{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(jbl5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	padding-top: 120px;
}


.menu2 {
	width: 1200px;
	overflow: hidden;
	display: block; margin-bottom:55px
}

.menu2 li a {
	display:block;
	line-height: 45px;
	float: left;
	height: 45px;
	width:199px;
	text-align: center;
	background-color: #8A8A8A;
	color:#FFF;
	font-size: 21px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0B0B0;
	font-family: Verdana, Geneva, sans-serif;
}
.menu2 li a:hover {
	position:relative;
	background-color: #FBB91D;
}



.jbl06{
	width:536px;
	float:left;
	background-image:url(bg1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:510px;
	overflow:hidden;
	background-color: #FFF;
	padding-right: 27px;
	padding-left: 27px; padding-top:5px
}

.jbl06tu{ width:536px; height:460px; }

.jiru05{
	width:600px;
	float: right;
 overflow:hidden
}

.jiru05 ul{ width:650px}
.jiru05 ul li{}
.jiru05 ul li a{ width:282px; float:left; margin-bottom:10px; margin-left:15px; padding-top:5px}

.jiru05 ul li a img{
	width:285px;
	height:210px;
	display:block;-webkit-filter: drop-shadow(0 0 0px #e1e1e1) drop-shadow(0 0 0px #e1e1e1) drop-shadow(0 0 6px #d1d1d1) ;  
}
.jiru05 ul li a span{
	font-size: 14px;
	line-height: 40px;
	color: #555;
	text-align: center;
	display: block;
	height: 40px;
	font-weight: bold;
}

.jiru05 ul li a:hover span{
	color: #F1AF01;
}



.jbl07{
	height:660px;
	background-image:url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 78px;
	padding-top: 160px;
}





.jbl07c{ width:1200px; margin:auto}

.jbl07ca{
	width:360px;
	height:574px;
	background-image:url(jbl7.jpg);
	background-repeat: no-repeat;
	background-position: center top; float:left; display:block;
}
.jbl07cm{
	width:144px;
	height:34px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #666; line-height:34px; font-size:18px; margin-top:400px
}

.jbl07cm:hover{
	color: #000;
	background-color: #FFC744;
}



/*典型案例CSS开始*/
.com_box2{ width:840px; float:left;}
.com_txtpic {
	POSITION: relative; WIDTH: 280px; FLOAT: left; HEIGHT: 287px; OVERFLOW: hidden;
}

.com_txtpic ._pic {
	WIDTH: 280px;
	HEIGHT:287px
}
.com_txtpic ._hover {
	POSITION: absolute; WIDTH: 100%; DISPLAY: block;  HEIGHT: 100%; TOP: 0px; LEFT: 0px
}

.com_txtpic ._hover ._text {
	POSITION: absolute;
	BACKGROUND: url(bg_png.png);
	HEIGHT: 147px;
	COLOR: #fff;
	LEFT: 0px;
	padding-top: 120px;
	padding-right: 15px;
	padding-bottom: 20px;
	text-align: center;
	width: 250px;
	padding-left: 15px;
}
.com_txtpic ._hover ._text h4{ margin-bottom:15px; display:block; font-size:18px}
.com_txtpic ._hover ._text span{ margin-bottom:15px; display:block}

.com_box2 .com_txtpic ._hover ._text {
	BOTTOM: auto;
	TOP: 287px   /*开始标题离图片头部的距离*/
}



.jbl08{
	background-image: url(jbl8.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top:60px;
	padding-top: 130px;
}



#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:376px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(bg3.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:376px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(bg4.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1227px;
	overflow:hidden;
	float:left;
	margin-left: 7px; margin-right:6px
}
#pro_con .ScrCont{width:10000000px; padding:0; float:left;}
#pro_con #List1, #pro_con #List2 {float:left; padding:0px; margin:0px;}
#pro_con .Cont li {
	float:left;
	height: 323px;
	width: 340px;
	margin-right: 10px;
	margin-left: 15px;
	list-style:none;
	padding: 20px;
	border: 1px solid #CCC; display:block; text-align:center;
}
#pro_con .Cont li:hover{
	border: 1px solid #ffba1e;
}
#pro_con img {
	height: 243px;
	width: 340px; display:block; margin-bottom:10px
}



#pro_con .Cont li a p{
	line-height: 35px;
	display: block;
	height: 35px;
	font-size: 14px;
	color:#777;
	overflow:hidden;
	margin-bottom:8px;
	font-weight: bold;
}


#pro_con .Cont li a:hover p{

}


#pro_con .Cont li a em{
	font-size:15px;
	color:#ccc;
	display:block;
	line-height:14px;
	margin-top:0px;
	padding-top:0px;
	line-height:33px;
	height: 33px;
	width: 140px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #E3E3E3;
}


#pro_con .Cont li a:hover em{
	background-color: #ffba1e; 
 margin-left:auto; margin-right:auto;color:#333;
}




.jbl09{
	background-image: url(jbl9.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top:40px;
	padding-top: 180px;
	background-color: #F5F5F5;
	padding-bottom: 40px;
}



.jbl09c{ width:1200px; margin-left:auto; margin-right: auto}

.sgl20d{
	width:500px;
	float:left;
	display:block;
	left: 0px;
	margin-left: 0px;
}

.sgl20d img{
	display:block;
	width:500px;
	height:265px
}

.sgl20d em{
	background-color: #D8D8D8;
	height:34px;
	color:#333;
	display:block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}


.sgl20d a em {
	color:#444;
	background-color: #F5F5F5;

}
.sgl20d a:hover em {
	color:#000;
	background-color: #FFBA1E;
}



.tabbox{
	width:660px;
	float:right;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}


.newse{}
.newse li{
	width:640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	height:85px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 45px;

}


.newse em{
	font-size: 26px;
	line-height: 26px;
	color: #000;
	text-align: right;
	display: block;
	width: 76px;
	float:left;
	padding-right:20px;
	padding-left: 0px;
	background-color: #ffba1e;
	margin-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.newse em i{
	display:block;
	font-size:14px;
	color: #000;
	font-weight: normal;
}



.newse li a{
	float:left;
	display:block;
	font-size:14px;
	line-height:20px;
	height:80px;
	width:510px;
	overflow:hidden;
	color:#8B8B8B;
	
}
.newse li a:hover{
	color:#F7AC00
}
.newse li a span{
	display:block;
	color: #000;
	font-size: 22px; line-height:25px; height:25px; overflow:hidden; margin-bottom:15px
}



.sgl20f em{
	font-size: 26px;
	line-height: 26px;
	color: #000;
	text-align: right;
	display: block;
	width: 76px;
	float:left;
	padding-right:15px;
	padding-left: 0px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top:30px;
	height: 50px;
}
.sgl20f em i{
	display:block;
	font-size:14px;
	color: #000;
	font-weight: normal;
}

.sgl20f { display:block}
.sgl20f:hover {
	background-color: #FFBA1E;
}
.sgl20f p{	float:left;
	display:block;
	font-size:14px;
	line-height:20px;
	height:80px;
	width:385px;
	overflow:hidden;
	color:#8B8B8B; margin-top:40px;}
	
	
.sgl20f p b{
	display:block;
	color: #000;
	font-size: 22px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	margin-bottom:15px;
	font-weight: normal;
}	
.sgl20f:hover p b{
	color:#F2AA00
}

.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}