
/* 项目主体样式*/
.container {
  position: relative;
  /* 内容区域*/
}
.container .specialbg {
  width: 100%;
  height: 830px;
}
.container .specialbg img {
  width: 100%;
  height: auto;
}
.container .banner-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-width: 1400px;
}
.container .title-box {
  border-bottom: 2px #ffb01a solid;
}
.container .title-box .title {
  height: 42px;
  width: 139px;
  position: relative;
  background: linear-gradient(to right, #ffb01a, #fe7b08);
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 26px;
}
.container .title-box .title:before {
  content: "";
  display: block;
  width: 35px;
  height: 42px;
  position: absolute;
  transform: skewX(30deg);
  background: #fe7b08;
  top: 0;
  right: -20px;
}
.container .title-box .more {
  font-size: 16px;
  color: #fff;
  width: 66px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  background: #fe8a00;
  text-align: center;
}
.container .title-box .more-fff {
  font-size: 16px;
  color: #fe7b06;
  width: 66px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  text-align: center;
}
.container .wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .notice-center {
  width: 100%;
  background: #f7f7f8;
  height: auto;
  margin: 0 auto;
}
.container .notice-center .left-nav {
  width: 20%;
  background: #fff;
  font-size: 16px;
  box-shadow: 0 0 10px #ccc;
}
.container .notice-center .left-nav .item {
  border-bottom: 1px dashed #cccccc;
}
.container .notice-center .left-nav .item:hover {
  color: #fe8a00;
}
.container .notice-center .left-nav .item:last-child {
  border-bottom: none;
}
.container .notice-center .left-nav .active {
  background: #fe8a00;
  color: #fff !important;
  position: relative;
}
.container .notice-center .left-nav .active:after {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fe8a00;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.container .notice-center .right-cont {
  width: 75%;
  margin-top: -14px;
}
.container .notice-center .right-cont .top-nav {
  border-bottom: 2px #cccccc solid;
  color: #333;
}
.container .notice-center .right-cont .top-nav .item {
  font-size: 22px;
  margin-right: 50px;
}
.container .notice-center .right-cont .top-nav .item:hover {
  color: #fe8a00 !important;
}
.container .notice-center .right-cont .top-nav .active {
  color: #fe8a00 !important;
  position: relative;
  border-bottom: 2px solid #fe8a00;
  margin-bottom: -2px;
}
.container .notice-center .right-cont .top-nav .active::before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -2.5px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid #fe8a00;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.container .notice-center .right-cont .list-cont .item {
  border-bottom: 1px dashed #cccccc;
  position: relative;
  color: #666;
  font-size: 14px;
  margin: 2px 0;
}
.container .notice-center .right-cont .list-cont .item:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #cccccc;
}
.container .notice-center .right-cont .list-cont .item .name {
  width: 80%;
  margin-left: 10px;
}
.container .notice-center .right-cont .list-cont .item .name .type {
  color: #c52929;
}
.container .notice-center .right-cont .list-cont .item .name .addr {
  color: #015eff;
}
.container .notice-center .right-cont .list-cont .item .name .title {
  width: 60%;
}
.container .notice-center .right-cont .list-cont .item .date {
  color: #999;
  font-size: 12px;
}
.container .news-center {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
}
.container .news-center .thumbnail {
  width: 50%;
  position: relative;
  /*margin-right: 50px;*/
  height: 415px;
}
.container .news-center .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .news-center .thumbnail .title {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
}
.container .news-center .thumbnail .desc {
  color: #999;
  font-size: 14px;
}
.container .news-center .thumbnail .more {
  width: 82px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #f2a342, #f1d282);
}
.container .news-center .news-list {
  width: 48%;
  margin-top: -14px;
}
.container .news-center .news-list .top-nav {
  border-bottom: 2px #cccccc solid;
  color: #333;
}
.container .news-center .news-list .top-nav .item-nav {
  font-size: 22px;
  margin-right: 50px;
}
.container .news-center .news-list .top-nav .item-nav:hover {
  color: #fe8a00 !important;
}
.container .news-center .news-list .top-nav .active-nav {
  color: #fe8a00 !important;
  position: relative;
  border-bottom: 2px solid #fe8a00;
  margin-bottom: -2px;
}
.container .news-center .news-list .top-nav .active-nav::before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -2.5px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid #fe8a00;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.container .news-center .news-list .item-active {
  border-bottom: 1px #e8e8e8 solid;
}
.container .news-center .news-list .item-active .date {
  display: none !important;
}
.container .news-center .news-list .item-active .cont .title {
  color: #333;
  font-size: 18px !important;

}
.container .news-center .news-list .item-active .cont .desc {
  color: #666;
  margin: 15px 0;
}
.container .news-center .news-list .item {
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
}
.container .news-center .news-list .item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 100%;
  margin-top: 11px;
}
.container .news-center .news-list .item .date {
  color: #999;
  text-align: right;
  font-size: 12px;
}
.container .news-center .news-list .item .cont {
  width: 100%;
  color: #666;
  margin-left: 5px;
}
.container .news-center .news-list .item .cont .title {
  font-size: 14px;
  width:450px;
  color: #333;
}
.container .news-center .news-list .item .cont .desc {
  color: #999;
  font-size: 14px;
  text-indent: 20px;
  line-height: 28px;
}
.container .project-info {
  width: 1200px;
  margin: 0 auto;
}
.container .project-info .column-info {
  font-size: 22px;
  color: #666;
}
.container .project-info .column-info .column-active {
  color: #fe8a00 !important;
}
.container .project-info .type-info {
  width: 70%;
  font-size: 16px;
  color: #999999;
}
.container .project-info .type-info .type-active {
  position: relative;
  color: #fe8a00 !important;
  border-bottom: 2px #fe8a00 solid !important;
  margin-bottom: -2px;
}
.container .project-info .type-info .type-active::before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -2.5px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid #fe8a00;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.container .project-info .supply-info {
  width: 74%;
}
.container .project-info .supply-info .list-info {
  width: 100%;
}
.container .project-info .supply-info .list-info .item {
  background-color: #fff;
  width: 32%;
  margin-left: 2%;
  border: 1px #f3f3f3 solid;
  overflow: hidden;
}
.container .project-info .supply-info .list-info .item:first-child {
  margin-left: 0;
}
.container .project-info .supply-info .list-info .item:nth-child(3n + 1) {
  margin-left: 0;
}
.container .project-info .supply-info .list-info .item:nth-last-child(2) {
  margin-bottom: 0;
}
.container .project-info .supply-info .list-info .item:nth-last-child(3) {
  margin-bottom: 0;
}
.container .project-info .supply-info .list-info .item:last-child {
  margin-bottom: 0;
}
.container .project-info .supply-info .list-info .item:hover {
  box-shadow: 0 0 10px #ccc;
}
.container .project-info .supply-info .list-info .item:hover img {
  transform: scale(1.1);
}
.container .project-info .supply-info .list-info .item img {
  width: 100%;
  height: 188px;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.6s;
}
.container .project-info .supply-info .list-info .item .title {
  font-size: 14px;
  color: #333;
}
.container .project-info .supply-info .list-info .item .info span {
  font-size: 14px;
  color: #999;
}
.container .project-info .supply-info .list-info .item .info .num {
  color: #ed1515;
  font-size: 20px;
}
.container .project-info .supply-info .list-info .item .borderE8E8E8 {
  border-bottom: 1px #e8e8e8 dashed;
}
.container .project-info .supply-info .list-info .item .status {
  color: #ed1515;
  margin-bottom: 10px;
  font-size: 14px;
}
.container .project-info .supply-info .list-info .item .status img {
  width: 14px;
  height: 12px;
}
.container .project-info .supply-info .list-info .item .status .btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
}
.container .project-info .supply-info .list-info .item .status .noStart {
  border: 1px #ed1515 solid;
  color: #ed1515;
}
.container .project-info .supply-info .list-info .item .status .handle {
  border: 1px #fdc43b solid;
  color: #fff;
  background-color: #fdc43b;
}
.container .project-info .recommend-info {
  width: 24%;
}
.container .project-info .recommend-info .list-info {
  width: 100%;
  background: #f7f7f8;
}
.container .project-info .recommend-info .list-info .item {
  width: 100%;
  color: #333;
  font-size: 14px;
  position: relative;
}
.container .project-info .recommend-info .list-info .item .type {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fa5e03;
  color: #fff;
}
.container .project-info .recommend-info .list-info .item img {
  width: 100%;
  height: 114px;
  object-fit: cover;
}
.container .project-info .recommend-info .list-info .item .cont {
  font-size: 14px;
  background: #fff;
}
.container .project-info .recommend-info .list-info .item .cont .title {
  color: #333;
}
.container .project-info .recommend-info .list-info .item .cont .date {
  font-size: 12px;
  color: #999;
  border-bottom: 1px dashed #e8e8e8;
}
.container .project-info .recommend-info .list-info .item .cont .date span {
  color: #666;
}
.container .project-info .recommend-info .list-info .item .cont .btn {
  width: 60%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c52929;
  color: #c52929;
}
.container .project-info .recommend-info .list-info .item .cont .details {
  color: #999;
}
.container .project-info .recommend-info .list-info .more {
  width: 163px;
  height: 41px;
  margin: 10px auto;
  line-height: 41px;
  border: 1px #ccc solid;
  color: #666;
  font-size: 14px;
  border-radius: 41px;
}
.container .project-desc {
  width: 1200px;
  margin: 0 auto;
}
.container .project-desc .list-info {
  width: 100%;
}
.container .project-desc .list-info .item {
  width: 24%;
  color: #333;
  font-size: 14px;
  position: relative;
  border: 1px solid #cccccc;
}
.container .project-desc .list-info .item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.container .project-desc .list-info .item .desc {
  font-size: 16px;
  color: #333;
}
.container .project-desc .list-info .more {
  width: 163px;
  height: 41px;
  margin: 10px auto;
  line-height: 41px;
  border: 1px #ccc solid;
  color: #666;
  font-size: 14px;
  border-radius: 41px;
}
.container .publicity-info {
  width: 1200px;
  margin: 0 auto;
}
.container .publicity-info .status-info {
  font-size: 14px;
}
.container .publicity-info .status-info .start {
  color: #e80000;
  position: relative;
  padding-left: 14px;
}
.container .publicity-info .status-info .start:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 8px;
  height: 8px;
  background: #e80000;
}
.container .publicity-info .status-info .fail {
  color: #fe850b;
  position: relative;
  padding-left: 14px;
  margin-left: 30px;
}
.container .publicity-info .status-info .fail:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 8px;
  height: 8px;
  background: #fe850b;
}
.container .publicity-info .status-info .mortgage {
  color: #015eff;
  position: relative;
  padding-left: 14px;
  margin-left: 30px;
  margin-right: 30px;
}
.container .publicity-info .status-info .mortgage:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 8px;
  height: 8px;
  background: #015eff;
}
.container .publicity-info .status-info .end {
  color: #49b76a;
  position: relative;
  margin-left: 30px;
  padding-left: 14px;
  margin-right: 30px;
}
.container .publicity-info .status-info .end:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #49b76a;
}
.container .publicity-info .type-info {
  font-size: 22px;
  color: #666;
}
.container .publicity-info .type-info .item:last-child {
  margin-left: 5px;
}
.container .publicity-info .active {
  color: #fe8a00;
}
.container .publicity-info .list-wrap {
  width: 100%;
}
.container .publicity-info .list-wrap .list-info .tab {
  background: #ffefd9;
  font-size: 16px;
}
.container .publicity-info .list-wrap .list-info .item {
  font-size: 14px;
  background: #fffaf3;
  border-bottom: 1px #e8e8e8 solid;
  color: #666;
}
.container .publicity-info .list-wrap .list-info .item,
.container .publicity-info .list-wrap .list-info .tab {
  width: 100%;
  text-align: center;
}
.container .publicity-info .list-wrap .list-info .item .column,
.container .publicity-info .list-wrap .list-info .tab .column {
  flex: 1;
}
.container .publicity-info .list-wrap .list-info .item .type,
.container .publicity-info .list-wrap .list-info .tab .type {
  display: inline-block;
}
.container .publicity-info .list-wrap .list-info .item .type::after,
.container .publicity-info .list-wrap .list-info .tab .type::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid #fe8a00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.container .publicity-info .list-wrap .list-info .item .start,
.container .publicity-info .list-wrap .list-info .tab .start {
  color: #ef3333 !important;
}
.container .publicity-info .list-wrap .list-info .item .fail,
.container .publicity-info .list-wrap .list-info .tab .fail {
  color: #fe850b !important;
}
.container .publicity-info .list-wrap .list-info .item .end,
.container .publicity-info .list-wrap .list-info .tab .end {
  color: #49b76a !important;
}
.container .publicity-info .list-wrap .list-info .item .mortgage,
.container .publicity-info .list-wrap .list-info .tab .mortgage {
  color: #015eff !important;
}
.container .publicity-info .list-wrap .list-info .item:first-child .title,
.container .publicity-info .list-wrap .list-info .tab:first-child .title {
  border-top: 1px #e3e5e7 solid;
}
.container .publicity-info .list-wrap .list-info .item:first-child .info,
.container .publicity-info .list-wrap .list-info .tab:first-child .info {
  border-top: 1px #e3e5e7 solid;
}
.container .publicity-info .list-wrap .list-info .item:nth-child(2n) .title,
.container .publicity-info .list-wrap .list-info .tab:nth-child(2n) .title {
  background-color: #fff;
}
.container .publicity-info .list-wrap .list-info .item:nth-child(2n) .info,
.container .publicity-info .list-wrap .list-info .tab:nth-child(2n) .info {
  background-color: #fff;
}
.container .business-data {
  width: 100%;
  background-size: cover;
}
.container .business-data .cont-wrap {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
}
.container .business-data .cont-wrap .title {
  font-size: 28px;
  text-align: center;
}
.container .business-data .cont-wrap .tab-list .item {
  width: 90px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  color: #ffaa00;
  margin-right: 24px;
}
.container .business-data .cont-wrap .tab-list .active {
  background-color: #ffaa00;
  color: #fff;
}
.container .business-data .cont-wrap .top {
  height: 117px;
}
.container .business-data .cont-wrap .top .name {
  flex: 1;
  height: 117px;
  background: url("/img/data-bg.png") center top no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left;
  padding: 10px 20px;
  border-radius: 8px;
}
.container .business-data .cont-wrap .top .name .tit {
  font-size: 22px;
}
.container .business-data .cont-wrap .top .name .date {
  font-size: 12px;
}
.container .business-data .cont-wrap .top .data {
  flex: 8;
  margin-left: 1%;
  background-color: #fff;
  border-radius: 8px;
}
.container .business-data .cont-wrap .top .data .item {
  width: 50%;
  border-right: 1px #ffaa00 dashed;
  text-align: center;
}
.container .business-data .cont-wrap .top .data .item:last-child {
  border-right: none;
}
.container .business-data .cont-wrap .top .data .item .number {
  font-size: 30px;
  color: #fe7b06;
}
.container .business-data .cont-wrap .top .data .item .type {
  color: #fe7b06;
  font-size: 14px;
}
.container .business-data .cont-wrap .bottom .chart-box {
  width: 30%;
  height: 368px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.container .business-data .cont-wrap .bottom .chart-box .title {
  font-size: 18px;
  color: #333;
}
.container .business-data .cont-wrap .bottom .chart-box1 {
  width: 38%;
  height: 368px;
  background-color: #fff;
  border-radius: 8px;
}
.container .business-data .cont-wrap .bottom .chart-box1 .title {
  font-size: 18px;
  color: #333;
}
.container .business-data .cont-wrap .bottom .chart-box1 img {
  width: auto;
  height: 270px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.container .policy-wrap {
  width: 100%;
  padding: 60px auto;
  background: #f7f7f8;
}
.container .policy-wrap .cont-wrap {
  width: 1200px;
}
.container .policy-wrap .cont-wrap .policy-info {
  width: 60%;
  background: #fff;
  box-sizing: border-box;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail {
  width: 50%;
  position: relative;
  padding-right: 50px;
  height: 240px;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .date {
  width: 70px;
  height: 70px;
  background: #fff5e2;
  color: #fe8a00;
  position: absolute;
  bottom: -20px;
  left: 10px;
  right: 0;
  text-align: center;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .date .day {
  font-size: 30px;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .date .month {
  font-size: 10px;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .title {
  width: 100%;
  padding-left: 85px;
  font-size: 16px;
  color: #333333;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .desc {
  font-size: 14px;
  color: #999;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .desc {
  color: #999;
  font-size: 14px;
}
.container .policy-wrap .cont-wrap .policy-info .thumbnail .more {
  width: 82px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #f2a342, #f1d282);
}
.container .policy-wrap .cont-wrap .policy-info .policy-list {
  width: 50%;
  box-sizing: border-box;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item-active {
  border-bottom: 1px #e8e8e8 solid;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item-active .cont .title {
  color: #fe8a00;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item-active .cont .desc {
  color: #666;
  margin: 40px 0;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item {
  color: #333;
  padding: 10px 5px;
  cursor: pointer;
  border-bottom: 1px #e8e8e8 solid;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 100%;
  margin-top: 11px;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item .date {
  width: 100%;
  color: #999;
  font-size: 12px;
}
.container .policy-wrap .cont-wrap .policy-info .policy-list .item .title {
  font-size: 14px;
  color: #666666;
  width: 100%;
}
.container .policy-wrap .cont-wrap .guide-info {
  width: 38%;
  background: #fff;
}
.container .policy-wrap .cont-wrap .guide-info .list-info .item .title {
  width: 70%;
  color: #666;
  font-size: 14px;
}
.container .policy-wrap .cont-wrap .guide-info .list-info .item .date {
  width: 20%;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.container .server-info {
  width: 100%;
  margin: 0 auto;
  background: #f7f7f8;
}
.container .server-info .cont-wrap {
  width: 1200px;
  background: #fff;
}
.container .server-info .list-info {
  font-size: 14px;
  color: #fff;
}
.container .server-info .list-info .item {
  width: 110px;
  height: 110px;
  border-radius: 5px;
}
.container .server-info .list-info .item img {
  width: 32px;
}
.container .server-info .list-info .bg61BCEC {
  background: linear-gradient(#61bcec, #438fd2);
}
.container .server-info .list-info .bgFD8C4D {
  background: linear-gradient(#fd8c4d, #fa6d40);
}
.container .server-info .list-info .bgFCBA4F {
  background: linear-gradient(#fcba4f, #f29327);
}
.container .server-info .list-info .bgAAAAE5 {
  background: linear-gradient(#aaaae5, #5e5ebe);
}
.container .server-info .list-info .bgF1BE7C {
  background: linear-gradient(#f1be7c, #cb9360);
}
.container .server-info .list-info .bg60E276 {
  background: linear-gradient(#60e276, #1ca74a);
}
.container .server-info .list-info .bgFC8A4C {
  background: linear-gradient(#fc8a4c, #fa6f40);
}
.container .server-info .list-info .bgF1BE7C {
  background: linear-gradient(#f1be7c, #cb9360);
}
.container .link-info .cont-wrap {
  width: 1200px;
}
.container .link-info .cont-wrap .title {
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #fe8a00;
  font-size: 16px;
}
.container .link-info .cont-wrap .list-info {
  width: calc(100% - 170px);
}
.container .link-info .cont-wrap .list-info .item {
  width: 31%;
  border: 1px #cccccc solid;
  height: 48px;
  line-height: 48px;
  position: relative;
}
.container .link-info .cont-wrap .list-info .item .name {
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.container .link-info .cont-wrap .list-info .item .name .arrow-down {
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  height: 10px;
  width: 10px;
  transform: translate(2px, -2px) rotate(-45deg);
  -webkit-transform: translate(2px, -2px) rotate(-45deg);
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  display: inline-block;
  -moz-transform: translate(2px, -2px) rotate(-45deg);
  -ms-transform: translate(2px, -2px) rotate(-45deg);
  -o-transform: translate(2px, -2px) rotate(-45deg);
}
.container .link-info .cont-wrap .list-info .item .sub-list {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  display: none;
}
.container .link-info .cont-wrap .list-info .item .sub-list .link {
  font-size: 16px;
  color: #999;
  border-bottom: 1px #f7f7f8 solid;
}
.container .link-info .cont-wrap .list-info .item .sub-list .link:last-child {
  border-bottom: none;
}
.container .info-center {
  position: fixed;
  right: 15px;
  top: 30vh;
  box-shadow: 0 0 5px #e8e8e8;
  z-index: 999;
  background-color: #fff;
  border-radius: 3px;
}
.container .info-center .bg-wyxq {
  background: url("/img/wyxq.png") no-repeat;
  background-size: 20px auto;
  background-position: center 14px;
}
.container .info-center .bg-wyxq:hover {
  background: #fe7c06 url("/img/z-2052.png") no-repeat !important;
  background-size: 20px auto !important;
  background-position: center 14px !important;
}
.container .info-center .bg-wyxq:hover .name {
  font-size: 14px;
  color: #fff !important;
}
.container .info-center .bg-wygj {
  background: url("/img/z-5428.png") no-repeat;
  background-size: 20px auto;
  background-position: center 14px;
}
.container .info-center .bg-wygj:hover {
  background: #fe7c06 url("/img/z-5432.png") no-repeat !important;
  background-size: 20px auto !important;
  background-position: center 14px !important;
}
.container .info-center .bg-wygj:hover .name {
  font-size: 14px;
  color: #fff !important;
}
.container .info-center .bg-jjdt {
  background: url("/img/z-2053.png") no-repeat;
  background-size: 20px auto;
  background-position: center 14px;
}
.container .info-center .bg-jjdt:hover {
  background: #fe7c06 url("/img/z-2049.png") no-repeat !important;
  background-size: 20px auto !important;
  background-position: center 14px !important;
}
.container .info-center .bg-jjdt:hover .name {
  font-size: 14px;
  color: #fff !important;
}
.container .info-center .bg-bbzx {
  background: url("/img/z-2034.png") no-repeat;
  background-size: 20px auto;
  background-position: center 14px;
}
.container .info-center .bg-bbzx:hover {
  background: #fe7c06 url("/img/z-2050.png") no-repeat !important;
  background-size: 20px auto !important;
  background-position: center 14px !important;
}
.container .info-center .bg-bbzx:hover .name {
  font-size: 14px;
  color: #fff !important;
}
.container .info-center .bg-fhdb {
  background: url("/img/z-2027.png") no-repeat;
  background-size: 20px auto;
  background-position: center 14px;
}
.container .info-center .bg-fhdb:hover {
  background: #fe7c06 url("/img/z-2051.png") no-repeat !important;
  background-size: 20px auto !important;
  background-position: center 14px !important;
}
.container .info-center .bg-fhdb:hover .name {
  font-size: 14px;
  color: #fff !important;
}
.container .info-center .item {
  text-align: center;
  cursor: pointer;
  height: 70px;
  line-height: 100px;
}
.container .info-center .item img {
  width: 20px;
}
.container .info-center .item .name {
  font-size: 14px;
  color: #666;
}
.container .cont-wrap {
  height: auto;
  margin: 0 auto;
  /* 热点新闻*/
}
.container footer {
  background-color: #211f20;
  color: #fff;
}
.container footer .footer-wrap {
  color: #fff;
  min-width: 1200px;
}
.container footer .footer-wrap .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.container footer .footer-wrap .content .title {
  font-size: 18px;
}
.container footer .footer-wrap .content .cont {
  width: 50%;
  font-size: 14px;
}
.container footer .footer-wrap .content .cont .code {
  width: auto;
  text-align: center;
}
.container footer .footer-wrap .content .cont .code img {
  width: 100px;
}
.container footer .footer-wrap .content .cont .code .title {
  font-size: 14px;
}
.container footer .footer-wrap .content .cont .code:last-child {
  margin-left: 20px;
}
.container footer .footer-wrap .footer-info {
  border-top: 1px #e3e3e3 solid;
  font-size: 12px;
}
