@charset "UTF-8";

/**
* 【募投研发】下一代智慧招采平台研发项目-新点电子交易平台2020——宣城
* date:2022-10-25
* author: sxw;
 */
.part-top {
  padding-top: 61px;
  height: 410px;
  background: url("../images/index/top-bg.jpg") no-repeat center top;
}

.part-top .swiper {
  width: 376px;
  height: 281px;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

.part-top .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.part-top .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.part-top .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.part-top .swiper .swiper-slide p {
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: left;
  padding-left: 14px;
  clear: both;
  z-index: 999;
}

.part-top .swiper .swiper-slide p span {
  float: left;
  max-width: 75%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  width: auto !important;
  right: 0;
  left: unset;
}

.swiper-pagination {
  text-align: right;
  padding-right: 8px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fd9b43;
}

.news-tab {
  width: 437px;
  height: 100%;
  margin-left: 25px;
}

.news-tab .hd {
  height: 40px;
  line-height: 40px;
}

.news-tab .hd li {
  float: left;
  color: #666;
  font-size: 20px;
  cursor: pointer;
}

.news-tab .hd li.active {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 37px;
}

.news-tab .hd li.active>a {
  color: #AD2017;
}

.news-tab .hd li:nth-child(2) {
  margin-left: 20px;
}

.news-tab .bd {
  font-size: 16px;
  height: calc(100% - 40px);
  overflow-y: hidden;
}

.news-items {
  position: relative;
}

.news-items:before {
  position: absolute;
  content: "";
  left: 4px;
  width: 1px;
  border-right: 1px solid #e8e8e8;
  top: 22px;
  bottom: 16px;
}

.news-items li {
  position: relative;
  line-height: 40px;
  vertical-align: top;
}

.news-items li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #c9c9c9;
  border-radius: 50%;
}

.news-items li a {
  padding-left: 20px;
  display: block;
  color: #333;
  margin-right: 120px;
}

.news-items li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(91, 90, 90, 0.4941176471);
}

.news-items li:hover a,
.news-items li:hover .news-time {
  color: #c0924b;
}

.news-items li:hover::before {
  background-color: #c0924b;
}

.party-column {
  width: 326px;
  height: 100%;
}

.party-column p {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}

.party-column a {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}

.party-column a img {
  width: 100%;
  height: 235px;
  border: 1px solid #fff;
}

.part-middle {
  margin-top: 28px;
}

.public-tab {
  width: 838px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.engineering {
  height: 480px;
  position: relative;
}

.logo {
  width: 163px;
  height: 100px;
  position: absolute;
  letter-spacing: 0;
  top: 0;
}

.logo img {
  width: 55px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo-name {
  text-align: center;
  padding-top: 10px;
}

.logo-name .cn {
  font-family: "shsc";
  font-size: 40px;
  font-weight: bold;
}

.logo-name .en {
  font-family: "Arial";
  color: #aeaeae;
}

.second-hd {
  height: 100px;
  line-height: 88px;
  padding-top: 9px;
  position: relative;
}

.second-hd a {
  height: 64px;
  font-size: 16px;
  color: #ad2017;
}

.second-hd::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #e9e9e9, transparent);
  z-index: -1;
}

.second-hd li {
  display: inline-block;
  font-size: 24px;
  margin-left: 39px;
  cursor: pointer;
}

.second-hd li:nth-child(1) {
  margin-left: 0;
}

.second-hd li.active {
  color: #ad2017;
  font-weight: bold;
  border-top: 1px solid #ee7777;
}

.first-bd {
  margin-top: 12px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  right: 0;
  border-bottom: 0;
}

.first-hd {
  width: 163px;
  height: 250px;
  background: url("../images/index/second-hd-bg.jpg") no-repeat;
  line-height: 45px;
  padding-top: 15px;
  position: absolute;
  left: 0;
  bottom: 120px;
}

.first-hd li {
  padding-left: 33px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.first-hd li.active {
  font-weight: 500;
  background: url("../images/index/second-hd-active.png") no-repeat right;
}

.second-bd {
  height: 250px;
  width: 645px;
  font-size: 16px;
  overflow-y: hidden;
}

.second-bd li {
  line-height: 34px;
  margin-top: 9px;
}

.second-bd li:nth-child(1) {
  margin-top: 0;
}

.second-bd li a {
  margin-right: 0;
  max-width: 77%;
  float: left;
}

.second-bd li .new {
  color: #d73228;
  margin-left: 10px;
}

.purchase {
  position: relative;
  /* margin-top: 46px; */
}

.login,
.aware {
  width: 325px;
  height: 437px;
  padding-top: 21px;
  position: relative;
}

.login::before,
.aware::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #e9e9e9, transparent);
  z-index: -1;
}

.module-title {
  line-height: 76px;
  display: inline-block;
  border-top: 1px solid #ee7777;
  font-size: 24px;
  font-weight: 500;
}

.login-list-item {
  width: 152px;
  height: 118px;
  background: url("../images/index/login1.jpg") no-repeat left top;
  position: relative;
  margin-left: 20px;
  margin-top: 14px;
}

.login-list-item:nth-child(1),
.login-list-item:nth-child(3) {
  margin-left: 0;
}

.login-list-item a {
  display: block;
  position: absolute;
  width: 132px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #e53f29;
  right: 0;
  bottom: 13px;
  padding-left: 13px;
}

.login-list-item a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/index/login-arrow.png") no-repeat;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.login-list-item:nth-child(1) {
  background: url("../images/index/login1.jpg") no-repeat left top;
}

.login-list-item:nth-child(2) {
  background: url("../images/index/login2.jpg") no-repeat left top;
}

.login-list-item:nth-child(3) {
  background: url("../images/index/login3.jpg") no-repeat left top;
}

.login-list-item:nth-child(4) {
  background: url("../images/index/login4.jpg") no-repeat left top;
}

.aware a {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.aware a img {
  width: 100%;
  height: 247px;
  border: 1px solid #fff;
}

.part-bottom {
  height: 440px;
  margin-top: 51px;
  background: url("../images/index/bottom-bg.jpg") no-repeat center top;
  padding-top: 24px;
}

.information,
.polices {
  width: 401px;
  height: 360px;
}

.sub-title {
  height: 48px;
  line-height: 48px;
  padding-left: 47px;
  position: relative;
}

.sub-title::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url("../images/index/title-before.png") no-repeat;
  left: 7px;
  top: 2px;
}

.sub-title .cn {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.sub-title .en {
  font-size: 12px;
  color: #c2c2c2;
  font-family: "Arial";
  margin-left: 13px;
}

.sub-box {
  margin-top: 12px;
  height: 300px;
  background-color: #fff;
  box-shadow: 0 2px 6px #D9D9D9;
  padding: 22px 12px 0 17px;
}

.sub-box .news-items {
  font-size: 16px;
}

.sub-box .news-items::before {
  display: none;
}

.sub-box .news-items li {
  line-height: 43px;
}

.sub-box .news-items li a {
  padding-left: 16px;
  margin-right: 100px;
}

.sub-box .news-items li::before {
  width: 2px;
  height: 2px;
  background-color: #333;
}

.part-bottom .polices {
  margin-left: 37px;
}

.part-bottom .map {
  width: 324px;
  height: 360px;
}

.part-bottom .map a {
  display: block;
  margin-top: 12px;
  box-shadow: 0 2px 6px #D9D9D9;
}

.part-bottom .map a img {
  width: 100%;
  height: 300px;
  border: 1px solid #fff;
}

.map-wrap {
  width: 324px;
  height: 300px;
  position: relative;
  margin-top: 12px;
  border: 1px solid #fff;
  box-shadow: 0 2px 6px #D9D9D9;
}

.leaflet-control-container {
  display: none;
}

.selects {
  margin-top: 21px;
}

.selects-item {
  width: 285px;
  margin-left: 20px;
  height: 43px;
}

.selects-item:nth-child(1) {
  margin-left: 0;
}

.selects-item .chosen-container {
  width: 100% !important;
}

.selects-item .chosen-container-single .chosen-single div {
  right: 17px;
}

.selects-item .chosen-container-single .chosen-single div b {
  background: url("../images/index/chosen-drop.png") no-repeat center center;
}

.selects-item .chosen-container-single .chosen-single {
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #333;
  border-color: #cecece;
  padding-left: 18px;
}

.selects-item .chosen-container .chosen-results li {
  line-height: 30px;
  padding-left: 15px;
}

.langxiclass {
  display: none !important;
}


/* 2023-06-01 trh */
.login-box {
  margin-right: -15px;
}

.login-item {
  margin: 15px 15px 0 0;
  width: calc(50% - 15px);
  background: url(../images/index/login_bg1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.login-item:nth-child(1) .login-link {
  background-image: url(../images/index/login_ico1.png);
}

.login-item:nth-child(2) .login-link {
  background-image: url(../images/index/login_ico2.png);
}

.login-item:nth-child(3) .login-link {
  background-image: url(../images/index/login_ico3.png);
}

.login-item:nth-child(4) .login-link {
  background-image: url(../images/index/login_ico4.png);
}

.login-item:nth-child(5) .login-link {
  background-image: url(../images/index/login_ico5.png);
}

.login-item:nth-child(6) .login-link {
  background-image: url(../images/index/login_ico5.png);
}

.login-item:nth-child(2),
.login-item:nth-child(3) {
  background-image: url(../images/index/login_bg2.png);
}

.login-item:last-child {
  /* width: calc(100% - 15px); */
  background-image: url(../images/index/login_bg2.png);
}

.login-item.last {
  /* width: calc(100% - 15px); */
  /* background-image: url(../images/index/login_bg3.png); */
}


.login-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.login-link {
  text-align: center;
  display: block;
  height: 89px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 0px 2px 2px rgba(220, 188, 181, 0.4);
  color: #fff;
  line-height: 38px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: top 11px center;
}

.link-list {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 17px;
}

.link-item {
  width: 156px;
  height: 110px;
  color: #333;
  text-align: center;
  font-size: 28px;
  line-height: 110px;
  background-repeat: no-repeat;
  background-image: url('../images/index/link_bg.png');
}

.link-item>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.link-item:hover {
  background-image: url('../images/index/link_bg_active.png');
}

.link-item:hover>a {
  color: #fff;
}


.sidebar {
  position: fixed;
  top: 30px;
  right: 50px;
  z-index: 999;
}

.sidebar li {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 18px 34px 0 rgba(15, 43, 84, 0.1);
  margin-bottom: 15px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FFFFFF;
  width: 100px;
  height: 80px;
  transition: all .3s;
}

.sidebar li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 44px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #5B5A5A;
}

.sidebar li .drop {
  box-sizing: border-box;
  position: absolute;
  width: 200px;
  background: #fff;
  left: -210px;
  top: 0;
  text-align: center;
  min-height: 80px;
  display: none;
  box-shadow: 0 5px 10px 0 rgba(46, 101, 152, 0.16);
}

.sidebar li .drop div {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}

.sidebar li .drop div img {
  width: 118px;
  height: 120px;
}

.sidebar li .drop .number {
  line-height: 80px;
  font-size: 16px;
}

.sidebar li:hover {
  border-color: #E46767;
}

.sidebar li:hover .drop {
  display: block;
}

.sidebar li:nth-child(1) a {
  background: url("../images/sidebar_bg1.png") center 4px no-repeat;
}

.sidebar li:nth-child(2) a {
  background: url("../images/sidebar_bg2.png") center 4px no-repeat;
}

.sidebar li:nth-child(3) a {
  background: url("../images/sidebar_bg3.png") center 4px no-repeat;
}

.sidebar li:nth-child(4) a {
  background: url("../images/sidebar_bg4.png") center 4px no-repeat;
}

.sidebar li:nth-child(5) a {
  background: url("../images/sidebar_bg5.png") center 4px no-repeat;
}

.sidebar li:nth-child(6) a {
  background: url("../images/sidebar_bg6.png") center 4px no-repeat;
}

.sidebar li:nth-child(7) a {
  background: url("../images/sidebar_bg7.png") center 4px no-repeat;
}

.sidebar li:nth-child(7) {
  border-color: #E46767;
}

.sidebar li:nth-child(7) a {
  background-color: #E46767;
  color: #fff;
}
