﻿/*整体设置*/
body
{
    background-color: #ebecf1; /*背景颜色*/
    background-image: url(../images/sub_visual_store.jpg); /*背景图片*/
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px;
}
body, p, td, th
{
    color: #000; /*文字颜色*/
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 160%;
}
table, td, th
{
    border-color: #330000;
}
img
{
    border: 0px;
}

/*链接样式*/
a:link
{
    color: #633;
    text-decoration: none;
}
/*链接文字颜色*/
a:hover
{
    color: #ff0000;
    text-decoration: underline;
}
/*鼠标经过时链接文字颜色*/
a:active
{
    color: #fff000;
    text-decoration: none;
}
/*得到焦点时链接文字颜色*/
a:visited
{
    color: #633;
    text-decoration: none;
}
/*访问过的链接文字颜色*/

.pink_bg
{
    vertical-align: middle;
    text-align: center;
    background: url(../images/pink.gif) repeat-x center center;
    color: #fff;
}
.fuch_bg
{
    vertical-align: middle;
    text-align: center;
    background: url(../images/Fuchsia.gif) repeat-x center center;
    color: #fff;
}
.red_bg
{
    vertical-align: middle;
    text-align: center;
    background: url(../images/red.gif) repeat-x center center;
    color: #fff;
}
.blue_bg
{
    vertical-align: middle;
    text-align: center;
    background: url(../images/blue.gif) repeat-x center center;
    color: #fff;
}
.green_bg
{
    vertical-align: middle;
    text-align: center;
    background: url(../images/green.gif) repeat-x center center;
    color: #fff;
}

/*提示样式*/
.cue
{
    color: #ee0000;
}
/*提示链接样式*/
.cue:link
{
    color: #fff000;
    text-decoration: none;
}
.cue:hover
{
    color: #ff0000;
    text-decoration: none;
}
.cue:active
{
    color: #fff000;
    text-decoration: none;
}
.cue:visited
{
    color: #fff000;
    text-decoration: none;
}
.nav
{
    color: #633;
    text-decoration: none;
    font-family: "华文楷体";
    font-size: 16px;
    font-weight: bold;
}
.nav:link
{
    color: #633;
    text-decoration: none;
    font-family: "华文楷体";
    font-size: 20px;
    font-weight: bold;
}
.nav:hover
{
    color: #ff0000;
    text-decoration: none;
    font-family: "华文楷体";
    font-size: 20px;
    font-weight: bold;
}
.nav:active
{
    color: #fff000;
    text-decoration: none;
    font-family: "华文楷体";
    font-size: 20px;
    font-weight: bold;
}
.nav:visited
{
    color: #633;
    text-decoration: none;
    font-family: "华文楷体";
    font-size: 20px;
    font-weight: bold;
}

.topnav
{
    background-image: url(../images/top_nav.gif);
    background-repeat: no-repeat;
}
.topnav tr td a
{
    height: 40px;
    width: 85px;
    display: block;
}

.maintop
{
    background-image: url(../images/main_bg_flash.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 533px;
}
.mainbottom
{
    background-image: url(../images/main_bg_body.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 835px;
}
.maincenter
{
    background-image: url(../images/sub_bg_contents.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1157px 810px;
}
.zc
{
    float: left;
    background: url(../img/m/ZC_btn.gif) no-repeat 0 0;
    width: 100px;
    height: 37px;
    display: block;
    text-indent: -999em;
    margin-right: 20px;
}
.zc:hover
{
    background-position: 0 -37px;
}
.qx
{
    float: left;
    background: url(../img/m/ZC_btn.gif) no-repeat -100px 0;
    width: 100px;
    height: 37px;
    display: block;
    text-indent: -999em;
}
.qx:hover
{
    background-position: -100px -37px;
}

/*tag01*/
#ind .tag_con
{
    width: 348px;
    height: 252px;
    float: left;
    margin-left: 10px !important;
    margin-left: 5px;
}
#ind .tag_con ul
{
    width: 354px;
    float: left;
    line-height: 20px;
    padding-top: 7px;
}
#ind .tag_con li
{
    padding-left: 10px;
    background: url(../img/li.gif) no-repeat left center;
    line-height: 25px;
    height: 25px;
}
#ind .tag_con ul li i
{
    width: 7px;
    background: url(../images/public/icon_list.gif) 0 center no-repeat;
    float: left;
    display: block;
    margin-right: 4px;
}
#ind .tag_con ul li span
{
    width: 282px;
    margin-right: 8px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#ind .tag_con ul li em
{
    width: 48px;
    float: left;
    font-style: normal;
    font-size: 10px;
    text-align: left;
}
