.bor{
  border:1px solid red;
}
body{
  background: #fcfbfb;
  overflow-x: hidden;
  /* min-width: 1200px; */
}
.mrr40{
  margin-right:40px;
}
.prd_block{
  padding:10px 0 20px 20px;
}
.pr20{
  padding-right: 20px;
}
.ml50{
  margin-left: 50px !important;
}
.fontB{
  font-weight: bold;
  height:  100%;
}
.float_cell:after { 
  display: table; 
  content: ""; 
  clear: both; 
}
.float_cell>*{
  float: left;
}
.button{
   border-radius: 4px; 
   width: 88px; 
   padding: 0; 
   color: #fff
}
.button.button-tiny{
  width: 40px;
  font-size:12px;
}
.button-border{
  background-color:#fff;
  border:1px solid #6584be;
  color:#6584be !important;
}
.button.btnSendCode{
  background: #6584be;
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.button-border:hover, .button-border:focus, .button-border-flat:hover, .button-border-flat:focus {
  background-color: #fff;
  color: #6584be;
}
.button-primary{
   background-color: #6584be;
}
.button-primary:hover, .button-primary:focus, .button-primary-flat:hover, .button-primary-flat:focus {
  background-color: #4e78c5;
  border-color: #4e78c5;
  color: #FFF;
}
.button-block{
  width: 100%;
}
.header_box{
  background-color:#6584be;
  background-size: cover;
}
.layout{
  width: 1200px;
  margin:auto;
  position: relative;
}
.title_box{
  background-color:#103a5f; 
}
.title_block>div{
  height: 35px;
  line-height: 35px;
}
.title_block .help_block a,.title_block .date_block a{
  padding-left:30px;
}
.title_block span,.title_block a{
  font-size: 14px;
  color:#fff;
}
.title_block .help_block img{
  position: relative;
  top:-2px;
}

.head_logo_block{
  height: 90px;
  line-height: 90px;
}
.head_nav_view{
  float: right;
}
.head_nav_view>a,.head_nav_view>span{
  height: 80px;
  /*width: 100px;*/
  width: auto;
  text-align: center;
  color:#fff;
  font-size: 15px;
  margin-left: 20px;
  padding:0 3px;
}

.head_nav_view>a.on{
  border-bottom: 4px solid #d86741;
  font-weight: bold;
  font-size: 16px;
}
.head_nav_view>a.user_view{
  /*border:1px solid red;*/
  vertical-align: top;
  padding:5px 0;
}
.head_nav_view>a.user_view>span{
  display: block;
  height: 30px;   
  line-height: 30px;
}
.head_nav_view>a.user_view>span>img{
  width: 20px;
  height: 20px;
}
.head_nav_view>a.user_view>span:first-child{
  height: 35px;
  line-height:35px;
  border-bottom: 1px solid #ddd;

}
/*主体*/

/*单位，个人信息*/
.content_box>div{
  margin-top: 12px;
  background: #fff;
}
.user_info_block>div{
  float: left
}
.user_info_block .left_block{
  width: 384px;
  min-height: 328px;
  padding:0 35px;
  position:relative;
}
.user_info_block .left_block:after{
  content:"";
  position: absolute;
  right:0;
  top:50px;
  border-right:1px solid #d7d7d7;
  height: 210px;

}
.user_info_block .left_block>div,.user_info_block .right_block>div{
  margin-top: 22px;
}
.user_info_block .left_block .top_view img{
  width: 100px;
  height: 100px;
}
.user_info_block .left_block .top_view .text_cell{
  margin-top: 20px;
  margin-left:40px;
}
.user_info_block .left_block .top_view .text_cell h1{
  margin-bottom: 15px;
  font-size:24px;
}
.user_info_block .left_block .top_view .text_cell>*{
  line-height: 30px;
}
.user_info_block .left_block .rz_view .icon_view{
  width: 270px;
}
.user_info_block .left_block .rz_view .icon_view>*{
  margin-right:15px;
  margin-bottom: 3px;
}
.user_info_block .left_block .rz_view>span{
  width: 40px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}
/*右模块*/
.user_info_block .right_block{
  width: 785px;
  min-height: 328px;
  margin-left: 30px;
}
.user_info_block .right_block .outBox .hd li{
  margin-right:45px;
  width:100px;
  height: 40px;
  line-height:40px;
  font-size: 14px;
}
.outBox .hd span{
  position: absolute;
  border-right:2px solid #666;
  height: 16px;
  left:124px;
  top:12px;
}
.user_info_block .right_block .inBox{
  padding:20px 45px;
}
.user_info_block .right_block .inBox table td{
  height:35px;
}
.user_info_block .right_block .inBox table td.lable_short{
  width: 100px;
}
.user_info_block .right_block .inBox table td>input.input{
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 80%;
}
.user_info_block .right_block .inBox table td>input.input_edit{
  border:none;
  box-shadow: none;
}
/*关联法人信息*/
.table_modle{
  margin-top: 20px;
}
table span.red{
  color:red;
}
table select{
  /* border:1px solid #ddd; */
  /* width: 100%; */
}
.table_modle th,.table_modle td{
  text-align: center;
}
.table_modle th{
  height: 44px;
  line-height: 44px;
  color:#fff;
  background: #8ba7d7;
}
.table_modle td{
  height: 55px;
  line-height: 55px;
  border-bottom:1px solid #e1e1e1;   
}


/*分页*/

.pagination_block{
  height: 55px;
  line-height: 55px;
}
.pagination_block .M-box{
  padding:8px 0;
}
/*安全评分*/
.security_block{
  padding-left:20px;
  margin-bottom: 15px;
}
.security_block .inBox{
  width: 765px;
  margin:auto;
}
.pf_view{
  line-height: 48px;
}
.pf_view .scrold {
  position: relative;
  width: 638px;
  height: 20px;
  border-radius: 10px;
  margin-top: 25px;
}
.scrold-out {
  position: absolute;
  height: 100%;
  background-color: #dfdfdf;
  width: 100%;
  border-radius: 10px;
}
.pf_view .scrold-in {
  position: absolute;
  height: 100%;
  background: linear-gradient(to right, #fc7c28,#6ba001);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7c28', endColorstr='#6ba001',GradientType=1);
  border-radius: 10px;
}
.pf_view .scrold-circle {
  position: absolute;
  height: 10px;
  background-color: #fff;
  width: 10px;
  border-radius: 5px;
  left: 10px;
  top: 5px;
}
.pf_view .scor {
  color: #fc7c28;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  font-style: italic; 
  float: right;
}
.pf_view .scor>span{
  font-size: 20px;
}
.pf_list li{
  height: 65px;
  line-height: 65px;
  border-bottom: 1px dashed #dddddd;
  font-weight: bold;
}







/*尾部*/
.footer{
  width: 100%;
  text-align: center;
  height: 105px;
  background: #f7f7f7;
  border-top:2px solid #d76740;
}
.footer>div{
  display: inline-block;
  margin-top: 20px;
}
.footer .text_block>p{
  padding:0 20px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.footer>div>*{
  display: block;
  float: left;
}
.footer_relative{
  position: relative;
}

/*tab页切换样式*/
.outBox{ 
  width:100%;
  text-align:left;
  }
.outBox .hd{
  border-bottom:1px solid #6584be;  
  position:relative;
}
.outBox .hd:after,.outBox .hd ul:after { 
  display: table; 
  content: ""; 
  clear: both; 
}
.outBox .hd ul li{
  width: 120px;
  line-height: 40px;
  text-align: center;
  float:left;
  cursor:pointer;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #333;
}
.outBox .hd ul>li.on{ 
  background:#fff;
  border-bottom:4px solid #6584be; 
  color:#6584be;
}
.inBox{
  position: relative;
}
.inBox .inHd ul{ 
  overflow:hidden; 
  zoom:1; 
}
.inBox .inHd ul li{ 
  height:26px; 
  line-height: 26px;
  width:60px; 
  text-align:center; 
  float:left; 
  cursor:pointer;  
}
.inBox .inHd ul li.on{ 
  background:#ccc; 
  color:#fff;  
}
.inBox .inBd {
  min-height: 220px;
  border:1px solid #ccc;
}
.inBox .inBd ul{
  /* padding:15px; */
  zoom:1;
  overflow:hidden;
}
.inBox .inBd .nav li{
  height:26px;
  line-height:26px;
  overflow:hidden;
  zoom:1;
  }
.inBox .inBd li .date{ 
  float:right; 
  color:#999;  
}
.inBox .sn,.inBox .sp{
  position:absolute; 
  top:50%;
  margin-top:-14px;
  width: 20px;
  height: 28px;
  /*border:1px solid #ccc;*/
  z-index: 999;
}
.inBox .sp{
  left:0;
}
.inBox .sn{
  right:0;
}
/*tab切换样式二*/
.help_info {
  width: 500px;
  margin:auto;
  margin-top: 30px;
}
.help_info .inHd ul li{
  width: 250px;
  border:1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.help_info .inBd{
  min-height: 20px;
  border:none;
}
.help_info .inBd p.help_view{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.help_info .inBd .help_text{
  display: none;
}
.help_info .inBd p.help_view>.sp_btn{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_font_03.png);
  cursor: pointer;
  position:  relative;
  top: 2px;
}
.help_info .inHd ul li.on{
  background: #6584be;
  color:#fff;
  border: 1px solid #6584be;
}
/*图标*/
.icon{
  display: inline-block;
  text-align: center;
  font-size:25px !important;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background: #fff;
  color:#999;
  font-weight:500 !important;
  border:1px solid #999;
}
.bg-or{
  color:#fff;
  background: #ef8863;
  border: #ef8863;
}
/*模块设置*/
.content_box .inBox .cert_block{
  width:924px;
  margin:auto;
  height: 110px;
  padding:20px 0;
  margin-top: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.content_box .inBox .cert_block>*{
  margin-left:40px;
}
.cert_block .text_info>span>strong{
  color:#6584be;
}
.cert_block .text_info>span{
  display: block;
  line-height: 32px;
}

.cert_block .btn_view{
  padding:10px 0;
  float: right;
  width: 150px;
}
.cert_block .btn_view a.link{
  color:#256de0;
  margin-left: 30px;
  line-height: 24px;
  font-weight: bold;
}
.cert_block .text_info{
  font-weight: bold;
  color:#666;
}
.cert_block .text_info .text_b{
  color:#ffaf2b;
}
/*消息列表样式*/
.listcontent{
  width: 500px;
  margin: auto;
}
.list { margin: 8px; }
.list>a { padding: 2px 8px; display:block;}
.list>a:before { content: ""; width: 4px; height: 4px; background-color: #006cf2; display: inline-block;margin-right: 5px;vertical-align: middle; }
.list>a span { width: 65%; overflow: hidden; display: inline-block; vertical-align: middle; white-space: nowrap; text-overflow: ellipsis;line-height: 24px;}
.list>a i { float: right; color: #999999; font-style: normal; line-height: 24px; }

/*按钮样式*/
.btn-link,.btn-link:active {
  display: inline-block;
  text-align: center;
  padding: 0px 12px;
  height: 29px;
  line-height: 28px;
  box-sizing: border-box;
  color: #ff8c40;
  font-size: 14px;
  border: 1px solid #ff8c40;
  width: 150px;
}
.btn-link:hover {
  background: #ff8c40;
  color: #fff;
}

/*有浮动02*/
/* 侧边指引 */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.side-guide-wrap {
  position: fixed;
  top:215px;
  right:5%;
  z-index: 100;
  width: 68px;
  z-index: 999;
  background: transparent !important
}

.side-guide-list {
  margin: 0 0 50px 0;
  padding: 0;
}

.side-guide-item {
  height: 68px;
  text-align: center;
  position: relative;
  background-color: #000;
  color:#fff;
  opacity: 0.7;
  list-style: none;
}

.side-guide-item:hover ,
.side-guide-item.active {
  background: #3373d4;
}

.guide-item-desc {
  margin-top: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 55px;
  height: 50px;
  font-size: 12px;
  color: #7d8692;
  cursor: pointer;
}

.side-guide-item:hover .guide-item-desc ,
.side-guide-item.active .guide-item-desc {
  color: #fff;
}

.side-guide-item.consult-tag .guide-item-desc {
  background-image: none;
}

.side-guide-item.consult-tag:hover .guide-item-desc,
.side-guide-item.consult-tag.active .guide-item-desc {
  background-image: none;
}

.side-guide-item.qa-tag .guide-item-desc {
  background-image: url(../img/znkf.png);
}

.side-guide-item.qa-tag:hover .guide-item-desc,
.side-guide-item.qa-tag.active .guide-item-desc {
  background-image: url(../img/znkf.png);
}

.side-guide-item.correct-tag .guide-item-desc {
  background-image: url(../img/rdwt.png);
}

.side-guide-item.correct-tag:hover .guide-item-desc,
.side-guide-item.correct-tag.active .guide-item-desc {
  background-image: url(../img/rdwt.png);
}

.side-guide-item.app-tag .guide-item-desc {
  background-image: none;
}

.side-guide-item.app-tag:hover .guide-item-desc,
.side-guide-item.app-tag.active .guide-item-desc {
  background-image: none;
}

.side-guide-item.help-tag .guide-item-desc {
  background-image: url(../img/bzzx.png);
}

.side-guide-item.help-tag:hover .guide-item-desc ,
.side-guide-item.help-tag.active .guide-item-desc {
  background-image: url(../img/bzzx.png);

}

.guide-item-desc:hover {
  outline: none;
  text-decoration: none;
}

.side-guide-collapse {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-top: 26px;
  width: 68px;
  height: 49px;
  font-size: 12px;
  color: #7d8692;
  text-align: center;
  cursor: pointer;
  background: #000 url(../img/sq_icon.png) no-repeat 28px 15px;
  opacity: 0.5;
}

.side-guide-open {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 68px;
  height: 62px;
  cursor: pointer;
  background: url(../img/zk_icon.png);
}

/* 微平台 二维码*/
.app-type-extend {
  display: none;
  position: absolute;
  left: -165px;
  top: -132px;
  border: 1px solid #d1e3f8;
  background-color: #fff;
}

.app-type-extend .app-type-item {
  height: 170px;
  width: 155px;
  text-align: center;
  font-size: 0;
}

.app-type-extend .app-type-img {
  width: 125px;
  height: 125px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.app-type-extend .app-type-desc {
  display: inline-block;
  width: 125px;
  font-size: 14px;
  color: #444;
  line-height: 14px;
}

.side-guide-item.app-tag:hover .app-type-extend,
.side-guide-item.app-tag.active .app-type-extend {
  display: block;
}
.form-control .textarea .textarea {
  display: block;
  line-height: 0;
}
.form-control .textarea textarea {
  padding: 6px 8px;
  margin: 0;
  width: 100%;
  height: 72px;
  border: none;
  resize: none;
  outline: none;
  line-height: 1.5;
  word-break: break-all;
  box-sizing: border-box;
}
.btn-fileupload {
  width: 50px;
  height: 30px;
}

/*特效checkbox框*/
input[type=checkbox].btn_open{
  /*同样，首先去除浏览器默认样式*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*编辑我们自己的样式*/
  position: relative;
  background: #999;
  border: 1px solid #fff;
  width: 56px;
  height: 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*增加动画*/
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  outline: none;
  cursor: pointer;
}
input[type=checkbox].btn_open:after{
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  width: 22px;
  height: 22px;
  background: #fff ;
  color: #fff;
  text-align: center;
  line-height: 22px;
  /*增加动画*/
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
}
input[type=checkbox].btn_open:checked{
  background: #00cc33 ;
}
input[type=checkbox].btn_open:checked:after{
  content: '';
  left: 30px;
  background: #fff;
  color: #00cc33 ;
}

/*特效checkbox框 兼容IE8*/
.btn-radio {
  width: 50px;
  height: 26px;
  background-color: #ccc;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.btn-radio-content {
  width: 200%;
  height: 100%;
}
.cursor-p {
  cursor: pointer;
}
.btn-radio-open {
  width: 50%;
  height: 100%;
  border-radius: 13px;
  float: left;
  transition: margin-left 1s;
  -moz-transition: margin-left 1s;
  -webkit-transition: margin-left 1s;
  -o-transition: margin-left 1s;
  margin-left: 0;
}
.btn-radio-close {
  width: 24px;
  height: 24px;
  margin-left: -49px;
  background-color: #fff;
  float: left;
  border-radius: 13px;
  border: 1px solid #ccc;
}
.btn-on {
  background-color: #00cc33 !important;
}
.btn-right {
  margin-left: -24px !important;
}