﻿@import url("layout.css");
/*---------- base ---------*/
*
{
    padding: 0px;
    margin: 0px;
}
html
{
    background: #eeeeee;
}
body
{
	background-image:url(../images/back.jpg);
	background-position:center 50%;
	margin: 0px;
    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常用的 ---------*/
.center
{
    margin: 0px auto;
}
.w960
{
    width: 960px; /*position:relative;*/
	background-color:#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;
    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: 955px;
    position: relative;
	margin:0px auto;
    background:url(imagesltrk.png) no-repeat 0 -36px;
}
#navMenu .navinner {
    background:url(imagesltrk.png) no-repeat 100% -72px;
}
#navMenu .navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background:url(imagesltrk.png) repeat-x 0 0;
}
#navMenu li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background:url(imagesltrk.png) no-repeat 0 -108px;
}
#navMenu a {
    display: block;
    width: 82px;
    text-align: center;
    font-size: 120%;
	color: #ffff00;
}
#navMenu a:link, #navMenu a:visited {
    color: #ffff00;
}
#navMenu a.current, #navMenu a:hover, #navMenu a:active {
    color: #000000;
    font-weight: bold;
	text-decoration:none;
    background:url(imagesltrk.png) no-repeat 50% -144px;
}
/*-------- 下拉菜单 --------------*/
.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;
    padding-top: 10px;
	background-color:#6CF;
	width:955px;
}
.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: #333;
    line-height: 25px;
}

/*------滚动图片------*/
.infiniteCarousel
{
    width: 700px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.infiniteCarousel .wrapper
{
    width: 640px;
    overflow: auto;
    height: 170px;
    margin: 0 30px;
    top: 0;
}
.infiniteCarousel ul a img
{
    border: 1px solid #E3E3E3;
    padding: 2px;
    width: 143px;
    height: 106px;
    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: 147px;
    width: 147px;
    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: 70px;
    cursor: pointer;
    outline: 0;
}
.infiniteCarousel .forward
{
    background: url(imagesskin-bg.png) 0 -145px no-repeat;
    right: 0;
}
.infiniteCarousel .back
{
    background: url(imagesskin-bg.png) 0 -170px 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: 100%;
    overflow: hidden;
    padding: 5px 0px;
    border-bottom: 1px dashed #AAA;
    color: #aaa;
}
.comment-box ul li a.plpic
{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    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
{
    float: left;
    line-height: 20px;
}
.comment-box .comment_time
{
    float: left;
    line-height: 20px;
}
.comment-box .comment-msg
{
    float: left;
    display: block;
    width:630px;
    color: #000;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.comment-box .comment-msg2
{
    float: left;
    display: block;
    width:900px;
    color: #000;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.comment-box .comment-isgood
{
    float: right;
    padding-right: 10px;
    line-height: 20px;
    color: #aeaeae;
}

