.zc-home-banner {
	/*height: 373px;*/
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.zc-home-banner .container{position: relative;}
.zc-home-banner .user-card {
	width: 351px;
	height: 313px;
	background: #fff;
	border-radius: 3px;
	margin-top: 30px;
	position: absolute;
	z-index: 2;
	right: 50%;
	margin-right: -550px;
	top: 0;
}
.zc-home-banner .user-card .login {
  padding: 30px 25px;
  height: 95px;
}
.zc-home-banner .user-card .login .avatar {
  width: 95px;
  overflow: hidden;
}
.zc-home-banner .user-card .login .avatar img{
  border-radius: 50%;
  display: block;
}
.zc-home-banner .user-card .login.nolog .info .no{display: block;}
.zc-home-banner .user-card .login.nolog .info .is{display: none;}
.zc-home-banner .user-card .login.islog .info .no{display: none;}
.zc-home-banner .user-card .login.islog .info .is{display: block;}
.zc-home-banner .user-card .login .info {
  width: 130px;
  padding-left: 30px;
}
.zc-home-banner .user-card .login .info .no a{
  display: block;
  height: 35px; 
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: #F86328;
  text-align: center;
  border-radius: 3px;
  margin: 8px 0;
}
.zc-home-banner .user-card .login .info .no a.r{
  background: #F1A92B;
}
.zc-home-banner .user-card .login .info .is .score {
  font-size: 14px;
  color: #666666;
}
.zc-home-banner .user-card .login .info .is .score strong {
  font-weight: bold;
}
.zc-home-banner .user-card .login .info .is .vip {
  padding-top: 5px;
}
.zc-home-banner .user-card .login .info .is .vip i {
  width: 33px;
  height: 21px;
  background: url(../../images/vip.png) no-repeat;
  display: inline-block;
}
.zc-home-banner .user-card .intro {
  padding: 0 25px;
}
.zc-home-banner .user-card .intro h4 {
  color: #333333;
  font-size: 14px;
  padding: 10px 0;
}
.zc-home-banner .user-card .intro p {
  color: #888888;
  font-size: 12px;
  line-height: 24px;
}
.zc-home-banner .user-card .intro .ico-home {
  padding-top: 5px;
}
.zc-home-banner .user-card .intro .ico-home i {
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url(../../images/home.jpg);
  vertical-align: middle;
  margin-right: 5px;
  display: none;
}
.zc-home-banner .user-card .intro .ico-home a {
  color: #067bb9;
  font-weight: bold;
  font-size: 14px;
}
.zc-home-products {
  margin-top: 20px;
}
.zc-home-products .head {
  height: 45px;
  line-height: 45px;
}
.zc-home-products .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4e4d4d;
}
.zc-home-products .head .more {
  color: #e45f37;
  font-size: 14px;
}
.zc-home-products .body .item {
  float: left;
  background: #fff;
  width: 33.3333%;
}
.zc-home-products .body .item .item-inner {
  padding: 20px;
  border-right: 1px solid #efefef;
}
.zc-home-products .body .item .item-inner .top {
  width: 328px;
  height: 228px;
  overflow: hidden;
  position: relative;
}
.zc-home-products .body .item .flag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  color: #fff;
  padding: 2px 15px;
  border-radius: 3px;
  font-size: 14px;
}
.zc-home-products .body .item.applyfor .flag {
  background: #e95c4d;
}
.zc-home-products .body .item.soonafter .flag {
  background: #4db7e9;
}
.zc-home-products .body .item.choose .flag {
    background: #474747;
}
.zc-home-products .body .item.experience .flag {
  background: #e9884d;
}
.zc-home-products .body .item.end .flag {
  background: #acacac;
}
.zc-home-products .body .item:last-child .item-inner {
  border-right: 0px;
}
.zc-home-products .body .item .countdown {
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.zc-home-products .body .item .countdown i {
  font-size: 18px;
  font-style: normal;
}
.zc-home-products .body .item .countdown .ico {
  background-position: -38px -50px;
  width: 15px;
  height: 15px;
/*  position: absolute;*/
  /*top: 15px;
  left: 35px;*/
  display: inline-block;
  vertical-align: -2px;
  margin-right: 3px;
}
.zc-home-products .body .item .info {
  padding-top: 20px;
}
.zc-home-products .body .item .info .title {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  padding: 0 10px;
  padding-bottom: 5px;
}
.zc-home-products .body .item .info td {
  color: #888888;
  font-size: 12px;
  text-align: center;
}
.zc-home-report {
  margin-top: 20px;
  margin-bottom: 60px;
}
.zc-home-report .head {
  height: 45px;
  line-height: 45px;
}
.zc-home-report .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4e4d4d;
}
.zc-home-report .head .more {
  color: #e45f37;
  font-size: 14px;
}
.zc-home-report .body {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0px;
}
.zc-home-report .body li {
  float: left;
  padding: 24px 24px 15px 24px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 500px;
  position: relative;
}

.zc-home-report .body li .boutique{position: absolute;left:24px;top: 24px;}


.zc-home-report .body li:nth-child(even) {
  /*border-right: 0px;*/
}
.zc-home-report .body li .pic {
  display: block;
}
.zc-home-report .body li .intro {
  text-align: center;
  padding: 12px 0 0 0;
}
.zc-home-report .body li .intro .title {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zc-home-report .body li .intro .publish {
  color: #888888;
  font-size: 12px;
  padding: 10px 0;
}
.zc-home-report .body li .intro .publish a {
  color: #5a8ece;
  padding-right: 4px;
}
.zc-home-report .body li table {
  width: 60%;
  margin: 0 auto;
  font-size: 12px;
}
.zc-home-report .body li table i {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.zc-home-report .body li table a {
  color: #888888;
  transition: color 0s;
  display: inline-block;
}
.zc-home-report .body li table a:hover,.zc-home-report .body li table a.act{
  color: #e45f37;
  cursor: pointer;
}
.zc-home-report .body li table a.act{cursor: default;}
.zc-home-report .body li table .item-01 i {
  background-position: 0 -66px;
}
.zc-home-report .body li table .item-01 a:hover i,.zc-home-report .body li table .item-01 a.act i {
  background-position: 0 -85px;
}
.zc-home-report .body li table .item-02 i {
  background-position: -20px -66px;
}
.zc-home-report .body li table .item-02 a:hover i,.zc-home-report .body li table .item-02 a.act i {
  background-position: -20px -85px;
}
.zc-home-report .body li table .item-03 i {
  background-position: -39px -66px;
  top: 3px;
}
.zc-home-report .body li table .item-03 a:hover i,.zc-home-report .body li table .item-03 a.act i {
  background-position: -39px -85px;
}


/*首页banner*/
/*banner*/
/*.banner_show {height:373px;position: relative;}
.banner_show .b_list li {height: 100%;position: absolute;top: 0;left: 0;display: none;}
.banner_show .b_btn {position: absolute;bottom: 24px;z-index: 1;text-align: center;width: 100%;}
.banner_show .b_btn a {margin:0 4px;display:inline-block;vertical-align: middle;cursor:pointer;background:#fff;width: 14px;height: 14px;border-radius: 50%;}
.banner_show .b_btn a.active {background: none;border:2px solid  #fff;}*/
/*banner end*/

/*banner 20160112 start*/
.banner_show {position: relative;padding: 20px 0;background: #f5f5f5;}
.banner_show .b_list{width: 1100px;height: 373px;overflow: hidden;position: relative;}
.banner_show .b_list ul{width: 1000000px;}
.banner_show .b_list li {float: left;width: 1100px;height: 373px;}
.banner_show .b_btn {position: absolute;bottom: 24px;z-index: 1;text-align: center;width: 100%;}
.banner_show .b_btn a {/*margin:0 4px;*/display:inline-block;vertical-align: middle;cursor:pointer;background:#fff;width: 14px;height: 14px;border-radius: 50%;
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
}
.banner_show .b_btn a.active {background: #dd623c;}
/*banner 20160112 end*/