:root {
  --pc-top-bg: #152250;
  --nav_text_color: #102983;
}
a:hover {
  text-decoration: none;
}
.nav_text_color {
  background: var(--nav_text_color);
}
.texthide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.texthide2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.texthide3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.texthide4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
ul {
  list-style: none;
  padding: 0;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.bgf5f5f5 {
  background: #f5f5f5;
}
.pc-top-header {
  background: var(--pc-top-bg);
  padding: 0.3rem 0;
}
.pc-top-header .timeday {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #C3CDF0;
}
.pc-top-header .timeday img {
  width: 12px;
  margin-right: 6px;
}
.pc-top-header .login_btns {
  line-height: 40px;
  height: 40px;
}
.pc-top-header .login_btns .login_register {
  width: 210px;
  height: 29px;
  background: #365489;
  border-radius: 15px;
}
.pc-top-header .login_btns .login_register::after {
  content: ' ';
  width: 1px;
  height: 19px;
  background: #47659B;
  position: absolute;
  opacity: 0.91;
}
.pc-top-header .login_btns .login_register a {
  margin: 0 16px;
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.pc-top-header .login_btns .login_register a img {
  width: 12px;
  margin-right: 5px;
}
.pc-top-header .login_btns .official_Website {
  margin-left: 10px;
  width: 95px;
  height: 29px;
  line-height: 29px;
  border-radius: 15px;
  border: 1px solid #365489;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.pc-top-header .login_btns .official_Website img {
  width: 14px;
  margin-right: 3px;
}
.header_nav {
  width: 100%;
  background: #FFFFFF;
}
.header_nav .navbar .logo {
  width: 246px;
  display: block;
  margin-right: 140px;
}
.header_nav .navbar .logo img {
  width: 100%;
  display: block;
}
.header_nav .header_nav_ul li a {
  color: #111111;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 21px 0;
  border-bottom: 4px solid #fff;
}
.header_nav .header_nav_ul li a.active,
.header_nav .header_nav_ul li a:hover {
  color: var(--nav_text_color) !important;
  border-bottom: 4px solid var(--nav_text_color);
}
.carousel_index .carousel-indicators {
  bottom: 120px;
}
.carousel_index .search_banner {
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(120, 121, 147, 0.09);
  border-radius: 4px;
}
.carousel_index .search_banner .search_select {
  width: 20%;
  height: 44px;
  margin-left: 5%;
  margin-right: 20px;
  background: #F6F6F6;
  border-radius: 2px;
  border: 1px solid #E7EBEF;
}
.carousel_index .search_banner .search_select select {
  width: 100%;
  height: 44px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../images/icon/xiajiantou_icon@2x.png') no-repeat 90% center;
  background-size: 10px;
  border: 0;
  outline: none;
  padding-left: 10px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
}
.carousel_index .search_banner .search_input {
  width: 60%;
  height: 44px;
  background: #F6F6F6;
  border-radius: 2px;
  border: 1px solid #E7EBEF;
  text-align: left;
  padding-left: 16px;
  margin-right: 10px;
}
.carousel_index .search_banner .search_input input {
  border: 0;
  background: none;
  outline: none;
  color: #111;
  width: 90%;
  height: 44px;
  line-height: 44px;
}
.carousel_index .search_banner .search_submit {
  width: 100px;
  height: 44px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 40px;
}
.carousel_index .search_banner .search_submit button {
  width: 100%;
  height: 44px;
  border: 0;
  background: var(--nav_text_color);
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.carousel_index .search_banner .search_weixin:hover .search_weixin_qr {
  opacity: 1;
}
.carousel_index .search_banner .search_weixin {
  width: 170px;
  cursor: pointer;
  height: 100px;
}
.carousel_index .search_banner .search_weixin::after {
  content: ' ';
  width: 1px;
  height: 50px;
  background: #E7EBEF;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.carousel_index .search_banner .search_weixin .icon {
  width: 32px;
  padding-top: 25px;
}
.carousel_index .search_banner .search_weixin p {
  width: 100%;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.carousel_index .search_banner .search_weixin .search_weixin_qr {
  width: 178px;
  height: 178px;
  bottom: 105px;
  background: #FFFFFF;
  border-radius: 2px;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
.carousel_index .search_banner .search_weixin .search_weixin_qr img {
  width: 150px;
}
.seeMore {
  width: 104px;
  height: 41px;
  background: #FFFFFF;
  border-radius: 21px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 41px;
  background: url('../images/icon/gengduo3_icon@2x.png') 77px center no-repeat;
  background-size: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.seeMore span {
  margin-left: -10px;
}
.seeMore:hover {
  border: 1px solid var(--nav_text_color);
  color: var(--nav_text_color);
  background: url('../images/icon/gengduo4_icon@2x.png') 77px center no-repeat;
  background-size: 16px;
}
.seeMore1 {
  width: 104px;
  height: 41px;
  background: #FFFFFF;
  border-radius: 21px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ccc;
  line-height: 41px;
  background: url('../images/icon/gengduo3_icon@2x.png') 77px center no-repeat;
  background-size: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.seeMore1 span {
  margin-left: -10px;
}
.seeMore1:hover {
  border: 1px solid #fff;
  color: #fff;
  background: url('../images/icon/gengduo2_icon@2x.png') 77px center no-repeat;
  background-size: 16px;
}
.tenderNotice .title .icon {
  width: 359px;
}
.tenderNotice .navs {
  padding-top: 22px;
}
.tenderNotice .navs ul {
  padding-left: 10px;
  margin: 0;
}
.tenderNotice .navs ul li {
  width: 100px;
  height: 36px;
  margin: 0 10px;
  cursor: pointer;
}
.tenderNotice .navs ul li a {
  width: 100px;
  text-align: center;
  line-height: 36px;
  height: 100%;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.tenderNotice .navs ul li.active {
  height: 44px;
  border-radius: 4px 4px 0px 0px;
}
.tenderNotice .navs ul li.active a {
  font-size: 16px;
  font-weight: bold;
  color: var(--nav_text_color);
}
.tenderNotice .tables {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 8px;
}
.tenderNotice .tables table thead tr th {
  height: 34px;
  border: 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 34px;
}
.tenderNotice .tables table tbody tr td {
  padding: 0 0.75rem;
  height: 64px;
}
.tenderNotice .tables table tbody tr:hover {
  background: #F8F9FB;
}
.tenderNotice .tables .announcementTitle {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  max-width: 400px;
  min-width: 200px;
}
.tenderNotice .tables .announcementTitle div {
  height: 64px;
}
.tenderNotice .tables .announcementTitle div a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.tenderNotice .tables .projectName {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  max-width: 300px;
  min-width: 200px;
}
.tenderNotice .tables .projectName div {
  height: 64px;
}
.tenderNotice .tables .projectName div a {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.tenderNotice .tables .deadline {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 64px;
  max-width: 200px;
  min-width: 170px;
}
.tenderNotice .tables .releaseDate {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 64px;
  max-width: 200px;
  min-width: 130px;
}
.tenderNotice .tables .bid {
  height: 64px;
}
.tenderNotice .tables .bid a {
  width: 77px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #102983;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #102983;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}
.winBidAnnouncement .winBidAnnouncement_warp {
  background: url('../images/zhongbiao.png') center center no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
}
.winBidAnnouncement .winBidAnnouncement_warp .title .icon {
  width: 359px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 8px;
  height: 475px;
  background: rgba(16, 41, 131, 0.7);
}
.winBidAnnouncement .winBidAnnouncement_warp .tables table thead tr th {
  height: 34px;
  border: 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #A7BAF6;
  line-height: 34px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables table tbody tr td {
  padding: 0 0.75rem;
  height: 64px;
  border-top: 1px solid rgba(167, 186, 246, 0.35);
}
.winBidAnnouncement .winBidAnnouncement_warp .tables table tbody tr:hover {
  height: 64px;
  background: rgba(60, 171, 255, 0.2);
  box-shadow: inset 0px -1px 0px 0px rgba(99, 108, 182, 0.4);
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .announcementTitle {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  max-width: 400px;
  min-width: 240px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .announcementTitle div {
  height: 64px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .announcementTitle div a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .deadline {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 64px;
  max-width: 400px;
  min-width: 360px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .deadline i {
  display: inline-block;
  width: 13px;
  height: 2px;
  background: #6AD4A3;
  margin: 0 8px;
  vertical-align: middle;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .releaseDate {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A7BAF6;
  line-height: 64px;
  max-width: 200px;
  min-width: 130px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .bid {
  height: 64px;
}
.winBidAnnouncement .winBidAnnouncement_warp .tables .bid a {
  width: 77px;
  background: #0091FF;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}
.module3 {
  margin-top: -8rem;
}
.module3 .item {
  height: 481px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.module3 .item .more {
  margin-left: 20px;
  width: 104px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #F3F4F5;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 40px;
  background: url('../images/icon/gengduo3_icon@2x.png') 77px center no-repeat;
  background-size: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.module3 .item .more span {
  margin-left: -10px;
}
.module3 .item .more:hover {
  border: 1px solid var(--nav_text_color);
  color: var(--nav_text_color);
  background: url('../images/icon/gengduo4_icon@2x.png') 77px center no-repeat;
  background-size: 16px;
}
.module3 .item ul li {
  padding-left: 30px;
  padding-right: 15px;
  height: 57px;
  position: relative;
}
.module3 .item ul li a {
  width: 100%;
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.module3 .item ul li p {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.module3 .item ul li:hover {
  background: #F8F9FB;
}
.module3 .item .module3_item1 li::after {
  content: ' ';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  background: #F7B500;
}
.module3 .item .module3_item2 li::after {
  content: ' ';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  background: #137DCE;
}
.module3 .item .module3_item3 li::after {
  content: ' ';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  background: #E96348;
}
.supplier .title .icon {
  width: 359px;
}
.supplier .slideclick {
  padding: 1rem 0;
}
.supplier .slideclick img {
  width: 40px;
  cursor: pointer;
  margin-left: 20px;
}
.supplier .item:hover {
  margin-top: -10px;
}
.supplier .item:hover .logo_desc .supplier_body {
  opacity: 1;
}
.supplier .item {
  height: 504px;
  width: 100%;
  transition: margin-top 0.15s ease-in-out;
  -webkit-transition: margin-top 0.15s ease-in-out;
}
.supplier .item .itembg {
  width: 100%;
  height: 100%;
}
.supplier .item .itembg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supplier .item .itembg .mask {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
}
.supplier .item .logo_desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 504px;
  cursor: pointer;
}
.supplier .item .logo_desc .supplier_logo {
  width: 100%;
  height: 100%;
}
.supplier .item .logo_desc .supplier_logo img {
  width: 72px;
  margin-bottom: 21px;
}
.supplier .item .logo_desc .supplier_logo p {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}
.supplier .item .logo_desc .supplier_body {
  width: 100%;
  height: 504px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--nav_text_color);
}
.supplier .item .logo_desc .supplier_body .supplier_name {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 40px;
}
.supplier .item .logo_desc .supplier_body .supplier_star i {
  width: 18px;
  height: 18px;
  background: url('../images/icon/xingxing2_icon@2x.png') center center no-repeat;
  background-size: 18px;
}
.supplier .item .logo_desc .supplier_body .supplier_star i.active {
  background: url('../images/icon/xingxing_icon@2x.png') center center no-repeat;
  background-size: 18px;
}
.supplier .item .logo_desc .supplier_body .supplier_desc {
  width: 90%;
  height: 96px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
}
.supplier .item .logo_desc .supplier_body .supplier_content {
  background: url('../images/icon/yinhao_icon@2x.png') 0 0 no-repeat;
  background-size: 16px;
  width: 75%;
  font-size: 14px;
  height: 185px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.supplier .item .logo_desc .supplier_body .supplier_name1 {
  height: 24px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.footer {
  background: #2A2D3A;
  padding-top: 36px;
  padding-bottom: 35px;
}
.footer p {
  margin: 0;
}
.footer .companyName {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 8px;
}
.footer .address {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  margin-bottom: 6px;
}
.footer .postCode {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  margin-bottom: 32px;
}
.footer .support,
.footer .caseNumber {
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A1A1;
  line-height: 17px;
}
.footer .support a,
.footer .caseNumber a {
  color: #A1A1A1;
}
.footer .weixin_items .item {
  width: 117px;
}
.footer .weixin_items .item img {
  width: 100%;
  margin-bottom: 11px;
  border-radius: 2px;
}
.footer .weixin_items .item p {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A1A1;
  line-height: 17px;
  text-align: center;
}
.tenderNotice_banner {
  height: 280px;
  background: url('../images/zhongbiao.png') center center no-repeat;
  background-size: cover;
  margin-bottom: -65px;
}
.tenderNotice_banner h1 {
  margin-top: 5rem;
  height: 38px;
  font-size: 28px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
}
.tenderNotice_banner h2 {
  height: 38px;
  font-size: 28px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  line-height: 38px;
}
.tenderNotice_banner .tenderNotice_thead_bg {
  width: 100%;
  height: 60px;
  box-shadow: inset 0 -1px 0 0 rgba(16, 41, 131, 0.16);
  top: 100%;
  background: #fff;
}
.tenderNotice_table .tables {
  box-shadow: none;
  border-radius: 0;
}
.tenderNotice_table .tables tbody {
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
}
.news_banner {
  height: 280px;
  background: url('../images/zhongbiao.png') center center no-repeat;
  background-size: cover;
}
.news_banner h1 {
  margin-top: 5rem;
  height: 38px;
  font-size: 28px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
}
.news_banner h2 {
  height: 38px;
  font-size: 28px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  line-height: 38px;
}
.news_body {
  top: -75px;
}
.news_body .new_warp {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.news_body .new_warp .new_warp_ul li {
  display: inline-block;
}
.news_body .new_warp .new_warp_ul li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 2rem;
  text-align: center;
}
.news_body .new_warp .new_warp_ul li:hover,
.news_body .new_warp .new_warp_ul li.active {
  background: #F8F9FB url('../images/icon/gengduo_icon@2x.png') 90% center no-repeat;
  background-size: 20px;
  font-weight: bold;
}
.news_body .new_warp .new_warp_ul li:hover a,
.news_body .new_warp .new_warp_ul li.active a {
  color: var(--nav_text_color);
}
.news_body .new_warp .news_list {
  border-left: 1px solid #E7EBEF;
  min-height: 500px;
}
.news_body .new_warp .news_list h2 {
  margin-left: 32px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #111111;
  line-height: 22px;
  padding-left: 8px;
  border-left: 3px solid var(--nav_text_color);
}
.news_body .new_warp .news_list ul li a {
  width: 94%;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
}
.news_body .new_warp .news_list ul li a::after {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 5%;
  content: ' ';
  opacity: 0;
  background: url("../images/no/1.png") center center no-repeat;
  background-size: 28px;
  transition: opacity 0.2s, right 0.3s;
  -webkit-transition: opacity 0.2s, right 0.3s;
}
.news_body .new_warp .news_list ul li a .push_date {
  width: 90px;
  height: 90px;
  border: 1px solid #E7EBEF;
  margin: 0 28px;
}
.news_body .new_warp .news_list ul li a .push_date .time {
  font-size: 26px;
}
.news_body .new_warp .news_list ul li a .push_date .year {
  font-size: 16px;
}
.news_body .new_warp .news_list ul li a .push_date .year::after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 2px;
  left: 0;
  background: var(--nav_text_color);
}
.news_body .new_warp .news_list ul li a .push_date p {
  font-family: Oswald-Regular_SemiBold, Oswald;
  font-weight: normal;
  color: #CCCCCC;
  line-height: 38px;
}
.news_body .new_warp .news_list ul li a .news_list_info {
  width: 65%;
}
.news_body .new_warp .news_list ul li a .news_list_info .news_list_info_title {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 22px;
}
.news_body .new_warp .news_list ul li a .news_list_info .news_list_info_desc {
  height: 36px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.news_body .new_warp .news_list ul li a:hover {
  background: #F8F9FB;
}
.news_body .new_warp .news_list ul li a:hover::after {
  opacity: 1;
  right: 10%;
}
.project_list {
  border-left: 1px solid #E7EBEF;
  min-height: 500px;
}
.project_list h2 {
  margin-left: 32px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #111111;
  line-height: 22px;
  padding-left: 8px;
  border-left: 3px solid var(--nav_text_color);
}
.project_list .project_list_item .project_list_pic {
  height: 154px;
  object-fit: cover;
}
.project_list .project_list_item .project_list_title {
  height: 42px;
  border-bottom: 1px solid #E7EBEF;
}
.project_list .project_list_item .project_list_title span {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 20px;
  border-left: 2px solid var(--nav_text_color);
}
.project_list .project_list_item .project_list_title .icon {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  transition: opacity 0.2s, margin-right 0.3s;
  -webkit-transition: opacity 0.2s, margin-right 0.3s;
  background: url("../images/no/2.png") center center no-repeat;
  background-size: 15px;
  display: inline-block;
}
.project_list .project_list_item:hover .project_list_title .icon {
  margin-right: 10px;
  background: url("../images/no/2_1.png") center center no-repeat;
  background-size: 15px;
}
.supplier_body {
  top: -75px;
}
.supplier_body .item:hover .logo_desc .supplier_body {
  opacity: 1;
}
.supplier_body .item {
  height: 504px;
  width: 100%;
  transition: margin-top 0.15s ease-in-out;
  -webkit-transition: margin-top 0.15s ease-in-out;
}
.supplier_body .item .itembg {
  width: 100%;
  height: 100%;
}
.supplier_body .item .itembg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supplier_body .item .itembg .mask {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
}
.supplier_body .item .logo_desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 504px;
  cursor: pointer;
}
.supplier_body .item .logo_desc .supplier_logo {
  width: 100%;
  height: 100%;
}
.supplier_body .item .logo_desc .supplier_logo img {
  width: 72px;
  margin-bottom: 21px;
}
.supplier_body .item .logo_desc .supplier_logo p {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}
.supplier_body .item .logo_desc .supplier_body {
  width: 100%;
  height: 504px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--nav_text_color);
}
.supplier_body .item .logo_desc .supplier_body .supplier_name {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 40px;
}
.supplier_body .item .logo_desc .supplier_body .supplier_star i {
  width: 18px;
  height: 18px;
  background: url('../images/icon/xingxing2_icon@2x.png') center center no-repeat;
  background-size: 18px;
}
.supplier_body .item .logo_desc .supplier_body .supplier_star i.active {
  background: url('../images/icon/xingxing_icon@2x.png') center center no-repeat;
  background-size: 18px;
}
.supplier_body .item .logo_desc .supplier_body .supplier_desc {
  width: 90%;
  height: 96px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
}
.supplier_body .item .logo_desc .supplier_body .supplier_content {
  background: url('../images/icon/yinhao_icon@2x.png') 0 0 no-repeat;
  background-size: 16px;
  width: 75%;
  font-size: 14px;
  height: 185px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.supplier_body .item .logo_desc .supplier_body .supplier_name1 {
  height: 24px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.winningbid_det_body {
  top: -75px;
}
.winningbid_det_body .winningbid_det_left {
  min-height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.winningbid_det_body .winningbid_det_left .winningbid_det_header {
  width: 95%;
  border-bottom: 1px solid #E7EBEF;
}
.winningbid_det_body .winningbid_det_left .winningbid_det_header h1 {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #111111;
  line-height: 30px;
}
.winningbid_det_body .winningbid_det_left .winningbid_det_header .date {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.winningbid_det_body .winningbid_det_left .winningbid_det_header img {
  right: 0;
  top: 35px;
  width: 130px;
}
.winningbid_det_body .winningbid_det_left .winningbid_det_content {
  width: 92%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #111111;
  line-height: 30px;
}
.winningbid_det_body .winningbid_det_new {
  background: #FFFFFF;
  min-height: 400px;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.winningbid_det_body .winningbid_det_new h2 {
  height: 53px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #111111;
  line-height: 53px;
  padding-left: 20px;
  border-bottom: 1px solid #E7EBEF;
}
.winningbid_det_body .winningbid_det_new h2::after {
  content: ' ';
  width: 4px;
  height: 17px;
  background: var(--nav_text_color);
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: 9px;
}
.winningbid_det_body .winningbid_det_new .item {
  width: 92%;
  border-bottom: 1px solid #E7EBEF;
}
.winningbid_det_body .winningbid_det_new .item a {
  width: 198px;
  height: 34px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 17px;
}
.winningbid_det_body .winningbid_det_new .item .date {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.winningbid_det_body .winningbid_det_new .item .item_btn span {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: var(--nav_text_color);
  line-height: 17px;
}
.winningbid_det_body .winningbid_det_new .item .item_btn a {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: var(--nav_text_color);
  line-height: 32px;
  width: 77px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid var(--nav_text_color);
}
.winningbid_bulletin {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.winningbid_bulletin .item {
  width: 90%;
}
.winningbid_bulletin .item::after {
  content: ' ';
  width: 2px;
  background: #B5BBCD;
  position: absolute;
  height: 100%;
  left: 10px;
  top: 20px;
  z-index: 0;
}
.winningbid_bulletin .item .item_head i {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 100%;
  border: 3px solid #B5BBCD;
  margin-right: 14px;
  z-index: 9;
  position: relative;
}
.winningbid_bulletin .item .item_head span {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 22px;
}
.winningbid_bulletin .item .item_date {
  padding-left: 30px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.winningbid_bulletin .item .item_date p {
  margin: 0;
}
.winningbid_bulletin .item.active::after {
  content: ' ';
  width: 2px;
  background: var(--nav_text_color);
  position: absolute;
  height: 100%;
  left: 10px;
  top: 20px;
  z-index: 0;
}
.winningbid_bulletin .item.active .item_head i {
  border: 3px solid var(--nav_text_color);
}
.winningbid_bulletin .item.active .item_head i::after {
  width: 10px;
  height: 10px;
  background: #102983;
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;
  border-radius: 100%;
}
.winningbid_bulletin .item.active .item_head span {
  font-weight: bold;
  color: var(--nav_text_color);
}
.winningbid_bulletin .item.lastchild::after {
  display: none;
}
.winningbid_bulletin .item_btn {
  width: 196px;
  height: 50px;
  background: var(--nav_text_color);
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
}
.help_list {
  border-left: 1px solid #E7EBEF;
  min-height: 500px;
}
.help_list h2 {
  margin-left: 32px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #111111;
  line-height: 22px;
  padding-left: 8px;
  border-left: 3px solid var(--nav_text_color);
}
.help_list ul li {
  width: 94%;
  border-bottom: 1px solid #E7EBEF;
}
.help_list ul li .news_list_info .news_list_info_title p {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 22px;
}
.help_list ul li .news_list_info .news_list_info_title span {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 20px;
}
.help_list ul li .news_list_info .news_list_info_desc {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.news_det_body {
  margin-top: -75px;
}
.news_det_body .news_det_warp {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.news_det_body .news_det_warp .news_det_header {
  width: 90%;
  border-bottom: 1px solid #E7EBEF;
}
.news_det_body .news_det_warp .news_det_header h1 {
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 30px;
}
.news_det_body .news_det_warp .news_det_header .push_date {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.news_det_body .news_det_warp .news_det_content {
  width: 90%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 30px;
}
.winningbid_list {
  top: -75px;
}
.winningbid_list .new_warp {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(140, 140, 140, 0.07);
  border-radius: 4px;
}
.winningbid_list .new_warp .new_warp_ul li {
  display: inline-block;
}
.winningbid_list .new_warp .new_warp_ul li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 2rem;
  text-align: center;
}
.winningbid_list .new_warp .new_warp_ul li:hover,
.winningbid_list .new_warp .new_warp_ul li.active {
  background: #F8F9FB url('../images/icon/gengduo_icon@2x.png') 90% center no-repeat;
  background-size: 20px;
  font-weight: bold;
}
.winningbid_list .new_warp .new_warp_ul li:hover a,
.winningbid_list .new_warp .new_warp_ul li.active a {
  color: var(--nav_text_color);
}
.winningbid_list .new_warp .news_list {
  border-left: 1px solid #E7EBEF;
  min-height: 500px;
}
.winningbid_list .new_warp .news_list ul li {
  background: url('../images/no/4.png') 95% 20% no-repeat;
  background-size: 5.5rem;
}
.winningbid_list .new_warp .news_list ul li a {
  width: 94%;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
  border-bottom: 1px solid #E7EBEF;
}
.winningbid_list .new_warp .news_list ul li a .push_date {
  width: 90px;
  height: 90px;
  border-right: 1px solid #E7EBEF;
  margin: 0 28px;
}
.winningbid_list .new_warp .news_list ul li a .push_date .time {
  font-size: 26px;
}
.winningbid_list .new_warp .news_list ul li a .push_date .year {
  font-size: 16px;
}
.winningbid_list .new_warp .news_list ul li a .push_date .year::after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 2px;
  left: 0;
  background: var(--nav_text_color);
}
.winningbid_list .new_warp .news_list ul li a .push_date p {
  font-family: Oswald-Regular_SemiBold, Oswald;
  font-weight: normal;
  color: #CCCCCC;
  line-height: 38px;
}
.winningbid_list .new_warp .news_list ul li a .news_list_info {
  width: 65%;
}
.winningbid_list .new_warp .news_list ul li a .news_list_info .news_list_info_title {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #111111;
  line-height: 22px;
}
.winningbid_list .new_warp .news_list ul li a .news_list_info .news_list_info_desc {
  height: 36px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.winningbid_list .new_warp .news_list ul li a .timed {
  background: #7287AB;
  border-radius: 11px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
}
.winningbid_list .new_warp .news_list ul li a .timed i {
  width: 13px;
  height: 2px;
  background: #6AD4A3;
  vertical-align: middle;
  margin: 0 8px;
}
.winningbid_list .new_warp .news_list ul li.active {
  background: url('../images/no/3.png') 95% 20% no-repeat;
  background-size: 5.5rem;
}
.lianxi .lianxi_border {
  border: 1px solid #E7EBEF;
}
.lianxi .lianxi_border .lianxi_right {
  border-left: 1px solid #E7EBEF;
  margin: 30px 0;
}
.lianxi .lianxi_border .lianxi_right .footer_right_top {
  border-bottom: 1px solid #E7EBEF;
  padding-bottom: 10px;
}
.lianxi .lianxi_border .lianxi_right .footer_right_top h2 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2B2B;
  line-height: 25px;
}
.lianxi .lianxi_border .lianxi_right .footer_right_top p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 0;
  line-height: 17px;
}
.lianxi .lianxi_border .lianxi_right .footer_right_bottom {
  font-size: 14px;
  padding-top: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_l {
  max-width: 292px;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_l img {
  width: 160px;
  height: 160px;
  margin-right: 16px;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_l .weixin_det img {
  width: 140px;
  height: auto;
  margin: 18px auto 10px;
  display: block;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_l .weixin_det p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
  line-height: 20px;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_r .lianxi_left_r_item {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_r .lianxi_left_r_item p {
  color: #666;
  margin-bottom: 0;
  font-size: 14px;
}
.lianxi .lianxi_border .lianxi_left .lianxi_left_r .lianxi_left_r_item h2 {
  color: #292929;
  font-size: 16px;
  font-weight: bold;
}
/*# sourceMappingURL=app.css.map */