a {
  color: #333;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.banner-inner {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  text-align: center;
}
.wrapper {
  background-color: #F3F6FB;
}
.right-content {
  margin: 0 0 80px 240px;
  position: relative;
}
.news-box {
  background-color: #fff;
}
.news-item {
  position: relative;
  padding: 30px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.news-item:hover {
  -webkit-box-shadow: 0 4px 17px rgba(135, 135, 135, 0.44);
          box-shadow: 0 4px 17px rgba(135, 135, 135, 0.44);
}
.news-item:hover .news-link {
  color: #ff532b;
}
.news-item:hover .news-title a{
  color: #ff532b;
}
.news-item:hover .news-date {
  color: #666;
}
.news-title {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 100px;
}
.news-title .news-link {
  font-size: 18px;
  color: #333;
}

.news-date {
  position: absolute;
  top: 32px;
  right: 30px;
  font-size: 14px;
  color: #999;
}
.news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  line-height: 24px;
  text-indent: 2em;
  color: #999;
  font-size: 14px;
}
.pageCode {
  position: absolute;
  right: 0;
  bottom: -50px;
  overflow: hidden;
  margin: 10px 0;
}
.pageCode-list {
  overflow: hidden;
}
.pageCode-now {
  float: left;
  color: #999;
  line-height: 30px;
}
.pageCode-list {
  float: left;
}
.pageCode-list-li {
  display: inline-block;
  margin-left: 8px;
  text-align: center;
  line-height: 30px;
  border: 1px solid transparent;
  padding: 0 11px;
  color: #999;
  height: 28px;
  background-color: #fff;
}
.pageCode-list-li:hover,
.pageCode-list-li.checked {
  border-color: #F14821;
  color: #F14821;
}
.pageCode-list-li:hover.checked,
.pageCode-list-li.checked.checked {
  cursor: pointer;
  color: #FF532B;
  border-color: #FF532B;
}
.pageCode-list-li:first-child,
.pageCode-list-li:last-child {
  padding: 0 7px;
}
.tzz-sgares-img {
  width: 209px;
  height: 115px;
  margin: 20px 0;
}
.tzz-left {
  display: inline-block;
  width: 585px;
  padding: 20px 30px;
  vertical-align: top;
}
.tzz-right {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  background-color: #f5f8fc;
  margin-top: 30px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.tzz-list {
  padding-bottom: 20px;
}
.tzz-subtitle {
  color: #2f3f53;
  font-weight: normal;
  font-size: 22px;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  position: relative;
}
.tzz-subtitle:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 47px;
  bottom: -1px;
  left: 0;
  background-color: #ff3c1c;
}
.tzz-flt {
  float: right;
  color: #999;
  font-weight: normal;
}
.tzz-flt.sm {
  font-size: 14px;
}
.tzz-flt.sm:hover {
  color: #ff3c1c;
  cursor: pointer;
}
.tzz-flt.lg {
  font-size: 16px;
}
.tzz-link {
  line-height: 40px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tzz-link:hover,
.tzz-link:hover a {
  color: #ff3c1c;
  cursor: pointer;
}
.tzz-link:hover .tzz-flt {
  color: #666;
  cursor: pointer;
}
.tzz-icon {
  display: inline-block;
  background-image: url("index-icon.png");
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 10px;
}
.tzz-buyTel {
  display: inline-block;
  background-image: url("index-icon1.png");
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 10px;
}
.tzz-severTel {
  display: inline-block;
  background-image: url("index-icon2.png");
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 10px;
}
.tzz-icon.sm {
  width: 22px;
  height: 22px;
}
.tzz-icon.lg {
  width: 40px;
  height: 40px;
}
.tzz-buyTel.lg {
    width: 40px;
    height: 40px;
}
.tzz-severTel.lg {
    width: 40px;
    height: 40px;
}
.tzz-icon.gg {
  background-position: 0 0;
}
.tzz-icon.yj {
  background-position: 0 -31px;
}
.tzz-icon.gs {
  background-position: 0 -69px;
}
.tzz-icon.tel {
  background-position: -33px 0;
}
.tzz-icon.fax {
  background-position: -33px -168px;
}
.tzz-icon.email {
  background-position: -33px -52px;
}
.tzz-icon.stock {
  background-position: -33px -106px;
}
.tzz-box {
  padding: 20px 0 10px;
}
.tzz-box + .tzz-box {
  border-top: 1px solid #e9eff9;
}
.tzz-orange {
  color: #d4a347;
  font-size: 20px;
  line-height: 30px;
}
.tzz-orange.sm {
  font-size: 14px;
}
.tzz-orange img{
  margin-left: -12px;
}
.tzz-gray {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.ca-list {
  padding: 10px 20px;
}
.ca-shell {
  margin: 10px;
  list-style: none;
  display: inline-block;
  width: 437px;
  border-top: 2px solid #f4f6fc;
  background-color: #f4f6fc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.ca-shell img {
  float: left;
}
.ca-shell:hover {
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  border-color: #ffa995;
}
.ca-box {
  margin-left: 60px;
}
.ca-box span {
  display: block;
}
.ca-title {
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca-name {
  color: #d4a347;
  font-size: 16px;
  line-height: 40px;
}
.ca-link {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cu {
  height: 680px;
  padding-top: 10px;
}
.cu-tip {
  color: #333;
  font-size: 18px;
  line-height: 60px;
  padding: 0 30px;
}
.cu-tip b {
  color: #ff532b;
}
.cu-details {
  background-color: #f7f9fd;
  padding: 30px 0;
  margin: 0 30px;
  font-size: 0;
}
.cu-details dt,
.cu-details dd {
  display: inline-block;
  width: 49.5%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cu-details dt i,
.cu-details dd i {
  float: left;
  vertical-align: top;
}
.cu-details dt div,
.cu-details dd div {
  margin-left: 60px;
}
.cu-details dt {
  border-right: 1px solid #e9eff9;
}
.cu-details-english dt,
.cu-details-english dd {
  width: 33.3%;
}
.cu-t {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
.cu-x {
  color: #d4a347;
  font-size: 24px;
  font-weight: normal;
}
.firm-list {
  padding: 10px 0;
}
.firm-row {
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  padding: 15px 30px;
  position: relative;
}
.firm-row:hover a {
  color: #FF532B;
}
.firm-row a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 60px;
  padding-left: 70px;
  padding-right: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firm-row .serial {
  display: inline-block;
  width: 40px;
  color: #333;
}
.firm-row .txt {
  display: inline-block;
  margin: 0;
  color: #333;
}
.firm-row .text {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.firm-row .flt {
  float: right;
  color: #999;
}
.firm-row:hover {
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  cursor: pointer;
}
.firm-row:hover .txt {
  color: #ff3c1c;
}
.firm-row:hover .flt {
  color: #666;
}
.shares-info-box{
  text-align: center;
  padding: 30px;
}
.shares-info-box .shares-name{
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.shares-info-box .shares-code{
  color: #666;
  margin: 0 10px;
  text-align: left;
}
.menu-sidebar-box-english .menu-sidebar-list{
  font-size: 16px;
}
.noyau-cr-pages{
  padding-right: 30px;
  padding-bottom: 30px;
}