@charset "gb2312";
/* CSS Document
Theme Name: 007
Theme URI: 
Description: A website for guide themes.
Version: 2016.4.20
Author: ljh
 */

/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");
@import url("css.css");


/*---------- base ---------*/
*{padding:0px;margin:0px;}
html{background:#FFF;}
body{font:12px Verdana,Arial,Tahoma;}
img{border:none;}
a{color:#333;text-decoration:none;}
a:hover{color:red;text-decoration:none;}
p{ line-height:24px;}
ul{list-style:none;}
input,select,button{font:12px Verdana,Arial,Tahoma;vertical-align:middle;}
/*---------- stock ---------*/
.center{margin:0px auto;}
.w960{width:960px;}
.w980{width:980px;overflow:hidden;}
.pright .infos_userinfo {margin-bottom: 0px;}
.mt1{margin-top:8px;}
.pright .mt1{margin-top:0px;}
.mt2{margin-top:16px;}
.mt3{margin-top:13px;}
.mt4{margin-top:30px;}
.mt5{margin-top:15px;}
.mt6{margin-top:25px;}
.clear{overflow:hidden;}
.fs-12{font-size:12px;}
.fc-f60{color:#F60;}
.fc-f90{color:#F90;}
.clr{clear:both;}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.nb{
	line-height:20x;
	padding:1px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px
}
.btn-1{
	width:56px;
	height:24px;
	border:none;
	background:url(../images/comm-bt.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	cursor:pointer;
	overflow:hidden;
	color:#585858;
}
.btn-2{
	width:70px;
	height:25px;
	border:none;
	background:url(../images/btn-bg2.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:2px;
	cursor:pointer;
}
/*---------- frame ---------*/

/*----- 新版导航菜单位置的样式 -------*/
.header .nav { }
/*-------- 圆角模型 ---------*/
.module, .module .mid {
	overflow:hidden;
}
.module .top .t_l, .module .bottom .b_l {
	float:left;
	overflow:hidden;
}
.module .top .t_r, .module .bottom .b_r {
	float:right;
	overflow:hidden;
}
.module .top em {
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.module .top em a:link, .module .top em a:visited {
	font-size:13px;
	font-weight:bold;
}
.module .top span {
	
}
.module .top strong {
	cursor:pointer;
	float:right;
	font-weight:normal;
	margin-right:4px;
}
.module .mid .m_l, .module .mid .m_r {
	overflow:hidden;
}
.module .mid .content {
	overflow:hidden;
	height:100%;
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;/*padding-bottom: 10px;*/
}
.module .top, .module .top .t_l, .module .top .t_r, .module .bottom, .module .bottom .b_l, .module .bottom .b_r {
	background-image: url("../images/green_skin.png");
}
/*------ 主色 -------*/
.blue .top {
	background-position: 0 -72px;
	background-repeat: repeat-x;
	height: 70px;
}
.blue .top .t_l {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 70px;
	width: 5px;
}
.blue .top .t_r {
	background-position: -6px 0;
	background-repeat: no-repeat;
	height: 70px;
	width: 5px;
}


/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 120px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #93E1EB;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background:url(../images/mmenubg.gif);
	padding-top:6px;
	padding-bottom:6px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	text-decoration: underline;
}
/*------ //搜索框 ---------*/
.search-keyword {
	width:210px;
	height:18px;
	padding-top:2px;
	padding-left:6px;
	border:0px;
	border:#badaa1 solid 1px;
	background: #FFF;
	color:#444;
}
.search-submit {
	cursor:pointer;
	width:68px;
	height:22px;
	font-size:0px;
	color:#fafafa;
	border:0px;
	background:url(../images/search-bt.gif) no-repeat;
}
.search-option {
	margin-left:3px;
	margin-right:3px;
	border:#badaa1 solid 1px;
	height:22px;
}
.w963 .search{
	padding-left:10px;
	line-height:32px;
}
.w963 .form h4 {
	display:none;
}
.w963 .form {
	float:left;
	margin:0 10px 0 0;
	*margin:0 10px 0 0;
	_margin:5px 10px 0 0;
}
.w963 .tags {
	width:500px;
	overflow:hidden;
}
.w963 .tags h4 {
	float:left;
	margin-right: 6px;
	height:26px;
	font-size:12px;
	color:#777;
}
.w963 .tags li {
	float:left;
	margin-right: 6px;
}
.header .nav .end { }
/*-- //End 导航菜单 --*/

/*---------- frame : channel-nav ---------*/
.channel-nav {
	margin-top:8px;
	padding-left:6px;
	height:24px;
	width:950px;
	overflow:hidden;
}
.channel-nav .sonnav {
	width:830px;
	line-height:26px;
	float:left;
	color:#256DB1;
}
.channel-nav .sonnav span {	
	margin-right:10px;
	float:left;
}
.channel-nav .sonnav span a{
	padding:0 4px;
	border:1px solid #BADAA1;
	height:22px;
	line-height:21px;
	background:url(../images/channel_bg.png) repeat-x;
	display:inline-block;
	}
.channel-nav .sonnav span a.thisclass{
	border:1px solid #3aa21b;
	}
.channel-nav .sonnav a {
	color:#428C5B;
	text-decoration:none;
}
.channel-nav .sonnav a:hover{
	 color:#287212;
	}
.channel-nav .back{
	display:block;
	height:22px;
	line-height:21px;
	padding-top:6px;
	padding-right:10px;
	padding-left:20px;
	letter-spacing:2px;
	float:right;
	background:url(../images/ico-home.gif) 4px 10px no-repeat;
} 
.channel-nav .back a{
	color:#397CBE;
}
.channel-nav .back a:hover{
	text-decoration:none;
	color:#777;
}

/*pic scroll
----------------------------------*/
.wrapper #imgscroll{overflow:hidden;width: 910px; height:200px;}
.infiniteCarousel {
  width: 970px;
  position: relative;
  margin:0px auto;
}

.infiniteCarousel .wrapper {
  width: 910px; 
  overflow: auto;
  height: 200px;
  margin: 0 30px;
  top: 0;
}
.infiniteCarousel ul a img { background-color:#e6e6e6;

  border:1px solid #E3E3E3;
  padding:2px;
  width:210px;
  height:150px;
  display:block;
}
.infiniteCarousel .wrapper ul {
  width: 910px; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}
.infiniteCarousel ul li {
  display:block;
  color:#6C6D61;
  float:left;
  padding: 10px 6px;
  height: 180px;
  width: 215px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
	}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration: none;
	}
.infiniteCarousel ul li a:hover img {
  border-color: #aaa;
}
.infiniteCarousel ul li a span{
   background:url(../images/diy/al_text_top.jpg) top  no-repeat;
   display:block;
   line-height:17px;
   padding-top:6px;
}
.infiniteCarousel .arrow {
  display: block;
  height: 105px;
  width: 26px;
  text-indent: -999px;
  position: absolute;
  top: 35px;
  cursor: pointer;
  outline: 0;
}
.infiniteCarousel .forward {
  background:url(../images/green_skin_r.jpg) no-repeat;
  right: 0;
}
.infiniteCarousel .back {
  background:url(../images/green_skin_l.jpg) no-repeat;
  left: 0;
}
/*----------dedeinfolink  ---------*/
#dedeinfolink {
	margin-bottom:6px;
	}
#dedeinfolink tr td div {
	padding:0 5px;
	background:url(../images/white_bg.gif) repeat-x;
	margin-right:8px;
	}
#dedeinfolink tr td {
	line-height:18px;
	}
#dedeinfolink tr td.spline {
	font-size:1px;
	height:1px;
	line-height:1px;
	border-bottom:1px dashed #dedede;
	}
#dedeinfolink tr td.iftitle {
	font-weight:bold;
	color:#428C5B;
	line-height:24px;
	border-bottom:1px dashed #dedede;
}

/*new search result page
----------------------------------------*/
.search_header{
    overflow:hidden;
	zoom:1;
}
.search_header  h1{
    float:left;
    display:inline;
    margin:5px 20px 5px 10px;
    width:216px;
}
.search_header .search_box{
    float:left;
    padding-top:25px;
}
.search_header .search_box input{
    border-width:1px;
	border-style:solid;
	border-color:#707070 #CECECE #CECECE #707070;
	padding:2px 4px;
	height:18px;
	line-height:18px;
    width:200px;
	margin-right:5px;
}
.search_header .search_box select{
   font-size:14px;
   height:22px;
   margin-right:5px;
}
.search_header .search_box button{
    margin-right:3px;
}
.resultbar{
	height:32px;
	line-height:32px;
	background:transparent url(../images/search-top-bg.gif) repeat-x scroll;
	text-indent:12px;
	color:#428C5B;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
 }
 .result_content{
    overflow:hidden;
	zoom:1;
 }
.sidebar{
  float:right;
  width:300px;
  padding:20px 0 0 20px;
  margin-right:20px;
  border-left:1px solid #dadada;
  word-wrap:break-word;
}
.sidebar h2{
  font-size:14px;
  line-height:25px;
 }
.sidebar  ul {
  padding:4px 8px;
 }
.sidebar  ul li{
  line-height:24px;
  background:url(../images/ico-3.gif) 4px 9px no-repeat;
 }
.resultlist{
  overflow:hidden;
}
.resultlist ul{
  padding:20px 0 0 20px;
 }
.resultlist ul li{
  padding-top:15px;
 }
.resultlist ul li h3{
  line-height:30px;
  font-size:16px;
  font-weight:normal;
 }
.resultlist ul li h3 a{
  text-decoration:underline;
 }
.resultlist ul li p{
  line-height:22px;
  color:#333;
  font-size:14px;
  width:650px;
 }
.resultlist ul li span small{
  line-height:22px;
  font-size:12px;
  margin-left:5px;
  color:#999;
 }
.resultlist ul li span a{
  color:#008400;
 }

html,body{font:12px/1.8 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; color:#333; background:#fff; -webkit-text-size-adjust:none;}
a{color:#333; text-decoration:none;}
a:hover{color:#f00; text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.center{margin:0 auto;}
.position{position:relative;}
/*头部*/
.width{ width:980px; margin:0 auto; position:relative;}


.BAN--bj{background:#070707 url(../images/header_bg.jpg) repeat-x left bottom; padding-bottom:10px;}
.BAN--bj-2{background-color:#000; font-size:0px; padding:2px 0;}
.BAN--top{background:url(../images/ban--top.gif); height:25px; width:1000px; margin-bottom:8px;}
.BAN--flash{overflow:hidden;}
.BAN--flash-bg{background:url(../images/ban--bot.jpg) no-repeat center bottom; padding-bottom:50px;}
.CON--bg{background:url(../images/con--bg.jpg) repeat-x left top; padding-top:15px; min-height:500px; _height:500px;}
.CON--l{width:710px;}
.CON--l-c,.CON--l-b{border:1px solid #CCC; margin-bottom:10px;}
.title-ct{height:30px; background:url(../images/title-ct.jpg) repeat-x; white-space:nowrap; overflow:hidden;}
.title-ct h3{color:#000; font:14px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; display:block; height:30px; line-height:30px; float:left; padding:0 20px;}
.title-ct h3 span{margin-left:10px; font:12px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.title-more,.titlezx-more{float:right; width:47px; height:13px; line-height:1000px; overflow:hidden; background:url(../images/more_bt2.gif); margin: 8px 10px 0px 0px;}
.CON--l-cnr{padding:0 0 15px 0; zoom:1;}
.CON--l-cnr .img{display:block;}
.CON--l-cnr li{ margin-top:15px; overflow:hidden; display:inline; zoom:1;}
.CON--l-cnr li div{border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC;}
.CON--l-cnr li h3{text-align:center; padding-bottom:5px; border-bottom:1px solid #ccc; font:12px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
*html .CON--l-cnr li h3{padding:8px 0px 5px 0px;}
*+html .CON--l-cnr li h3{padding:8px 0px 5px 0px;}
*html .CON--l-b .title-ct{margin-bottom:5px;}
.CON--l-bnr{padding:10px; _padding:0px 10px 5px 5px;}
.CON--r{width:255px;}
.CON--r-b{border:1px solid #ccc; margin-bottom:10px;}
.title-zx{height:30px; background:#282828; white-space: nowrap; overflow:hidden;}
.title-zx h3{font:14px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; background:#A2101B; color:#fff; display:block; height:30px; line-height:30px; float:left; padding:0 20px;}
.CON--r-bxw{margin:10px 10px 15px 10px;}
.CON--r-bxw li{margin:0px 5px; height:30px; line-height:30px; overflow:hidden; padding-left:13px; background:url(../images/xwzx.gif) no-repeat left 2px; border-bottom:1px dashed #D5D5D5;}
.CON--r-bxw li span{float:right; color:#666;}
.CON--r-bxw li a{margin-right:5px; zoom:1;}

.list-none{ list-style:none; padding:0px; margin:0px;}

.bottom--al li {
font-size: 0px; margin-top: 15px; display: inline;}



html,body{font:12px/1.8 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; color:#333; background:#fff; -webkit-text-size-adjust:none;}
a{color:#333; text-decoration:none;}
a:hover{color:#f00; text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.center{margin:0 auto;}
.position{position:relative;}
/*头部*/
.width{ width:980px; margin:0 auto; position:relative;}


.BAN--bj{background:#070707 url(../images/header_bg.jpg) repeat-x left bottom; padding-bottom:10px;}
.BAN--bj-2{background-color:#000; font-size:0px; padding:2px 0;}
.BAN--top{background:url(../images/ban--top.gif); height:25px; width:1000px; margin-bottom:8px;}
.BAN--flash{overflow:hidden;}
.BAN--flash-bg{background:url(../images/ban--bot.jpg) no-repeat center bottom; padding-bottom:50px;}
.CON--bg{background:url(../images/con--bg.jpg) repeat-x left top; padding-top:15px; min-height:500px; _height:500px;}
.CON--l{width:710px;}
.CON--l-c,.CON--l-b{border:1px solid #CCC; margin-bottom:10px;}
.title-ct{height:30px; background:url(../images/title-ct.jpg) repeat-x; white-space:nowrap; overflow:hidden;}
.title-ct h3{color:#000; font:14px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; display:block; height:30px; line-height:30px; float:left; padding:0 20px;}
.title-ct h3 span{margin-left:10px; font:12px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.title-more,.titlezx-more{float:right; width:47px; height:13px; line-height:1000px; overflow:hidden; background:url(../images/more_bt2.gif); margin: 8px 10px 0px 0px;}
.CON--l-cnr{padding:0 0 15px 0; zoom:1;}
.CON--l-cnr .img{display:block;}
.CON--l-cnr li{ margin-top:15px; overflow:hidden; display:inline; zoom:1;}
.CON--l-cnr li div{border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC;}
.CON--l-cnr li h3{text-align:center; padding-bottom:5px; border-bottom:1px solid #ccc; font:12px 'Microsoft YaHei',Tahoma,Verdana,'Simsun';height:22px;line-height:22px;}
*html .CON--l-cnr li h3{padding:8px 0px 5px 0px;}
*+html .CON--l-cnr li h3{padding:8px 0px 5px 0px;}
*html .CON--l-b .title-ct{margin-bottom:5px;}
.CON--l-bnr{padding:10px; _padding:0px 10px 5px 5px;height:210px;overflow:hidden;}
.CON--r{width:255px;}
.CON--r-b{border:1px solid #ccc; margin-bottom:10px;}
.title-zx{height:30px; background:#282828; white-space: nowrap; overflow:hidden;}
.title-zx h3{font:14px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; background:#A2101B; color:#fff; display:block; height:30px; line-height:30px; float:left; padding:0 20px;}
.CON--r-bxw{margin:10px 10px 15px 10px;}
.CON--r-bxw li{margin:0px 5px; height:30px; line-height:30px; overflow:hidden; padding-left:13px; background:url(../images/xwzx.gif) no-repeat left 2px; border-bottom:1px dashed #D5D5D5;}
.CON--r-bxw li span{float:right; color:#666;}
.CON--r-bxw li a{margin-right:5px; zoom:1;}

.list-none{ list-style:none; padding:0px; margin:0px;}
.list-none tr{width:712px;}
.list-none tr td{float:left;} 
.bottom--al li {
	font-size: 0px; margin-top: 15px; display: inline;

	
	

