@charset "UTF-8";
html,
body {
  background-color: #333;
}

body {
  overflow-x: hidden;
}

.center_w {
  width: 1200px;
  margin: 0 auto;
}

.center_wb {
  min-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.header_event_top, .header_event_nav {
  width: 100%;
}

.header_event_top {
  background: #333;
  height: 40px;
  line-height: 40px;
  color: #b0b0b0;
}

.header_event_nav {
  background: #fff;
  height: 80px;
}

#index_top_notif {
  position: fixed;
  right: 50%;
  top: -40px;
  width: 480px;
  margin-right: -240px;
  height: 55px;
  line-height: 40px;
  padding-top: 10px;
  margin-top: 30px;
  text-align: right;
  color: #fff;
  border-radius: 0 0 15px 15px;
  z-index: 940;
  overflow: hidden;
}
#index_top_notif .ntofy-wrap {
  display: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6FF4500', endColorstr='#E6FF4500');
  background: transparent;
  background: rgba(255, 69, 0, 0.9);
  width: 480px;
  height: 55px;
  border-radius: 0 0 15px 15px;
}
:root #index_top_notif .ntofy-wrap {
  filter: none\0/IE9;
}
#index_top_notif a {
  color: #fff;
}
#index_top_notif .notify {
  float: left;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 400px;
}
#index_top_notif .list {
  float: left;
}
#index_top_notif .ikown_btn {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 4px;
  margin: 10px 20px 10px 0px;
}

#index_new_notify_icon {
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 20px;
}

#index_new_notify_list {
  margin-left: 70px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
}

#index_new_search {
  float: right;
  _margin-top: 8px;
  position: relative;
}
#index_new_search .innerselect {
  margin-top: 0;
}
#index_new_search #search {
  background: #282828;
  padding: 0;
  border: 1px solid;
  height: 21px;
  line-height: 21px;
  width: 138px;
  padding: 0 10px;
  color: #999;
  width: 180px;
}
#index_new_search .btn {
  font-size: 12px;
  background: #000;
  color: #fff;
  border: 0 none;
  padding: 3px 13px 4px;
}
#index_new_search .btn:hover {
  border: 0 none;
}

#index_left_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 3000px;
  _display: none;
  background: url(../image/indexnewshadow.png) repeat-y;
  margin: 30px 0 0 190px;
}

#index_left_wrap {
  position: relative;
  height: 80px;
  background: #fff;
}
#index_left_wrap .index_logo {
  float: left;
  width: 85px;
  height: 85px;
  margin-right: 5px;
  display: inline-block;
  margin-top: 20px;
}
#index_left_wrap .index_logo img {
  width: 100%;
  height: 100%;
}
#index_left_wrap .index_nav {
  float: left;
  width: 960px;
  height: 80px;
  list-style: none;
  background: #fff;
}
#index_left_wrap .index_nav li {
  float: left;
  position: relative;
}
#index_left_wrap .index_nav li:hover .sub-menu {
  display: block;
}
#index_left_wrap .index_nav li:hover .sub-menu-title-a {
  box-shadow: 0px -1px 1px 0px #ccc;
  background: #fff;
}
#index_left_wrap .sub-menu-title {
  position: relative;
  float: left;
  margin: 20px 0px 0 0px;
}
#index_left_wrap .sub-menu-title .sub-menu-title-a, #index_left_wrap .sub-menu-title .sub-menu-title-a1 {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  z-index: 93;
}
#index_left_wrap .sub-menu-title .nav-r {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #e8e8e8;
}
#index_left_wrap .sub-menu {
  display: none;
  position: absolute;
  z-index: 88;
  left: 0;
  top: 1px;
  background: #fff;
  padding: 10px;
  width: 700px;
  color: #000;
  margin-top: 60px;
  box-shadow: 0 0 2px 0 #ccc;
}
#index_left_wrap .sub-menu-box1 a {
  float: left;
  display: inline-block;
  width: 120px;
  height: 150px;
  padding: 10px;
}
#index_left_wrap .sub-menu-box1 a img {
  width: 120px;
  height: 120px;
}
#index_left_wrap .sub-menu-box1 a p {
  width: 120px;
  height: 30px;
  overflow: hidden;
  color: #000;
  text-align: center;
  font-size: 12px;
}
#index_left_wrap .sub-menu-box2 {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
#index_left_wrap .sub-menu-box2 p {
  float: left;
  margin-right: 10px;
}
#index_left_wrap .sub-menu-box2 a {
  float: left;
  padding: 0 8px;
  margin-right: 6px;
  color: #333;
  background: #f1f1f1;
  text-align: center;
  text-decoration: none;
}
#index_left_wrap .sub-menu-box2 a:hover {
  background: #e8e8e8;
}

#gb_branding {
  padding: 10px 0 0;
  border-top: 1px solid #e8e8e8;
  margin: 10px 20px 0;
}

#header {
  min-width: 1200px;
  height: 120px;
  line-height: 30px;
  z-index: 100;
  position: relative;
  background: blue;
  font-family: "微软雅黑";
}
#header .header_event_top a, #header .header_event_top b, #header .header_event_top dd {
  color: #b0b0b0;
}
#header .container_24 {
  width: 100%;
}
#header .container_24 .grid_24,
#header .container_24 .grid_19 {
  width: 100%;
  margin: 0;
}
#header #header {
  min-width: 960px;
  width: 100%;
  position: absolute;
  z-index: 999;
}
#header .stuck {
  position: absolute;
  height: 120px;
  min-width: 1200px;
}
#header .logo {
  left: 45px;
  display: none;
}
#header .search-index-wrap,
#header .search {
  display: block;
}
#header .shopping-cart .cart-link {
  white-space: nowrap;
}
#header .menu-top {
  margin-right: 20px;
}
#header .menu-top .last {
  margin-right: 10px;
}
#header .menu-top .mobile {
  background: url(../image/xina_icon.png) no-repeat 0 14px;
  padding-left: 20px;
}

.fix-header {
  display: none;
}

#index_events_wrap {
  width: 100%;
  overflow-x: hidden;
}
#index_events_wrap img {
  max-width: 100%;
}
#index_events_wrap .event_img_a {
  width: 32.215%;
  *width: 32.1%;
  _width: 32.1%;
}
#index_events_wrap .event_img_b {
  width: 35.57%;
}
#index_events_wrap .event_img_c {
  width: 67.785%;
  _width: 67.5%;
}

.index_events_a {
  width: 100%;
  zoom: 1;
}

.index_n_right_bar {
  position: fixed;
  right: 0;
  background: #000;
  width: 50px;
  height: 100%;
  z-index: 939;
}

#event_empty {
  width: 100%;
  height: 80px;
}

#event_empty1 {
  width: 100%;
  height: 10px;
}

#event_empty2 {
  width: 100%;
  height: 40px;
}

.jp-progress .ui-slider-handle {
  width: 26px;
  height: 26px;
  cursor: pointer;
  outline: none;
  border: 0 none;
  background: transparent;
}

.jp-controls-audio .ui-slider-horizontal {
  height: 2px;
}

.jp-controls-audio .ui-slider-handle {
  cursor: pointer;
  outline: none;
  border: 0 none;
  background: transparent;
}

.jp_container_tvc .jp-interface {
  border-top: none;
}

.jp_container_tvc .jp-controls-holder {
  position: inherit;
  width: 100%;
  height: 40px;
  background: #F1F1F2;
}

.jp-controls,
.jp-progress {
  float: left;
}

.jp-controls li {
  float: left;
  width: 42px;
  height: 40px;
  border-right: 1px solid #D3D5D4;
}

.jp-controls li a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -9999em;
}

.jp-play a {
  background: url(../image/btn-play.png) no-repeat 50% 50%;
}

.jp-play a:hover {
  background-image: url(../image/btn-play-hover.png);
}

.jp-pause a {
  background: url(../image/btn-pause.png) no-repeat 50% 50%;
}

.jp-pause a:hover {
  background-image: url(../image/btn-pause-hover.png);
}

.jp-progress {
  margin-left: 30px;
  margin-right: 30px;
  float: left;
  margin-top: 15px;
  width: 300px;
  background: #fff;
  border-top: 1px solid #DCDCDC;
  border-radius: 5px;
  position: relative;
}

.jp-seek-bar {
  cursor: pointer;
}

.jp-progress .jp-play-bar {
  border-radius: 5px;
  height: 10px;
  background: #FF4407;
}

.jp-progress .jp-progress-handle {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -7px;
  z-index: 13;
  background: url(../image/progress.png) no-repeat 50% 50%;
}

.jp-controls-audio {
  height: 40px;
  border-left: 1px solid #D3D5D4;
  float: left;
}

.jp-mute1 {
  float: left;
  width: 39px;
  height: 40px;
  text-indent: -9999em;
  background: url(../image/audio-normal.png) no-repeat 20px 50%;
}

.jp-volume-bar {
  cursor: pointer;
  float: left;
  position: relative;
  width: 50px;
  margin-top: 19px;
  background: #929294;
}

.jp-volume-bar-value {
  position: relative;
  height: 2px;
  background: #FF4500;
}

.jp-volume-handle {
  position: absolute;
  height: 15px;
  width: 15px;
  top: -7px;
  right: -7px;
  background: url(../image/audio-handle.png) no-repeat 50% 50%;
  z-index: 10000;
}

#prod_relative_video {
  position: relative;
}

#tvcmaskimg {
  width: 100%;
  height: 100%;
  _display: none;
}

#tvcplay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
}

#tvcmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prod_relative_video {
  position: relative;
}

.tvcmaskimg {
  width: 100%;
  height: 100%;
  _display: none;
}

.tvcplay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
}

.tvcmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-wrap .content .video {
  display: none;
}

.product-wrap .havesetup .video {
  display: inline;
}

.product-wrap .content .video a {
  background: url(../image/videotab.png) no-repeat 20px 50%;
  padding-left: 44px;
}

.tv_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  display: none;
}

.modal_body {
  display: none;
  z-index: 993;
  background: #000;
}

.tv_modal_close {
  position: absolute;
  z-index: 994;
  color: #fff;
  font-size: 16px;
  right: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #000;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}

.modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 991;
}

.slidesContainer {
  margin: 0 auto;
}
.slidesContainer area {
  outline: none;
}

.slides {
  display: none;
  position: relative;
}

.slides1 {
  display: block;
  position: relative;
}

.slides .slidesjs-control img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.slidesc .slidesjs-navigation {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
  z-index: 30;
  line-height: 32px;
}

a.slidesjs-next {
  right: 15px;
}

a.slidesjs-previous {
  left: 15px;
}

a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(https://www.haohaizi.com/themes/gb/css/img/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}

a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width: 15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  position: absolute;
  z-index: 31;
  margin: 0;
}

.slidesjs-pagination li {
  margin: 0 1px;
  list-style: none;
}

.slidesjs-pagination li a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  color: #4E443C;
  text-indent: -9999px;
  margin-right: 7px;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover {
  color: #fff;
  opacity: 1;
}

.slidesjs-pagination li a img {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  vertical-align: top;
}

.navbar {
  overflow: hidden;
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.tipWarp {
  display: none;
}


.centers_wb {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.centers_w {
  width: 1200px;
  margin: 0 auto;
}