﻿body
{
    width: 100%;
    min-width: 1000px;
    padding: 0;
    margin: 0;
    font-family: Arial,微软雅黑;
    font-size: 12px;
    color: #333333;
    background: #cecece;
    overflow-x: hidden;
}
a:link, a:visited
{
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}
a:hover
{
    color: #7a1314;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}
img
{
    border: 0;
}
.clear
{
    clear: both;
}
.container
{
    width: 1000px;
    margin: 0 auto;
}
.header
{
    float: left;
    width: 100%;
    height: 70px;
    background: #fff;
}
.header .container
{
    position: relative;
}
.header .logo
{
    float: left;
    margin: 14px 0 0 0;
    width: 198px;
    height: 47px;
    font-size: 0;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
}
.header .links
{
    position: absolute;
    right: 0;
    top: 0;
    height: 23px;
    line-height: 23px;
    color: #727272;
}
.header .links a
{
    margin: 0 5px;
    color: #727272;
}
.header .links a:hover
{
    text-decoration: underline;
}
.header .label
{
    float: right;
    margin-top: 22px;
    color: #404040;
    font-weight: bold;
    line-height: 23px;
    height:23px;
}
.header .label span
{
    color: #727272;
    font-weight: 100;
}
.nav
{
    float: left;
    width: 100%;
    height: 40px;
    line-height:40px;
    color:#fff;
    text-align:right;
    background: #7a1314;
    position:relative;
    z-index:100;
}
.nav ul
{
    float:right;
    padding:0;
    margin:0;
    height:40px;
    list-style-type:none;
}
.nav ul li
{
    float:left;
    height:40px;
    position:relative;
    z-index:100;
}
.nav ul li a
{
    float:left;
    height:40px;
    font-size:13px;
    color:#fff;
}
.nav ul li span{margin:0 10px}
.nav ul li a:hover
{
    color:#f4840d;
}
.nav ul li .submenu
{
    position:absolute;
    left:-35px;
    padding:0 5px 7px;
    width:120px;
    top:40px;
    text-align:center;
    border-top:solid 2px #fff;
    background:#7a1314;
    border-radius:0 0 5px 5px;
    display:none;
}
.nav ul li .submenu.s1
{
    left:-30px;
}
.nav ul li:hover .submenu
{
    display:block;
}
.nav ul li .submenu a
{
    float:left;
    padding:7px 0;
    width:100%;
    height:auto;
    color:#fff;
    line-height:18px;
    border-bottom:dotted 1px #4c0809;
}
.nav ul li .submenu a:hover
{
    color:#f4840d;
}
.banner
{
    float:left;
    width:100%;
    height:286px;
}
.banner .cycle
{
    float:left;
    width:100%;
    height:286px;
    overflow:hidden;
}
.banner .cycle .list
{
    float:left;
    width:100%;
    height:286px;
    font-size:0;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:center center;
}
.banner .container
{
    position:relative;
}
.banner .pager
{
    position:absolute;
    top:262px;
    right:0;
    height:16px;
    z-index:50;
}
.banner .pager a
{
    float:left;
    margin-right:3px;
    width:18px;
    height:16px;
    line-height:16px;
    text-align:center;
    color:#fff;
    background:url(../images/t1.png) repeat;
}
.banner .pager a:hover,.banner .pager a.activeSlide
{
    background:#f4840d;
}
.mod-index-content
{
    float:left;
    width:100%;
    background:#e4e4e4;
}
.mod-index-content .info-title
{
    float:left;
    width:100%;
}
.mod-index-content .info-title a
{
    float:left;
    height:30px;
    font-size:21px;
    color:#7a1314;
    line-height:30px;
    text-shadow:1px 2px 1px #fff;
}
.mod-index-content .info-title .label
{
    float:left;
    margin-top:4px;
    width:100%;
    line-height:23px;
    color:#2e2e2e;
    height:23px;
    font-weight:bold;
    text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.mod-index-content .info-title .label a
{
    float:none;
    font-size:12px;
    color:#2e2e2e;
    line-height:23px;
    text-shadow:0 0 0;
}
.mod-index-content .info-title .label a:hover{ color:#7a1314;}
.mod-index-content .dividing
{
    float:left;
    height:244px;
    width:2px;
    background:url(../images/d1.jpg) repeat-y;
}
.mod-index-content .infobox
{
    float:left;
    margin-top:22px;
    width:316px;
}
.mod-index-content .infobox img
{
    float:left;
    margin-top:17px;
    width:61px;
    height:61px;
}
.mod-index-content .infobox .cont
{
    float:left;
    margin-top:12px;
    margin-left:12px;
    width:195px;
    color:#686868;
    line-height:21px;
    min-height:84px;
    text-shadow:1px 2px 1px #fff;
}
.mod-index-content .infobox .cont p,.mod-index-content .infobox .cont h1,.mod-index-content .infobox .cont h2,.mod-index-content .infobox .cont h3,.mod-index-content .infobox .cont h4
{
    padding:0;
    margin:0;
}
.mod-index-content .infobox a.more
{
    float:left;
    margin-top:12px;
    line-height:18px;
    color:#7a1314;
}
.mod-index-content .infobox a.more:hover{ text-decoration:underline;}
.mod-index-content .infobox.s1
{
    margin-left:23px;
    width:297px;
}
.mod-index-content .infobox.s1 .label{ height:23px; overflow:hidden;}
.mod-index-content .infobox.s1 img
{
    margin-top:17px;
}
.mod-index-content .infobox.s1 .cont
{
    margin-top:12px;
    margin-left:12px;
    width:195px;
}
.mod-index-content .infobox.s1 a.more
{
    margin-top:12px;
}
.mod-index-content .infobox.s1.s2
{
    width:277px;
}
.mod-index-content .container
{
    position:relative;
}
.mod-index-content .sys
{
    position:absolute;
    left:-190px;
    top:12px;
    width:176px;
    height:214px;
}
.footer
{
    float:left;
    width:100%;
    min-height:40px;
    line-height:40px;
    color:#747474;
}
.footer .copyright
{
    float:left;
    margin-left:5px;
}
.footer .links
{
    float:right;
    margin-top:8px;
    height:25px;
    margin-right:5px;
}
.footer .links a
{
    float:left;
    margin-left:30px;
    padding-left:20px;
    height:25px;
    line-height:25px;
    color:#030303;
    background-repeat:no-repeat;
    background-position:0 center;
    text-shadow:1px 1px 1px #fff;
}
.footer .links a.video
{
    background-image:url(../images/icon_video.png);
}
.footer .links a.sound
{
    background-image:url(../images/icon_sound.png);
}
.footer .links a.blog
{
    background-position:3px center;
    background-image:url(../images/icon_blog.png);
}
.footer .links a:hover{color:#7a1314;}