/*****CSS-reset***********************/
body {
    background-color: #FFFFFF;
}

body, div, dl, dt, dd, ul, ol, li, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", Verdana, "宋体";
    list-style-type: none;
    font-size: 12px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em,  th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}


q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.hide {
    display: none;
}

/********************/
a {
    color: #333333;
    text-decoration: none;
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.watermark {
    color: #999 !important;
    font-weight: normal !important;
}

.photo {
    position: relative;
    font-family: arial;
    overflow: hidden;
}

.photo .heading, .photo .caption {
    position: absolute;
    background: #000;
    height: 18px;
    width: 100%;
    opacity: 0.6;
}

.photo .heading {
    top: -50px;
}

.photo .caption {
    bottom: -50px;
}

.photo .heading span {
    color: #26c3e5;
    top: -50px;
    font-weight: bold;
    display: block;
    padding: 0px 0 0 10px;
}

.photo .caption span {
    color: #999;
    font-size: 9px;
    display: block;
    padding: 5px 10px 0 10px;
}

.tipsDiv {
    VISIBILITY: visible;
    POSITION: absolute;
    z-index: 9999;
    display: none;
}

.tipsHead {
    BORDER-RIGHT: #6AB3E6 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #6AB3E6 1px solid;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    BACKGROUND: #6AB3E6;
    FILTER: alpha(opacity = 90);
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #6AB3E6 1px solid;
    WIDTH: 150px;
    COLOR: #fff;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #6AB3E6 1px solid;
    FONT-FAMILY: arial;
    opacity: 0.90
}

.tipsContent {
    BORDER-RIGHT: #6AB3E6 1px solid;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-SIZE: 12px;
    BACKGROUND: #ffffff;
    FILTER: alpha(opacity = 85);
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #6AB3E6 1px solid;
    WIDTH: 150px;
    COLOR: #1b4966;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #6AB3E6 1px solid;
    FONT-FAMILY: arial;
    opacity: 0.85
}

.a_d_s {
    overflow: hidden;
}

.w188h60 {
    width: 188px;
    height: 60px;
}
.w180h60 {
    width: 180px;
    height: 60px;
}
.w180h70 {
    width: 180px;
    height: 70px;
}

.w188h75 {
    width: 188px;
    height: 75px;
}

.w150h60 {
    width: 150px;
    height: 60px;
}

.w305h60 {
    width: 305px;
    height: 60px;
}

.w153h80 {
    width: 153px;
    height: 80px;
}

.w150h220 {
    width: 150px;
    height: 220px;
}

.w330h250 {
    width: 330px;
    height: 250px;
}
.w312h80 {
    width: 312px;
    height: 80px;
}
.w960h80 {
    width: 960px;
    height: 80px;
}

.a_d_s {
    margin: auto;
}

.bg_blue {
    background: #6AB3E6;
}

.mrleft {
margin-left:8px;
margin-top:8px;
}

.gnul li{
	line-height:16px;
	float:left;
	width:50px
}
.gwul li{
	line-height:16px;
	float:left;
	width:80px
}
.gwul a,.gnul a{
	text-decoration:none;
	color:#FFF;
}