@charset "utf-8";
body{
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #424242;
    min-width: 1200px;
}
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
a,img{border:0;}
.warp{
    width:1170px;
    margin:0 auto;
}

/*bannerBox.css start*/
.bannerBox{
    position: relative;
    height: 554px;
}
.headerWrap{
    background-size: cover;
    background-position: 50%;
    max-width: 100%;
    height: 323px;
    background-color: #000;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.85));
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.85) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.85));
    z-index: 1;
}
.coverImg{
    width: 100%;
    height: 323px;
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    /*filter: url(data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="30" /></filter></svg>#blur);*/
    /*filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);*/
    filter: blur(30px);
}
.coverImg {
    background-size: cover;
    background-position: 50%;
}
.coverImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.companyInfoWrap {
    position: relative;
    z-index: 2;
    margin-top: -283px!important;
}
.fengmianWrap{
    background: #fff;
    width: 685px;
    height: 513px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8D7D7;
}
.fengmianWrap img{
    width: 649px;
    height: 477px;
}
.companyTitle p span{
    display: inline-block;
    width: 100%;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.companyTitle p{
    margin-top: 12px;
    width: 432px;
    height: 84px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    border-bottom: 1px ;
    text-align: left;
    background: url("../img/titleLine.png") no-repeat 0 bottom;

}
.companyInfo{
    width: 432px;
}
.companyTitle>div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

    font-size: 16px;
    color: #CFCFCF;
    line-height: 36px;
}
.companyTitle>div span:first-child{
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zaiyaoWrap:before{
    content: '摘要：';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    left:0;
    top:0;
}
.zaiyaoWrap{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 43px;
    top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
    min-height: 90px;
}
.sjWrap{
    width: 468px;
    height: 211px;
    border: 1px solid #D8D7D7;
    font-size: 16px;
    color: #040404;
    line-height: 32px;
    text-align: left;
    margin-top: 25px;
    padding-top: 8px;
}
.sjWrap p{
    position: relative;
    padding-left: 27px;
    margin-left: 17px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sjWrap p label{
    display: inline-block;
    width: 16px;
    color: transparent;
}
.sjWrap p:before{
    position: absolute;
    left:0;
    top:0;
    content: '';
    width: 18px;
    height: 32px;
}
.sjWrap p:nth-child(1):before{
    background: url("../img/icon/icon1.png") no-repeat 0 center;
}
.sjWrap p:nth-child(2):before{
    background: url("../img/icon/icon2.png") no-repeat 0 center;
}
.sjWrap p:nth-child(3):before{
    background: url("../img/icon/icon3.png") no-repeat 0 center;
}
.sjWrap p:nth-child(4):before{
    background: url("../img/icon/icon4.png") no-repeat 0 center;
}
.sjWrap p:nth-child(5):before{
    background: url("../img/icon/icon5.png") no-repeat 0 center;
}
.sjWrap p:nth-child(6):before{
    background: url("../img/icon/icon6.png") no-repeat 0 center;
}
/*bannerBox.css end*/
.pageContentWrap{
    margin-top: 54px!important;
}
/*sideWrap.css start*/
.sideWrap{
    width: 300px;
}
.adRightWrap{
    height: 180px;
    width: 300px;
    margin-bottom: 47px;
}
.adRightWrap img{
    width: 100%;
    height: 100%;
}
/*sideWrap.css end*/
/*hotNewsWrap.css start*/
.hotNewsWrap{
    margin-top: -4px;
}
.hotNewsWrap h4:before{
    content: "";
    background: url("../img/icon/jilu.png") no-repeat 0 center;
    width: 21px;
    height: 30px;
    position: absolute;
    left:0;
    top:0;
}
.hotNewsWrap h4{
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position:relative;
    padding-left: 33px;
}
.hotNewsWrap h4 a:before{
    display: inline-block;
    content: "";
    background: url("../img/icon/refresh.png") no-repeat 0 center;
    height: 30px;
    width: 19px;
    position: absolute;
    left:0;
    top:0;
}
.hotNewsWrap h4 a{
    float: right;
    font-size: 14px;
    color: #565656;
    line-height: 30px;
    position: relative;
    padding-left: 27px;
}

.hotNewsList li{
    zoom: 1;
    margin-top: 20px;
}

.hotNewsList li:after {
    content: "";
    display: block;
    clear: both;
}
.hotNewsList li .imgBox div i{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
}
.hotNewsList li:hover .titleWrap p a{
    color: #1e8ae5;
}
.hotNewsList li:nth-child(1) .imgBox div i{
    background: url("../img/icon/1.png") no-repeat 0 0;
}
.hotNewsList li:nth-child(2) .imgBox div i{
    background: url("../img/icon/2.png") no-repeat 0 0;
}
.hotNewsList li:nth-child(3) .imgBox div i{
    background: url("../img/icon/3.png") no-repeat 0 0;
}
.imgBox{
    width: 110px;
    height: 80px;

}
.imgBox div{
    position: relative;
}
.imgBox img{
    width: 100%;
    height: 100%;
}
.titleWrap{
    width: 182px;
    height: 80px;
    position: relative;
}
.titleWrap p a{
    color: #000000;
}
.titleWrap p{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.liulanWrap{
    display: flex;
    height: 24px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}
.liulanWrap img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.liulanWrap i{
    font-size: 12px;
    color: #A6A7A7;
    line-height: 24px;
}
.liulanWrap span{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.xzAppWrap{
    width: 100%;
    margin-top: 70px;
    text-align: center;
}
.xzAppWrap img{
    width: 159px;
    height: 271px;
}
/*hotNewsWrap.css end*/
/*contentWrap.css start*/
.contentWrap{
    width: 828px;
    position: relative;
    z-index: 2;
}
.videoImgListWrap{
    width: 828px;
}
.videoBox{
    width: 100%;
    height: 466px;
}
.videoImgListWrap li{
    width: 100%;
    margin-bottom: 55px;
}
.videoImgListWrap li .videoTxt{
    width: 100%;
    height: 102px;
    font-size: 16px;
    color: #040404;
    line-height: 32px;
    background: #F0F6FE;
    padding: 16px 30px 0;

}
pre {
    border: none !important;
    word-break: break-all;
    resize: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
.videoImgListWrap li .imgTxt:before{
    content: "";
    background: url("../img/icon/sj.png") no-repeat 0 center;
    width: 18px;
    height: 32px;
    position: absolute;
    left:0;
    top:0;
}
.videoImgListWrap li .imgTxt{
    font-size: 18px;
    color: #040404;
    line-height: 32px;
    position: relative;
    background: none;
    padding: 0 0 0 24px;
    margin-bottom: 15px;

}
.videoImgListWrap li img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.videoImgListWrap{
    border-bottom: 1px solid  #D8D7D7;
    margin-bottom: 62px;
    padding-bottom: 9px;
}

.galleryList li{
    float: left;
    zoom: 1;
    width: 124px;
    height: 124px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.galleryList li:nth-child(6n){
    margin-right: 0;
}
.galleryList li a:hover{
    cursor:  zoom-in;
    display: inline-block;

}
.galleryList li a:hover div{
    position: relative;
}
.galleryList li a:hover div span{
    background: rgba(0, 1, 1, 0.5);
}
.galleryList li div span{
    display: inline-block;
    background: rgba(0, 1, 1, 0);
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
}
.galleryList li div,
.galleryList li div span,
.galleryList li div img{
    width: 124px;
    height: 124px;
}
.galleryList li:after {
    content: "";
    display: block;
    clear: both;
}
/*contentWrap.css end*/
.commentWrap{
    width: 828px;
    margin-bottom: 50px;
    margin-top: 80px;
}
.all_box,.comment{
    margin-left: 0;
}
#gotoTop{
    background-image: url("../../../../common/img/gotop.png")!important;
}

.dzAndFxWrap{
    position: relative;
}
.cro{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}
.dzAndFxWrap{
    height: 30px;
    margin-top: 25px;
}
.dzAndFxWrap .cro a{
    height: 30px;
    color: #fff!important;
    font-size: 12px;
    background: url("../../../../common/img/icon/zambiaN.png") no-repeat left center;
    background-size: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 30px;
    margin-left: 30px;
}
.dzAndFxWrap .cro a:hover{
    color: #1e88e5;
    min-width: 30px;
}
.zamNum{
    padding-left: 21px;
}
.dzAndFxWrap .cro a:hover{
    background-size: 15px!important;
    background: url("../../../../common/img/icon/zambiaH.png") no-repeat left center;

}
.dzAndFxWrap .cro a:last-child:hover{
    background-size: 15px!important;
    background: url("../../../../common/img/icon/shareH.png") no-repeat left center;

}
.dzAndFxWrap .cro a:last-child{
    background: url("../../../../common/img/icon/shareN.png") no-repeat left center;
    background-size: 15px;
    min-width: 47px;
}
.share_warp {
    position: absolute;
    top: 36px;
    width: 110px;
    min-height: 160px !important;
    background: #fff;
    right: 0;
    z-index: 100;
    background: url("../../../../common/img/topLine.png") no-repeat top right;
    padding-top: 9px;
    display: none;
}
.share_dialog {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    background: #fff;
    height: 150px!important;
    width: 110px;
}
.social-share{
    z-index: 999999;
    padding-bottom: 2px;
    font-size: 12px;
    float: left;
    text-align: left!important;
    zoom: 1;
}
.social-share a{
    border: none!important;
    border-radius: inherit!important;
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
.social-share a:before{
    content: ""!important;
}
.social-share a:first-child:after{
    content: "QQ分享";
}
.social-share a:nth-child(2):after{
    content: "微博分享";
}
.social-share a:nth-child(3):after{
    content: "微信分享";
}
.social-share a{
    width: 100% !important;
    height: 40px!important;
    line-height: 30px!important;
    min-width: 30px!important;
    padding-left: 35px!important;
    font-size: 12px!important;
    color: #424242!important;
    text-indent: 0 !IMPORTANT;
    margin: 0 0 10px !IMPORTANT;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social-share a.icon-wechat:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.share_warp .social-share {
    font-family: "socialshare", serif !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    height: 154px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.share_warp .social-share a {
    height: 40px !important;
    line-height: 30px;
    min-width: 90px;
    padding-left: 35px;
    font-size: 12px;
    color: #424242;
    margin-bottom: 10px;
    cursor: pointer;
    width: 90px!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.share_warp .social-share a:last-child{
    border-bottom: none!important;
}
/*dzAndFxWrap.css end*/
.addPosition {
    position: fixed;
    top: 0;
    left:50%;
    margin-left: -550px;
    z-index: 1;
    width: 1170px;
}
.addPosition  img{
    float: right;
    margin-right: 106px;
    margin-top: -20px;
}
