@charset "utf-8";

.fl{float: left;}
.fr{float: right;}
body{background:#fff;    font-family: "Noto Sans SC";
    font-weight: 400;}
.scroll{overflow:auto;}
/* 设置滚动条的样式 */
.scroll{
  overflow:auto;
  overflow-x:hidden;
}
.scroll::-webkit-scrollbar {    
  width: 6px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {    
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    */
  border-radius: 3px;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {    
  border-radius: 10px;    
  background: rgba(0,0,0,0.1);    
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
.scroll::-webkit-scrollbar-thumb:window-inactive {    
  background: rgba(0,0,0,0.15);
}
.container{width:1280px;margin:0 auto;}


.location {
  float: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 36px;
  margin-left: 10px;
}
.location .i-local {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 2px;
  width: 12px;
  height: 15px;
  background: url("../images/i-location.png");
  background-position: 0 -45px;
}

.location span {
  color: #fff;
}
.location:hover  span{color: #c7e6ff;}
.location:hover .i-local{background-position: 0 -30px;}
.location-box{position: relative;}
 .location-box .cities {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 9999;
  width: 900px;
  border-radius: 5px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(235, 235, 235, 0.92);
  background: #fff;

}


 .location-box .cities .i-white-arrow {
  position: absolute;
  width: 14px;
  height: 8px;
  top: -8px;
  left: 65px;
  background: url("../images/i-white-arrow.png");
}

 .location-box .cities .c-item {
  border-top: 1px dashed #ccc;
}

.location-box .cities .c-item:first-child {
  border-top: none;
}

 .location-box .cities .c-item span {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.location-box .cities .c-item .c-data {
  width: 845px;
  display: inline-block;
}

.location-box .cities .c-item .c-data a {
  float: left;
  font-size: 14px;
  color: #666;
  padding: 15px 28px 10px 28px;;
}
.location-box .cities .c-item .c-data a:hover{
  color: #288dff;
}

.location-box .sml-links {
  float: left;
}
.location-box .sml-links .link {
  float: left;
  margin-right: 15px;
}
.location-box .sml-links a {
  position: relative;
  float: left;
  line-height: 36px;
}
.location-box .sml-links a .num-box {
  display: inline-block;
  vertical-align: 1px;
  height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  background-color: #ff552d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  margin-top: 10px;
  margin-left: 4px;
}

/*我的消息*/
.left-m {
  float: left;
  width: 190px;
  min-height: 500px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(177, 177, 177, 0.1);
  box-shadow: 0px 3px 10px 1px rgba(177, 177, 177, 0.1);
  behavior: url(css/PIE.htc);
}

.left-m .menu-box .first-item {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}

.left-m .menu-box .first-item .red-circle {
  display: inline-block;
  vertical-align: 1px;
  width: 8px;
  height: 8px;
  background-color: #FF4300;
  border-radius: 5px;
  margin-left: 10px;
}

.left-m .menu-box .first-item i {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 10px;
  margin-left: 24px;
  width: 16px;
  height: 16px;
  background: url("../images/i-16x16-mynews.png");
  background-position-x: 0;
}

.left-m .menu-box .first-item .item-0 {
  background-position-y: 0px;
}

.left-m .menu-box .first-item .item-1 {
  background-position-y: -16px;
}

.left-m .menu-box .first-item .item-2 {
  background-position-y: -32px;
}

.left-m .menu-box .first-item .item-3 {
  background-position-y: -48px;
}

.left-m .menu-box .first-item .item-4 {
  background-position-y: -64px;
}

.left-m .menu-box .first-item .item-5 {
  background-position-y: -80px;
}

.left-m .menu-box .first-item .item-6 {
  background-position-y: -96px;
}

.left-m .menu-box .first-item .item-7 {
  background-position-y: -112px;
}

.left-m .menu-box .first-item .item-8 {
  background-position-y: -128px;
}

.left-m .menu-box .first-item:hover {
  color: #0363eb;
}

.left-m .menu-box .first-item:hover i {
  background-position-x: -16px;
}

.left-m .menu-box .first-item.on {
  background-color: #0363eb;
  color: #fff;
}

.left-m .menu-box .first-item.on i {
  background-position-x: -32px;
}

.left-m .menu-box .second-box {
  display: none;
  margin: 10px 0;
}

.left-m .menu-box .second-box .second-item {
  display: block;
  padding: 10px 0;
  color: #666;
}

.left-m .menu-box .second-box .second-item.on {
  color: #0363eb;
}

.left-m .menu-box .second-box .second-item.on i {
  background-position-y: -14px;
}

.left-m .menu-box .second-box .second-item:hover {
  color: #0363eb;
}

.left-m .menu-box .second-box .second-item:hover i {
  background-position-y: -14px;
}

.right-c {
  float: right;
  -webkit-box-shadow: 0px 3px 9.2px 0.8px rgba(177, 177, 177, 0.1);
  box-shadow: 0px 3px 9.2px 0.8px rgba(177, 177, 177, 0.1);
  behavior: url(css/PIE.htc);
  width: 990px;
  background-color: #fff;
}
.content-block .cb-hd {
  background-color: #e4eefe;
}

.content-block .cb-hd a {
  position: relative;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #a0a0a0;
}

.content-block .cb-hd a span.num {
  position: absolute;
  top: 8px;
  padding: 0 5px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  background-color: #ff552d;
}

.content-block .cb-hd a:hover {
  color: #0363eb;
}

.content-block .cb-hd a.on {
  position: relative;
  background-color: #fff;
  color: #0363eb;
}

.content-block .cb-hd a.on::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0363eb;
  top: 0;
  left: 0;
}

.content-block .cb-hd .right-box {
  float: right;
  margin-right: 30px;
}

.content-block .cb-hd .right-box span {
  color: #0363eb;
  cursor: pointer;
  margin-left: 10px;
  line-height: 45px;
}

.content-block .cb-hd .right-box span:hover {
  color: #0363eb;
}
.content-block .cb-bd{
  padding:30px 40px;
  min-height: 620px
}

 .body-tit .tit{
  font-size:18px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  color: #333;
}
 .body-tit .tit:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width:4px;
  background: #0363eb;
}
 .body-tit .tit span{
  color: #0363eb;
  margin-left: 5px;
}
.inline{
  display: inline-block!important;
  vertical-align: middle;
}
.inline+.inline{
  margin: 0 10px;
}
.btn-n{
  display: inline-block;
  background: #0363eb;
  color: #fff;
  padding:0 10px;
  border-radius: 4px;
  height: 30px;
  line-height:30px;
  cursor: pointer;
}
.btn-n:hover{
  background: #1f62cd;
}
.btn-n.btn-line{
  border:1px solid #0363eb;
  color: #0363eb;
  background: #fff;
  box-sizing: border-box;
}
.btn-n.btn-line:hover{
  background: #eff5fe;
}
.btn-n.btn-grey{
  background: #eee;
  color: #333;
}
.btn-n.btn-grey:hover{
  color:#0363eb;
  background: #eff5fe;
}
.btn-n.btn-l{
  height: 36px;
  line-height:36px;
  padding: 0 40px;
}
.btn-n.not-editable{
  background: #c1c1c1;
  color: #fff;
  cursor: not-allowed;
}

.select-box{
    position: relative;
    cursor: pointer;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #dcdcdc;
    line-height: 30px;
    padding-right: 30px;
    border-radius: 4px;
    box-sizing: border-box;
}
.w110{
  width:120px;
}
.select-box span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
}
.select-box .arrow{
  position: absolute;
  z-index: 99;
  width: 12px;
  height: 6px;
  background: url(../images/i-select-arrow.png) no-repeat;
  right: 6px;
  top: 12px;
}
.select-box .select-cot{
    position: absolute;
    z-index: 999;
    background-color: #fff;
    left: -1px;
    top: 32px;
    width: 100%;
    max-height: 128px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 4px;
}
.select-box .select-cot li{
  height: 30px;
  line-height:30px;
  padding:0 10px;
}
.select-box .select-cot li.on{
  background: #0363eb;
  color: #fff;
}
.select-box .select-cot li:hover{
color: #0363eb;
}
table{
  width:100%;
  
}
table.fixed{
  table-layout: fixed;
}
table.fixed th,table.fixed td{
   text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  }
.line-table li{
  width:100%;
  border-radius: 4px;
  border:1px solid #E5E5E5; 
  background: #F7F7F7; 
  box-sizing: border-box;
  margin-bottom: 12px;
  color: #333;
}
.line-table li.table-hd{
  border:0;
  background: #e4eefe;
}

.line-table tr{
  margin: 5px 0;
}
table th,table td{
  padding:9px  10px;

}
table a{
  color: #0363eb;
  padding: 5px 10px
}
table a:hover{
  background: #e4eefe;
  color: #0363eb
}
 .page-box {
  text-align: center;
  font-size: 0;
  padding: 20px 0 20px 0;
}

 .page-box a {
  display: inline-block;
  margin: 0 8px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid #ced6e1;
  font-size: 14px;
  color: #888;
}

 .page-box a:hover {
  background-color: #0363eb;
  color: #fff;
  border-color: #0363eb;
}

 .page-box a.on {
  background-color: #0363eb;
  color: #fff;
  border-color: #0363eb;
}
/*重大变更报告表*/
.shadow{
  -webkit-box-shadow: 0px 3px 10px 1px rgb(177 177 177 / 10%);
    box-shadow: 0px 3px 10px 1px rgb(177 177 177 / 10%);
    background: #fff;
}
.cot-tit{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
 .cot-tit span{
    display: inline-block;
    padding: 0 10px 0 14px;
    height: 40px;
    border-radius: 3px;
    position: relative;
    color:  #082b3c;
    font-weight: 600;
 }

.f-box .f-hd{
  padding: 0 10px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  color: #333;
  height: 66px;
  line-height: 66px;
  font-size:18px;
}
.f-box .f-hd .num{
  display: inline-block;
  width:26px;
  height: 26px;
  vertical-align:2px;
  line-height: 26px;
  margin-right: 10px;
  color: #fff;
  background: url(../images/numbg.png) no-repeat;
  font-size: 12px;
  text-align: center;
}

.f-box table th,.f-box table td{
  padding: 15px 10px;
  border:1px solid #e0e7ec;
  color: #333;
}
.f-box table th{
  text-align: center;
  font-weight: 500;
  color: #61707e;
  background: #eff5fe;
}
.f-box .f-bd .f-item{
  padding: 0;
  position: relative;
}
.input-box{
  margin:0;
  width: auto;
  position: relative;
}
.input-box .text-input {
  display: block;
  width:100%;
  height: 34px;
  padding: 0 5px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #d8dde1;
  background-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
}
.input-box .text-input:focus{
  border-color: #0363eb;
  /*box-shadow: 2px 0px 5px rgb(27 139 255 / 30%);*/
}
.form-tip{
  /*display: none;*/
  color: #ff3d3d;
  height: 10px
}
.form-tip i{
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 3px; 
  background: url(../images/form-tip-icon.png)  no-repeat;
  background-size: cover;
}
.f-item.error .form-tip{
  display: block;
}
.f-item.error .text-input{
  border-color: #ff3d3d!important;
}
.input-box {
  position: relative;
}
.input-box .check-radio-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 34px;
    margin-right: 28px;
    font-size: 14px;
    color: #333;
  }
.ts-tips{
  position: relative;
  display: inline-block;
  height: 34px;
  margin-bottom: 5px;
}
.input-box .check-radio-box i{
  display: inline-block;
  margin-right: 3px;
  vertical-align: -3px;  
}
.input-box .check-radio-box .input-r-c{
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  position: absolute;
  left: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}
.input-box .check-radio-box i.i-c {
    width: 18px;
    height: 18px;
    background: url(../images/i-checkbox.png) no-repeat 0 0;

}
.input-box .check-radio-box.checked i.i-c{
  background-position-y: -18px; 
}
.input-box .text-input.line-input {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0
  }
.input-box .text-input.line-input:focus{
   border-color: #0363eb;
   box-shadow: 0 1px 2px #1b8bff4d;
   }
.input-box .input-textarea {
  width: 100%;
  min-height: 120px;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
  border: 1px solid #d8dde1;
  border-radius: 3px;
  box-sizing: border-box;
  }
.input-box .input-textarea:focus{
  border-color: #0363eb;
  box-shadow: 2px 0px 5px rgb(27 139 255 / 30%);
}
.aligh-c{
   text-align:center;
}
.btn-box .btn-n+.btn-n{
  margin:0 10px;
}
.upload-box{
  position: relative;
}
.layui-upload-file{
  position: absolute;
  height: 30px;
  left: 0;
    opacity: .01;
    filter: Alpha(opacity=0.01);
    cursor: pointer;
    z-index: 20;
    width:100%;
}
.file-box li{
  line-height:28px;
}
.file-box li span{
  color: #999
}
.file-box li .icon-delete{
  display: inline-block;
  width:11px;
  height: 11px;
  cursor: pointer;
  margin-left: 5px;
  background: url(../images/icon-close.png) no-repeat;
}
.file-box li .icon-delete:hover{
  background-position:0 -11px;
}
.foot{
  background: #fff;
  font-size:13px;
  line-height:22px;
  border-top: 1px solid #e5e5e5;
}
 .foot .nothing {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100px;
  }
.foot .txt {
          display: inline-block;
          vertical-align: middle;
          padding-top: 15px;
      }
.foot .jiucuo,.foot .dzjg{
  display: inline-block;
  vertical-align: middle;
  background: url(../images/jiucuo.png) no-repeat;
  width:110px;
  height: 55px;
  border:1px solid #ddd;
  border-radius: 4px;
}
.foot .dzjg{
  width:80px;
  height: 80px;
  background: url(../images/dzjg.png) no-repeat;
  border:0;
  margin: 0 15px;
}
.foot .icon-guohui{
  display: inline-block;
  width:16px;
  height: 16px;
  background: url(../images/guihui.png) no-repeat;
  vertical-align: -2px;
  margin-right: 5px;
}
/* 弹窗 */
.pop-bg {
  position: fixed;
  z-index: 1005;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../images/bg-black50.png") repeat center;
}
.pop-bg .pop-sec {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.popup-box{
  position: relative;
  display: inline-block;
  min-width: 400px;
  background-color: #fff;
  margin: 0 auto;
  vertical-align: middle;
}
.fn-text-16{
  font-size:16px;
}
.popup-box .close-btn{
  position: absolute;
  width: 11px;
  height: 11px;
  right: 18px;
  top: 16px;
  cursor: pointer;
  background: url(../images/icon-close.png) no-repeat 0 0;
}
.popup-box .close-btn:hover {
  background-position-y: -11px;
}
.popup-box .popup-tit{
  text-align: left;
  font-size: 16px;
  color: #333;
  height: 48px;
  line-height: 48px;
  background-color: #fefefe;
  padding-left: 20px;
}
.popup-box .popup-con{
  padding: 0 30px;
  background-color: #fff;
  text-align: left;
}
.txt-tip-wrap{
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.txt-tips{
  background: url(../images/bg50.png) repeat;
  padding: 15px 30px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%,-50%);
}
.txt-tips span{color: #fff;}

.f-box.non-editable table th, .f-box.non-editable table td{
 padding:5px 10px;
}

/*首页*/
.row:after,.row:before{   
  content: '';
  display: block;
  clear: both;
}
.col-space20{
  margin:-10px;
}
.col-space20>*{
  padding:10px;
}
.col-space60{
  margin:-30px;
}
.col-space60>*{
  padding:30px;
}
.col4{
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.col3{
  width: 33.3%;
  float: left;
  box-sizing: border-box;
}
.col2{
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.f-box .f-bd .f-item .l-txt {
  float: left;
  width: 400px;
  line-height: 34px;
  text-align: right;
  font-size: 15px;
  color: #333;
  margin:15px 0;
}

.step-box+.f-box .f-bd .f-item .input-box {
  width: 320px;
  margin: 16px 0 0 415px;
}
.step-box{
  width: 750px;
  height: 100px;
  margin:30px auto;
  /*background: url(../images/stepbg.jpg) center no-repeat;*/
  border-radius: 20px;
  padding:15px 40px;
  box-sizing: border-box;
}
.step-box .step{
  position: relative;
  margin-top: 15px;
}
.step-box .step:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  background: #ddd;
}
.step-box .step-num{
  position: relative;
  z-index: 11;
  display:inline-block;
  height: 20px;
  width: 20px;
  background: #bbb;
  line-height:20px;
  color:#fff;
  border-radius: 15px;
}
.step-box p{
  margin-top: 5px;
  color: #9f9f9f;
}
.step-box .step.on:after,.step-box .step.on .step-num{
  background: #F77B24;
}
.step-box .step.on p{
  color: #F77B24
}
.input-box .yzm{
  position: absolute;
  left: 210px;
  top: 0;
  border-radius: 4px;
}
.input-box .yzm img{
  border-radius: 3px;
}
.result-box{
  background: #e6f0ff;
  border-radius: 8px;
  width: 700px;
  margin:0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.result-box .result-tit{
  background: #0363eb;
  color: #FFF;
  padding:0 20px;
  box-sizing: border-box;
  height: 36px;
  line-height:36px;
}
.result-box .result-tit span{
  margin-right: 30px;
}
.result-box .result-cot{
  font-size: 18px;
  padding: 50px 0;
}
.result-box .result-cot span{
  color: #0363eb;
  font-weight: 600
}


/*首页*/
.header-l{
  height: 440px;
  /*background: url(../images/bgx.jpg) no-repeat;*/
  background-size: cover;
}
.notice-hd{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  width: 600px;
  /*margin-left: 20px;*/
}
.notice-hd li{
  font-size: 18px;
  color: rgba(255,255,255,.7);
  position: relative;
  float: left;
  margin-right: 25px;
  cursor: pointer;
}
.notice-hd li:hover{
  color: #c7e6ff
}
.notice-hd li.on{
  font-weight: 600;
  color: #fff
}
.notice-hd li.on:after{
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -2px;
  height: 4px;
  border-radius: 3px;
  background: #fff;
}
.notice-hd a{
  float: right;
  color: #fff;
}
.notice-hd a:hover{
  color: #c7e6ff 
}

.notice-hd a i{
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/arrow-r.png) 0  no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
}
.notice-bd{
  width: 600px;
  margin-left: 20px;
}
.notice-bd li i{
 display: inline-block;
 width: 6px;
 height: 6px;
 background: #fff;
 vertical-align: 3px;
 margin-right: 10px;
 /*box-shadow: 0 1px 1px rgba(0,0,0,.4)*/
}
.notice-bd li .tit{
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.15);
  line-height:34px;
  font-size:15px;
}
.notice-bd li p{
  color: rgba(255,255,255,.7);
  /*text-shadow:0 1px 1px rgba(0,0,0,.3);*/
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  margin-left: 15px;
  font-size:13px;
  max-width: 600px;
}
.notice-bd li:hover .tit{
  color: #e7f4ff;
  /*text-decoration: underline;*/
}
.notice-bd li:hover i{
  background: #e7f4ff;
}
.qyrd-box{
  width: 800px;
  height: 180px;
  background: url(../images/rdcx.jpg) no-repeat;
  border-radius: 8px;
  padding: 40px 0 0 50px;
  box-sizing: border-box;
  position: relative;
}
.qyrd-box p{
  font-size: 38px;
  color: #fff;;
  font-weight: 600;
  text-shadow: 0 1px 2px #3f51b5;
  letter-spacing:3px
}
.qyrd-box .sub-txt{
  margin-top: 8px;
  font-size:16px;
  color: #fff;
  letter-spacing: 3px;

}
.qyrd-box .btn{
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size:16px;
  color: #fff;
  letter-spacing: 5px;
}
.qyrd-box .btn i{
  display: inline-block;
  vertical-align: -2px;
  width: 20px;
  height: 16px;
  background: url(../images/arrow-r.png) no-repeat;
  margin-left: 5px;
}
.img-mask{
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(43,125,255,.1)
}
.qyrd-box:hover .img-mask,.szzx-box:hover .img-mask{
  top: 0;
}
.szzx-box{
  height: 180px;
  width: 380px;
  border-radius: 8px;
  position: relative;
  background: url(../images/szzx.jpg) no-repeat;
}
.szzx-box p{
  padding-left: 35px;
  padding-top: 30px;
  font-size:32px;
  color: #0363eb;
  font-weight: 600;
  letter-spacing: 2px;
}
.szzx-box  .btn-n{
  margin-top: 20px;
  margin-left: 35px;
  padding: 0 25px
}
.szzx-box  .btn-n i{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-r.png) no-repeat;
}
.box-item{
  display: block;
  position: relative;
  width: 285px;
  height: 160px;
  border-radius: 6px;
  background: url(../images/image1.jpg) no-repeat;
}
.box-item.item2{
  background: url(../images/image2.jpg) no-repeat;
}
.box-item.item3{
  background: url(../images/image3.jpg) no-repeat;
}
.box-item.item4{
  background: url(../images/image4.jpg) no-repeat;
}
.box-item p{
  font-size:26px;
  color: #fff;
  padding-top: 40px;
  text-shadow: 0 2px 3px #3f51b5;
  letter-spacing: 2px
}
.box-item .btn{
  display: inline-block;
  padding:0 25px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: rgba(255,255,255,.1);
  border-radius: 4px;
  border:1px solid rgba(255,255,255,.6);
  margin-top: 10px;
  letter-spacing: 3px;
  font-size:16px;
  text-shadow: 0 1px 1px #3f51b5;
}
.box-item:hover .img-mask{
 top: 0;
}
.box-item:hover .btn{
  background: #0363eb;
}
.box-item.cn-eidt{
  cursor: not-allowed;
}
.box-item.cn-eidt .btn{
  background: #bbb;
  border-color: #bbb;
  color: #777;
  text-shadow: 0 0 0;
}
.box-item .tips{
  position: absolute;
  left: 0;
  top: 10px;
  height: 22px;
  line-height:22px;
  border-radius: 0 8px 8px 0;
  background: #ff9800;
  color: #fff;
  padding:0 10px;
}
/*企业信息*/
.name-mes{
  padding:18px 30px;
  border-radius: 8px;
}
.name-mes .qy-name{
  font-size:22px;
  color: #333;
  margin-bottom: 10px;
}
.name-mes .qy-name span{
  display: inline-block;
  border-radius: 16px;
  height: 26px;
  line-height: 26px;
  /* background: #4e90ff; */
  color: #0363ebcc;
  padding:0 12px;
  font-size: 14px;
  vertical-align: 1px;
  font-weight: 500;
  margin-left: 10px;
  border: 1px solid #4e90ff8c;
  margin-right: 5px;
}
.name-mes .sub-text{
  color: #999;
  margin-top: 5px;
}
.name-mes .sub-text span i{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/warning.png) no-repeat;
  vertical-align: -2px;
  margin-right: 2px;
}
.name-mes .sub-text .warning{
  color: #FF4300;
  margin-left: 10px;
}
.name-mes .build-icon{
  width: 120px;
  height: 120px;
  background: url(../images/build.png) center center no-repeat #eff5fe;
  border-radius: 60px;
  border:2px solid #fff;
  margin-right:15px;
  box-shadow: 0.868px 4.924px 20px 0px rgba(154, 186, 242, 0.15);

}
.body-tit .tit  .tips{
  display: inline-block;
  font-size:13px;
  height: 22px;
  line-height:22px;
  color: #FF4300;
  background: #ffe8e8;
  color: #FF4300;
  font-weight: 500;
  padding:0 10px;
  border-radius: 4px;
}
.arrow-r{
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/arrow-r.png) center no-repeat;
  background-size: cover;
  margin-left: 5px;
}
.tab-box li{
 display: inline-block;
 position: relative;
 padding: 0 10px;
 font-size:16px;
 cursor: pointer;
}
.tab-box li:hover{
  color: #0363eb;
}
.tab-box li.on{
  color: #333;
  font-weight: 600;

}
.tab-box li.on:after{
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #0363eb30
}
.tab-box li .circle{
  position: absolute;
  right: 0;
  top: 1px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #FF4300;
}
.tab-bd li{
  border-bottom: 1px dashed #ddd;
}
.tab-bd li a{
  line-height: 42px;
  padding-right: 140px;
  position: relative;
  box-sizing:border-box;
}
.tab-bd li a:hover{
  color: #0363eb!important
}
.tab-bd li a .rectangle{
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3983F2;
  margin-right: 10px;
  vertical-align: middle;
}
.tab-bd li a b{
  font-weight: bold;
}
.tab-bd li a .circle{
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #FF4300;
  margin-left: 2px;
  vertical-align:6px;
}
.tab-bd li .li-detail{
  display: none;
  background: #ecf3ff;
  padding:10px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #333;
}
.tab-bd li.read a{
  color: #888
}
.tab-bd li a .time{
  color: #888;
  position: absolute;
  right: 0;
  top: 0px;
}

.search-box{
  width: 500px;
  margin:0 auto;
}
.search-box .sear-btn {
  width: 100px;
  height: 40px;
  line-height:40px;
  cursor: pointer;
  background: url("../images/i-search-index.png") no-repeat center #0363eb;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.search-box .sear-btn:hover {
  background-color: #0363eb;
}

.search-box input {
  width: 400px;
  height: 40px;
  padding: 0 10px;
  /*background: url("../images/bg_white20.png") repeat center;*/
  border:1px solid #0363eb;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}

.search-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999
}

.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(254, 254, 254, 0.6);
}

.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(254, 254, 254, 0.6);
}

.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(254, 254, 254, 0.6);
}
.notice-box.black{
  padding:0 40px;
}
.black .notice-hd ,.notice-bd{
  border: 0;
  width: auto;
  margin-left: 0
}
.black .notice-hd li{
  color: #666;
  line-height:45px;

}
.black .notice-hd li.on,.black .notice-bd li .tit{
  color: #333;
  text-shadow:none;
   line-height: 40px;
  
}
.black .notice-bd li .tit{
   border-bottom: 1px dashed #ddd; 
   line-height:50px;
   padding-left: 20px;
   padding-right: 150px
}
.black .notice-bd li:hover .tit{
  text-decoration: none;
  color: #0363eb;

}
.black .notice-hd{
  background: #eff5fe;
  padding-left: 20px;
  box-sizing:border-box;
  border-radius: 4px;
}
.black .notice-hd li.on:after{
 background: #0363eb;
}

.black .notice-bd li i{
  background: #0363eb;
}
.black .notice-bd li{
  position: relative;
}
.black .notice-bd li .time{
  position: absolute;
  right: 10px;
  top: 15px;
  color: #999;
}
.detail{
  padding:0 30px;
  margin-top: 30px;
}
.detail p{
  text-indent: 2em;
  line-height:36px;
  color: #333;
  font-size:16px;
  margin-bottom: 10px;
}
.cot-tit .tit-subtxt{
  font-size:14px;
  color: #888;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  padding-top: 10px;
}
.process-box{
  text-align: center;
}
.process-box>*{
  vertical-align: middle;
}
.process-box .process-name{
  display: inline-block;
  padding:10px 20px;
  border-radius: 0 20px 20px 0;
  font-size:16px;
  font-weight: bold;
  background: #0363eb;
  color: #fff;
  letter-spacing: 5px;
  line-height:22px;
  margin-right: 60px;
}
.process-box .process-item{
  display: inline-block;
  width: 160px;
  padding: 35px 0;
  border-radius:10px;
  background: rgba(36,120,247,.1);
  text-align: center;
}
.process-box .process-item span{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height:40px;
  color: #0363eb;
  background: rgba(36,120,247,.2);
  border-radius: 20px;
  font-size:16px;
  font-weight: 600
}
.process-box .process-item p{
  font-size:16px;
  color: #333;
  margin: 15px 0;
}

.process-box .double-arrow{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/double-arrow.png) no-repeat;
  margin:0  30px;
}
.warning-txt{
 color: #FF4300!important
}


/* 表单 */
.giant-form .f-hd {
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  font-weight: 600;
  color: #082b3c;
  position: relative;
  border-bottom: 2px dotted #ddd;;
  margin-bottom: 15px;
}
.giant-form .f-bd .f-item{
  padding-right: 30px;
}
.input-box .check-radio-box i {
  display: inline-block;
  margin-right: 3px;
  vertical-align: -3px;
}

.input-box .check-radio-box i.i-c {
  width: 18px;
  height: 18px;
  background: url("../images/i-checkbox.png") no-repeat 0 0;
}

.input-box .check-radio-box i.i-r {
  width: 16px;
  height: 16px;
  background: url("../images/i-radio.png") no-repeat 0 0;
}

.input-box .check-radio-box.checked i.i-r {
  background-position-y: -16px;
}
.input-box .select-box{
  position: relative;
}
.input-box .select-box span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
}
.input-box .select-box .select-arrow{
  position: absolute;
    right: 10px;
    top: 14px;
    width: 11px;
    height: 6px;
    background: url(../images/i-select-arrow.png) no-repeat 0 0;
}
.input-box .select-box .cot-list{
  display: none;
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 36px;
    width: 100%;
    height: 136px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.input-box .select-box .cot-list li{
  display: block;
    line-height: 100%;
    padding: 10px;
    color: #666;
}
.input-box .select-box .cot-list li:hover{
  color: #666;
    background-color: #eee;
}
.giant-form .f-item .r-state{
  width: auto;
    position: absolute;
    right: -5px;
    text-align: center;
    min-width: 30px
}
.f-box .f-hd .fn-right{
  cursor: pointer;
}
.f-box .f-hd .fn-right i{
  display: inline-block;
    vertical-align: -1px;
    width: 10px;
    height: 11px;
    margin-left: 4px;
    background: url(../images/icon-expand.png);
}
.f-box .f-hd .fn-right.on i{
  background-position:0 -11px;
}
.f-box .f-hd .fn-right span{
  font-size:14px;
}

.f-submit {
  position: fixed;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0px -3px 10.12px 0.88px rgba(212, 212, 212, 0.22);
          box-shadow: 0px -3px 10.12px 0.88px rgba(212, 212, 212, 0.22);
  border-top: 1px solid #cccc;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #ddd;
}

 .f-btn{
  display: inline-block;
  vertical-align: middle;
  height: 36px; 
  line-height: 36px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  background: #0363eb;
  padding: 0 15px;
  min-width:100px;
  margin-top: 15px;
  margin-right: 10px;
  box-sizing: border-box;
  border:1px solid #0363eb;
  text-align: center;
}
 .f-btn:hover{
  background: #4e90ff;
  border-color:  #4e90ff;
}
 .f-btn.f-btn-solid{
  border-color: #0363eb;
  background: none;
  color: #0363eb;
}
 .f-btn.f-btn-solid:hover{
  background:#4e90ff;
  border-color: #4e90ff;
  color: #fff;
}
 .f-btn.f-btn-solid-grey{
  background: none;
  border-color: #ccc;
  color: #666;
}
 .f-btn.f-btn-solid-grey:hover{
  border-color: #0363eb;
  color: #0363eb;
}
.form-preview-box{
  position: absolute; 
  bottom:80px;
  right: -155px;
  width: 140px;
  text-align: left;
}
.form-preview-box .state-btn{
  padding-left: 26px;
  height: 30px;
  line-height:  30px;
  position: relative;
}
.form-preview-box .state-btn .fn-text{
  font-size: 15px;
}
.form-preview-box .state-btn .bh-num{ 
  color: #999;
  margin-right: 8px; 
}
.form-preview-box .side-bar{
  position: absolute;
   top: 0;
   width: 0;
   bottom: 0;
   background-color: #eaeaea;
   border:1px solid #d8dde1;
  border-top: 0;
  border-bottom: 0;
  left: 5px;}
.form-preview-box .state-list{
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-preview-box .side-bar .circle.start, .form-preview-box .side-bar .circle.end{
  position: absolute;
  left: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/preview-icon.png) 0 0 no-repeat;
}
.form-preview-box .side-bar .circle.start {
    top: -5px;
}
.form-preview-box .side-bar .circle.end {
    margin: 0;
    bottom: -5px;
}
.form-preview-box .pointer{
  position: absolute;
  left: -2px;
  width: 16px;
  height: 16px;
  top: 50%;margin-top: -8px;
  background: url(../images/preview-icon.png) 0 -32px no-repeat;;
}
/*.form-preview-box .state-btn:hover a{color: #0363eb;}*/
.form-preview-box .state-btn:hover .pointer{
  background: url(../images/preview-icon.png) 0 -48px no-repeat;
} 
.form-preview-box .state-btn.state-btn-warn .pointer{
background: url(../images/preview-icon.png) 0 -80px no-repeat;

}
.form-preview-box .state-btn.state-btn-warn a{color: #f00;}
.form-preview-box .state-btn.state-btn-finished .pointer{
  background: url(../images/preview-icon.png) 0 -96px no-repeat;
}
.form-preview-box .state-btn.state-btn-finished span{color: #0363eb;}
.form-preview-box .state-btn.state-btn-finished  .bh-num{color: #999;}
.form-preview-box .state-btn.state-btn-onedit .pointer{
  background: url(../images/preview-icon.png) 0 -64px no-repeat;
}
.f-submit .center-box{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sm-tit{text-align: center;font-size:30px;margin-bottom:20px;}
.sm-tit span{display: inline-block;padding: 0 10px 0 14px;height: 40px;letter-spacing: 2px; border-radius: 3px;position: relative;color: #0363eb;}
.sm-tit span:after{content: '';position: absolute;bottom: 0;height: 6px;left: 0;right: 0;background: #0363eb30;}
.tbsm .f-bd p{text-indent: 2em;font-size: 16px;padding: 10px 60px;color: #333;}
.tbsm .btn-box{text-align: center;margin-bottom: 15px;}
.tbsm .f-btn{height: 44px;line-height:  44px;font-size: 16px;width: 120px;padding: 0;}
.tbsm .f-btn.grey-btn{background: #ddd;color: #999;cursor: not-allowed;border-color: #ddd;}


.link-txsm .link{position: relative;padding: 10px 0;font-size: 12px;}
   .input-box .popup-box {width: 400px;border-radius: 3px; max-height: 180px;border:1px solid #ccc;position: absolute;z-index: 10;top: 25px;left: 50%;margin-left: -200px;display: none;}
   .input-box .popup-content{padding: 10px;max-height: 150px;    margin-bottom: 10px;}
   .tips-arrow{position: absolute;width:12px;height: 8px;background: url(../images/tips-arrow.png) no-repeat;}
   .tips-arrow.top{background-position: 0 0;top: -8px;left: 50%;margin-left: -5px;}
   .tips-arrow.btm{background-position: 0 -8px;bottom: -7px;left: 20px;}
  .has-sm{
    position: relative;
    cursor: pointer;
  }
  .has-sm i{
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    background: url(../images/doubt.png) no-repeat;
  }
.has-sm .popup-box {
  width: 400px;
  border-radius: 4px;
   max-height: 180px;
   border:1px solid #0363eb;
   position: absolute;
   z-index: 10;
   top: 25px;
   left: 50%;
  margin-left: -200px;
  padding: 5px 10px;
  box-sizing:border-box;
}

.tips-arrow{
  position: absolute;
  width:12px;
  height: 8px;
  background: url(../images/tips-arrow.png) no-repeat;
}
.tips-arrow.top{
  background-position: 0 0;top: -8px;left: 50%;margin-left: -5px;
}
.tips-arrow.btm{
  background-position: 0 -8px;
  bottom: -7px;left: 20px;
}
.mr0{
  margin-right: 0!important
}
.ht-txt{position: absolute;right: 0;top: 0; height: 30px;line-height: 30px;background: #eee;padding: 0 10px;cursor: pointer;color: #666;}
.ht-txt:hover{color: #317eff;}
.area-btm{border-top: 1px dashed #ddd;position: absolute;bottom: 0;font-size: 12px;left: 10px;right: 10px;height: 20px;}
.f-box .f-bd .f-item .input-box-wrap{padding:0 5px 20px;border:1px solid #ccc;border-radius: 3px;}
.f-box .f-bd .f-item .input-box.input-box-wrap .input-textarea{box-sizing: border-box;border:0;}


/*企业申报*/
/*.tab-bd li:last-child{
  border-bottom: 0
}*/
.zxxx-box {
  width: 790px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 2px #aab7c7;
}
.zxxx-box .zxxx-tit{
 width: 120px;
 height: 240px;
 position: relative;
 background: url(../images/zxxx.jpg) no-repeat;
}
.zxxx-box  .zxxx-tit .btn{
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  border-radius: 3px;
  border:1px solid rgba(255,255,255,.5);
  padding:0 10px;
}
.zxxx-box  .zxxx-tit:hover .btn{
  background: #fff;
  color: #0363eb
}
.zxxx-box  .tab-bd{
  padding-left: 135px;
  padding-right: 20px;
}
.szzx-box.box2 {
  width: 380px;
  height: 240px;
  background: url(../images/szzx2.jpg) no-repeat;
}
.szzx-box.box2 .img-mask{
  top: 280px;
}
.szzx-box.box2  .btn-n{
  margin-top: 150px
}
.sbrk .box-item{
  width: 100%;
  height: 200px;
  background-size: cover;
  border-radius: 10px;
}
.sbrk .box-item p{
  font-size:30px;
  padding-top: 55px;
  margin-bottom: 8px;

}
.sbrk .box-item .btn{
  font-size:16px;
  text-shadow: 0 1px 1px #3f51b5
}
.sbrk .box-item .arrow{
  position: absolute;
  right: -48px;
  top: 50%;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  background: url(../images/arrow.png) no-repeat;
}
.hasbg{
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bodybg.jpg) no-repeat;
}
.hasbg .foot{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-item.cn-eidt .btn{
  text-shadow:0 0 0;
}
.area-box{
  position: absolute;
  width: 900px;
  height: 360px;
  border-radius: 10px;
  z-index: 99;
  left: 50%;
  margin-left: -450px;
  top: 50%;
  margin-top: -180px;
  box-sizing: border-box;
}
.area-box .location-box .cities{
  top: 0;
  left: 50%;
  margin-left: -450px;
  display: block;

}
.warning-mask{
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg50.png);
  z-index: 99;
}
.warning-mask .pop-cont{
  position: absolute;
  width: 560px;
  height: 420px;
  background:url(../images/popbg.png) no-repeat;
  left: 50%;
  margin-left: -280px;
  top: 50%;
  margin-top: -220px;
  color: #333;
  text-align: center;
}
.warning-mask .pop-cont .tit{
  font-size:30px;
  font-weight: bold;
  margin-top: 170px;
}
.warning-mask .pop-cont p{
  margin: 15px 50px 30px;
  font-size:20px;
}
.warning-mask .pop-cont .btn-n{
  height: 50px;
  line-height: 50px;
  font-size:18px;
  border-radius: 50px;
}




/*2022.05.25新增*/
.header .hd-top .reg-login a.home{
  height: 30px;
  line-height: 28px;
  width: 64px;
  height: 31px;
  margin-top: 6px;
  background: url(../images/homebg.png) no-repeat;
  text-align: center;
  padding: 0
}
@font-face {
        font-family: pmzdFont;
        src: url('../font/panmenzhengdao.ttf');
    }
.sbrk .box-item p,.box-item p{
  font-family: pmzdFont;
  transform: scale(1, 1.4);
  font-style: italic;
  letter-spacing: 6px;
  padding-top: 45px;
  margin-bottom: 10px;
  text-shadow: 0 1px 2px #536f99;
}
.qyrd-box p,.szzx-box p,.box-item p{
  font-family: pmzdFont;
  transform: scale(1, 1.4);
  font-style: italic;
  letter-spacing: 10px;
  font-weight: 500
}
.szzx-box p{
  letter-spacing: 6px;
}
.box-item p{
  letter-spacing: 4px;
}


/*2023.3.2新增*/
.szzx-box p{
  letter-spacing: 3px;
  font-size:30px;
}
.box-item.cn-eidt .btn{
  background: #9ab3d3;
    border-color: #9ab3d3;
    color: #c1ccde;
}
.box-item.cn-eidt .img-mask{
  background: rgba(43,125,255,0);
}
.box-item .tips{
  background: #ff6f00;
}
.qyrd-box{
  width:390px;
  background: url(../images/qygx.png) no-repeat;
}
.qyrd-box+.qyrd-box{
  margin-left: 20px;
  background: url(../images/qyfh.png) no-repeat;
  
}
.btn-n.not-editable{
  background: #c2cbda;
}

.box-item,.szzx-box,.qyrd-box{
  transition: all .2s ease-in 0s;
}
.box-item:hover,.qyrd-box:hover,.szzx-box:hover{
  transform:translate(0,-3px)
}
.box-item.cn-eidt:hover{
  transform:translate(0,0);
}
/*.box-item:hover .btn{
      border: 1px solid rgb(36 121 248);
}*/
.box-item.cn-eidt:hover .btn{
  color: #c1ccde;
}
.qyrd-box .btn{
  letter-spacing: 0px
}
.qyrd-box p{
  font-size:30px;
  letter-spacing: 6px;
  text-shadow: 0 0  #1963ba;
}
.qyrd-box{
  padding-left: 0px;
  padding-top: 0px
}
.tips-arrow{
  width:14px;
}
.img-mask{
  background: rgb(94 143 221 / 10%);
}


/*新增3.4*/
.name-mes{
  box-sizing: border-box;
  display: flex;
    justify-content: left;
    align-items: center;
    background: #f2f6fd
}
.name-mes .qy-name span{
  margin-left: 0
}
.name-mes .qy-name span+span{
  margin-left: 6px;
}
.qyrds-box{
  display: inline-block;
  width:260px;
  height: 92px;
  vertical-align: middle;
  background: url(../images/qygx-s.png) no-repeat;

}
.qyrds-box p{
  font-size:24px;
  padding: 10px 0 0 30px;
}
.qyrds-box  .btn-n{
  margin: 8px 0 0 30px;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
}
.zxxx-box{
  box-shadow: 0 0 0 #aab7c7;
}
 .box-item p{
  padding-top: 35px;
}
.box-item{
  padding-left: 35px;
  box-sizing: border-box;
}
.box-item .btn{
  letter-spacing:0;
  background:#fff;
  color: #0363eb;
  text-shadow:0 0 0 ;
  font-size:14px;
  border:0;
}
.sbrk .box-item .btn{
  text-shadow:0 0 0;
}
.box-item:hover .btn{
  color: #fff;
}
.sbrk .box-item{
  height: 180px;
}
.sbrk .box-item p{
   padding-top: 40px;
}



/* .foot .dzjg{
  height: 100px;
  background: url(../images/dzjg.png) center no-repeat;
} */

/*2023.5.8*/
.szzx-box{
  height: 180px;
  width: 285px;
  border-radius: 8px;
  position: relative;
  background: url(../images/szzx.jpg) no-repeat;
  margin-left: 20px;
}
.szzx-box:first-child{
  margin-left: 0
}
.szzx-box.xxgx-box{
  background:url(../images/xxgx.jpg) no-repeat;
}
.szzx-box.qyfh-box{
  background:url(../images/qyfh.jpg) no-repeat;
}
.szzx-box.rtcx-box{
  background:url(../images/rtcx.jpg) no-repeat;

}
.szzx-box p{
  padding-left: 24px;
}
.szzx-box.rtcx-box p{
    font-size:26px;
}
.szzx-box .btn-n{
  margin-left: 26px;
}

.name-mes+.szzx-box {
    display: inline-block;
    width: 260px;
    height: 92px;
    vertical-align: middle;
    background: url(../images/qygx-s.png) no-repeat;
    margin-left: 0
}
.header {
  background-size: cover;
}



/*2023/6/1*/
 .wgjb-box{
    position: fixed;
    right: 10px;
    top: 115px;
    width:240px;
    height: 210px;
    background:url(../images/wgjbbox_bg.png) no-repeat;
    z-index: 999;
  }
  .wgjb-box .box-close{
    width:20px;
    height: 20px;
    position: absolute;
    background:url(../images/wgjbbox_close.png) no-repeat;
    top: -30px;
    right: 0;
    cursor: pointer;
  }
.wgjb-box .box-cot{
  text-indent:2em;
  margin-top: 40px;
  padding: 18px 27px 0 21px;
  font-size: 12px;
  color: #313131;
  line-height: 22px;
  word-break:break-all;}









/*2023.6.8 门户*/


.body{
  position: relative;
  height: 100%
  width:100%;
}
.bd-bg{
  position: fixed;
  width:100%;
  height: 100%;
  background:url(../images/bg.jpg) center no-repeat;
  background-size: cover;
}
.mh-logo{
  text-align: center;
  height: 76px;
  background:url(../images/mhlogo.png) center center no-repeat;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cot-box{
  position: absolute;
  text-align: center;
  width:1300px;
  height: 560px;
  left: 50%;
  top: 50%;
  margin-left: -650px;
  margin-top: -400px;

}
.mh-box-item{
  display: inline-block;
  height: 415px;
  width:285px;
  margin: 0 10px;
}
.mh-box-item.item1{
  background:url(../images/mhbox-item1.png) no-repeat;
}
.mh-box-item.item2{
  background:url(../images/mhbox-item2.png) no-repeat;
}
.mh-box-item.item3{
  background:url(../images/mhbox-item3.png) no-repeat;
}
.mh-box-item.item4{
  background:url(../images/mhbox-item4.png) no-repeat;
}
.bd-bg .foot{
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
}
.mh-box-item .tit{
 /* font-family: pmzdFont;*/
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 45px;
  margin-top: 50px;
  color: #213b5d;
  font-weight: 600;
}
.mh-box-item .tit b{
  /*font-family: pmzdFont;*/
  font-size: 20px;
  color: #435672;
/*  letter-spacing: 1px;*/
  font-weight: 600
}
.mh-box-item span{
  display: inline-block;
  border:1px solid #2b78f6;
  background:#ebf1ff;
  border-radius: 50px;
  height: 42px;
  width:116px;
  color: #2b78f6;
  font-size: 18px;
  line-height: 42px;
  margin-top:20px;
  }
/*  .mh-box-item:hover{
   transform: translate(0,-5px);
   transition: all .3s ease-in 0s;
  }*/
.mh-box-item:hover span{
   background:#0862ec;
   color: #fff;
  }
@media screen and (max-width: 1600px) { 
    .mhbody{
      zoom: 90%;
      }   
    }
@media screen and (min-width: 1920px) { 
    .mh-box-item{
      margin:0 15px;
      }  
    }

/*首页*/

.col2{
  width:50%;
}
.notice-box{
  height:440px;
  background:url(../images/noticebg.jpg) center no-repeat; 
  background-size: cover;

}
.notice-box .li-cotbox{
  display: none;
}
.notice-box .notice-bd li{
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
  font-size:16px;
  font-weight: 600
}
.box-item{
  height: 300px;
  background:#fff;
}
.notice-hd li{
  margin-right: 70px;
  color: #333;
}
.notice-hd li.on{
  color:#0363eb;
}
.notice-hd li.on:after{
  background:url(../images/lion-bg.png) center no-repeat;
 /* width:72px;*/
  height: 6px;
  left:0;
  right: 0;
  bottom: -5px;
}
.notice-hd li:hover{
color: unset;
}
.notice-hd a{
  color: #97a3b5;
}
.notice-hd a:hover{
  color: #0363eb;
}
.notice-hd a i{
  background: url(../images/arrow-r.png)  no-repeat;
}
.notice-hd a:hover i{
  background-position-y:-12px;
}
.notice-hd{
      border-bottom: 1px solid #dee2ed;
      padding-top: 20px;
}
.notice-box .notice-bd li i{
  width:14px;
  height: 14px;
  background:url(../images/arrow.png) no-repeat;
  vertical-align:0;
  margin-right: 6px;
}

.notice-bd li.on i{
  background-position-y:-14px;
}
.notice-box .li-cotbox .li-item{
  position: relative;
  height: 42px;
  line-height: 42px;

}
.notice-box .li-cotbox .li-item a{
  max-width: 480px;
  color: #4d596f;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.notice-box .li-cotbox .li-item:hover a{
  color: #0363eb;
}
.notice-box .li-cotbox .li-item a i{
  display: inline-block;
  width:5px;
  height: 5px;
  background:#0363eb;
  vertical-align: 3px;
  margin-right: 5px;
}
.notice-box .li-cotbox .li-item b{
  color: #97a3b5;
  position: absolute;
  right: 0;
  top: 0;
}
.box-tit{
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  height: 60px;
  line-height: 86px;
  margin-left: 30px;

}
.box{
  background:#fff;
  border-radius: 15px;
  height: 392px;
  width:622px;
  background:url(../images/boxbg.png) -15px  center no-repeat;
  position: relative
}
.txtMarquee-top .bd{
  margin-left: 30px;
  margin-right: 60px;
  margin-top: 25px;
}
.txtMarquee-top li{
  background:linear-gradient(#f6f7fa, #fff);
  border:2px solid #fff;
  border-radius: 4px;
  box-shadow:  0px 0px 12px 0px rgba(36, 120, 247, 0.1);
  height: 40px;
  line-height: 40px;
  color: #4d596f;
  font-size: 15px;
  position: relative;
  margin-bottom: 8px;
}
.txtMarquee-top li .code{
  color: #0363eb;
  font-weight: 600;
  font-size: 16px;
  margin-right: 30px;
  position: relative;
  margin-left: 20px;
}
.txtMarquee-top li .code.code1{
  color: #e53057
}
.txtMarquee-top li .code.code2{
  color: #f79636
}
.txtMarquee-top li .code.code3{
  color: #42ccf6
}
.txtMarquee-top li .bar{
  display: inline-block;
  position: relative;
  width:240px;
  height: 10px;
  border-radius: 10px;
  background:#dee9fb;
  margin-left: 25px;
}
.txtMarquee-top li .bar i{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background:linear-gradient(-90deg,#69bffe, #6084fd);
  border-radius: 10px;
}
.txtMarquee-top li .data{
  position: absolute;
  right: 25px;
  font-weight: 600;
  font-size:;
}
.box-item{
  width:418px;
  height: 318px;
  background:url(../images/cardbg1.png) -10px -10px no-repeat;
  box-sizing: border-box;
  padding-left: 0;
  margin-top: -35px;
}
.box-item.item2{
  background:url(../images/cardbg2.png) -10px -10px no-repeat;
}
.box-item.item3{
  background:url(../images/cardbg3.png) -10px -10px no-repeat;
}
.box-item .tit{
  font-family: pmzdFont;
  font-size: 28px;
  color: #fff;
  font-style:italic;
  letter-spacing: 2px;
  padding-top: 20px;
}
.box-item .sub-tit{
  font-size: 14px;
  color: rgba(255,255,255,.7);
  margin-bottom: 40px;
}
.box-item .data-item{
  height: 50px;
  line-height: 50px;
  position: relative; 
  font-size: 15px;
  color: #4d596f
}
.box-item  .item-cot{
  margin:20px 40px 20px 30px;
}
.box-item .data-item i.line{
  display:inline-block;
  width:3px;
  height: 14px;
  background:#0363eb;
  margin-right: 10px;
  color: #0363eb;
  vertical-align: -2px;
}
.box-item .data-item .item-num{
  position: absolute;
  right: 10px;
  font-size: 26px;
  color: #0363eb;
  font-weight: 600;
  top: 0;
}
.box-item .data-item .item-num i{
  font-size: 14px;
  color: #97a3b5;
  font-weight: 500;
  font-style:normal;
}
.box-item  .link-btn{
  display: block;
 width:100%;
border-radius:  5px;
border:1px solid #0363eb;
text-align: center;
height: 36px;
line-height: 36px;
color: #0363eb;
margin-top: 15px;
}
.box-item  .link-btn:hover{
  background:#0363eb;
  color: #fff
}
.detail{
  font-size: 16px;
}
 .cot-tit  .tit-subtxt span{
  height: 22px;
  font-weight: 500;
  color: #8a97aa
}
.detail .source{
  text-align: right;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.black .notice-bd li i{
  width:6px;
  height: 6px;
  vertical-align: 2px;
}
.notice-box .container{
  position: relative
}
.topdata-box{
  position: absolute;
  width:454px;
  height: 348px;
  background:url(../images/notice_r.png) no-repeat;
  right: 0;
  top: 50%;
  margin-top: -174px;
}
.topdata-box>div{
  position: absolute;
  color: #0363eb;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
}
.topdata-box>div p{
  color: #333;
  font-size: 15px;
  font-weight: 500
}
.topdata-box>div span{
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.topdata-box .box-item1{
  top: 50px;
  left: -40px;
}
.topdata-box .box-item2{
  right: -40px;
  top: 170px;
}
.topdata-box .box-item3{
 left: -25px;
  bottom:-5px;
}
.tiptext{
  color: #97a3b5;
  position: absolute;
  bottom: 24px;
  left: 220px;
}
.tiptext span{
  color: #f00
}
.black .notice-bd li{
  border-bottom: 1px dashed #f5f5f5;
}
.black .notice-bd li .tit{
  display: inline-block;
  width: 860px;
  padding-right: 0;
  border:0;
  vertical-align: middle;
  color: #4d596f;
  padding-right: 30px;
}
.black .notice-bd li span{
  display: inline-block;
  vertical-align: middle;
  color: #4d596f;
  margin:0 10px;
  text-align: center;
}
.black .notice-bd li .time{
  color: #adb9c5;
  position:unset;
  width:100px;
}
.black .notice-bd li .bm{
  width:150px;
  margin-left: 30px;
}
.black .notice-bd li .lb{
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0 10px;
  border-radius: 3px;
  background:#e9f1fe;
  color: #0363eb;
  margin-left: 40px;
}
.black .notice-bd li .lb.gztz{
  color: #f79637;
  background:#fef4eb;
}
.black .notice-bd li .lb.cxzs{
  color: #00b369;
  background:#ecf9f2;
}
.black .notice-bd li .btn{
  color: #0363eb;
  border:1px solid #0363eb;
  border-radius: 3px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
.black .notice-bd li .btn:hover{
  background:#0363eb;
  color: #fff;
}
.black .notice-bd li:hover{
  background:#f7f9fd;
}
.js-item-box {
  margin-bottom: 10px;
  clear: both;
}
.js-item-box .box-l{
  color: #8895ab;
  float: left;
}
.js-item-box .box-r {
  margin-left: 70px;
}
.js-item-box .box-r span{
  display: inline-block;
  margin: 0 2px 10px;
  color: #292929;
    padding: 0 10px;
    border-radius: 3px;
      height: 24px;
  line-height: 24px;
}
.js-item-box .box-r span:hover{
  cursor: pointer;
  background:#f3f3f3;
}
.js-item-box .box-r span.cur{
  color: #0363eb;
  background:#f3f3f3;
}
.js-item-box .box-r span.cur i{
  display: inline-block;
  width:10px;
  height: 10px;
  background:url(../images/close.png) no-repeat;
  cursor: pointer;
  margin-left: 5px
}
.js-item-box .right{
  float: right;
}
.js-item-box .search-box{
  width:auto;
  position: relative
}
.js-item-box .search-box input{
  border-color: #dee9fb;
  border-radius: 4px;
  width:240px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding-right: 30px;
}
.js-item-box .search-box input+i{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 170px;
  top: 6px;
  background:url(../images/indeximg/searchicon.png) no-repeat;
}
.js-item-box .search-box input:focus{ 
  outline: 1px solid #0363eb;
}
.js-item-box .search-box .btn{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #0363eb;
  padding: 0 20px;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}
.js-item-box .search-box .btn.btn-solid{
  background:#eaf1fc;
  color: #0363eb;
  /*border:1px solid #0363eb;*/
}
.js-box {
  border-bottom: 1px  solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.js-box .js-item-box:last-child .box-l{
  height: 34px;
  line-height: 34px;
}
.page-box a{
 /* width:24px;*/
  height: 24px;
  line-height: 24px;
  margin:0 5px;
  color: #333;
  border-radius: 4px;
  padding: 0 5px;
}
.page-box a i{
  display: inline-block;
  width:12px;
  height: 12px;
  vertical-align: middle;
  background:url(../images/pageicon.png) no-repeat;
}
.page-box a i.next{
  background-position-y:-12px;
}
.page-box a:hover i.prev{
  background-position: -12px 0;
}
.page-box a:hover i.next{
  background-position: -12px -12px;
}
.page-box span{
  display: inline-block;
  vertical-align: 0;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}
.selectbox{
  /* width:100px; */
  float: left;
  position: relative
}
.selectbox a{
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectbox a i{
  position: absolute;
  top: 7px;
  right: 0;
  width:18px;
  height: 18px;
  background:url(../images/indeximg/select-icon.png) no-repeat;
}
.content-block .cb-bd{
  padding: 15px 50px;
}
.selectbox .select-cot{
  display: none;
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 32px;
  width:100%;
  border:1px solid #dfdfdf;
  box-shadow: 0 0 10px #ddd;
  max-height: 200px;
}
.selectbox .select-cot li{
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 10px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectbox .select-cot li:hover{
  background:#f3f3f3;
}
.selectbox .select-cot li.cur{
  background:#0363eb;
  color: #fff;
}

/*2023.6.12*/
.box-item:hover,.qyrd-box:hover,.szzx-box:hover{
  transform:translate(0,0)
}
.notice-box .container .notice-bd{
  height: 330px;
}

.mh-box-item:hover{
  cursor: pointer;
}

/*2023/7/10新增*/

.cb-tit{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #333;
  margin-bottom:20px;
}
.cb-tit:before{
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  bottom: 4px;
  width:4px;
  background: #0363eb;
}
.f-item{
  position: relative;
  font-size: 15px;
  margin-bottom: 25px;

}
.f-item .l-txt,.layui-form-label{
  float: left;
  width:360px;
  text-align: right;
  height:32px;
  line-height: 32px;
  color: #4d596f;
}
.f-item .l-txt .red{
  color: #f00;
  font-weight: 600;
  margin-right: 5px;
}
.f-item .input-box{
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.f-item .input-box.w380{
  width:420px;
}
.f-item.error .form-tip{
  font-size: 13px;
  position: absolute;
  top: 33px;
}
.f-item .btn{
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #0363eb;
  text-align: center;
  height:32px;
  line-height: 32px;
}
.selectbox.w380{
  width:420px;
  border:1px solid #d8dde1;
  border-radius: 3px;
}
.selectbox a{
  padding-right: 25px;
}
.selectbox a i{
  right: 5px;
}
.layui-input-inline{
  display: inline-block;
}
.layui-input{
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 5px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d8dde1;
    background-color: transparent;
    border-radius: 3px;
    box-sizing: border-box;
}
.f-item .side-box{
  position: absolute;
  right: -45px;
}
.f-item .side-box a{
  display: inline-block;
  width:18px;
  height:18px;
  margin: 7px 0 0 10px;
  background: url(../images/addicon.png) no-repeat;
}
.f-item .side-box a.delete{
  background-position-y:-18px;
}
.f-item table td,.f-item table th{
  border:1px solid #d8dde1;
  font-weight: 400;
  color: #333;
  padding: 5px;
  position: relative
}
.f-item table th{
  text-align: center
}
.f-item table .text-input{
  border:0;
  height:22px;
  line-height: 22px;
}
.text-input.no-border{
  border:0;
}
.f-item table .side-box{
  right: -60px;
  top: 0;
}
.f-item table .side-box a{
 padding: 0
}
.selectbox a i.searchicon{
  width:20px;
  height:20px;
  background: url(../images/indeximg/searchicon_blue.png) no-repeat;
}
.inline+.inline{
  margin:0 15px;
}
.upload-box .btn-n {
  cursor: pointer;
  background: none;
  border:1px solid #a5c8ff;
  color: #0363eb;
  padding: 0 15px;
}
.upload-box .btn-n i{
  display: inline-block;

  width: 17px;
  height:18px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/up.png) no-repeat;
}
.f-item .sub-text{
  font-size: 12px;
  color: #919eb7
}
.f-item .sub-text a{
  color: #0363eb
}
.upload-box+.file-box{
  margin-top: 5px;
  font-size: 14px;
}
.center-box{
  text-align: center
}
.header-l{
  height:110px;
}
.header .page-nav{
  margin-top: 15px;
}
.header .hd-top .reg-login a.home{
  width:76px;
}
.avator-box{
  position: relative;
}.avator-box .select-box{
  background: #fff;
  position: absolute;
}
.reg-login{
  position: relative
}
.reg-login .avator-box .white-arrow{
  display: inline-block;
  width:15px;
  height:15px;
  background: url(../images/white_arrow.png) center center no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.reg-login .select-cot{
  position: absolute;
  right: 0;
  top: 32px;
  background: #fff;
  z-index: 2;
  width:100px;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0px 3px 10px 1px #003f9730;
}
.header .hd-top .reg-login .select-cot a{
  display: block;
  height:30px;
  line-height: 30px;
  color: #333;

}
.header .hd-top .reg-login .select-cot a:hover{
  background: #d3e4fd;
  color: #0363eb;
}
.card-has-bg{
  height:100px;
  background: url(../images/carbg.jpg) no-repeat;
  border-radius: 5px;
  border:1px solid #fff;
   box-shadow: 0.868px 4.924px 20px 0px rgba(154, 186, 242, 0.15);

}
.card-has-bg .l-cot{
  width:780px;
  margin-left: 160px;
  margin-top: 15px;
}
.card-has-bg .l-cot table td{
  padding: 5px;
  color: #7f8a9e;
  font-size:15px;
   
}
.card-has-bg .l-cot table td span{
  color: #333;
  display: inline-block;
  max-width: 230px;
  vertical-align:-5px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn{
  display: inline-block;
  color: #fff;
  background: #0363eb;
  border-radius: 4px;
  padding: 0 15px;
  height:32px;
  line-height: 32px; 
}
.btn:hover{
  background: #1d75f1
}
.card-has-bg .r-cot{
  margin-right: 20px;
  margin-top: 35px;
}
.step-cot{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-cot .step-item{
  width:250px;
  height:160px;
  display: inline-block;
  background: url(../images/stepbg_e.png) center center no-repeat;
    padding-top: 25px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative
}
.step-cot .step-item:first-child{
  background: url(../images/stepbg_s.png) center center no-repeat;
}
.step-cot .step-item .label{
  font-size: 16px;
  color: #4d596f;
  font-weight: 600;
  margin-bottom: 20px;
}
.step-cot .step-item p{
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.step-cot .step-item .state-tips{
  position: relative
}
.step-cot .step-item .state-tips.blue{
  color: #0363eb;
}
.step-cot .step-item .state-tips.green{
  color: #44b553;
}
.step-cot .step-item .state-tips.grey{
  color: #7f8a9e;
}
.step-cot .step-item .state-tips i{
  display: inline-block;
  vertical-align: -3px;
  position: relative;
  width:14px;
  height:15px;
  margin-right: 5px;
}
.step-cot .step-item .state-tips.green i{
  background: url(../images/icon_ok.png) no-repeat;
}
.step-cot .step-item .state-tips.grey i{
  background: url(../images/icon_grey.png) no-repeat;
}
.step-cot .step-item .state-tips.blue i {
    width: 8px;
    height: 8px;
    background-color: #0363eb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.step-cot .step-item .state-tips.blue i::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 50%;
    animation: GreenDot 1.5s ease-out 0s infinite;
    background-color: #0363eb57;
}

@keyframes GreenDot {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
.step-cot .step-item .btn{
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -16px;

}
.step-cot .step-item .btn.not-editable{
  cursor: not-allowed;
  background: #d9dde7;
  color: #7f8a9e;
}
.border-table{
  border:1px solid #e8ecf5;
}
.border-table td,.border-table th{
  border-bottom:1px solid #e8ecf5;
  text-align: center;
  padding: 12px 10px;
  color: #333
}
.border-table th{
  background: #eff3f9;
  font-weight: 400;
  color: #4d596f;

}
.table-box {
  margin-bottom: 40px;
}
.module-cot .img-box{
  display: inline-block;
  width:400px;
  height:360px;
  background: url(../images/kong.png) no-repeat;
}
.module-cot .img-box+p{
  margin-top: -40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #4d596f
}
.module-cot .img-box+p+.btn{
  margin-bottom: 60px;
}
.storage-pop .warning_icon{
  display: inline-block;
  vertical-align: middle;
  width:30px;
  height:30px;
  margin-right: 10px;
  background: url(../images/warning_icon.png) no-repeat;
}
.cot.has-bg{
  height:;
  background: url(../images/grzxbg.png) no-repeat;
}
table.no-border th,table.no-border td{
  border:0;
  background: none
}
table.no-border th{
  padding: 0;
}
.align-l{
  text-align: left;
}
.f-item.error .input-textarea,.f-item.error .selectbox{
  border-color: #ff3d3d
}
.f-item.error .input-textarea+.form-tip{
 top: 120px;
}
.f-item.error .layui-input,.f-item.error table{
  border:1px solid #ff3d3d;
}

.warning-mask .pop-cont .pop-close{
    position: absolute;
    right: 0;
    top: 0;
    width:36px;
    height:36px;
    background: url(../images/pop-close.png) no-repeat;
    cursor: pointer;
}

/*2023/7/28*/
body{
    background: #f7f7f7;
}
.cb-bd{
    background: #fff
}
.content-block .cb-bd{
    padding: 20px 50px 30px;
}

.black .notice-bd li{
    border-bottom: 1px dashed #e8e8e8;
}
.hd-top .reg-login .login-out:before,.hd-top .reg-login a:first-child:before{
    background: none
}
.reg-login .selectbox .select-cot{
    position: absolute;
    top: 30px;
    width:180px;
    /* left: 50%; */
    margin-left: -65px;
    border-radius: 5px;
    right: 0;
}
.hd-top .reg-login .selectbox{
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-top: 7px;
    width: unset;
}
.hd-top .reg-login .selectbox.cur .select-cot{
    display: block;
}
.hd-top .reg-login .select-text .avator{
    display: inline-block;
    width: 24px;
    height:24px;
    background: url(../images/sample-1.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 3px;
}
.hd-top .reg-login .select-text .white-arrow{
    display: inline-block;
    width: 15px;
    height:8px;
    background: url(../images/white_arrow.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
}
.hd-top .reg-login .select-cot li:hover{
    background: #d3e4fd;
}
.header .hd-top .reg-login .select-cot li{
    height:36px;
    line-height: 36px;
}
.header .hd-top .reg-login .select-cot a{
    margin-top: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
    background: none;
    line-height: 36px;
}
.hd-top .reg-login .select-cot li:hover a{
    color: #0363eb;
}
.inline-block{
    display: inline-block;
}
.hd-top .reg-login .select-text{
    cursor: pointer;
}
.hd-top .reg-login .select-text .text{
  display:inline-block;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
  max-width:150px;
  vertical-align:middle
}
.hd-top  a.home{
    width:76px;
    height: 30px;
    line-height: 28px;
    height: 31px;
    margin-top: 5px;
    background: url(../images/homebg.png) no-repeat;
    text-align: center;
    padding: 0
}
.box-item:hover,.qyrd-box:hover,.szzx-box:hover{
    transform:translate(0,0)
}
.notice-box .container .notice-bd{
    height: 330px;
}

.annex-box{
    padding: 0 80px 30px;
    margin-top: 30px;
}
.annex-box .tit{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.annex-box .annex-item{
    height:40px;
    line-height: 40px;
    font-size: 15px;
}
.annex-box .annex-item a{
    color: #666;
}
.annex-box .annex-item a:hover{
    color: #015eea;
}
.annex-box .annex-item i{
    display: inline-block;
    vertical-align: middle;
    width:18px;
    height:18px;
    background: url(../images/annex-icon.png) no-repeat;
    margin-right: 5px;
}
.annex-box .annex-item a:hover i{
    background-position-y:-18px;
}

.hd-top .reg-login{
    font-size: 0;
}
.hd-top .reg-login a{
    padding:0 15px;
    font-size: 14px;
}
.hd-top .reg-login a:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 12px;
    bottom: 12px;
    width:1px;
    background: #ffffff80
}
.hd-top .reg-login .login-out:before,.hd-top .reg-login a:first-child:before{
    background: none
}
.header .reg-login a:first-child{
    background:none
}

/*2023/8/14*/
.giant-form .f-bd .f-item{
    margin-bottom: 5px;
}
.form-preview-box{
    right: -200px;
    bottom: 180px;
}
.f-box.giant-form {
    margin-bottom: 30px;
}
.giant-form .f-bd .f-item .input-box{
    float: unset;
}
.giant-form .f-bd .f-item .side-box{
    right: -40px;
    top: -10px
}
.giant-form .f-bd .f-item .side-box a{
    padding:0;
    margin-bottom: 10px;
    display: block;
}
.giant-form .f-bd .f-item .input-box{
    margin:0 ;
}

/*2023/12/18*/

.scroll {
    overflow: auto;
    overflow-x: hidden;
}

.f-item .input-box .input-textarea{
    width: 100%;
    height: 80px;
    font-size: 14px;
    color: #333;
    padding: 10px;
    border: 1px solid #d8dde1;
    box-sizing: border-box;
    min-height: unset;
}
.f-item .input-box .input-textarea:focus{
    border-color: #008cff;
}
.giant-form.normal .f-bd .f-item{
    padding-right: 0;
}
.f-item.error .form-tip{
    position: unset;
}
.align-c{
    text-align: center!important;
}
.f-box table th, .f-box table td{
    padding: 15px 10px 10px;
}
/*.f-box.giant-form{
  margin-bottom: 35px;
}*/
.f-box table th{
    background: #f3f8ff;
}
.hid-sub-box{

}
.hid-sub-box span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/);
}
.input-box .text-input.line-input{
    border-bottom: 1px solid #d8dde1;
}
.giant-form .f-bd .f-item .side-box.inline-block{
    position: unset;
    display: inline-block;
    vertical-align: middle;
}
.giant-form .f-bd .f-item .side-box.inline-block a{
    display: inline-block;
    margin:0 0 0 10px;
}
.hid-sub-box{
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.hid-sub-box .icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(../images/warning.png) no-repeat;
}
.hid-sub-box .hid-text{
    display: none;
    position: absolute;
    top: 21px;
    width: 280px;
    height: 106px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    padding: 10px 15px;
    z-index: 2;
    box-shadow: 2px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 3px;
    text-align: left;
    text-indent: 2em;
    font-weight: 400;
    color: #666;
}
.hid-sub-box:hover .hid-text{
    display: block;
}
.giant-form .f-hd{
    cursor: pointer;
}