a,
a:hover,
a:active,
a:visited,
a:link{
  text-decoration: none;
}
a[href]:after {
  content: none !important;
}
.wrap{
  width: 1200px;
  margin: 0 auto;
}
.padding20{
  padding: 0 20px;
}
.header{
  background-color: #ffffff;
}
.header .top-bg {
  height: 36px;
  background-color: #f0f0f0;
}
.header .top-box{
  display: flex;
  font-size: 12px;
  color: #646464;
}
.header .top-left {
  display: flex;
  flex: 1;
  align-items: center;
  height: 36px;
  line-height: 36px;
}
.header .top-left .login-span{
  margin: 0 16px;
}
.header .top-left img{
  margin-right: 6px;
  width: 15px;
  height: 14px;
}
.header .top-left>span>a{
  margin-right: 25px;
}
.header .top-left .color{
  color: #646464;
  cursor: pointer;
}
.header .top-right {
  display: flex;
  margin: 0;
}
.header .top-right>li{
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.header .top-right>li:last-child{
  padding-right: 0;
}
.header .top-right>.jjfa{
  width: 100px;
  text-align: center;
}
.header .top-right>.jjfa img{
  margin-left: 5px;
  width: 7px;
  height: 4px;
}
.header .top-right>.jjfa:hover ul{
  display:block;
}
.header .top-right>li>ul{
  display: none;
  position: relative;
  z-index: 100;
  width: 100%;
  border: 1px solid #eeeeee;
}
.header .top-right>li>ul>li{
  width: 100%;
  padding: 0 12px;
  background-color: #eeeeee;
}
.header .top-right>li>ul>li:hover{
  background-color: #ffffff;
}
.header .top-right li a{
  color: #646464;
}
.header .icon_QR_code {
  position: relative;
}
.header .icon_QR_code:hover .QR-code .code-box .code-item{
  display: flex;
}
.header .icon_QR_code:hover .QR-code .code-box .code-item .code-item-text{
  display: block;
}
.header .QR-code {
  /*display: none;*/
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 99;
}
.header .code-box{
  /*width: 190px;*/
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(199, 199, 199, 0.37);
}
.header .code-box .code-item{
  display: flex;
  align-items: center
}
.header .code-box .code-item:first-child .code-item-text{
  display: none;
}
.header .code-box .code-item:last-child{
  display: none;
}
.header .code-box .code-item img{
  width: 74px;
  height: 74px;
  margin: 8px;
}
.header .code-box .code-item .code-item-text{
  margin-left: 8px;
  width: 100px;
}
.header .code-box .code-item .code-item-text p{
  line-height: 17px;
  font-size: 12px;
  color: #3E464C;
}
.header .triangle {
  position: relative;
  top: 0;
  left: 166px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  background: transparent;
}
.header .header-content {
  display: flex;
  justify-content: flex-start;
  padding: 24px 0 40px 0;
}
.header .logo-box {
  margin-right: 55px;
  width: 345px;
  height: 70px;
}
.header .logo-box img{
  width: 345px;
  height: 70px;
}
.header .search-box {
  display: flex;
  align-items: center;
  width: 670px;
}
.header .search-box .search-text-box{
  width: 110px;
  height: 40px;
  border: 1px solid #4066f5;
  border-right: 1px solid #e2e2e2;;
  color: #4c4c4c;
}
.header .search-box .search-text-box .search-text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  color: #4C4C4C;
  font-size: 12px;
  cursor: pointer;
}
.header .search-box .search-text-box  .search-list{
  display: none;
  position: relative;
  top: 0;
  left: -1px;
  z-index: 99;
  width: 110px;
  height: 108px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.11);
}
.header .search-box .search-text-box  .search-list .search-item{
  padding: 0 20px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  cursor: pointer;
}
.header .search-box .search-text-box  .search-list .actived{
  background: #e8f2ff;
  color: #4066f5;
}
.header .search-box .search-text-box  .search-list .search-item:hover{
  background: #e8f2ff;
  color: #4066f5;
}
.header .search-box .search-text-box .search-text img{
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
.header .search-box select option{
  width: 110px;
  height: 36px;
}
.header .search-box .search-input-box div{
  display: none;
}
.header .search-box .search-input-box div:first-child{
  display:block;
}
.header .search-text{
  display: flex;
  margin: 0;
}
.header .search-input{
  padding: 0 10px;
  width: 446px;
  height: 40px;
  border: 1px solid #4066f5;
  border-left: none;
  vertical-align:middle;
}
.header .search-input::-webkit-input-placeholder{
  color: #909090;
  font-size: 12px;
}
.header .search-text li {
  padding: 4px 10px;
  text-align: center;
  font-size: 12px;
  color: #4C4C4C;
  cursor: pointer;
}
.header .search-text li.actived{
  color: #fff9f9;
  background-color: #4066F5;
}
.header .search-button{
  width: 112px;
  height: 40px;
  border: none;
  background: #4066f5;
  font-size: 16px;
  color: #ffffff;
  vertical-align:middle;
  cursor: pointer;
}
.header .search-button img{
  width: 24px;
  height: 24px;
}
.statistics-box{
  display: flex;
  margin-bottom: 16px;
  padding: 15px 0;
  height: 102px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.statistics-box .statistics-item{
  display: flex;
  flex-shrink:1;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  width: 225px;
  height: 100%;
  border-right: 1px solid #e2e2e2;
}
.statistics-box .statistics-item:last-child{
  width: 300px;
  border-right:none;
}
.statistics-box .statistics-item:last-child .statistics-val{
  color: #f43e33;;
}
.statistics-box .statistics-item .statistics-title{
  line-height: 24px;
  color: #1b1b1b;
  font-size: 14px;
}
.statistics-box .statistics-item .statistics-val{
  height: 32px;
  line-height: 32px;
  color: #4066f5;
  font-size: 32px;
  font-weight: 700;
}
.statistics-box .statistics-item .statistics-unit{
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #323232;
  opacity: 0.76;
}
.link-image{
  height: 280px;
  background: #fff;
  display: flex;
  margin-bottom:16px;
}
/* ----------------------公共title-------------------------------- */
.title-box{
  display: flex;
  align-items: center;
  height: 56px;
  border-bottom: 1px solid #e2e2e2;
}
.title-box>.title{
  width: 165px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #1b1b1b;
}
.title-box>.tabs{
  display: flex;
  flex: 1;
}
.title-box>.tabs>li{
  padding: 0 18px;
  height: 54px;
  line-height: 54px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  border-bottom:  2px solid transparent;
  cursor: pointer;
}
.title-box>.tabs>li.actived{
  color: #4066f5;
  border-bottom:  2px solid #4066f5;
}
.title-box>.more{
  width: 50px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
}
.title-box>.more>a{
  color: #909090;
}
/* ----------------------电子交易-------------------------------- */
.transaction-box{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 802px;
  margin-bottom: 16px;
}
.transaction-box .transaction-left{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 1200px;
}
.transaction-box .transaction-left>div{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 393px;
  background-color: #ffffff;
  overflow: hidden;
}
.transaction-box .transaction-left .prior-notice{
  margin-bottom: 16px;
}
.transaction-box .transaction-right{
  width: 384px;
  height: 100%;
}
/* ========开标日历========= */
.transaction-box .transaction-right .bid-calendar{
  margin-bottom: 16px;
  height: 440px;
  background-color: #ffffff;
}
.transaction-box .transaction-right .bid-calendar .select-box{
  position: absolute;
  right: 0;
  top: 67px;
  z-index: 99;
  color: rgba(0,0,0,.5);
}
.transaction-box .transaction-right .bid-calendar .select-box select{
  float: right;
  padding: 0 10px;
  width: 95px;
  height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: rgba(0,0,0,.5);
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list{
  display: none;
  position: absolute;
  top: -10px;
  left: 30px;
  width: 786px;
  height: 456px;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item-border{
  padding: 8px;
  width: 778px;
  height: 456px;
  background-color: rgba(0,0,0,0.16);
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .triangle-border{
  position: absolute;
  right: -22px;
  bottom: 85px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid rgba(0,0,0,0.16);
  border-bottom: 10px solid transparent;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .triangle{
  position: absolute;
  right: -14px;
  bottom: 85px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item{
  display: none;
  padding: 24px 20px 0;
  width: 762px;
  height: 440px;
  background-color: #ffffff;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item table{
  margin: 0 auto;
  width: 722px;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item tr{
  height: 40px;
  border-bottom:1px solid #e5e5e5 ;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item tr th{
  text-align: center !important;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item thead tr{
  background-color: #f5f5f5;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item thead tr th {
  font-size: 14px;
  color: #3e464c;
  font-weight: 500;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item tbody td{
  color: #3e464c;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item tbody td .title{
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item tbody td .regionName{
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item tbody td div a{
  color: #3e464c;
  font-size: 14px;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item .readMore{
  height: 53px;
  line-height: 53px;
  text-align: center;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item .readMore a{
  font-size: 14px;
  color: #a5a5a5;
}
.transaction-box .transaction-right .bid-calendar .calendar-box .calendar-list .calendar-item .noData{
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.transaction-box .transaction-right .bid-calendar .calendar-annotation{
  padding: 0 20px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #909090;
}
.transaction-box .transaction-right .common-tools{
  margin-bottom: 16px;
  height: 165px;
  background-color: #ffffff;
}
.transaction-box .transaction-right .select-service{
  height: 165px;
  background-color: #ffffff;
}
.transaction-box .transaction-right .layui-laydate-header{
  background-color: #ffffff !important;
  width: 270px;
}
.transaction-box .transaction-right .layui-laydate-header i,
.transaction-box .transaction-right .layui-laydate-header span{
  color: #999999 !important;
}
.transaction-box .transaction-right .layui-laydate{
  border: none !important;
  box-shadow: none !important;
}
.transaction-box .transaction-right .layui-laydate-main{
  width: 384px !important;
}
.transaction-box .transaction-right .layui-laydate-content{
  border: none !important;
}
.transaction-box .transaction-right .layui-laydate-content table{
  width: 364px;
  border-collapse: separate;
  border-spacing: 14px 10px;
}
.transaction-box .transaction-right .layui-laydate-content table td{
  position: relative;
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 1px solid #e2e2e2;
}
.transaction-box .transaction-right .layui-laydate-content table tbody td:first-child,
.transaction-box .transaction-right .layui-laydate-content table tbody td:last-child{
  background-color: #F5F5F5;
}
.transaction-box .transaction-right .layui-laydate-content table tbody.laydate-day-prev,
.transaction-box .transaction-right .layui-laydate-content table tbody.laydate-day-next{
 background-color: #FFFFFF;
  color: #C0C0C0;
}
.transaction-box .transaction-right .layui-laydate-content table td div{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  background: #f43e33;
  border-radius: 50%;
  text-align: center;
  transform: scale(.8);
}
.transaction-box .transaction-right .layui-laydate-content table td .calendar-actived{
  background:#ffffff;
  color: #f43e33;
}
.wrap .layui-timeline-item:before{
  left: 122px !important;
  top: 9px !important;
}
.wrap .layui-timeline-item:before{
  background-color: #e2e2e2 !important;
}
.wrap .layui-timeline-axis {
  position: absolute;
  left: 120px;
  top: 6px;
  z-index: 10;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background-color: #e2e2e2;
  color: #e2e2e2;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.notice-list .layui-icon{
  font-size:0px !important;
}
.notice-list .layui-text p{
  font-size: 12px;
  text-align: left;
  color: #323232;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 15px;
  margin-top: 3px;
  width: 450px;
}
/* ========常用工具、精选服务========= */
.transaction-box .transaction-right .icon-list{
  display: flex;
  align-items: center;
  height: 100px;
  overflow: hidden;
}
.transaction-box .transaction-right .icon-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 87px;

}
.transaction-box .transaction-right .icon-item img{
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
}
.transaction-box .transaction-right .icon-item p{
  font-size: 14px;
  color: #323232;
  line-height: 16px;
}
/* ----------------------电子卖场-------------------------------- */
.electronic-stores{
  height: 308px;
  background-color: #ffffff;
  margin-bottom: 16px;

}
.electronic-stores .stores-swiper .swiper-wrapper{
  height: 230px;
}
.electronic-stores .stores-swiper{
  position: relative;
  overflow: hidden;
}
.electronic-stores .stores-swiper .stores-slide{
  margin: 20px 0;
  width: 274px;
  height: 210px;
  cursor: pointer;
}
.electronic-stores .stores-swiper .stores-slide img{
  width: 274px;
  height: 88px;
}
.electronic-stores .stores-swiper .stores-slide .amount-center-box{
  align-items: center;
  height: 122px;
  border: 1px solid #e2e2e2
}
.electronic-stores .stores-swiper .stores-slide .amount-box{
  display: flex;
  flex: 1;
  padding: 0 12px;
  align-items: center;
  margin-top: 20px;
}
.electronic-stores .stores-swiper .stores-slide .amount-box .amount-text{
  width: 36px;
  font-size: 12px;
  color: #7b7b7b;
}
.electronic-stores .stores-swiper .stores-slide .amount-box .amount-val{
  flex: 1;
  margin-left: 15px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-size: 26px;
  font-weight: 700;
  color: #f43e33;
  border-left: 1px solid #c7c7c7;
}
.electronic-stores .stores-swiper .stores-slide .amount-box .amount-unit{
  width: 28px;
  font-size: 14px;
  color: #323232;
}
.electronic-stores .stores-swiper .swiper-button-prev,
.electronic-stores .stores-swiper .swiper-button-next{
  position: absolute;
  top: 100px;
  z-index: 100;
  width: 46px;
  height: 86px;
  opacity: 0.64;
  background: rgba(11,118,255,0.23);
}
.electronic-stores .stores-swiper .swiper-button-prev{
  left: 0;
}
.electronic-stores .stores-swiper .swiper-button-next{
  right: 0;
}
.electronic-stores .stores-swiper .swiper-button-prev:after,
.electronic-stores .stores-swiper .swiper-button-next:after{
  font-size: 30px;
}
.electronic-stores .stores-swiper .swiper-button-disabled{
  color: #7b7b7b;
  background: #e2e2e2;
}

/* ----------------------最新项目-------------------------------- */
.new-project{
  height: 368px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.new-project .new-project-list {
  display: flex;
  padding: 20px;
  overflow: hidden;
}
.new-project .new-project-list .new-project-item{
  flex-shrink:0;
  margin-right: 21px;
  padding: 16px;
  width: 274px;
  height: 272px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  cursor: pointer;
}
.new-project .new-project-list .new-project-item:last-child{
  margin-right:0;
}
.new-project .new-project-list .new-project-item h5{
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #323232;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-project .new-project-list .new-project-item .countdown-box{
  margin: 15px 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #646464;
  background: #f5f5f5;
}
.new-project .new-project-list .new-project-item .countdown-box span{
  font-size: 24px;
  font-weight: 700;
  color: #f43e33;
}
.new-project .new-project-list .new-project-item .item-info{
  font-size: 14px;
  line-height: 28px;
  color: #909090;
}
.new-project .new-project-list .new-project-item .item-info h5{
  margin: 0;
}
.new-project .new-project-list .new-project-item .item-info p{
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.new-project .new-project-list .new-project-item .item-info span{
  color: #4c4c4c;
}
.new-project .new-project-list .new-project-item .item-info .price{
  font-size: 16px;
  font-weight: 700;
  color: #f44336;
}
/* ----------------------卖场公告-------------------------------- */
.flex-row{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.flex-row>div{
  margin-bottom: 16px;
  background-color: #ffffff;
}
.store-notice{
  width: 1200px;
  height: 395px;
}
/* ----------------------卖场服务-------------------------------- */
.store-serve{
  width: 384px;
  height: 374px;
}
.store-serve .serve-list{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
  height: 279px;
  overflow: hidden;
}
.store-serve .serve-list .cutting-line{
  width: 323px;
  height: 1px;
  background-color: #f0f0f0;
}
.store-serve .serve-list .serve-item{
  padding: 30px 0;
  width: 108px;
  height: 140px;
  border-bottom: 1px solid #f0f0f0;
}
.store-serve .serve-list .serve-item .h80{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 80px;
  border-right: 1px solid #e2e2e2;
}
.store-serve .serve-list .serve-item .color-gray{
  color: #838383;
}
.store-serve .serve-list .serve-item:nth-child(3n) .h80{
  border-right:none;
}
.store-serve .serve-list .serve-item .h80>img{
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
}
/* ----------------------热销商品-------------------------------- */
.hot-goods{
  width: 800px;
  height: 560px;
}
.hot-goods .goods-list{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;

}
.hot-goods .goods-list .goods-item{
  margin: 15px 15px 15px 0;
  /* padding: 10px; */
  width: 140px;
  box-sizing: border-box;

}
.hot-goods .goods-list .goods-item:nth-child(5n){
  margin-right: 0;
}
.hot-goods .goods-list .goods-item>a>img{
  width: 140px;
  height: 140px;
  /* padding: 10px; */
}
.hot-goods .goods-list .goods-item .goods-name{
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #323232;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-goods .goods-list .goods-item .goods-price{
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ff4444;
}
/* ----------------------优质供应商-------------------------------- */
.good-supplier{
  width: 384px;
  height: 560px;
}
.supplier-list{
  padding: 20px;
}
.supplier-list .supplier-item{
  height: 76px;
  width:350px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  text-align: center;
  margin-bottom:20px;
  padding-top:5px;
  box-sizing: border-box;
}
.supplier-list .supplier-item a{
  display: flex;
  align-items: center;
}
.supplier-list .supplier-item>a>img{
  width: 164px;
  height: 64px;
  margin:0 auto;
}
.supplier-list .supplier-item>a>p{
  margin: 0;
  font-size: 14px;
  color: #323232;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
}
/* ----------------------采购资讯、政策法规-------------------------------- */
.information{
  width: 800px;
  height: 364px;
}
.policy{
  width: 384px;
  height: 364px;
}
.content-list{
  padding: 10px 20px;
  height: 307px;
  line-height: 36px;
  font-size: 14px;
  color: #4c4c4c;
  overflow: hidden;
}
.content-list .list-item{
  cursor: pointer;
}
.content-list .list-item a{
  display: flex;
}
.content-list .list-item .title{
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.content-list .list-item .date{
  width: 100px;
  text-align: right;
}
/* ----------------------公告列表-------------------------------- */
.notice-list{
  flex:1;
  padding: 0 20px;
  box-sizing: border-box;
}
.notice-list .notice-item{
  padding: 10px 0;
  height: 78px;
  border-bottom: 1px dashed #e7e5e5;
  box-sizing: border-box;
  cursor: pointer;
}
.notice-list .notice-item a{
  display: flex;
}
.notice-list .notice-item a>div{
  margin-right: 20px;
  width: 150px;
}
.notice-list .notice-item .name-box{
  margin-right: 40px;
  width: 580px;
  font-size: 14px;
}
.notice-list .notice-item .name-box p{
  width: 580px;
}
.notice-list .notice-item p{
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.notice-list .notice-item p.color-gray{
  color: #a5a5a5;
}
.notice-list .notice-item:last-child{
  border-bottom: none;
}
.morejian{
  text-align: right;
  color: #909090;
  font-size: 12px;
  cursor: pointer;
}
/* ----------------------悬浮框-------------------------------- */
.toTop-box{
  position: fixed;
  top: 300px;
  left: 20px;
  z-index: 99;
  width: 66px;
  height: 182px;
  background-color: #ffffff;
}
.toTop-box .actived{
  color: #ffffff;
  background-color: #4066F5;
}
.toTop-box .actived a{
  color: #ffffff;
}
.toTop-box>div{
  width: 66px;
  font-size: 14px;
  text-align: center;
}
.toTop-box>div img{
  width: 20px;
  height: 10px;
}
.toTop-box>div:nth-child(3){
  padding:0;
}
.toTop-box>div:last-child a{
  color: #4066F5;
}
.toTop-box>div>a>div {
  padding: 13px 18px;
}
.service-box{
  position: fixed;
  top: 300px;
  right: 20px;
  z-index: 99;
  width: 66px;
  height: 114px;
  background-color: #ffffff;
}
.service-box img{
  margin: 12px 18px;
  width: 30px;
  height: 30px;
}
.toTop-box .line,
.service-box .line{
  margin: 0 auto;
  width: 54px;
  height: 1px;
  background: linear-gradient(270deg,#ffffff, rgba(226,226,226,0.55) 56%, #ffffff);
}
.service-box .service-text{
  width: 28px;
  margin: 8px auto;
  font-size: 14px;
  color: #323232;
  line-height: 20px;
}
/* ----------------------footer-------------------------------- */
.footer-bg{
  background-color: #393d49 !important;
  -webkit-print-color-adjust: exact;
}
.footer-content{
  display: flex;
  border-bottom: 1px solid #4b4c58;
}
.footer-left{
  display: flex;
}
.footer-left>div{
  margin-right: 60px;
}
.footer-left>div>p{
  margin: 30px 0 12px;
  font-size: 16px;
  color: #cecece !important;
}
.footer-left>div>ul{
  margin-bottom: 37px;
}
.footer-left>div>ul>li{
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #98989e !important;
}
.footer-left>div>ul>li>a{
  color: #98989e !important;
}
.footer-right{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.footer-right>div{
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  width: 120px;
}
.footer-right>div>img{
  width: 82px;
  height: 82px;
}
.footer-right>div>p{
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #787980 !important;
}
.footer-text{
  padding: 10px;
  min-height: 80px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.footer-text p{
  color: #98989e !important;
}
.footer-text p a{
  color: #98989e !important;
}
/*--------------------------------------------------------------------*/
a {
  color: #222;
}

.pageBox a {
  color: #222;
  text-decoration: none;
}


.pageBox i, .pageBox em {
  font-style: normal;
}

.pageBox ul, .pageBox li, .pageBox ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageBox .content {
  width: 1200px;
  margin: 0 auto;
}

.pageBox .fp-bottom ul {
  text-align: center;
}

.pageBox #menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  line-height: 130px;
  background: #fff;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}

.pageBox #menu .menu_ul {
  display: inline-block;
  margin-left: 120px;
}

.pageBox #menu .menu_ul li {
  display: inline-block;
  padding: 0 40px;
  position: relative;
  text-align: center;
}

.pageBox #menu .menu_ul li.active span {
  position: absolute;
  bottom: 3px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  margin-left: -8px;
}

.septal {
  border-right: 1px solid #e5e5e5;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.zh-cn {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Microsoft YaHei UI Light";
  display: block;
  color: #000;
}
.zh-cn1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Microsoft YaHei UI Light";
  display: block;
  color: #fff;
}

.en-hk {
  font-size: 12px;
  font-family: "arial";
  line-height: 20px;
  display: block;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 3px solid #1277e0;
  height: 16px;
  width: 60px;
  margin: 0 auto;
}

#fullpage {
  margin-top: 0;
}

#fullpage .section_top_tendering {
  position: relative;
  /*background: #153e8a;*/
}


ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.overburden{
  width: 1200px;
  height: 240px;
  background: #fff;
  margin: 0 auto;
  z-index: 1000 !important;
  position: relative;
  margin-top: -116px;
}
.overTop{
  width: 100%;
  padding-top: 15px;
}
.overBot{
  margin-top: 15px;
}
.overTop ul,.overBot ul{
  display: flex;
}
.overBot ul{
  padding-left:20px;
}
.overTop ul{
  padding-left: 15px;
}
.overTop ul li{
  width: 188px;
  height: 88px;
  text-align: center;
  margin-left: 15px;
  padding-top: 14px;
}
.overTop ul li:first-child{
  border-right: 1px solid #e5e5e5;
  width: 135px;
}
.process{
  font-family: SourceHanSansCN-Bold;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #108ee9;
}
.processBtn{
  width: 88px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #efa53f;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #efa53f;
  text-align: center;
  margin: 0 auto;
}
.overImg{
  width: 64px;
  height: 64px;
  background-color: #e7f3ff;
  opacity: 0.8;
}
.imgText{
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin-left: 5px;
}
.consulttel{
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-top: 40px;
}
.imgRight{
  font-size: 17px;
  font-weight: 800;
}
.imgRight img{
  position: relative;
  width: 13px;
}
.overBot ul li{
  width: 194px;
  height: 100px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  line-height:100px;
  text-align: center;
}
.BotImg{
}
.seeMore{
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.seeMore i{
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); 	/* IE 9 */
  -moz-transform:rotate(90deg); 	/* Firefox */
  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
  -o-transform:rotate(90deg); 	/* Opera */
}
.seeMore span{
  width: 15px;
  display: inline-block;
  height: 15px;
  border-radius: 100%;
  background: #108ee9;
  color: #fff;
  text-align: center;
  line-height: 13px;
  font-size: 7px;
  font-weight: 800;
  position: relative;
  top: -3px;
}

/*#fullpage #section0 .banner-content {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  z-index: 1;*/
/*  width: 1200px;*/
/*  margin-top: -6%;*/
/*}*/

/*#fullpage #section0 .banner-content .ban-btn-ul li {*/
/*  margin: 27px 10px;*/
/*}*/

/*#fullpage #section0 .banner-content .ban-btn-ul li a {*/
/*  font-size: 14px;*/
/*  border-radius: 30px;*/
/*  padding: 4px 16px;*/
/*  border: 1px solid #414065;*/
/*  color: #414065;*/
/*  display: block;*/
/*}*/

/*#fullpage #section0 .banner-content .ban-btn-ul li a:hover {*/
/*  color: #fff;*/
/*  border-color: #177ae1;*/
/*}*/

.secd-title {
  text-align: center;
  padding: 60px 0;
  line-height: 10px;
}

.secd-title .zh-cn {
  font-size: 24px;
}

.secd-title .en-hk {
  font-size: 18px;
}

.secd-content .cova-ul {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.secd-content .cova-ul li {
  width: 280px;
  height: 385px;
  float: left;
  border: 1px solid #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}

.secd-content .cova-ul li + li {
  margin-left: 80px;
}

.secd-content .cova-ul .cova-img {
  height: 277px;
  border-bottom: 4px solid #234afa;
}

.secd-content .cava-info {
  padding: 10px 16px;
}

.secd-content .cava-info .cava-info-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

.secd-content .cava-info p {
  line-height: 26px;
  margin-bottom: 0;
}

/*.sec2 {*/
/*  background: url(../img/bg3.png) no-repeat;*/

/*  text-align: center;*/
/*  background-size: 100% 100%;*/
/*  height: 600px;*/
/*  !*background: #171b32;*!*/
/*}*/
/*.sec2  .secd-box2 .secd-box1 img{*/
/*  position: absolute;*/
/*  display: inherit;*/
/*  margin: 0 auto;*/

/*}*/
.core_business_bg{
  background: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}
.sec2 .core_business{
  position: relative;
  height: 600px;
  width: 1000px;
  margin: auto;
}
.sec2 .core_business_charatar{
  /*position: absolute;*/
  /*top: -10px;*/
  /*left: 711px;*/
  height: 100px;
  padding: 31px;
  text-align: center;
}
.sec2 .core_business .core_business_picture .picture_top{
  /*position: absolute;*/
  /*top: 130px;*/
  /*left: 258px*/
  display: block;
  text-align: center;
  margin: auto;
}
.section .my_service{
  position: relative;
}
.section .ultimate_box{
  /*position: relative;*/
  background: #fff;
  height: 600px;
}
.section .ultimate_box .ultimate {
  margin: auto;
  padding-top: 140px;
}
/*.section .ultimate_box .ultimate_bottom{*/
/*  height: 99px;*/
/*  width: 100%;*/
/*}*/
/*.section .ultimate_box .ultimate_bottom .ultimate_bottom_box{*/
/*  height: 99px;*/
/*  width: 1030px;*/
/*  position: relative;*/
/*  margin: 0 auto;*/
/*}*/
/*.section .ultimate_box .ultimate_bottom .ultimate_bottom_box .ultimate_bottom{*/
/*  padding-top: 23px;*/
/*  width: 257px;*/
/*  float: left;*/
/*  !*position:absolute;*!*/
/*  !*top: 10px;*!*/
/*  !*left: 10px;*!*/
/*}*/
/*.section .ultimate_box .ultimate_bottom .ultimate_bottom_box .ultimate_bottom .ultimate_bottom_charatar_l{*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*}*/
/*.section .ultimate_box .ultimate_bottom .ultimate_bottom_box .ultimate_bottom .ultimate_bottom_charatar_r{*/
/*  font-size: 12px;*/
/*  color: #fff;*/
/*  margin-top: 10px;*/
/*}*/
#section3 {
  background: #fff;
  padding-bottom: 60px;
}

.secd-box3 {
  margin-bottom: 70px;

}

.service-ul li {
  width: 374px;
  height: 130px;
  /*border: 1px solid #454245;*/
  position: relative;
  float: left;
}

.service-ul li:before {
  /*content: url(../img/arr.png);*/
  position: absolute;
  left: 0;
}

.section .ser-img {
  text-align: center;
  /*line-height: 130px;*/
  width: 224px;
  height: 314px;
  background: #f3f9fe;
  border-radius: 15px;
  /*padding: 0 35px;*/
  position: relative;
}

.service-ul li .ser-info {
  padding: 20px;
  color: #fff;
}

.service-ul li .ser-info .ser-info-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 12px;
}

.service-ul li .ser-info p {
  line-break: 22px;
  margin-bottom: 4px;
}

.service-ul.ifn {
  width: 790px;
  margin: auto;
  margin-top: 38px;
}
.section .secd-box .ser-img .ser-info {
  margin-top: 30px;
}
.section .secd-box .ser-img .ser-info h4
{
  color: #1277e0;
}

.section .secd-box .ser-img .ser-info p{
  text-align: left;
  margin-top:20px;
  margin-left: 15px;
  margin-right: 15px;
  color: #919395;
}
.section .lmat {
  margin-left: 20px;
}

.section .bmat1 {
  padding-top: 40px;
  display: block;
}
.section .bmat2 {
  padding-top: 50px;
  display: block;
}
.section .bmat3 {
  padding-top: 44px;
  display: block;
}
.secd-box{
  width: 1200px;
  margin: 0 auto;
}
.sec4 {
  background: url(../img/bl.png) no-repeat center bottom;
  /*background: #153e8a;*/
  padding-bottom: 140px;
  background-size: 100% 100%;
}

.strg-ul li {
  float: left;
  margin-left: 88px;
}

.strg-ul li .strg-info {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
}

.strg-ul li .strg-info span {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #d8ddfd;
}

.strg-ul li.downimg {
  margin-top: 90px;
}

.secd-box5 .innot-ul {
  margin-top: 38px;
  margin-bottom: 80px;
  padding: 0 80px;
}

.secd-box5 .innot-ul li {
  float: left;
  border: 1px solid #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 4px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 0px 10px;
}

.secd-box5 .innot-ul li .innot-img {
  height: 208px;
  border-bottom: 4px solid #234afa;
}

.secd-box5 .innot-ul li .innot-info-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}

.secd-box5 .innot-ul li + li {
  margin-left: 37px;
}

.foot {
  background-color: #252732;
  padding: 66px 0;
}

.foot .footer-ul li {
  float: left;
  margin-left: 120px;
}

.foot .footer-ul div {
  float: right;
}

.foot .footer-ul img {
  margin-right: 20px;
}

.foot .footer-ul p {
  color: #818181;
  margin-bottom: 0;
  line-height: 30px;
}

.foot .footer-ul .foot-tit {
  font-size: 18px;
  color: #fff;
}
.clearFix::before,
.clearFix::after {
  content: "";
  display: block;
  visibility: hidden;
  height:0;
  line-height: 0;
  clear: both;
}

.home_page_subwebsite{
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  margin-top: 18px;
}
.home_page_subwebsite .subwebsite_l{
  float: left;
  width: 590px;
  height: 80px;

}
.home_page_subwebsite .subwebsite_box{
  float: left;
}
.home_page_subwebsite .distance{
  margin-left: 20px;
}
.home_page_subwebsite .subwebsite_r{
  float: left;
  width: 593px;
  height: 80px;
  margin-left: 17px;

}
.merry-go-round{
  margin: 18px auto;
  background: #fff;
  width: 1200px;
  height: 50px;
  /*pointer-events: none;*/
}
.merry-go-round .overflow-hidden{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.merry-go-round .notice{
  float: left;
  height: 100%;
}
.merry-go-round .notice > img{
  padding: 15px 38px 0 20px;
}
.merry-go-round .swiper-container{
  line-height: 50px;
}
.swiper-wrapper{

}
.merry-go-round .swiper-container .swiper-slide {
  height: 160px;
}
.merry-go-round .swiper-container .swiper-slide img{
  float: left;
  padding-top: 20px;
  margin-right: 10px;
}
.merry-go-round .swiper-container .swiper-slide p{
  float: left;
  font-weight: 600;
  margin-right: 30px;
  width: 170px;
  color: #333;
}
.merry-go-round .swiper-container .swiper-slide p a{
  width: 170px;
  text-decoration: none;
}
.merry-go-round .swiper-container .swiper-slide span{
  float: left;
  color: #666;
}
.home_page_ad_space{
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  margin-top: 18px;
  position:relative;

}
.home_page_ad_space .ad_space_l{
  float: left;
  width: 590px;
  height: 150px;
  z-index: 0;
  background-color: #e0eefa;


}
.home_page_ad_space .ad_space_r{
  float: left;
  width: 590px;
  height: 150px;
  z-index: 0;
  background-color: #e0eefa;
  margin-left: 20px;

}
.home_page_ad_space .ad_space_l img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  z-index: 1;
}

.home_page_ad_space .ad_space_r img{
  display: block;
  position: absolute;
  right: 306px;
  top: 0;
  height: 150px;
  z-index: 1;
}
.home_page_ad_space .ad_space_l .ad_button{
  position: absolute;
  right: 30px;
  top: 90px;
  width: 200px;
  height: 30px;
  z-index: 10;
  margin: 0 auto;
}
.home_page_ad_space .ad_space_r .ad_button{
  position: absolute;
  left: 358px;
  top: 90px;
  width: 200px;
  height: 30px;
  z-index: 10;
  margin: 0 auto;
}
.home_page_ad_space .ad_button_l{
  float: left;
  width: 95px;
  height: 30px;
  text-align: center;
  border-radius: 4px ;
  background-color: #1277e0;
  color: #fff;
  border:#1277e0 solid 1px;
}
.home_page_ad_space .ad_button_r{
  float: right;
  width: 92px;
  height: 30px;
  text-align: center;
  border:#1277e0 solid 1px;
  border-radius: 4px ;
  background-color:#e0eefa;
  color: #1277e0;
}
.home_page_ad_space .ad_button_rl{
  float: left;
  width: 92px;
  height: 30px;
  text-align: center;
  border-radius: 4px ;
  background-color: #1277e0;
  color: #fff;
  border:#1277e0 solid 1px;
}
.home_page_ad_space .ad_button_rr{
  float: right;
  width: 95px;
  height: 30px;
  text-align: center;
  border-radius: 4px ;
  border:#1277e0 solid 1px;
  background-color:#e0eefa;
  color: #1277e0;
}
.home_page_ad_space .agency{
  position: absolute;
  top: 0;
  left: -19px;
  padding: 20px 0 7px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 20px;
  z-index:20;
}
.home_page_ad_space .supplier{
  position: absolute;
  top: 0;
  right: 481px;
  padding: 20px 0 7px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 20px;
  z-index:20;
}
.home_page_ad_space .agency .common-title_a {
  padding-left: 10px;
  border-left: 5px solid #1277e0;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  font-weight: 600;
  color: #1277e0;

}
.home_page_ad_space .supplier .common-title_s {
  padding-left: 10px;
  border-left: 5px solid #f6a00c;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  font-weight: 600;
  color: #f6a00c;
}
.home_page_ad_space .ad_company_namel{
  position: absolute;
  top: 0;
  left: 316px;
  z-index: 10;
  text-align: center;
}
.ad_space_r .ad_company_name{
  position: absolute;
  top: 0;
  right: 316px;
  z-index: 10;
  text-align: center;
}
.ad_space_l .ad_company_namel .spanl{
  display: block;
  position: absolute;
  top: 20px;
  left: 9px;
  width: 40px;
  height: 3px;
  background-color: #1277e0;
}
.ad_space_l .ad_company_namel .spanr{
  display: block;
  position: absolute;
  top: 20px;
  left: 203px;
  width: 40px;
  height: 3px;
  background-color: #1277e0;
}
.ad_space_r .ad_company_name .spanl{
  display: block;
  position: absolute;
  top: 20px;
  right: 203px;
  width: 40px;
  height: 3px;
  background-color: #1277e0;
}
.ad_space_r .ad_company_name .spanr{
  display: block;
  position: absolute;
  top: 20px;
  right: 9px;
  width: 40px;
  height: 3px;
  background-color: #1277e0;
}

.ad_space_l .ad_company_namel h4{
  color: #1277e0;
  font-size: 20px;
}
.ad_space_l .ad_company_namel p{
  font-size: 18px;
}
.ad_space_r .ad_company_name h4{
  color: #1277e0;
  font-size: 20px;
}
.ad_space_r .ad_company_name p{
  font-size: 18px;
}

.ad_space_r .ad_company_name{
  position: absolute;
  right: 15px;
  z-index: 10;
  text-align: center;
}


.fullpage .section_top_tendering{
  background: url(../img/banner1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
}
.fullpage .section_top_tendering .top_middle_box{
  width: 608px;
  margin: auto;
  padding-top: 90px;
  /*position: relative;*/
}
.fullpage .section_top_tendering .button_box_relative{
  width: 418px;
  height:49px;
  text-align: center;
  /*position: absolute;*/
  /*left: 531px;*/
  /*top: 266px;;*/
  margin: 0 auto;
  margin-top: 40px;
  /*padding-top: 276px;*/

}
.fullpage .section_top_tendering .charatar_box_relative{
  /*position: absolute;*/
  /*left: 455px;*/
  /*top: 100px;*/
}

/*.section_top_tendering{*/
/*  background: url(../img/banner1.png) no-repeat;*/
/*  text-align: center;*/
/*  background-size: 100% 100%;*/
/*  height: 518px;*/
/*}*/
.pageBox1 .mall_core_business_bg{
  background: url(../img/gcmall_06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mall_core_business_bg .mall_core_business{
  width: 1200px;
  margin: auto;
  height: 600px;
}
.mall_core_business_bg .mall_core_business_charatar{
  height: 100px;
  padding: 31px;
  text-align: center;
}
.mall_core_business_bg  .mall_core_business_picture .picture_top{
  display: block;
  text-align: center;
  /*height: 425px;*/
  margin: auto;
}
.pageBox1 .mall_capability_bg{
  background: url(../img/gcmall_07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.mall_capability_bg .mall_capability{
  position: relative;
  width: 1101px;
  margin: auto;

}
.mall_capability_bg .mall_capability_charatar  {
  height: 100px;
  padding: 31px;
  text-align: center;
}
.mall_capability_bg .mall_capability_picture .picture_top{
  padding-top: 60px;
  display: block;
  text-align: center;
  margin: auto;
}
.pageBox1 .mall_core_value_bg{
  /*background: url(../img/gcmall_08.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*height: 600px;*/
  background: #fff;
}
.mall_core_value_bg .mall_core_value{
  position: relative;
  width: 1101px;
  margin: auto;
}
.mall_core_value_bg  .mall_core_value_charatar{
  height: 100px;
  padding: 31px;
  text-align: center;
}
.mall_core_value_bg .picture_box{
  float: left;
  width: 204px;
  height: 309px;
  border: 1px solid #e9e9e9;
}
.mall_core_value_bg .picture_top{
  padding-top: 40px;
  display: block;
  margin: auto;
}
.margin-left{
  margin-left: 20px;
}
.mall_core_value_bg .picture_charatar{
  width: 178px;
  margin: auto;
  text-align: center;
}
.mall_core_value_bg .picture_charatar h3{
  font-size: 20px;
  color: #222222;
}
.mall_core_value_bg .picture_charatar p{
  font-size: 14px;
  color: #777777;
}
.mall_core_value_bg .mall_core_value_picture{
  padding-top: 60px;
}
/*.mall_core_value_bg .mall_core_value_picture .picture_top{*/
/*  display: block;*/
/*  text-align: center;*/
/*  margin: auto;*/
/*}*/

.pageBox1 .mall_strengthen_supervision_bg{
  background: url(../img/gcmall_09.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mall_strengthen_supervision_bg .mall_strengthen_supervision{
  position: relative;
  width: 1101px;
  margin: auto;
}
.mall_strengthen_supervision_bg .mall_strengthen_supervision_charatar{
  height: 100px;
  padding: 31px;
  text-align: center;
}
.mall_strengthen_supervision_bg  .mall_strengthen_supervision_picture .picture_top{
  padding-top: 60px;
  display: block;
  text-align: center;
  margin: auto;
}
.pageBox1 .mall_price_monitoring_bg{
  /*background: url(../img/gcmall_10.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*height: 600px;*/
  background: #fff;
}
.mall_price_monitoring_bg .mall_price_monitoring{
  position: relative;
  width: 1101px;
  margin: auto;
}
.mall_price_monitoring_bg  .mall_price_monitoring_charatar{
  height: 100px;
  padding: 31px;
  text-align: center;
}
.mall_price_monitoring_bg  .mall_price_monitoring_picture {
  display: block;
  text-align: center;
  margin: auto;
}
.mall_price_monitoring_bg  .mall_price_monitoring_picture .picture_top{
  padding-top: 60px;
  display: block;
  text-align: center;
  margin:0 auto;
}
.clearboth{
  clear: both;
}