﻿
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, fieldset, input, p,span, th, td, blockquote, lengend, button, textarea {margin:0; padding:0;}
ul,li{ list-style:none outside;font-size:15px; }
ul,ol{list-style: none;}
a{ text-decoration:none; }
a img, input { border:0}
img{ vertical-align:middle;}
a:link{ color: #333; text-decoration: none;}
a:visited{ color: #333; text-decoration: none;}
a:hover{ color: #bd1a2d; text-decoration: none;}
a:active{ color: #333; text-decoration: none;}

/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei',"微软雅黑",  'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #fff;
    font: 16px/1.5 'Microsoft YaHei',"微软雅黑", 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
.fl{ float: left;}
.fr{float: right;}
.clear{clear: both;}

/* 登录 */
.login-wrap {
    width: 800px;
    height: 470px;
    margin: 0 auto;
    background:   rgba(0, 0, 0, 0.7);;
position: fixed; top: 0px; left: 0px; z-index: 3; width: 100%; height: 100%; display: none;

}

.login {
    width: 395px;
    margin: 0 auto
}

.login h3 {
    text-align: center;
    font-size: 26px;
    color: #353535;
    padding-top: 65px;
    padding-bottom: 30px;
}

.login-content {
    width: 395px;
    margin: 0 auto;
    text-align: center;
}

.login-content ul {
    display: inline-block;
}

.login-content ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 3px;
}

.login-content ul li.on {
    color: #b60005;
    border-bottom: 3px solid #b60005;
}

.logintxt {
    width: 395px;
    margin: 0 auto;
    margin-top: 20px;
}

.logintxt .yhm {
    width: 393px;
    border: 1px solid #bdbdbd;
    height: 38px;
    position: relative;
    margin-bottom: 20px;
}

.yhm .loginname {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(yhm.jpg) no-repeat;
}

.itxt {
    line-height: 18px;
    height: 17px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 343px;
    float: none;
    overflow: hidden;
    font-size: 16px;
    outline-style: none;
    -webkit-appearance: none;
}

.yhm .pwd_label {
    position: absolute;
    background-position: -48px 0;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(password.jpg) no-repeat;
}

.fm-button {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    background-color: #b60005;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    border: none;
}

.login-blocks {
    margin-top: 20px
}

.login-blocks span a {
    font-size: 16px;
    color: #999999;
    float: right;
}

.login-blocks span.register a {
    color: #b60005;
    float: left;
}

.phone {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(phonebj.jpg) no-repeat;
}

.dx_label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(dx.jpg) no-repeat;
}

.send-btn {
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: 40px;
}

#innerdiv {
    position: absolute;
    width: 800px;
    height: 470px;
    left: 50%;
    top: 13%;
    margin-left: -400px;
    background: url(loginbg.jpg) center center no-repeat;
    text-align: center;
    z-index: 999
}

#innerdiv .close {
    position: absolute;
    right: 0;
    top: 8px;
}
/* 注册 */
.reg-wrap {
    width: 800px;
    height: 470px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    background: url(regbj.jpg) center center no-repeat;
}

.fm-btn a {
    display: block;
    padding-top: 15px;
    text-align: center;
    color: #b60005;
    ;
    font-size: 16px;
}

.reg-wrap p.close {
    position: absolute;
    right: 0;
    top: 8px;
}
/* 头部 */
.w {
    width: 1200px;
    margin: 0 auto
}

.nav-wrap {
    height: 90px;
    position: relative;
}

.logo {
    width: 305px;
    height: 90px;
    float: left;
}

.logo h1 {
    margin-top: 20px;
}

.banner-right {
    width: 800px;
    float: right;
}

.nav {
    line-height: 90px;
}

.nav li {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-right: 18px;
}

.nav li a {
    display: block;
    font-size: 18px;
    color: #333333;
    height: 90px;
}

.nav li i {
    display: none;
}

.nav li a:hover {
    color: #b60005
}

.nav li:hover i {
    position: absolute;
    bottom: -8px;
    height: 10px;
    display: block;
    width: 100%;
    background: url(icontop.png) center center no-repeat;
    z-index: 999;
}

/* 检索框样式 */

.top_schbox {
    top: 55px;
    width: 0px;
    position: absolute;
    right: 0;
    z-index: 110;
    overflow: hidden;
}

.top_schbox dt {
    height: 40px;
    overflow: hidden;
}

.top_schbox_txt {
    float: left;
    width: 173px;
    height: 28px;
    border: 1px #ccc solid;
    margin: 7px 0px 0px 6px;
    color: #333;
    font-size: 12px;
    line-height: 28px;
    text-indent: 6px;
    outline: none;
}

.top_schbox_btn {
    width: 32px;
    height: 28px;
    top: 13px;
    right: 10px;
    position: absolute;
    border: none;
    background: url(search0728.png) no-repeat;
}

/* 下拉 */

.box {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ebedf2;
    top: 90px;
    z-index: 99;
    opacity: .97;
}

.menubox .cont {
    width: 1200px;
    margin: 0 auto;
}

.menubox .cont .menucon {
    height: 420px;
    padding: 60px 0 0 0;
}

.menucon h4 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000000;
    font-weight: normal;
}

.menucon .jywh {
    width: 360px;
    float: left;
    border-right: 2px solid #bdbdbd;
}

.menucon .jywh ul li {
    float: left;
    padding: 10px 50px 40px 50px;
    /* margin-bottom: 55px; */
}

.menucon .jywh ul li p {
    margin-top: 20px;
    font-size: 16px;
    color: #000000
}

.menucon .lxwm {
    margin-left: 50px;
    width: 400px;
    float: left;
    border-right: 2px solid #bdbdbd;
}

.menucon .lxwm p {
    line-height: 33px;
    color: #333333;
    font-size: 16px;
}

.menucon .lxwm img {
    margin-top: 15px
}

.ewm {
    width: 380px;
    float: right;
}

.ewm li {
    float: left;
    margin-left: 25px
}

.ewm li p {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 5px 0
}

/* 京演剧场下拉 */

.jypic {
    width: 875px;
    float: left;
    border-right: 2px solid #bdbdbd;
}

.jypic ul li {
    float: left;
    margin-right: 35px;
    position: relative;
}

.jypic ul li img {
    width: 390px;
    height: 157px;
}

.jypic ul li span {
    display: block;
    width: 130px;
    height: 33px;
    line-height: 33px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #b1686c;
}

.jypic ul li span.jdzx {
    background-color: #9f891f;
}

.jypic ul li span.jcjj {
    background-color: #309085;
}

.jypic ul li span.mhhx {
    background-color: #6e3280;
}

.jylist {
    width: 320px;
    float: right;
}

.jylist ul li {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    margin-left: 65px;
    margin-right: 20px;
}

.jylist ul li p {
    font-size: 16px;
    margin-top: 15px;
}

.search {
    float: right;
    background: url("line0728.jpg") no-repeat left center;
    line-height: 90px;
	position:relative
}

.search a {
    padding-left: 15px;
    color: #333;
    font-size: 18px;
}

/* 线条 */
.line {
    width: 100%;
    height: 6px;
    background: url(line_top0728.jpg) repeat-x;
}

/* 分页 */
.pagerji {
    width: 96%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    clear: both;
    margin-bottom: 35px;
}

.pagerji span a {
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

.pagerji span a:hover {
    color: #fff;
    background: #bd1a2d;
    border: 1px solid #bd1a2d;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.pagerji span a.dq {
    color: #fff;
    background: #bd1a2d;
    border: 1px solid #bd1a2d;
}


/* 底部 */

.footer {
    width: 100%; clear:both;
    background: url("footerbg0728.jpg") center bottom repeat-x;
}

.footercenter {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    padding-top: 20px
}

.footercenter .yqlj {
    width: 615px;
}

.footercenter .yqlj h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

.footercenter .yqlj ul li {
    float: left;
    padding-right: 15px;
    line-height: 26px;
    word-break: break-all;
    white-space: nowrap
}

.footercenter .yqlj ul li a {
    font-size: 14px;
    color: #fff
}

.footerfr ul li {
    float: left;
    padding: 0px 15px;
    word-break: break-all;
    white-space: nowrap
}

.footerfr ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.footerfr p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding-left: 15px;
    padding-top: 11px;
}
.footer a:hover{ text-decoration:underline;}

/* ma08_当前位置*/
.CurrentLocation{ width:1200px; margin:0 auto; line-height:26px; clear:both; font-size:15px; padding-top:20px; margin-bottom:20px; }
.CurrentLocation p{ width:100%; margin:0 auto; color:#999; }
.CurrentLocation p span{ margin:0 6px;}
.CurrentLocation p a{ color:#999; margin:0 6px;}
.CurrentLocation p a:hover{color:#000;}
.CurrentLocation p a:last-child{ color:#000;javascript:; cursor:default;}
.CurrentLocation p a:last-child:hover{ text-decoration:none;}

/* ma08_layout */
.ma_bigboxgray{ width:100%; clear:both; background:#f1f4f5;}
.ma_mainbox{ width:1200px; margin:0 auto; clear:both;}
.ma_mainboxwhi{ width:1200px; margin:0 auto; clear:both; background:#fff; padding-bottom:20px;}
.ma_mainboxbtm{ width:1200px; margin:0 auto; clear:both; margin-bottom:40px;}
.ma_mainboxbtm2{ width:1200px; margin:0 auto; clear:both; margin-bottom:50px;}
.ma_box100{ width:100%; margin:0 auto; clear:both; margin-bottom:20px;}

/* ma08_分页*/
.pagerji{ width:100%; margin:0 auto; text-align:center; clear:both; padding-bottom:10px; padding-top:10px; font-size:14px;}
.pagerji span a{  display:inline-block; padding:0 12px; height:30px; line-height:30px; margin:0 5px; text-align:center; border:1px solid #7e7e7e;}
.pagerji span a:hover{background:#bd2031; color:#fff;}
.pagerji span a.dq{ background:#bd2031; color:#fff; }

/* ma08_标题*/
.tit_chyuan{ width:277px; height:79px; line-height:79px; color:#333; font-size:32px; font-weight:bold; margin:0 auto; text-align:center; margin-bottom:30px;background: url(ma08_titbg1.png) no-repeat; clear:both;}
.tit_chyuan a{ width:100%; display:block; line-height:79px;}
