body {
  padding: 0px; margin: 0px; color: #444;  font-size: 12px; letter-spacing: 0.05em; font-family: Arial, "sans-serif";
}
a {color: #444;}
 
.brlogo { padding: 10px 0;}
.top-lg-dh {padding:15px 0;}
.top-dh {margin-top:20px; }
.cp-top {margin-top: 30px;}
.cp-bottom {margin-bottom: 30px;}
.new-bg {background-image:url("../images/newbg.jpg"); padding-bottom: 30px;}
.new-h {color: #FFFFFF;padding-top: 15px;}
.new {color: #fff; margin-bottom: 35px;}
.new h5 {margin-bottom: 15px;}
.new h6 {line-height: 25px;}
.new-more { border:1px #FFFFFF solid;   padding: 10px 25px;}
.newbor {border:1px solid #DDD; BORDER-TOP:0px;}
.about { margin: 20px auto;}
.about h5 {margin-bottom: 0px;}
.hzhb-bottom {margin-bottom: 30px;}
.hzhb-bottom img {max-width: 100%; border: 1px #e7e7e7 solid;}
.di-bg { background-color:#f5f5f5; color: #3c3c3c; padding: 30px 0;}
.heil a {color: #3c3c3c;}
.bai a {color: #3c3c3c;}
 .navdh {padding-top:28px;   
}
.nav-bor { border-bottom: 1px #CCC solid;}
.topsize { margin-top: 40px;}
.sousuo { margin-top: 25px;}
.nav > li {min-width: 138px;  }
.nei-biaoti { border-left:2px #62b0e2 solid;   margin:0 auto;padding-left:10px; line-height: 31px}
.nei-biaoti .postion { float:right; font-size: 14px!important;height: 31px;line-height: 31px}
.nei-biaoti .title{
    font-size: 20px;display: inline-block;
}
.nei-biaoti .title span { color:#333;font-size: 20px;}
.nei-biao-di{ border-bottom:1px #ccc solid;    margin:0 auto 10px; height:20px;}
.nei-zhengwen {  margin:0 auto; padding:0 10px;font-size: 16px; line-height: 20px;}


 .sd-yuyan {font-size:12px; font-weight:900; font-family:"微软雅黑 Light"; line-height:75px;}
.sd-p-0 { padding:0px;}
.sd-margin-top-30 {margin-top:30px;}
.sd-padding-top-30 { padding-top:30px;}
.sd-padding-25 { padding:25px 0;}
.sd-padding-50 { padding:50px 0;}
.tu100 img{ max-width:100%;   }
.tu80 img{ max-width:80%;   }
.tu50 img{ max-width:50%; min-width:50%; }
.tu100kuan {max-width:100%;}

.sd-list-one { text-transform:uppercase; color:#004598; font-size:xx-large; font-weight:900; font-family:"微软雅黑 Light";}
.sd-list-two { text-transform:uppercase; color:#323232; font-size:large; line-height:45px; font-weight:900; font-family:"微软雅黑 Light";}
.zhixian {color:#CCCCCC; font-weight:100; margin:0px 20px ; font-size:12px; line-height:45px;}
 .new-bg-m { background-image:url(images/sd04.jpg);   color:#ffffff;}

.new1 { color:#A9A9A9; padding:20px;}
.new1 p { margin-top:20px;}
.newlist { border:#CCCCCC 1px solid; border-left:#004598 5px solid; padding:15px 0px; margin-bottom:20px;}

.about-bg { background-color:#004598; color:#ffffff;}

.about-di { width:50px; height:25px; border-bottom:2px solid #D30D25;}
.foot { background-color:#a0a0a0; color:#838383; line-height: 55px;}
 
#related ul{list-style:none;margin: 0px;padding: 0px;}
#related UL LI {padding-right: 0px; display: block;  BACKGROUND: 0px 50%; FLOAT: left;  MARGIN: 0px 0px ; WIDTH: 100%; LINE-HEIGHT: 92px;  POSITION: relative; text-align: center;}
#related UL LI A:link { DISPLAY: block;    BACKGROUND:#eee no-repeat left 50%;  COLOR: #444;    FONT-FAMILY: arial,sans-serif; TEXT-DECORATION: none;}
#related UL LI A:visited { DISPLAY: block;    BACKGROUND: #eee no-repeat left 50%;  COLOR: #444;    FONT-FAMILY: arial,sans-serif; TEXT-DECORATION: none;}
#related UL LI A:hover {BACKGROUND: #80cce3; COLOR: #fff;}
 
.hovereffect {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 12px;
  background-color: transparent;
  color: #FFF;
  padding: 0.5em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 0.5em 1em;
	
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



.icon-bar {
    background-color: #333333;
}


.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
    list-style:none;
	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;
}