@charset "UTF-8";

* { margin:0; padding:0;}
.King_Chance_Layer { position:fixed; right:0; bottom:0; width:0; height:0; z-index:999;}

.King_Chance_LayerCont { position:absolute; width:420px; height:316px; overflow:hidden; font-size:12px; right:0; bottom:0; display:none; background:url(../images/title.gif) no-repeat left top;}
.King_Chance_LayerCont img {border:none; float:none; vertical-align:top;}
.King_Chance_LayerCont ul,.King_Chance_LayerCont ol {list-style:none;}
.King_Chance_LayerCont a,.King_Chance_LayerCont a:link,.King_Chance_LayerCont a:visited,.King_Chance_LayerCont a:hover,.King_Chance_LayerCont a:active { text-decoration:none;}
.King_Chance_Layer_Close { width:13px; height:13px; background:url(../images/close.jpg) no-repeat; position:absolute; font-size:0px; right:5px; top:5px; cursor:pointer;}
.King_Chance_Layer_Title { padding:13px 0; margin:0 auto; width:320px; height:24px; font:18px/24px "Microsoft YaHei"; overflow:hidden; color:#fff; overflow:hidden; white-space:nowrap;}
.King_Chance_Layer_Btn { padding-left:9px; padding-top:10px; overflow:hidden; height:20px; width:411px; background:url(../images/btn.gif) no-repeat;}
.King_Chance_Layer_Btn li { float:left; width:80px; height:20px; line-height:20px; text-align:center; overflow:hidden;}
.King_Chance_Layer_Btn li a { display:inline-block; width:80px; overflow:hidden; white-space:nowrap; background-color:#42302a; color:#fff;}
.King_Chance_Layer_Btn li a:link,.King_Chance_Layer_Btn li a:visited { color:#fff;}
.King_Chance_Layer_Btn li a:hover { background-color:#ff6600;}
.King_Chance_Layer_Btn li.hover a,.King_Chance_Layer_Btn li.hover a:link,.King_Chance_Layer_Btn li.hover a:visited { background-color:#ff6600;}
.King_Chance_Layer_Content { background-color:#000; padding:9px 0; width:100%; height:218px; overflow:hidden;}
.King_Chance_Layer_Content li { margin:0 auto; border:1px solid #fff; width:400px; height:216px; overflow:hidden; display:none;}
.King_Chance_Layer_Content li img { width:100%;}






























html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a,
button {
  outline: 0;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

.btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  	border-left: 2px solid #999;
}
.btns a {
  display: block;
  background: #35c367;
  color: white;
  padding: 10px 40px;
  margin: 3px auto;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
.btns a:hover {
  text-decoration: none;
  color: #fff;
  background: #008b31;
}

.btns a:nth-child(2) {
  background: #35c3b6;
}
.btns a:nth-child(2):hover {
  background: #34b9ac;
}
.btns a:nth-child(3) {
  background: #ff6347;
}
.btns a:nth-child(3):hover {
  background: #c83116;
}
.btns a:nth-child(4) {
  background: #6d6d6d;
}
.btns a:nth-child(4):hover {
  background: #404040;
}

#wenkmPlayer .music-player {
  position: relative;
  width: 350px;
  height: 290px;
  /*margin: 150px auto;*/
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  background-image: url("../images/back.png");
  overflow: hidden;
  z-index: 0;
}

#wenkmPlayer .music-player .info {
  width: 100%;
  height: 100px;
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: relative;
}

#wenkmPlayer .music-player .info .jp-playlist li {
  display: none;
}

#wenkmPlayer .music-player .info .jp-playlist li a {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  color: rgba(225, 225, 225, 0.4);
}

#wenkmPlayer .music-player .info .jp-playlist li a span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

#wenkmPlayer .music-player .info .jp-playlist li.jp-playlist-current {
  display: block;
}

#wenkmPlayer .music-player .info .jp-playlist li .jp-free-media,
.music-player .info .jp-playlist li .jp-playlist-item-remove {
  display: none;
}

#wenkmPlayer .music-player .info .left,
.music-player .info .right {
  width: 25px;
  position: absolute;
  top: 30px;
  left: 30px;
}

#wenkmPlayer .music-player .info .right {
  left: auto;
  right: 30px;
}

#wenkmPlayer .music-player .info [class^=icon-] {
  margin: 0 0 10px;
}

#wenkmPlayer .music-player .info .center {
  padding: 20px 0 0;
}

#wenkmPlayer .music-player .Speed {
  width: 100%;
  height: 5px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}

#wenkmPlayer .music-player .Speed span,
.music-player .volume-level span {
  position: relative;
  display: block;
  background: #ed553b;
  width: 0%;
  height: 5px;
}

#wenkmPlayer .music-player .Speed span:after,
.music-player .volume-level span:after {
  position: absolute;
  right: -5px;
  top: -8px;
  content: "";
  width: 10px;
  height: 22px;
}

#wenkmPlayer .music-player .controls {
  text-align: center;
  width: 100%;
  height: 190px;
  background: #982e4b;
  background: rgba(152, 46, 75, 0.6);
}

#wenkmPlayer .music-player .controls .current {
  font-size: 48px;
  color: #fff;
  color: rgba(225, 225, 225, 0.4);
  padding: 15px 0 20px;
}

#wenkmPlayer .music-player .controls .play-controls a {
  display: inline-block;
  width: 35px;
  height: 40px;
  margin: 0 30px;
}

#wenkmPlayer .music-player .controls .volume-level {
  position: relative;
  bottom: auto;
  width: 200px;
  height: 2px;
  margin: 30px auto 0;
  background: rgba(225, 225, 225, 0.3);
}

#wenkmPlayer .music-player .controls .volume-level span {
  height: 2px;
}

#wenkmPlayer .music-player .controls .volume-level span:after {
  right: -11px;
  top: -8px;
  width: 22px;
  height: 22px;
  background-image: url("../images/v5i67v2.png");
}

#wenkmPlayer .music-loud {
  position: absolute;
  right: -32px;
  top: -13px;
  width: 22px;
}

#wenkmPlayer .music-whisper {
  position: absolute;
  right: -32px;
  top: -15px;
  width: 245%;
}

[class^=ico-] {
  width: 30px;
  height: 30px;
  display: block;
}

a {
  color: #666;
}

a:hover {
  color: #f60;
  text-decoration: underline;
}

p {
  line-height: 1.8em;
  padding: 5px 0;
}

.clear {
  margin: 0;
  padding: 0;
  font-size: 0;
  clear: both;
}

.wapper {
  width: 1000px;
  margin: 0 auto;
}

.header_bg {
  background: #000;
  height: 70px;
  line-height: 70px;
}

.header {
  height: 70px;
  line-height: 70px;
}

.menu {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  float: left;
  margin-left: 50px;
}

.menu ul li {
  float: left;
  position: relative;
  width: 120px;
  z-index: 999;
}

.menu ul li dl {
  background: #fff;
  width: 1493px;
  position: absolute;
  left: -470%;
  top: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  display: none;
  height: 120px;
  padding-left: 249%;
  padding-top: 40px;
}

.menu ul li dl dd {
  margin: 0 10px;
  float: left;
  width: 100px;
  height: 120px;
}

.gengduo {
  margin-top: 20px;
}

.left03 {
  float: left;
  width: 215px;
}

.right03 {
  float: left;
  width: 200px;
  margin-left: 200px;
}

#wenkmPlayer .ico-shuffle {
  background-image: url("../images/aqaxrxs.png");
}

#wenkmPlayer .ico-heart {
  background-image: url("../images/e09t8tf.png");
}

#wenkmPlayer .ico-repeat {
  background-image: url("../images/338f8mx.png");
}

#wenkmPlayer .ico-share {
  background-image: url("../images/pgic6me.png");
}

#wenkmPlayer .ico-previous {
  background-image: url("../images/liqj0nr.png");
}

#wenkmPlayer .ico-play {
  background-image: url("../images/xlbv5ar.png");
}

#wenkmPlayer .ico-pause {
  background-image: url("../images/lihwduj.png");
}

#wenkmPlayer .ico-next {
  background-image: url("../images/riqj0nr.png");
}

#wenkmPlayer .ico-volume-up {
  background-image: url("../images/qqdoddi.png");
}

#wenkmPlayer .ico-volume-down {
  background-image: url("../images/3iirf2f.png");
}

#wenkmPlayer .copyrights {
  text-align: center;
  text-transform: capitalize;
  margin: 50px;
  color: rgba(0, 0, 0, 0.6);
}

#wenkmPlayer .copyrights a {
  color: rgba(152, 46, 75, 0.9);
  text-decoration: none;
}

#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 500px;
}

#lbOverlay.grey {
  background-color: #000000;
}

#lbOverlay.red {
  background-color: #330000;
}

#lbOverlay.green {
  background-color: #003300;
}

#lbOverlay.blue {
  background-color: #011d50;
}

#lbOverlay.gold {
  background-color: #666600;
}

#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
}

#lbMain a img {
  border: none;
}

#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#lbOuterContainer.grey {
  border: 1px solid #fff;
}

#lbOuterContainer.red {
  border: 1px solid #dd0000;
}

#lbOuterContainer.green {
  border: 1px solid #00b000;
}

#lbOuterContainer.blue {
  border: 1px solid #5f89d8;
}

#lbOuterContainer.gold {
  border: 1px solid #b0b000;
}

#lbDetailsContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  overflow: auto;
  margin: 0 auto;
}

#lbDetailsContainer.grey {
  border: 1px solid #fff;
  border-top: none;
}

#lbDetailsContainer.red {
  border: 1px solid #dd0000;
  border-top: none;
}

#lbDetailsContainer.green {
  border: 1px solid #00b000;
  border-top: none;
}

#lbDetailsContainer.blue {
  border: 1px solid #5f89d8;
  border-top: none;
}

#lbDetailsContainer.gold {
  border: 1px solid #b0b000;
  border-top: none;
}

#lbImageContainer,
#lbIframeContainer {
  padding: 10px;
}

#lbLoading {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lbImageContainer > #lbHoverNav {
  left: 0;
}

#lbHoverNav a {
  outline: none;
}

#lbPrev2,
#lbNext2 {
  text-decoration: none;
  font-weight: bold;
}

#lbPrev2.grey,
#lbNext2.grey,
#lbSpacer.grey {
  color: #333333;
}

#lbPrev2.red,
#lbNext2.red,
#lbSpacer.red {
  color: #620000;
}

#lbPrev2.green,
#lbNext2.green,
#lbSpacer.green {
  color: #003300;
}

#lbPrev2.blue,
#lbNext2.blue,
#lbSpacer.blue {
  color: #01379e;
}

#lbPrev2.gold,
#lbNext2.gold,
#lbSpacer.gold {
  color: #666600;
}

#lbPrev2_Off,
#lbNext2_Off {
  font-weight: bold;
}

#lbPrev2_Off.grey,
#lbNext2_Off.grey {
  color: #cccccc;
}

#lbPrev2_Off.red,
#lbNext2_Off.red {
  color: #ffcccc;
}

#lbPrev2_Off.green,
#lbNext2_Off.green {
  color: #82ff82;
}

#lbPrev2_Off.blue,
#lbNext2_Off.blue {
  color: #b7caee;
}

#lbPrev2_Off.gold,
#lbNext2_Off.gold {
  color: #e1e100;
}

#lbDetailsData {
  padding: 0 10px;
}

#lbDetailsData.grey {
  color: #333333;
}

#lbDetailsData.red {
  color: #620000;
}

#lbDetailsData.green {
  color: #003300;
}

#lbDetailsData.blue {
  color: #01379e;
}

#lbDetailsData.gold {
  color: #666600;
}

#lbDetails {
  width: 60%;
  float: left;
  text-align: left;
}

#lbCaption {
  display: block;
  font-weight: bold;
}

#lbNumberDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}

#lbNavDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}

#lbClose {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

/*new*/
.kfkf span.nn1 {
  display: block;
  width: 120px;
  height: 37px;
  background: url(../images/kf-1.png) no-repeat;
}

.kfkf span.nn1:hover {
  background: url(../images/kf-2.png) no-repeat;
}

.kfkf span.nn2 {
  display: block;
  width: 120px;
  height: 37px;
  background: url(../images/kf-qun1.png) no-repeat;
}

.kfkf span.nn2:hover {
  background: url(../images/kf-qun2.png) no-repeat;
}

.kfkf span.nn3 {
  display: block;
  width: 120px;
  height: 37px;
  background: url(../images/kf-cx1.png) no-repeat;
}

.kfkf span.nn3:hover {
  background: url(../images/kf-cx2.png) no-repeat;
}

.kfkf span.nn4 {
  display: block;
  width: 120px;
  height: 37px;
  background: url(../images/kf-top.png) no-repeat;
}

.kfkf span.nn4:hover {
  background: url(../images/kf-top1.png) no-repeat;
}

.gg {
  width: 830px;
  text-align: center;
  border: 1px solid #f0d584;
  background: #fffcde;
  color: #f40;
  line-height: 24px;
  padding-top: 4px;
  float: right;
  font-size: 15px;
}

/*.gg {
  width: 760px;
  text-align: center;
  border: 1px solid #f0d584;
  background: #fffcde;
  color: #f40;
  line-height: 19px;
  padding-top: 4px;
  float: right;
  font-size: 15px;
}

/*fuzhu-info*/
.fuzhu-info1 {
  padding: 15px 0 15px 15px;
  position: relative;
}

.fuzhu-info {
  font-size: 19px;
  color: #4d4d4d;
  line-height: 1.8em;
  font-weight: bold;
  padding: 15px;
}

.fuzhu-info h3 {
  color: #74b700;
  font-weight: bold;
  text-indent: 5px;
}

.fuzhu-info p {
  color: #4d4d4d;
  font-weight: bold;
}

.fuzhu-info strong {
  color: #e80000;
  font-weight: bold;
}

.goods_wrap {
  margin-bottom: 20px;
}

.mark {
  position: absolute;
  left: 8px;
  top: 8px;
}

.hidden {
  display: none;
}

/* 选项卡 */
.classwrap {
  background-color: #fff;
  border: 1px solid #d1dde5;
  padding: 1px;
  height: 5px;
  line-height: 52px;
  margin-bottom: 20px;
}

.classwrap1 {
  display: flex;
  width: 100%;
  background-color: #8bc6f3;
  box-sizing: border-box;
}

.classitem {
  width: 33.333333%;
  text-align: center;
  color: #194468;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.classitem:last-child {
  margin-right: 0;
}

.classitem img {
  vertical-align: middle;
}

.classitem span {
  font-weight: 700;
}

.classitem img {
  height: 24px;
}

.classitem.active {
  background-color: #ff5e00;
  color: #fff;
}

.listwrap {
  display: none;
}

.active2 {
  display: block;
}

/* kefu */
#cs_box {
  width: 130px;
  height: auto;
  color: #fff;
  position: fixed;
  right: 0px;
  top: 200px;
  border-radius: 10px;
  z-index: 1000;
}

#cs_box p {
  margin: 0;
  line-height: 0;
}

#cs_box span {
  height: 20px;
  line-height: 20px;
  display: block;
}

.cs_close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.cs_title {
  font-size: 14px;
  margin: 10px;
  font-weight: bold;
}

.cs_img {
  width: 100px;
  height: 100px;
  background: #fff;
  margin: 10px;
}

.cs_info {
  font-size: 12px;
  margin: 0px 10px;
  overflow: hidden;
  text-align: center;
}

.cs_list {
  display: block;
  width: 78px;
  padding-left: 40px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
  background-color: #242424;
  background-image: url(../images/list_ico.png);
  background-repeat: no-repeat;
  border: 1px solid #323232;
  color: #a4a4a4;
}

.ico01 {
  background-position: 0 0;
}

.ico02 {
  background-position: 0 -37px;
}

.ico03 {
  background-position: 0 -72px;
}

.ico04 {
  background-position: 0 -109px;
}

.ico05 {
  background-position: 0 -146px;
}

.cs_list:hover {
  background-color: #f96515;
  border: 1px solid #f96515;
  color: #fff;
}

.go-top {
  width: 118px;
  padding-left: 0;
  text-align: center;
  background-position: 0 -500px;
}

.cs_btn {
  width: 100px;
  height: 25px;
  background: #333;
  margin: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/*公告*/
.notice {
  width: 100%;
  padding: 20px 0;
}

.notice .ces {
  width: 49%;
  float: left;
}

.notice .ces:nth-child(1) {
  margin-right: 2%;
}

.notice .c_title {
  height: 20px;
  border-bottom: none;
}

.notice .blue {
  margin-left: -10px;
}

.notice .title {
  width: 100%;
  min-height: 200px;
}

.notice .title h3 {
  height: 48px;
  display: block;
  color: rgb(68, 68, 68);
  font-size: 22px;
  font-weight: 700;
  cursor: default;
  padding: 0px 10px;
  line-height: 48px;
}

.notice .title h3 span {
  padding-left: 10px;
  color: #333;
}

.notice .title .more {
  float: right;
  font-size: 14px;
  color: #ccc;
  transition: all 0.4s ease;
}

.notice .title .more:hover {
  color: #f83;
  text-decoration: underline;
}

.notice_item {
  width: 100%;
  float: left;
  padding: 20px 10px;
}

.notice_list {
  border-top: 1px #ddd solid;
  margin-top: 0px;
  padding: 10px 0.5%;
  width: 99%;
}

.notice_list a {
  color: #fff;
}

.notice_top {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.notice_top_img {
  width: 300px;
  height: 160px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.notice_top_img img {
  width: 100%;
}

.notick_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-top: 30px;
  letter-spacing: 8px;
  line-height: 50px;
}

.notice_top h3 {
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
}

.notice_top h3 a {
  color: #333;
}

.notice_top h3:hover a {
  color: #f83;
  text-decoration: underline;
}

.notice_top p {
  margin-top: 10px;
  color: #666;
  line-height: 30px;
}

.notice_list li {
  width: 100%;
  float: left;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
}

.notice_list li a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  color: #333;
  float: left;
  width: 380px;
}

.notice_list li i {
  float: left;
  font-size: 24px;
  margin-right: 10px;
  color: #f83;
}

.notice_list li span {
  float: right;
  color: #999;
  line-height: 32px;
}

.notice_list li:hover p {
  color: #f83;
  text-decoration: underline;
}

.notice_item .frr {
  margin-right: 0;
  margin-left: 20px;
}

.flink {
  padding-top: 24px;
  padding-bottom: 0px;
  line-height: 23px;
  font-size: 12px;
  overflow: hidden;
}

.flink span {
  line-height: 30px;
  height: 30px;
  font-size: 15px;
  margin-bottom: 11px;
  color: #999;
  display: block;
}

.flink span font {
  float: right;
  font-size: 13px;
  color: #676767;
}

.flink ul {
  padding: 9px 21px;
  background: #424242;
  border-radius: 5px; /* text-align: center; */
  overflow: hidden;
  margin-top: 36ox;
}

.flink ul li {
  float: left;
  line-height: 30px;
  height: 30px;
  font-size: 14px; /* padding-bottom: 40px; */
  width: 7.69%;
}

.flink a {
  color: #bebebe;
}

.probox {
  display: flex;
  margin-bottom: 30px;
}
.probox .propic {
  margin-right: 20px;
  width: 50%;
  flex-shrink: 0;
}
.probox .propic img {
  width: 100%;
  height: auto;
}
.probox .proinfo {
  font-size: 18px;
  font-weight: bold;
}
.probox .proinfo h3 {
  font-size: 20px;
  color: #00b000;
  margin-bottom: 5px;
}
.probox .proinfo p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.probox .proinfo strong {
  font-size: 18px;
  font-weight: bold;
  color: #dd0000;
}
.probox .probtns {
  display: flex;
  margin-left: -20px;
  margin-top: 5px;
}
.probox .probtns a {
  display: block;
  background: #35c367;
  color: white;
  padding: 10px 40px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 20px;
}
.probox .probtns a:hover {
  text-decoration: none;
  color: #fff;
  background: #008b31;
}
.probox .probtns a:nth-child(2) {
  background: #ff6347;
}
.probox .probtns a:nth-child(2):hover {
  background: #c83116;
}
.probox .probtns a:nth-child(3) {
  background: #6d6d6d;
}
.probox .probtns a:nth-child(3):hover {
  background: #404040;
}

.procontent h2 {
  margin: 20px 0;
  border-bottom: 1px solid rgb(232, 232, 232);
  padding-bottom: 10px;
}
.procontent .content1 {
  margin-bottom: 20px;
  font-weight: normal;
}