@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  /* moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none; */
  font-family:  "PingFangSC-Regular","PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", tahoma, Arial, "\5B8B\4F53", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

button,i{
  cursor: pointer;
}

/* 头部导航 begin */
#header {
  width: 100%;
  background: #131417;
  position: fixed;
  z-index: 9999;
}

#header_container {
  width:1200px;
  height: 55px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#header_container > img {
  width: 137px;
  height: 31px;
}

.nav_link {
  padding: 0;
  display: flex;
  margin-left: 50px;
}

.nav_link >li{
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px solid black;
}

.nav_link >li:hover{
  background: #292929;
  border-bottom: 2px solid  #0454F6;
}

.nav_link >li:hover >.link-more{
   display: block;
}

.nav_link >.active {
  background: #292929;
  border-bottom: 2px solid  #0454F6;
}

.nav_link >li > a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

.link-more{
  width: 100%;
  background: #292929;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
}

.link-more li{
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.link-more li:hover a{
  color: #0454F6;
}
.link-more .active a{
  color: #0454F6;
}

.link-more li:hover a{
  color: #0454F6;
}

.link-more li a{
  font-size: 12px;
  color: #FFFFFF;
}


.hd-search{
  width: 264px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hd-search button{
  width: 70px;
  height: 30px;
  background: #F3F3F3;
  border-radius: 3px 0px 0px 3px;
  border: 0;
  font-size: 14px;
  color: #333333;
}

.hd-search input{
  width: calc(100% - 100px);
  height: 28px;
  border: 0;
  box-sizing: border-box;
  padding:0 10px;
}

.hd-search i{
  font-size: 20px;
}


.user-login {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0;
  white-space: nowrap;
}

.user-log {
  font-size: 14px;
  margin-left: 55px;
  color: white;
}
.user-log span{
  margin: 0 5px;
}
.user-log a {
  color: #FFFFFF;
  text-decoration: none;
}

.user-log .hd-register{
  display: inline-block;
  width: 62px;
  height: 25px;
  background: #0454F6;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
  border-radius: 3px;
  text-align: center;
  line-height: 25px;
  color: white;
}


.user-message{
  height: 50px;
  margin: 0 0 0 30px;
  position: relative;
}

.user-message:hover{
  background: #292929;
  border-bottom: 2px solid  #0454F6;
}

.user-message:hover .message-user{
  display: block;
}

.message-icon{
 height: 50px;
 width: 50px;
 text-align: center;
 line-height: 50px;
 position: relative;
}

.message-icon i{
  color: white;
  font-size: 20px;
}

.message-icon p{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0454F6;
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
}


.user-phote{
  width:50px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.user-phote:hover{
  background: #292929;
  border-bottom: 2px solid  #0454F6;
}

.user-phote:hover .user-more{
  display: block;
}

.user-phote img{
   width: 30px;
   height: 30px;
   border-radius: 50%;
}

.user-more{
  width: 100px;
  height: 120px;
  display: none;
  background: #292929;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
  position: absolute;
  top: 55px;
  right: 0;
}


.user-more p{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #999999;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #666666;
}

.user-more ul{
  padding-left: 10px;
}

.user-more ul li{
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.user-more ul li a{
  color: #FFFFFF;
}

.user-more ul li a:hover{
  color: #0454F6;
}




.message-user{
  width: 228px;
  height: 250px;
  background: #292929;
  position: absolute;
  right: 0;
  top: 53px;
  display: none;
}


.message-head{
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  border-bottom: 1px solid #666666;
  cursor: pointer;
}

.message-container{
  width: 100%;
  height: calc(100% - 70px);
  overflow:hidden;
  position: relative;
}

.mess-item{
  height: 60px;
  border-bottom: 1px solid #333333;
  font-size: 12px;
  color: #CCCCCC;
  letter-spacing: 0;
  line-height: 25px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  padding:  5px 10px;
  cursor: pointer;
}

.mess-item a{
  color: #CCCCCC;
}

.message-footer{
   width: 100%;
   height: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 12px;
   color: #CCCCCC;
   border-top: 1px solid #666666;
   cursor: pointer;
}

.message-footer a{
  color: #CCCCCC;
}

/**
 * 尾部样式begin
 */
#footer {
  width:100%;
  min-width: 1200px;
  background: #2E2E2E;
  padding: 40px 0 30px 0;
}

.footer-container {
  width: 850px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
  padding: 0 10px;
}

.footer-infor{
  width: 100%;
  display: flex;
  padding-bottom:33px ;
}

.footer-infor li{
  margin-right: 50px;
  cursor: pointer;
}

.footer-infor a{
  font-size: 18px;
  color: #666666;
}


.ft-relation{
  display: flex;
}

.ft-relation i{
  font-size: 30px;
}

.ft-relation li{
  margin-left: 30px;
}

.ft-relation a{
  color: #666666;
}

.relation-weixin{
  position: relative;
}

.relation-qq:hover a{
   color: #328DD8;
}

.relation-weixin:hover a{
  color: #58BC46;
}

.relation-weibo:hover a{
  color: #EA3732; 
}

.relation-weixin:hover .weixin-code{
  display: block;
}

.weixin-code{
  width: 110px;
  height: 110px;
  background: #FFFFFF;
  border-radius: 2px;
  border:1px solid #999999;
  position: absolute;
  top: -120px;
  left: -40px;
  display: none;
}

.weixin-code img{
  width: 110px;
  height: 110px;
}

.company-infor{
  width: 860px;
  margin: 0 auto;
  margin-top: 20px;
}

.company-infor ul{
  display: flex;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

.company-infor ul li{
  margin-right: 50px;
  cursor: pointer;
}

.company-infor ul li:nth-of-type(3){
  margin-right: 0;
}
.copyright{
  width: 404px;
  display: flex;
  justify-content: space-between;
}

.copyright a{
  color: #666666;
}

/**
 * 尾部样式end
 */




/*
 * 分页页数按钮样式
 */

.page_div a {
  width: 30px;
  height: 30px;
  border: 1px solid #E2E2E2;
  margin: 0 5px;
  cursor: pointer;
  line-height: 30px;
  font-size: 13px;
  display: inline-block;
  font-size: 14px;
  color: #999999;
  text-align: center;
  border-radius: 2px;
  background: #fff;
}

#firstPage,
#lastPage {
  width: 50px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

#prePage,
#nextPage {
  width: 58px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
}

.page_div .current {
  background: #0454F6;
  border-color: #0073A9;
  color: #FFFFFF;
}

/*.totalPages {
  margin: 0 5px;
  font-size: 12px;
  color: #AEAEAE;
}

.totalPages span,
.totalSize span {
  margin: 0 3px;
}*/


/**
 * 时间组件样式 公共样式
 */
.input-append {
  position: relative;
  width: 172px;
  height: 28px;
  border: 1px solid #52B6FF;
  border-radius: 5px;
}

.input-append > input {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 4;
  background: transparent;
}

.input-append .calendar {
  position: absolute;
  top: 5px;
  right: 40px;
  z-index: 3;
}

.input-append .close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 5;
}

.active {
  color: #2EA7FF;
}

.day {
  margin: 0 5px;
  text-align: center;
}

.hour_am {
  display: inline-block;
  width: 60px;
}





/* 暂无数据 公共样式*/
.NODATA {
 width: 100%;
 display: none;
}
.NODATA >div{
 width:100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center; 
 margin: 50px 0;
 color: #666666;
}
.NODATA p{
  margin-top: 20px;
}
.NODATA img{
  width:90px;
 margin-right: 30px;
}
/*# sourceMappingURL=header.css.map */
