.top-bar {
  width: 100%;
  height: 80px;
}

.top-bar__logo img {
  float: left;
  width: 205px;
  height: 50px;
  margin-left: 200px;
  margin-top: 15px;
}

.nav-bar {
  background: #404040;
  width: 100%;
  height: 50px;
}

.nav-bar__item {
  float: left;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.nav-bar__item a{
  color: #FFFFFF;
  cursor: pointer;
}

.nav-bar__item:hover {
  background: #E60012;
}

.nav-bar__item ul {
  display: none;
  z-index: 100;
  position: absolute;
}

.nav-bar__item li {
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px 0px rgba(222, 222, 222, 0.5);
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #8C8C8C;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.nav-bar__item li a{
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #8C8C8C;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.nav-bar__item li:hover {
  color: #E60012;
}

.nav-bar__item li a:hover {
  color: #E60012;
}

.nav-bar__item li:last-child {
  border-radius: 0px 0px 8px 8px;
}

.hero-banner {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  background: url("hero-banner.png");
  background-size: cover;
}

.hero-banner2 {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  background: url("bg2.png");
  background-size: cover;
}

.hero-banner3 {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  background: url("bg3.png");
  background-size: cover;
}

.hero-banner4 {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  background: url("bg4.png");
  background-size: cover;
}

.hero-banner5 {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  background: url("bg5.png");
  background-size: cover;
}

.hero-banner6 {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  background: url("bg6.png");
  background-size: cover;
}

.module-title {
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  color: #262626;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.module-title img {
  width: 30px;
  height: 30px;
}

.product-intro {
  padding-top: 30px;
  padding-bottom: 43px;
}

.product-intro-wrapper {
  width: 1220px;
  margin: 46px auto 0;
}

.product-intro__item {
  float: left;
  width: 390px;
  height: 235px;
  margin: 0 8px 17px 8px;
  background: url("lc-bg.png");
  border-radius: 6px;
}

.company-trends {
  padding-top: 43px;
  width: 100%;
  height: 910px;
  margin: 0 auto;
  background: url("bg.png");
  background-size: cover;
}

.company-trends-wrapper {
  margin: 0 auto;
  margin-top: 40px;
  width: 1220px;
}

.company-trends__item {
  float: left;
  width: 592px;
  height: 352px;
  margin: 0 8px 16px 8px;
  border-radius: 10px;
}

.company-trends__item__tag {
  float: left;
  width: 150px;
  height: 48px;
  line-height: 48px;
  background: url("tag.png");
  background-size: cover;
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}

.company-trends__item__more {
  float: right;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 16px;
  margin-right: 24px;
  cursor: pointer;
}

.company-trends__item__more a{
  color: #FFFFFF;
  cursor: pointer;
}

.company-trends__item__more img {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}

.company-trends__item__content {
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  height: 84px;
  margin-top: 225px;
  padding: 20px 24px 24px 24px;
}

.company-trends__item__content__article {
  margin-bottom: 12px;
  cursor: pointer;
}

.company-trends__item__content__article__title {
  float: left;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #424242;
  font-weight: 400;
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.company-trends__item__content__article__title a:hover {
  color: #E60012;
}

.company-trends__item__content__article__title:hover {
  color: #E60012;
}

.company-trends__item__content__article__date {
  float: right;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
}

.footer-block {
  background: #595757;
}

.footer-block-wrapper {
  height: 250px;
  margin: 0 auto;
}

.f-list {
  float: left;
  margin-top: 45px;
  margin-left: 200px;
}

.f-list img {
  width: 140px;
  height: 35px;
  margin-bottom: 5px;
}

.f-list div {
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 400;
  margin: 8px 0;
}

.f-list div img {
  width: 18px;
  height: 20px;
  margin-right: 6px;
  margin-top: 3px;
}

.footer-img {
  float: left;
  margin-top: 93px;
  margin-left: 15px;
}

.footer-img img {
  width: 53px;
  height: 63px;
}

.QR {
  float: right;
  margin-right: 200px;
  margin-top: 65px;
}

.QR img {
  width: 100px;
  height: 100px;
}

.QR div {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-top: 8px;
}

.main-block-wrapper{
  width: 100%;
  background: #f9f9f9;
  padding-top: 36px;
  padding-bottom: 76px;
}

.main-block{
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.breadcrumb img {
  width: 16px;
  height: 14px;
  margin-right: 5px;
  margin-top: 2px;
}

.breadcrumb span {
  color: #262626;
}

.main-content {
  padding: 30px 40px;
  font-size: 14px;
  color: #595959;
  line-height: 28px;
  font-weight: 400;
  background: #fff;
}

.main-content__title {
  font-size: 18px;
  color: #262626;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.article-catalog-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.article-catalog-wrapper img {
  float: left;
  width: 450px;
  height: 440px;
  margin-right: 20px;
  border-radius: 8px;
}

.article-catalog {
  float: left;
  width: 690px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}

.article-catalog__title {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F2F3F4;
}

.article-catalog__title__line{
  float: left;
  height: 16px;
  width: 3px;
  background: #E60012;
  margin-right: 8px;
  margin-top: 2px;
}

.page-bar {
  width: 530px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
}

.page-bar__item {
  float: left;
  background: #FFFFFF;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  width: 26px;
  height: 24px;
  text-align: center;
  padding-top: 3px;
  margin-right: 8px;
  cursor: pointer;
}

.page-bar__item:hover {
  background: #E60012;
  color: #ffffff;
}

.page-bar__item img {
  padding-top: 4px;
}

.page-bar__selector {
  float: left;
  background: #ffffff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  text-align: center;
  padding: 4px 10px;
  cursor: pointer;
}

.page-bar__selector img {
  width: 10px;
  height: 8px;
  margin-top: 5px;
  margin-left: 4px;
}

.page-bar__selector ul {
  display: none;
  position: absolute;
  margin-left: -10px;
  margin-top: 4px;
  background: #ffffff;
}

.page-bar__selector li {
  width: 75px;
  height: 24px;
  border: 1px solid rgb(217, 217, 217);
  border-top: none;
}

.page-bar__selector li:first-child {
  border-top: 1px solid rgb(217, 217, 217);
}

.page-bar__input {
  float: left;
  margin-left: 16px;
}

.page-bar__input input {
  width: 48px;
  height: 27px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  text-align: center;
}

.nav-menu {
  float: left;
  width: 180px;
  border: 1px solid rgba(255, 255, 255);
  margin-right: 15px;
}

.nav-menu__title {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
  text-shadow: 0 2px 3px rgba(84, 3, 3, 0.50);
  font-weight: 500;
  height: 36px;
  padding-top: 20px;
  background: #E02F2F;
  border-radius: 12px 12px 0 0;
}

.nav-menu__selector {
  height: 336px;
  border-radius: 0 0 12px 12px;
  padding: 0 20px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E7E7E7 100%);
}

.nav-menu__selector__item {
  padding-top: 19px;
  height: 36px;
  text-align: center;
  font-size: 15px;
  color: #262626;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #EDEDED;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.nav-menu__selector__item:last-child {
  border-bottom: none;
  box-shadow: none;
}

.nav-menu__selector__item img {
  margin-right: 10px;
}

.nav-menu__selector__item:hover{
  color: #E60012;
}

.nav-menu__selector__item a:hover{
  color: #E60012;
}

.nav-menu__selector__item img {
  position: absolute;
  margin-left: 30px;
  margin-top: 3px;
}

.nav-menu__selector__item.sub{
  font-size: 13px;
  margin-left: 20px;
}


.introduce-content {
  float: left;
  width: 940px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 40px 30px;
  font-size: 14px;
  color: #595959;
  line-height: 28px;
  font-weight: 400;
}

.introduce-content img {
  margin: 35px auto 0 auto;
}

/*ÂÖ²¥Í¼*/
#banner {
  position: relative;
  overflow: hidden;
  height: 400px;
  z-index: 0;
}

#banner .imgs {
  position: relative;
  height: 400px;
}

#banner a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
}

#banner a:first-child {
  z-index: 2;
  zoom: 1;
}

#banner img {
  position: absolute;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}

#banner .dots {
  font-size: 0;
  position: absolute;
  z-index: 99;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center
}

#banner .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: #cccaca;
}

#banner .dot.active {
  border: 1px solid #fff;
  background: #E60012
}

.finance-list {
	float: left;
	background: #FFFFFF;
	border-radius: 8px;
	width: 940px;
	padding: 18px 28px 30px 28px;
}

.finance-list__selector__line {
	line-height: 22px;
	border-bottom: 2px solid #F2F3F4;
	border-radius: 2px;
	padding: 10px 0;
}

.finance-list__selector__line:last-child {
	border-bottom: none;
}

.finance-list__selector__line__title {
	float: left;
	font-size: 14px;
	color: #262626;
	font-weight: 400;
}

.finance-list__selector__line__item {
	float: left;
	cursor: pointer;
	width: 70px;
	height: 22px;
	margin-left: 32px;
	text-align: center;
	font-size: 14px;
	color: #595959;
	font-weight: 400;
}

.finance-list__selector__line__item:hover {
	color: #FFFFFF;
	background: #E60012;
	border-radius: 2px;
}

.finance-list__selector__line__item.selected {
	color: #FFFFFF;
	background: #E60012;
	border-radius: 2px;
}

.finance-list__selector__line__item:nth-child(2) {
	width: 44px;
}

.finance-list__table {
	margin: 30px 0 40px 0;
}

.finance-list__table tr {
	height: 48px;
}  

.finance-list__table tr:nth-child(2n-1) {
	background: #FAFAFA;
}

.finance-list__table tr:first-child {
	background-image: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
	border: 1px solid rgba(232, 232, 232, 1);
	border-radius: 4px 4px 0px 0px;
}

.finance-list__table tr td:first-child {
	padding-left: 30px;
}

.finance-list__table tr th:first-child {
	padding-left: 30px;
}

.finance-list__table th {
	font-size: 14px;
	color: #262626;
	font-weight: 600;
}

.finance-list__table td {
	font-size: 13px;
	color: #262626;
	font-weight: 400;
}