﻿@import "common.css";
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList {
  width: 100%;
}
.newsList li {
  line-height: 40px;
  overflow: hidden;
}
.newsList li a {
  display: block;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  background: url(../images/common/newsList_dot.png) no-repeat left center;
}
.newsList li a:hover {
  color: #bd1a2d;
  background: url(../images/common/newsList_dot_over.png) no-repeat left center;
}
.newsList li span.date {
  color: #666;
  float: right;
}
.topRdgzLine {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: url(../images/zwfw/top_bg.jpg) no-repeat center top;
  position: relative;
}
.topRdgzLine .topLink {
  width: 100%;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.topRdgzLine .rdgzBox {
  width: 530px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
}
.topRdgzLine .rdgzBox h2 {
  background-color: #bd1a2d;
  height: 45px;
  width: 100%;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
}
.topRdgzLine .rdgzBox ul {
  overflow: hidden;
}
.topRdgzLine .rdgzBox ul li {
  float: left;
  margin: 10px 10px 0 0;
}
.topRdgzLine .rdgzBox ul li a {
  display: block;
  width: 125px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f2e6e3;
  transition: .5s all;
}
.topRdgzLine .rdgzBox ul li a:hover {
  background-color: #bd1a2d;
  color: #FFF;
}
.fwztLine {
  width: 100%;
  height: 212px;
  overflow: hidden;
}
.fwztLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.fwztLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.fwztLine .title h2 a {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.fwztLine .fwztCon {
  width: 1200px;
  height: 150px;
  margin-top: 20px;
  position: relative;
}
.fwztLine .fwztCon a.prev,
.fwztLine .fwztCon a.next {
  position: absolute;
  right: 0;
  top: -62px;
  z-index: 9;
  background: url(../images/zwfw/slide_fwzt_arrow_right.png) no-repeat;
  width: 29px;
  height: 36px;
}
.fwztLine .fwztCon a.prev {
  right: 36px;
  background: url(../images/zwfw/slide_fwzt_arrow_left.png) no-repeat;
}
.fwztLine .fwztCon a.next:hover,
.fwztLine .fwztCon a.prev:hover {
  background-position: -31px 0;
}
.fwztLine .fwztCon li {
  width: 285px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin-left: 11px;
}
.fwztLine .fwztCon li a {
  display: block;
  width: 285px;
  height: 150px;
}
.fwztLine .fwztCon li a img {
  display: block;
  width: 285px;
  height: 150px;
}
.grfwLine {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.grfwLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.grfwLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.grfwLine .title a.more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.grfwLine .title a.more i.moreArrow {
  display: block;
  background: url(../images/common/icon_more_arrow.gif) no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 14px 0 0 10px;
}
.grfwLine .grfwCon li {
  width: 270px;
  height: 220px;
  float: left;
  box-shadow: 0 0 10px #CCC;
  margin: 40px 40px 0 0;
}
.grfwLine .grfwCon li .icon {
  width: 65px;
  height: 65px;
  margin: 40px auto 20px;
  transition: .3s all;
}
.grfwLine .grfwCon li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.grfwLine .grfwCon li .icon01 {
  background: url(../images/zwfw/icon_grfw_01.png) no-repeat;
}
.grfwLine .grfwCon li .icon02 {
  background: url(../images/zwfw/icon_grfw_02.png) no-repeat;
}
.grfwLine .grfwCon li .icon03 {
  background: url(../images/zwfw/icon_grfw_03.png) no-repeat;
}
.grfwLine .grfwCon li .icon04 {
  background: url(../images/zwfw/icon_grfw_04.png) no-repeat;
}
.grfwLine .grfwCon li .icon05 {
  background: url(../images/zwfw/icon_grfw_05.png) no-repeat;
}
.grfwLine .grfwCon li .icon06 {
  background: url(../images/zwfw/icon_grfw_06.png) no-repeat;
}
.grfwLine .grfwCon li .icon07 {
  background: url(../images/zwfw/icon_grfw_07.png) no-repeat;
}
.grfwLine .grfwCon li .icon08 {
  background: url(../images/zwfw/icon_grfw_08.png) no-repeat;
}
.grfwLine .grfwCon li a {
  display: block;
  width: 270px;
  height: 220px;
  transition: .3s all;
  overflow: hidden;
}
.grfwLine .grfwCon li a:hover {
  background: #bd1a2d;
}
.grfwLine .grfwCon li a:hover .tit {
  color: #FFF;
}
.grfwLine .grfwCon li a:hover .sub {
  color: #FFF;
}
.grfwLine .grfwCon li a:hover .icon {
  background-position: 0 -65px;
}
.grfwLine .grfwCon li .tit {
  line-height: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.grfwLine .grfwCon li .sub {
  text-align: center;
  line-height: 14px;
}
.grfwLine .grfwCon li .sub a {
  font-size: 14px;
}
.grfwLine .grfwCon li .sub span.sub01 {
  padding-right: 15px;
  border-right: solid 1px #dcdcdc;
  margin-right: 10px;
}
.qyfwLine {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.qyfwLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.qyfwLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.qyfwLine .title a.more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.qyfwLine .title a.more i.moreArrow {
  display: block;
  background: url(../images/common/icon_more_arrow.gif) no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 14px 0 0 10px;
}
.qyfwLine .qyfwCon li {
  width: 270px;
  height: 220px;
  float: left;
  box-shadow: 0 0 10px #CCC;
  margin: 40px 40px 0 0;
}
.qyfwLine .qyfwCon li .icon {
  width: 65px;
  height: 65px;
  margin: 40px auto 20px;
  transition: .3s all;
}
.qyfwLine .qyfwCon li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.qyfwLine .qyfwCon li .icon01 {
  background: url(../images/zwfw/icon_qyfw_01.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon02 {
  background: url(../images/zwfw/icon_qyfw_02.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon03 {
  background: url(../images/zwfw/icon_qyfw_03.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon04 {
  background: url(../images/zwfw/icon_qyfw_04.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon05 {
  background: url(../images/zwfw/icon_qyfw_05.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon06 {
  background: url(../images/zwfw/icon_qyfw_06.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon07 {
  background: url(../images/zwfw/icon_qyfw_07.png) no-repeat;
}
.qyfwLine .qyfwCon li .icon08 {
  background: url(../images/zwfw/icon_qyfw_08.png) no-repeat;
}
.qyfwLine .qyfwCon li a {
  display: block;
  width: 270px;
  height: 220px;
  transition: .3s all;
  overflow: hidden;
}
.qyfwLine .qyfwCon li a:hover {
  background: #bd1a2d;
}
.qyfwLine .qyfwCon li a:hover .tit {
  color: #FFF;
}
.qyfwLine .qyfwCon li a:hover .sub {
  color: #FFF;
}
.qyfwLine .qyfwCon li a:hover .icon {
  background-position: 0 -65px;
}
.qyfwLine .qyfwCon li .tit {
  line-height: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.qyfwLine .qyfwCon li .sub {
  text-align: center;
  line-height: 14px;
}
.qyfwLine .qyfwCon li .sub a {
  font-size: 14px;
}
.qyfwLine .qyfwCon li .sub span.sub01 {
  padding-right: 15px;
  border-right: solid 1px #dcdcdc;
  margin-right: 10px;
}
.bmfwLine {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.bmfwLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.bmfwLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.bmfwLine .title a.more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.bmfwLine .title a.more i.moreArrow {
  display: block;
  background: url(../images/common/icon_more_arrow.gif) no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 14px 0 0 10px;
}
.bmfwLine .bmfwCon li {
  float: left;
  width: 270px;
  height: 60px;
  box-shadow: 0 0 10px #CCC;
  margin: 30px 40px 0 0;
  line-height: 60px;
}
.bmfwLine .bmfwCon li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: .5s all;
}
.bmfwLine .bmfwCon li a:hover {
  background: #bd1a2d;
  color: #FFF;
}
.bianminLine {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin-bottom: 20px;
}
.bianminLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.bianminLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.bianminLine .title a.more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.bianminLine .title a.more i.moreArrow {
  display: block;
  background: url(../images/common/icon_more_arrow.gif) no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 14px 0 0 10px;
}
.bianminLine .bianminCon li {
  width: 145px;
  height: 135px;
  float: left;
  margin: 30px 30px 0 0;
}
.bianminLine .bianminCon li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px #CCC;
  overflow: hidden;
}
.bianminLine .bianminCon li a .icon {
  width: 80px;
  height: 65px;
  margin: 15px auto 10px;
}
.bianminLine .bianminCon li a .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.bianminLine .bianminCon li a .tit {
  text-align: center;
}
/* 区块链 */
.grfwLine2022 {
  width: 100%;
  overflow: hidden;
  margin:50px 0 0;
  padding-bottom:50px;
}
.grfwLine2022 .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.grfwLine2022 .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.grfwLine2022 .grfwCon li {
  width: 270px;
  height: 220px;
  float: left;
  box-shadow: 0 0 10px #CCC;
  margin: 40px 40px 0 0;
}
.grfwLine2022 .grfwCon li:nth-of-type(4n) {
  margin: 40px 0 0 0;
}
.grfwLine2022 .grfwCon li .icon {
  width: 65px;
  height: 65px;
  margin: 40px auto 20px;
  transition: .3s all;
  overflow:hidden;
  position:relative;
}
.grfwLine2022 .grfwCon li .icon01 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_01.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon02 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_02.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon03 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_03.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon04 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_04.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon05 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_05.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon06 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_06.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon07 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_07.png) no-repeat;
}
.grfwLine2022 .grfwCon li .icon08 {
  background: url(http://www.guorenshangcheng.com/ztzx/common/images/qkl/icon_qkl_08.png) no-repeat;
}
.grfwLine2022 .grfwCon li a {
  display: block;
  width: 270px;
  height: 220px;
  transition: .3s all;
  overflow: hidden;
  color:#333;
}
.grfwLine2022 .grfwCon li .tit {
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  padding:0 15px;
}
.grfwLine2022 .grfwCon li a:hover {
  background: #bd1a2d;
}
.grfwLine2022 .grfwCon li a:hover .tit {
  color: #FFF;
}
.grfwLine2022 .grfwCon li a:hover .icon {
  background-position: 0 -65px;
}