*{
  box-sizing: border-box;
}
.main{
  width: 100%;
  min-width: 1260px; 
}
.main .main_top .top_img{
  width: 100%;
  height: 460px;
  position: relative;
}
.main .main_top .top_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main_top .user_info{
  width: 100%;
  height: 269px;
  background: #fff;
  position: relative;
}
.main .main_top .user_info .info_list{
  width: 430px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -215px;
}
.main .main_top .user_info .info_list li .user_head{
  display: block;
  width: 130px;
  height: 130px;
  border: 6px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  /* background: rgba(222,222,222,.8); */
  background: #fff;
  box-shadow: 0px 1px 3px rgba(26,26,26,0.08);
}

.main .main_top .user_info .info_list  li.u_name{
  position: absolute;
  top: 144px;
  width: 100%;
}
.main .main_top .user_info .info_list li .user_name{
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  /* font-weight: bold; */
  margin: 0 auto;
  display: inline-block;
}
.main .main_top .user_info .info_list li .user_i{
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 6px;
}   
.main .main_top .user_info .info_list li .user_location{
  margin: 16px 0 20px 0;
}
.main .main_top .user_info .info_list li .user_location span{
  color: #999;
  font-size:12px;
  padding: 0 5px;
  line-height: 10px;
  display: inline-block;
  margin-right: 20px;
}
.main .main_top .user_info .info_list li .user_location .user_a{
  position: relative;
  top: 2px;
  right: 3px;
}

.main .main_top .user_info .info_list li .user_words{
  color: #333333;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.main .main_top .user_info .user_about{
  position: absolute;
  top: 20px;
  left: 63.5%;
}
.main .main_top .user_info .user_about .private{
  border: 1px solid #FEA406;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #FEA406;
  background: #fff;
}
.main .main_top .user_info .user_about p:hover{
  background: #FEA406;
  color: #fff;
}
.main .main_top .user_info .user_about p img{
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.main .main_top .user_info .user_about .attention{
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  /* background: #ffa200; */
  border: 1px solid #FEA406;
  cursor: pointer;
  color:#FEA406;
  font-size: 14px;
}

.main .main_content{
  position: relative;
  width: 100%;
  border-top: 1px solid #f4f4f4;
}

.main .main_content .fixed_box{
  width: 100%;
  height: 60px;
  background: #fff;
}
.main .main_content .main_list{
  height: 60px;
  width: 476px;
  margin: 0 auto;
}
.main .main_content .main_list li{
  width: 130px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  float: left;
}
.main .main_content .main_list li a{
  padding: 0 2px;
  margin: 0 30px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #999;
  font-size: 16px;
}
.main .main_content .main_list li:nth-child(3){
  width: 143px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  float: left;
}

.main .main_content .main_list li:hover a{
  color: #333;
  border-bottom: 3px solid #ffa200;
  text-decoration: none !important;
}

.main .main_content .main_list li.active a{
  color: #333;
  border-bottom: 4px solid #ffa200;
 text-decoration: none !important;
}
.main .main_content .list_box{
  display:none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 54px;
  background: #fff;
  border-top: 1px solid #f2f3f5;
}
.main .main_content .list_box1 .box1_auto{
  width: 80%;
  margin: 0 auto;
  padding-left: 20px;
}
.main .main_content .list_box2 .box1_auto{
  width: 1150px;
  margin: 0 auto;
  padding-left: 20px;
}
.main .main_content .list_box p{
  float: left;
  margin-right: 44px;
  color: #999;
  font-size: 16px;
  height: 54px;
  line-height: 54px;  
 }
 .main .main_content .list_box .v1_list{
  float: left;
  color: #333;
  font-size: 16px;
 }
 .main .main_content .list_box .v1_list li{
  margin: 0 16px;
 height: 54px;
 line-height: 54px;   
 float: left;
}
.main .main_content .list_box .v1_list li a{
  color: #333;
  font-size: 16px;
 }
 .main .main_content .list_box .v1_list li a:hover{
  color: #ffa200;
 }
  
.main .main_content .list_box .v1_list li a.cur{
 color: #ffa200;
}

/* 视频 */
.hide{
  display: none;
}
.main .main_content .video_box{
  width: 100%;
  background: #f2f3f5;
  padding-top: 26px;
}
.main .main_content .video_list{
  /*width: 80%;*/
  width: 1240px;
  margin: 0 auto !important;
}
.main .main_content .video_list>p{
  color: #333;
  font-size: 14px;
  margin-left: 20px;
  height: 22px;
  line-height: 22px;
}
.main .main_content .video_list li{
  float: left;
  width: 33.33333336%;
  background: #fff;
  border: 12px solid #f2f3f5;
}
.main .main_content .video_list li .box_show{
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(26,26,26,0.08);
}
.main .main_content .video_list li .box_show .v_title{
  margin:0;
  color: #404040;
  font-size: 12px;
  line-height: 22px;
    margin-top: 10px;
    height: 26px;
    overflow: hidden;
}
.main .main_content .video_list li .li_box{
  height:200px;overflow:hidden;
  min-height: 192px;
  /* max-height: 192px; */
  position: relative;
  width:100%;
  display: block;
}
.main .main_content .video_list .li_box img{
  display: block;
  /* width:100%; */
}
.main .main_content .video_list .li_box>a .mask{
  width:100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_content .video_list .li_box>a .mask_t{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.3) 100%);
  color: #fff;
  padding-left: 10px; 
  box-sizing: border-box;
}
.main .main_content .video_list li .info_num{
  color: #b8b8b8;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0;
}
.main .main_content .video_list li .info_num .video_play{
  padding-left: 16px;
  background: url(../img/video_play.png) no-repeat left center;
}
.main .main_content .video_list li .info_num .video_time{
  padding-left: 20px;
  margin-left: 12px;
  background: url(../img/update_time.png) no-repeat left center;
}
   
/* 文章 */
.main .main_content .book_box{
  width: 100%;
  background: #f2f3f5;
  padding-top: 26px;
}
.main .main_content .book_list{
  width: 1240px;
  margin:  0 auto;
  padding-bottom: 20px;
}
.main .main_content .book_list>p{
  color: #333;
  font-size: 14px;
  margin-left: 20px;
  height: 22px;
  line-height: 22px;
}
.main .main_content .book_list li {
  box-shadow: 0px 1px 3px rgba(26,26,26,0.08);
  margin: 20px ;
  /* width: 100%; */
  background: #fff;
  height: 232px;
  min-height: 232px;
  border-radius:4px 0 0 4px;
}
.main .main_content .book_list li a .img_box {
  position: relative;
  width: 412px;
  height: 232px;
  float: left;
}
.main .main_content .book_list li a .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.main .main_content .book_list li a .img_box .b_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_content .book_list li a .img_box .b_mask .b_style {
  background: rgba(0,0,0,.4);
  width: 64px;
  height: 22px;
  border-radius:11px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
}
.main .main_content .book_list li .book_right {
  box-sizing: border-box;
  position: relative;  
  float: left;
  padding: 20px;
  height: 232px;
  width: 770px;
}
.main .main_content .book_list li .book_right .book_title {
  font-size: 22px;
  /* height: 64px; */
  /* line-height: 64px; */
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.main .main_content .book_list li .book_right .book_title .book_s{
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-right: 2px solid #333;
  display: inline-block;
}
.main .main_content .book_list li .book_right .book_title .book_t{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 590px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .main_content .book_list li .book_right .book_title .book_t a{
  color: #333;
}

.main .main_content .book_list li .book_right .book_script {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 0 5px;
  max-height: 120px;
}
.main .main_content .book_list li .book_right .info_book {
  position: absolute;
  bottom:20px;
  right: 20px;
}
.main .main_content .book_list li .book_right .info_book .t_book{
  font-size: 12px;
  padding-left: 18px;
  margin-right: 12px;
  color: #b8b8b8;
  background: url(../img/update_time.png) no-repeat left center;
 }
 .main .main_content .book_list li .book_right .info_book .n_book{
  font-size: 12px;
  padding-left: 24px;
  color: #b8b8b8;
  background: url(../img/num.png) no-repeat left center;
 }

/* 资料 */
.main .main_content .info_box{
  width: 100%;
  padding-top: 22px;
  padding-bottom: 50px;
  background: #f2f3f5;
}
.main .main_content .person_info{
  box-shadow: 0px 1px 3px rgba(26,26,26,0.08);
  width: 80%;
  margin:  0 auto;
  background: #fff;
}
.main .main_content .person_info .base_box{
  border-bottom: 1px solid #f2f3f5;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}


.main .main_content .person_info .base_box  .base_box_phone_img{
  margin-top: 15px;
  
}
.main .main_content .person_info .base_box  .base_box_phone_img img{
  cursor: pointer;
}
.per_key{
  width: 100px;
  float: left;
  line-height: 34px;
  color: #999;
  font-size: 14px;
}
.per_words{
  width: 75%;
  float: left;
  line-height: 34px;
  color: #666;
  font-size: 14px;
}
.main .main_content .person_info .base_box>p{
  padding-top: 25px;
  color: #333;
  font-size: 14px;
  line-height: 34px;
}
.words_img{
  margin-top: 10px;
  width: 180px;
  height: 180px;
  float:left;
}
.main .main_content .person_info .private {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.main .main_content .person_info .private p{
  margin-top: 25px;
  color: #333;
  font-size: 14px;
  line-height: 34px;
}
.main .main_content .person_info .private .production{
  margin-left: 100px;
}
.main .main_content .person_info .private .production span{
  width: auto;
  margin: 10px;
  padding: 0 10px;
  background: #f2f3f5;
  color: #666;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  float: left;
}


/* 私信 */
.letter-box{
  height:100%;
  background-color:#fff;
  border:1px solid #e6e6e6;
  padding:25px 20px
}
.letter-box .letter-title{
  color:#aca9a9;font-size:14px
}
.letter-box .letter-title a{
  color:#404040
}
.letter-box .letter{
  width:100%;
  height:235px;
  resize:none;
  border:none;
  font-size:14px;
  font-family:"微软雅黑";
  background-color:#f1f1f1;
  padding:10px;
  margin:15px 0;
  outline:0;
  display:block
}
.letter-box .letter-msg{
  height:32px;line-height:32px;color:#cfcdcd
}
.letter-box #letter-tips{
  color:#ffa200
}
.letter-box .closeBtn,.letter-box .sendBtn{
  width:68px;
  height:32px;
  border-radius:16px;
  text-align:center;
  font-size:14px;
  display:inline-block;
  float:right;
  cursor:pointer
}
.letter-box .closeBtn{
  background-color:#f1f1f1;
  color:#aca9a9
}
.letter-box .sendBtn{
  background-color:#ffa200;
  color:#fff;
  margin-left:20px
}

/* 翻页 */
.page {
  font-size: 16px;
  color: #6f6f6f;
  /* margin-top: 50px; */
  /* margin-bottom: 50px; */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  text-align: center;
  min-width: 1230px;
}
.page a{
  color: #555;
}
.page .current, .page .next, .page .num, .page .prev {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 10px;
  border-radius: 3px;
  background-color: #fff;
  font-family: Helvetica;
  height: 36px;
  line-height: 24px;
}
.page .current, .page .next:hover, .page .num:hover, .page .prev:hover {
    color: #fff;
    background-color: #ffa200;
}
.page .end, .page .first, .page .rows {
  display: none;
}
.main .main_top .user_info .info_list .iconbox{
  margin: 58px 0 0 0;
}
.main .main_top .user_info .info_list .iconbox .user_p{
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
}
.program_box {
  display: none;
  position: absolute;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 300px;
  border-radius: 4px;
  z-index: 101;
}

.private_info {
  margin: 15px 0 5px 0;
}

.item_btn {
  position: absolute;
  top: -20px;
  right: 10px;
}
.share_box .share_content {
  padding: 20px 10px !important;
}
.share_box{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 500px;
  height: 300px;
  border-radius:4px;
  z-index: 101;
}

.share_top{
  border-bottom: 1px solid rgba(244,244,244,1);
  padding: 20px 0 15px 0;
}
.share_top p{
  font-size:14px;
  font-weight:400;
  color:rgba(51,51,51,1);
  margin-left: 30px;
}
.share_top img{
  margin-right: 15px;
}

.share_content{
  padding: 20px 10px;
}
.share_content .qr_box {

  width: 240px;
}
.share_content .qr_box .qr_code{
  width: 185px;
  height: 185px;
}
.share_content .qr_box .qr_code img{
  width: 185px;
  height: 185px;
}
.share_content .qr_box p{
  font-size:14px;
  font-weight:300;
  color:rgba(51,51,51,1);
}
.share_content .share_boxs {
  border-left: 1px solid rgba(244,244,244,1);
  /* padding-left: .3rem; */
  width: 240px;
}
.share_content .share_boxs .bdsharebuttonbox{
  width: 200px;
  height: 185px;

}
.share_content .share_boxs>p{
  font-size:14px;
  font-weight:300;
  color:rgba(51,51,51,1);
  margin-top: 16px;
}



.bdshare-button-style0-16 a{
  background-image: none;
  background-position: 0 0 !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 !important;
  background-size: 100% 100% !important;
}
.bdshare-button-style0-16 .bds_sqq{
  background: url(../../../../User/company/img/qq.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_qzone{
  background:url(../../../../User/company/img/qq_zone.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_tsina{
  background: url(../../../../User/company/img/sina.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_weixin{
  background: url(../../../../User/company/img/weixin.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_sqq:hover{
  background: url(../../../../User/company/img/zt_icon_share_qq_h.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_qzone:hover{
  background:url(../../../../User/company/img/zt_icon_share_kj_h.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_tsina:hover{
  background: url(../../../../User/company/img/zt_icon_share_wb_h.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_weixin:hover{
  background: url(../../../../User/company/img/zt_icon_share_wx_h.png) no-repeat 0 0;
}

.bdshare-button-style0-16 .bd_qq{
  background: url(../../../../User/company/img/company_qq.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bd_zone{
  background:url(../../../../User/company/img/company_zone.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bd_sina{
  background: url(../../../../User/company/img/company_sina.png) no-repeat 0 0;
}

#bdshare_weixin_qrcode_dialog_bg{
  z-index: -1 !important;
}
#bdshare_weixin_qrcode_dialog{
  opacity: 0;
  z-index: -1 !important;
}

.justifyAround {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.items input{
  outline: none;
}
.items_edit{
  position: absolute;
  top: 0;
  left: 100%;margin-left: .1rem;
}
.bg_mask {
  background: rgba(0,0,0,.3);
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.bf {
  background: #fff;
}
.flex {
  display: -webkit-flex !important;
  display: flex !important;
}
.flexColumn {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justifyStart {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.itemsCenter {
  -webkit-align-items: center;
  align-items: center;
}
.pointer{
  cursor: pointer;
}
.none {
  display: none;
}
.nones {
    display: none !important;
}
