body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
h1,h2,h3,h4,h5,h6{
    font-size: 16px;
    font-weight: normal;
}
body{font-family:"microsoft yahei","SimSun","宋体","Arial Narrow";}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
a{text-decoration:none;color:#333}
a:hover{
    color:#d61725;
}
i{
    font-style: normal;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.flex-row-space_between-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex-row-space_around-center{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-row-start-center{
    display: flex;
    justify-content:start;
    align-items: center;
    flex-wrap: wrap;
}
.flex-row-space_between-start{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
.flex-row-end-center{
    display: flex;
    justify-content:flex-end;
    align-items: center;
}
.flex-column-center-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.f14{
    font-size: 14px;
}
.c777{
    color:#777
}
.c-link{
    color: #5079b7;
    font-size: 14px;
}
.c-link:hover{
    color: #3564aa;
}
.c-word{
    color: #1441a5;
}
.c-ppt{
    color: #95302e;
}

body{
    background-color: #f9fafd;
    max-width: 1920px;
    margin: 0 auto;
}
.head{
    width: 100%;
    background-color: #fff;
    /*padding-top: 30px;*/
}
.head-hy{
    background-color: #f1f1f1;
}
.head-hy-link{
    line-height: 36px;
    color: #777;
}
.head-hy-link a{
    margin-left: 10px;
    color:#777;
}
.head-hy-link a:hover span,.head-hy-link a:hover h4{
    color:#d61725;
}
.head-hy-link span{
    margin-right: 7px;
}
.nav>div{
    height: 65px;
}
.nav-con{
    margin-left: 150px;
}
.nav-con>a,.nav-con>div{
    margin:0 20px;
    font-size: 16px;
    height: 65px;
    box-sizing: border-box;
    line-height: 65px;
    border-bottom: 2px solid #fff;
}
.nav-con>div span{
    color: #c6c6c6;
    font-size: 20px;
}
.nav-con>div{
    position: relative;
    margin-right:45px;
    cursor: pointer;
}
.nav-con>div span{
    position: absolute;
    right: -30px;
}
.nav-con>a:hover,.nav-con>div:hover{
    color: #d61725;
    border-bottom: 2px solid #d61725;
}
.nav-con>div:hover .zx-cate{
    display: block;
}
.zx-cate{
    position: absolute;
    top: 65px;
    left: -28px;
    width: 100px;
    background-color:#f1f1f1;
    padding: 10px 0;
    display: none;
}
.zx-cate a{
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.nav-r a span{
    margin-right: 8px;
}
.nav-r a:nth-child(2),.nav-r a:nth-child(3){
    margin-left: 30px;
}
.banner{
    width: 100%;
    height: 200px;
    background: url(../images/images/banner.jpg) center no-repeat;
}
.banner h3{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}
.banner h4{
    font-size: 16px;
    /*font-weight: 700;*/
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    margin-top: 15px;
}
.main{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    /*padding-bottom:102px;*/
}
.main-l{
    width: 820px;
}
.main-r{
    width: 350px;
}
.serch{
    background-color: #fff;
    padding: 15px 70px;
}
.serch-box{
    border: 2px solid #d61725;
}
.serch-box button{
    width: 100px;
    height: 40px;
    background-color:#d61725;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.serch-box .input{
    width: 575px;
    height: 40px;
    position: relative;
}
.serch-box .input input{
    border: none;
    outline: none;
    line-height: 38px;
    height: 38px;
    padding-left: 36px;
    width: 575px;
    box-sizing: border-box;
}
.serch-box .input span{
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 16px;
    line-height: 38px;
    color: #c9c9c9;
}
.recomment{
    margin-top: 10px;
}
.recomment a{
    color: #c9c9c9;
    font-size: 14px;
    margin-right: 10px;
}
.recomment a:hover{
    color: #d61725;
}
.project{
    margin-top: 20px;
}
.project a h3{
    color: #333;
    margin-top: 10px;
}
.dynamic-tab{
    position: relative;
    background-color: #fff;
    margin-top: 35px;
    margin-bottom: 1px;
    padding: 0 70px;
    height: 40px;
    position: relative;
    z-index: 999;
    transition: all .3s;
    /* box-shadow: 0 -10px 0 10px #f9fafd; */

}
.dynamic-tab::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 10px;
    background-color:#f9fafd;
    top: -20px;
    left: 0;
    box-shadow: 0 -10px 0 10px #f9fafd;
}
.dynamic-tab a{
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
}
.dynamic-tab-l a{
    margin-right: 15px;
}
.dynamic-tab-l a:hover{
    font-size: 16px;
    border-bottom: 1px solid #d61725;
}
.dynamic-tab-l a.active{
    font-size: 16px;
    color: #d61725;
    border-bottom: 1px solid #d61725;
}
.dynamic{
    background-color: #fff;
    padding: 20px 70px;
    margin-bottom: 25px;
    /* cursor: pointer; */
    transition: all .3s;
    box-sizing: initial;
}
.dynamic-tab.add-shadow{
    box-shadow: 0 -10px 0 10px rgb(241, 241, 241);
}
.dynamic:hover{
    /* border: 10px solid rgb(241, 241, 241); */
    box-shadow: 0 0 0 10px rgb(241, 241, 241);
}
.avatar{
    position: relative;
}
.dynamic-con{
    width: 620px;
}
.avatar span{
    position: absolute;
    color: #f6901e;
    font-size: 12px;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
}
.user-info-l .base-info h4{
    color: #c6c6c6;
    font-size: 12px;
    margin-right: 5px;
}
.user-info-l .base-info .company{
    margin-left: 15px;
}
.tag{
    margin-top: 5px;
}
.tag div{
    font-size: 12px;
    color: #c6c6c6;
}
.tag h5{
    font-size: 12px;
    color: #5079b7;
}
.tag>*{
    margin-right: 15px;
}
.vip-tag{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    background-color:#f7a13e;
    margin-left: 5px;
}
.tag-red{
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #d61725;
}
.tag-yellow{
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #ff6f2b;
}
.fcous{
    box-sizing: border-box;
    width: 80px;
    height: 28px;
    border:1px solid #d61725;
    color: #d61725;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
}
.fcous.active{
    color: #fff;
    background-color: #d61725;
}
.fcous:hover{
    color: #fff !important;
    background-color: #d61725;
}
.dynamic-text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pic-box{
    margin-top: 15px;
}
.min-img-box{
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.pic-box img{
    max-height: 145px;
    max-width: 145px;
    cursor: pointer;
}
.share{
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
.share>div{
    margin-right: 25px;
}
.share span{
    margin-right:3px;
    font-size: 16px;
    color: #c6c6c6;
    line-height: 20px;
    cursor: pointer;
}
.share span:hover{
    margin-right:3px;
    font-size: 16px;
    color:#d61725;
    line-height: 20px;
    cursor: pointer;
}
.share span.active{
    margin-right:3px;
    font-size: 16px;
    color:#d61725;
    line-height: 20px;
    cursor: pointer;
}
.criclecomment{
    position: relative;
    margin-top: 10px;
    display: none;
}
.criclecomment textarea{
    width: 620px;
    border-radius: 3px;
    padding: 10px;
    padding-right: 90px;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
    outline: none;
}
.criclecomment button{
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    color:#c9c9c9;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
}
.label-list{
    margin-top: 10px;
}
.label-list .label{
    padding: 4px 10px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-radius: 2px;
    color: #777;
    margin-right: 15px;
}
.label-list .label span{
    color: #5079b7;
    font-weight: 700;
}
.file-bag-list{
    margin-top: 20px;
}
.file-bag-list .file-bag{
    margin-top: 5px;
}
.file-bag-list .file-bag a{
    font-size: 14px;
}
.file-bag-list .file-bag a span{
    font-size: 20px;
    margin-right: 5px;
    font-weight: 700;
}
.file-bag-list .file-bag a i{
    border-bottom: 1px solid #5079b7;
}
.file-bag-list .file-bag a:hover{
    color: #1441a5;
}
.comment-list{
    margin-top: 10px;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 12px;
}
.comment-list .comment-item{
    margin-bottom: 5px;
}
.comment-list .comment-item a{
    color: #5079b7;
}
.comment-list a{
    font-size: 14px;
    color: #c6c6c6;

}
.apply{
    background-color: #fff;
    padding: 0 20px;
    z-index: 9999;
    width: 350px;
    box-sizing: border-box;
}
.statistics{
    padding: 10px;
    border-bottom: 2px solid #ebebeb;
}
.statistics>div{
    padding: 15px 0;
    width: 50%;
    box-sizing: border-box;
}
.statistics>div:nth-child(1){
    border-right: 1px solid #ebebeb;
}
.statistics h3{
    font-size: 22px;
}
.statistics h4{
    font-size: 14px;
    color: #777;
}
.apply-text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
}
.apply-more{
    font-size: 14px;
    margin-top: 5px;
}
.apply-more a{
    font-size: 14px;
    color:#f06058;
    text-decoration: underline;
}
.apply-btn a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #f06058;
    margin: 20px 0 30px;
    border-radius: 5px;
    font-size: 18px;
    transition: all .3s;
}
.apply-btn a:hover{
    color: #fff !important;
    background-color: #fa0c00;
}
.ad{
    width: 100%;
    margin-top: 25px;
}
.ad img{
    width: 100%;
}
.member{
    margin-top: 25px;
}
.member-tab{
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 1px;
    padding: 0 10px;
    background-color: #fff;
}
.member-tab .tit{
    width: 100px;
    line-height: 48px;
    box-sizing: border-box;
    border-bottom:2px solid #d61725;
}
.member-tab .tit span{
    color: #777;
}
.member-item{
    padding: 10px;
    background-color: #fff;
}
.member-info .avater-box{
    position: relative;
    margin-right: 10px;
}
.member-info .avater-box span{
    position: absolute;
    background-color: #ff9c00;
    border-radius: 4px;
    width: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}
.member-info .info-box h3{
    font-size: 16px;
}
.member-info .info-box h4{
    font-size: 16px;
    color: #777;
}
.member-item{
    margin-bottom: 10px;
}
.member-item .up{
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.member-item .add{
    font-size: 21px;
    color: #777;
}
.member-item .down{
    line-height: 30px;
    font-size: 12px;
    color: #777;
}
.article{
    margin-top: 25px;
}
.article-con{
    padding: 15px 35px;
    background-color: #fff;
}
.article-con-img a{
    display: block;
    position: relative;
}
.article-con-img a img{
    width: 100%;
    height: 160px;
}
.article-con-img a h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
    font-weight: 700;
    background-color: rgba(0,0,0,0.5);
}
.article-list a{
    display: block;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    padding-left: 20px;
}
.article-list a::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color:#d61725;
}


.mask{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
}
#pre{
    display: inline-block;
    font-size: 48px;
    /* transform: rotateZ(180deg); */
    color: #fff;
}
#next{
    display: inline-block;
    font-size: 48px;
    /* transform: rotateZ(-90deg); */
    color: #fff;
}
#pre img,#next img{
    width: 50px;
    cursor: pointer;
}
.mask{
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#bigimg-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}
.close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    cursor: pointer;
}
#bigimg-list img{
    max-width: 900px;
    max-height:634px;
}
.share-btn{
    position: relative;
}
.share-btn img{
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
}


@font-face {font-family: "iconfont";
    src: url('./iconfont.eot'); /* IE9 */
    src: url('iconfont.eot?t=1586437782364#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('iconfont.woff?t=1586437782364') format('woff'),
    url('iconfont.ttf?t=1586437782364') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1586437782364#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-addbox:before {
    content: "\e673";
    font-size: 24px;color:#d61725;
}

.icon-add:before {
    content: "\e623";
}

.icon-aixin:before {
    content: "\e640";
}

.icon-five-pointed-star:before {
    content: "\e681";
}

.icon-duihao3:before {
    content: "\e6f1";
    font-size: 19px;color:#d61725;
}

.icon-sousuo:before {
    content: "\e63a";
}

.icon-sanjiao:before {
    content: "\e65a";
}

.icon-bianji:before {
    content: "\e63c";
}

.icon-xiaoxi:before {
    content: "\e626";
}

.icon-jiantou_liebiaozhankai:before {
    content: "\eb04";
}

.icon-weixin:before {
    content: "\e660";
}

.icon-fenxiang:before {
    content: "\e72f";
}

.icon-huangguan:before {
    content: "\e6c1";
}

.icon-zan:before {
    content: "\e65d";
}

.icon-word:before {
    content: "\e60c";
}

.icon-PPT:before {
    content: "\e60a";
}

.icon-dianboxindiantu:before {
    content: "\e627";
}

.icon-shouji:before {
    content: "\e609";
}

