@charset "utf-8";

.body {
  background: #fef8e4;
  background-size: 100%;
}

.clear {
  zoom: 1;
}

.clear:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  padding-left: 0;
}

.logo img {
  float: left;
  height: 90px;
}

.logo span {
  float: left;
  margin: 50px 0 0 0px;
  font-size: 18px;
  color: #330000;
  text-indent: -99999999em;
}

.logo span img {
  width: 126px;
  height: 21px;
}


.item_g {
  padding: 50px 0;
  position: relative;
}

.item_g .btn_mask {
  position: absolute;
  bottom: 77px;
  right: 115px;
  background: rgba(0, 0, 0, 0);
  color: #ff0000;
  font-weight: bold;
}

.item_g .btn_play {
  padding: 0 20px;
  text-decoration: underline;
  cursor: pointer;
}

.item_g .btn_play:hover {
  color: #ff3333;
}

.item_0 {
  height: 874px;
  background: url(http://static.3733.com/new_index/images/0.gif) top center no-repeat;
  background-size: auto 100%;
  padding-top: 100px;
}

.item_0 .width {
  height: 100%;
  position: relative;
}

.item_0 .downland {
  position: absolute;
  bottom: 72px;
  left: 40px;
}

.item_0 .downland .buttons {
  float: left;
}

.item_0 .downland .buttons>a {
  float: left;
  display: block;
  width: 200px;
  height: 60px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 10em;
  line-height: 37.5px;
  margin-top: 25px;
}

.item_0 .downland .buttons>a:first-child {
  background: #ff8737;
  margin-right: 25px;
}

.item_0 .downland .buttons>a:last-child {
  background: #8cca43;
}

.item_0 .downland .buttons span {
  display: inline-block;
  vertical-align: middle;
}

.item_0 .downland .buttons .fa {
  font-size: 24px;
}

.item_0 .downland .buttons .text {
  margin-left: .25em;
  font-size: 17px;
}

.item_name {
  content: '';
  display: block;
  position: absolute;
  /*background-color : #eebb20;*/
  font-size: 16px;
  color: #ffffff;
  width: 85px;
  text-align: center;
  text-overflow: clip;
  overflow: hidden;
  right: 195px;
  top: 255px;
}

.item_3 .item_name {
  top: 255px;
  right: 200px;
}

.item_4 .item_name {
  top: 232px;
  right: 238px;
}

.text_name {
  content: '';
  display: block;
  position: absolute;
  background-color: #F2F2F2;
  font-size: 14px;
  color: rgba(102, 102, 102, .9);
  text-align: center;
  left: 285px;
  top: 522.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 1px;
}

.item_3 .text_name {
  left: 234px;
}

.item_4 .text_name {
  top: 415px;
  left: 274px;
  font-size: 13px;
  padding-left: 1px;
}

.qrcode {
  float: left;
  margin-left: 35px;
  padding: 15px 15px 5px 15px;
  border-radius: 5px;
  background-color: #ff8737;
}

.qrcode_img {
  width: 125px;
  height: 125px;
}

.qrcode_text {
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  line-height: 1.35;
  font-size: 24px;
  font-weight: bold;
}

.qrcode-fixed {
  position: fixed;
  top: 50%;
  right: -155px;
  transform: translateY(-50%);
  float: none;
  margin-left: auto;
  transition: all .3s;
}

body.qrcodeHighlight .qrcode-normal {
  position: relative;
  z-index: 917917917917;
  box-shadow: 0 0 25px #fae737;
}

body.qrcodeHighlight .qrcode-normal:after {
  content: '';
  position: absolute;
  top: 45%;
  right: -25%;
  width: 0;
  height: 0;
  border-right: 15px solid #fae737;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

body.qrcodeHighlight:before {
  content: '';
  display: block;
  position: fixed;
  z-index: 917917917916;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}

.main_bottom {
  text-align: center;
  padding-bottom: 12.5px;
}

/* .footer * {
  box-sizing : content-box;
  font-size  : 12px;
}

.footer {
  display : block;
  width   : 100%;
  clear   : both;
  float   : left;
  color   : #63696E;
} */

.link {
  width: 1200px;
  margin: auto;
  border-bottom: 1px #363D41 solid;
  padding-bottom: 20px;
}

.link h2 {
  width: 1200px;
  color: #63696E;
  font-size: 16px;
  margin: 20px 0 10px 0;
}

.link a {
  width: 120px;
  float: left;
  font-size: 12px;
  color: #63696E;
  line-height: 22px;
}

.siteMap {
  color: #63696E;
  width: 1200px;
  margin: auto;
  text-align: center;
  line-height: 25px;
}

.siteMap .map {
  width: 100%;
  float: left;
  padding: 40px 0 20px;
  font-size: 12px;
}

.siteMap a {
  color: #63696E;
  padding: 0 10px;
}

.siteMap a img {
  vertical-align: middle;
}

/* éŽ¸å¤æŒ³ */
.eight-ewm {
  position: absolute;
  width: 202px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px 0px;
  border-radius: 4px;
  left: -2px;
  top: 62px;
  z-index: 9999;
  display: none;
}

.eight-ewm.box1 {
  height: 212px;
}

.eight-ewm.box2 {
  height: 195px;
}

.eight-ewm p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.eight-ewm p.b_m_url {
  margin-top: 10px;
}

.eight-ewm img {
  width: 130px;
  height: 130px;
  margin: 10px auto;
  float: none;
}

.eight-ewm a {
  color: #ff0000;
  font-size: 14px;
  cursor: pointer;
}

.eight-ewm button {
  display: inline-block;
  width: 100%;
  background: #ff4b4b;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}


.az {
  position: relative;
}

.ios {
  position: relative;
}

/* ç‘™å—›î•¶å¦—ï¿½ */
.video-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.video-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 500px;
  background: #000;
  border-color: #ccc;
  border-style: solid;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-radius: 2px;
  overflow: hidden;
}

.top-container {
  height: 20px;
  background: #333;
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}

.video-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  background: #000;
  font-size: 12px;
  color: #fff;
  z-index: 10;
  border-radius: 2px;
}

#player {
  display: block;
  width: 100%;
  height: calc(100% - 20px);
}

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

.btnleft {
  float: left;
}

.bigname {
  color: #ff8737;
  font-size: 75px;
  font-weight: 900;
  margin-left: 15px;
}

.two-d-code-box {
  width: 1200px;
  background: #ffa263;
  padding: 10px;
  /* margin-left : -150px; */
  border: 10px solid #ff8737;
  margin-top: -30px;
}

.two-d-code-box p {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: left;
  line-height: 26px;
  text-indent: 2em;
}

.two-d-code-box p.btsy {
  text-align: left;
  height: 25px;
  line-height: 40px;
  text-indent: 0;
}

.two-d-code-box p.note {
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 1599px) {
  .item_0 {
    height: 730px;
    background-size: 1600px;
  }

  .item_0 .downland {
    bottom: 20px;
  }

  .two-d-code-box {
    width: 1200px;
    /* margin-left : -40px; */
    margin-top: 20px;
  }

  .new_topIn {
    width: 1100px;
  }

  .new_topleft {
    margin-left: -50px
  }
}

/**æ¾¶æ’®å„´**/
.new_top {
  position: relative;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #EBEBEB;
  background: #2F2F2F;
}

.new_topIn {
  width: 1320px;
  margin: auto;
}

.new_topleft {
  float: left;
  font-size: 12px;
  color: #B0B0B0;
  margin-left: 60px;
}

.new_topleft a {
  text-decoration: none;
  color: #B0B0B0;
  display: inline-block;
  padding: 0 10px;
}

.new_topleft span {
  color: #515151
}

.new_topright {
  float: right;
  font-size: 12px;
}

.new_topright a {
  text-decoration: none;
  color: #B0B0B0;
  display: inline-block;
  padding: 0 4px;
}

.new_topright a:hover {
  text-decoration: underline;
}

.new_topright span {
  color: #515151;
}

.ndxnew_nav {
  margin-left: 30px;
  float: left;
  width: 800px;
}

.body * {
  box-sizing: border-box;
}

/* é¦–å±ç»“æŸ */

/* æ¸¸æˆæ¨¡å— */
body {
  min-width: 1200px;
  font-family: 'Microsoft YaHei', 'Arial', 'Heiti SC';
  background: #f2f2f2;
  color: #434343;
  font-size: 14px;
}

.Minbox {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin-top: 15px;
}

.Minbox .title {
  height: 65px;
  line-height: 65px;
  padding: 0 14px;
}

.Minbox .title .bt {
  float: left;
  font-size: 20px;
  font-weight: bold;
}

.Minbox .title .bt:before {
  width: 4px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #14B9C8;
  margin: -3px 8px 0 0;
}

.Minbox .title .more {
  float: right;
  color: #969696;
  font-size: 14px;
}

.Minbox .title .more:hover {
  color: #14b9c8;
}

.Mind .warp_ {
  border-top: 1px solid #eee;
}

.Mind .listtab {
  float: left;
  width: 890px;
  height: 30px;
  overflow: hidden;
  margin-top: 18px;
  margin-left: 60px;
  position: relative;
}

.Mind .listtab a {
  display: block;
  width: 71px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e5e5e5;
  float: left;
  margin: 0 11px 0 0;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.Mind .listtab a.on,
.Mind .listtab a:hover {
  background-color: #14B9C8;
  color: #ffffff;
}

.Mind .warp_ .listbox {
  width: 100%;
  float: left;
}

.Mind .warp_ .listbox .lis {
  padding-top: 15px;
  padding: 15px 14px 0;
}

.Mind .warp_ .listbox .lis a {
  float: left;
  margin-left: 19px;
  width: 100px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
}

.Mind .warp_ .listbox .lis a:nth-of-type(10n+1) {
  margin-left: 0;
}

.Mind .warp_ .listbox .lis a img {
  border-radius: 1px;
  display: block;
  width: 100px;
  height: 100px;
}

.Mind .warp_ .listbox .lis a p {
  height: 50px;
  line-height: 50px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}

.Mind .warp_ .listbox .lis a .yuanjiao {
  width: 100%;
  top: 3px;
  left: -32px;
}

/* æŽ’è¡Œæ¦œ */
.Ming .phwrap {
  padding-top: 15px;
}

.Ming .phwrap .list {
  background: #fff;
  width: 362px;
  padding: 0 15px;
  border-radius: 7px;
  float: left;
}

.Ming .phwrap .list .title_ph {
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.Ming .phwrap .list .title_ph .bt {
  font-size: 20px;
  font-weight: bold;
}

.Ming .phwrap .list .title_ph .bt i {
  height: 30px;
  width: 31px;
  background-position-y: -71px;
  display: inline-block;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}

.Ming .phwrap .list .title_ph .bt .ico3 {
  background-position-x: 0px;
}

.Ming .phwrap .list .title_ph .bt .ico2 {
  background-position-x: -41px;
}

.Ming .phwrap .list .title_ph .bt .ico1 {
  background-position-x: -83px;
}

.Ming .phwrap .list ul {
  margin-top: -10px;
  padding-bottom: 10px;
}

.Ming .phwrap .list ul li {
  padding: 7px 0;
}

.Ming .phwrap .list ul li .num {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  float: left;
  background: #47d897;
  color: #fff;
}

.Ming .phwrap .list ul li .box_a {
  height: 24px;
  line-height: 24px;
}

.Ming .phwrap .list ul li .box_a .num {
  margin: 0px 6px 0 0;
}

.Ming .phwrap .list ul li .box_a a {
  display: block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 260px;
  overflow: hidden;
  font-size: 15px;
}

.Ming .phwrap .list ul li .box_a span {
  text-align: right;
  float: right;
  width: 70px;
  color: #969696;
  font-size: 13px;
  overflow: hidden;
  height: 100%;
}

.Ming .phwrap .list ul li .box_b {
  display: none;
  background: url("http://static.3733.com/new_index/images/ph_warp1.png") no-repeat center;
  width: 362px;
  height: 72px;
  padding: 13px 0 11px 0;
  margin: 3px 0;
}

.Ming .phwrap .list ul li .box_b .numb {
  float: left;
  width: 44px;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 26px;
}

.Ming .phwrap .list ul li .box_b .img,
.Ming .phwrap .list ul li .box_b .img img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}

.Ming .phwrap .list ul li .box_b .infor {
  float: left;
  width: 210px;
  padding-left: 11px;
  color: #fff;
}

.Ming .phwrap .list ul li .box_b .infor .name {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #fff;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 15px;
}

.Ming .phwrap .list ul li .box_b .infor p {
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}

.Ming .phwrap .list ul li+li .num {
  background: #58aafe;
}

.Ming .phwrap .list ul li+li+li .num {
  background: #f3a658;
}

.Ming .phwrap .list ul li+li+li+li .num {
  background: #d2d2d2;
  color: #434343;
}

.Ming .phwrap .list ul .on .box_a {
  display: none;
}

.Ming .phwrap .list ul .on .box_b {
  display: block;
}

.Ming .phwrap .list+.list {
  margin-left: 12px;
}

.Ming .phwrap .list+.list ul li .num {
  background: #ffa23b;
}

.Ming .phwrap .list+.list ul li .box_b {
  background-image: url("http://static.3733.com/new_index/images/ph_warp2.png");
}

.Ming .phwrap .list+.list ul li+li .num {
  background: #58aafe;
}

.Ming .phwrap .list+.list ul li+li+li .num {
  background: #f3a658;
}

.Ming .phwrap .list+.list ul li+li+li+li .num {
  background: #d2d2d2;
  color: #434343;
}

.Ming .phwrap .list+.list+.list {
  margin-left: 12px;
}

.Ming .phwrap .list+.list+.list ul li .num {
  background: #a57cfe;
}

.Ming .phwrap .list+.list+.list ul li .box_b {
  background-image: url("http://static.3733.com/new_index/images/ph_warp3.png");
}

.Ming .phwrap .list+.list+.list ul li+li .num {
  background: #58aafe;
}

.Ming .phwrap .list+.list+.list ul li+li+li .num {
  background: #f3a658;
}

.Ming .phwrap .list+.list+.list ul li+li+li+li .num {
  background: #d2d2d2;
  color: #434343;
}

/* ä¸“é¢˜å’Œæ”»ç•¥ */
.Minf .Min1 {
  padding: 0 10px;
  height: 400px;
}

.Minbox.Min1.fl {
  width: 776px;
}

.Minf .Min1 .fr {
  float: right;
}

.Minf .Min1 .title {
  padding: 0;
}

.Minf .Min1 .title .more {
  width: 60px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  margin-top: 17px;
  border-radius: 3px;
}

.Minf .Min1 .Min1-1 {
  padding-bottom: 10px;
}

.Minf .Min1 .Min1-1 .lis {
  width: 196px;
  display: block;
  margin-right: 15px;
}

.Minf .Min1 .Min1-1 .lis .img,
.Minf .Min1 .Min1-1 .lis .img img {
  height: 119px;
  display: block;
  width: 100%;
  border-radius: 7px;
}

.Minf .Min1 .Min1-1 .lis p {
  height: 44px;
  line-height: 44px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Minf .Min1 .Min1-2 {
  width: 372px;
  margin-top: -8px;
}

.Minf .Min1 .Min1-2 .lis {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.Minf .Min1 .Min1-2 .lis .text {
  width: 315px;
  display: block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Minf .Min1 .Min1-2 .lis .text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #eee;
  margin: -2px 3px 0 0;
}

.Minf .Min1 .Min1-2 .lis .text:hover:before {
  background: #969696;
}

.Minf .Min1 .Min1-2 .lis .time {
  float: right;
  text-align: right;
  overflow: hidden;
  width: 45px;
  color: #969696;
}

.Minf .Min1 .Min1-2 .line {
  border-top: 1px solid #eee;
  margin: 13px 0;
}

.gift-list {
  float: left;
  width: 555px;
  margin-left: 10px
}

.gift-list .gift-item {
  float: left;
  width: 32%;
  height: 35px;
  margin-right: 2%;
  margin-bottom: 11px;
  line-height: 35px;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 12px;
  color: #444;
  overflow: hidden;
}

.gift-list .gift-item a {
  color: inherit
}

.gift-list .gift-item:nth-of-type(3n) {
  margin-right: 0
}

.gift-list .gift-item:hover {
  background-color: #14B9C8;
  color: #ffffff
}


/* footer */
.box {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.footer {
  font: normal 12px/40px 'MicroSoft YaHei';
  color: #FFFFFF;
  background: #3E3E3E;
}

.f_link {
  float: left;
}

.f_link a {
  color: #fff;
  margin: 0 10px;
}

.f_right {
  color: #FFFFFF;
  float: right;
}

.ftop {
  background: #14B9C8;
  overflow: hidden;
  padding-top: 10px;
}

.ft_left {
  width: 810px;
  float: left
}

.ft_right {
  width: 125px;
  height: 180px;
  float: right;
}

.ft_tit {
  height: 40px;
  font: bold 14px/40px 'MicroSoft YaHei';
  color: #FFFFFF;
  font-size: 16px;
}

.ft_tit a {
  color: #63696E;
}

.ft_a {
  font: normal 12px/16px 'MicroSoft YaHei';
  padding: 10px 0 15px 0;
  overflow: hidden
}

.ft_a li {
  width: 100px;
  margin-right: 15px;
  float: left
}

.ft_a a {
  color: #FFFFFF;
  margin-right: 10px;
  font-size: 14px;
  line-height: 2;
}

.ft_contact {
  padding: 10px 0;
  height: 125px;
}

.ft_contact a {
  height: 24px;
  font: normal 12px/24px 'MicroSoft YaHei';
  color: #FFFFFF;
  display: block
}

.ft_contact a.ft_wx {
  background-position: 0 -600px
}

.ft_contact a.ft_xl {
  background-position: 0 -630px
}

.ft_contact a.ft_tx {
  background-position: 0 -660px
}

.ft_contact a.ft_wx img {
  width: 125px;
  margin-top: 6px;
}

.ewm_txt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
}

.f_map {
  background: #1F272B;
  padding: 5px 0;
  margin-top: 20px;
  overflow: hidden;
  clear: both;
  padding-bottom: 25px;
  border-top: 3px solid #8E8E8E;
}

.f_map dl {
  margin-right: 25px;
  float: left;
}

.f_map dt a {
  color: #63696E;
}

.f_map dd {
  font: normal 12px/16px 'MicroSoft YaHei';
  padding-top: 10px;
}

.f_map dd a {
  width: 130px;
  height: 25px;
  color: #63696E;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 25px;
}

.f_tu {
  height: 20px;
  padding: 10px 10px 10px 0;
  float: right
}

.f_tu img {
  height: 20px;
  margin-right: 5px;
  float: left
}

.f_tu a {
  display: block;
  color: #fff;
  font: normal 12px/20px 'MicroSoft YaHei';
  vertical-align: middle
}

dl.row_1 {
  width: 130px;
  overflow: hidden;
}

dl.row_1:nth-child(1) {
  width: 80px;
}

dl.row_1:nth-child(2) {
  width: 70px;
}

dl.row_2 {
  width: 610px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 0;
}

.row_2 dd a {
  display: inline-block;
  width: 78px;
  margin-right: 5px;
}

.row_2 dd a:nth-of-type(7n) {
  margin-right: 0;
}

.float_nav {
  width: 100px;
  height: 288px;
  position: fixed;
  left: 50%;
  overflow: hidden;
  margin-left: 620px;
  z-index: 50;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff
}

.float_nav a {
  font: normal 14px/30px 'MicroSoft YaHei';
  color: #666;
  border-top: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 5px;
  text-align: center
}

.float_nav a:hover,
.float_nav a.hover {
  background: #24CD77;
  color: #fff
}

/* footer */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block;
  content: " ";
}

.footer * {
  box-sizing: content-box;
  font-size: 12px;
}

.footer {
  display: block;
  width: 100%;
  clear: both;
  float: left;
  /* border-top : 1px #363D41 solid; */
  background: #1F272B;
  color: #63696E;
  margin-top: 30px;
  border-top: 3px solid #8E8E8E;
}

.link {
  width: 1200px;
  margin: auto;
  border-bottom: 1px #363D41 solid;
  padding-bottom: 20px;
}

.link h2 {
  width: 1200px;
  color: #63696E;
  font-size: 16px;
  margin: 15px 0 10px 0;
}

.link a {
  width: 120px;
  float: left;
  font-size: 12px;
  color: #63696E;
  line-height: 22px;
}

.siteMap {
  color: #63696E;
  width: 1200px;
  margin: auto;
  text-align: center;
  line-height: 25px;
}

.siteMap .map {
  width: 100%;
  float: left;
  padding: 20px 0;
  font-size: 12px;
}

.siteMap a {
  color: #63696E;
  padding: 0 10px;
}

.siteMap a img {
  vertical-align: middle;
}


.tab_menu {
  margin-top: 15px;
  padding: 13px 12px;
  background: #fff;
  height: 180px;
  overflow: hidden;
}

.tab_menu_l {
  float: left;
  width: 130px;
  background: #f6f6f6;
  height: 180px;
}

.tab_menu_l p {
  position: relative;
  width: 130px;
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-size: 18px;
  cursor: pointer;
}

.tab_menu_l p .tb {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 20px 7px 20px 10px;
  background: url(http://static.3733.com/new_index/images/icon.png) no-repeat -95px -51px;
}

.tab_menu_l p .tb.tb2 {
  background-position: -126px -51px;
}

.tab_menu_l p .tb.tb3 {
  background-position: -159px -51px;
}

.tab_menu_l p .txt {
  float: left;
}

.tab_menu_l p .jt {
  display: none;
  position: absolute;
  top: 0px;
  right: -12px;
  width: 12px;
  height: 59px;
  background: url(http://static.3733.com/new_index/images/icon.png) no-repeat -544px -36px;
  overflow: hidden;
}

.tab_menu_l p.hover {
  color: #fff;
  background: #14B9C8;
}

.tab_menu_l p.hover a {
  color: #fff;
}

.tab_menu_l p.hover .jt {
  display: block;
}

.tab_menu_l p.hover .tb {
  background-position: -190px -51px;
}

.tab_menu_l p.hover .tb.tb2 {
  background-position: -222px -51px;
}

.tab_menu_l p.hover .tb.tb3 {
  background-position: -255px -51px;
}

.tab_menu_r {
  float: left;
  margin-left: 4px;
  width: 1042px;
  height: 180px;
}

.game_com_list {
  height: 121px;
  width: 1042px;
  position: relative;
  +z-index: 999;
}

.game_com_list ul {
  height: 121px;
  width: 1030px;
  padding-left: 22px;
}

.game_com_list li {
  width: 81px;
  height: 120px;
  padding-right: 22px;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
}

.game_com_list li a {
  display: block;
  width: 81px;
  height: 120px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.game_com_list li a img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 16px;
  _width: 79px;
}

.yuanjiao {
  position: absolute;
  top: 3px;
  left: -6px;
  width: 42px;
  height: 22px;
  font-size: 10px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  z-index: 9;
  transform: rotate(-45deg);
  /* background-image:url('../images/yuanjiao.png'); */
  /* background-size:60px 25px; */
  background-color: #f90404e0;
  /* border-bottom-left-radius: 16px; */
  /* border-bottom-right-radius: 16px; */
}

.yuanjiao:after {
  content: "";
  display: block;
  width: 200%;
  background-color: #f90404e0;
  height: 27px;
  position: absolute;
  top: -5px;
  left: -13px;
  z-index: -1;
}

.tuijian .yuanjiao {
  top: 7px;
  right: 138px;
}

.b4-xfl2 .yuanjiao {
  top: -1px;
  right: 195px;
}

.mask72 {
  background-position: 0 0;
  height: 72px;
  width: 72px;
  cursor: pointer;
  display: block;
  margin: 0;
  position: absolute;
  z-index: 9;
}

.n-name {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.game_com_list li a span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.game_com_list .on a {
  color: #14B9C8
}

.game_com_list .line_box {
  width: 100%;
  height: 2px;
  position: absolute;
  right: -2px;
  bottom: 0px;
  z-index: 999;
}

.game_com_list .line {
  display: block;
  width: 81px;
  height: 2px;
  background: #14B9C8;
  position: absolute;
  left: 21px;
  top: 0
}

.game_cd {
  height: 60px;
  font-size: 14px;
  line-height: 30px;
  width: 1030px;
  padding-left: 1px;
  margin-left: 21px;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}

.game_cd a {
  display: inline-block;
  float: left;
  padding: 0 22px 0 1px;
  /* background:url(../images/icon.png) no-repeat -290px -43px; */
  color: #666;
  height: 30px;
  margin-left: -1px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.game_cd a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #e0e0e0;
  position: absolute;
  top: 7px;
  right: 11px;
}

.game_cd a:hover {
  color: #14B9C8;
}



/* banner 轮播图*/
.banner {
  width: 1200px;
  height: 310px;
  margin: 15px auto 0;
  overflow: hidden;
}

.Slide {
  width: 610px;
  height: 310px;
  float: left;
  overflow: hidden;
  position: relative;
}

.slide-cont {
  width: 610px;
  height: 310px;
  position: relative;
  overflow: hidden;
}

.slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -610px;
}

.slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-item img {
  width: 610px;
  height: 310px;
}

.slide-txt {
  width: 610px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}

.slide-txt .txt_bg {
  width: 610px;
  height: 50px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.slide-txt a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-indent: 1em;
  overflow: hidden;
  color: #ffe825;
  position: absolute;
  left: 0;
  top: 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.slide-nav {
  width: auto;
  height: 11px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  bottom: 31px;
  right: 20px;
  overflow: hidden;
}

.slide-nav a {
  display: block;
  width: 12px;
  height: 12px;
  background: #d4d4d4;
  cursor: pointer;
  margin-left: 5px;
  float: left;
  text-indent: -99em;
  overflow: hidden;
}

.slide-nav .nownav {
  background: #ffe825;
}

#prev2,
#next2 {
  display: block;
  width: 57px;
  height: 72px;
  position: absolute;
  top: 129px;
  display: none;
}

#next,
#prev {
  cursor: pointer;
}

#next {
  padding: 5px 0;
  right: 0px;
  position: absolute;
  bottom: 160px;
  background: grey;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#prev {
  padding: 5px 0;
  left: 0px;
  position: absolute;
  bottom: 160px;
  background: grey;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#next img,
#prev img {
  display: block;
  width: 30px;
}



/* banner 头条 */
.News_box {
  width: 550px;
  float: left;
  padding-left: 20px;
  height: 310px;
  margin-left: 20px;
  overflow: hidden;
  background: #fff;
  margin-top: 0;
}

.News_box .hd {
  border-bottom: 1px dashed #e0e0e0;
  height: 120px
}

.News_box .hd_tit {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  overflow: hidden;
  margin-left: -20px;
}

.News_box .hd_tit a {
  color: #fe1e00
}

.News_box .hd_art {
  height: 48px;
  line-height: 24px;
  padding: 6px 0;
  color: #666;
  font-size: 14px;
  overflow: hidden
}

.News_box .hd_art a {
  color: #14B9C8
}

.News_box .hd_art a:hover {
  text-decoration: underline
}

.News_box .bd {
  padding-top: 12px;
  overflow: hidden;
  line-height: 34px;
  font-size: 16px
}

.News_box .bd li {
  height: 34px;
  float: left;
  background: url(http://static.3733.com/new_index/images/icon.png) no-repeat -545px -97px;
  width: 530px;
  padding-left: 20px;
  overflow: hidden;
}

.News_box .bd li a {
  height: 34px;
  color: #333;
  display: block;
  word-break: break-all;
}

.News_box .bd li a:hover {
  color: #3385ff;
}

.News_box .bd li span {
  display: block;
  width: 55px;
  height: 34px;
  float: right;
  margin-right: 30px;
  font-size: 14px;
  color: #a6a6a6;
  text-align: right;
  +background: none;
  +padding: 0px;
  +border-bottom: none;
}

li {
  list-style: none;
}



.vvdio {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.vvdio .vdo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vvdio .vdo .vdo-con {
  position: relative;
  display: inline-block;
  margin-left: -220px;
}

@media screen and (min-width:1900px) {
  .vvdio .vdo .vdo-con {
    margin-left: 0px;
  }
}

.vvdio .middl {
  position: relative;
  width: 1200px;
  height: 800px;
  margin: 0 auto;
  z-index: 999;
}

.vvdio .middl .middl-sj {
  width: 350px;
  position: absolute;
  left: 60px;
  top: 60px;
}

.vvdio .middl .r-bag {
  width: 110px;
  position: absolute;
  left: 290px;
  top: 495px;
}

.vvdio .middl .middl-info {
  position: absolute;
  right: 70px;
  top: 130px;
  width: 630px;
}

.vvdio .middl .ewmcont {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 322px;
  right: 482px;
  background: #f60;
}

.vvdio .middl .ewmcont img {
  width: 100%;
}

.vvdio .middl .txtmain p {
  text-indent: -9999em;
}

.dob-buttons {
  position: absolute;
  width: 350px;
  height: 230px;
  right: 83px;
  top: 305px;
}

.dob-buttons>a {
  display: block;
  width: 100%;
  height: 115px;
}

.dob-buttons>a .text {
  display: none;
}