@charset "UTF-8";
/**!
 * 首页
 * date:2021-07-22
 * author: huangcong;
 */
.box {
  border: 1px solid #dae9fd;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px #eeeeee;
  margin-top: -1px;
}

.main {
  padding-bottom: 24px;
}

.topic {
  /*height: 123px;*/
  height: 82px;
  padding: 21px 50px 0;
  margin: 17px 0 15px 0;
}

.topic-tt {
  line-height: 42px;
  height: 42px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.topic-tt a{
  color: #333;
}

.topic-info {
  margin-top: 5px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  position: relative;
}

.topic-info p {
  margin-right: 90px;
}

.topic-more {
  position: absolute;
  right: 0;
  top: 0;
  color: #015293;
}

/* 图片轮播 */
.imgscroll {
  margin-right: -11px;
}

.img-txt {
  height: 51px;
  line-height: 51px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 20, 15, 0.5);
  padding: 0 210px 0 18px;
}

.slider-link {
  display: block;
}

.slider-link img {
  vertical-align: top;
  height: 379px;
}

.imgscroll.swiper-container-horizontal > .swiper-pagination-bullets {
  right: 16px;
  bottom: 18px;
  line-height: 9px;
  left: auto;
  width: auto;
}

.imgscroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.imgscroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
}

/* 今日抚顺 */
.tab-info {
  margin-left: -14px;
  height: 379px;
  padding: 6px 20px 0 44px;
}

.news-hd {
  height: 44px;
  border-bottom: 1px solid #eaedf2;
}

.news-tt {
  float: left;
  height: 44px;
  line-height: 42px;
  font-size: 18px;
  color: #333;
  padding: 0 3px;
  border-bottom: 2px solid transparent;
  margin-left: 26px;
}

.news-tt:first-child {
  margin-left: 0;
}

.news-tt.active {
  border-color: #015293;
  color: #015293;
  font-weight: bold;
  font-size: 20px;
}

.news-bd {
  padding-top: 12px;
  height: 252px;
  overflow: hidden;
}

.news-item {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  vertical-align: top;
}

.news-item:hover a,
.news-item:hover .news-date {
  color: #015293;
}

.news-item:hover a {
  background-image: url("../images/dianh.jpg");
}

.news-item a {
  display: block;
  margin-right: 130px;
  padding-left: 16px;
  color: #333;
  background: url("../images/dian.jpg") left center no-repeat;
}

.news-date {
  float: right;
  color: #888;
}

.news-links {
  padding-left: 2px;
  margin-top: 10px;
}

.news-link {
  float: left;
  width: calc((100% - 41px) / 2);
  margin-left: 40px;
}

.news-link:first-child {
  margin-left: 0;
}

.news-link a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news-link a span {
  display: inline-block;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
}

.news-link a:hover {
  box-shadow: 0px 4px 9px 0px rgba(47, 113, 200, 0.2);
}

.news-link:nth-child(1) a {
  background-image: url("../images/news_bg1.png");
}

.news-link:nth-child(1) a span {
  background-image: url("../images/news_icon1.png");
}

.news-link:nth-child(2) a {
  background-image: url("../images/news_bg2.png");
}

.news-link:nth-child(2) a span {
  background-image: url("../images/news_icon2.png");
}

.img-link {
  margin-top: 25px;
}

.img-link img {
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
}

/* 政务公开 */
.public-bg {
  background: url("../images/public_bg.jpg") center top no-repeat;
  margin-top: 30px;
  padding: 17px 0 40px 0;
}

.public-hd {
  height: 50px;
  line-height: 48px;
}

.public-hd h3 {
  float: left;
  border-bottom: 2px solid #015293;
  padding-left: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #015293;
  position: relative;
}

.public-hd h3::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -9px;
  bottom: -2px;
  background: url("../images/line_icon.png") no-repeat;
}

.public-hd span {
  float: left;
  font-size: 16px;
  line-height: 32px;
  color: #d2d2d2;
  margin: 14px 0 0 30px;
  text-transform: uppercase;
}

.public-bd {
  padding-bottom: 39px;
}

.public-func {
  display: block;
  margin: 0 10px;
  border-radius: 4px;
  padding-top: 16px;
  height: 140px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all .5s;
}

.public-func:hover {
  transform: translateY(-14px);
  box-shadow: 0px 4px 9px 0px rgba(32, 61, 141, 0.2);
}

.public-icon {
  height: 78px;
}

.public-icon img {
  vertical-align: top;
}

.public-title {
  line-height: 28px;
  font-size: 20px;
  font-family: "SourceHanSansCN-Medium";
  color: #fff;
}

.func-scroll {
  padding: 38px 9px 0;
}

.func-item {
  width: 25%;
  float: left;
}

.func-item:nth-child(1) .public-func {
  background-image: url("../images/public_bg1.png");
}

.func-item:nth-child(2) .public-func {
  background-image: url("../images/public_bg2.png");
}

.func-item:nth-child(3) .public-func {
  background-image: url("../images/public_bg3.png");
}

.func-item:nth-child(4) .public-func {
  background-image: url("../images/public_bg4.png");
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  height: 9px;
  line-height: 9px;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 4px;
  opacity: 1;
  background: #9fd3fd;
  vertical-align: top;
}

.swiper-pagination-bullet-active {
  background: #5fb6fb;
  width: 28px;
}

.file-content {
  margin-top: 38px;
  padding: 0 19px;
}

.file-mod {
  width: calc((100% - 28px) / 2);
  float: left;
  margin-left: 28px;
}

.file-mod:first-child {
  margin-left: 0;
}

.file-tab {
  background: #f4f8fd;
  border-radius: 3px;
  padding: 9px 13px 0;
  height: 338px;
}

.file-bd {
  padding-top: 11px;
}

.file-bd .news-item {
  height: 44px;
  line-height: 44px;
}

.file-search {
  float: left;
  width: 100%;
  margin-top: 18px;
  background: #f4f8fd;
  border-radius: 3px;
  padding: 0 26px;
  height: 73px;
  line-height: 73px;
}

.file-tt {
  float: left;
  font-family: "SourceHanSansCN-Medium";
  font-size: 18px;
  width: 170px;
}

.file-search-mod {
  float: left;
  width: calc(100% - 170px);
  border: 1px solid #d2e6f6;
  border-radius: 3px;
  height: 45px;
  background: #fff;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}

.file-input {
  margin-right: 50px;
}

.file-input input {
  display: block;
  width: 100%;
  padding: 0 16px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
}

.file-input input::placeholder {
  color: #999;
}

.file-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 43px;
  line-height: 43px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: url("../images/search_icon.png") center center no-repeat #015293;
  cursor: pointer;
}

.file-links {
  margin-top: 18px;
}

.file-link {
  float: left;
  width: 20%;
}

.file-link:first-child {
  width: 20%;
}

.file-link a {
  display: block;
  margin: 0 10px;
  height: 72px;
  line-height: 72px;
  font-size: 20px;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  background: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 4px 0px #eeeeee;
}


.file-link:nth-child(1) a {
  background-image: url("../images/link_bg2.png");
}
.file-link:nth-child(2) a {
  background-image: url("../images/link_bg2.png");
}

.file-link:nth-child(3) a {
  background-image: url("../images/link_bg3.png");
}

.file-link:nth-child(4) a {
  background-image: url("../images/link_bg1.png");
}

.file-link:nth-child(5) a {
  background-image: url("../images/link_bg2.png");

}

/* 移动端 */
@media (max-width: 767px) {
  .file-links {
    margin-top: 0;
  }
  .file-link {
  width: 50%;
}

.file-link:last-child {
  margin-top:10px;
  width: 100%;
}
  .file-link a {
    margin: 0 3px;
  }
}

/* 政务服务 */
.service {
  margin: 20px 0 30px 0;
}

.service-bd {
  padding: 38px 0 11px 0;
}

.service-items {
  padding: 0 6px;
}

.service-item {
  float: left;
  width: 33.33333333333%;
}

.service-item:nth-child(1) .service-mod {
  background-image: url("../images/servive_bg1.png");
}

.service-item:nth-child(2) .service-mod {
  background-image: url("../images/servive_bg2.png");
}

.service-item:nth-child(3) .service-mod {
  background-image: url("../images/servive_bg3.png");
}

.service-mod {
  display: block;
  margin: 0 13px;
  height: 100px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px #eeeeee;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding-top: 20px;
}

.service-mod h3 {
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
}

.service-mod p {
  line-height: 28px;
  font-size: 14px;
  text-transform: uppercase;
}

.service-mod:hover {
  box-shadow: 0px 4px 9px 0px rgba(32, 61, 141, 0.21);
}

.service-bom {
  padding: 0 6px;
  margin-top: 19px;
}

.service-func {
  width: 66.666666666%;
  float: left;
}

.service-plat {
  width: 33.3333333333%;
  float: left;
}

.service-content {
  margin: 0 13px;
}

.service-links {
  margin-left: -15px;
}

.service-link {
  float: left;
  width: 25%;
  padding-left: 15px;
  margin-bottom: 17px;
}

.service-link a {
  display: block;
  height: 66px;
  line-height: 64px;
  font-size: 16px;
  color: #6c727f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 77px;
  background-position: 19px center;
  background-repeat: no-repeat;
  background-color: #f1f6fd;
  border-radius: 4px;
  border: 1px solid #f1f6fd;
}

.service-link a:hover {
  border-color: #015293;
  color: #015293;
}

.service-link:nth-child(1) a {
  background-image: url("../images/service_icon1.png");
}

.service-link:nth-child(2) a {
  background-image: url("../images/service_icon2.png");
}

.service-link:nth-child(3) a {
  background-image: url("../images/service_icon3.png");
}

.service-link:nth-child(4) a {
  background-image: url("../images/service_icon4.png");
}

.service-link:nth-child(5) a {
  background-image: url("../images/service_icon5.png");
}

.service-link:nth-child(6) a {
  background-image: url("../images/service_icon6.png");
}

.service-link:nth-child(7) a {
  background-image: url("../images/service_icon7.png");
}

.service-link:nth-child(8) a {
  background-image: url("../images/service_icon8.png");
}

/* 统一支付平台 */
.plat-scroll {
  padding-bottom: 40px;
}

.plat-link {
  display: block;
  padding-top: 19px;
  height: 131px;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  box-shadow: 0px 0px 4px 0px #eeeeee;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.plat-link.plat1 {
  background-image: url("../images/plat_bg1.png");
}

.plat-link.plat2 {
  background-image: url("../images/plat_bg2.png");
}

.plat-icon {
  height: 70px;
}

.plat-icon img {
  vertical-align: top;
}

/* 在线访谈 */
.online {
  padding: 18px 0 34px 0;
  background: url("../images/online_bg.jpg") center bottom no-repeat #f9fafc;
}

.online-bd {
  padding: 39px 19px 31px;
}

.online-img {
  width: 42.41%;
  float: left;
  height: 280px;
}

.online-img img {
  vertical-align: top;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.online-r {
  float: right;
  width: 54.3%;
}

.online-tips {
  line-height: 32px;
  font-size: 16px;
  color: #555;
  padding-bottom: 5px;
  border-bottom: 1px solid #dae9fd;
}

.online-tips a{
  color: #555;
}

.online-tips a:hover{
  color: #015293;
}

.online-tips p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.online-tips-tt {
  color: #015293;
}

.online-history {
  margin-top: 13px;
}

.history-title {
  float: left;
  width: 165px;
  height: 159px;
  background: url("../images/history_bg.jpg") center top no-repeat;
  border-radius: 4px;
  padding-top: 96px;
  line-height: 32px;
  font-size: 20px;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
  color: #fff;
}

.history-lists {
  float: left;
  width: calc(100% - 180px);
  margin-left: 15px;
}

.history-list {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  vertical-align: top;
}

.history-list:hover .history-date,
.history-list:hover .history-link {
  color: #015293;
}

.history-date {
  float: right;
  color: #999;
}

.history-link {
  display: block;
  color: #555;
  margin-right: 120px;
}

/* 互动交流 */
.mt30 {
  margin-top: 30px;
}

.inter-bd {
  padding: 23px 20px;
}

.inter-funcs {
  float: left;
  width: 230px;
}

.inter-func {
  height: 89px;
  line-height: 89px;
  font-size: 20px;
  border-radius: 2px;
  margin-top: 15px;
}

.interscroll {
  height: 89px;
  margin-bottom:15px;
}

.interscroll img,
.interscroll .slider-link{
  width:100%;
  height:100%;
}


.interscroll .swiper-button-next, .interscroll .swiper-button-prev {
  top:50%;
  margin-top:-10px;
  width:15px;
  height:21px;
  background-size:100% 100%;
}

.interscroll .swiper-button-prev {
  background-image:url("../images/bg-slidel.png")
}
.interscroll .swiper-button-next {
  background-image:url("../images/bg-slider.png")
}
.inter-func:hover {
  box-shadow: 0px 4px 9px 0px rgba(47, 113, 200, 0.2);
}

.inter-func a {
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  padding-left: 66px;
  position: relative;
}

.inter-func a::before {
  position: absolute;
  content: "";
  left: 26px;
  width: 32px;
  height: 100%;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
}

.inter-func:nth-child(1) {
  margin-top: 0;
  background: linear-gradient(to right, #73b2fe, #108de8);
}

.inter-func:nth-child(1) a {
  background-image: url("../images/inter_big1.png");
}

.inter-func:nth-child(1) a::before {
  background-image: url("../images/inter_icon1.png");
}

.inter-func:nth-child(2) {
  background: linear-gradient(to right, #69d6c4, #36c8b0);
}

.inter-func:nth-child(2) a {
  background-image: url("../images/inter_big2.png");
}

.inter-func:nth-child(2) a::before {
  background-image: url("../images/inter_icon2.png");
}

.inter-func:nth-child(3) {
  background: linear-gradient(to right, #7ca1ff, #5e89ff);
}

.inter-func:nth-child(3) a {
  background-image: url("../images/inter_big3.png");
}

.inter-func:nth-child(3) a::before {
  background-image: url("../images/inter_icon3.png");
}

.inter-info {
  float: left;
  width: calc(100% - 252px);
  margin-left: 22px;
  border-radius: 4px;
  background: #f2f7fd;
  padding: 16px 26px 0;
}

/* 热点专栏 */
.hot {
  position: relative;
}

.hot-scroll {
  padding: 30px 0 24px;
  margin: 0 20px;
}

.hot .swiper-button-next,
.hot .swiper-button-prev {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  outline: 0;
  background-color: #dae9fd;
  margin-top: -17px;
  z-index: 0;
}

.hot .swiper-button-next:hover,
.hot .swiper-button-prev:hover {
  background-color: #015293;
}

.hot .swiper-button-next {
  right: -54px;
  background-image: url("../images/next_arrow.png");
}

.hot .swiper-button-prev {
  left: -54px;
  background-image: url("../images/prev_arrow.png");
}

.slide {
  position: fixed;
  right: 21px;
  top: 50%;
  width: 80px;
  height: 380px;
  transform: translateY(-50%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 16px 4px rgba(12, 25, 64, 0.03);
  background-color: #fff;
  z-index: 999;
}

.slide li {
  position: relative;
  height: 25%;
}

.slide li:hover .slide-code {
  display: block;
}

.slide li:nth-child(1) .slide-box {
  background-image: url("../images/slide_icon1.png");
}

.slide li:nth-child(1) .slide-box:hover {
  background-image: url("../images/slide_icon1h.png");
}

.slide li:nth-child(2) .slide-box {
  background-image: url("../images/slide_icon2.png");
}

.slide li:nth-child(2) .slide-box:hover {
  background-image: url("../images/slide_icon2h.png");
}

.slide li:nth-child(3) .slide-box {
  background-image: url("../images/slide_icon3.png");
}

.slide li:nth-child(3) .slide-box:hover {
  background-image: url("../images/slide_icon3h.png");
}

.slide li:nth-child(4) .slide-box {
  background-image: url("../images/slide_icon4.png");
}

.slide li:nth-child(4) .slide-box:hover {
  background-image: url("../images/slide_icon4h.png");
}

.slide li:nth-child(5) .slide-box {
  background-image: url("../images/slide_icon5.png");
}

.slide li:nth-child(5) .slide-box:hover {
  background-image: url("../images/slide_icon5h.png");
}

.slide-box {
  display: block;
  height: 100%;
  padding-top: 55px;
  line-height: 28px;
  text-align: center;
  color: #333;
  background-repeat: no-repeat;
  background-position: center 17px;
}

.slide-box:hover {
  color: #fff;
  background-color: #285fb2;
}

.slide-code {
  display: none;
  position: absolute;
  right: 80px;
  padding-right: 25px;
  top: 0;
}

.slide-code:before {
  content: " ";
  position: absolute;
  right: 12px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #fff;
}

.slide-code-box {
  width: 195px;
  height: 180px;
  /*padding-top: 23px;*/
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(30, 48, 74, 0.13);
  border-radius: 5px;
}

.slide-code-img {
  /*width: 111px;
  height: 110px;*/
  margin: 0 auto;
  width: 190px;
  height: 180px;
}

.slide-code-img img {
  width: 100%;
  height: 100%;
}

.slide-code-name {
  line-height: 45px;
  font-family: "SourceHanSansCN-Medium";
  color: #333;
  text-align: center;
}

/* 1200以下 */
@media (max-width: 1199px) {
  .service-mod h3 {
    font-size: 20px;
  }
  .service-mod p {
    font-size: 12px;
  }
  .service-link a {
    padding-left: 52px;
    background-position: 4px center;
  }
  .hot-scroll {
    margin: 0 40px;
  }
  .hot .swiper-button-next {
    right: 2px;
  }
  .hot .swiper-button-prev {
    left: 2px;
  }
}

/* 980以下 */
@media (max-width: 979px) {
  .imgscroll {
    margin-right: 0;
  }
  .tab-info {
    margin-left: 0;
    margin-top: 10px;
  }
  .slider-link img {
    width: 100%;
    height: auto;
  }
  .file-mod {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .file-mod:first-child {
    margin-top: 0;
  }
  .service-func,
  .service-plat,
  .online-r,
  .inter-funcs {
    width: 100%;
  }
  .online-r {
    margin-top: 10px;
  }
  .online-img {
    width: 100%;
    text-align: center;
  }
  .inter-info {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .topic {
    height: auto;
    padding: 10px;
  }
  .topic-tt {
    line-height: 30px;
    height: 30px;
    font-size: 18px;
  }
  .topic-info {
    line-height: 24px;
    font-size: 14px;
    height: 24px;
  }
  .img-txt {
    padding-right: 110px;
  }
  .tab-info {
    padding: 10px;
    height: auto;
  }
  .news-hd {
    height: 33px;
  }
  .news-tt {
    height: 33px;
    line-height: 32px;
    font-size: 14px;
    margin-left: 2px;
  }
  .news-tt.active {
    font-size: 16px;
  }
  .news-bd {
    height: auto;
    padding-top: 5px;
  }
  .news-item,
  .file-bd .news-item,
  .history-list {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .news-item a,
  .history-link {
    margin-right: 100px;
  }
  .img-link {
    margin-top: 10px;
  }
  .public-bg {
    margin-top: 10px;
    padding: 10px 0;
  }
  .public-hd h3 {
    font-size: 18px;
  }
  .public-hd span {
    font-size: 12px;
    margin-left: 20px;
  }
  .func-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .public-func {
    margin: 0 3px;
  }
  .public-title {
    font-size: 16px;
  }
  .file-content {
    padding: 0 10px;
    margin-top: 10px;
  }
  .file-tab {
    height: auto;
    padding: 5px;
  }
  .file-search {
    margin-top: 10px;
    height: auto;
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
  }
  .file-tt,
  .file-search-mod {
    width: 100%;
  }
  .file-search-mod {
    margin-top: 5px;
  }
  .public-bd {
    padding-bottom: 10px;
  }
  .service-bd {
    padding: 10px 0;
  }
  .service-item {
    width: 100%;
    margin-top: 10px;
  }
  .service-item:first-child {
    margin-top: 0;
  }
  .service-link {
    width: 50%;
    margin-bottom: 10px;
  }
  .service-link a,
  .plat-link {
    font-size: 14px;
  }
  .online-bd,
  .inter-bd {
    padding: 5px;
  }
  .online-tips {
    line-height: 24px;
    font-size: 12px;
  }
  .history-title {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .history-lists {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .inter-info {
    padding: 5px;
    height: auto;
  }
  .mt30 {
    margin-top: 10px;
  }
  .slide {
    right: 10px;
    top: auto;
    bottom: 20px;
    width: 60px;
    height: 250px;
    transform: none;
    z-index: 999;
  }
  .slide li:first-child {
    background-size: 24px 20px;
  }
  .slide li:nth-child(2), .slide li:nth-child(3) {
    background-size: 24px 24px;
  }
  .slide li:nth-child(4) {
    background-size: 20px 23px;
  }
  .slide-box {
    padding-top: 38px;
    font-size: 12px;
    background-position: center 8px;
  }
}

/* 2021-08-20 wppei 修改 */
.lead {
  margin: 25px auto;
  height: 160px;
  border: 2px solid #eaf2fb;
  border-top-color: #015293;
  box-shadow: 0px 0px 16px 4px rgba(45, 126, 218, 0.06);
}

.lead-swipe {
  height: 100%;
}

.lead-box {
  padding: 30px 25px 0;
}

.lead-tt {
  display: block;
  line-height: 48px;
  max-height: 48px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lead-tt:hover {
  color: #015293;
}

.lead-con {
  line-height: 39px;
  max-height: 39px;
  color: #888;
  font-size: 16px;
}

.lead-detail {
  color: #015293;
}

.lead .swiper-container-horizontal > .swiper-pagination-bullets,
.lead .swiper-pagination-custom,
.lead .swiper-pagination-fraction {
  bottom: 20px;
  height: 10px;
}

.lead .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #015293;
  border-radius: 5px;
  opacity: 0.3;
}

.lead .swiper-pagination-bullet-active {
  width: 38px;
  opacity: 1;
}

@media (max-width: 767px) {
  .lead-box {
    padding: 10px 0 0;
  }
  .lead-tt {
    line-height: 25px;
    font-size: 18px;
    max-height: 50px;
  }
  .lead-con {
    margin-top: 5px;
    line-height: 18px;
    font-size: 14px;
    max-height: 54px;
  }
  .lead .swiper-container-horizontal > .swiper-pagination-bullets,
  .lead .swiper-pagination-custom,
  .lead .swiper-pagination-fraction {
    bottom: 15px;
  }
}

/*疫情防控措施*/
.epidemic{
	margin-top: 10px;
	height: 45px;
}

.epidemic img{
	width:100%;
	height:100%;
}

.zqzc{
	margin-top: 20px;
	height: auto;
}

.zqzc img{
	width:100%;
	height:100%;
}

/*文明*/
.wm{
	margin-top: 10px;
	height: 150px;
}

.wm img{
	width:100%;
	height:100%;
}

#gg0{
	z-index:100;
	width:400px;
	height:400px;
}

.advertise {
  position: relative;
  margin: 30px auto 10px;
  height: 295px;
  padding-right: 20px;
  border: 1px solid #dae9fd;
  box-shadow: 0px 0px 10px 0px #eeeeee;
}

.advertise-left {
  position: absolute;
  top: -3px;
  left: -4px;
  width: 65px;
  height: 65px;
  background: url("/images/advertise/advertise_bg.png") no-repeat;
}

.advertise-left-name {
  display: block;
  line-height: 36px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: 35px 35px;
  -ms-transform-origin: 35px 35px;
  -moz-transform-origin: 35px 35px;
  -webkit-transform-origin: 35px 35px;
  -o-transform-origin: 35px 35px;
}

.advertise-box {
  margin-left: 55px;
  width: calc(100% - 55px);
  margin-top: 18px;
}

.advertise-list {
  display: inline-block;
  width: 185px;
  height: 259px;
  margin-left: 10px;
  vertical-align: top;
}

.advertise-img {
  width: 100%;
  height: 100%;
}

.float-img {
	z-index: 1001;
	position: absolute;
	left: 2px;
	top: 43px;
	/* overflow:hidden; */
}

.float-img1 {
  z-index: 1002;
  position: absolute;
  right: 2px;
  top: 53px;
  /* overflow:hidden; */
}


/* 20220620 wzhcaho 添加 */
.base{
  margin-top: 35px;
}
.base a{
  display: block;
}
.base-img{
  margin-top: 20px;
  font-size: 0;
}
.base-img a{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.base-img img,
.base-img img{
  height: 100%;
  width: 100%;
}
.base-img a:last-child{
  margin-right: 0;
}
@media (max-width: 1200px){
  .base-img {
      margin-top: 0;
  }
  .base-img a{
      width: 100%;
      margin-right: 0;
      margin-top: 15px;
  }
  .base-20 {
    width: 98%!important;
    margin-left: 5px!important;
    height: 60px;
    margin-top: 0!important;
    margin-bottom: 10px!important;
  }
  .base-20 img{
    height:100%
  }
}

.plat-scroll{
  padding-bottom: 24px;
  box-sizing: border-box;
  margin-top: 16px;
}
.plat-link{
  font-size: 16px;
  height: 66px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plat-icon{
  height: 47px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.pay-btn{
  display: block;
  height: 66px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  background: url("../images/new_add/pay_btn.png") no-repeat center top;
}

.base-20{
  margin-top: 25px;
  margin-left: 10px;
  width: 1160px;
}