@charset "utf-8";
/* CSS Document */
/*-功能：页面样式-*/
/*-作者：linqiuyu-*/
/*-日期：2015/6/17-*/

.mainbox{width: 100%; background: url(../images/mainbg.jpg) no-repeat; background-size:100% 100%; }
.mainbox .box{ width: 580px; margin:0 auto; text-align: center; padding-top: 120px;}
.mainbox .box .boxinput{width: 440px; height: 40px; display: block; margin: 60px auto;background: url(../images/imginput.png) no-repeat; cursor: pointer;}
.mainbox .box .boxinput input{opacity: 0; filter:Alpha(Opacity=0);width: 440px; height: 40px; border: 0; border: none; background: 0;cursor: pointer}


.imglist{ width: 1126px; margin:0 auto; }
.imglist .topimg{ overflow: hidden; margin: 30px 0;height:130px; line-height: 30px; font-size: 12px; color: #626262;}
.imglist .topimg .input {
	background: url(../images/loadbtnbg.png) no-repeat;
	top: 12px;
	display: inline-block;
	min-width: 143px;
	height: 40px;
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}
.imglist .topimg .input input {position: absolute;opacity: 0;filter:Alpha(Opacity=0);}
.preview {width:128px; height:128px;text-align: center; margin-right: 30px; border:1px solid #f0f0f0;}
.list{overflow: hidden;}
.lista{ float: left;width: 554px; height: 38px; line-height: 38px; text-align: center;  font-size: 16px; color: #000; background: #f2f2f2; border: 1px solid #ddd; border-radius: 10px; -o-border-radius: 10px;  -webkit-border-radius: 10px;  -ms-border-radius: 10px;font-family:"微软雅黑";}
.lista:hover{color: #000;}
.lista.on { background: #40a7ec;color: #fff;border: 1px solid #40a7ec;   }
.listpage{display: none;}
.listpage.active{display: block;}
.kindbox{ margin-top: 20px; overflow: hidden; width: 100%;}
.kindbox .kindname{height: 25px; line-height: 25px; padding-left: 20px; color: #000; font-weight: bold; font-size: 16px; width: 1100px; background: #f1f1f1; display: block; margin-bottom: 10px;font-family:"微软雅黑";}
.kindbox .kind{overflow: hidden;}
.kindbox .kind span{ line-height:25px; margin:4px; float: left; padding: 0 13px; color: #666666; font-size: 12px;border: 1px solid #fff; cursor: pointer;}
.kindbox .kind span:hover,.kindbox .kind span.active{ background:url(../images/acbtn.png) repeat bottom;  border: 1px solid #ddd;}

.kindbox  .dd{width: 245px;overflow: hidden;margin-left:30px; float: left; margin-top:15px;}
.kindbox  .ddname{width: 100%; line-height: 26px; border-bottom: 1px solid #5BB1EF;  margin-bottom: 5px; font-size: 12px;}
.kindbox  .dd .kind a{margin:3px 0;}
.imglist .btn{ margin: 40px auto; background: #40a7ec; font-size: 16px; text-align: center; color: #fff; border: 0; width: 300px; height: 45px; line-height: 45px; display: block; font-family:"微软雅黑";border-radius: 8px; -o-border-radius: 8px;  -webkit-border-radius: 8px;  -ms-border-radius: 8px;}
.imglist .btn:hover{opacity: 0.9}
