/*==================首页样式表，为了不影响系统的其他地方要严格按照层级写样式====================*/
/*整体*/
.homePage {
  /* margin-right:200px; */

  /*margin-left: 0px;*/
  /*padding: 0px 160px 0px 160px;*/

}

/*顶部搜索间距设置*/
.homePage .top-serach {
  /* height:300px; */
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  /* Firefox 4 */
  -webkit-transition: background 0.5s;
  /* Safari and Chrome */
  -o-transition: background 0.5s;
  /* Opera */
}

/*设置搜索的背景和li不同背景下的颜色*/
.homePage .banner1 {
  background: url(../img/banner1.jpg) no-repeat center top #1b66e6;
}

.homePage .banner1 li {
  color: #a5cbff;
}

.homePage .banner2 {
  background: url(../img/banner2.jpg) no-repeat center top #1b66e6;
}

.homePage .banner2 li {
  color: #83cfff;
}

.homePage .banner3 {
  background: url(../img/banner3.jpg) no-repeat center top #1b66e6;
}

.homePage .banner3 li {
  color: #8cfffa;
}

/*左边ul样式,原有的
.homePage .top-serach ul li{
	position: relative;
    height: 45px;
    width:113px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #a0c1f4;
    cursor: pointer;
    overflow: hidden;
    transition: color .5s;
}*/

/*li选择样式，原有的
.homePage .top-serach ul .search-condition-show{
	border-right:none!important;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background: url(../img/li背景.png) no-repeat;
	color:#fff;
}*/

/*测试动画 li*/
.homePage .top-serach ul li {
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #a0c1f4;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

/*测试动画 选中li*/
.homePage .top-serach ul .search-condition-show {
  border-right: none !important;
  color: #fff;
  padding-right: 1px;
}

/*测试动画效果*/
.homePage .top-serach ul li::before {
  background: url(../img/li背景.png) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 113px;
  height: 45px;
  -webkit-transition: transform .3s ease-in;
  -moz-transition: transform .3s ease-in;
  -ms-transition: transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  -webkit-transform: translateX(113px);
  -moz-transform: translateX(113px);
  -ms-transform: translateX(113px);
  -o-transform: translateX(113px);
  transform: translateX(113px);
}

/*测试动画 li选中伪元素*/
.homePage .top-serach ul .search-condition-show::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


/*顶部搜索按钮样式*/
.top-serach .homePage-serach {
  background-color: #ffffff !important;
  color: #666666;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*顶部搜索输入框样式*/
.top-serach .homePage-input {
  width: 550px;
  height: 50px;
  padding: 15px 0 15px 20px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
  border: none;
  background-color: #fff;
}

.top-serach .hot-tips-title {
  line-height: 26px;
  font-size: 12px;
  font-weight: normal;
  color: #88B6FF;
}

/*改掉系统默认的input hover样式 用于输入框边框颜色不改变*/
.homePage .top-serach .layui-input:hover {
  border-color: #008ff4 !important;
}

/*改掉系统默认的focus，也是用于输入框边框颜色不改变*/
.homePage .top-serach .layui-input:focus {
  border-color: #008ff4 !important;
}

/*调整顶部搜索select的三角形的位置和颜色*/
.homePage .top-serach .layui-edge {
  right: 60px;
  color: #333;
}

/*热门搜索提示*/
.homePage .homePage-tips {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 700px;
}

/*居中显示*/
.homePage .homePage-tips .hot-tips {
  line-height: 36px;
}

/*设置热门搜索的间距和字体颜色*/
.homePage .homePage-tips .hot-list a {
  margin: 0 10px;
  color: #ffffff;
  font-family: "Microsoft yahei";
}

.homePage .homePage-tips .hot-list a:hover {
  cursor: pointer;
  font-family: "Microsoft yahei";
}

/*设置热门搜索浮动变色*/
.homePage .banner1 .hot-list a:hover {
  color: #a5cbff;
}

.homePage .banner2 .hot-list a:hover {
  color: #83cfff;
}

.homePage .banner3 .hot-list a:hover {
  color: #8cfffa;
}

/*新闻和轮播图高度*/
.homePage .homePage-news {
  height: 100%;
  /* margin-bottom:15px; */

}

/*设置分块的高度*/
.homePage .homePage-news .homePage-carousel {
  height: 300px;
}

/*取消卡片默认padding*/
.homePage .homePage-carousel .layui-card-header {
  padding-left: 0px;
  background-color: #2a7dd1;
  height: 32px;
  line-height: 32px;
  color: #fff;
}

.homePage .gjk-card .layui-card-header {
  background-color: #2a7dd1;
  height: 32px;
  line-height: 34px;
  color: #fff;

}

.homePage .bp-header a {
  /* margin-right:20px; */
  padding: 3px 13px;
  color: #fff;
}

.homePage .bp-header a:hover {
  text-align: center;
  border-radius: 20px;
  color: #545c63;
  background: #fff;
  /*  padding:3px 13px; */
  cursor: pointer;
}

.search-select {
  text-align: center;
  border-radius: 20px;
  color: #545c63;
  background: #fff;
  cursor: pointer;
  padding: 3px 13px;
}

.search-select a {
  color: #545c63;
}

/*卡片标题样式*/
.homePage .layui-card-header .card-title {
  padding-left: 20px;
  border-left: 3px solid #008ff4;
  height: 18px;
  font-size: 16px;
}

/*卡片标题更多浮动到右边*/
.homePage .layui-card-header .card-title-more {
  float: right;
  cursor: pointer;
}

.homePage .layui-card-header .card-title-more a:hover {
  color: #badcf8;
}

/*新闻样式*/
.homePage .homePage-carousel ul {
  margin-left: 15px;
}

.homePage .homePage-carousel ul li {
  line-height: 36px;
  list-style-type: disc;
  font-size: 15px;
}

.homePage .homePage-carousel ul li:hover {
  background-color: #eee;
}

.homePage .homePage-carousel ul li a:hover {
  color: #008ff4;
  /*font-size:17px;*/
  cursor: pointer;
}

/*构件库与其他模块拉开距离*/
.homePage .homePage-gjk {
  margin: 10px 0;
}

/*取消卡片默认padding*/
.homePage .homePage-gjk .layui-card-header {
  padding-left: 0px;
}

/*部件库卡片高度*/
.gjk-height-4 {
  height: 450px;
}

/*为部件库卡片居中加去掉原有的样式*/
.homePage .homePage-gjk .gjk-card {
  width: auto;
  /* margin-left:auto;
	margin-right:auto; */
  box-shadow: none;
}

/*为部件库卡片居中加去掉原有的样式*/
.homePage .homePage-gjk .gjk-card .layui-card-header {
  border-bottom: 2px solid #008ff4;
}

/*每个部件库小卡片的标题样式*/
.homePage .homePage-gjk .gjk-card-title {
  margin-left: 20px;
  font-size: 16px;
  /* font-weight:bold; */
}

/*一个图形文字容器*/
.homePage .homePage-gjk .gjk-item {
  /* height:230px;
	width:200px;
	border:1px solid #ffffff;
	margin:0 auto; */
  /*height: 250px;*/
  width: 92%;
  /*width:170px;*/
  /* border:1px solid #c0c0c0; */
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homePage .homePage-gjk .gjk-item:hover {
  /* border:1px solid #008ff4;
	color:#008ff4!important;
	cursor:pointer; */
  border: 1px solid #2994e9;
  color: #008ff4;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px #badcf8;
  transition-duration: 0.4s;
}

/*一个图片容器的大小*/
.homePage .homePage-gjk .gjk-item-img {
  /* height:180px;
	width:180px; */
  margin: 10px;
  /* border:1px solid #808080; */
  height: 160px;
}

/*图片自适应填充整个容器*/
.homePage .homePage-gjk .gjk-item img {
  width: 100%;
  height: 100%;
}

/*图片放大*/
.homePage .homePage-gjk .gjk-item:hover {
  transform: scale(1.02, 1.02);
  border: 1px solid #008ff4;
}

/*图片下面的描述文字样式*/
.homePage .homePage-gjk .gjk-item-name {
  /* text-align:center;
	line-height:30px;
	font-weight:bold; */
  text-align: center;
  line-height: 15px;
  /* font-size:10px; */
}

/*图片下面的描述文字样式*/
.homePage .homePage-gjk .gjk-item-type {
  /* text-align:right;
	overflow:hidden;
	font-size:12px;
	line-height:20px;
	padding:0 5px; */
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  float: right;
  margin-right: 10px;
}


/*底部*/
.homePage .homePage-footer {
  color: #a4acb7;
  font-family: "Microsoft Yahei";
  line-height: 22px;
  background-color: #1c2b40;
  height: 200px;
  padding-top: 50px;
}



/*==================系统公告样式====================*/

.bulletin-card-h-4 {
  height: 400px;
}

.bulletin-lbt .layui-card-body {
  padding: 0px;
}

.bulletin-lbt .bulletin-card-name {
  height: 36px;
  line-height: 36px;
  background-color: #008ff4;
  color: #ffffff;
  text-align: center;
}

.bulletin-lbt .bulletin-card-name-logo {
  height: 151px;
  border-bottom: 1px solid #dddddd;
}

.bulletin-lbt .bulletin-card-description {
  padding: 8px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  height: 70px;
  line-height: 24px;
  overflow: hidden;
}

.bulletin-lbt .bulletin-card-select {
  border-bottom: 1px solid #dddddd;
}

.bulletin-lbt .layui-form-label {
  width: 130px;
}

.bulletin-lbt .bulletin-card-operating {
  padding: 10px 0px;
}

.bulletin-button-add {
  font-size: 100px;
  color: #008ff4;
  cursor: pointer;
}

/*=============================首页政策标准样式=============================*/
.bulletin-policy .bulletin-policy-card {
  margin: 0 auto;
  width: 95%;
  height: 125px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/* 卡片图片部分居中 hover旋转*/
.bulletin-policy .policy-card-title {
  width: 40%;
  height: 125px;
  line-height: 120px;
  background-color: #54ade8;
  float: left;
  text-align: center;
}

.bulletin-policy .policy-card-content {
  float: right;
  height: 125px;
  width: 60%;
}

.bulletin-policy .policy-card-stick {
  position: absolute;
  top: -8px;
  right: 12px;
  clear: both;
}

.bulletin-policy .policy-content-title {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 8px;
  font-family: 'PingFang SC', 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', Arial, sans-serif;
}


.bulletin-policy .policy-content-content {
  font-size: 12px;
  padding: 0 8px;
  height: 43px;
  overflow: hidden;
}

.bulletin-policy .policy-content-opration {
  padding: 0 8px;
}

.bulletin-policy .policy-content-opration span {
  margin-right: 20px;
  cursor: pointer;
}

/*增加按钮样式*/
.bulletin-policy-add {
  background-color: #1E9FFF;
  margin-left: 25px;
  padding: 5px 8px;
  color: #ffffff;
}

/*增加按钮样式*/
.bulletin-policy-add {
  background-color: #1E9FFF;
  margin-left: 25px;
  padding: 5px 8px;
  color: #ffffff;
}

/*=============================新闻和公告样式=============================*/
.bulletin-news .bulletin-news-card {
  margin: 0 auto;
  width: 350px;
  height: 125px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/* 卡片图片部分居中 hover旋转*/
.bulletin-news .news-card-title {
  width: 40%;
  height: 125px;
  line-height: 120px;
  background-color: #54ade8;
  float: left;
  text-align: center;
}

.bulletin-news .news-card-content {
  float: right;
  height: 125px;
  width: 60%;
}

.bulletin-news .news-card-stick {
  position: absolute;
  top: -8px;
  right: 12px;
  clear: both;
}

.bulletin-news .news-content-title {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 8px;
  font-family: 'PingFang SC', 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', Arial, sans-serif;
}


.bulletin-news .news-content-content {
  font-size: 12px;
  padding: 0 8px;
  height: 43px;
  overflow: hidden;
}

.bulletin-news .news-content-opration {
  padding: 0 8px;
}

.bulletin-news .news-content-opration span {
  margin-right: 20px;
  cursor: pointer;
}

/*增加按钮样式*/
.bulletin-news-add {
  background-color: #1E9FFF;
  margin-left: 25px;
  padding: 5px 8px;
  color: #ffffff;
}

/*增加按钮样式*/
.bulletin-policy-add {
  background-color: #1E9FFF;
  margin-left: 25px;
  padding: 5px 8px;
  color: #ffffff;
}


/*================================bim测试样式==================================*/

.bim-show-container {
  position: relative;
}

.bim-show-container .show-property-container .show-property {
  font-size: 14px;
  background-color: #9F9F9F;
  color: #fff;
  border-radius: 2px;
  opacity: 0.8;
  padding: 10px;

}

.show-property-container .show-property li {
  line-height: 24px;
  cursor: pointer;
}


.show-property-container {
  position: absolute;
  left: 30px;
  top: 30px;
}


/*================================index页面注册表单样式==================================*/

.register-container {
  padding: 20px;
}

.register-container .my-label {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  color: #d2d2d2;
}

.register-container .my-input {
  padding-left: 38px;
}

.register-container .my-pane {
  position: relative;
}


/*================================企业基本信息完善==================================*/
.company-basic-info-card .layui-input-block {
  margin-left: 150px;
}

.company-basic-info-card .layui-form-label {
  width: 120px;
}

.comInfoCompletion .ul-file-container li {
  width: 100px;
  height: 120px;
  text-decoration: none;
  list-style: none;
  float: left;
}

.comInfoCompletion .ul-file-container li img {
  width: 75px;
  margin: 0 auto;
}

.comInfoCompletion .ul-file-container .ul-file-container-item {
  width: 100px;
  position: relative;
}

.comInfoCompletion .ul-file-container .ul-file-container-item-img {
  text-align: center;
  line-height: 100px;
  height: 100px;
}

.comInfoCompletion .ul-file-container .ul-file-container-item-name {
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}

.comInfoCompletion .ul-file-container .ul-file-container-item-op {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  cursor: pointer;
}

/*================================二维码台账样式==================================*/

.qrCodeStandingBook tbody .layui-table-cell {
  height: 100px;
}

.qrCodeStandingBookPreview {
  width: 740px;
  margin: 0 auto;
}

.qrCodeStandingBookPreview tbody .layui-table-cell {
  height: 150px;
}

.qrCodeStandingBookPreview tbody .qrcodeConutInput {
  width: 70px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #54ade8;
}

.qrcode_view_detail_container p {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}