﻿@import url("layout.css");
/*---------- base ---------*/
*
{
    padding: 0px;
    margin: 0px;
}
html
{
    background: #cccccc;
}
body
{
    font: 12px Verdana,Arial,Tahoma;
}
img
{
    border: none;
}
a
{
    color: #256EB1;
    text-decoration: none;
}
a:hover
{
    color: #ba2636;
    text-decoration: underline;
}
ul
{
    list-style: none;
}
input, select, button
{
    font: 12px Verdana,Arial,Tahoma;
    vertical-align: middle;
}

/*---------- stock常用的 ---------*/
.hide
{
    overflow: hidden;
}
.center
{
    margin: 0px auto;
}
.w960
{
    width: 960px; /*position:relative;*/
    background: #FFF;
}
.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: 20px;
    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: 23px;
    border: none;
    background: url(imagesbtn.gif) no-repeat;
    line-height: 23px;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    color: #585858;
}
.btn-2
{
    width: 70px;
    height: 23px;
    border: none;
    background: url(imagesbtn-bg.gif) left top no-repeat;
    line-height: 23px;
    overflow: hidden;
    color: #444;
    margin-right: 2px;
    cursor: pointer;
}
.btn-3
{
    font-weight: bold;
    width: 100px;
    height: 30px;
    border: none;
    background: url(imagesbtn3.gif) left top no-repeat;
    line-height: 30px;
    overflow: hidden;
    color: #FFFFFF;
    margin-right: 2px;
    cursor: pointer;
}
.btn-bg
{
    padding: 10px;
    text-align: center;
    background: #FFF;
}

/*---------- header ---------*/
.header_top
{
    height: 30px !important;
    height: 29px;
    line-height: 30px;
    border-bottom: 1px solid #DBDBDB;
    color: #676767;
    overflow: hidden;
    background: url("imagesskin-bg.png") repeat-x scroll 0 0px transparent;
}
.header_top .welcome
{
    float: left;
    padding-left: 10px;
}
.header_top .toplinks
{
    float: right;
    text-align: right;
}
.header_top .toplinks a
{
    margin: 0 5px;
}
.header
{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.header .top
{
    clear: both;
    overflow: hidden;
    margin-top: 0px;
}
.header .logo
{
    float: left;
}

/* --------- 导航 ----------------*/
#navMenu
{
    width: 940px;
    height: 31px !important;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 8px 0 0 15px;
    background: url("imagesskin-bg.png") repeat-x scroll 0 -30px transparent;
}
#navMenu ul
{
    float: left;
    height: 22px;
}
#navMenu ul li
{
    font: 14px/1.5 "Microsoft YaHei" , "微软雅黑" , "Microsoft JhengHei" , "宋体";
    float: left;
    height: 22px;
    margin-right: 3px;
    margin-left: -3px;
    padding-left: 3px;
}
#navMenu ul li a
{
    color: #FFF;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
#navMenu ul li a.hover
{
    color: #DEFF01;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

#navMenu ul li span
{
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #ebf5e9;
}
#navMenu ul li.hover
{
    padding-top: 0;
}
#navMenu ul li.hover a
{
    display: inline-block;
    position: relative;
}
#navMenu ul li.hover span
{
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}
#navMenu ul li a.hover, .navMenu ul li a:hover
{
    text-decoration: none;
    color: #DEFF01;
    display: inline-block;
    position: relative;
}
#navMenu ul li a.hover span, .navMenu ul li a:hover span
{
    cursor: pointer;
    display: inline-block;
    height: 22px;
    color: #DEFF01;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}
/*-------- 下拉菜单 --------------*/
.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(imagesmmenubg.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;
}
/*----------footer ---------*/
.footer
{
    margin: auto;
    color: #999;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 10px;
    border-top: 1px solid #E5EFD6;
    padding-top: 10px;
}
.footer .link
{
    text-align: center;
    padding: 5px 0px;
}
.footer .link a
{
    margin: 0px 5px;
    color: #666666;
}
.footer .powered
{
    font-size: 12px;
    line-height: 25px;
}
.footer .powered strong
{
    color: #690;
}
.footer .powered strong span
{
    color: #F93;
}
.footer .copyright
{
    color: #666666;
    line-height: 23px;
}

/*------滚动图片------*/
.infiniteCarousel
{
    width: 700px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.infiniteCarousel .wrapper
{
    width: 640px;
    overflow: auto;
    height: 155px;
    margin: 0 30px;
    top: 0;
}
.infiniteCarousel ul a img
{
    border: 1px solid #E3E3E3;
    padding: 2px;
    width: 113px;
    height: 85px;
    display: block;
}
.infiniteCarousel .wrapper ul
{
    width: 625px;
    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: 117px;
    width: 117px;
    text-align: center;
}
.infiniteCarousel ul li a, .infiniteCarousel ul li a:visited
{
    color: #6C6D61;
}
.infiniteCarousel .wrapper ul li a:hover
{
    text-decoration: underline;
}
.infiniteCarousel ul li a:hover img
{
    border-color: #aaa;
}
.infiniteCarousel ul li a span
{
    display: block;
    line-height: 17px;
    padding-top: 6px;
}
.infiniteCarousel .arrow
{
    display: block;
    height: 25px;
    width: 25px;
    text-indent: -999px;
    position: absolute;
    top: 50px;
    cursor: pointer;
    outline: 0;
}
.infiniteCarousel .forward
{
    background: url(imagesskin-bg.png) 0 -125px no-repeat;
    right: 0;
}
.infiniteCarousel .back
{
    background: url(imagesskin-bg.png) 0 -150px no-repeat;
    left: 0;
}

/*AspNetPager分页样式*/
.pager
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 22px;
}
.pager a
{
    padding: 2px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    text-decoration: none;
    margin-right: 5px;
    cursor: pointer;
    color: #666666;
}
.pager a:visited
{
    padding: 2px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    text-decoration: none;
}
.pager .cpb
{
    padding: 2px;
    font-weight: bold;
    font-size: 13px;
    border: none;
}
.pager a:hover
{
    color: #FFFFFF;
    background: #FFAA00;
    border-color: #FFAA00;
    text-decoration: none;
}
.pagerinfo
{
    padding-left: 20px;
    font-size: 12px;
    line-height: 22px;
}
/*GridView样式*/
.bluegrid
{
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #AACCEE;
    color: #333333;
    background-color: #ffffff;
}
.bluegrid td
{
    padding: 5px;
    border-collapse: collapse;
    border-top: dotted 1px #C0C0C0;
    border-bottom: dotted 1px #C0C0C0;
    border-left-width: 0px;
    border-right-width: 0px;
}
.bluegrid th
{
    padding: 5px;
    background-color: #FBFCE2;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-left-width: 0px;
    border-right-width: 0px;
}
/*------评论区------*/
.comment
{
    background-color: #FFFFFF;
    overflow: hidden;
}
.comment-alert
{
    padding-left: 5px;
    font-size: 12px;
    float: left;
    line-height: 19px;
    color: #999999;
    font-family: Tahoma;
}
.comment-stand
{
    float: left;
    width: 300px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    color: #999;
}
.comment-content
{
    text-align: left;
    color: #555;
    line-height: 21px;
    clear: both;
    width: 99%;
    margin: 2px auto 0px; /*	background:url(../images/ico-comment-quote.gif) 0px 4px no-repeat; 	text-indent:18px;*/
}
.comment-post
{
    padding: 5px;
}
.comment-post .comment-userinfo
{
    text-align: left;
    line-height: 30px;
}
.comment-post .comment-userinfo *
{
    padding-left: 5px;
}

.comment-box
{
    background-color: #FFFFFF;
    padding: 5px;
    overflow: hidden;
}
.comment-box ul
{
}
.comment-box ul li
{
    width: 99%;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #AAA;
    color: #aaa;
}
.comment-box ul li a.plpic
{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    display: inline;
}
.comment-box ul li a.plpic img
{
    width: 40px;
    height: 40px;
    display: block;
    padding: 1px;
    border: 1px solid #EEE;
}
.comment-box ul li a.plpic:hover img
{
    border: 1px solid #AAA;
}
.comment-box span.title
{
    line-height: 20px;
    display: block;
}
.comment-box span.title a
{
    margin-left:5px;
}
.comment-box span.title .comment_time
{
    line-height: 20px;
    margin-left:5px;
}
.comment-box .comment-msg
{
    color: #000;
    line-height: 20px;
    margin-left: 5px;
    padding-right: 10px;
}
.comment-box .comment-isgood
{
    float: right;
    padding-right: 10px;
    line-height: 20px;
    color: #aeaeae;
}
/*------ //搜索框 ---------*/
.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(imagessearch-bt.gif) no-repeat;
}
.search-option {
	margin-left:3px;
	margin-right:3px;
	border:#badaa1 solid 1px;
	height:22px;
}
.search{
	padding-left:3px;
	line-height:25px;
	height:30px;
}
.form h4 {
	display:none;
}
.form {
	float:left;
	margin:0 10px 0 0;
	*margin:0 10px 0 0;
	_margin:0px 10px 0 0;
}

