@charset "utf-8";

/***** 全局设置 *****/
body,html,h1,h2,h3,h4,h5,h6,p,form,li,dt,dl,dd,ol,label,span{
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}
body{
  font-family:'Microsoft YaHei',"helvetica","arial";
  font-size: 14px;
}
html,body{
  width:100%;
}

img{
  border:none;
}
ul,ol{
  margin:0;
  padding:0;
  list-style:none;
}
input, textarea, select ,textarea {
  vertical-align: middle;
  outline:none;
}
figure {
  padding:0;
  margin:0;
}
em,i{
  font-style:normal;
}
a{
  text-decoration:none;
  cursor:pointer;
  color:black;
  -webkit-transition: color 0.1s linear 0s; -moz-transition: color 0.1s linear 0s;
  -o-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
}
a:link{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}

/* 头部 */
.top{
  width: 1200px;
  margin: 20px auto 40px;
  overflow: hidden;
}
.logo,.search,.erwei{
  float: left;
}
.erwei{
  width: 80px;
  height: 64px;
  margin-left: 10px;
  text-align: center;
}
.erwei img{
  width: 44px;
  height: 44px;
}
.erwei p{
  font-size: 12px;
  color: #999;
}
.search{
  margin-left: 90px;
}
.search-in{
  position: relative;
  width: 486px;
}
.icon-bg{
  display: inline-block;
  position: absolute;
  left:1px;
  top:15%;
  width: 30px;
  height: 30px;
  background: url('../img/icon1.png') no-repeat;
  background-position: 5px 5px;
  border-right: 1px solid #eee;
}
.search-in input[type=text]{
  width: 378px;
  height: 30px;
  border: 1px solid #f89306;
  padding: 4px;
  padding-left: 36px;
}
.search-in a{
  display: inline-block;
  width: 100px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f89306;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.search-hot{
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.search-hot a{
  color: #999;
  margin-right: 10px;
}
.search-hot a:hover{
  text-decoration: underline;
}
.log{
  float: right;
}
.log-a{
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  color: #333;
  vertical-align: top;
}
.log-a a{
  padding: 0 6px;
  border-right: 1px solid #ddd;
}
.log-a a:last-child{
  border-right: 0;
}
.log-a a:hover{
  color: #f89306;
}


.nav{
  position: relative;
}

.line{
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -10;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.nav-ty-box{
  width: 1200px;
  margin: 0 auto;
}
.nav-ty{
  position: relative;
  z-index: 100;
}
.all{
  display: inline-block;
  position: relative;
  width: 220px;
  line-height: 40px;
  text-align: center;
  background-color: #f87e06;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.all img{
  position: absolute;
  top:11px;
  left: 10px;
}
.drop-down{
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
}
.drop-down-hover{
  display: block;
}
#list{
  width: 220px;
  font-size: 14px;
}
#list li{
  line-height: 40px;
  text-align: center;
  background-color: #f89306;
  cursor: pointer;
}
#list li a{
  color: #fff;
  display: inline-block;
  width: 80%;
}
.menulihover{
  background-color: #f87e06 !important;
}
#list,#classify-list{
  float: left;
}
#classify-list{
  width: 486px;
  padding:10px;
  border: 1px solid #f87e06;
  background-color: #fff;
}
.nav-li-content li{
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.nav-li-content li:last-child{
  border-bottom: 0;
}
.nav-li-content li a{
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  border-right: 1px solid #ddd;
  color: #333;
}
.nav-li-content li a:last-child{
  border-right: 0;
}
.nav-li-content li a:hover{
  color: #f89306;
}


/* foot部分 */
.footer{
  width: 100%;
  background-color: #444547;
  color: white;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 20px 0;
  margin-top: 50px;
}
.copy-info{
  color: #c4c2c2;
}
.snlinks{
  width: 440px;
  height: 24px;
}
.rights{
  width: 465px;
}
.rights2{
  width: 420px;
}
.snlinks,.rights,.rights2{
  margin: 0 auto;
}
.snlinks a{
  color: #c4c2c2;
  text-decoration: none;
  line-height: 24px;
}
.snlinks span{
  padding: 0 10px;
}
.copy-info p{
  margin: 0 auto;
}
img{
  border: none;
}
.nodata {
  clear: both;
  line-height: 62px;
  border: 0px solid #eee;
  margin-top: 40px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.error{
  color: red;
}
.crumb {
  cursor: pointer;
  color: #333;
}


/* 广告部分 */
.top{
  margin-bottom: 15px !important;
}
.ad{
  width: 100%;
  background-color: #eee;
}
.shell {
  width: 100%;
  height: 397px;
  margin:0 auto;
  position: relative;
}
.shell .img li {
  position: absolute;
  left:0;
  top:0;
  display: none;
}
.shell .img img{
  width: 100%;
  height: 397px;
}
.shell .num {
  position: absolute;
  left: 0;
  bottom: 6px;
  font-size:0;
  text-align:center;
  width: 100%;
}
.shell .num li {
  text-align:center;
  display: inline-block;
  font-size:16px;
  margin:0 10px;
  cursor: pointer;
}
.shell .num li a{
  display: inline-block;
  width: 40px;
  height: 3px;
  margin: 3px 0;
  background-color: rgba(255, 255, 255, .8);
}
.shell .num li.active a{
  background:#f4563e;
}
.shell .btn {
  position:absolute;
  top: 50%;
  margin-top:-30px;
  width: 30px;
  height: 60px;
  line-height:60px;
  background:rgba(0, 0, 0, 0.4);
  font-size:40px;
  color: #eee;
  text-align:center;
  display: none;
}
.shell .left {
  left:30px;
}
.shell .right {
  right:30px;
}
.shell:hover .btn {
  display: block;
  cursor: pointer;
}

/* 兑换 */
.gh-btn{
  cursor: pointer;
  float: right;
  background-color: #f89306;
  color: #fff;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  padding: 2px 6px;
  outline: none;
}
.gh-btn:hover{
  background-color:#f87e06;
}
.fk{
  clear: both;
}
/* 弹出框 */
.eject{
  z-index: 500;
  width: 490px;
  height: 320px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: none;

}
.eject h3{
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  color: #f89306;
  text-align: center;
  font-size: 18px;
  border-radius: 3px 3px 0 0;
}
.eject p{
  text-align: center;
  margin: 20px 0;
}
.eject p input{
  width: 210px;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #ddd;
}
.ej-btn{
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 510;
}
.ej-btn button{
  width: 86px;
  height: 32px;
  cursor: pointer;
  border: none;
  background-color: #ddd;
  color: #333;
  margin: 0 10px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
  cursor: pointer;
}
.ej-btn button:hover{
  background-color: #ccc;
}
.ej-btn button:first-child{
  background-color: #f89306;
  color: #fff;
}
.ej-btn button:first-child:hover{
  background-color: #f87e06;
}
#yd-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  color: #999;
  cursor: pointer;
}
#bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 498;
  background-color: rgba(0, 0, 0,.4);
  display: none;
}