.place-title {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 40px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #ca0a0f;
}

.place-title .content {
  margin: 0 auto;
  display: inline-block;
}

.place-title .text {
  font-family: pingfangsc, pingfang sc;
  font-weight: 600;
  font-size: 34px;
  color: #222222;
  line-height: 48px;
  float: left;
}

.place-title .title-bg {
  width: 133px;
  height: 48px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  float: left;
  background: url(/uploads/image/simages/place_name.png);
  background-position: center center;
  background-size: 100% 100%;
}

.nav-row {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f8f8f8;
}

.nav-row .case {
  display: inline-block;
  margin: 0 auto;
}

.nav-row .sub-nav {
  float: left;
}

.nav-row .sub-nav .item {
  font-family: pingfangsc, pingfang sc;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 60px;
  display: inline-block;
}

.nav-row .sub-nav .item:hover {
  color: #ca0a0f;
}

.nav-row .search-box {
  position: relative;
  float: left;
  width: 213px;
  height: 32px;
  margin-top: 13px;
  margin-left: 35px;
  border-radius: 16px;
  border: 1px solid #c8c8c8;
}

.nav-row .search-box input {
  position: absolute;
  top: 0;
  left: 0;
  font-family: pingfangsc, pingfang sc;
  width: 163px;
  height: 32px;
  padding-left: 15px;
  padding-right: 35px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 32px;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
}

.nav-row .search-box .search-icon {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 13px;
  height: 14px;
  cursor: pointer;
}

.tabs-main {
  width: 100%;
  height: 688px;
  background: url(/uploads/image/simages/bg1.png);
  background-position: center center;
  background-size: 100% 100%;
}

.tabs-main .tabs-new {
  width: 1440px;
  margin: 0 auto;
  padding: 34px 0;
  text-align: center;
}

.tabs-main .tabs-new a {
  font-family: pingfangsc, pingfang sc;
  display: inline-block;
  width: 1440px;
  font-weight: 600;
  font-size: 36px;
  color: #222222;
  line-height: 50px;
  text-align: center;
}

.tabs-main .tabs-new a:hover {
  color: #ca0a0f;
}

.tabs-main .tabs-container {
  width: 1440px;
  height: 570px;
  margin: 0 auto;
}

.tabs-main .tab-content {
  width: 966px;
  height: 570px;
  float: left;
}

.tabs-main .content-item {
  width: 966px;
  height: 570px;
  display: none;
}

.tabs-main .content-item.active {
  display: block;
}

.tabs-main .content-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tabs-main .content-item .tab-img {
  width: 966px;
  height: 570px;
}

.tabs-main .content-item .tab-tips {
  position: absolute;
  left: -6px;
  bottom: 81px;
  width: 383px;
  height: 80px;
  padding: 14px 25px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  border-left: 6px solid #ca0a0f;
  background-color: rgba(0, 0, 0, 0.4);
}

.tabs-main .tab-click {
  width: 444px;
  height: auto;
  float: left;
  padding: 27px 15px;
  padding-bottom: 8px;
  background-color: #ffffff;
}

.tabs-main .click-item {
  width: auto;
  height: 87px;
  margin-bottom: 20px;
  cursor: pointer;
}

.tabs-main .click-item .cover-img {
  display: block;
  width: 156px;
  height: 87px;
  float: left;
}

.tabs-main .click-item .click-title {
  float: left;
  width: 268px;
  height: 82px;
  padding-top: 5px;
  margin-left: 20px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  text-align: left;
}

.tabs-main .click-item.active .cover-img {
  width: 152px;
  height: 83px;
  border: 2px solid #ca0a0f;
}

.tabs-main .click-item.active .click-title {
  color: #ca0a0f;
}

.tabs-main .click-item:hover .cover-img {
  width: 152px;
  height: 83px;
  border: 2px solid #ca0a0f;
}

.tabs-main .click-item:hover .click-title {
  color: #ca0a0f;
}

.section .news-title {
  position: relative;
  display: inline-block;
  font-family: pingfangsc, pingfang sc;
  padding-left: 12px;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  color: #ca0a0f;
  line-height: 33px;
  text-align: left;
}


.section .news-title a{
 
  color: #ca0a0f;

}

.section .news-title:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 4px;
  height: 23px;
  background-color: #ca0a0f;
}

.section .container {
  width: 1440px;
  margin: 0 auto;
}

.section1 {
  padding-top: 55px;
}

.section1 .news-32 {
  width: 1108px;
  float: left;
}

.section1 .news-32 .img-box {
  float: left;
}

.section1 .news-32 .img-box a {
  position: relative;
  display: block;
  width: 604px;
  height: 355px;
  overflow: hidden;
}

.section1 .news-32 .img-box a .news-tips {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: pingfangsc, pingfang sc;
  width: 564px;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
}

.section1 .news-32 .news-img {
  width: 604px;
  height: 355px;
}

.section1 .news-32 .text-box {
  float: left;
  width: 444px;
  height: 315px;
  padding: 20px 30px;
  background-color: #f8f8f8;
}

.section1 .news-32 .text-box .text-link {
  font-family: pingfangsc, pingfang sc;
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.section1 .news-32 .text-box .text-link:hover {
  color: #ca0a0f;
}

.section1 .news-31 {
  float: right;
}

.section1 .leader {
  width: 245px;
  height: 338px;
  padding: 16px 24px 2px 20px;
  background-color: #f9f9f9;
}

.section1 .lead {
  margin-bottom: 26px;
}

.section1 .leader .clear {
  display: block;
}

.section1 .leader .lead-img {
  display: block;
  width: 121px;
  height: 143px;
  float: left;
}

.section1 .leader .info {
  padding-left: 28px;
  float: left;
}

.section1 .leader .info .duties {
  font-family: pingfangsc, pingfang sc;
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #575757;
  line-height: 22px;
  text-align: left;
}

.section1 .leader .info .name {
  font-family: pingfangsc, pingfang sc;
  margin-top: 19px;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  text-align: left;
}

.section1 .leader .info .button {
  font-family: pingfangsc, pingfang sc;
  margin-top: 25px;
  width: 96px;
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  background-color: #ca0a0f;
}


.section1 .leader .info .button a{

  color: #ffffff;

}

.section2 {
  padding-top: 47px;
}

.section2 .text-news {
  float: left;
  margin-right: 40px;
}

.section2 .text-box {
  width: 475px;
  height: 348px;
  padding: 0 30px;
  background-color: #f9f9f9;
}

.section2 .text-box .text-link {
  display: block;
  height: 54px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 54px;
  text-align: left;
  border-bottom: 1px dashed #e5e5e5;
}

.section2 .text-box .text-link span {
  display: inline-block;
  padding-right: 7px;
  color: #cfcfcf;
}

.section2 .text-box .text-link:first-child {
  height: 66px;
  line-height: 66px;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #ca0a0f;
}

.section2 .text-box .text-link:first-child span {
  color: #ca0a0f;
}

.section2 .text-box .text-link:hover {
  color: #ca0a0f;
}

.section .video-news {
  width: 251px;
  height: auto;
  float: left;
}

.section .video-item a {
  display: block;
  width: 251px;
  height: auto;
}

.section .video-item .video-poster {
  position: relative;
  width: 251px;
  height: 141px;
  overflow: hidden;
}

.section .video-item .video-img {
  display: block;
  width: 251px;
  height: 141px;
}

.section .video-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 33px;
  margin-top: -16.5px;
  margin-left: -24px;
}

.section .video-item .video-name {
  font-family: pingfangsc, pingfang sc;
  padding: 6px 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: center;
}

.section .video-item .video-name:hover {
  color: #ca0a0f;
}

.section .newspaper {
  float: left;
}

.section .newspaper .box {
  position: relative;
  width: 289px;
  height: 348px;
  background-color: #f9f9f9;
}

.section .newspaper .box a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 204px;
  height: 314px;
  margin-top: -157px;
  margin-left: -102px;
  overflow: hidden;
}

.section .newspaper .box .news-img {
  width: 204px;
  height: 314px;
}

.section3 {
  padding-top: 45px;
}

.section3 .text-news {
  width: 424px;
  height: 227px;
  padding: 10px 30px;
  float: left;
  background-color: #f9f9f9;
}

.section3 .text-news .text-link {
  font-family: pingfangsc, pingfang sc;
  display: block;
  padding: 12px 0;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.section3 .text-news .text-link:hover {
  color: #ca0a0f;
}

.section3 .text-img {
  float: left;
  margin-left: 40px;
}

.section3 .text-img a {
  display: block;
  width: 916px;
  height: 247px;
}

.section3 .text-img .cover-img {
  width: 371px;
  height: 247px;
}

.section3 .text-img .news-info {
  width: 495px;
  height: 211px;
  float: left;
  padding: 23px 20px 13px 30px;
  background-color: #f9f9f9;
}

.section3 .text-img .news-info .text-title {
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 33px;
  text-align: left;
}

.section3 .text-img:hover .news-info .text-title {
  color: #ca0a0f;
}

.section3 .text-img .news-info .text {
  font-family: pingfangsc, pingfang sc;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 28px;
  text-align: left;
}

.section3 .text-img .news-info .timer {
  font-family: pingfangsc, pingfang sc;
  margin-top: 59px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
}

.section4 {
  width: 1440px;
  height: 120px;
  margin: 40px auto 45px ;
}

.section4 .ad-img {
  width: 100%;
  height: 100%;
}

.section5 {
  padding-bottom: 90px;
}

.section5 .img-group {
  margin-bottom: 11px;
}

.section5 .img-big {
  width: 567px;
  height: 359px;
  float: left;
  margin-right: 9px;
}

.section5 .img-big .cover-img {
  width: 567px;
  height: 359px;
}

.section5 .img-small {
  width: 287px;
  height: 175px;
  float: left;
  margin-right: 9px;
}

.section5 .img-small .cover-img {
  width: 287px;
  height: 175px;
}

.section5 .img-big.nomargin,
.section5 .img-small.nomargin {
  margin-right: 0;
}

.section5 .img-small .marginbottom {
  margin-bottom: 9px;
}

.section5 .img-item a {
  position: relative;
  display: block;
  z-index: 10;
  overflow: hidden;
}

.section5 .img-item a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 156px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section5 .img-small .img-item a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 79px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section5 .img-item .img-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
  padding: 16px 20px;
  z-index: 10;
}

.section5 .img-item .img-name:before {
  position: absolute;
  left: 20px;
  bottom: 0;
  content: '';
  display: block;
  width: 44px;
  height: 6px;
  background-color: #ca0a0f;
}

.section6 {
  padding-bottom: 50px;
}

.section6 .left {
  float: left;
}

.section6 .left .img-box {
  float: left;
}

.section6 .left .img-box a {
  display: block;
}

.section6 .left .img-box .cover-img {
  width: 485px;
  height: 290px;
}

.section6 .left .img-box .img-name {
  width: 485px;
  height: 50px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 50px;
  text-align: center;
  background-color: #f9f9f9;
}

.section6 .left .text-news {
  float: left;
  width: 452px;
  margin-left: 30px;
}

.section6 .left .text-news .text-link {
  font-family: pingfangsc, pingfang sc;
  /* margin-bottom: 22px; */
  padding: 11px 0;
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  text-align: left;
}

.section6 .left .text-news .text-link:hover {
  color: #ca0a0f;
}

.section6 .left .row2 {
  margin-top: 24px;
}

.section6 .left .row2 .item {
  float: left;
  margin-left: 20px;
}

.section6 .left .row2 .item a {
  display: block;
}

.section6 .left .row2 .item:first-child {
  margin-left: 0;
}

.section6 .left .row2 .item .cover-img {
  width: 224px;
  height: 129px;
}

.section6 .left .row2 .item .img-name {
  font-family: pingfangsc, pingfang sc;
  width: 204px;
  height: 44px;
  padding: 0 10px;
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: left;
}

.section6 .left .row2 .item .timer {
  font-family: pingfangsc, pingfang sc;
  margin-top: 16px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
}

.section6 .left .row2 .item:hover .img-name {
  color: #ca0a0f;
}

.section6 .right {
  float: left;
  margin-left: 25px;
}

.section6 .right .item {
  width: 448px;
  height: auto;
  margin-top: 10px;
}

.section6 .right .item:first-child {
  margin-top: 0;
}

.section6 .right .item .cover-img {
  width: 229px;
  height: 140px;
}

.section6 .right .item .info {
  float: left;
  margin-left: 10px;
}

.section6 .right .item .new-name {
  font-family: pingfangsc, pingfang sc;
  width: 208px;
  height: 96px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  text-align: left;
}

.section6 .right .item .timer {
  font-family: pingfangsc, pingfang sc;
  margin-top: 23px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
}

.section6 .right .item:hover .new-name {
  color: #ca0a0f;
}

.section7 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section7 .ad-link .ad-img {
  width: 706px;
  height: 99px;
}

.section7 .floatleft {
  float: left;
  width: 706px;
  height: 99px;
}

.section7 .floatright {
  float: right;
  width: 706px;
  height: 99px;
}

.section8 {
  padding-bottom: 40px;
}

.section8 .item {
  float: left;
  margin-left: 20px;
}

.section8 .item:first-child {
  margin-left: 0;
}

.section8 .img-text .cover-img {
  width: 249px;
  height: 168px;
  display: block;
}

.section8 .img-text .new-name {
  max-width: 183px;
  height: 168px;
  background: #f8f8f8;
  padding: 0 17px 0 16px;
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}

.section8 .img-text .new-name .ellipsis-13 {
  display: table-cell;
  height: 168px;
  vertical-align: middle;
}

.section8 .img-text:hover .new-name .ellipsis-13 {
  color: #ca0a0f;
}

.section8 .text-news .text-link {
  display: block;
  width: 442px;
  height: 52px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 52px;
  text-align: left;
  border-bottom: 1px dashed #e5e5e5;
}

.section8 .text-news .text-link:hover {
  color: #ca0a0f;
}

.section9 {
  padding-top: 45px;
}

.section9 .img-text {
  float: left;
}

.section9 .news-video {
  float: left;
}

.section9 .img-box {
  float: left;
}

.section9 .img-box .img-item-full {
  position: relative;
  display: block;
  width: 471px;
  height: 251px;
  margin-bottom: 10px;
  overflow: hidden;
}

.section9 .img-box .img-item-full .cover-img {
  width: 471px;
  height: 251px;
}

.section9 .img-box .img-item-full .img-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.section9 .img-box .img-item {
  float: left;
  width: 230px;
  height: 114px;
  display: block;
  margin-left: 10px;
}

.section9 .img-box .img-item:first-child {
  margin-left: 0;
}

.section9 .img-box .img-item .cover-img {
  width: 230px;
  height: 114px;
}

.section9 .img-box .img-item .img-name {
  width: 210px;
  height: 22px;
  padding: 5px 10px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: center;
}

.section9 .img-box .img-item:hover .img-name {
  color: #ca0a0f;
}

.section9 .text-news {
  float: left;
  margin-left: 20px;
}

.section9 .text-news .text-link {
  display: block;
  width: 430px;
  height: auto;
  padding: 11px 0;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: left;
}

.section9 .text-news .text-link span {
  padding-right: 4px;
}

.section9 .text-news .text-link:hover {
  color: #ca0a0f;
}

.section9 .news-video {
  margin-left: 60px;
}

.section9 .news-video .video-item {
  float: left;
  width: 222px;
  height: auto;
  margin-left: 12px;
  margin-bottom: 15px;
}

.section9 .news-video .video-item:first-child {
  margin-left: 0;
}

.section9 .news-video .video-item a {
  display: block;
  width: 222px;
  height: auto;
}

.section9 .news-video .video-item .video-poster {
  position: relative;
  width: 222px;
  height: 145px;
}

.section9 .news-video .video-item .poster {
  width: 222px;
  height: 145px;
}

.section9 .news-video .video-item .play-btn {
  position: absolute;
  left: 11px;
  bottom: 25px;
  width: 51px;
  height: 36px;
}

.section9 .news-video .video-item .video-name {
  width: 202px;
  height: auto;
  padding: 10px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: center;
}

.section9 .news-video .video-item:hover .video-name {
  color: #ca0a0f;
}

/* 鼠标划入图片放大动画 */
.hover-hidden {
  overflow: hidden;
}

.tabs-main .content-item .tab-img {
  transition: all 0.5s;
}

.tabs-main .content-item:hover .tab-img {
  transform: scale(1.1);
}

.section1 .news-32 .news-img {
  transition: all 0.5s;
}

.section1 .news-32 .img-box:hover .news-img {
  transform: scale(1.1);
}

.section3 .text-img .hover-hidden {
  float: left;
}

.section3 .text-img .hover-hidden .cover-img {
  transition: all 0.5s;
}

.section3 .text-img .hover-hidden:hover .cover-img {
  transform: scale(1.1);
}

.section5 .img-big .cover-img {
  transition: all 0.5s;
}

.section5 .img-big:hover .cover-img {
  transform: scale(1.1);
}

.section5 .img-small .cover-img {
  transition: all 0.5s;
}

.section5 .img-small .img-item:hover .cover-img {
  transform: scale(1.1);
}

.section6 .left .img-box .cover-img {
  transition: all 0.5s;
}

.section6 .left .img-box:hover .cover-img {
  transform: scale(1.1);
}

.section6 .left .row2 .item a .cover-img {
  transition: all 0.5s;
}

.section6 .left .row2 .item a:hover .cover-img {
  transform: scale(1.1);
}

.section6 .right .item .hover-hidden {
  float: left;
}

.section6 .right .item .hover-hidden .cover-img {
  transition: all 0.5s;
}

.section6 .right .item .hover-hidden:hover .cover-img {
  transform: scale(1.1);
}

.section8 .img-text .hover-hidden {
  float: left;
}

.section8 .img-text .hover-hidden .cover-img {
  transition: all 0.5s;
}

.section8 .img-text .hover-hidden:hover .cover-img {
  transform: scale(1.1);
}

.section9 .img-box .img-item-full .cover-img {
  transition: all 0.5s;
}

.section9 .img-box .img-item-full:hover .cover-img {
  transform: scale(1.1);
}

.section9 .img-box .img-item .cover-img {
  transition: all 0.5s;
}

.section9 .img-box .img-item:hover .cover-img {
  transform: scale(1.1);
}

.section .newspaper .box a .news-img {
  transition: all 0.5s;
}

.section .newspaper .box a:hover .news-img {
  transform: scale(1.1);
}


/*广告图开始*/
.myswiper {
  width: 100%;
  height: auto;
  padding-bottom: 135px;
  overflow: hidden;
}

.section .bannercon {
  width: 1200px;
  height: 460px;
  background: #ffffff;
  margin: 0px auto;
  position: relative;
}

.section .bannercon .before {
  width: 600px;
  height: 460px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -600px;
  bottom: 0px;
  z-index: 333;
}

.section .bannercon .before img {
  position: absolute;
  right: -49px;
  top: 200px;
  cursor: pointer;
}

.section .bannercon .after {
  width: 600px;
  height: 460px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: -600px;
  bottom: 0px;
  z-index: 333;
}

.section .bannercon .after img {
  position: absolute;
  left: -49px;
  top: 200px;
  cursor: pointer;
}

.section .bannercon .scroll {
  width: 2000%;
  height: 460px;
  position: relative;
  left: -1200px;
}

.section .bannercon .scroll img {
  width: 1200px;
  height: 460px;
  float: left;
}

.section .bannercon .bannerinfo {
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 900px;
  height: 70px;
  margin-left: -450px;
  background: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(219, 219, 219, 0.5);
}

.section .bannercon .bannerinfo .total {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 60px;
  height: 60px;
  background-color: #f73d25;
}

.section .bannercon .total .current {
  position: absolute;
  top: 3px;
  left: 10px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  line-height: 37px;
}

.section .bannercon .total .unit {
  position: absolute;
  top: 6px;
  left: 25px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 37px;
}

.section .bannercon .total .totalnum {
  position: absolute;
  bottom: 3px;
  left: 35px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}

.section .bannercon .bannerinfo .info-name {
  position: absolute;
  top: 0;
  left: 50px;
  width: 800px;
  height: 70px;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}