@charset "UTF-8";

html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  min-width: 1300px;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.view {
  padding-bottom: 10px;
}

/* 去除默认边框 */
fieldset,
img {
  border: 0;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

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

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

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

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: underline;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

ins:hover,
a:hover {
  text-decoration: none;
}

/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*滑动轨道*/
::-webkit-scrollbar-track {
  border-radius: 5px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 5px;
  background: #d7d7d7;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:active {
  background: #949494;
}

.fz-12 {
  font-size: 6px;
}

[data-dpr="2"] .fz-12 {
  font-size: 12px;
}

[data-dpr="3"] .fz-12 {
  font-size: 18px;
}

[data-dpr="4"] .fz-12 {
  font-size: 24px;
}

.fz-14 {
  font-size: 7px;
}

[data-dpr="2"] .fz-14 {
  font-size: 14px;
}

[data-dpr="3"] .fz-14 {
  font-size: 21px;
}

[data-dpr="4"] .fz-14 {
  font-size: 28px;
}

.fz-16 {
  font-size: 8px;
}

[data-dpr="2"] .fz-16 {
  font-size: 16px;
}

[data-dpr="3"] .fz-16 {
  font-size: 24px;
}

[data-dpr="4"] .fz-16 {
  font-size: 32px;
}

.fz-18 {
  font-size: 9px;
}

[data-dpr="2"] .fz-18 {
  font-size: 18px;
}

[data-dpr="3"] .fz-18 {
  font-size: 27px;
}

[data-dpr="4"] .fz-18 {
  font-size: 36px;
}

.fz-20 {
  font-size: 10px;
}

[data-dpr="2"] .fz-20 {
  font-size: 20px;
}

[data-dpr="3"] .fz-20 {
  font-size: 30px;
}

[data-dpr="4"] .fz-20 {
  font-size: 40px;
}

.fz-22 {
  font-size: 11px;
}

[data-dpr="2"] .fz-22 {
  font-size: 22px;
}

[data-dpr="3"] .fz-22 {
  font-size: 33px;
}

[data-dpr="4"] .fz-22 {
  font-size: 44px;
}

.fz-24 {
  font-size: 12px;
}

[data-dpr="2"] .fz-24 {
  font-size: 24px;
}

[data-dpr="3"] .fz-24 {
  font-size: 36px;
}

[data-dpr="4"] .fz-24 {
  font-size: 48px;
}

.fz-26 {
  font-size: 13px;
}

[data-dpr="2"] .fz-26 {
  font-size: 26px;
}

[data-dpr="3"] .fz-26 {
  font-size: 39px;
}

[data-dpr="4"] .fz-26 {
  font-size: 52px;
}

.fz-28 {
  font-size: 14px;
}

[data-dpr="2"] .fz-28 {
  font-size: 28px;
}

[data-dpr="3"] .fz-28 {
  font-size: 42px;
}

[data-dpr="4"] .fz-28 {
  font-size: 56px;
}

.fz-30 {
  font-size: 15px;
}

[data-dpr="2"] .fz-30 {
  font-size: 30px;
}

[data-dpr="3"] .fz-30 {
  font-size: 45px;
}

[data-dpr="4"] .fz-30 {
  font-size: 60px;
}

.fz-32 {
  font-size: 16px;
}

[data-dpr="2"] .fz-32 {
  font-size: 32px;
}

[data-dpr="3"] .fz-32 {
  font-size: 48px;
}

[data-dpr="4"] .fz-32 {
  font-size: 64px;
}

.fz-34 {
  font-size: 17px;
}

[data-dpr="2"] .fz-34 {
  font-size: 34px;
}

[data-dpr="3"] .fz-34 {
  font-size: 51px;
}

[data-dpr="4"] .fz-34 {
  font-size: 68px;
}

.fz-36 {
  font-size: 18px;
}

[data-dpr="2"] .fz-36 {
  font-size: 36px;
}

[data-dpr="3"] .fz-36 {
  font-size: 54px;
}

[data-dpr="4"] .fz-36 {
  font-size: 72px;
}

.fz-38 {
  font-size: 19px;
}

[data-dpr="2"] .fz-38 {
  font-size: 38px;
}

[data-dpr="3"] .fz-38 {
  font-size: 57px;
}

[data-dpr="4"] .fz-38 {
  font-size: 76px;
}

body {
  font-family: "Microsoft Yahei";
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.hide {
  display: none !important;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.fb {
  font-weight: 700;
}

.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.none {
  display: none;
}

/*文字超出省略*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*光标*/
.cursor {
  cursor: pointer;
}

html,
body {
  background-color: #540A0A;
}



.indent {
  display: inline-block;
  height: 28px;
  width: 2em;
}

div.panel {
  width: 980px;
  margin: 16px auto;
  padding-top: 50px;
}

div.panel .subpanel {
  padding: 10px;
  padding-bottom: 23px;
  background: url("../images/lianhuan/bgDiv.png") repeat-y center;
  /* background-size: 100% 100%;*/
  border-radius: 6px;
  behavior: url(PIE.htc);
}


div.box1 .navbox {
  height: 66px;
}

div.box1 .nav {
  display: block;
  width: 323px;
  height: 56px;
  margin-right: 5px;
  font-size: 22px;
  line-height: 56px;
  color: #da4830;
  text-align: center;
  /*font-weight: bolder;*/
  background: url("../images/lianhuan/navbg1.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  float: left;
}

div.box1 .nav:last-child,
div.box1 .nav.last {
  margin-right: 0;
}

div.box1 .nav.on {
  height: 63px;
  color: #feeec9;
  font-family: MicrosoftYaHei-Bold;
  background: url("../images/lianhuan/navbg.png") no-repeat center;
  background-size: 100% 100%;
}

div.box1 .subpanel {
  padding-bottom: 20px;
  border-radius: 2px 2px 6px 6px;
}




div.box1 .listbox {
  margin-top: 24px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

div.box1 .listbox .btn {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 24px;
  background: url("../images/lianhuan/slidebtnbg.png") no-repeat;
  cursor: pointer;
}

div.box1 .listbox .btn.slide-left {
  left: 0;
  background-position: 0 0;
}

div.box1 .listbox .btn.slide-left:hover {
  background-position: -110px 0;
}

div.box1 .listbox .btn.slide-right {
  right: 0;
  background-position: -55px 0;
}

div.box1 .listbox .btn.slide-right:hover {
  background-position: -165px 0;
}

div.box1 .listbox .videos {
  height: 120px;
  width: 864px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

div.box1 .listbox .video {
  width: 266px;
  height: 120px;
  margin: 0 11px;
  float: left;
  *display: inline;
  cursor: pointer;
}

div.box1 .listbox .video .covery {
  display: block;
  height: 84px;
  border: 2px solid transparent;
}

div.box1 .listbox .video img {
  width: 100%;
  height: 100%;
}

div.box1 .listbox .video .videoname {
  height: 36px;
  font-size: 14px;
  line-height: 56px;
  color: #875e3e;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.box1 .listbox .video.on .covery,
div.box1 .listbox .video:hover .covery {
  border-color: #ff3b3f;
}

div.box1 .listbox .video.on .videoname,
div.box1 .listbox .video:hover .videoname {
  color: #da4830;
}

div.box2 .ptitle {
  background: url("../images/lianhuan/titlebg1.png") no-repeat center;
}

div.box2 .subpanel .item-list {
  padding: 15px 20px;
  padding-left: 2em;
  font-size: 14px;
  line-height: 24px;
  color: #575757;
}

div.box2 .subpanel p {
  font-size: 14px;
  line-height: 24px;
  color: #575757;
}

div.box2 .subpanel .MsoNormal a {
  color: #575757;
}

div.box2 .subpanel .MsoNormal a:hover {
  color: #da3033;
}


div.box3 .btn {
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 70px;
  background: url("../images/lianhuan/slidebtnbg2.png") no-repeat;
  cursor: pointer;
}

div.box3 .btn.slide-left2 {
  left: 0;
  background-position: -2px 0;
}

div.box3 .btn.slide-left2:hover {
  background-position: -112px 0;
}

div.box3 .btn.slide-right2 {
  right: 0;
  background-position: -58px 0;
}

div.box3 .btn.slide-right2:hover {
  background-position: -170px 0;
}

div.box3 .listbox {
  width: 900px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

div.box3 .list2 {
  height: 190px;
  position: absolute;
  overflow: hidden;
}

div.box3 .staff {
  height: 180px;
  width: 130px;
  margin: 0 10px;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #e0d5c7;
  overflow: hidden;
  float: left;
  transition: 0.3s;
  background-color: #904848;
}

div.box3 .user-img {
  display: block;
  width: 100%;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}

p.user-desc {
  position: relative;
  margin-top: 2px;
	/* bottom: 26px; */
	/* height: 40px; */
	width: 100%;
	/* padding: 4px 0 0px 8px; */
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
p.user-desc2
{
	position: relative;
	/* bottom: 2px; */
	/* height: 40px; */
	width: 100%;
	/* padding: 0px 0 4px 8px; */
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.user-img-a
{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
li.personnel.curr .user-desc,
.personnel:hover .user-desc {
	/* color: #fdd416; */
}

div.box3 .staff:hover {
  background-color: #da4830;
  border: solid 2px #ff7a32;
  box-shadow: 0 0 5px #f1b9ac;
}



div.box4 .subpanel {
  padding: 10px 35px;
}

#vv_comment textarea {
  width: 100%;
}

#loginBoxCnt,
#vv_comment {
  box-sizing: content-box;
}

.talk_box,
.cmt_more {
  background-color: transparent !important;
  padding-top: 0 !important
}

.cmt_more:hover {
  background-color: #f5f5f5 !important;
}

p.logo {
  width: 322px;
  height: 120px;
  margin: 40px auto 0;
  background: url("../images/lianhuan/y8_bottom-logo.png") no-repeat center;
}

#footer_link_info p,
#footer_link_info a,
#footer_link_info span {
  color: #feeac0;
}

#asidelay {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url("../images/aside/grey_bg.png") repeat;
}

#asidelay {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _width: expression(eval(document.documentElement.clientWidth));
  _height: expression(eval(document.documentElement.clientHeight));
}

.asidebox {
  width: 175px;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 500;
  height: 491px;
  background: url("../images/aside/asidebg.png") no-repeat;
}

@media screen and (max-height: 768px) {
  .asidebox {
    bottom: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .asidebox {
    bottom: 10px;
  }
}

.asidebox {
  _position: absolute;
  /* _bottom: auto;*/
  _margin-bottom: 70px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.topshare {
  width: 114px;
  height: 48px;
  margin-top: 100px;
  margin-left: 29px;
  background: url("../images/aside/vp-adv.png") no-repeat;
}

.topshare a {
  display: block;
  width: 114px;
  height: 48px;
}

.asidebox_inner {
  width: 114px;
  margin-left: 29px;
}

.asideul {
  width: 114px;
}

.asideitem {
  float: left;
  display: inline;
  position: relative;
  width: 114px;
  height: 32px;
  line-height: 32px;
}

.asideitem a {
  text-decoration: none;
}

.asidea {
  float: left;
  _display: inline;
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
  height: 32px;
  color: #a40000;
}

.asideitem:hover {
  background-color: #e6b700;
  cursor: pointer;
}

.asideitem:hover .asidea {
  color: #e60012;
  background-color: #e6b700;
}

.gzbox {
  display: none;
  position: absolute;
  width: 121px;
  height: 133px;
  left: -130px;
  top: 0;
}

.asideitem:hover .gzbox {
  display: block;
}

#bds_more {
  float: left;
  font-size: 14px;
  padding-left: 0px;
  line-height: 34px;
  height: 32px;
  background-image: none;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  margin-left: 5px;
  color: #a40000;
}

#bds_more:hover {
  color: #e60012;
}

.gonglue {
  position: fixed;
  top: 50%;
  z-index: 9999;
  margin-top: -196px;
  left: 50%;
  margin-left: -224px;
  width: 448px;
  height: 392px;
  background-color: #fbfafc;
  border-radius: 8px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2));
  _left: expression(eval(document.documentElement.scrollLeft + document.documentElement.clientWidth/2));
}

.gonglueTop {
  position: relative;
  width: 448px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #b75147;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.glwz {
  font-size: 24px;
  font-weight: bold;
  color: #fff100;
}

.gonglueclosebtn {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 17px;
  width: 20px;
  height: 20px;
  background: url("../images/aside/closebtn.png") no-repeat;
}

.gonglueclosebtn {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aside/closebtn.png', sizingMethod='crop');
}

.gonglueclosebtn:hover {
  background: url("../images/aside/closebtnh.png") no-repeat;
}

.glwindow {
  float: left;
  _display: inline;
  width: 184px;
  margin-top: 22px;
  margin-left: 24px;
}

.glwindowtitWrap {
  width: 140px;
  height: 58px;
  margin: 0 auto;
}

.glwindowtit {
  width: 140px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff100;
  background: url("../images/aside/jf.png") no-repeat;
}

.glwindowtit {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/aside/jf.png', sizingMethod='crop');
}

.jfjieshao {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  color: #9800fe;
}

.asidebox_inner .backTop {
  width: 114px;
  height: 32px;
}

.asidebox_inner .backTop .bottom {
  display: block;
  width: 114px;
  height: 32px;
}

.gonglueitem {
  float: left;
  _display: inline;
  margin-bottom: 12px;
  width: 184px;
  height: 74px;
  text-align: center;
  position: relative;
}

.gonglueitembg1 {
  background: url("../images/aside/bgbg1.png") no-repeat;
}

.gonglueitembg2 {
  background: url("../images/aside/bgbg2.png") no-repeat;
}

.glitemtit {
  font-size: 16px;
  color: #fff100;
  font-weight: bold;
  padding-top: 6px;
}

.glitema {
  color: #fff100;
  text-decoration: none;
}

.glitema:hover {
  color: #fff;
}

.glitemdes {
  font-size: 12px;
  color: #fff100;
  padding-top: 4px;
  padding-bottom: 4px;
}

.glitemtime {
  font-size: 12px;
  color: #ffffff;
}

.ml24 {
  margin-left: 24px;
}

.ml30 {
  margin-left: 30px;
}

.unstart-float {
  display: none;
  width: 184px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/aside/unstart.png") no-repeat;
}

/* nav3y */
* html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

.nav3yBg {
  width: 100%;
  height: 45px;
  background: #b12622;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  /*filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;*/
  display: block;
}

.nav3yBg {
  _position: absolute;
  _margin-top: 0;
  _background: #b12622;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
}

.nav3ySubBg {
  display: none;
  width: 100%;
  height: 45px;
  background: #b12622;
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 101;
  /*filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;*/
}

.nav3ySubBg {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _margin-top: 45px;
  _background: #b12622;
}

.nav3y {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background-color: #bc2a2c;
}

.nav3y {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _margin-top: 0;
}

.nav3y a {
  font-size: 16px;
  color: #fddbee;
  text-decoration: none;
}

.nav3y .userNoLoginList a {
  font-size: 12px;
}

.uquit {
  float: left;
  _display: inline;
  margin-top: 2px;
  _line-height: 46px;
}

.userNoLoginList li.userLogin a {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 48px;
  overflow: hidden;
  float: left;
  _display: inline;
  max-width: 80px;
  /*_width:50px;  _margin-top:2px;*/
}

.vvv_name,
.vvv_id {
  _width: 50px;
}

.urgistera {
  *line-height: 48px;
}

.thickbox {
  _width: 24px;
}

/*.userNoLoginList li.userLoginName*/
.nav3y ul li span {
  color: #feefcb;
  margin: 0 6px;
}

.nav3y .nav3yListBox {
  width: 1010px;
  margin: 0 auto;
  height: 45px;
}

.nav3y ul.navList {
  height: 45px;
  float: left;
  _display: inline;
}

.nav3y ul.navList li.navItem {
  padding: 0 3px;
  position: relative;
  float: left;
  _display: inline;
  _white-space: nowrap;
  _width: 60px;
}

.nav3y ul.navList li.navItem a.navItemLink {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 7px;
}

.nav3y ul.navList li.navItem a.navItemLink:hover,
.nav3y ul.navSubList li.navSubItem a:hover {
  color: #fff;
}

.nav3y ul.navList li.navItem a.nuvSubTitle {
  display: block;
  height: 45px;
  line-height: 45px;
  background: url("../images/commonNav/angleDown.png") right center no-repeat;
  /*_background:none;*/
  padding: 0 15px;
}

/*.nav3y ul.navList li.navItem a.nuvSubTitle { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/commonNav/angleDown.png',sizingMethod='crop'); }*/
.nav3y ul.navList li.navItem a.nuvSubTitle:hover {
  color: #ffffff;
  background-color: #b12622;
}

.nav3y span.navSubItemFlage {
  display: none;
  position: absolute;
  width: 12px;
  height: 6px;
  /*background:url("../images/commonNav/angleDY.png") no-repeat;*/
  /*_background:none;*/
  top: 45px;
  left: 50%;
  margin-left: -6px;
}

.nav3y ul.navSubList {
  display: none;
  position: absolute;
  width: 960px;
  height: 45px;
  top: 45px;
  left: -135px;
}

.nav3y ul.navSubList2 {
  display: none;
  position: absolute;
  width: 960px;
  height: 30px;
  top: 45px;
  left: -235px;
}

.nav3y ul.navSubList li.navSubItem {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px;
}

.nav3y ul.navSubList li.navSubItem span,
.userCenter3y ul li span {
  padding: 0 5px;
  color: #feefcb;
}

.fengexian {
  float: left;
  _display: inline;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  color: #feefcb;
}

.nav3yListBox .userCenter3y {
  height: 45px;
  line-height: 45px;
  display: block;
  float: right;
  _display: inline;
  _overflow: hidden;
}

.nav3yListBox .userCenter3y ul.userNoLoginList {
  height: 45px;
  float: right;
  _display: inline;
}

.nav3yListBox .userCenter3y ul.userNoLoginList li {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px;
}

.nav3yListBox .userCenter3y ul.userNoLoginList li.userRegister {
  float: left;
  _display: inline;
  height: 45px;
  line-height: 45px;
}

.loginBox .inps em input[type="text"],
.loginBox .inps em input[type="password"] {
  width: 218px;
}

.userCenter3y a:hover {
  color: #feefcb;
}

.userRegister a:hover,
.userLoginMyId a:hover {
  color: #ffc516;
}

.navlogo {
  width: 30px;
  height: 40px;
  float: left;
  margin-top: 3px;
  background: url("../images/commonNav/navlogo.png") center no-repeat;
}

.navlogo {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/commonNav/navlogo.png', sizingMethod='crop');
}

@media screen and (max-width: 1020px) {
  .nav3y .nav3yListBox {
    width: 900px;
  }
}

.login-zz {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url("//www.51vv.com/images_1405/grey_bg.png") repeat 0 0;
}

.loginBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  width: 100%;
  height: 100%;
}

.login-zz,
.loginBox {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _left: expression(eval(document.documentElement.scrollLeft));
  _width: expression(eval(document.documentElement.clientWidth));
  _height: expression(eval(document.documentElement.clientHeight));
}

input {
  outline: 0 none;
}



div.footlogo {
  height: 87px;
  width: 203px;
  margin: 0 auto;
  background: url('../images/lianhuan/footer_logo.png') no-repeat center;
}
/* y8888888888888888888888888888888888888888888888888 */
.mianParent {
  position: relative;
  /* height: 587px; */
  /* background: url(../images/lianhuan/headms.jpg) no-repeat center; */
}

.allbox {
  position: absolute;
  width: 100%;
  min-width: 1300px;
}
.allbox_top1 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/lianhuan/y8_lhbg1.jpg) no-repeat center;
}
.allbox_top2 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/lianhuan/y8_lhbg2.jpg) no-repeat center;
}
.allbox_top3 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/lianhuan/y8_lhbg3.jpg) no-repeat center;
}
.allbox_top4 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/lianhuan/y8_lhbg4.jpg) no-repeat center;
}
.allbox_top5 {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/lianhuan/y8_lhbg5.jpg) no-repeat center;
}
.head1
{
  position: relative;
  width: 100%;
}

.liveinfo {
  width: 590px;
  height: 64px;
  position: relative;
  /* left: -8px; */
  top: 416px;
  padding: 7px 0;
  margin: 0 auto;
}

.info {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #fcff0f;
  text-align: center;
}

.info a {
  color: #fcffd1;
}
.title1_box
{
  position: relative;
  width: 980px;
  margin: 446px auto 0;
}
.title1_box_1
{
  position: relative;
  width: 100%;
  height: 30px;
  background: url(../images/lianhuan/y8_dlhtitle1.png) no-repeat center;
}
.title1_box_2
{
  position: relative;
  width: 100%;
  background: url(../images/lianhuan/y8_dlhtitle2.png) repeat-y center;
}
.title1_box_3
{
  position: relative;
  width: 100%;
  height: 30px;
  background: url(../images/lianhuan/y8_dlhtitle3.png) no-repeat center;
}

.action-desc {
  width: 980px;
  /* height: 180px; */
  padding: 0 26px 0px 26px;
  margin:auto 0;
  font-size: 16px;
  line-height: 28px;
  color: #a31a1a;
  text-align: justify;
  text-indent: 2em;
}
.threevideo_box
{
  position: relative;
  width: 980px;
}
.threevideo_box_top1
{
  position: relative;
  width: 980px;
  height: 30px;
  background: url(../images/lianhuan/y8_dlhsp1.png) no-repeat center;
}
.threevideo_box_top2
{
  /* padding: 0 30px; */
  position: relative;
  width: 980px;
  background: url(../images/lianhuan/y8_dlhsp2.png) repeat-y center;
}
.threevideo_box_top3
{
  position: relative;
  width: 980px;
  height: 30px;
  background: url(../images/lianhuan/y8_dlhsp3.png) no-repeat center;
}

.videohead {
  margin: 0 30px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #da4830;
  position: relative;
}

.videohead .count {
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.playerbox {
  margin: 0 30px;
  width: 920px;
}

#player {
  height: 280px;
  width: 920px;
}

#player.no {
  background: url("../images/lianhuan/video.jpg") no-repeat center;
  background-size: 100% 100%;
}
.whjmd_top1
{
  position: relative;
  width: 980px;
  height: 100px;
  background: url(../images/lianhuan/y8_dlh_whjmd1.png) no-repeat center;
}
.whjmd_top2
{
  position: relative;
  padding: 30px 30px 0px 30px;
  width: 980px;
  background: url(../images/lianhuan/y8_dlh_whjmd2.png) repeat-y center;
}
.whjmd_top3
{
  position: relative;
  width: 980px;
  height: 30px;
  background: url(../images/lianhuan/y8_dlh_whjmd3.png) no-repeat center;
}
.gzrytop1
{
  position: relative;
  width: 980px;
  height: 100px;
  background: url(../images/lianhuan/y8_dlhgzry1.png) no-repeat center;
}
.gzrytop2
{
  position: relative;
  width: 980px;
  background: url(../images/lianhuan/y8_dlhgzry2.png) repeat-y center;
}
.gzrytop3
{
  position: relative;
  width: 980px;
  height: 30px;
  background: url(../images/lianhuan/y8_dlhgzry3.png) no-repeat center;
}
.plqtop1
{
  position: relative;
  width: 980px;
  height: 100px;
  background: url(../images/lianhuan/y8_dlhwhpl1.png) no-repeat center;
}
.plqtop2
{
  position: relative;
  padding: 10px 30px 0px 30px;
  width: 980px;
  background: url(../images/lianhuan/y8_dlhwhpl2.png) repeat-y center;
}
.plqtop3
{
  position: relative;
  width: 980px;
  height: 30px;
  background: url(../images/lianhuan/y8_dlhwhpl3.png) no-repeat center;
}