﻿@charset "utf-8";

/* CSS Document */


/*初始化CSS*/

body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #5b5b5b;
    font-family: '宋体', Arial, Verdana, Helvetica, sans-serif;
    position: relative;
    height: 100%;
    _background: url(../images/bj.jpg) repeat-y center;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

:focus {
    outline: 0;
}


/*去除Firefox中flash与java applet对象的虚线框*/

ul,
li,
dd,
dl,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    /*去除IE img下方会多出一个空隙BUG*/
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
}

font {
    font-size: 12px;
    font-weight: normal;
}

hr {
    border: none;
    border-top: 1px solid #c4cebf;
    height: 1px
}


/*重定义水平线*/

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.bold {
    font-weight: bold;
}

a {
    text-decoration: none;
    border: 0;
    color: #333;
    outline: none;
    /*IE 8 下点击链接不出现虚线框*/
}

a:hover {
    color: #FF0000;
}

a:active {
    outline: none;
    star: expression(this.onFocus=this.blur());
}


/*IE6、7点击链接时，不现实虚线框*/

p {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #5b5b5b
}


/*头部*/

.header {
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #cccccc
}

.head {
    width: 990px;
    height: 65px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.head .logo {
    float: left;
    margin-left: 45px;
}

.head .search {
    float: right;
    height: 26px;
    margin-top: 45px;
}

.search input[type="text"] {
    width: 90px;
    height: 14px;
    border: 1px solid #999999;
    float: left;
}

.search input[type="submit"] {
    width: 18px;
    height: 18px;
    background: url(../images/btns.gif) no-repeat;
    border: 0px;
    background-color: #FFF;
    float: left;
}

.banner_index {
    background-color: #FFF;
    text-align: center;
}

.banner {
    background-color: #000;
    text-align: center;
}


/*导航*/

.menu {
    background: url(../images/menu_bg.gif) repeat-x;
    height: 52px;
    padding-top: 7px;
    overflow: hidden;
}

.menu ul {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.menu ul li {
    border-left: 1px solid #aeaeae;
    float: left;
    width: 110px;
}

.menu ul li.chengse:hover {
    background-color: #fb7d13
}

.menu ul li.lvse:hover {
    background-color: #3caa09
}

.menu ul li.zise:hover {
    background-color: #74077a
}

.menu ul li a {
    width: 110px;
    min-height: 35px;
    display: block;
    line-height: 15px;
    font-size: 14px;
    color: #5b5b5b
}

.menu ul li a:hover {
    color: #f6f1f1;
}

.menu li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    z-index: 1000;
}

.menu li ul li {
    float: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border-top: 1px solid #eff0f0;
    text-indent: 10px;
}

.menu li ul li a {
    width: auto;
    background: #c6c6c6;
    color: #3F3F3F;
    line-height: 22px;
    min-height: 22px;
    padding: 6px 0 6px 0;
    font-family: "宋体";
    font-size: 12px;
}

.menu li ul li a:hover {
    background: #782d34
}

.menu li ul li.chengse a:hover {
    background-color: #fb7d13
}

.menu li ul li.lvse a:hover {
    background-color: #3caa09
}

.menu li ul li.zise a:hover {
    background-color: #74077a
}


/*主体*/

.main {
    width: 1004px;
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    position: relative;
}

.main4 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    position: relative;
}

.lines {
    position: absolute;
    height: 100%;
    border-left: 1px solid #cccccc;
    left: 40px;
    z-index: 0;
}


/*首页*/

.index_left {
    width: 315px;
    margin-left: 20px;
    display: inline;
    text-align: center;
    float: left;
    background: url(../images/index_left_bg.gif) bottom repeat-x;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.index_left .title {
    width: 250px;
    margin: auto;
    margin-top: 15px;
    *margin-top: 25px;
    text-align: left;
    height: 35px;
    margin-bottom: 10px;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #979797;
}

.index_left .title img {
    margin-top: 10px
}

.index_left .title .block_color {
    float: left;
    width: 7px;
    height: 29px;
    margin-top: 3px;
    margin-right: 5px;
}

.index_left .index_left_con {
    width: 290px;
    margin: 0 auto;
    text-align: left;
    font-family: '宋体';
    font-size: 12px;
    line-height: 18px;
    color: #5b5b5b
}

.index_left .index_left_con1 {
    width: 250px;
    margin: 0 auto;
    text-align: left;
    font-family: '宋体';
    font-size: 12px;
    line-height: 18px;
    color: #5b5b5b
}


/*首页右侧*/

.index_right_main {
    width: 630px;
    margin-left: 30px;
    float: left;
    _margin-left: 27px;
}

.index_right_main .title {
    margin-top: 25px;
    text-align: left;
    height: 35px;
    margin-bottom: 10px;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #7f7f7f;
}

.index_right_main .title img {
    margin-top: 10px
}

.index_right_main .title .block_color {
    float: left;
    width: 7px;
    height: 29px;
    margin-top: 3px;
    margin-right: 5px;
}

.index_right_main .index_left_con {
    text-align: left;
    font-family: '宋体';
    font-size: 12px;
}

.index_right_main .index_left_con li {
    width: 290px;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}


/*左侧导航*/

.left {
    width: 215px;
    text-align: center;
    float: left;
    overflow: hidden;
}

.left .title {
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #782c33;
    color: #f6f1f1;
    font-size: 18px;
    text-align: right;
    padding-right: 10px;
    font-family: "Microsoft YaHei";
}

.left .l_menu {
    text-align: left;
}

.left .l_menu a {
    display: block;
    color: #6c6969;
    font-size: 12px;
    background: url(../images/left_1.gif) no-repeat;
    width: 186px;
    line-height: 20px;
    padding: 8px 0 8px 31px;
    font-family: "宋体"
}

.left .l_menu a:hover {
    background: url(../images/left_2.gif) no-repeat;
    color: #f6f1f1;
}

.left .l_menu a.in {
    background: url(../images/left_2.gif) no-repeat;
    color: #f6f1f1;
}


/*内页右侧*/

.right_main {
    border-left: 1px solid #cccccc;
    padding-top: 20px;
    *padding-top: 10px;
    float: left;
    padding-bottom: 80px;
    width: 785px;
    position: relative;
    z-index: 90;
    overflow: hidden
}

.right_main .right_title {
    background: url(../images/title_bg.gif) no-repeat 0 10px;
    height: 40px;
    font-size: 24px;
    color: #5b5b5b;
    margin-left: 40px;
    padding-left: 10px;
}

.right_main .right_title img {
    margin-top: 18px;
}

.right_main .right_title2 {
    background: url(../images/title_bg3.gif) repeat-y 0 0px;
    height: 70px;
    line-height: 100px;
    font-size: 32px;
    color: #ababab;
    margin-left: 40px;
    padding-left: 60px;
    border-bottom: 1px solid #a0a0a0;
    width: 944px;
}

.right_con {}

.right_con .right_left {
    float: left;
    _width: 485px;
    _overflow: hidden;
}

.right_con p {
    line-height: 22px;
    font-family: "宋体";
    font-size: 12px;
}

.right_con .right_list {
    margin-top: 10px;
}

.right_con .right_list a {
    background: url(../images/right_li1.gif) no-repeat 40px 10px;
    padding-left: 50px;
    display: block;
    height: 30px;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    width: 135px;
    color: #636060;
    font-size: 14px;
}

.right_con .right_list a:hover {
    background: url(../images/right_li2.gif) no-repeat 40px 10px;
    color: #782c33;
}

.right_con .right_list a.in {
    background: url(../images/right_li2.gif) no-repeat 40px 10px;
    color: #782c33;
}


/*人物介绍*/

.p_Data {
    margin-left: 40px;
    margin-top: 20px;
    padding-left: 23px;
}

.p_Data .p_Name {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #464545;
    background: url(../images/p2_line.gif) repeat-x left bottom;
}

.p_Data .con {
    width: 405px;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
    color: #464545;
    font-family: "宋体"
}


/*视频列表*/

.void_list {
    width: 540px;
    margin: 20px auto;
    margin-left: 70px;
}

.void_list li {
    font-size: 16px;
    line-height: 24px;
    width: 235px;
    float: left;
    margin-top: 20px;
}

.void_list li img {
    border: 1px solid #000;
}


/*场地列表*/

.Venues_list {
    width: 540px;
    margin: 20px auto;
}

.Venues_list li {
    font-size: 14px;
    line-height: 24px;
    width: 260px;
    float: left;
    margin-top: 10px;
    font-family: "宋体";
}

.Venues_list li img {}


/*主要人物列表*/

.p_list li {
    overflow: hidden;
    padding-right: 1px;
    height: 260px;
    background: url(../images/p_line.gif) no-repeat right top;
    float: left;
    font-size: 13px;
    font-family: "宋体", Helvetica, sans-serif;
    color: #8f8f8f;
    text-align: center;
}

.p_list li span {
    font-size: 11px;
    font-family: "宋体";
    color: #6e6e6e
}

.p_list li a {
    padding-bottom: 10px;
    display: block;
}

.p_list li img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 1;
}

.right_con .right_images {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    display: inline;
}

.right_main .right_con .content {
    width: 555px;
    min-height: 230px;
    padding-bottom: 80px;
    padding-top: 10px;
    padding-left: 60px;
    line-height: 20px;
}

.right_main .right_con .content p {
    margin: 8px 0 8px 0px;
    text-align: justify;
    width: 543px;
    line-height: 20px;
    font-size: 12px;
}

.right_main .right_con .content img.img_line {
    margin-left: -60px;
}

.searchList {
    min-height: 200px;
    padding: 40px;
    padding-left: 60px;
    width: 650px;
}

.searchList a {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #999999;
    width: 650px;
    display: block;
}


/*公告*/

.Amt {
    margin-top: 40px auto;
    width: 700px;
    padding-left: 60px;
}

.Amt li {
    padding: 12px 0 12px 0;
    background: url(../images/lineOld.gif) repeat-x bottom;
}

.Amt li .ico {
    margin-top: 8px;
    float: left;
    margin-right: 5px;
}

.Amt li .con {
    line-height: 21px;
    color: #333333
}


/*资讯*/

.Info {
    padding-bottom: 30px;
    padding-left: 40px;
}

.Info li {
    padding: 12px 0 15px 0;
    color: #333333;
    clear: both;
    background: url(../images/lineOld.gif) repeat-x bottom;
    overflow: hidden;
}

.Info li .ico {
    margin-top: 8px;
    margin-right: 5px;
    float: left
}

.Info li .title {
    text-align: left;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 30px;
}

.Info li .con {
    line-height: 21px;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    color: #333333;
}

.Info li .con .bf {
    margin-top: 10px;
}


/*简介*/

.Info li .Detail {
    __display: none;
    line-height: 22px;
    padding-right: 15px;
    color: #333333;
    padding-top: 2em;
}

.Info li .imglist {
    font-size: 0px;
}

.Info li .imglist .list {
    margin-left: 5px;
}

.Info li .imglist img {
    margin: 2px;
    margin-top: 5px;
    cursor: url(images/zoom.cur), auto;
}

.Info li .ImageDetail {
    text-align: center;
    display: none;
    padding-right: 15px;
    line-height: 22px;
}

.Info li .ImageDetail li {
    background: none;
    cursor: pointer
}


/*底部*/

.footer {
    height: 80px;
    background: url(../images/footer_bg.gif) repeat-x;
}

.footer .foot_left {
    width: 1004px;
    margin: 0 auto;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.footer .foot_left .rect {
    width: 217px;
    height: 80px;
    background: url(../images/foot_bg.gif) repeat-x;
    float: left;
}

.footer .foot_left .rect_index {
    width: 317px;
    height: 80px;
    background: url(../images/foot_bg.gif) repeat-x 20px;
    float: left;
    margin-left: 20px;
}

.footer .foot_left .b_menu {
    float: left;
    padding: 10px 0 0 20px;
    font-size: 14px;
    color: #444444
}

.footer .foot_left .b_menu li {
    padding: 5px;
    float: left;
}


/*底部*/

.footer2 {
    height: 80px;
    background: url(../images/footer_bg.gif) repeat-x;
}

.footer2 .foot_left {
    width: 1004px;
    margin: 0 auto;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.footer2 .foot_left .rect {
    width: 217px;
    height: 80px;
    background: url(../images/foot_bg.gif) repeat-x;
    float: left;
}

.footer2 .foot_left .rect_index {
    width: 217px;
    height: 80px;
    background: url(../images/foot_bg.gif) repeat-x 20px;
    float: left;
}

.footer2 .foot_left .b_menu {
    float: left;
    padding: 10px 0 0 20px;
    font-size: 14px;
    color: #444444
}

.footer2 .foot_left .b_menu li {
    padding: 5px;
    float: left;
}


/*公共样式*/

.m_l10 {
    margin-left: 10px;
}

.m_l20 {
    margin-left: 20px;
}

.m_l30 {
    margin-left: 30px;
}

.m_l40 {
    margin-left: 40px;
}

.m_l50 {
    margin-left: 50px;
}

.m_t50 {
    margin-top: 50px
}

.m_t100 {
    margin-top: 100px
}

.bc_cheng {
    background-color: #f08300;
}

.bc_qing {
    background-color: #5bb530;
}

.bc_anh {
    background-color: #782c33;
}


/*线条*/

.b_line {
    border-bottom: 1px solid #cccccc
}

.teyaojvmu {
    width: 600px;
}

.teyaojvmu dl dt {
    height: 31px;
    line-height: 31px;
    background: url(../images/teyaojvmu_bg2.jpg) center left no-repeat;
    font-size: 14px;
    color: #666666;
    text-indent: 13px;
    /*border-bottom:1px solid #cccccc;*/
    font-family: "Microsoft YaHei";
    font-weight: lighter;
}

.teyaojvmu .select dt {
    color: #782c33;
    background: url(../images/teyaojvmu_bg.jpg) center left no-repeat;
}

.teyaojvmu .select dt strong {
    font-weight: lighter;
}

.teyaojvmu .two {
    background-color: #ebebeb;
}

.teyaojvmu dl dd {
    display: block;
    height: auto;
    padding-top: 2px;
}

.teyaojvmu dl dd ul li {
    display: block;
    float: left;
    width: 290px;
    border-top: 1px solid #cccccc;
}

.teyaojvmu dl dd ul li .title3 {
    display: block;
    float: left;
    text-indent: 4px;
    line-height: 24px;
    font-family: "宋体";
    font-size: 14px;
}

.teyaojvmu dl dd ul .litwo .title3 {
    padding-left: 16px;
}

.teyaojvmu dl dd .teyaojvmubotton {
    margin-top: 6px;
    border-top: 2px solid #cccccc;
    border-bottom: dashed 1px #cccccc;
    background-color: #FFF;
    height: 2px;
}

.teyaojvmu dl dd ul li .son {}

.teyaojvmu dl dd ul li .oushu {
    padding-left: 20px;
}

.teyaojvmu dl dd ul li .son .title2 {
    height: 26px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    z-index: 1;
    zoom: 1;
    padding-left: 2px;
}

.teyaojvmu dl dd ul .litwo {
    width: 310px;
}

.teyaojvmu dl dd ul li .son .title2 samp {
    font-style: normal;
    font-size: 14px;
    color: #464646;
    display: block;
    padding-top: 8px;
}

.teyaojvmu dl dd ul li .son .title2 span {
    position: absolute;
    top: 10px;
    right: -10px;
}

.teyaojvmu dl dd ul li .son .title2 span a {
    color: #915d62;
    font-size: 12px;
    display: block;
    width: 60px;
}

.teyaojvmu dl dd ul li .son .info2 {
    height: 85px;
    overflow: hidden;
    margin-top: 3px;
    color: #5e5e5e;
    margin-bottom: 10px;
    margin-left: 4px;
    line-height: 14px;
}

.buy a {
    display: block;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/_b2.jpg) no-repeat center center;
}

.buy a:hover {
    background: url(../images/b1.jpg) no-repeat center center;
}

.bm1 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm1.gif) no-repeat center center;
}

.bm1 a:hover {
    background: url(../images/bm1a.gif) no-repeat center center;
}

.bm2 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm2.gif) no-repeat center center;
}

.bm2 a:hover {
    background: url(../images/bm2a.gif) no-repeat center center;
}

.bm3 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm3.gif) no-repeat center center;
}

.bm3 a:hover {
    background: url(../images/bm3a.gif) no-repeat center center;
}

.bm4 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm4.gif) no-repeat center center;
}

.bm4 a:hover {
    background: url(../images/bm4a.gif) no-repeat center center;
}

.bm6 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm6.gif) no-repeat center center;
}

.bm6 a:hover {
    background: url(../images/bm6a.gif) no-repeat center center;
}

.bm7 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm7a.gif) no-repeat center center;
}

.bm7 a:hover {
    background: url(../images/bm7.gif) no-repeat center center;
}

.bm8 a {
    display: block;
    width: 315px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bm8a.gif) no-repeat center center;
}

.bm8 a:hover {
    background: url(../images/bm8.gif) no-repeat center center;
}

.menu ul li {
    width: 98px;
}

.menu ul li a img {}

.menu_warp {
    background: #d6d6d6;
    height: 52px;
    border-top: 5px solid #808082;
}

.menu_warp .menu2 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.menu_warp .menu2 ul li {
    display: block;
    float: left;
    border-right: 1px solid #adadad;
    position: relative;
    z-index: 99;
    zoom: 1;
}

.menu_warp .menu2 ul li a,
.menu_warp .menu2 ul li span {
    display: block;
    float: left;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    color: #3b3b3b;
    font-family: "Microsoft YaHei";
    no_font-weight: bold;
}

.menu_warp .menu2 ul li a:hover {
    color: #fff;
}

.menu_warp .menu2 ul li dl {
    position: absolute;
    z-index: 98;
    left: -1px;
    top: 52px;
    border-left: 1px solid #b0b2b1;
    float: none;
    display: none;
}

.menu_warp .menu2 ul li dl dd {
    display: block;
    border-top: 1px solid #eff4f7;
    float: none;
}

.menu_warp .menu2 ul li dl dd a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    color: #383838;
    background-color: #c6c6c6;
    float: none;
    font-size: 12px;
    font-weight: lighter;
    font-family: "宋体";
}

.menu_warp .menu2 ul li dl dd a:hover {
    color: #fff;
}

#last {
    border-right: none;
}

.styled-select {
    background-color: #ffffff;
    width: 90px;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #333333;
}

.index_line {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    left: 0px;
    z-index: 9;
    margin-top: 63px;
    margin-top: 60px;
}

.cannelll,
.cannellltitle {
    width: 252px;
    border-left: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
}

.cannellltitle {
    width: 251px;
    border-right: 1px solid #a5a5a5;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #8e463f;
    font-size: 18px;
    background-color: #fecb75;
}

.cannelll ul li {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    text-align: center;
    line-height: 35px;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #868584;
}

.cannelll ul .week {
    background-color: #ffead2;
    font-size: 14px;
}

.cannelll ul li a {
    display: block;
    height: 35px;
    background-color: #fcf3d2;
}

.cannelll ul li a:hover {
    background-color: #ffcc99;
}
