@charset "UTF-8";
/*
* 列表公共部分
*/
.animated{
    visibility: hidden;
}
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.pic{
    display: block;
    overflow: hidden;
    position: relative;
}
.pic:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 66.66666667%;
}
.pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}
.scaleImg img{
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    transform: scale(1.05);
}
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s linear;
}
.listName{
    display: block;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
}
.listName:hover,
.list_a:hover .listName,
.list_a:hover .listTit{
    color:#b3191c;
}
.listIntr{
    font-size: 14px;
    color:#666;
    line-height: 25px;
    overflow: hidden;
    transition: all 0.3s linear;
    position: relative;
}
.listTime{
    font-size: 14px;
    color:#999;
    overflow: hidden;
}
.listTime i{
    color:#999;
}
.anthor{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    margin: 0px 20px;
}
.listDeta{
    overflow: hidden;
}
.icon{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.eyes{
    background: rgba(0,0,0,0.5) url(../images/icon/eyes.png) no-repeat center center;
}
.play{
    background: rgba(0,0,0,0.5) url(../images/icon/play.png) no-repeat center center;
}
.autoImg{
    position: relative;
    overflow: hidden;
}
.autoImg:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 66.66666667%;
}
.autoImg img{
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.txt-l{
    text-align: left;
}
.txt-c{
    text-align: center;
}
.txt-r{
    text-align: right;
}
.c-fff{
    color:#fff;
}
.c-fff .titCh{
    color:#fff;
}
.c-fff .titEn{
    color:rgba(255,255,255,0.5);
}
/*
* css截取字符串
*/

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*
* page ycj
*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: none;border: 1px solid #dfdfdf;transition: all 0.3s linear;}
.page a:hover{background: #b3191c;color: #fff;}
.page a.hover{background: #b3191c;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}


/*
* 全文列表 kis2
*/
.txtList_dl{

}
.txtList_dl dd{
    padding: 15px 0px;
}
.txtList_dl .list_a{
    display: block;
    background: #fff;
    padding: 30px 140px 30px 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.listDeta{
    overflow: hidden;
}
.txtList_dl .listDeta{
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
.txtList_dl .listTit{
    font-size: 22px;
    color:#494949;
    overflow: hidden;
    line-height: 30px;
    transition: all 0.3s linear;
}
.txtList_dl .list_a:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
}
.list_a:hover .listTit{
    color:#b3191c;
}
.txtList_dl .listOther{
    overflow: hidden;
}
.txtList_dl .listNum{
    font-size: 14px;
    color:#a6a6a6;
    padding-left: 30px;
    background: url(../images/num.png) no-repeat left center;
}
.txtList_dl .listIntr{
    overflow: hidden;
    font-size: 14px;
    color:#929292;
    line-height: 30px;
    max-height: 60px;
}
.txtList_dl .listTime{
    width: 140px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -40px;
    text-align: center;
}
.txtList_dl .listTime span{
    display: block;
    overflow: hidden;
    font-size: 50px;
    color:#b3191c;
    font-weight: bold;
    line-height: 50px;
}
.txtList_dl .listTime i{
    display: block;
    font-style: normal;
    font-size: 18px;
    color:#929292;
    line-height: 30px;
}

/*
* 图文列表 kis2
*/
.textImg1{
    position: relative;
}
.textImg1 dd{
    position: relative;
    z-index: 5;
}
.effectFull dt{
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f2f7fb;
}
.textImg1 .list_a{
    padding: 30px 0px;
    transition: all 0.3s linear;
}
.textImg1 .pic{
    width: 310px;
    margin-right: 20px;
    border-radius: 3px;
    background-size: cover !important;
}
.textImg1 .listDeta{
    overflow: hidden;
}
.textImg1 dd .listName{
    font-size: 24px;
    color:#333;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
}
.textImg1 .listIntr{
    height: 90px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
}
.listOther{
    line-height: 30px;
    overflow: hidden;
    margin: 0px -20px;
}
.listNum{
    margin: 0px 20px;
    font-size: 14px;
    color:#999;
    overflow: hidden;
    padding-left: 28px;
    background: url(../images/num.png) no-repeat left center;
}
.listOther .listTime{
    margin: 0px 20px;
    padding-left: 25px;
    background: url(../images/time.png) no-repeat left center;
}
.txtList2 dd .listIntr{
    height: 25px;
}


/*
* 全图列表1 kis2
*/
.imgList_dl1{
    margin: 0px -10px;
}
.imgList_dl1 dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl1 .list_a{
    margin: 0px 10px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 12px;
    transition: all 0.3s linear;
}
.imgList_dl1 .list_a:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.imgList_dl1 .listName{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color:#333;
    transition: all 0.3s linear;
    padding-top: 10px;
}
.imgList_dl1 .list_a:hover .listName{
    color:#b3191c;
}

/*
* 全图列表4 kis2
*/
.imgList_dl4{
    margin: 0px -10px;
}
.imgList_dl4 dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px;
	box-sizing: border-box;
}
.imgList_dl4 dd .pic:after{
	padding-top: 133.3333%;
}
.imgList_dl4 dd i{
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	text-align: center;
	visibility:hidden;
	opacity:0;
	transition:all 300ms;
}
.imgList_dl4 dd i span{
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	border: 1px solid #fff;
	padding: 0 20px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
    position: relative;
    top: 50%;
    margin-top: -17px;
}
}
.imgList_dl4 .list_a{
    margin: 0px 10px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 12px;
    transition: all 0.3s linear;
}
.imgList_dl4 .list_a:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.imgList_dl4 .listName{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color:#333;
    transition: all 0.3s linear;
    padding-top: 10px;
	text-align: center;
}
.imgList_dl4 .list_a:hover .listName{
    color:#b3191c;
}
.imgList_dl4 dd:hover i{
	visibility:visible;
	opacity:1;
}

/*
* 荣誉资质 kis2
*/
.honnor .list_a{
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.honnor .autoImg{
    border: 10px solid #fff;
    /*background: url(../images/autoImgBg.png) repeat;*/
    background: #f5f5f5;
}

/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.viewCont{
    padding: 35px;
    overflow: hidden;
    background: #fff;
}
.pageBox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
    }
.articleTitle{
    padding:20px 0 10px 0;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
    font-weight:bold;
    }
.articleTime {
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    font-size: 14px;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.viewShare{
    overflow: hidden;
    padding: 10px 0px;
    margin-left: 20px;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.fontBt span:hover,.fontBt span.hover{ color:#ff0000;}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #808080;
    line-height: 40px;
    padding:40px;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    background:url(../images/icon/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/icon/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../images/icon/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/icon/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/icon/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/icon/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codeBox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #b3191c;background:#b3191c;}
.imgMove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.articlePage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
    
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0 0 0;
    border-top: 1px solid #e4e4e4;
}
.pageUp a{color:#666;}
.pageUp a:hover{
    color:#b3191c;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
/*问卷调查star*/
.surveyTitleBox .title{
    height:46px;
    line-height: 46px;
    font-size: 30px;
    color: #535353;
    text-align: center;
}
.surveyTitleBox .title1{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #c0c0c0;
    text-align: center;
    text-transform: uppercase;
}
.surveyOutslide{
    background: #fff;
}
.pdw10{
    padding:15px 20px;
}
.surveyTip{
    padding: 20px;
    background: #fafafa;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.surveyTip span{
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    display: block;
}
.surveyTop{
    padding: 15px 20px;
    overflow: hidden;
    background: #f7d9dc;
}
.surverNumb{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #cb0013;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}
.surveyTitle{
    overflow: hidden;
    padding: 0 15px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
}
.surveyContent,.surveyContent1{
    padding: 20px;
    background: #fffafb;
}
.surveyContent dd,.surveyContent1 dd{
    line-height: 30px;
    padding: 5px 0 5px 30px;
    font-size: 14px;
    color: #333;
}
.surveyContent dd{
    background: url(../images/checkw.png) left center no-repeat;
}
.surveyContent1 dd{
    background: url(../images/selectedw.png) left center no-repeat;
}
.surveyContent dd.selected{
    background: url(../images/checkw_h.png) left center no-repeat;
}
.surveyContent1 dd.selected{
    background: url(../images/selectedw_h.png) left center no-repeat;
}
.surveryDiv{
    padding: 20px;
    background: #fffafb;
}
.surveyContent2{
    overflow: hidden;
}
.surveyContent2 dt,.surveyContent2 dd{
    float: left;
    display: inline;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}
.surveyContent2 dd{
    padding-left: 30px;
    background: url(../images/selectedw.png) left center no-repeat;
}
.surveyContent2 dd.selected{
    background: url(../images/selectedw_h.png) left center no-repeat;
}
.suveryArea{
    border: 1px solid #e6e6e6;
}
.suveryArea textarea{
    width: 100%;
    height: 80px;
    border: none;
    resize: none;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.surveryBtn{
    width: 310px;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #9d0000;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.surveryBtn a{
    display: block;
    height: 62px;
    color: #fff;
}
.surveryBtn:hover{
    opacity: 0.8;
}
/*问卷调查end*/