﻿@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a,
img {
  outline: none; /* for Firefox */
  hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
input,
textarea {
  outline: none;
} /*消除chrome黃色框*/
textarea {
  resize: none;
} /*不要縮放*/
img,
div {
  border: 0px;
}
a:link {
  color: #ff8400;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #ff8400;
}
a:hover {
  text-decoration: none;
  color: #d23100;
}
a:active {
  text-decoration: none;
  color: #ff8400;
}
html {
  font-size: 75%;
}
body {
  font-size: 1rem;
  word-wrap: break-word;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
}

/**/
.bg {
  width: 100%;
  background-attachment: scroll;
  background-image: url(../picture/backgroup/bg01.gif);
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: cover;*/
  
  
  background-color: #000;
  /*margin: 0px auto;*/
  /*position: relative;*/
}
/**/
.bg2_game {
  margin-top: 20px;
}
.bg2 {
  width: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-attachment: scroll;
  background-image: url(../picture/backgroup/bg01.jpg),
    url(../picture/backgroup/bg02.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0%, 50% 140%;
  background-size: 100% auto;
  
  background-color: #fff;
}
.headbox {
  position: relative;
  width: 1190px;
   display: block;

  
  margin: 0 auto;
  
}
.headbox img {
  width: 100%;
   height: 650px;
}
#headt {
  margin: 0 auto 0 auto;
  position: relative;
}
.content {
    width: 100%;
    height: 100px;
    background-color: #000;
    /*background: url(/template/hsart001/style/picture/backgroup/footer.png);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    /*margin-top:30px;*/
}

.tdbox {
  width: 100%;
  margin: 10px auto;
}
td {
  padding: 10px;
}
.txco {
  text-align: center;
  width: 95%;
  padding: 10px;
  border-radius: 10px;
  background-color: #a12f2f;
  margin: 0 auto;
  color: #ebce99;
}
.im {
  color: #e5ff00;
}
.ex {
  color: #ffad2c;
}
.home {
  top: -15px;
}
.tit {
  position: relative;
  width: 100%;
  padding-bottom: 115px;
  display: block;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto 100%;
  margin-bottom: 25px;
  /**/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/**/
.slong {
  position: absolute;
  display: block;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  /**/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.slong {
  opacity: 0;
  width: 45%;
  height: 100%;
  top: 30%;
  left: 28%;
  background-image: url(../images/pop.png);
}
.pop {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.slong2 {
  width: 44.15%;
  height: 5.0477%;
  top: 79.238%;
  left: 27.7%;
  background-image: url(../images/slong2.png);
  opacity: 0;
}

/**/
.cloud2 {
  position: absolute;
  width: 40%; /*800px*/
  height: 21.9%; /*230px*/
  right: -900px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  /*z-index:1;*/
}
/**/
.c1 {
  background-image: url(../images/u1.png);
  bottom: 2%;
  -webkit-animation: textRight 12s ease 0.5s infinite;
  -moz-animation: textRight 12s ease 0.5s infinite;
  animation: textRight 12s ease 0.5s infinite;
}
.c2 {
  background-image: url(../images/u2.png);
  bottom: 1%;
  -webkit-animation: textRight 12s linear 1s infinite;
  -moz-animation: textRight 12s linear 1s infinite;
  animation: textRight 12s linear 1s infinite;
}
.c3 {
  background-image: url(../images/u3.png);
  bottom: 2%;
  -webkit-animation: textRight 10s linear 0.8s infinite;
  -moz-animation: textRight 10s linear 0.8s infinite;
  animation: textRight 10s linear 0.8s infinite;
}
/**/
@keyframes textRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-3000px);
    -moz-transform: translateX(-3000px);
    -ms-transform: translateX(-3000px);
    -o-transform: translateX(-3000px);
    transform: translateX(-3000px);
  }
}
/*版宣*/
.tg2 {
  line-height: 1.5rem;
  color: #0e0e0e;
}

#cy {
  /*padding: 120px 0 18px 20%;*/
  font-size: 1.2rem; /*0.916*/
  line-height: 1.3rem;
  color: #d2d2d2;
  
}
#cy > div {
  /*width: 900px;*/
  margin: 0 auto;
}
#cy div span,
#cy div img {
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#cy div span {
  text-align: left;
  padding: 0 0 0 5px;
}

.grading {
  float: right;
  width: 550px;
  margin-top: -7px;
}
/* loading */
#loo {
  position: absolute;
  width: 50px; /*32*/
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #000;
  background-image: url(../images/loading.gif);
  border-radius: 99px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  
}
#bacc {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background-color: rgba(0, 0, 0, 1); /*.9*/
}

.tg1{
    color : #0e0e0e;
}

.footer1{
    width: 100%;
    padding: 40px 0px;
}

.row1{
    width: 120px;
    margin: 0px auto;

}


.row2{
    width: 600px;
    margin: 0px auto;
    color:#fff;
    text-align: center;
}


/*.adimg{*/
/*    width: 120px;*/
/*}*/


.footer-logo{
    width: 600px;
}

.bgmain{
    width: 100%;
}


.vhead{
    position: absolute;
    z-index: -9;
    width: 100%;
    
}



/**顶部**/
	#h2o_bar { background: #fff; min-width: 1180px; height: 35px; line-height: 35px;color: #444; }
		#h2o_bar a { float: left; padding: 0 6px; height: 35px; line-height: 35px; color: #444; }
		#h2o_bar a:hover { color: #444; }
		#h2o_bar a.showmenu { padding-right: 15px; }
		#h2o_bar a.hover { background: #444; }
		#h2o_bar .pipe { display: none; }
		#h2o_bar .qq_bind { margin-top: 4px !important;}
  
  #h2o_updown_btn {
    position: absolute;
    right: 22px;
    top: 0;
	z-index: 199;
}

#h2o_updown_btn a {
    display: inline-block;
	background-image: url('/template/hsart001/style/picture/up_down_ico.png');
    width: 58px;
    height: 116px;
}
.h2o_bar_open a, .h2o_bar_colse a:hover {
    background-position: 58px 0;
}
.h2o_bar_open a:hover {
    background-position: 0 0;
}

#mulogin {
    position: relative;
    float: right;
    margin-left: 5px;
}
#mulogin a {
    background: #b6824e;
    display: block;
    float: left;
    width: 70px;
    height: 32px;
    line-height: 32px;
    color: #fff;
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
}
#mulogin a#muregbtn {
	margin-left:6px;
    background-color: #4f8435;
    color: #c5f279;
}
#mulogin a:hover, #mulogin a#muregbtn:hover { opacity: 0.8;}
#mulogin .or {
    background: #eee;
    color: #999;
    display: inline-block;
	top: 6px;
    left: 63px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-family: Arial,'Times New Roman','Microsoft YaHei',SimHei;
    font-weight: 700;
    font-size: 12px;
}

/*ie hack*/
.ie9 .h2o-hd .wp > .y .schf {margin-top: 25px;}
.ie9 .h2o-hd .wp > .y .yns .btn_login {margin-top: 15px;}
.ie9 .h2o-hd .wp > .y #h2o-um {display: inline-block; margin-top: 15px;}
.ie9 .h2o-hd a#diy-tg {float: right; margin-top: 25px;}

/*toptb*/
.h2o_mu_hd {z-index: 190;}
.h2o-hd {z-index: 200; background: url(/template/hsart001/style/picture/topnav_bg.jpg) center no-repeat #432412; height: 80px; border-bottom: none;}

/*toptb left */
.h2o-hd .wp>.z li {
    float: left;
    list-style: none;
}
.h2o-hd .wp>.z li a:hover, .h2o-hd .wp>.z li.a a {
    background-color: #976241;
}
.h2o-hd .wp>.z li span {
        display: none;
}
.h2o-hd .wp>.z .h2o-nav {
    width: 750px;
    height: 75px;
    overflow: hidden;
}

.h2o-hd .wp>.z a {display:block; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; width: 90px; height: 75px; padding-top: 44px; font-size: 14px; font-weight: 600; color: #ffe0b7;
			background-position: center 5px; background-repeat: no-repeat; background-size: 30px 30px; border-right: 2px solid #976241;}

.h2o-hd .wp>.z li.h2onv-icon a {background-image: url(/template/hsart001/style/picture/nv-default-ico.png);background-position: center 12px;}

.h2o-hd .wp>.z li.h2onv-num1 a {background-image: url('/template/hsart001/style/picture/h1.png')}
.h2o-hd .wp>.z li.h2onv-num2 a {background-image: url('/template/hsart001/style/picture/h2.png')}
.h2o-hd .wp>.z li.h2onv-num3 a {background-image: url('/template/hsart001/style/picture/h3.png')}
.h2o-hd .wp>.z li.h2onv-num4 a {background-image: url('/template/hsart001/style/picture/h4.png')}
.h2o-hd .wp>.z li.h2onv-num5 a {background-image: url('/template/hsart001/style/picture/h5.png')}
.h2o-hd .wp>.z li.h2onv-num6 a {background-image: url('/template/hsart001/style/picture/h6.png')}

/*toptb right */
.h2o-hd .wp>.y {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 80px;}
.h2o-hd .wp>.y .schf {position: relative; width: 180px; height: 30px; background: url(/template/hsart001/style/picture/search_bg.png) center/ contain no-repeat; margin-right: 15px;}
.h2o-hd .wp>.y .schf>input {-webkit-box-sizing: border-box; box-sizing: border-box; background: transparent; width: 140px; height: 100%; padding: 0 10px; border: 0; color: #ffe0b7; line-height: 30px;}
.h2o-hd .wp>.y .schf>input::-webkit-input-placeholder { color: #ffe0b7;}
.h2o-hd .wp>.y .schf>input::-moz-placeholder { color: #ffe0b7;}
.h2o-hd .wp>.y .schf>input:-ms-input-placeholder { color: #ffe0b7;} 
.h2o-hd .wp>.y .schf>button {position: absolute; top: 0; right: 10px; background: url(/template/hsart001/style/picture/search_btn.png) center/ 20px 20px no-repeat; width: 30px; height: 30px; border: none;}

/*用户信息*/
.h2o_ad_user {}
.rnitem {
    position: relative;
    width: 42px;
    height: 70px;
    float: left;
}
.rnimage {
    display: block;
    height: 30px;
    padding: 21px 10px 19px;
    cursor: pointer;
    position: absolute;
}
.rnimage img {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.rncontent, .xxcontent {
    position: absolute;
	background: url(/template/hsart001/style/picture/Info_bg.png) center/ 100% 100% no-repeat;
    top: 60px;
	opacity: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 999;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 90% 0;
    -ms-transform-origin: 90% 0;
    transform-origin: 90% 0;
    visibility: hidden;
}
.rncontent:before, .xxcontent:before {
    content: "";
    background: url(/template/hsart001/style/picture/triangle.png) center/ contain no-repeat;
    width: 12px;
    height: 4px;
    right: 20px;
    top: -4px;
    position: absolute;
    z-index: 998;
}
.rnct {
    width: 98px;
    padding: 5px;
    right: -10px;
}
.rnct ul {
    height: auto;
}
.rnct ul li a {    
    display: block;
    height: 28px;
    line-height: 28px;
	border-bottom: 0;
	color: #563622;
	font-weight: 600;
    text-align: center;    
}
.rnct ul li a:hover {
    text-decoration: underline;
}
#userpanel:hover .rncontent, #rnnoti:hover .xxcontent {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.31,0.57,0.68,1.36);
    transition: all 0.3s cubic-bezier(0.31,0.57,0.68,1.36);
}
.yy-rnicon {
    width: 30px;
    height: 26px;
    display: inline-block;
}
.yy-rnnoti {
    background-image: url(/template/hsart001/style/picture/yy-rnnoti.png);
}

.h2o_tx_num {
    position: absolute;
    background: #FF0000;
    min-width: 10px;
	padding: 2px;
	top: 17px;
    right: 5px; 
    height: 10px;
    line-height: 10px;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
	z-index: 300;
	overflow: hidden;
}
.h2o_tx li i {
    background: #FF4500;
    padding: 0 5px;
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}

.h2o_user_wrap { position: relative; height: 60px; line-height:65px; z-index: 198; }
.h2o_user_wrap:hover { background: #fff; }
.h2o_user_wrap .message_btn { position: relative; width: 65px; height: 60px; line-height: 60px; padding: 0 6px; }
.h2o_user_wrap .message_btn:hover { background: #fff; }
.h2o_user_wrap .message_btn .nav-arrow {  padding-right: 12px !important; display: inline-block; background-position: right -52px; background: url(/template/hsart001/style/picture/user_ico.png) right 13px no-repeat; }
.h2o_user_wrap .message_btn a { padding: 0; }

.avatar-pic {
    width: 35px !important;
}
.h2o_user_wrap .avatar-pic img {
    width: 35px;
    height: 35px;
    margin-top: 8px;
    border-radius: 50%;
}

.h2o_user_wrap .meaage_menu { position: absolute; right:0; width: 70px; padding: 0 0px 8px 7px;  background: #fff; box-shadow: 0px 3px 2px rgba(0,0,0,0.15); z-index: 198; display: none; }
.h2o_user_wrap .meaage_menu li { width: 50px; height: 29px !important; line-height: 29px !important;  margin: 0; }
.h2o_user_wrap .meaage_menu li a { display: block; width: 100%; padding: 0 0 0 3px !important; }
.h2o_user_wrap .meaage_menu li a:hover { color: #ff4163 !important; }
.h2o_user_wrap:hover .meaage_menu, .h2o_user_wrap:hover .meaage_menu { display: block; }
.h2o_user_wrap:hover .message_btn a { color: #ff4163 !important; }

.h2o_mu_hd .h_pop {
    background: url(/template/hsart001/style/picture/Info_bg.png) center/ 100% 100% no-repeat;
    width: 104px;
    min-width: 104px;
    padding: 15px 10px 10px;
}

.h2o_mu_hd .h_pop:before {
    content: "";
    background: url(/template/hsart001/style/picture/triangle.png) center/ contain no-repeat;
    width: 12px;
    height: 4px;
    left: 38px;
    top: -4px;
    position: absolute;
    z-index: 998;
}
.h2o_mu_hd .h_pop a {
    display: block;
    width: 94px;
    height: 28px;
	line-height: 28px;
    text-align: center;
    color: #563622;
    font-size: 12px;
    font-weight: 600;
    padding: 0 5px;
    border-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.h2o_mu_hd .h_pop a:hover {
    background: none;
    color: #563622;
    text-decoration: underline;
}

/*headbar*/

#hd {margin-top: 0px;}
#hd>.wp {position: relative; 
/*padding-top: 500px;*/
    
}
#hd>.wp::before {content:''; position: absolute; top: 0; left: -19px; background: url(/template/hsart001/style/picture/headbar_bg.png) center/ 100% 100% no-repeat; width: 1244px; height: 155px;}
#hd>.wp .a_mu {border: none;}
.h2o_ad_logo {
    position: absolute;
    top: 0;
    left: 0px;
    width: 259px;
    height: 116px;
    overflow: hidden;
}

/*快捷导航*/
#qmenu { background: none; width: 53px; height: 35px; line-height: 35px; margin: 0;z-index: 1;  color: #fff; font-weight: 100; }
#qmenu_menu { margin-top: 2px; }





/*侧边栏推送*/
#wp #ct #sd {width: auto;}
#wp #ct #sd .frame, #wp #ct #sd .frame-tab { margin-bottom: 30px;}
.wp .drag .block .title {padding-left: 50px;}
.quote-block .xl1 ul li {padding-left: 25px; background: none;}

/*图片侧边栏推送模块*/
.quote-block.quote-img { height: auto;}
.quote-block.quote-img .thread-list li {padding-left: 0; height: 125px; margin: 18px 0;}
.quote-block.quote-img .thread-list li::before {display: none;}
.quote-block.quote-img .thread-list li>a {height: 100%;}.quote-block.quote-img .thread-list li span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    background: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #eee;
    text-align: center;
}

/*视频侧边栏推送模块*/
.quote-block.quote-video {height: 395px;}
.quote-block.quote-video .thread-list li {display: inline-block; width: 46%; height: 100px; padding-left: 0; margin: 5% 2% 0;}
.quote-block.quote-video .thread-list li::before {display: none;}
.quote-block.quote-video .thread-list li>a {height: 100%;}
.quote-block.quote-video .thread-list li span {position: absolute; left: 0; right: 0; bottom: 0; height: 25px; line-height: 25px; background: rgba(0, 0, 0, 0.4); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
																					white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; text-align: left; padding-left: 5px;}

/*navigation*/
#pt .z .nvhm {width: 20px; background: url(/template/hsart001/style/picture/navigation.png) 0 4px/ contain no-repeat; line-height: 200;}
#pt .z em {background: transparent; line-height: 29px; font-size: 19px; color: #001b80; text-align: center;}
#pt .z a {color: #ffffff; line-height: 30px;}

/*footer*/
.h2o_ft {
    width: 100%;
    min-width: 1200px;
    background: none;
    margin-top: 15px;
}
.h2o_ft_wp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    overflow: hidden;
}
.h2o_ft_wp a {color: #ffffff;}

#ft{ padding:0px 0; margin-top:0px; background: none;border:0;min-width:1200px; background:#000;}
.h2o_ft_wp img {
    vertical-align: middle;
}