
/* °æ±¾ºÅ£º {$smarty.const.CSSGlobal} CSSLocal */
/* CSS Document */
.adv_ok {
  display: none;
}

.adv_ok_top {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.adv_ok_top img {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.adv_ok_left {
  width: 120px;
  position: fixed;
  top: 400px;
  left: 0px;
  cursor: pointer;
}

.adv_ok_left img {
  max-width: 100%;
  display: block;
  _width: 100%;
  overflow: hidden;
}

.adv_ok_right {
  width: 132px;
  position: fixed;
  top: 100px;
  cursor: pointer;
}

.adv_ok_right img {
  max-width: 132px;
  display: block;
  _width: expression(
    (document.documentElement.clientWidth||document.body.clientWidth) <100?
      "100px": ""
  );
  overflow: hidden;
}

.adv_ok_bigpic {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

.adv_ok_bigpic img {
  display: block;
}

.adv_ok_button {
  float: right;
  width: 211px;
  height: 25px;
  overflow: hidden;
}

.adv_ok_button img {
  max-width: 315px;
  display: block;
  _width: expression(
    (document.documentElement.clientWidth||document.body.clientWidth) <211?
      "211px": ""
  );
  overflow: hidden;
}

.button1 {
  margin-right: 0px;
}

.adv_ok_column {
  width: 1070px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 0 0;
}

.adv_ok_column img {
  width: 1070px;
  display: block;
  margin: 0 auto;
  height: 65px;
}

.adv_ok_middle {
  width: 1070px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 0 0;
}

.adv_ok_middle img {
  width: 1070px;
  display: block;
  margin: 0 auto;
  height: 90px;
}

.button2 {
  float: none;
}

.adv_ok_mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.adv_ok_close {
  position: absolute;
  top: 3px;
  right: 3%;
  background: url(../image/jianyibg.png) no-repeat -104px -119px;
  width: 15px;
  height: 15px;
  overflow: hidden;
}

.adv_ok_close_hover {
  background: url(../image/jianyibg.png) no-repeat -104px -143px;
  width: 16px;
  height: 16px;
}

.adv_ok_column .adv_ok_close {
  top: 13px;
}

.adv_ok_headerpic {
  width: 190px;
  height: 152px;
  margin-left: 10px;
}

.adv_ok_headerpic p {
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #166db4;
  font-weight: bold;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}

.adv_ok_headerpic span img {
  max-width: 190px;
  display: block;
  _width: expression(
    (document.documentElement.clientWidth||document.body.clientWidth) <190?
      "190px": ""
  );
}

.none1300 {
  display: none;
}

@media screen and (min-width: 1300px) {
  .none1300 {
    display: block;
  }
}

.adv-panel-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 600;
}

.adv-panel {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 38%;
  max-width: 800px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.adv-panel img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.adv-panel .guanbi {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 23px;
  cursor: pointer;
}
