@charset "utf-8";
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
dl,
li,
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
body {
  background: #fff;
}
body,
button,
input,
select,
td,
textarea,
th {
  font-size: 14px;
  line-height: 1;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
mark {
  background: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  vertical-align: top;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.img_box {
  display: block;
  overflow: hidden;
}
.img_box img {
  display: block;
  width: 100%;
}
.avatar {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  background: #ddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.avatar img {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  margin: auto;
}
/*颜色样式*/
.color_gray {
  color: #999999;
}
.color_orange {
  color: #ff8913;
}
.color_blue {
  color: #007ac2;
}
.color_black {
  color: #000;
}
.renew_btn {
  display: inline-block;
  background: #FBD74F;
  font-size: 16px;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 25px;
}
.renew_btn:hover {
  background: #FACA0C;
}
.font_smalll {
  font-size: 12px;
}
.font_big {
  font-size: 16px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}
.btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.select_box {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding-right: 15px;
  width: 150px;
  vertical-align: middle;
}
.select_box ins {
  text-decoration: none;
}
.select_box:after {
  content: "";
  border: 5px solid #fff;
  border-top: 5px solid #ddd;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
}
.select_box select {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  width: 100%;
}
#page_header {
  height: 60px;
}
#page_header .fixed_wrapper {
  position: fixed;
  border-bottom: 1px solid #F1F1F1;
  box-shadow: 0 0 3px #ddd;
  z-index: 10000;
  background: #fff;
  width: 100%;
}
#page_header .logo {
  float: left;
  margin-right: 40px;
}
#page_header .logo img {
  height: 60px;
}
#page_header nav {
  float: left;
  line-height: 60px;
}
#page_header nav li {
  float: left;
  font-size: 16px;
  margin: 0 20px;
}
#page_header nav li a:hover,
#page_header nav li.active a {
  color: #d22;
}
#page_header span {
  float: right;
  line-height: 60px;
  color: #999;
}
#page_header span a {
  color: #999;
}
#page_header span a:hover {
  color: #d22;
}
#page_footer {
  display: block;
  background: #444546;
  margin-top: 15px;
  padding: 10px 0;
}
#page_footer dl {
  float: left;
  overflow: hidden;
  margin-right: 85px;
}
#page_footer dt {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b9;
  margin-bottom: 15px;
  width: 140px;
}
#page_footer dt:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #b8b8b9;
  background: #444546;
  margin-top: 28px;
}
#page_footer dd {
  font-size: 14px;
  color: #b8b8b9;
  line-height: 28px;
}
#page_footer a:hover {
  color: #d22;
}
#page_footer .production {
  width: 290px;
}
#page_footer .production dt {
  width: 100%;
}
#page_footer .production dd {
  margin-right: -20px;
}
#page_footer .production .img_box {
  float: left;
  width: 140px;
  height: 85px;
  margin: 5px 10px 5px 0;
  border-radius: 5px;
}
#page_footer .about a {
  color: #b8b8b9;
}
#page_footer .about a:hover {
  color: #d22;
}
#page_footer .order {
  margin-right: 0;
}
/*banner start*********************/
.more:hover {
  color: #DD2222;
}
#slid_banner {
  position: relative;
  height: 550px;
  *z-index: 1;
}
#slid_banner li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
  *z-index: 1;
}
#slid_banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
#slid_banner p {
  bottom: 23px;
  height: 18px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
}
#slid_banner span {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 6px;
  width: 10px;
  background: #313234;
  border: 1px solid #fff;
}
#slid_banner span.now {
  background: #fff;
  width: 35px;
}
#slid_banner .wrapper {
  position: relative;
  *z-index: 2;
}
#slid_banner .slid_control {
  position: absolute;
  width: 70px;
  height: 125px;
  overflow: hidden;
  margin-top: 212.5px;
  background: url("../images/banner_controll.png") no-repeat #666666;
  z-index: 1000;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
  border-radius: 5px;
}
#slid_banner .slid_control:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#slid_banner .slid_prev {
  background-position: 15px center;
  left: 0;
}
#slid_banner .slid_next {
  background-position: -55px center;
  right: 0;
}
/*banner end  *********************/
/*bodyer **************************/
#statistical dl{
  float: left;
  width: 360px;
  background: url(../images/diagonal.gif) no-repeat right center;
  padding: 50px 0 38px 0;
  padding-right: 50px;
  text-align: center;
}
#statistical dl:last-child{
  background: none;
  padding-right: 0;
}
#statistical dt{
  font-size: 16px;
  color: #949494;
}
#statistical dd{
  font-size:28px;
  font-weight: 400;
  color:#666;
  margin-top: 5px;
}
.index_module {
  margin: 30px 0;
  color: #333;
}
.index_module_title {
  display: block;
  font-size: 32px;
  text-align: center;
  background: url("../images/title_bg.png") no-repeat center bottom;
  padding: 30px 0;
}
.index_module_des {
  display: block;
  text-align: center;
  margin: 15px 0;
}
/*elecfans平台*/
#platform .platform_slogan {
  display: block;
  text-align: center;
}
#platform .platform_slogan span {
  display: inline-block;
  padding: 8px 35px;
  background: #E5E5E5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
}
#platform ul {
  display: block;
  margin: 40px auto 0;
  overflow: hidden;
  width: 760px;
}
#platform li {
  float: left;
  width: 190px;
  border-right: 1px dashed #dcdcdc;
  margin-right: -1px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
#platform li img {
  display: block;
  margin: 0 auto 25px;
}
/*发现项目*/
#project .project_lists {
  margin: 0 -10px;
}
#project li {
  float: left;
  padding: 6px;
  width: 288px;
  margin-bottom: 32px;
  border-radius: 5px;
}
#project li:hover {
  box-shadow: 0 0 3px #ddd;
}
#project .item_img {
  border-radius: 5px;
  height: 200px;
  margin-bottom: 10px;
}
#project .item_img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#project .item_img img:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
#project p {
  display: block;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
#project .item_bottom {
  font-size: 12px;
  line-height: 30px;
}
#project .item_bottom a {
  color: #999;
}
#project .user_info {
  float: left;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#project .avatar {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
#project .like_count,
#project .view_count {
  float: right;
  margin-left: 10px;
  padding-left: 25px;
  background: url("../images/icon_2.png") no-repeat;
}
#project .like_count {
  background-position: 0 5px;
}
#project .like_count.liked {
  background-position: 0 -35px;
  color: #d22;
}
#project .view_count {
  background-position: 0 -70px;
}
#project .more {
  display: inline-block;
  font-weight: bold;
}
/*社群*/
#communities .communities_lists {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  overflow: hidden;
}
#communities ul {
  margin: 10px -65px;
}
#communities ul .img_box {
  border: 1px solid #999;
  width: 58px;
  height: 58px;
  margin: 5px 10px 5px 22px;
  border-radius: 5px;
  float: left;
}
#communities ul p {
  line-height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#communities ul p .color_blue:hover,
#communities ul p.color_black:hover {
  color: #DD2222;
}
#communities li {
  width: 350px;
  padding: 0 0 0 65px;
  margin: 15px 0;
  float: left;
}
#communities .more {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 20px;
}
/*创客奖*/
#prize .img_box {
  margin: 40px 0;
}
/*合作伙伴*/
#partner {
  margin-bottom: 50px;
}
#partner ul {
  margin: 13px -13px;
}
#partner li {
  float: left;
  margin: 13px;
}
#partner .img_box {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  height: 60px;
}
/*bodyer end*************************/
.showbox{margin:20px auto 20px;}
.showbox .bannerbox{width:1200px;height:200px;position: relative;  }
.showbox .bannerbox img{width:1200px;height:200px;}
.showbox .bannerbox .list{overflow:hidden;}
.showbox .bannerbox .list li{position: absolute;height:auto;overflow: hidden;left:0;top:0;width:100%;opacity:0;z-index:0;}
.showbox .bannerbox .spotlist{position: absolute;text-align: center;z-index:1;left:0;bottom:10px; width:100%;}
.showbox .bannerbox .spotlist span{display:inline-block;border:1px solid #fff;width:12px;height:12px;border-radius:100%;background:#fff;margin-right:10px;cursor:pointer;}
.showbox .bannerbox .spotlist span.active{ background:#333;}
.showbox .hotbox{width:380px;margin-top:15px;}
.showbox .hotbox .title{margin-bottom:20px;font-size:18px;}
.showbox .hotbox ul{margin-right:-10px;}
.showbox .hotbox a{display:block;overflow:hidden;margin:0 8px 12px 0;width:120px;height:80px;}
.showbox .hotbox img{width:120px;height:80px;}