@charset "UTF-8";
/**
 * 20230417【募投研发】下一代智慧招采平台研发项目-投标文件制作工具2021
 * date: 2023-4-17
 * author: sxw;
 */
body {
  background: #f9fafd;
  max-width: 1920px;
  min-width: 1300px;
  position: relative;
  margin: 0 auto;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/*头部*/
.header {
  height: 520px;
  background: url("../images/header_bg.jpg") no-repeat center;
  padding-top: 106px;
}

.header2 {
  height: 520px;
  background: url("../images/header_bg2.jpg") no-repeat center;
  padding-top: 106px;
  background-size: 100% 100%;
}
.header2 .download {
  margin-top: 300px;
  margin-left: 18.5%;
}

.header h3 {
  font-size: 40px;
  text-align: left;
}
.header .text {
  width: 745px;
}
.header p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.header .download {
  margin-top: 45px;
}
.download {
  display: block;
  width: 160px;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background: #0d5efa;
  border-radius: 2px;
  cursor: pointer;
}
.download:hover {
  background: #3a7eff;
}

h3 {
  text-align: center;
  font-family: "alimama";
  font-size: 32px;
  margin-bottom: 30px;
}

/*问题*/
.issue {
  padding-top: 48px;
}
.issue h3 {
  font-size: 32px;
}
.issue-item {
  border-radius: 8px;
  width: 282px;
  height: 208px;
  position: relative;
  padding-top: 38px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.issue-item + .issue-item {
  margin-left: 24px;
}
.issue-item::after {
  position: absolute;
  content: "";
  width: 352px;
  height: 259px;
  background: url("../images/issue_bg.png") no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
.issue-item:hover::after {
  background: url("../images/issue_bg_active.png") no-repeat;
}
.issue-item-container {
  position: relative;
  z-index: 99;
}
.issue-item .index {
  font-size: 36px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
}
.issue-item .img {
  width: 44px;
  height: 44px;
  margin: 22px auto 17px auto;
  position: relative;
}
.issue-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*服务*/
.service {
  margin-top: 48px;
  padding-top: 48px;
  height: 1249px;
}
.service .clearfix + .clearfix {
  margin-top: 64px;
}
.service h3 {
  margin-bottom: 48px;
}
.service-container {
  height: 1115px;
  background: url("../images/service_bg.jpg") no-repeat bottom center;
  padding-top: 48px;
}
.service-img {
  width: 552px;
  height: 293px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(13, 54, 116, 0.08);
}
.service-tab {
  width: 616px;
  height: 293px;
}
.service-tab .hd {
  height: 61px;
  display: flex;
  border-bottom: 2px solid rgba(13, 94, 250, 0.16);
}
.service-tab li {
  width: 204px;
  height: 61px;
  line-height: 61px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  justify-content: center;
}
.service-tab li img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.service-tab li.active {
  color: #0d5efa;
  font-weight: 500;
  border-bottom: 2px solid #0d5efa;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.service-tab .bdl {
  height: 232px;
  padding-top: 43px;
  font-size: 18px;
  color: #666;
}
.service-tab .bdl .title {
  font-size: 28px;
  line-height: 35px;
  color: #1d1f24;
  margin-bottom: 22px;
}
.service-tab .bdl .dot {
  width: 100%;
  line-height: 33px;
  height: 135px;
  overflow: hidden;
}

/*更多服务*/
.more-service {
  padding-top: 48px;
  padding-bottom: 38px;
}
.more-service-item {
  width: 384px;
  height: 246px;
  border: 2px solid #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(13, 54, 116, 0.08);
  border-radius: 8px;
  padding: 28px 26px 0 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.more-service-item + .more-service-item {
  margin-left: 24px;
}
.more-service-item:nth-child(1) {
  background: url("../images/more_service1.png") no-repeat right 13px bottom, linear-gradient(180deg, #e7f0f7 0%, #ffffff 100%);
}
.more-service-item:nth-child(2) {
  background: url("../images/more_service2.png") no-repeat right 13px bottom, linear-gradient(180deg, #e7f0f7 0%, #ffffff 100%);
}
.more-service-item:nth-child(3) {
  background: url("../images/more_service3.png") no-repeat right 13px bottom, linear-gradient(180deg, #e7f0f7 0%, #ffffff 100%);
}
.more-service-item .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  color: #1d1f24;
  margin-bottom: 25px;
}
.more-service-item .title img {
  margin-right: 12px;
}
.more-service-item:hover {
  transform: translateY(-10px);
}
.more-service-item:hover .title {
  color: #0d5efa;
}

.fixed {
  margin-top: 48px;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  z-index: 999;
  background: url("../images/footer_bg.jpg") no-repeat center top;
  padding-top: 36px;
  font-size: 40px;
  line-height: 48px;
}
.fixed span {
  font-weight: bold;
  color: #0d5efa;
}
.fixed .download {
  margin-top: 18px;
}

.footer {
  width: 100%;
  height: 203px;
  background: #1f2b3d;
  color: #9cabc2;
  padding-top: 58px;
  font-size: 16px;
}
.footer .msg {
  display: flex;
  height: 43px;
  line-height: 24px;
}
.footer .msg:nth-child(1) {
  border-bottom: 1px solid #3e4e67;
}
.footer .msg:nth-child(1) .msg-item {
  width: 33.3333333333%;
}
.footer .msg + .msg {
  margin-top: 24px;
}
.msg-qrcode {
  width: 100px;
  height: 100px;
}

/* 20231008 */

.swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius:0;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background: #0d5efa;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
}