@charset "utf-8";
body {
  background: #000000;
}
@font-face {
  font-family: 'Taipei-Sans';
  src: url('../font/Taipei-Sans.ttf');
}
/*容器*/
.container {
  width: 7.5rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000000;
  position: fixed;
  top: 1.09rem;
  left: 0rem;
  right: 0rem;
  margin: 0rem auto;
  z-index: 2;
  box-shadow: 2px -5px 5px #000000;
  -moz-box-shadow: 2px -5px 5px #000000;
}
.container .banner {
  width: 7.5rem;
  height: 4.16rem;
  overflow: hidden;
  background: #000000;
  touch-action: none;
}
.container .banner img {
  width: 7.5rem;
  height: 4.16rem;
  overflow: hidden;
  display: block;
  border: none;
}
.container .banner a {
  width: 7.5rem;
  height: 4.16rem;
  overflow: hidden;
  display: block;
}
.container .data {
  width: 7.5rem;
  height: 1rem;
  background: #000000;
  overflow: hidden;
  padding: .8rem 0rem .8rem 0rem;
  display: none;
	float: left;
}
.container .data ul {
  padding: 0rem;
  margin: 0rem;
}
.container .data ul li {
  width: 2.48rem;
  height: 1rem;
  line-height: .5rem;
  float: left;
  overflow: hidden;
  font-size: .25rem;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-family: 'Taipei-Sans', Arial !important;
  display: none;
}
.container .data ul li p {
  margin: 0rem;
  padding: 0rem;
}
.container .data ul li p em {
  font-size: .25rem;
  color: #ffffff;
  margin: 0rem 0rem 0rem .05rem;
}
.container .data #index_winning {
  border-right: .02rem solid #cdcdcd;
}
.container .data #index_works {
  border-right: .02rem solid #cdcdcd;
}
.container .img{
	width: 7rem;
	height: 4rem;
	float: left;
}
.container img{
	width: 100%;
	height: 100%;
}

.container .btitle{
	width: 6.5rem;
	height: .9rem;
	line-height: .9rem;
	font-size: .3rem;
	color: #ffffff;
	text-align: left;
	overflow: hidden;
	margin: 0rem .25rem 0rem .25rem;
	float: left;
	
}
.container .new {
  width: 7rem;
  height: auto;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0rem .25rem .5rem .25rem;
  background: #1d1d1d;
  display: block;
  border-radius: .15rem;
}

.container .works {
  width: 7rem;
  height: auto;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0rem .25rem .5rem .25rem;
  background: #1d1d1d;
  display: block;
  border-radius: .15rem;
}
.container .goods{
	width: 6.5rem;
	height: 1rem;
	border-bottom: .02rem solid #2d2d2d;
	margin: .25rem .25rem .0rem .25rem;
	overflow: hidden;
	float: left;
	padding-bottom: .25rem;
}
.container .goods:last-child{
	border-bottom:none;
}
.container .goods .gimg{
	padding: 0rem;
	float: left;
	overflow: hidden;
	width: 1rem;
	height: 1rem;
	margin: 0rem .25rem 0rem 0rem;
}
.container .goods .gimg img{
	width: 100%;
	height: 100%;
	border-radius: .05rem;
}
.container .goods .gtitle{
	padding: 0rem;
	margin: 0rem;
	float: left;
	overflow: hidden;
	width: 5.25rem;
	height: 1rem;
}
.container .goods .gtitle .gtitlea{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 5rem;
	height: .5rem;
	line-height: .5rem;
	font-size: .3rem;
	color: #ffffff;
	text-align: left;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.container .goods .gtitle .gtitleb{
	width: .25rem;
	height: .5rem;
	float:left;
	font-size: .25rem;
	color: #ffffff;
}
.container .goods .gtitle .gtitlec{
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	width: 5.25rem;
	height: .5rem;
	line-height: .5rem;
	font-size: .25rem;
	color: #999;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.container .about {
  width: 7rem;
  height: auto;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0rem .25rem .5rem .25rem;
  background: #1d1d1d;
  display: block;
  border-radius: .15rem;
}
.container .advert {
  width: 7rem;
  height: auto;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0rem .25rem .5rem .25rem;
  background: #1d1d1d;
  display: block;
  border-radius: .15rem;
}
.container .service {
  width: 7rem;
  height: auto;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0rem .25rem .5rem .25rem;
  background: #1d1d1d;
  display: block;
  border-radius: .15rem;
}
.container .team {
  width: 7rem;
  height: auto;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0rem .25rem .5rem .25rem;
  background: #1d1d1d;
  display: block;
  border-radius: .15rem;
}
.container .contact {
  width: 7rem;
  height: auto;
  min-height: 3rem;
  overflow: hidden;
  margin: 0rem .25rem 0rem .25rem;
  display: block;
}
.container .contact img{
	width: 100%;
	height: 100%;
}