@charset "UTF-8";
/* 头部banner */
.banner-inverstor {
  width: 100%;
  height: 302px;
  position: relative;
}

.banner-inverstor img {
  width: 1920px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 内容 */
.content {
  width: 1200px;
  min-height: 800px;
  margin: 20px auto 40px auto;
  overflow: hidden;
}

/* 股价展示 */
.c1 {
  width: 100%;
  height: 150px;
  margin: 50px auto 0 auto;
  overflow: hidden;
}

.c1 .shares {
  width: 100%;
  margin-bottom: 40px;
}

.c1 .shares table {
  width: 100%;
}

.c1 .shares table th {
  color: #000;
  font: normal 16px 'Microsoft YaHei';
  text-align: left;
}

.c1 .shares table th.th1 {
  width: 24%;
}

.c1 .shares table th.th2 {
  width: 19%;
}

.c1 .shares table td {
  color: #969696;
  font-size: 36px;
  vertical-align: bottom;
  padding: 10px 0;
}

.c1 .shares table td.td1 {
  color: #ff0000;
  font-size: 28px;
}

.c1 .shares table td.td1 span {
  font-size: 36px;
  margin-right: 5px;
}

.c1 .shares table td.td1 i {
  padding: 0 10px;
  background-position: 0px -10px;
}

.c1 .shares table td.td1.green {
  color: #009f0f;
}

.c1 .shares table td.td1.green i {
  background-position: -29px -10px;
}

.c1 .shares table td.td2 {
  color: #ff0000;
}

.c1 .shares table td.td3 {
  color: #70b2a5;
}

.c1 .shares p {
  font-size: 16px;
  color: #969696;
}

.c {
  width: 100%;
  height: 300px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #969696;
}

.c .c-left {
  width: 580px;
  height: auto;
}

.c .c-right {
  width: 580px;
  height: auto;
}

.c .c-title {
  width: 100%;
  height: 24px;
  margin: 0 0 12px 0;
  overflow: hidden;
}

.c .c-title h3 {
  width: 300px;
  border-left: 5px solid #ff3f3f;
  color: #000;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 24px;
  text-indent: 20px;
}

.c .c-title a {
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ff3f3f;
  text-align: center;
  line-height: 16px;
  display: block;
  float: right;
  margin: 2px 0;
}

.c .c-list {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.c .c-list ul {
  width: 100%;
  height: 100%;
}

.c .c-list ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.c .c-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #646464;
  line-height: 50px;
}

.c .c-list ul li a i {
  width: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  display: block;
  float: left;
}

.c .c-list ul li a p {
  width: 440px;
  height: 50px;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c .c-list ul li a span {
  width: 100px;
  height: 50px;
  display: block;
  float: right;
  text-align: right;
}

.c .c-list ul li a:hover {
  color: #000;
}

.c .c-list ul li a:hover i {
  color: #ff3f3f;
}

/* 公司名片 */
.c2 {
  border: none;
}

.c2 a {
  width: 100%;
  height: 100%;
  display: block;
}

.c2 a img {
  width: 580px;
  height: auto;
}

/* 公司制度 & 投资者教育专栏 */
.c7 {
  border: none;
}
