/*---------------------
*created by nelsalee
*date:2017-11-13
*/
/* ljt */
.hc-empty{
    text-align: center;
}
.empty{
text-align: center;
}
.empty img{
    width: 180px;
}
.empty-text{
    font-size: 16px;
color: #818894;
margin-top: -50px;
}
.plr-20{
    padding-left: 20px;
    padding-right: 20px;
}
.bd-b-s1{
    border-bottom: 1px solid #f0f0f0;
}
.flex_ {
    display: -webkit-flex ;
    display: flex ;
}

.flex {
    display: -webkit-flex;
    display: flex ;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-none {
    flex: none;
}

.flex-l {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-r {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-t {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-b {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-c {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-a-c {
    -webkit-align-items: center;
    align-items: center;
}

.flex-colum {
    flex-direction: column;
}

.flex-type7 {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f-r {
    float: right;
}

.f-l {
    float: left;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.txt-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*省略号*/
    -webkit-line-clamp: 2;
    /*几行省略就几*/
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
}
.txt-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    /*省略号*/
    -webkit-line-clamp: 1;
    /*几行省略就几*/
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
}

/*  */
.nav:after,
.loginbar:after,
.footer .footerA:after,
.footerB:after,
.footer ul:after,
.footerC:after,
.msgList li:after,
.detail:after,
.artList dd:after,
.writerList dd:after,
.tagBox:after,
.searchbar:after,
.top:after,
.treeLeaf dl:after,
.writerList dd:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

::-moz-placeholder {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

.loginModal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 0%, 0.7);
    text-align: center;
}



.header {
    width: 100%;
    height: 62px;
    display: block;
    border-bottom: 4px solid #f0f0f0;
    box-shadow: 0 1px 2px hsla(0, 0%, 60%, .05);
    position: fixed;
    top: 0px;
    background: #fbfbfb;
    z-index: 20;
}

:root .gradient {
    filter: none;
}

.hcLogo {
    width: 191px;
    margin-right: 43px;
}

.hcLogoBox em {
    height: 26px;
    width: 1px;
    background-color: #cccccc;
    display: block;
    position: absolute;
    left: 105px;
    top: 20px;
}

.hcLogoBox span {
    font-size: 12px;
    color: #888;
    position: absolute;
    left: 116px;
    top: 25px;
    letter-spacing: 3px;
    font-weight: 600;
}
/* 2.2.3 */
.headerCon {
    max-width: 1200px;
    height: 62px;
    margin: 0 auto;
    position: relative;

    box-sizing: border-box;
    /* text-align: center; */

}

.nav {
    display: inline-block;
    /*margin-left: 118px;*/
    /*margin-left: 257px;*/
}

.nav li {
    height: 62px;
    line-height: 62px;
    float: left;
    padding: 0 15px;
}

.nav li:hover>a {
    color: #ff0000;
}

.nav li a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.nav li:hover>a .up-btn{
    display: block;
    
}
.nav li:hover>a .down-btn{
    display: none;
}
.nav li a .btn{
    width: 10px;
    margin-left: 4px;
}
.nav li a .up-btn{
    display: none;

}
/* 更多 */
.nav li .more-select{
    position: absolute;
    width: 148px;
    padding: 24px;
    left: -30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 0px rgba(204,204,204,0.14);
    border-radius: 6px 6px 6px 6px;
    display: none;
}
.nav li .more-select .item{
    text-align: center;
    height:24px ;
    line-height: 24px;
    margin-bottom: 24px;
}
.nav li .more-select .item:hover a{
    color: #ff0000;
}
.nav li .more-select .item:last-child{
    margin-bottom: 0;
}
.nav li:hover> .more-select{
display: block;
}
.nav .tapOn {
    /* border-bottom: 3px solid #ff0000; */
}

.nav .tapOn>a {
    color: #ff0000;
    font-weight: 700;
}

.nav .treeNodeOff,
.nav .aboutMe {
    padding: 0 30px;
    background: url(../images/treeoff.png) no-repeat 82% center;
    position: relative;
}

.nav .treeNodeOn {
    padding: 0 30px;
    background: url(../images/treeon.png) no-repeat 82% center;
    border-bottom: 3px solid #ff0000;
}


.nav .treeNodeOff:hover,
.nav .aboutMe:hover {
    background: url(../images/treeon.png) no-repeat 82% center;
}

.nav .treeNodeOff:hover .treeLeaf {
    display: block;
}

.treeLeaf {
    display: none;
    background: #fff;
}

.tree {
    position: relative;
}

.tree .treeLeaf {
    width: 560px;
    display: none;
    padding: 10px 0 10px 27px;
    position: absolute;
    left: -230px;
    top: 62px;
    overflow: hidden;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
}

/*  */
.aboutHc .treeLeaf {
    width: 118px;
    height: 161px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 4px 4px;
    display: none;
    position: absolute;
    top: 62px;
    left: 10px;
    overflow: hidden;

}

.aboutHc .treeLeaf li {
    height: 53px;
    line-height: 53px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    padding: 0;
    color: #333333;
}

.aboutHc .treeLeaf li a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
}

.aboutHc .treeLeaf li {}

/*  */
.treeLeaf dl {
    width: 600px;
    margin-top: 6px;
}

.treeLeaf dd {
    min-width: 90px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 6px 57px 5px 0;
    position: relative;
    text-align: left;
}

.treeLeaf dd a {
    font-size: 14px;
}

.treeLeaf dd a:hover {
    color: #ff0000
}

.leafOn span {
    color: #ff0000;
    font-weight: 700;
}

.treeLeaf dd span {
    position: relative;
    top: -10px;
}

.loginbar {
    display: inline-block;
    right: 0;
    top: 18px;
}

.searchBtn {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/search.png);
    background-size: 100%;
    float: left;
    cursor: pointer;
}

.tougao {
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 13px;
    display: inline-block;
    float: left;
    cursor: pointer;
    /*display: none;*/
}

.login {
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 13px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff4444, endColorstr=#ffff4444);
    background: #ff4444;
    color: #fff;
    border-radius: 13px;
    border: 1px solid #ff0000;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-left: 24px;
}

.user {
    width: 60px;
    height: 44px;
    position: relative;
    float: left;
    text-align: right;
    margin-top: -2px;
}

.user:hover .userBox {
    display: block;
}

.userlist {
    padding: 26px 0px 0 0;
}

.userlist img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.userBox {
    width: 180px;
    position: absolute;
    right: 0;
    top: 44px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    color: #444;
    z-index: 14;
    display: none;
}

.userBox section {
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
}

.userBox section a {
    color: #333;
    font-size: 14px;
    width: 152px;
    display: inline-block;
}

.worksManange {
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}

.worksManange:hover {
    background: #f0f0f0;
}

.worksManange a {
    display: inline-block;
    width: 152px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.searchbar {
    width: 540px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.search-ipt {
    display: inline-block;
    background: url(../images/search.png) center 22px no-repeat;
    background-size: 87%;
    width: 30px;
    height: 56px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    background-color: linear-gradient(to bottom, #f7f7f7 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=0);
}

.searchbar input {
    width: 470px;
    height: 56px;
    color: #333;
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 40px;
    border: 0;
    outline: 0;
    background: linear-gradient(to bottom, #f7f7f7 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=0);
}

.search-cancel {
    display: inline-block;
    background: url(../images/close.png) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 21px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
}

.search-content {
    width: 540px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    color: #444;
    position: absolute;
    top: 63px;
    overflow: hidden;
    text-align: left;
}

.search-title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    color: #bbb;
}

.hot-list {
    height: 40px;
    line-height: 40px;
}

.hot-list:hover {
    background: #f0f0f0;
}

.hot-list a {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}




.content {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 70px 0 0;
}

.top {
    margin-top: 20px;
}

.left {
    width: 821px;
    margin-right: 28px;
    float: left;
}
/* 文章：首页-最近文章 */
.msgList li {
    padding: 0 20px;
}
.msgList li >div{
    padding: 20px 0;
    overflow: hidden;
       /* height: 194px; */
    box-sizing: border-box;
}

.msgList li:hover {
    background: #F6F7FA;
}

.msgList li .thumbnail {
    overflow: hidden;
   width: 232px;
height: 145px;
    display: inline-block;
    float: left;
    border-radius: 6px;
}

.msgList li img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.descBox {
    width: 65%;
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
}

.descBox h3 {
    width: 100%;
    /* height: 60px; */
    font-size: 20px;
    color: #000;
    text-align: justify;
}

.descBox h3:hover {
    color: #ff0000;
}

.descBox h3 a:hover {
    color: #ff0000;
}

.descBox .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    /* margin-top: 16px; */
    font-weight: 400;
    font-size: 17px;
    color: #999999;
}

.descBox .desc em {
    /* width: 63px; ljt*/
    height: 20px;
    display: inline-block;
    background: url(../images/ellipsis_bg2.png) repeat-y;
    position: absolute;
    bottom: 0;
    right: 40%;
}

/* .descBox .desc:after {
    width: 40%;
    height: 19px;
    content: "";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 0px;
    background: #fff;
} */

.descBox .detail {
    width: 100%;
    font-size: 14px;
    color: #bbb;
    /* margin-top: 24px; */
    /* position: absolute; */
    /* bottom: 4px; */
}

.descBox a:hover {
    color: #ff0000;
}

.detail em {
    padding-left: 24px;
    background: url(../images/read.png) no-repeat 2px;
    margin-left: 24px;
}

.tag {
    float: right;
}

.tag a:hover {
    color: #ff0000;
}

.tag a {
    color: #bbb;
    font-size: 13px;

    /* ljt */
    max-width: 64px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

@media screen and (max-width: 1300px) {
    .tag a {
        max-width: 55px;
    }
}


.stag {
    margin-left: 20px;
}

.getMore {
    margin-top: 40px;
    padding-bottom: 61px;
    text-align: center;
}

.getMore a {
    height: 46px;
   width: 311px;
   line-height: 37px;
height: 37px;
border-radius: 20px 20px 20px 20px;
border: 1px solid #999999;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
font-size: 16px;
color: #272727;
}

.getMore a:hover,
.loadTalk a:hover,
.eventLoad a:hover,
.loadWriter a:hover,
.loadRange a:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}



.right {
    width: 351px;
    display: inline-block;
    float: left;
}

.TalkBox {
    background: #fbfbfb;
    border-top: 3px solid #ff0000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.gaoduan,
.title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dashed #e6e6e6;
}

.covList li {
    height: 60px;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.covList li:last-of-type {
    border-bottom: none;
}

.covList .covImg {
    width: 106px;
    height: 62px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.covList .covImg:hover .talkHover {
    opacity: 1
}

.covList .talkHover {
    width: 100%;
    height: 62px;
    opacity: 0;
    background: url(../images/play.png) center no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 5;
    border-radius: 6px;
    transition: .25s;
}

.covList .covImg img {
    width: 106px;
    height: 62px;
    border-radius: 6px;
    -webkit-transition: -webkit-transform 1.5s ease 0s;
    transition: transform 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.covList .detail {
    width: 60%;
    height: 39px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    margin-top: -1px;
}

.covList .date {
    color: #bbb;
    font-size: 14px;
    margin-top: 4px;
}

.covList .detail a:hover {
    color: #ff0000
}

.loadWriter,
.loadTalk {
    text-align: center;
    padding-bottom: 40px;
}

.loadRange {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
}

.loadTalk .load,
.eventLoad .load,
.loadWriter .load {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 13px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: inline-block;
}

.loadRange .load {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 30px;
    display: inline-block;
}

.wechat {
    
    margin-bottom: 24PX;
}

.wechat img {
    width: 100%;
}


.section {
    background: #fbfbfb;
    margin-top: 20px;
    border-top: 3px solid #ff0000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.artList {
    padding: 0 20px ;
}
.popularPost,.writerBox{
    margin-bottom: 24px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;

}
.popularPost .artop {
    margin-bottom: 30px;
}
.popularPost-title{
    padding: 24px 20px 18px;

}
.popularPost-title-text{
    font-weight: 600;
font-size: 22px;
color: #272727;
}
.popularPost-more-text{
    font-size: 16px;
color: #999999;
}
.artList dd {
    padding-bottom: 20px;
}

.writerList dd,
.tagBox {
    padding: 20px 20px 16px;
}
.writerList dd:nth-child(1){
    padding-top: 0;
}
.writerList dd:last-child{
    padding-bottom: 24px;
}

.popularPost .artList .artop .thumb {
    width: 106px;
    height: 62px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.popularPost .artList .artop .thumb .artNo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border-top-left-radius: 6px;
}

.popularPost .artList .artop .thumb img {
    width: 106px;
    height: 62px;
    border-radius: 6px;
}

.popularPost .artList .artop .detail {
    width: 60%;
    height: 40px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    margin-top: .5em;
}
/* 右侧的查看更多 */
.popularPost-more-text:hover{
    color: #E60012;
}
.popularPost-more-text .active,
.popularPost-more-text:hover .normal{
    display: none;
}
.popularPost-more-text:hover .active{
    display: block;
}
/*  */
.artList dd .detail {
    height: 20px;
    font-size: 17px;
    display: inline-block;
    float: left;
    color: #272727;
    overflow: hidden;
}

.artList dd em {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    background: #999999;
    color: #fff;
    float: left;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
}

.artList dd .emBg {
    /* background: #FF0000; */
    background: #999999;
}
.artList dd:nth-child(-n+3) .emBg {
    background: #FF0000;

}

.artList dd .detail {
    /* width: 19.5em; */
    display: inline-block;
    float: left;
}


.writerList .thumb {
    float: left;
    margin-right: 3%;
    position: relative;
}

.writerList .thumb img {
    width: 87px;
    height: 87px;
    border-radius: 100%;
}

.writerList .author {
    width: 211px;
    font-size: 20px;
color: #272727;
    float: left;
}

.writerList dd .detail {
    width: 211px;
    /* height: 40px; */
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 17px;
    color: #999;
    float: left;
}

.writerList dd .detail a {
    color: #999
}


.tagBox dd {
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 25px;
    border: 1px solid #808080;
    margin: 0 10px 10px 0;
}

.tagBox dd a {
    color: #999;
}

.tagBox dd:hover {
    border: 1px solid #ff0000;
}

.tagBox dd:hover a {
    color: #ff0000;
}

/* 底部 */

.footer_about_title a{
    width: 84px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.footer_about_group b a,
.footer_about_group b a:link {
    color: #bbb;
    text-decoration: none;
}

.footer_about_group b a:hover {
    color: #fff;
}

/*  */

.footer {
    padding: 50px 0;
    background: #333;
    display: block;
}

.footer_main {
    width: 1200px;
    margin: 0 auto;
}

.footer .content {
    padding-top: 0;
}

.footer .footerA {
    padding-bottom: 20px;
    /*border-bottom: 1px solid #4d4d4d;*/
}

.footerB .top_t {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    padding-bottom: 20px;

}

.footer .floorAL span {
    margin-right: 40px;
}

.footer .floorAL a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}


.contactBox {}

.contactA {
    margin-right: 66px;
}

.contactA,
.contactB {
    display: inline-block;
    color: #bbb;
}


.contactA b,
.contactB b {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px
}

.contactA label,
.contactB label,
.contactA span,
.contactB span {
    width: 4em;
    font-size: 14px;
    line-height: 24px;
}

.w2 {
    letter-spacing: 2em;
    margin-right: -2em;
}

.qrcode {}

.floorA {
    display: inline-block;
}

.floorAR {
    width: 86px;
    float: left;
    margin-right: 60px;
    white-space: nowrap;
}

.floorAR:last-child {
    margin-right: 0;
}

.floorAR p {
    display: inline-block;
    color: #bbb;
    font-size: 14px;
    position: relative;
    top: -4px;
}

.floorAR img {
    width: 86px;
    margin-bottom: 9px;
}


.record a:hover {
    color: #fff;
}

.footerC {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.tips {
    padding-top: 14px;
    padding-bottom: 34px;
}

.footerC img {
    float: left;
}

.login,
.user,
#lately-title,
#lately-keyword {
    display: none;
}

.record {
    float: left;
    display: inline-block;
}

.record a {
    color: #666;
    font-size: 14px;
}

.netrec {
    padding-left: 25px;
    background: url(../images/police.png) no-repeat 0 0;
    background-size: 8%;
    display: inline-block;
    margin-left: 20px;
}


.headerTx {
    display: none;
}

#wxlogin {
    width: 410px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background: white;
    padding-top: 40px;
    height: 450px;
    margin: -245px 0 0 -205px;
    border-radius: 6px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

#loginimg {
    position: fixed;
    top: 14px;
    left: 29px;
    z-index: 1001;
}

#slogan {
    position: relative;
    text-align: center;
    z-index: 1001;
    width: 100%;
    display: inline-block;
    margin-top: 550px;
}

.loginClose {
    position: fixed;
    display: block;
    z-index: 1001;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 1001;
    margin: -235px 0 0 170px;
}

.headerTx {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}


.msgList .thumbnail:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 6px;
    position: static;
}


.fixedBox  , .fixedbox-hc-guanwang{
    width: 32px;
    position: fixed;
    left: 50%;
    bottom: 10%;
    z-index: 20px;
    margin-left: 620px;
}
.index-fixedBox{
    visibility: hidden;

}

.top-active{
    display: none;
}
.fixedBox:hover .top-active{
    display: block;
}
.fixedBox:hover .top-not-active{
    display: none;
}
.qq {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/qq.png) center #bbb;
    cursor: pointer;
    border-radius: 6px;
}

.qq:hover {
    background: url(../images/qq.png) center #999;
}

.totop {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/retop.png) center #bbb;
    margin-top: 8px;
    cursor: pointer;
    border-radius: 6px;
}

.totop:hover {
    background: url(../images/retop.png) center #999;
}
/* 活动的固定标,
需要的页面再显示 */
.fixedbox-hc-guanwang{
    display: none;
}
.fixed-ul {
    width: 54px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(195, 195, 195, 0.2);
    border-radius: 5px 5px 5px 5px;
    font-family: PingFang SC, PingFang SC;
}

.fixed-ul .fixed-li {
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
    position: relative;
}

.fixed-ul .fixed-li:last-child {
    border-bottom: none;
}

.fixed-ul .fixed-li .w-img {
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}

.fixed-ul .fixed-li .to-top-img {
    width: 24px;
    height: 24px;
}

.fixed-ul .fixed-li .w-text {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    line-height: 16px;
}

/* 微信和手机鼠标移入时，信息悬浮框 */
.fixed-li .hover-info-box {
    position: absolute;
    left: -130px;
    /* 10+120 */
    top: 0;
    width: 120px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(195, 195, 195, 0.2);
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
    display: none;
}

.fixed-li .add-weChat {
    height: 140px;
    text-align: center;
    padding: 4px 5px 8px;
    box-sizing: border-box;
}

.fixed-li .add-weChat img {
    width: 110px;
    height: 110px;
}

.fixed-li .add-weChat .text-weChat {
    font-size: 14px;
    color: #333333;
    line-height: 14px;
}

.fixed-li .add-phone {
    height: 72px;
    padding: 18px 7px;
    box-sizing: border-box;
}

.fixed-li .add-phone .hc-guanwang-phone {
    font-size: 14px;
    color: #E50012;
    line-height: 14px;
    margin-bottom: 7px;
}

.fixed-li .add-phone .text-phone {
    font-size: 14px;
    color: #797979;
    line-height: 14px;
}


.sel-wechat,
.sel-phone,
.sel-zhiding {
    display: none;
}

.fixed-ul .fixed-li-weChat:hover .nor-wechat {
    display: none;
}

.fixed-ul .fixed-li-weChat:hover .sel-wechat {
    display: block;
}

.fixed-ul .fixed-li-weChat:hover .add-weChat {
    display: block;
}

.fixed-ul .fixed-li-phone:hover .nor-phone {
    display: none;
}

.fixed-ul .fixed-li-phone:hover .sel-phone {
    display: block;
}

.fixed-ul .fixed-li-phone:hover .add-phone {
    display: block;
}

.fixed-ul .fixed-li-zhiding:hover .nor-zhiding {
    display: none;
}

.fixed-ul .fixed-li-zhiding:hover .sel-zhiding {
    display: block;
}

.fixed-ul .fixed-li-weChat:hover .w-text,
.fixed-ul .fixed-li-phone:hover .w-text,
.fixed-ul .fixed-li-zhiding:hover .w-text {
    color: #E60012;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



.notifyModal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    text-align: center;
}

.notifyModalert {
    width: 258px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -115px 0 0 -70px;
    text-align: center;
    padding-bottom: 16px;
}

.notifyModalert img {
    height: 43px;
    margin-top: 16px;
}

.notifyModalert h2 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.notifyModalert h4 {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.iKnow {
    width: 118px;
    border-radius: 20px;
    font-size: 14px;
    color: #FF0000;
    text-align: center;
    height: 38px;
    line-height: 40px;
    margin: 20px auto;
    border: 1px solid #FF0000;
    cursor: pointer;
    display: block;
}


.logInModal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    text-align: center;
}

.logInModalert {
    width: 340px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -115px 0 0 -170px;
    text-align: center;
}

.logInModalert img {
    height: 43px;
    margin-top: 16px;
}

.logInModalert h2 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.logInModalert h4 {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.toOn {
    font-size: 0;
}

.toLogin,
.laterOn {
    width: 118px;
    border-radius: 20px;
    font-size: 14px;
    color: #FF0000;
    text-align: center;
    height: 38px;
    line-height: 40px;
    margin: 20px auto;
    border: 1px solid #FF0000;
    cursor: pointer;
    display: inline-block;
}

.laterOn {
    border: 1px solid #cccccc;
    color: #999999;
    margin-left: 20px;
}

.aboutCoopBg {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    display: block;
    position: fixed;
    z-index: 50;
    display: none;
    top: 0;
}

.about_coop {
    position: fixed;
    top: 50%;
    z-index: 51;
    left: 50%;
    margin-left: -131px;
    margin-top: -250px;
}

.about_coop img {
    width: 100%;
}

.about_coop p {
    width: 200px;
    line-height: 28px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}

.coop_who {
    position: absolute;
    top: 240px;
    left: 65px;
}

.coop_phone {
    position: absolute;
    top: 276px;
    left: 65px;
}

.coop_QQ {
    position: absolute;
    top: 311px;
    left: 65px;
    opacity: 0;
}

.cjgb {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 16px;
    background: url(../images/gb.png) no-repeat;
    cursor: pointer;
}

.cjm {
    position: fixed;
    top: 50%;
    z-index: 51;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cjm img {
    width: 100%;
}

.footerC a {
    cursor: pointer;
}

.nav .zhuanti {
    padding: 0 30px;
    background: url(../images/treeoff.png) no-repeat 78% center;
    position: relative;
}

.nav .zhuanti:hover {
    background: url(../images/treeon.png) no-repeat 78% center;
}

.ztLeaf {
    display: none;
    position: fixed;
    left: 0;
    top: 62px;
    overflow: hidden;
    background-color: white;
    width: 100%;
    line-height: initial;
    padding: 30px 0 29px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    text-align: center;
}

.ztLeaf em {
    background-color: #F0F0F0;
    height: 64px;
    width: 1px;
    position: absolute;
    top: 40px;
    left: 50%;
}

.ztLeaf .ztLeafItem {
    display: inline-block;
    text-align: center;
    font-size: 0;
    line-height: initial;
    width: 200px;
}

.ztLeaf .ztLeafItem a {
    font-size: 0;
    line-height: initial;
    display: inline-block;
}

.ztLeaf .ztLeafItem p {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    display: block;
    margin-top: 9px;
}

.ztLeaf .ztLeafItem span {
    font-size: 13px;
    color: #666;
    line-height: 13px;
    display: block;
    margin-top: 10px;
}

.zhuanti:hover .ztLeaf {
    display: block;
}

.ztLeaf_hd:hover p,
.ztLeaf_zt:hover p {
    color: #FF0000;
}

.ztLeaf_hd {
    /*margin-left: 36rem;*/
}

.tougaoBg {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
}

.tougaoBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tougaoBox img {
    display: block;
}

.tgclose {
    position: absolute;
    right: 22px;
    top: 18px;
    cursor: pointer;
}

.lxdh {
    position: absolute;
    top: 282px;
    left: 66px;
    width: 100%;
}

.lxdh em {
    position: absolute;
}

.lxdh i {
    opacity: 0;
}

.lxdh p {
    position: absolute;
}

.lxdh p:nth-of-type(1) {
    top: -15px;
}

.lxdh p:nth-of-type(2) {
    top: 3px;
}
